@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    position: relative;
    z-index: 40;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}


* {
    font-family: "Golos Text", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.4em;
    -webkit-appearance: none;

}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
}


a {
    color: #01b1e4;
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
    color: #FF9500;

}


img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    vertical-align: top;
    text-align: left;
}

body {
min-width: 375px;
    line-height: 1;
    color: black;
    background: #FCFCFC;
    /*background: url('../img/bg.svg') repeat-y center top, #background: #FCFCFC;;*/
    /*background-size: contain;*/
    /*background-size: 100% auto ; !* Автоматическая ширина, 100% высота *!*/
}


section {
    position: relative;

}


q {
    quotes: "" "";
}

ul, ol, dir, menu {
    list-style: none;
}

sub, sup {
    vertical-align: baseline;
}

a {
    color: inherit;
}

hr {
    display: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

p {
    margin-bottom: 0 !important;
}


::selection {
    color: #fff;
    background: #273375;

}


h1, h2, h3, h4 {
    margin: 0 !important;
}


::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1
}

:-moz-placeholder {
    color: #FFF;
    opacity: 1
}

::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

:-ms-input-placeholder {
    color: #FFF;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #FFF;
}

body input:required:valid, body textarea:required:valid {
    color: #FFF;
}


.mt {
    margin-top: 100px;
}

.main_title {
    text-align: center;
    color: #151515;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 40;
}

.main_title span {
    color: #3636B2;
}


.main_subtitle {
    margin-top: 15px;
    color: #151515;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 40;
}


/* header */
.header {
    position: absolute;
    z-index: 40;
    width: 100%;
    top: 0;
}

.header__content {

    padding-top: 20px;


    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header__content-logo a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}
.header__content-logo a img{
    height: 30px;
}

.header__content-logo a img:last-child{
    height: 25px;
}



.header__content-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.header__content-menu {

    display: flex;
    flex-direction: row;
    width: 45%;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
}

.header__content-menu li {
    display: flex;
    flex-direction: row;
    align-items: center;
gap: 10px;
}

.header__content-menu li:nth-child(1){
    border-radius: 8px;
    background: #3636B2;
    padding: 10px;
}





.header__content-menu li img {
    width: 22px;

}

.header__content-menu li p {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}



/*first*/

.first {
    position: relative;
    width: 100%;
    background: #3636B2;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;

    display: flex;

    align-items: center;
}

.first__right {
    position: absolute;
    width: 48%;
    right: 0;
    height: 100%;
    overflow: hidden; /* щоб картинка не виступала */
}

.first__right img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* картинка заповнить блок і не спотвориться */
}

.first__content {

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 30px;


}

.first__content-title h1 {
    color: #FFF;

    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 109.524% */
}



.first__content-title p {
    margin-top: 15px;
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 25.2px */
}

.first__content-form {
    margin-top: 30px;
    width: 70%;

}


form input[type=checkbox], form input[type=submit], form input[type=tel], form input[type=text] {
    font-family: inherit;
    font-size: 16px
}

form button {
    font-family: inherit;
    font-size: 16px
}

form input[type=email], form input[type=tel], form input[type=text] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    height: 60px;
    width: 100%;
    padding: 10px 20px;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;

    margin-bottom: 10px;

}


.iti__selected-flag {
    border-radius: 8px 0px 0px 8px;
}

form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder {
    color: #FFF;
}

form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder {
    color: #FFF;
}

form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder {
    color: #FFF;
}

form input[type=email]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder {
    color: #FFF;
}

form input[type=email]::placeholder, form input[type=tel]::placeholder,  form input[type=text]::placeholder {
    color: #FFF;
}

form input[type=email]:focus, form input[type=tel]:focus, form input[type=text]:focus {
    border-color: #FFF;
}

form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

form label {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

form button[type=submit], form input[type=submit] {
    margin-top: 35px;
    padding: 22px 30px;
    border-radius: 8px;
    background: #FFF;
border: 1px solid #fff;
    color: #3636B2;
    text-align: center;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

form button[type=submit]:hover, form input[type=submit]:hover {
    transform: scale(1.05);
}

.iti {

    width: 100%
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form .checkbox input[type=checkbox] {
    accent-color: #10106a !important;
    -webkit-appearance: auto !important;
}


.checkbox a {
    text-decoration: none;

    color: #FFF;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #FFF;
}

/*.first__content__image {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/

/*    height:100%;*/
/*}*/


@media only screen and (max-width: 1400px) {


    .first__content-title h1 br {
        display: none;
    }

    .first__content {
        display: grid;
        gap: 40px;
    }

    .first__content__image {
        display: flex;
        align-items: flex-start;
    }

    .first__content__image img {
        width: 90%;
    }

}




@media only screen and (max-width: 992px) {
    .first__content {


        grid-template-columns: repeat(1, 1fr);
        gap: 60px;

    }

    .first__content__image img {
        width: 100%;
    }

    .first.mt {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .first.mt {
        margin-top: 30px;
    }

    .first {
        padding-bottom: 120px;
    }

    .first__content {

        margin-bottom: 0;
        gap: 30px;
    }

    .first__content-title h1 {
        font-size: 32px;

    }

    .first__content-title h1 span {
        font-size: 32px;
    }

    .first__content-title h2 {
        font-size: 16px;

    }

    .first__content-form {

        width: 100%;
    }

    form button[type=submit], form input[type=submit]{
        width: 100%;
    }


    .first__content-title p {
        margin-top: 30px;
        font-size: 20px;

    }

    .first__content__image {
        display: none;
    }

    .checkbox a {
        font-size: 12px;
    }
    .first {

        height: auto;
    }

    .header{
        min-width: 375px;
    }

}


/*items*/





.items_bg{
    position: absolute;
    top: -450px;
    width: 100%;
    left: 0;
}





.items__content {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}

.items__content li {
    border-radius: 12px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 40px 25px;
    display: flex;
    position: relative;
    gap: 20px;
    overflow: hidden;
}
.items__content li:nth-child(2n){
    top: 30px;
}

/*.items__content li:nth-child(1) h3{*/
/*    color: #151515;*/

/*    font-size: 30px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*}*/
/*.items__content li:nth-child(1) h3 span{*/
/*    color: #3636B2;*/
/*}*/



.items__content li img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 80%;
}

.items__content-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.items__content-info span {

    leading-trim: both;
    text-edge: cap;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 10;
}

.items__content-info p {
    color: #151515;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */v
    position: relative;
    z-index: 10;
}


@media only screen and (max-width: 1200px) {
    .items__content {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media only screen and (max-width: 992px) {
    .items__content {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .items__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .items__content li:nth-child(2n){
        top: 0;
    }
}

/*for_whom*/


.for_whom_content{
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.for_whom_content img{
    width: auto;

}


.for_whom_content h4{
    color: #151515;


    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 100% */
}

.for_whom_content p{
    color: #151515;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    padding-bottom: 50px;
}


.for_whom_content .ul_info{
display: grid;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
}


.for_whom_content .ul_info li{
    color: #151515;
    text-align: left;
position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    padding-left: 20px;

}

.for_whom_content .ul_info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #151515;
    border-radius: 50%;
}





.for_whom_content_a{
    display: block;
    position: relative;
    z-index: 100;
    padding: 22px 30px;
    border-radius: 8px;
    background: #3636B2;
    border: 1px solid #3636B2;
    color: #fff;
    text-align: center;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.for_whom_content_a:hover {
    color: #fff;
    transform: scale(1.05);
}


@media only screen and (max-width: 1200px) {

}


@media only screen and (max-width: 992px) {


}

@media only screen and (max-width: 768px) {
    .for_whom_content{
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

}

@media only screen and (max-width: 600px) {
    .for_whom_content img {
        width: 80%;
    }
    .for_whom_content p br{
        display: none;
    }



}


/*info-banner*/


.info-banner_content {
    border-radius: 14px;
    background: #3636B2;
    border: 1px solid var(--100, #ECECEC);

    padding: 60px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    gap: 20px;
}

.info-banner_content img.img {
    width: 260px;
    margin-bottom: 30px;
}

.info-banner_content h3 {
    color: #FFF;

    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 12px;
}

.info-banner_content h4 {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.info-banner_content_left{
    position: relative;
    z-index: 50;
}
.info-banner_content_left_a{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 25px;
    background: #3636B2;
    border-radius: 8px;
}


.info-banner_content_left_a a{
    padding: 12px 25px;
    border-radius: 8px;
    background: #3636B2;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.info-banner_content_left_a a:hover {
    color: #fff;
    transform: scale(1.05);
}

.info-banner_content_left_a .info_left_a{
display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.info-banner_content_left_a .info_left_a img{
    width: 22px;
}

.info-banner_content_left_a .info_left_a p{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-banner_content_img {
    height: 90%;
    right: 70px;
    position: absolute;
    bottom: 0px;
}

.info-banner_content_bg{
    position: absolute;
    right: -40px;
    top: 0;
}






@media only screen and (max-width: 1200px) {
    .info-banner_content h3 br{
        display: none;
    }
.info-banner_content_left{
    width: 60%;
    position: relative;
    z-index: 100;
}

    .info-banner_content_img {
        height: 80%;
        right: 0px;
        bottom: 0px;
    }

    .info-banner_content_bg{
        position: absolute;
        right: -80px;
        top: 0;
    }


}

@media only screen and (max-width: 992px) {
    .info-banner_content {
        border-radius: 14px;

        padding: 40px;


        overflow: hidden;
        gap: 20px;
    }
    .info-banner_content_left_a {

        flex-direction: column !important;
        align-items: flex-start;
        margin-top: 30px;
        gap: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .info-banner_content_left {
        width: 100%;
    }

    .info-banner_content {
       flex-direction: column;
    }

    .info-banner_content_img {
        position: relative;
        right: -40px;
        height: auto;
        width: 100%;
        bottom: -60px;
    }

    .info-banner_content_bg {
        position: absolute;
        right: 0px;
        top: auto;
        bottom: 10%;
    }




}

@media only screen and (max-width: 600px) {
.info-banner_content_left h3 br{
    display: none;
}

    .info-banner_content_left h3{

        text-align: center;
        adding-bottom: 16px;
        font-size: 24px;

    }
    .info-banner_content h4 {
        text-align: center;

        font-size: 16px;
    }

    .info-banner_content_left_a {

        align-items: center;
    }
    .info-banner_content_img {

        right: 0px;
        height: auto;
        width: 100%;
        bottom: -60px;
    }

    .info-banner_content_bg {
        position: absolute;
        right: -20px;
        top: auto;
        bottom: 0%;
    }








}


/*info-block*/

.info-block_content{
    border-radius: 14px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-block_content img{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.info-block_content_ul{
    display: grid;
    position: relative;
    z-index: 100;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
    margin-top: 65px;
    margin-bottom: 45px;
}

.info-block_content_ul li{
text-align: center;
}
.info-block_content_ul li span{
    color: #3636B2;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 72.8px */
    padding-bottom: 25px;
}
.info-block_content_ul li p{
    color: #151515;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}







@media only screen and (max-width: 1200px) {

}


@media only screen and (max-width: 992px) {
    .info-block_content_ul {

        grid-template-columns: repeat(3, 1fr);
    }

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .info-block_content_ul {

        grid-template-columns: repeat(1, 1fr);

        position: relative;
        z-index: 100;

        gap: 20px;
        align-items: stretch;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .info-block_content {
        border-radius: 14px;
        border: 1px solid #EEE;
        background: #FFF;
        padding: 35px 25px;
        position: relative;
        overflow: hidden;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }

    .info-block_content img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
    }
    .info-block_content_ul li span {
        font-size: 32px;
    }

    .info-block_content_ul li p {
        font-size: 14px;
    }



    }




/*section_team*/

.section_team{
    position: relative;
}


.team-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}

.team-content-block{
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.team-content-block-left{
    width: 30%;
}

.team__slider{

    padding-bottom: 20px;
    overflow: hidden;
}

.team__slide_block{
    display: flex;
    flex-direction: row;

}

.team__slide_block_left{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.team__slide_block_left .info{

    padding: 20px;
    border-radius: 0px 0px 20px 30px;
    background: #E3FA62;
}

.team__slide_block_left .info h3{
    color: #373737;
    text-align: center;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;

}

.team__slide_block_left .info p{
    color: #373737;
    text-align: center;

    font-size: 25px;
    font-style: normal;
    font-weight: 500;

}

.team__slide_block_left img{
    width: 100%;
}

.comment-slide_right{
    width: 65%;
    display: grid;
    gap: 30px;
    padding: 10px;
    background: #fff;
}
.comment-slide_right p{
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-my{
    position: relative !important;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 70px;
}

.swiper-button-my div{
    width: 60px;
    height: 60px;

    border-radius: 50%;
    border:3px solid #3636B2 ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.swiper-button-my div:hover{
    color: #fff;
    transform: scale(1.05);
}

.swiper-button-my div:active{
    color: #fff;
    transform: scale(0.95);
}

.swiper-button-my div img{
    width: 30px;
}




@media only screen and (max-width: 1200px) {
    .comment-slide_right p {

        font-size: 18px;
    }


}




@media only screen and (max-width: 992px) {
    .team-content-block-left {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .team-content-block-left {
        width: 50%;
    }
    .team-content-block {
        gap: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .swiper-button-my {

        padding-top: 30px;
        justify-content: center;
    }


    .team-content-block-left {
        width: 100%;
    }


    .team-bg {

        width: 90%;
    }

    .team-content-block{
        flex-direction: column;
    }

    .team__slide_block {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }


    .comment-slide_right {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        background: #fff;
    }

    .team__slide_block_left {
        width: 80%;
    }
    .team__slide_block_left .info h3 {

        font-size: 26px;
    }

    .team__slide_block_left .info p {

        font-size: 18px;
    }
    .team__slide_block_left .info {
        padding: 20px;
        border-radius: 0px 0px 20px 20px;
    }
    .team-content-block {
        margin-top: 40px;
    }

    .comment-slide_right p {
        font-size: 16px;
    }



}









    /*info-banner*/


.white .info-banner_content {
    border-radius: 14px;
    background: #EEE;


    padding: 60px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}



.white .info-banner_content h3 {
    color: #151515;

    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 12px;
}

.white .info-banner_content h4 {
    color: #151515;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-banner_content_left_a{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 25px;
}


.white .info-banner_content_left_a a{
    padding: 12px 25px;
    border-radius: 8px;
    background: #3636B2;
    border: 1px solid #3636B2;
    color: #fff;
    text-align: center;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.info-banner_content_left_a a:hover {
    color: #fff;
    transform: scale(1.05);
}

.info-banner_content_left_a .info_left_a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.white .info-banner_content_left_a .info_left_a img{
    width: 22px;
}
.white .info-banner_content_left_a{
    background: #EEE;
    border-radius: 8px;
}
.white .info-banner_content_left_a .info_left_a p{
    color: #151515;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.white .info-banner_content_img {
    height: 90%;
    right: 150px;
    position: absolute;
    bottom: 0px;
    z-index: 20;
}

.white .info-banner_content_bg{
    position: absolute;
    right: 0;
    height: 90%;
    top: 0;
    z-index: 10;
}






@media only screen and (max-width: 1200px) {
    .white .info-banner_content_img {
        height: 80%;
        right: 0px;

    }
    .white .info-banner_content_bg {
        position: absolute;
        right: -20%;
        height: 90%;
        top: auto;
        bottom: 0;
        z-index: 10;
    }

}

@media only screen and (max-width: 992px) {
    .white .info-banner_content {
        padding: 40px;
    }
    .white .info-banner_content_bg {
        position: absolute;
        right: -35%;
        height: 80%;
        top: auto;
        bottom: 0;
        z-index: 10;
    }

    .white .info-banner_content_img {
        height: 65%;
        right: 0px;

    }
}

@media only screen and (max-width: 768px) {
    .white .info-banner_content_img {
        height: auto;
        position: relative;
        bottom: -40px;
    }
    .white .info-banner_content{
        flex-direction: column;

    }

    .white .info-banner_content_bg {
        position: absolute;
        right: -20%;
        height: auto;
        width: 100%;
        bottom: 10%;
    }






}

@media only screen and (max-width: 600px) {
    .white .info-banner_content h3{
        font-size: 24px;
    }
    .white .info-banner_content h4{
        font-size: 12px;
    }

    .white .info-banner_content_bg {
        position: absolute;
        right: -20%;
        height: auto;
        width: 100%;
        bottom: 5%;
    }
}


/*footer*/
.footer {
    position: relative;
    padding-bottom: 50px;

}
.footer_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_content-bottom-logo p {
    color: #151515;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}


.footer_content-bottom-rights p{
    color: #151515;
text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.footer_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


/*thankyoupage thankyoupage*/
.thank-block .first__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.thank-block .first__content-title h1{
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px; /* 109.615% */
}
.thank-block .first__content-title h2{
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding-bottom: 20px;
    padding-top: 30px;
}

.thank-block .first__content-title p{
    color: #FFF;
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.first__content-cont{
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 25px 10px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.first__content-cont h3{
    color: #151515;
    text-align: center;

    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
}
.first__content-cont p{
    color: #151515;
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.first__content-cont span{
    color: #151515;
    padding-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.first__content-cont ul{
display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 25px;

}
.first__content-cont ul li a{
display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 0px;

    color: #FFF;
    text-align: center;

    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: transform 0.3s ease; /* плавність при ховері */
}

.first__content-cont ul li:nth-child(1) a{
    background:#34A853;
    border-radius: 5px 0 0 5px;
}

.first__content-cont ul li:nth-child(2) a{
    background:#545454;
}
.first__content-cont ul li:nth-child(3) a{
    background:#0874C6;
    border-radius: 0 5px 5px 0;
}




.first__content-cont ul li a:hover {
    transform: scale(1.05); /* ефект зуму */
}


.thank-info_content{
display: flex;
    gap: 25px;
}

.thank-info_content_left{
    width: 60%;

}

.thank-info_h3{
    color: #151515;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.thank-info_content_left ul{

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.thank-info_content_left ul li{
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #DADADA;
    background: rgba(255, 255, 255, 0.20);


}
.thank-info_content_left ul li span{
    color: #3636B2;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.thank-info_content_left ul li p{
    color: #151515;
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.thank-info-banner{
    margin-top: 15px;
    border-radius: 12px;
    background: #3636B2;
    padding: 32px 36px;
    position: relative;
    overflow: hidden;
}
.thank-info-banner p{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Golos Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 20;
}
.thank-info-banner img{
position: absolute;
    z-index: 10;
    right: 20px;
    top: -5px;
    height: 105%;
}



.thank-info_content_right{
    width: 40%;
    border-radius: 14px;
    background: #EEE;
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
}

.thank-info_content_right h3{
text-align: center;
    color: #151515;
    text-align: center;

    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 20;
}

.thank-info_content_right p{
    text-align: center;
    color: #151515;
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 20;
}

.thank-info_content_right img{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 100%;
}

.form_thank{
    margin-top: 20px;
    position: relative;
    z-index: 100;

}


form.form_thank input[type=email],  form.form_thank input[type=text]{
    color: #A1A1A1;
    border-radius: 8px;
    background: #FFF;
    height: auto;
    padding: 15px 23px;
}
form.form_thank input[type=email]::-webkit-input-placeholder, form.form_thank input[type=text]::-webkit-input-placeholder {
    color: #A1A1A1;
}

form.form_thank input[type=email]::-moz-placeholder,  form.form_thank input[type=text]::-moz-placeholder {
    color: #A1A1A1;
}

form.form_thank input[type=email]:-ms-input-placeholder,  form.form_thank input[type=text]:-ms-input-placeholder {
    color: #A1A1A1;
}

form.form_thank input[type=email]::-ms-input-placeholder,  form.form_thank input[type=text]::-ms-input-placeholder {
    color: #A1A1A1;
}

form.form_thank input[type=email]::placeholder,  form.form_thank input[type=text]::placeholder {
    color: #A1A1A1;
}

form.form_thank input[type=email]:focus, form.form_thank input[type=text]:focus {
    color: #A1A1A1;
}

form.form_thank button[type=submit], form.form_thank input[type=submit] {
    margin-top: 12px;
    padding: 22px 30px;
    border-radius: 8px;
    background: #3636B2;
    border: 1px solid #3636B2;
    color: #fff;
    text-align: center;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

form.form_thank button[type=submit]:hover, form.form_thank input[type=submit]:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 1400px) {
    .footer_content-bottom-rights img {
        width: 30px;

    }
}

@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 992px) {







    .footer_content-bottom_center {
        flex-direction: column;
    }


    .header__content-menu {

        width: 80%;

        padding-bottom: 15px;

    }




    .main_title {
        font-size: 40px;
    }

    .main_title span {
        font-size: 40px;
    }

    .main_subtitle {
        font-size: 20px;
    }

    .banner_content-top {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .banner_content-top h3 {
        text-align: center;
    }

    .banner_content-top .header__content-menu {
        align-items: center;
        margin-top: 30px;
    }


}

@media only screen and (max-width: 768px) {

    .header__content-logo a img{
        width: 40px;
    }

   .header__content-logo a img:last-child{
       display: none;
   }



    .footer_content {
        flex-direction: column;
        gap: 30px;
    }

    .footer_content-bottom-logo {
        align-items: center;
    }
    .thank-info_content {
        flex-direction: column;
    }
    .thank-info_content_left, .thank-info_content_right {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {



    .first__content-cont {
        width: 100%;
    }


    .footer_content-bottom-logo a {
        margin-top: 5px;
    }

    .footer_content-bottom_center svg {
        display: none;
    }

    .section_thank_bg {
        display: none;
    }

    .footer_content-bottom-rights img {
        width: 50px;
    }

    .main_title {
        font-size: 24px;
    }

    .main_title span {
        font-size: 24px;
    }
    .main_subtitle {
        font-size: 16px;
    }
    .sthank_block_left h1 {
        font-size: 40px;
        text-align: center;
    }


    .first__content-form {
        margin-top: 30px;
    }

    .footer_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }


    .footer_content-bottom-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_content-bottom-logo img {
        width: 90%;
        margin-bottom: 10px;
    }

    .mt {
        margin-top: 60px;
    }

    .footer {

        padding-bottom: 30px;

    }
.footer_content-bottom-logo p, .footer_content-bottom-rights p{
    font-size: 16px;
    text-align: center;
}



    .footer_content-bottom_center {
        padding: 20px 40px;
    }

    .footer_content-bottom_center a {
        font-size: 18px;
    }

    .header__content-menu li p {
        font-size: 12px;
    }

}