

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html {
    overflow-x: hidden;
}
body {
    background: #0E0E0E;
    
    color: #fff;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}
.button {
    padding: 10px 0 12px 14px;
    border-radius: 12px;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-left: 16px;
    width: 198px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}
.btn-green {
    background: linear-gradient(355deg, #65b3c2, #fcf7bb);
    color: #fff;
    border: none;
    filter: drop-shadow(0 0 10px #22F48488);
}
#header {
    padding: 32px 0;
}
.main-text {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}
.gr-text {
    font-family: "Roboto", sans-serif;
    background-color: #2AA5A0;
    background-image: linear-gradient(90deg, #65b3c2, #fcf7bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#block-1 {
    padding: 50px 0;
}
.subheader {
    font-size: 50px;
    line-height: 1.3;
    font-weight: bold;
}
#block-1 .bg {
    position: absolute;
    right: 0;
    width: 900px;
    top: -100px;
}
.bg img {
    width: 100%;
}
#block-1 .gradient-back {
    background: radial-gradient(#BFFD0433, #BFFD0400 70%);
    width: 1000px;
    height: 900px;
    right: -200px;
    position: absolute;
    top: -200px;
    transform: rotate(-15deg);
    pointer-events: none;
}
.button-href {
    background: linear-gradient(355deg, #3F85CA, #fcf7bb);
    color: #fff;
    border: none;
    filter: drop-shadow(0 0 10px #22F48488);
    display: inline-block;
    text-decoration: none;
    padding: 15px 33px 19px 33px;
    line-height: 1;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 25px;
    overflow: hidden;
    position: relative
}
#block-2 {
    margin-top: 100px
}
.text-regular {
    font-size: 18px;
}
.advantage {
    padding: 10px 40px;
    background: #262626;
    border-radius: 12px;
    position: relative;
    margin-top: 80px;
    height: 77%;
}
#block-2 .advantage .gradient-back {
    background: radial-gradient(#BFFD0444, #BFFD0400 70%);
    width: 150%;
    height: 150%;
    left: 0;
    transform: translate(-50%);
    bottom: -100px;
    top: auto;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}
.advantage .ellipse {
    position: relative;
    width: 140px;
    height: 140px;
    background: linear-gradient(180deg, #BFFD04, #4EE7B6);
    border-radius: 50%;
    margin: -80px auto 0;
}
.advantage .ellipse img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 1000px;
}
.advantage .header {
    font-size: 24px;
    line-height: 1.2;
}
.advantage .subheader {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.advantage > .overflow-hidden {
    pointer-events: none;
    overflow: hidden;
    border-radius: 12px;
}

#block-2 .gradient-back {
    background: radial-gradient(#BFFD0433, #BFFD0400 70%);
    width: 1000px;
    height: 900px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    pointer-events: none;
}
#block-2 .gradient-back2 {
    background: radial-gradient(#BFFD0433, #BFFD0400 70%);
    width: 1000px;
    height: 900px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
#faq .header, #contacts .header {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
#faq .quest {
    padding-bottom: 20px;
}
#faq .question {
    font-size: 32px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    cursor: pointer;
}
#faq .questions {
    margin: 50px 0;
}
#faq .plus {
    width: 34px;
    height: 34px;
    display: inline-block;
    position: relative;
    margin-top: 8px;
    cursor: pointer;
}
#faq .plus .line1 {
    width: 100%;
    height: 4px;
    background: #BFFD04;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}
#faq .quest.active .plus .line2 {
    transform: translate(0, -50%);
}
#faq .plus .line2 {
    width: 100%;
    height: 4px;
    background: #BFFD04;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%) rotate(90deg);
    transition-duration: 250ms;
}
#faq .answer {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    transition-duration: 250ms;
    transition-property: height;
    color: #D9D9D9
}
.quest {
    border-bottom: #BFFD04 1px solid;
    margin-bottom: 20px;
}
#footer {
    padding: 85px 0
}
#footer a {
    text-decoration: none;
    margin-left: 15px
}
#footer .gradient-back {
    background: radial-gradient(#BFFD0433, #BFFD0400 70%);
    width: 1000px;
    height: 900px;
    right: 0;
    position: absolute;
    bottom: 0;
    transform: translate(50%);
    pointer-events: none;
}
#footer .gradient-back2 {
    background: radial-gradient(#BFFD0433, #BFFD0400 70%);
    width: 1000px;
    height: 900px;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    pointer-events: none;
}
.vhr {
    height: 100%;
    width: 2px;
    background: #ffffff;
}
.button-href::before {
    content: "";
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, #fff0, #fff8, #fff0);
    position: absolute;
    top: 0;
    left: 0;
    animation: 3s infinite linear buttonlight;
}
#contacts {
    margin: 100px 0
}
#contacts .contact-head {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin-top: 10px;
}
#contacts .contact-text {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-top: 10px;
    color: #D9D9D9;
}
#contacts .contact-img {
    margin-top: 30px
}
#contacts .atyp-display {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
}
#contacts a {
    text-decoration: none;
    color: #D9D9D9;
}
#contacts iframe {
    max-height: 390px;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
}

.city-select {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 12px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 0.9;
    position: relative;
    user-select: none;
}
.current-city {
    cursor: pointer;

    display: flex;
    align-items: center;
}
.country-select {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 12px;
    padding: 40px 18px 12px;
    z-index: 1;
    display: none;
}
.country-select .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}
.country-select a.city {
    color: #000;
    padding: 9px 12px;
    border-bottom: 1px solid #D9D9D9;
    display: block;
    text-decoration: none;
    min-width: 300px;
}
.country-select a.city:last-child {
    border: none
}
@keyframes buttonlight {
    0% {
        transform: translate(-100px);
    }
    100% {
        transform: translate(900px);
    }
}
@media (max-width: 1399px) {
    .main-text {
        font-size: 80px
    }
    .subheader {
        font-size: 42px
    }
}
@media (max-width: 1199px) {
    #header img.logo, #footer img.logo {
        width: 100px;
    }
    .main-text {
        font-size: 70px
    }
    .subheader {
        font-size: 36px
    }
    .button {
        font-size: 22px;
        padding: 10px 0 12px 14px
    }
    #block-1 .bg {
        width: 70%;
        height: auto;
    }
    #contacts .contact-head {
        font-size: 24px;
    }
    #contacts .contact-text {
        font-size: 20px;
    }
    #contacts .atyp-display {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    #header img.logo, #footer img.logo {
        width: 80px;
    }
    .main-text {
        font-size: 64px
    }
    .subheader {
        font-size: 32px
    }
    #faq .question {
        font-size: 28px
    }
    .country-select a.city {
        min-width: 270px;
    }
}
@media (max-width: 767px) {
    #header img.logo, #footer img.logo {
        width: 50px;
    }
    .main-text {
        text-align: center;
        font-size: 45px
    }
    .subheader {
        font-size: 20px
    }
    .subheader {
        text-align: center;
    }
    .advantage .header {
        font-size: 18px
    }
    #faq .header, #contacts .header {
        text-align: center;
    }
    #faq .question {
        font-size: 20px
    }
    #faq .plus {
        width: 20px;
        height: 20px;
        margin-top: 6px
    }
    #faq .answer {
        font-size: 12px
    }
    .button-href {
        width: 100%;
        padding: 16px 15px 16px 15px;
    }
    #footer .gradient-back {
        transform: translate(50%, -50%);
    }
    #block-2 .gradient-back {
        display: none;
    }
    #block-2 .gradient-back2 {
        top: 30%
    }
    .text-regular {
        font-size: 15px;
        color: #D9D9D9
    }
    #block-2 .advantage .gradient-back {
        display: block;
    }
    #block-1 {
        padding: 0
    }
    #block-2 {
        margin-top: 60px
    }
    html {
        overflow-x: hidden;
    }
    #contacts .contact-head {
        font-size: 32px;
    }
    #contacts .contact-text {
        font-size: 24px;
    }
    #contacts .atyp-display {
        font-size: 24px;
    }
    .city-select {
        padding: 10px 12px;
        font-size: 15px;
    }
    .city-select img.pin-black {
        height: 16px;
    }

    .country-select {
        font-size: 25px;
        padding: 40px 18px 12px;
        top: 20px;
        left: 50%;
        transform: translate(-50%);
        min-width: 300px;
    }
    .city-select {
        position: initial;
    }
}