@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&family=Roboto:wght@400;500;700&display=swap');

/***************** Basic ****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #1D1D23;
    line-height: 1.5;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

button {
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type='text'],
input[type='number'],
input[type='email'] {
    padding: 25px 16px;
    color: rgba(70, 90, 99, 0.80);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.16px;
}

input:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.section {
    width: 100%;
    position: relative;
}

.section-title {
    color: #1D1D23;
    font-size: 48px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

.section-title > span {
    color: #003ADF;
}

.fixed-phone {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: fixed;
    right: 110px;
    top: 130px;
    z-index: 10;
    -webkit-animation: pulse3 1.8s infinite;
    transform: scale(1);
    border: 0;
}

.fixed-phone__img {
    width: 100%;
}

@-webkit-keyframes pulse3 {
    0% {
       transform: scale(0.9);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

/**************************************/

/**************** Header **************/

.header {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #EAEAEA 49.32%, #FFF 100%);
}

.header__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.header__top {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 10;
}

.header__top__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 29px 0 24px;
}

.header__menu {
    position: relative;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.header__menu__item {
    margin-right: 30px;
}

.header__menu__link {
    color: #1D1D23;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
}

.header__menu__link:hover {
    color: #F8AF22;
}

.header__logo {
    width: 265px;
    margin-left: 55px;
    margin-right: 75px;
}

.header__logo__img {
    width: 100%;
}

.header__block {
    position: relative;
    display: flex;
    flex-direction: row;
}

.header__block__buy {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 25px;
    border-radius: 40px;
    border: 1px solid #F8AF22;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.header__block__buy:hover {
    background: transparent;
    color: #F8AF22;
}

.header__block__consult {
    margin-left: 10px;
    color: #1D1D23;
    text-align: center;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 40px;
    border: 1px solid #F8AF22;
    background: #fff;
}

.header__block__consult:hover {
    color: #fff;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.header__main {
    width: 100%;
    position: relative;
    padding-bottom: 140px;
    margin-top: 100px;
}

.header__main__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header__left {
    width: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.header__title {
    color: #424A4F;
    font-size: 48px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    line-height: 110%;
    margin-top: 120px;
}

.header__title > span {
    color: #003ADF;
}

.header__left__main {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.header__left__button {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    padding: 21px 92px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #F8AF22;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.header__left__button:hover {
    background: transparent;
    color: #F8AF22;
}

.header__left__button::after,
.header__left__button::before {
    content: '';
    width: 500px;
    height: 120px;
    position: absolute;
    border: 2px solid #F8AF22;
    left: -102px;
    opacity: 0;
    top: -28px;
    bottom: 0;
    border-radius: 100px;
    animation: pulse 2s linear infinite;
    z-index: -1;
}

.header__left__button::after {
    animation-delay: 1.1s;
}

.header__left__button::before {
    animation-delay: 0.6s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(0.7);
        opacity: 0;
    }
}

.header__left__arrow {
    margin-left: 15px;
}

.header__left__check {
    color: #1D1D23;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-left: 5px;
}

.header__left__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 80px;
}

.header__left__line {
    width: 41px;
    height: 1px;
    background: #2E2E2E;
    margin-left: 25px;
}

.header__left__img {
    width: 190px;
}

.header__left__text {
    width: 300px;
    color: #1D1D23;
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    margin-left: 20px;
}

.header__right {
    width: 770px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-right: -100px;
}

.header__right:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 440px;
    height: 440px;
    flex-shrink: 0;
    border-radius: 440px;
    background: #0039DC;
    filter: blur(282px);
}

.header__right__img {
    width: 100%;
    z-index: 2;
}

.header__right__block {
    width: 290px;
    height: 290px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.header__right__button {
    width: 230px;
    height: 230px;
    background-color: rgba(0, 58, 223);
    border: 0;
    border-radius: 230px;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-family: 'Gilroy', sans-serif;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 0 0 0 rgb(60, 90, 173, 0.5);
    -webkit-animation: pulse2 2.5s infinite;
}

.header__right__button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse2 {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgb(60, 90, 173, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgb(60, 90, 173, 0);
    }
}

.header__right__button > span {
    font-size: 24px;
    font-weight: 500;
}

.header__right__cursor {
    position: absolute;
    right: 80px;
    bottom: 50px;
}

/************** Mobile Menu ***************/

.header__burger {
    position: relative;
    flex-direction: column;
    cursor: pointer;
    display: none;
    margin-bottom: 10px;
}

.header__burger__span {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin-top: 6px;
}

.mobile__menu.active {
    left: 0;
}

.mobile__menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    padding: 80px 20px;
    transition: all 0.3s ease;
}

.mobile__menu__list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 50px;
}

.mobile__menu__item {
    margin-bottom: 20px;
}

.mobile__menu__link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #003ADF;
    font-size: 32px;
}


.mobile__menu__consult,
.mobile__menu__buy {
    width: 400px;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 40px;
    border: 1px solid #F8AF22;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.mobile__menu__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 29px;
}

/******************************************/

/****************** Main ******************/

.main {
    width: 100%;
    position: relative;
}

.astronaut__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.astronaut__left {
    width: 675px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.astronaut__title {
    margin-top: 100px;
}

.astronaut__text {
    width: 650px;
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    margin-top: 20px;
    line-height: 1.3;
}

.astronaut__text__link {
    color: #003adf;
}

.astronaut__button {
    color: #FFF;
    width: 470px;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    display: flex;
    padding: 21px 92px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #FBB122;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
    margin-top: 40px;
}

.astronaut__button:hover {
    background: transparent;
    color: #FBB122;
}

.astronaut__right {
    width: 590px;
    margin-top: 100px;
    margin-left: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.astronaut__right__img {
    width: 100%;
}

.necessary__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.necessary__left {
    width: 850px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.necessary__title {
    margin-top: 150px;
}

.necessary__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.necessary__content__block {
    width: 400px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.necessary-block__img {
    width: 35px;
    height: 35px;
}

.necessary-block__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-left: 15px;
}

.necessary__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 80px;
}

.necessary__bottom__button {
    color: #FFF;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    padding: 21px 92px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #FBB122;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.necessary__bottom__button:hover {
    background: transparent;
    color: #FBB122;
}

.necessary__bottom__arrow {
    margin-left: 20px;
}

.necessary__bottom__check {
    color: #1D1D23;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-left: 5px;
}

.necessary__right {
    width: 500px;
    position: relative;
    margin-right: -80px;
}

.necessary__right__img {
    margin-top: 130px;
    width: 100%;
}

.necessary__right__block {
    width: 320px;
    height: 70px;
    bottom: 80px;
    left: -70px;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(138deg, rgba(0, 58, 223, 0.70) 0%, rgba(0, 58, 223, 0.00) 100%);
    backdrop-filter: blur(2px);
    z-index: 1;
}

.necessary__right__block:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    transform: rotate(180deg);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: linear-gradient(138deg, rgba(0, 58, 223, 0.70) 0%, rgba(0, 58, 223, 0.00) 100%);
    backdrop-filter: blur(2px);
}

.necessary__right__block-left {
    width: 70px;
    height: 70px;
    border-right: 1px solid #A2BAFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.necessary__right__block-img {
    width: 45px;
    height: 45px;
}

.necessary__right__block-text {
    color: #FFF;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    margin-left: 22px;
}

.shutterstock {
    margin-top: -6px;
}

.shutterstock__row {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shutterstock__video {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 2000px;
}

.effective__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.effective__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}

.effective__title {
    width: 710px;
    line-height: 1.1;
}

.effective__top__block {
    position: relative;
    margin-left: 110px;
    padding-left: 110px;
    height: 100%;
    border-left: 1px solid #1D1D23;
}

.effective__top__img {
    width: 290px;
}

.effective__main {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 45px;
}

.effective__left {
    width: 620px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.effective__left__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}

.effective__left__button {
    width: 410px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 21px 92px;
    border-radius: 100px;
    margin-top: 75px;
    border: 1px solid #FBB122;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.effective__left__button:hover {
    background: transparent;
    color: #FBB122;
}

.effective__right {
    width: 600px;
    position: relative;
    margin-left: 100px;
}

.effective__right__title {
    color: #1D1D23;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.effective__right__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.effective-block__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.effective-block__line_bg {
    width: 100%;
    height: 27px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
    border-left: 1px solid rgba(0, 0, 0, 0.55);
}

.effective-block__line1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    background: linear-gradient(270deg, #003ADF 0%, rgba(0, 58, 223, 0.00) 100%);
}

.effective-block__line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 98%;
    height: 18px;
    background: linear-gradient(270deg, #003ADF 0%, rgba(0, 58, 223, 0.00) 100%);
}

.effective-block__line3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 18px;
    background: linear-gradient(270deg, #003ADF 0%, rgba(0, 58, 223, 0.00) 100%);
}

.effective__right__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.effective__bottom__span {
    color: #003ADF;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 16px 16px 16px 0;
    border-right: 1px solid #1D1D23;
}

.effective__bottom__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-left: 16px;
}

.license__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.license__title {
    margin-top: 120px;
    margin-bottom: 35px;
}

.license__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.license__subtitle {
    width: 600px;
    color: #1D1D23;
    font-size: 32px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.license__top__block {
    width: 500px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.license__block__img {
    width: 74px;
    height: 77px;
}

.license__block__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 25px;
}

.license__text {
    width: 600px;
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.license__carousel {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}

.license__carousel__item {
    width: 400px;
    height: 580px;
    cursor: pointer;
}

.apollon__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 160px;
}

.apollon__left {
    width: 550px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.apollon__left__text {
    color: #1D1D23;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
}

.apollon__left__img {
    width: 100%;
}

.apollon__left__bg {
    width: 775px;
    height: 775px;
    border-radius: 50%;
    position: absolute;
    left: -400px;
    background: rgba(0, 58, 223, 0.40);
    filter: blur(277px);
    z-index: -1;
}

.apollon__right {
    width: 520px;
    max-height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 35px;
    border: 1px solid #FBB122;
    border-radius: 5px;
}

.apollon__right__title {
    color: #1D1D23;
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 33px;
}

.apollon__right__form {
    width: 445px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.apollon-form__input {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 15px;
    border: 1px solid #FBB122;
}
.apollon-form__input.has-error{
    border: 1px solid #f00;
}

.apollon-form__button {
    color: #FFF;
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.18px;
    padding: 15px 175px;
    border-radius: 10px;
    border: 1px solid #FBB122;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    margin-top: 20px;
}

.apollon-form__button:hover {
    background: transparent;
    color: #FBB122;
}

label[for="checkbox1"] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}

.apollon-form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #FBB122;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.apollon-form__checkbox.has-error{
    background: #ffa7a7;
}

.apollon-form__conf {
    margin-left: 10px;
    color: #6B7B82;
    font-size: 12px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apollon-form__checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/mark.svg") no-repeat;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.apollon-form__checkbox:checked {
    opacity: 1;
}

.apollon-form__checkbox:checked::before {
    opacity: 1;
}

.result__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.result__title {
    margin-top: 140px;
    line-height: 1.1;
}

.result__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.result__content__block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 90px;
}

.result-block__img {
    width: 55px;
    height: 55px;
}

.result-block__text {
    width: 320px;
    color: #465A63;
    font-size: 23px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.result__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.result__bottom__img {
    width: 406px;
    height: 406px;
}

.male__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 140px;
}

.male__left {
    width: 740px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.male__left__title {
    margin-bottom: 55px;
}

.male__left__block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.male-block__check {
    width: 55px;
    height: 55px;
}

.male-block__text {
    width: 340px;
    color: #465A63;
    font-size: 23px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.male__right {
    width: 600px;
    position: relative;
    margin-right: -150px;
}

.male__right__img {
    width: 100%;
}

.male__right__block {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
    position: absolute;
    left: -60px;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.male__right__text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.promotion__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 180px;
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.31);
    height: 410px;
}

.promotion__left {
    width: 490px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.promotion__left__title {
    margin-top: 65px;
}

.promotion__left__text {
    color: #465A63;
    font-size: 28px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 115.3%;
    margin-bottom: 35px;
    margin-top: 10px;
}

.promotion__left__text > span {
    color: #003ADF;
}

.promotion__left__info {
    color: #465A63;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.promotion__left__button {
    color: #FFF;
    width: 300px;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 70px;
    padding: 20px 80px;
    border: 1px solid #FBB122;
    border-radius: 100px;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.promotion__left__button:hover {
    color: #FBB122;
    background: transparent;
}

.promotion__right {
    position: relative;
    width: 700px;
}

.promotion__right__img {
    width: 110%;
    margin-top: -50px;
    margin-left: -70px;
}

.promotion__right__block {
    width: 168px;
    height: 168px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #003ADF 0%, rgba(0, 58, 223, 0.00) 100%);
    position: absolute;
    right: 70px;
    top: -30px;
    text-align: center;
}

.promotion__right__text {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
}

.promotion__right__text > span {
    font-size: 48px;
}

.principle__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.principle__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.principle__top__block {
    width: 450px;
    position: relative;
    margin-left: 40px;
    padding-left: 60px;
    height: 120px;
    display: flex;
    align-items: center;
    border-left: 1px solid #1D1D23;
}

.principle__top__text {
    color: #1D1D23;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.principle__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
}

.principle__left {
    width: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.principle__left__title {
    color: #1D1D23;
    font-size: 32px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    animation-name: linear-animation1;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    animation-direction: alternate;
}

@keyframes linear-animation1 {
    0%{
        color: #1D1D23;
        transform: scale(1);
    }
    100%{
        color: #003ADF;
        transform: scale(1.1);
        margin-left: 20px;
    }
}

.principle__left__text {
    width: 330px;
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.principle__left__text:hover {
    margin-left: 50px;
    color: #003ADF;
}

.principle__center {
    width: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -150px;
    margin-top: 50px;
}

.principle__center__img {
    width: 100%;
}

.principle__center__bg {
    position: absolute;
    z-index: -1;
    top: -65px;
    left: 90px;
}

.principle__center__bg1 {
    animation-name: wave-animation1;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 3s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    animation-direction: alternate;
    opacity: 1;
}

.principle__center__bg2 {
    left: 97px;
    top: -68px;
    animation-name: wave-animation2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 3s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    animation-direction: alternate;
    opacity: 0;
}

@keyframes wave-animation1 {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes wave-animation2 {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.principle__right {
    width: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

.principle__right__title {
    width: 300px;
    color: #1D1D23;
    font-size: 32px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    animation-name: linear-animation2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 3s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    animation-direction: alternate;
}

@keyframes linear-animation2 {
    0%{
        color: #1D1D23;
        transform: scale(1);
    }
    100%{
        color: #FBB122;
        transform: scale(1.1);
        margin-left: 20px;
    }
}

.principle__right__title > span {
    font-size: 20px;
    font-weight: 500;
}

.principle__right__text {
    width: 300px;
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.principle__right__text:hover {
    margin-left: 40px;
    color: #003ADF;
}

.instruction {
    background: #F8F8F8;
}

.instruction__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.instruction__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #003ADF;
    padding: 45px 0 20px;
}

.instruction__top__block {
    position: relative;
    display: flex;
    flex-direction: row;
}

.instruction__top__consult {
    width: 400px;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    padding: 17px 50px;
    border-radius: 40px;
    border: 1px solid #F8AF22;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.instruction__top__consult:hover {
    background: transparent;
    color: #F8AF22;
}

.instruction__top__download {
    width: 350px;
    height: 60px;
    color: #1D1D23;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    padding: 17px 50px;
    border-radius: 40px;
    border: 1px solid #F8AF22;
    margin-left: 10px;
    background: transparent;
}

.instruction__top__download:hover {
    color: #fff;
    border: 1px solid #F8AF22;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.instruction__content {
    width: 100%;
    margin-top: 40px;
}

.instruction__content > iframe {
    width: 100%;
    height: 600px;
}

.forum {
    background: #F8F8F8;
    padding: 180px 0 100px;
}

.forum__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.forum__content {
    margin-top: 60px;
}

.forum__accordion {
    cursor: pointer;
    padding: 10px 50px 10px 27px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    background: transparent;
    border-left: 1px solid #1D1D23;
    border-bottom: 1px solid #1D1D23;
    margin-bottom: 20px;
    margin-top: 10px;
}

.forum__accordion.active {
    color: #003ADF;
}

.forum__accordion:after {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("../img/forum-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

.forum__accordion.active:after {
    content: "";
    background-image: url("../img/forum-arrow-active.svg");
}

.forum__panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.forum__panel__list {
    list-style-type: none;
}

.forum__panel__item {
    position: relative;
    color: #1D1D23;
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    margin-left: 15px;
}

.forum__panel__item:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: 7px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 0.9375vw;
    margin-bottom: 3px;
}

.forum__panel__text {
    font-size: 18px;
    margin-top: 10px;
}

.guarantee__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.guarantee__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 90px;
    border-radius: 10px;
    background: #313131;
    padding: 47px 60px;
}

.guarantee__top__title {
    width: 200px;
    color: #FFF;
    font-size: 26px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.guarantee__top__form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 60px;
}

.guarantee-form__input {
    width: 295px;
    height: 55px;
    border-radius: 5px;
    background: #FFF;
    margin-right: 5px;
    border: 1px solid #fff;
}
.guarantee-form__input.has-error{
    border: 1px solid #f00;
}

.guarantee-form__button {
    width: 295px;
    height: 55px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #FBB122;
    border-radius: 63px;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.guarantee-form__button:hover {
    background: transparent;
    color: #FBB122;
}

label[for="checkbox2"] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.guarantee-form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #0075FF;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.guarantee-form__checkbox.has-error{
    background: #ffa7a7;
}

.guarantee-form__conf {
    margin-left: 10px;
    color: #FFF;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.guarantee-form__checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/mark.svg") no-repeat;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.guarantee-form__checkbox:checked {
    opacity: 1;
}

.guarantee-form__checkbox:checked::before {
    opacity: 1;
}

.guarantee__title {
    margin-top: 90px;
}

.guarantee__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.guarantee__content__block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
}

.guarantee-block__img {
    width: 70px;
    height: 70px;
}

.guarantee-block__left {
    width: 440px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.guarantee-block__title {
    color: #1D1D23;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.guarantee-block__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.advantages__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

.advantages__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.advantages__left {
    width: 825px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.advantages__left__block {
    width: 400px;
    height: 255px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: #EDF3FF;
    cursor: pointer;
}

.advantages__left__block:hover {
    background-color: #003ADF;
}

.advantages__left__block:hover > .advantages-block__text {
    color: #fff;
}

.advantages__left__block:hover > .advantages-block__elipse {
    border: 1px solid #fff;
}

.advantages-block__elipse {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003ADF;
    border: 1px solid #003ADF;
}

.advantages-block__text {
    width: 360px;
    color: #1D1D23;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}

.advantages__right {
    width: 400px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 10px;
    background: #EDF3FF;
    overflow: hidden;
}

.advantages__right__img {
    z-index: 5;
}

.advantages__right__bg {
    position: absolute;
    right: 0;
    top: 30%;
    width: 281px;
    height: 281px;
    border-radius: 281px;
    background: #003ADF;
    filter: blur(172px);
}

.time__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 150px;
}

.time__left {
    width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.time__title {
    font-size: 30px;
}

.time__left__img {
    width: 90%;
    margin-left: 50px;
}

.time__left__bg {
    width: 363px;
    height: 363px;
    position: absolute;
    right: -10px;
    bottom: -60px;
    z-index: -1;
    border-radius: 363px;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.time__right {
    width: 520px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 35px;
    border: 1px solid #FBB122;
    border-radius: 5px;
}

.time__right__title {
    color: #1D1D23;
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 33px;
}

.time__right__form {
    width: 445px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.time-form__input {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 15px;
    border: 1px solid #FBB122;
}
.time-form__input.has-error{
    border: 1px solid #f00;
}

.time-form__button {
    color: #FFF;
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.18px;
    padding: 15px 175px;
    border-radius: 10px;
    border: 1px solid #FBB122;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    margin-top: 20px;
}

.time-form__button:hover {
    background: transparent;
    color: #FBB122;
}

label[for="checkbox3"] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}

.time-form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #FBB122;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.time-form__checkbox.has-error{
    background: #ffa7a7;
}

.time-form__conf {
    margin-left: 10px;
    color: #6B7B82;
    font-size: 12px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.time-form__checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/mark.svg") no-repeat;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.time-form__checkbox:checked {
    opacity: 1;
}

.time-form__checkbox:checked::before {
    opacity: 1;
}

.comments__row {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 180px;
}

.comments__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.comments__content__block {
    width: 570px;
    min-height: 440px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 1px 4px 18px 0px rgba(0, 0, 0, 0.25);
    margin: 40px 0 40px 15px;
}

.comments-block__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comments-block__avatar {
    width: 70px !important;
    height: 70px !important;
}

.comments-block__name {
    width: 200px;
    color: #1D1D23;
    font-size: 25px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-left: 20px;
}

.comments-block__stars {
    width: 175px !important;
    margin-left: 30px;
}

.comments-block__content {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.comments-block__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.comments-block__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.comments-block__audio_play {
    width: 55px !important;
    height: 55px !important;
    cursor: pointer;
}

.comments-block__bottom_text {
    color: #1D1D23;
    font-size: 25px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-left: 10px;
}

.history__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 120px 0 90px;
}

.history__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.history__left {
    width: 500px;
    padding-right: 75px;
    border-right: 1px solid #1D1D23;
}

.history__left__img {
    width: 420px;
}

.history__right {
    margin-left: 75px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.history__right__title {
    width: 500px;
    margin-bottom: 20px;
}

.history__right__text {
    color: #1D1D23;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.history__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 90px;
    border-radius: 10px;
    background: #313131;
    padding: 47px 60px;
}

.history__bottom__form {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 60px;
}

.history__bottom__title {
    width: 200px;
    color: #FFF;
    font-size: 26px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.history-form__input {
    width: 295px;
    height: 55px;
    border-radius: 5px;
    background: #FFF;
    margin-right: 5px;
    border: 1px solid #fff;
}
.history-form__input.has-error{
    border: 1px solid #f00;
}

.history-form__button {
    width: 295px;
    height: 55px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #FBB122;
    border-radius: 63px;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.history-form__button:hover {
    background: transparent;
    color: #FBB122;
}

label[for="checkbox4"] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.history-form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #0075FF;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.history-form__checkbox.has-error{
    background: #ffa7a7;
}

.history-form__conf {
    margin-left: 10px;
    color: #FFF;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.history-form__checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/mark.svg") no-repeat;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.history-form__checkbox:checked {
    opacity: 1;
}

.history-form__checkbox:checked::before {
    opacity: 1;
}

.present__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.present__desc__main {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}

.present__left {
    width: 430px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.present__left__title {
    color: #1D1D23;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}


.present__left__title > span {
    color: #003ADF;
}

.present__left__subtitle {
    color: #1D1D23;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 40px;
}

.present__left__subtitle-span {
    color: #003ADF;
}

.present__left__block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.present-block__img {
    width: 40px;
    height: 40px;
}

.present-block__text {
    width: 320px;
    color: #1D1D23;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.present__right {
    position: relative;
    width: 620px;
    margin-top: -50px;
}

.present__right__img {
    width: 100%;
}

.present__right__linear {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

/******************************************/

/*************** Footer *******************/

.footer {
    width: 100%;
    position: relative;
    background: #313131;
    padding-top: 50px;
}

.footer__row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__list {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer__list__title {
    color: #F9F9F9;
    font-size: 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.footer__list__tel {
    color: #F9F9F9;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.footer__list__icon {
    margin-right: 10px;
}

.footer__list__subtitle {
    color: #F9F9F9;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

.footer__list__subtitle > a {
    color: #F9F9F9;
}

.footer__list__text {
    color: #F9F9F9;
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.footer__list__logo {
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer__list__button {
    color: #FFF;
    font-size: 20px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 21px 92px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    border-radius: 100px;
    border: 1px solid #FBB122;
    background: linear-gradient(0deg, #DC9E27 19.00%, #FBB122 100%);
}

.footer__list__button:hover {
    background: transparent;
    color: #FBB122;
}

.footer__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 0;
    margin-top: 10px;
}
.attention{
    display: block;
}

.footer__bottom__copy {
    color: #F9F9F9;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__bottom__conf {
    color: #F9F9F9;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

/****************** OWL *******************/

.owl-prev {
    width: 55px;
    height: 55px;
    background-image: url("../img/license-arrow-left.svg") !important;
    position: absolute;
    left: -70px;
    top: 40%;
}

.owl-next {
    width: 55px;
    height: 55px;
    background-image: url("../img/license-arrow-right.svg") !important;
    position: absolute;
    right: -60px;
    top: 40%;
}

.owl-prev > span,
.owl-next > span {
    display: none;
}

/************* Modals ***************/

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(188, 188, 188, .2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 15;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-bg.active {
    display: flex;
}

.modal-consult {
    width: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #FBB122;
}

.modal-consult__title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
}

.modal-consult__title > span {
    color: #003ADF;
}

.modal-consult__text {
    margin-top: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
}

.modal-consult__form {
    margin-top: 25px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consult-form__input {
    width: 350px;
    height: 55px;
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
.consult-form__input.has-error{
    border: 1px solid #f00;
}

.consult-form__button {
    width: 350px;
    height: 55px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    border: 1px solid #003ADF;
    background-color: #003ADF;
    border-radius: 100px;
}

.consult-form__button:hover {
    border: 1px solid #fff;
    background-color: transparent;
}

label[for="checkbox6"],
label[for="checkbox5"] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.consult-form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #0075FF;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.consult-form__checkbox.has-error{
    background: #fb5959;
}

.consult-form__conf {
    margin-left: 10px;
    color: #FFF;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.consult-form__checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/mark.svg") no-repeat;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.consult-form__checkbox:checked {
    opacity: 1;
}

.consult-form__checkbox:checked::before {
    opacity: 1;
}

.modal-price__close,
.modal-promotion__close,
.modal-consult__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
}

.modal-close {
    width: 100%;
    cursor: pointer;
}

label[for="checkbox7"],
label[for="checkbox8"] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}

/************* Modal Test *************/

.modal-test__content {
    min-height: 90vh;
    color: #fff;
}

.modal-test__content {
    width: 800px;
    background-color: #1d1d23;
    padding: 40px;
}

.modal-test__title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
}

.modal-test__content .modal__questions {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.0416666667vw;
    margin-top: 50px;
}

.modal-test__content .modal__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-test__content .modal__radioes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    -webkit-column-gap: 1.0416666667vw;
    -moz-column-gap: 1.0416666667vw;
    column-gap: 1.0416666667vw
}

.modal-test__content h3 {
    width: 80%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.modal-test__content .modal__answ-text {
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 1.0416666667vw;
    margin-bottom: .4166666667vw
}

.modal-test__content .modal__calc-answer {
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    font-size: .9375vw;
    line-height: .9895833333vw
}

.modal-test__content .modal__btn-art {
    color: #1d1d23;
    margin-left: auto;
    margin-right: auto
}

.modal-test__content .modal__result {
    text-align: center;
    font-weight: 400;
    color: #feaf3d;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    margin-top: .5208333333vw;
    margin-bottom: .5208333333vw
}

.modal-test__content .modal__wrapper-info {
    font-weight: 400;
    font-size: .8333333333vw;
    line-height: 1.0416666667vw
}

.wrapper-radio {
    position: relative
}

.modal__test__hide {
    display: none;
}

.modal__test__hide.active-test {
    display: flex;
    flex-direction: column;
}

.modal__test__title {
    font-family: 'Montserrat', sans-serif;
    color: #feaf3d;
    text-align: center;
    margin-top: 50px;
}

.modal__test__result {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.wrapper-radio__radio+.wrapper-radio__label::before {
    -webkit-transition-property: background-color,color,border-color,-webkit-box-shadow;
    transition-property: background-color,color,border-color,-webkit-box-shadow;
    -o-transition-property: background-color,color,box-shadow,border-color;
    transition-property: background-color,color,box-shadow,border-color;
    transition-property: background-color,color,box-shadow,border-color,-webkit-box-shadow;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-color: #7e89a5;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.wrapper-radio__radio+.wrapper-radio__label::before:hover {
    cursor: pointer
}

.wrapper-radio__radio:not(:disabled):not(:checked)+.wrapper-radio__label:hover::before {
    border-color: #feaf3d
}

.wrapper-radio__radio:not(:disabled):active+.wrapper-radio__label::before {
    background-color: #feaf3d;
    border-color: #feaf3d
}

.wrapper-radio__radio:focus+.wrapper-radio__label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254,175,61,.25);
    box-shadow: 0 0 0 .2rem rgba(254,175,61,.25)
}

.wrapper-radio__radio:focus:not(:checked)+.wrapper-radio__label::before {
    border-color: #feaf3d
}

.wrapper-radio__radio:checked+.wrapper-radio__label::before {
    border-color: #feaf3d
}

.wrapper-radio__radio:checked+.wrapper-radio__label::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #feaf3d;
    width: 10px;
    height: 10px;
    left: 3px;
}

.wrapper-radio__radio:disabled+.wrapper-radio__label::before {
    background-color: #cbcbcc
}

.wrapper-radio__radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.wrapper-radio__radio:hover {
    cursor: pointer
}

.wrapper-radio__radio+.wrapper-radio__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}

.wrapper-radio__radio+.wrapper-radio__label:hover {
    cursor: pointer
}

.modal__link__pdf {
    width: 350px;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    color: black;
    transition: all 0.4s ease;
}

.modal__link__pdf:hover {
    background-color: #feaf3d;
    color: #fff;
}

.modal-test__close_button_white {
    display: none;
}

/************ Modal License ************/

.modal-license__img {
    height: 95vh;
}

/**************** Media ****************/

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

    .header__logo {
        margin-left: 0;
        margin-right: 25px;
    }

    .header__right {
        width: 670px;
        margin-top: 80px;
        margin-right: 0;
    }

    .necessary__right {
        width: 440px;
        margin-right: 0;
    }

    .necessary__content__block {
        width: 350px;
    }

    .necessary__bottom {
        margin-top: 10px;
    }

    .fixed-phone {
        right: 50px;
        top: 110px;
    }

    .license__carousel {
        width: 90%;
        margin: 70px auto 0;
    }

    .license__carousel__item {
        width: 350px;
    }

    .result__content {
        justify-content: space-around;
    }

    .result__bottom__img {
        width: 380px;
    }

    .guarantee-form__input {
        width: 270px;
    }

    .guarantee-form__button {
        width: 270px;
    }

    .guarantee__top {
        padding: 47px 40px;
    }

    .advantages__left {
        gap: 15px;
        justify-content: space-around;
    }

    .advantages__right {
        margin-left: 15px;
    }

    .advantages__left__block {
        width: 370px;
    }

    .comments__content {
        width: 90%;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }

    .comments__content__block {
        margin: 50px auto;
    }

    .history-form__input {
        width: 270px;
    }

    .history-form__button {
        width: 270px;
    }

    .history__bottom {
        padding: 47px 40px;
    }

}

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

    .section-title {
        font-size: 40px;
    }

    .header__logo {
        width: 220px;
        margin-right: 15px;
    }

    .header__block__buy {
        display: none;
    }

    .fixed-phone {
        width: 50px;
        height: 50px;
    }

    .header__title {
        width: 500px;
        font-size: 40px;
    }

    .header__left {
        width: 540px;
    }

    .header__left__button {
        padding: 15px 70px;
    }

    .header__left__button::after, .header__left__button::before {
        width: 410px;
        height: 110px;
        left: -80px;
        top: -30px;
    }

    .header__right__block {
        width: 225px;
        height: 225px;
    }

    .header__right__button {
        font-size: 28px;
        width: 200px;
        height: 200px;
    }

    .header__right__button > span {
        font-size: 20px;
    }

    .necessary__content__block {
        width: 100%;
    }

    .necessary__right {
        width: 520px;
    }

    .necessary__right__img {
        margin-top: 100%;
    }

    .necessary__bottom__check,
    .necessary__bottom__arrow {
        display: none;
    }

    .license__text,
    .license__subtitle {
        width: 515px;
    }

    .license__top__block {
        width: 400px;
    }

    .license__carousel {
        width: 80%;
    }

    .result__bottom__img {
        width: 320px;
    }

    .male__right__block {
        bottom: 0;
    }

    .principle__content {
        flex-direction: column;
        align-items: center;
    }

    .principle__left,
    .principle__right {
        width: 90%;
    }

    .principle__left__title > br {
        display: none;
    }

    .principle__right__title,
    .principle__right__text,
    .principle__left__title,
    .principle__left__text {
        width: 100%;
    }

    .principle__center {
        margin-top: 102px;
    }

    .principle__right {
        margin-bottom: 100px;
    }

    .instruction__top__consult {
        width: 360px;
    }

    .instruction__top__download {
        width: 320px;
        padding: 17px 45px;
    }

    .guarantee__top {
        flex-direction: column;
        align-items: center;
    }

    .guarantee__top__title {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    label[for="checkbox2"] {
        margin-top: 15px;
    }

    .guarantee__content__block {
        width: 48%;
    }

    .advantages__content {
        flex-direction: column;
    }

    .advantages__left {
        width: 100%;
    }

    .advantages__left__block {
        width: 45%;
    }

    .advantages__right {
        width: 95%;
        margin: 25px;
    }

    .time__left__bg {
        right: 40px;
        bottom: -90px;
    }

    .history__left {
        padding-right: 40px;
    }

    .history__right {
        margin-left: 40px;
    }

    .history__right__text {
        width: 90%;
    }

    .history__bottom {
        flex-direction: column;
        align-items: center;
    }

    .history__bottom__title {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    label[for="checkbox4"] {
        margin-top: 15px;
    }

    .history__content__block {
        width: 48%;
    }

    .footer__list__button {
        padding: 21px 31px;
    }

}

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

    .section-title {
        font-size: 34px;
    }

    .header__top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .header__main {
        margin-top: 100px;
    }

    .header__top__row {
        justify-content: space-between;
        padding: 25px 0;
    }

    .header__menu {
        display: none;
    }

    .header__block {
        display: none;
    }

    .header__burger {
        display: flex;
    }

    .header__main__row {
        flex-direction: column;
        align-items: center;
    }

    .astronaut__row {
        flex-direction: column;
        align-items: center;
    }

    .astronaut__title {
        margin-top: 30px;
    }

    .necessary__row {
        flex-direction: column;
        align-items: center;
    }

    .necessary__left {
        width: 70%;
    }

    .necessary__right__img {
        margin-top: 80px;
    }

    .effective__top {
        flex-direction: column;
        align-items: center;
    }

    .effective__top__block {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        margin-top: 50px;
    }

    .effective__main {
        flex-direction: column-reverse;
        align-items: center;
    }

    .effective__left {
        margin-top: 50px;
    }

    .license__title {
        text-align: center;
    }

    .license__top {
        flex-direction: column;
        align-items: center;
    }

    .license__carousel {
        width: 620px;
    }

    .license__carousel__item {
        width: 300px;
    }

    .owl-prev,
    .owl-next {
        top: 30%;
    }

    .apollon__row {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .result__title {
        text-align: center;
    }

    .result__content__block {
        width: 90%;
        margin-bottom: 40px;
    }

    .result-block__text {
        width: unset;
    }

    .result__bottom {
        margin-top: 0;
    }

    .result__bottom__img {
        width: 33%;
    }

    .male__row {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .male__left {
        width: 90%;
    }

    .male-block__text {
        width: unset;
    }

    .male__right {
        margin-right: 0;
        margin-top: 30px;
    }

    .promotion__row {
        flex-direction: column;
        align-items: center;
        height: unset;
    }

    .promotion__left {
        margin-left: 0;
        width: 90%;
    }

    .principle__top {
        align-items: center;
    }

    .principle__right {
        margin-left: 30px;
    }

    .instruction__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .instruction__top__block {
        margin-top: 30px;
    }

    .forum {
        padding: 60px 0;
    }

    .guarantee__top__form {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .guarantee-form__input {
        width: 380px;
        margin-bottom: 20px;
    }

    .guarantee-form__button {
        width: 380px;
        margin-bottom: 20px;
    }

    .advantages__row {
        align-items: center;
    }

    .advantages__left {
        gap: 0;
    }

    .advantages__left__block {
        margin-bottom: 15px;
    }

    .advantages-block__text {
        width: unset;
    }

    .advantages__right {
        width: 94%;
    }

    .time__row {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }

    .time__left {
        width: 90%;
    }

    .time__right {
        margin-top: 150px;
    }

    .comments__content {
        width: 80%;
        padding: 0;
    }

    .comments__content__block {
        width: 80%;
    }

    .history__content {
        flex-direction: column;
        align-items: center;
    }

    .history__left {
        width: 80%;
        padding-right: 0;
        border-right: 0;
    }

    .history__left__img {
        width: 100%;
    }

    .history__right {
        margin-top: 50px;
    }

    .history__bottom__form {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .history-form__input {
        width: 380px;
        margin-bottom: 20px;
    }

    .history-form__button {
        width: 380px;
        margin-bottom: 20px;
    }

    .present__desc__main {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .present__left {
        width: 90%;
    }

    .present__left__subtitle {
        margin-top: 20px;
    }

    .present-block__text {
        width: unset;
    }

    .present__right {
        margin-top: 0;
    }

    .footer {
        padding-top: 40px;
    }

    .footer__content {
        flex-direction: column;
        align-items: center;
    }

    .footer__list {
        width: 90%;
    }

    .footer__list__title {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .footer__list__button {
        width: 500px;
    }

    .modal-test__content {
        margin-top: 70px;
    }

}

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

    .header__main {
        padding-bottom: 50px;
    }

    .header__title {
        margin-top: 50px;
    }

    .header__right {
        width: 95%;
        margin-right: 75px;
    }

    .header__right__button {
        font-size: 24px;
        width: 160px;
        height: 160px;
    }

    .header__right__cursor {
        right: 45px;
        bottom: 35px;
    }

    .astronaut__left {
        width: 95%;
    }

    .astronaut__text {
        width: 100%;
    }

    .astronaut__right {
        width: 95%;
    }

    .necessary__left {
        width: 90%;
    }

    .necessary__right {
        width: 360px;
    }

    .effective__title {
        width: 95%;
    }

    .effective__right {
        width: 95%;
        margin-left: 0;
    }

    .effective__left {
        width: 95%;
    }

    .license__carousel {
        width: 460px;
        margin-bottom: 50px;
    }

    .license__carousel__item {
        width: 200px;
        height: unset;
    }

    .owl-prev,
    .owl-next {
        top: 40%;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat !important;
        background-size: contain!important;
    }

    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -30px;
    }

    .apollon__left {
        width: 95%;
    }

    .male__right {
        width: 95%;
    }

    .male__right__block {
        width: 190px;
        height: 190px;
        left: -30px;
        bottom: -50px;
    }

    .promotion__right {
        width: 100%;
    }

    .principle__row {
        margin-top: 100px;
    }

    .principle__top__text {
        line-height: 1.1;
    }

    .principle__center {
        width: 95%;
        margin-left: -80px;
    }

    .instruction__top__block {
        flex-direction: column;
    }

    .instruction__top__download {
        width: 360px;
        margin-left: 0;
        margin-top: 20px;
    }

    .instruction__content > iframe {
        height: 350px;
    }

    .guarantee__content {
        width: 95%;
        flex-direction: column;
        align-items: center;
    }

    .guarantee__content__block {
        width: 90%;
    }

    .advantages-block__text {
        width: 95%;
        font-size: 18px;
    }

    .advantages__right {
        margin: 20px;
    }

    .time__left {
        width: 95%;
    }

    .time__left__img {
        width: 100%;
        margin-left: 0;
    }

    .time__left__bg {
        width: 280px;
        height: 280px;
        bottom: -10px;
    }

    .comments__content {
        width: 500px;
    }

    .comments__content__block {
        width: 450px;
    }

    .comments-block__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .comments-block__stars,
    .comments-block__name {
        margin-left: 0;
        margin-top: 5px;
    }

    .present__right {
        width: 95%;
    }

    .footer__list__button {
        width: 300px;
        padding: 17px 30px;
    }

    .modal-bg.active {
        overflow-y: auto;
    }

    .modal-consult__form {
        flex-direction: column;
        align-items: center;
    }

    .modal-test__content {
        padding: 70px 15px 30px;
        min-height: 100%;
        overflow-y: auto;
        margin-top: 0;
    }

    .modal-test__content h3 {
        width: 75%;
        font-size: 16px;
        line-height: 1.2;
    }

    .modal__question {
        margin-bottom: 20px;
    }

    .wrapper-radio__radio+.wrapper-radio__label {
        font-size: 16px;
    }

    .modal-test__close_button {
        display: none;
    }

    .modal-test__close_button_white {
        display: block;
    }

}

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

    .section-title {
        font-size: 32px;
    }

    .mobile__menu__link {
        font-size: 23px;
    }

    .mobile__menu__consult,
    .mobile__menu__buy {
        width: 320px;
        font-size: 22px;
    }

    .header__left {
        width: 95%;
    }

    .header__title {
        width: 100%;
        font-size: 32px;
    }

    .header__left__main {
        flex-direction: column;
        align-items: flex-start;
    }

    .header__left__arrow {
       transform: rotate(90deg);
        margin-left: 100px;
        margin-top: 30px;
    }

    .header__left__check {
        margin-top: 20px;
        margin-left: 20px;
    }

    .header__left__text {
        line-height: 1.1;
    }

    .astronaut__button {
        width: 100%;
        padding: 21px 10px;
    }

    .necessary__title {
        margin-top: 80px;
    }

    .necessary__bottom {
        justify-content: center;
    }

    .necessary__right {
        width: 300px;
    }

    .license__subtitle {
        font-size: 24px;
        line-height: 1.1;
    }

    .license__subtitle,
    .license__top__block,
    .license__text {
        width: 95%;
    }

    .license__carousel {
        width: 340px;
    }

    .license__carousel__item {
        width: 320px;
    }

    .apollon__right {
        width: 95%;
        margin-top: 30px;
    }

    .apollon__right__form {
        width: 100%;
    }

    .apollon-form__button {
        padding: 15px;
        width: 100%;
    }

    .result__bottom {
        margin: 30px 0 50px;
    }

    .result__bottom__img {
        height: unset;
    }

    .promotion__right__img {
        margin-left: -30px;
    }

    .promotion__right__block {
        width: 130px;
        height: 130px;
    }

    .promotion__right__text {
        font-size: 22px;
    }

    .promotion__right__text > span {
        font-size: 40px;
    }

    .principle__row {
        margin-top: 80px;
    }

    .principle__top__block {
        width: unset;
        margin-left: 30px;
        padding-left: 30px;
    }

    .principle__center__bg {
        width: 90%;
        top: -90px;
        left: 75px;
    }

    .guarantee__top {
        width: 100%;
        margin-top: 30px;
    }

    .guarantee__top__form {
        width: 100%;
        align-items: unset;
    }

    .guarantee-form__input {
        width: 100%;
    }

    .guarantee-form__button {
        padding: 15px;
        width: 100%;
    }

    .advantages__row {
        margin-top: 60px;
    }

    .advantages__left {
        flex-direction: column;
    }

    .advantages__left__block {
        width: 100%;
    }

    .advantages__right {
        width: 100%;
        margin: 0;
    }

    .time__right {
        width: 100%;
        margin-top: 100px;
    }

    .time__right__form {
        width: 100%;
    }

    .time-form__button {
        padding: 15px;
    }

    .comments__row {
        margin-top: 90px;
    }

    .comments__content {
        width: 340px;
    }

    .comments__content__block {
        width: 320px;
        padding: 15px;
    }

    .history__row {
        margin: 30px 0 90px;
    }

    .history__left {
        width: 90%;
    }

    .history__right {
        width: 95%;
        margin-left: 0;
    }

    .history__right__title {
        width: 100%;
    }

    .history__right__text {
        width: 100%;
    }

    .history__bottom__form {
        width: 100%;
        align-items: unset;
    }

    .history-form__input {
        width: 100%;
    }

    .history-form__button {
        width: 100%;
    }

    .modal-test__content {
        width: 100%;
        height: 100%;
    }

    .modal-test__title {
        font-size: 22px;
    }

    .modal-test__content .modal__question {
        flex-direction: column;
    }

    .modal-test__content h3 {
        width: 100%;
        margin-bottom: 5px;
    }

    .modal__test__title {
        line-height: 1.1;
        font-size: 22px;
    }

}

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

    .section-title {
        font-size: 26px;
    }

    .header__left {
        width: 100%;
    }

    .header__title {
        width: 100%;
        margin-top: 30px;
        font-size: 28px;
    }

    .header__left__arrow {
        height: 10px;
        margin-top: 20px;
    }

    .header__left__check {
        margin-top: 10px;
    }

    .header__left__text {
        font-size: 16px;
    }

    .header__left__bottom {
        margin-top: 30px;
    }

    .header__left__line {
        display: none;
    }

    .header__left__img {
        width: 165px;
    }

    .header__right {
        width: 100%;
        margin-top: 30px;
    }

    .header__right__block {
        right: -30px;
        bottom: -40px;
    }

    .astronaut__left {
        width: 100%;
    }

    .astronaut__text {
        font-size: 18px;
    }

    .astronaut__button {
        font-size: 18px;
        padding: 15px 10px;
    }

    .astronaut__right {
        margin-left: 0;
    }

    .astronaut__right__img1 {
        height: 100px;
    }

    .astronaut__right__img3 {
        height: 200px;
    }

    .astronaut__right__img2 {
        height: 200px;
    }

    .astronaut__right__img4 {
        height: 100px;
    }

    .necessary__title {
        margin-top: 50px;
    }

    .necessary-block__text {
        font-size: 18px;
        line-height: 1.1;
    }

    .necessary__bottom__button {
        padding: 15px;
        width: 100%;
    }

    .necessary__right__block {
        width: 250px;
        height: 55px;
        bottom: 55px;
        left: -25px;
    }

    .necessary__right__block-text {
        line-height: 1;
        font-size: 20px;
    }

    .necessary__right__block-img {
        width: 40px;
        height: 40px;
    }

    .effective-block__text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .effective__bottom__text {
        font-size: 14px;
        line-height: 1.1;
    }

    .effective__left {
        width: 100%;
    }

    .effective__left__text {
        font-size: 18px;
        line-height: 1.1;
    }

    .effective__left__button {
        width: 100%;
        padding: 15px;
        margin-top: 40px;
    }

    .license__subtitle,
    .license__top__block,
    .license__text {
        width: 100%;
        font-size: 16px;
    }

    .license__block__text {
        font-size: 16px;
        margin-left: 10px;
    }

    .license__carousel {
        width: 260px;
    }

    .license__carousel__item {
        width: 260px;
    }

    .apollon__left__text {
        font-size: 18px;
    }

    .apollon__right {
        padding: 30px 10px;
    }

    .apollon__right__title {
        font-size: 22px;
    }

    .result__content__block {
        width: 100%;
    }

    .result-block__text {
        font-size: 18px;
        margin-left: 10px;
        line-height: 1;
    }

    .result-block__img {
        width: 45px;
        height: 45px;
    }

    .male__left {
        width: 100%;
    }

    .male__left__title {
        margin-bottom: 30px;
    }

    .male-block__check {
        width: 45px;
        height: 45px;
    }

    .male-block__text {
        font-size: 18px;
        margin-left: 10px;
        line-height: 1;
    }

    .male__right {
        width: 100%;
    }

    .male__right__block {
        width: 110px;
        height: 110px;
        left: 0;
        bottom: -30px;
    }

    .male__right__text {
        font-size: 13px;
        line-height: 1.1;
    }

    .promotion__row {
        margin-top: 80px;
    }

    .promotion__left__text {
        font-size: 20px;
        line-height: 1;
    }

    .promotion__left__info {
        line-height: 1;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .promotion__left__button {
        width: 100%;
        padding: 15px;
        font-size: 18px;
    }

    .promotion__right__block {
        width: 90px;
        height: 90px;
    }

    .promotion__right__text {
        font-size: 14px;
    }

    .promotion__right__text > span {
        font-size: 32px;
    }

    .principle__top__text {
        line-height: 1;
        font-size: 18px;
    }

    .principle__right {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .principle__right__title,
    .principle__left__title {
        line-height: 1;
        font-size: 24px;
    }

    .principle__right__text,
    .principle__left__text {
        width: 90%;
        font-size: 16px;
    }

    .principle__right__title > span {
        font-size: 18px;
    }

    .instruction__top__block {
        width: 100%;
    }

    .instruction__top__download,
    .instruction__top__consult {
        width: 100%;
        font-size: 18px;
        padding: 15px;
    }

    .instruction__content > iframe {
        height: 195px;
    }

    .forum__accordion {
        font-size: 18px;
        line-height: 1;
    }

    .forum__accordion {
        padding: 10px 50px 10px 15px;
    }

    .forum__panel__item,
    .forum__panel__text {
        font-size: 16px;
    }

    .forum__accordion:after {
        top: 15px;
        right: 15px;
    }

    .guarantee__top {
        padding: 30px 10px;
    }

    .guarantee__content__block {
        width: 100%;
    }

    .guarantee__top__title {
        font-size: 22px;
        line-height: 1.1;
    }

    .guarantee-block__img {
        width: 55px;
        height: 55px;
    }

    .guarantee-block__title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .guarantee-block__text {
        color: #1D1D23;
        font-size: 16px;
        line-height: 1;
    }

    .advantages__left__block {
        height: unset;
    }

    .advantages-block__elipse {
        width: 70px;
        height: 70px;
    }

    .advantages-block__img {
        width: 35px;
        height: 35px;
    }

    .advantages-block__text {
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .advantages__right__img {
        width: 90%;
    }

    .time__title > br {
        display: none;
    }

    .time__left {
        width: 100%;
    }

    .time__left__img {
        margin-top: 40px;
    }

    .time__left__bg {
        width: 180px;
        height: 180px;
        bottom: 70px;
    }

    .time__right {
        margin-top: 40px;
        padding: 30px 10px;
    }

    .comments__content {
        width: 270px;
    }

    .comments__content__block {
        width: 250px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    }

    .comments-block__name {
        font-size: 20px;
    }

    .comments-block__stars {
        width: 130px !important;
    }

    .comments-block__text {
        font-size: 14px;
    }

    .comments-block__audio_play {
        width: 40px !important;
        height: 40px !important;
    }

    .comments-block__bottom_text {
        font-size: 20px;
    }

    .owl-next {
        right: -40px;
    }

    .history__left {
        width: 100%;
    }

    .history__right__text {
        font-size: 15px;
        line-height: 1.1;
    }

    .history__bottom {
        margin-top: 40px;
        padding: 30px 10px;
    }

    .present__row {
        margin-bottom: 60px;
    }

    .present__left {
        width: 100%;
    }

    .present__left__subtitle {
        font-size: 18px;
    }

    .present-block__text {
        margin-left: 10px;
        line-height: 1.1;
        font-size: 16px;
    }

    .footer {
        padding-top: 0;
    }

    .footer__list {
        width: 100%;
    }

    .footer__list__title {
        font-size: 20px;
    }

    .footer__list__tel {
        font-size: 16px;
    }

    .footer__list__icon {
        width: 30px;
        height: 30px;
    }

    .footer__list__subtitle {
        font-size: 16px;
        margin-top: 10px;
    }

    .footer__list__text {
        font-size: 14px;
    }

    .footer__list__logo {
        font-size: 14px;
    }

    .footer__list__button {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

    .footer__bottom {
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .footer__bottom__copy {
        margin-top: 20px;
    }

    .consult__form {
        width: 100%;
    }

    .consult-form > label {
        width: 100%;
    }

    .modal-consult {
        width: 95%;
        padding: 30px 10px;
    }

    .modal-consult__title {
        font-size: 24px;
    }

    .modal-consult__text {
        font-size: 16px;
    }

    .consult-form__input {
        width: 100%;
        height: 40px;
    }

    .consult-form__button {
        font-size: 16px;
        width: 100%;
        padding: 15px;
        margin-top: 10px;
    }

    .modal__wrapper-radio.wrapper-radio {
        margin-right: 15px;
    }

    .modal-license {
        width: 350px;
        margin: 0 auto;
    }

    .modal-license__img {
        width: 100%;
        height: unset;
    }

}


