@charset "UTF-8";
@font-face {
    font-family: roboto-example;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: roboto-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

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

body input:required:valid, body textarea:required:valid {
    color: #222
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: "Golos Text";
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #e70000;
    color: #222
}

::selection {
    background-color: #e70000;
    color: #222
}

.container {
    max-width: 1280px;
    margin: 0 auto
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

form input[type=email], form input[type=tel], form input[type=text] {
    padding: 17px 16px;
    color: #222;
    width: 100%;
    margin: 5px 0;
    /*max-width: 330px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 25px;
    border: 1px solid #eee;
    background: #fff
}

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

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

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

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

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

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

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

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

form button[type=submit], form input[type=submit] {
    background: -webkit-gradient(linear, left top, right top, from(#d40000), to(#8c0000));
    background: linear-gradient(90deg, #d40000, #8c0000);
    color: #fff;
    border: none;
    border-radius: 48px;
    padding: 17px 50px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    margin-top: 10px;
    border-radius: 25px
}

form button[type=submit]:hover, form input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, right top, from(#b30000), to(#730000));
    background: linear-gradient(90deg, #b30000, #730000)
}

form input[type=checkbox] {
    accent-color: red
}

.iti {
    /*max-width: 330px;*/
    width: 100%;

}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px
}

.checkbox a {
    text-decoration: none;
    color: #222;
    font-size: 10px
}

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

.btn_white {
    background: #fff !important;
    color: #e70000 !important
}

.main {
    background: #fbf5f5
}

.header {
    position: absolute;
    width: 100%;
    margin: 20px 0;
    top: 0;
    left: 0;
    z-index: 999
}

.btn-white {
    text-decoration: none;
    border-radius: 52px;
    background: #fff;
    padding: 20px;
    color: #222;
    border: 1px solid #222;
    font-size: 16px
}

.btn {
    text-decoration: none;
    border-radius: 52px;
    background: #e70000;
    padding: 20px;
    color: #fff;
    font-size: 16px
}

.btn-black {
    text-decoration: none;
    border-radius: 52px;
    background: #222;
    padding: 20px;
    color: #fff;
    font-size: 16px
}

.btn-black img {
    margin-right: 10px
}

.first__content {
    position: relative;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first__content-left {
    width: 45%;
    padding-top: 100px
}

.first__content-left span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.first__content-left span img {
    margin-right: 10px
}

.first__content-left span:after {
    content: "";
    background: #e70000;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 0
}

.first__content-left h1 {
    font-size: 74px;
    line-height: 110%;
    margin-top: 30px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500
}

.first__content-left h1 span {
    color: #e70000
}

.first__content-left h1 span:after {
    display: none
}

.first__content-left p {
    font-size: 18px;
    margin: 30px 0;
    font-style: normal;
    font-weight: 400
}

.first__content-right {
    position: relative;
    width: 50%
}

.first__content-right img {
    width: 100%
}

.diskont {
    position: absolute;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    top: 16px;
    left: -60px
}

.decor-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.page_timer-content {
    background-image: url(../img/6_blok.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px;
    border-radius: 30px;
    min-height: 450px;
    -webkit-box-shadow: 0 59px 74px -30px rgba(231, 0, 0, .4);
    box-shadow: 0 59px 74px -30px rgba(231, 0, 0, .4)
}

.page_timer {
    padding: 100px 0;
    position: relative;
    z-index: 999
}

.page_timer-content-top h3 {
    color: #fff;
    font-size: 42px;
    font-style: normal;
    margin: 0;
    font-weight: 500
}

.page_timer-content {
    text-align: center
}

.page_timer-content-bottom p {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.page_timer-content-center {
    margin-top: 40px;
    margin-bottom: 50px
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.timer h1 {
    font-size: 78px;
    color: #fff
}

.time-block {
    text-align: center
}

.digits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    color: #fff
}

.digit-box {
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 68px;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 56px;
    font-weight: 700;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.label {
    margin-top: 10px;
    font-size: 14px;
    color: #fff
}

.marquee {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll-left 10s linear infinite;
    animation: scroll-left 10s linear infinite
}

.track img {
    width: auto;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.third {
    padding: 100px 0
}

.third_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.third_content-left {
    width: 50%
}

.third_content-left img {
    width: 100%
}

.third_content-right {
    width: 45%
}

.third_content-right {
    padding-left: 40px
}

.third_content-right h3 {
    font-size: 42px;
    line-height: normal;
    font-weight: 500
}

.accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.accordion-item {
    padding: 20px 0
}

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

.accordion-header h3 {
    margin: 0;
    font-size: 22px
}

.accordion-header .toggle {
    background: red;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 1;
    cursor: pointer
}

.accordion-body {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #333
}

.accordion-item.active .accordion-body {
    display: block
}

.accordion-item.active .toggle {
    background: red;
    content: "−"
}

.accordion-item.active h3 {
    color: #e70000
}

.accordion-item .toggle {
    background: #e70000
}

.third {
    position: relative
}

.decor2 {
    position: absolute;
    top: 100px;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.third_content {
    position: relative;
    z-index: 999
}

.banner_one {
    padding: 20px 0
}

.banner_one-content {
    background: #fff;
    padding: 30px 60px;
    min-height: 550px;
    border-radius: 22px;
    border: 1px solid #dadada
}

.banner_one-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px
}

.banner_one-content-top h3 {
    font-size: 42px;
    margin: 0;
    font-style: normal;
    font-weight: 500
}

.banner_one-content-top p {
    font-size: 18px;
    margin: 0;
    font-style: normal;
    font-weight: 400
}

.banner_one-content-top p span {
    color: #005f2d;
    display: inline-block;
    font-weight: 600
}

.banner_one-content-top_title {
    width: 70%
}

.banner_one-content-top_date {
    text-align: right
}

.banner_one-content-top_date h4 {
    color: #e70000;
    font-size: 46px;
    line-height: normal;
    font-weight: 500;
    margin: 0
}

.banner_one-content-top_date span {
    font-size: 14px;
    display: inline-block
}

.banner_one-content-top_date p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

.banner_one-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 135px 0
}

.banner_one-content-center-item {
    text-align: center;
    width: 30%;
    color: #fff;
    position: relative
}

.banner_one-content-center-item h5 {
    position: relative;
    margin: 0;
    z-index: 999;
    font-size: 82px;
    font-weight: 400;
    line-height: normal
}

.banner_one-content-center-item h5 span {
    display: inline-block;
    font-size: 46px
}

.banner_one-content-center-item p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    z-index: 999
}

.banner_one-content-center-item p span {
    display: inline-block;
    font-weight: 600;
    text-decoration: underline
}

.item1:after {
    content: url(../img/icons/2.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.item2:after {
    content: url(../img/icons/3.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.item3:after {
    content: url(../img/icons/4.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner_one-content-bottom {
    text-align: center
}

.banner_one-content-bottom p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal
}

.banner_one-content-bottom a {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.banner-two {
    padding: 20px 0
}

.banner-two_content {
    background-image: url(../img/banner2.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 400px;
    border-radius: 20px;
    padding: 100px 60px
}

.banner-two_content-text {
    color: #222
}

.banner-two_content-text h3 {
    font-size: 52px;
    margin: 0;
    line-height: normal;
    font-style: normal
}
.banner-two_content-text h3 span {
    color: #E70000
}

.banner-two_content-text p {
    font-size: 18px;
    font-style: normal
}

.btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 20px;
    align-items: center
}

.btn-text p {
    font-size: 14px;
    margin: 0;
    margin-left: 30px
}

.girl_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9999;
    gap: 50px;
    padding: 80px 0
}

.girl_content_photo {
    width: 50%;
    position: relative;
}

.decor3 {
    position: absolute;
    bottom: 85px;
    right: -30px;
    width: 100%;
    max-width: 170px;
}
.girl_content_photo img {
    width: 100%
}



.girl_content_text {
    padding-left: 50px;
    width: 50%
}

.girl_content_text h3 {
    font-size: 42px;
    margin: 0;
    line-height: normal;
    font-style: normal;
    font-weight: 50
}

.girl_content_text span {
    background: #222;
    display: inline-block;
    color: #fff;
    margin: 20px 0;
    border-radius: 15px;
    padding: 10px
}

.girl_content_text p {
    font-size: 18px;
    line-height: 140%
}

.girl_content_text a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px
}

.footer {
    padding: 80px 0;
    padding-bottom: 20px;
    position: relative;
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%)
}

.footer_content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 150px;
    position: relative;
    z-index: 999;
}
.footer_decor {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer_content-left {
    width: 50%
}

.footer_content-left h3 {
    color: #fff;
    font-size: 50px;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px
}

.form {
    background: #fff;
    border-radius: 20px;
    max-width: 450px;
    padding: 30px;
    min-height: 300px
}

.footer_content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    padding-top: 30px;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 999;
}

.footer_content-bottom p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px
}

.footer_content-bottom h5 {
    font-size: 18px;
    line-height: normal;
    margin: 0
}

.logo-item p {
    font-size: 14px
}

.footer_content-bottom-logo {
    width: 100%
}

.footer_content-bottom-logo {
    padding-bottom: 0;
    padding-top: 30px
}

.footer_content-bottom-logo p {
    color: #fff
}

.footer_content-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 23%
}

.footer_content-bottom-item span {
    display: block;
    margin: 15px 0;
    width: 40px;
    height: 1px;
    background: #fff
}

.footer_content-bottom-item a {
    text-decoration: none;
    color: #fff
}

.footer_content-bottom-item h4 {
    font-size: 20px;
    margin: 0
}

.soc a {
    display: inline-block;
    margin-right: 10px
}

.decor-page-mob {
    display: none
}

.mobile-cards {
    display: none
}

.hidden {
    display: none
}

.price-mob {
    display: none
}

.thank {
    position: relative;
    z-index: 99;
    overflow: hidden
}

.main-thank {
    overflow: hidden
}

.main-thank h1 {
    padding-top: 100px;
    font-size: 42px
}

.thank {
    background-image: url(../img/thankpage_desktop.jpg);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh
}

.footer-thank .footer_content-bottom {
    border-top: none
}

@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1440px
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1223px
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1024px
    }
}

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

@media only screen and (max-width: 820px) {
    .container {
        max-width: 790px
    }
}

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

@media only screen and (max-width: 600px) {
    .container {
        max-width: 540px
    }
}

@media only screen and (max-width: 480px) {
    .container {
        max-width: 440px
    }
}

@media only screen and (max-width: 440px) {
    .container {
        max-width: 400px
    }
}

@media only screen and (max-width: 414px) {
    .container {
        max-width: 375px
    }
}

@media only screen and (max-width: 390px) {
    .container {
        max-width: 350px
    }
}

@media only screen and (max-width: 375px) {
    .container {
        max-width: 335px
    }
}

@media only screen and (max-width: 360px) {
    .container {
        max-width: 340px
    }
}

@media only screen and (max-width: 1300px) {
    .footer_content-left h3 {
        font-size: 42px
    }

    .form {
        max-width: 400px
    }

    .first__content-right img {
        width: 90%
    }
}

@media only screen and (max-width: 1200px) {
    .first__content-left h1 {
        font-size: 60px
    }

    .diskont {
        max-width: 200px;
        left: -85px;
        width: 100% !important
    }
}

@media only screen and (max-width: 992px) {
    .price-mob {
        display: block;
        width: 50%;
        text-align: center;
        margin: 30px auto
    }

    .banner_one-content-center {
        display: none
    }

    .banner_one-content-top_date {
        text-align: center
    }

    .banner_one-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner_one-content {
        padding: 60px 20px
    }

    .banner_one-content-top_title {
        text-align: center;
        width: 100%
    }

    .banner_one-content-top h3 {
        font-size: 32px;
        line-height: normal
    }

    .banner_one-content-center-item h5 {
        font-size: 60px
    }

    .banner_one-content-center-item:after {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -ms-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }

    .footer_content-bottom p {
        text-align: center
    }

    .footer_content-bottom-item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer_content-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer_content-right {
        width: 100%;
        text-align: center
    }

    .footer_content-right img {
        width: 50%
    }

    .footer_content-left {
        width: 60%;
        margin: 0 auto
    }

    .footer_content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .girl_content_text {
        padding-left: 0;
        text-align: center
    }

    .girl_content_text a {
        margin: 0 auto
    }

    .girl_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .third {
        overflow: hidden
    }

    .mobile-cards {
        position: relative;
        z-index: 999;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobile-cards h3 {
        font-size: 32px;
        line-height: normal
    }

    .mobile-cards .card img {
        width: 100%
    }

    .mobile-cards .card p {
        font-size: 18px
    }

    .mobile-cards .card-title {
        font-size: 22px
    }

    .desktop-version {
        display: none
    }

    .digit-box {
        width: 50px;
        height: 50px;
        font-size: 40px
    }

    .page_timer-content-top h3 {
        font-size: 32px
    }

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

    .first__content-left {
        width: 100%
    }

    .first__content-right {
        margin: 0 auto
    }

    .diskont {
        left: inherit;
        right: -56px
    }
}

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


    .main-thank h1 {
        padding-top: 0;
    }
    .footer_content-right {
        width: 100%;
        text-align: center
    }

    .footer_content-right img {
        width: 50%
    }

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

@media only screen and (max-width: 600px) {
    .thank h1 {
        font-size: 25px !important
    }

    .thank .first__content {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .thank .first__content-left {
        text-align: center;
        padding-top: 0
    }

    .thank .first__content-right {
        text-align: center;
        padding-top: 30px
    }

    .thank .first__content-right img {
        width: 80%;
        margin: 0 auto;
        text-align: center
    }

    .price-mob {
        display: block;
        width: 100%
    }

    .third {
        padding: 50px 0;
        padding-top: 0
    }

    .banner_one-content-bottom p {
        font-size: 14px
    }

    .banner_one-content-top p {
        font-size: 14px;
        line-height: normal;
        margin: 20px 0
    }

    .footer_content-left h3 {
        font-size: 27px
    }

    .girl_content_text {
        width: 100%
    }

    .girl_content_text h3 {
        font-size: 32px
    }

    .girl_content_text p {
        font-size: 16px
    }

    .girl_content_text p br {
        display: none
    }

    .girl_content_photo {
        width: 100%;
        text-align: center
    }

    .girl_content_photo img {
        width: 85%;
        margin: 0 auto
    }
    .footer_decor {

        top: 50%;
    }
    .decor3 {
        position: absolute;
        bottom: 6px;
        right: 27px;
        max-width: 100px;
    }

    .hidden {
        display: block !important
    }

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

    .btn-text a {
        width: 100%;
        display: block;
        text-align: center
    }

    .btn-text p {
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 0
    }

    .banner-two_content-text p {
        font-size: 16px;
        line-height: normal
    }

    .banner-two_content-text p br {
        display: none
    }

    .banner-two_content-text h3 {
        font-size: 38px;
        font-weight: 500
    }

    /*.banner-two_content-text h3 span {*/
    /*    text-decoration: underline*/
    /*}*/

    .banner-two_content-text {
        text-align: center;
    }

    .banner-two_content-text h3 br {
        display: none
    }

    .banner-two_content {
        padding: 50px 20px
    }

    .banner-two_content {
        background-image: url(../img/011.png);
        min-height: 770px
    }

    .main {
        overflow: hidden;
    }

    .card {
        margin: 20px 0
    }

    .mobile-cards .card p {
        font-size: 14px;
        line-height: 140%
    }

    .page_timer-content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .timer {
        gap: 8px
    }

    .page_timer-content {
        padding: 15px
    }

    .digit-box {
        font-size: 27px;
        width: 34px
    }

    .timer h1 {
        font-size: 27px
    }

    .page_timer-content-bottom p {
        font-size: 14px
    }

    .page_timer-content-top h3 {
        line-height: normal
    }

    .decor-page {
        display: none
    }

    .decor-page-mob {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .first {
        overflow: hidden
    }

    .first__content-left span:after {
        width: 33px;
        height: 2px
    }

    .diskont {
        max-width: 116px;
        right: inherit;
        left: 0;
        top: -20px;
    }

    .first__content-left {
        padding-bottom: 0px
    }

    .first__content-left a {
        text-align: center;
        display: block
    }

    .first__content-right {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .first__content-right img {
        width: 85%
    }

    .first__content-left {
        padding-top: 10px
    }

    .first__content-left h1 {
        font-size: 48px
    }

    .first__content-left p {
        line-height: normal;
        font-size: 16px
    }
}