
/*start accessibility*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #17285F;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #17285F;
}
li.contrast.access-element a {
    color: #17285F;
}
li.contrast.access-element:hover a {
    color: #17285F;
}
/*end accessibility*/

@font-face {
    font-family: "Heebo", sans-serif;
}

body {
    font-family: "Heebo", sans-serif;
    color: #17285F;
    background: #fff;
    line-height: initial;
    font-size: clamp(1.2rem, 1.2rem + 0.1vw, 1.5rem);
}
.container {
    width: 1223px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}
.container-fluid {
    width: 1920px;
    padding-left: 4.167vw;
    padding-right: 4.167vw;
    max-width: 100%;
}


.section {
    padding: 60px 0 28px;
}
.pin {
    position: fixed;
    display: inline-block;
    z-index: 1;
    top: 14vw;
    right: 1%;
    width: clamp(7.5rem, 6.3471rem + 4.9191vw, 12.25rem);
}

.content {
    border: 1px solid #FEC52D;
    border-radius: 30px;
    margin: 2rem 0 2rem;
    padding-bottom: 12px;
}
.content-bg {
    background: #FEC52D;
    padding-top: 32px;
    padding-bottom: 0;
}
.content-bg .item {
    padding-top: 0;
}

@media (min-width: 767px) {
    .content-bg h2, 
    .content-bg .h2 {
        background: transparent;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 48px;
        transform: translate(0);
    }
}

/* .content:last-child {
    margin: 4rem 0 2rem;
} */
.sep {
    height: 2px;
    background: #FEC52D;
    width: 50%;
    max-width: 70%;
    position: relative;
    margin: 0 auto;
}
h2, .h2 {
    text-align: center;
    padding: 8px 20px;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
    /* width: 910px; */
    width: 832px;
    max-width: 85%;
    text-align: center;
    background: #FEC52D;
    border-radius: 100px;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}
.item {
    width: 335px;
    max-width: 100%;
    position: relative;
    padding: 40px 0;
    text-align: center;
    min-height: 100%;
    margin: 0 auto;
}
.item:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #FEC52D;
    bottom: 0;
    width: 300px;
    max-width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.row > *:nth-child(odd):last-child > .item {
    width: 440px;
}
.row > *:nth-child(2) > .item:after {
    display: none;
}
.item b {
    display: block;
    font-weight: 900;
}

h4, .h4 {
    font-weight: 700;
    text-align: center;
    font-size: clamp(1.75rem, 1.7197rem + 0.1294vw, 1.875rem);
    margin-bottom: 0;
}
.section-secondary {
    background: #FEC52D;
}
h3, .h3 {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: clamp(1.875rem, 1.7992rem + 0.3236vw, 2rem);
}

.btn-primary {
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.875rem, 1.7992rem + 0.3236vw, 2.1875rem);
    width: 232px;
    background: #17285F;
    border-radius: 60px;
    color: #FEC52D;
    border: none;
    margin-right: 12px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
    background: #17285F;
    color: #fff;
}


form input::-webkit-input-placeholder {color:#8a93af;}
form input::-moz-placeholder          {color:#8a93af;}
form input:-moz-placeholder           {color:#8a93af;}
form input:-ms-input-placeholder      {color:#8a93af;}

.form-select {
    background-image: url(../img/dropdown.svg);
    background-size: 20px;
}
.form-select option[selected] {color:#8a93af;}

.form-control,
.form-select {
    background-color: #fff;
    border-radius: 60px;
    padding-right: 15px;
    color: #000;
    font-size: 1em;
    border: none;
    outline: none;
    box-shadow: none;
    margin-left: 28px;
}

.form-control,
.form-select,
.btn-primary {
    height: 52px;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
}


.form {
    display: flex;
    align-items: flex-start;
}
.form > *:not(.btn-primary) {
    flex: 1;
}

.footer {
    padding: 32px 0;
    display: flex;
    align-items: center;
}
.footer-info {
    flex: 1;
    font-size: 0.75em;
    padding-left: 40px;
}
.footer-contact {
    display: flex;
    align-items: center;
}
.tel {
    white-space: nowrap;
    color: #17285F;
    text-decoration: none;
    margin-left: 20px;
}
.tel span {
    padding: 3px 5px 1px 4px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border-radius: 2px;
    background: linear-gradient(to right, white 0%, #cbcdcd 100%);
    box-shadow: 1px 1px 1px 1px rgba(52, 52, 54, 0.5);
}
.tel:hover {
    opacity: .7;
    color: #17285F;
    text-decoration: none;
}
.link {
    white-space: nowrap;
    color: #17285F;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2em;
}
.link:hover {
    opacity: .7;
    color: #17285F;
    text-decoration: none;
}

@media (max-width: 1560px) and (min-width: 1024px) {
    .pin {
        width: 130px;
       
    }
}

@media (max-width: 1270px) {
    .form {
        flex-wrap: wrap;
    }
    .form-control,
    .form-select {
        margin: 0 15px 15px 15px;
        width: calc(50% - 30px);
    }   
    .form > *:not(.btn-primary) {
        flex: none;
    }
    .btn-primary {
        margin: 0 auto;
    }
    .footer-info {padding-left: 0;margin-top: 20px;}
    .footer {display: flex;flex-direction: column-reverse;}
    .footer-contact {
/*        margin-top: 20px;*/
        justify-content: center;
    }
}
@media (max-width: 1023px) {
    .pin {
        width: 136px;
       
        
        z-index: 2;
    }
 
}
@media (max-width: 767px) {
    h2, .h2 {
        max-width: 100%;
        width: 100%;
        font-weight: 900;
    }
    .content {
        border: none;
        border-radius: 0px;
    }
    .sep,
    .item:before {
        width: 90%;
        max-width: 90%;
    }
}
@media (max-width: 576px) {
    .container {padding-left: 15px;padding-right: 15px;}
    .row > *:nth-child(odd):last-child > .item {
        width: 380px;
    }
    .row > *:nth-child(1) > .item:before,
    .row > *:nth-child(2) > .item:before {
        display: block;
    }
    .form-control,
    .form-select {
        margin: 0 10px 15px 10px;
        width: calc(100% - 20px);
    } 
    .info + .row > * > * > *:nth-child(1) > .item:before {
display: none;
    }

    .pin {
        width: 100px;
        top: 37vh;
       
    }

    .item {
       padding: 20px 0 !important;
    }
    .content-bg .row > *:nth-child(1) > .item:before {
        display: none;
            }
            
    .content-bg h2,
    .content-bg .h2 {
        margin-bottom: 0;

        transform: none;
    }
    .content:not(.content-bg) .row > *:last-child .item:before {
display: block;

            bottom: 0;
            top: auto;
        
    }
    .content-bg {
        padding-top: 0;
    }
    .row > *:nth-child(3) > .item:after {
        display: block;
    }
    
}

.info {
    border-radius: 30px;
    background: #17285F;
    color: #fff;
    padding: 36px 24px;
    text-align: center;
    /* width: 768px; */
    width: 832px;
    max-width: 80%;
    margin: 0 auto;
}
.info p {
font-size: clamp(1.15rem, 1.5rem + 0.25vw, 1.75rem)
}
.info p.small {font-size: 0.7em;margin: 0;}
.info-title {
    font-weight: 900;
    color: #FEC52D;
    font-size: clamp(1.6875rem, 1.5206rem + 0.712vw, 2.275rem);
    margin-bottom: 14px;
    line-height: 1.1;
}
.info-title span{font-size: 700;}
.info-count {
    font-size: 56px;
    font-size: clamp(2.5rem, 2.2573rem + 1.0356vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}
.info-data {
    display: block;
    width: clamp(8.125rem, 7.1541rem + 4.1424vw, 12.125rem);
    margin: 0 auto;
}
.info ul {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
    display: inline-block;
}
.info li {
    position: relative;
    padding-right: 1.5em;
    margin-bottom: 4px;
    list-style: none;
}
.info li:before {
    content: '>';
    position: absolute;
    top: 0;
    right: 0;
    color: #FEC52D;
    font-weight: 700;
}

@media (max-width: 767px) {
    .info  {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .info ul {
        font-size: 20px;
    }
    .info ul li {
        margin-bottom: 12px;
    }
    .content:last-child {
        margin-bottom: 0;
    }

    .content-bg {
        background: transparent;
    }
    
}