@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;
}

.swiper-pagination-bullet-active {
    background: red!important;
    width: 20px!important;
    border-radius: 10px!important;
}

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

@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: 0;
    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;

}

.list_items li {
    position: relative;
    padding-left: 23px;
}
.list_items li:before {
    content: url("../img/hero/Vector.png");
    position: absolute;
    top: 3px;
    left: 0;
}



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; /* editor's note: necessary? */
}
marquee {
    overflow: inherit !important;
    -moz-binding: none;
}
blink {
    text-decoration: none;
}
nobr {
    white-space: normal;
}

p{
    margin-bottom: 0 !important;
}


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

}



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;
}


.icons_block_mobile {
    display: none;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.icons_block_mobile li {
    display: flex;
    align-items: center;

}

.icons_block_mobile li img {
    margin-right: 10px;
}

.icons_block_mobile li p {
    margin-top: 0;
    font-size: 18px;
}

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

.header__content{

    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header__content .meeting {
    margin: 0!important;
}


.header__content-logo_img{
    width: 185px;
}


.header__content-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 17px;
}

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

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

}

.header__content-menu li p{
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */

}










.main_title{
    color: var(--primary-b, #0A1946);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 56px */
    position: relative;
    z-index: 40;
}
.main_title span{
    color: var(--primary-a, #0A1946);
    leading-trim: both;
    text-edge: cap;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    z-index: 40;
}

.main_subtitle{
    margin-top: 30px;
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    position: relative;
    z-index: 40;
}





/*footer*/


.footer {
    /*background: #4b8dec;*/
    min-height: 120px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.footer .footer-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: 1;
}



.footer__items-item {
    margin: 0
}

.socials {
    width: 20%;
}

.socials ul {
    display: flex;
    flex-direction: row!important;
}

.footer__items-item p {

    font-size: 12px;
    color: #222
}

.footer__items-item span {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 12px;
    /*display: inline-block;*/
    margin: 20px 0
}

.footer__items-item span svg {
    margin-right: 5px;
}

.footer__items-item ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0
}

.footer__items-item ul li {
    list-style: none;
    width: 29%
}

.footer__items-item ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #fff
}


.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


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

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

    .footer__items-item ul li {
        width: 50%
    }

    .footer__items-item {
        text-align: center
    }

    .footer__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }



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

}

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

        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mt{
        margin-top: 50px;
    }

    .socials {
        width: 100%;
        justify-content: center;
    }
    .footer__items-item ul li {
        width: 23%;
    }

    .socials ul {
        justify-content: center;
    }


    .main_title {
        font-size: 32px;
    }
    .main_title span {
        font-size: 32px;
    }
    .pt {
        padding-top: 30px;
    }


    .footer .footer-bg {
        width: 90%;
    }


}


.phone-dropdown {
    position: relative;

}

.phone-trigger {
    width: 100%;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #fff;

    border: none;
    border-radius: 16px;

    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

/*.phone-trigger .phone-text{*/
/*    white-space: nowrap;*/
/*}*/


.phone-arrow {
    width: 10px;
    height: 10px;

    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;

    transform: rotate(45deg);
}

.phone-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;

    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 16px;
    border: 1px solid #fff;

    list-style: none;
    padding: 8px 0;
    margin: 0;

    display: none;
    z-index: 10;
    width: 100%;
}

.phone-list li a {
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.phone-list li a:hover {
    background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 600px) {

    .bottom__text p {
        font-size: 10px;
        line-height: normal;
    }

    .phone-trigger {
        font-size: 13px;
    }
    .phone-list li a {
        font-size: 12px;
        text-align: center;
    }
    .phone-dropdown {
        display: flex;
        justify-content: flex-end;
    }

}


.guest-mini {
    margin: 100px 0;
}

.guest-mini__card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 38px;
    border: 1px solid #d9d9d9;
    border-radius: 34px;
     background: url("../img/bg.png");
}




.guest-mini__photo,
.guest-mini__content,
.guest-mini__logo {
    position: relative;
    z-index: 2;
}

.guest-mini__photo {
    width: 180px;
    min-width: 180px;
    height: 200px;
    overflow: hidden;
    
}

.guest-mini__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guest-mini__content {
    flex: 1 1 auto;
    max-width: 610px;
}

.guest-mini__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 16px;
    margin-bottom: 18px;
    border: 1px solid #1d2d66;
    border-radius: 20px;
    color: #1d2d66;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    background: transparent;
}

.guest-mini__title {
    margin: 0 0 14px;
    color: #1a2a63;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
}

.guest-mini__text {
    margin: 0;
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    max-width: 670px;
}

.guest-mini__logo {
    width: 170px;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest-mini__logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 992px) {
    .guest-mini__card {
        gap: 24px;
        padding: 30px 24px;
    }

    .guest-mini__photo {
        width: 140px;
        min-width: 140px;
        height: 155px;
    }

    .guest-mini__title {
        font-size: 28px;
    }

    .guest-mini__text {
        font-size: 16px;
    }

    .guest-mini__logo {
        width: 130px;
        min-width: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .guest-mini {
        padding: 24px 0;
    }

    .guest-mini__card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px 18px;
        border-radius: 24px;
    }

    .guest-mini__photo {
        /*width: 120px;*/
        /*min-width: 120px;*/
        /*height: 132px;*/
        margin: 0 auto;
    }

    .guest-mini__badge {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .guest-mini__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .guest-mini__text {
        font-size: 15px;
    }

    .guest-mini__logo {
        width: 120px;
        min-width: 120px;
    }
}

/*stars*/
.main_sbttl {
    margin: 20px auto;
    text-align: center;
}
.stars {
    margin: 100px 0;
}
.stars_cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}
.stars_card {
    width: 48%;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #FFF;

}
.stars_card-text {
    width: 50%;
    min-width: 253px;
    padding: 30px;
    /*background-image: url("../img/stars/Content.png");*/
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.stars_card-text h4 {
    font-size: 32px;
    line-height: normal;
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 500;
}
.stars_card-text p {
    font-size: 16px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stars_card-img {
    width: 50%;
    min-height: 313px;
    height: 100%;
}
.stars_card img {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .stars_card {
        width: 100%;
        flex-direction: column;
    }
    .stars_card-img {
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .stars_card img {
        border-bottom-left-radius: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .stars_card-text {
        width: 100%;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}


