html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:600}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Regular.eot');
    src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
        url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Medium.eot');
    src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
        url('../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Bold.eot');
    src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
        url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Avenir Next Cyr';
    color: #000000;
    background-color: #F7F7F7;
}

body,
html {
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0!important;
}

img,
iframe {
    display: block;
    width: 100%;
}

img {
    pointer-events: none;
}

/*     main     */

.wrapper {
    position: relative;
    overflow: hidden;
}

.section {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
}

.container {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 5px;
    z-index: 5;
}

.title {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
}

.red,
.orange {
    color: #E81919;
}

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

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

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

/*     btn     */

.btn {
    display: inline-block!important;
    cursor: pointer!important;
    border: none!important;
    background: none!important;
    border: none!important;
    border-radius: 0!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    -webkit-user-select: none!important;
    -webkit-transition: all 0.2s!important;
    -moz-transition: all 0.2s!important;
    -o-transition: all 0.2s!important;
    transition: all 0.2s!important;
}

.btn_orange,
.btn_white {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-width: 346px!important;
    height: 56px!important;
    font-size: 15px!important;
    font-weight: 500!important;
    line-height: 21px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    border-radius: 30px!important;
}

.btn_orange {
    color: #fff!important;
    background-color: #E81919!important;
}

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

.btn_orange:hover {
    background-color: #222!important;
}

.btn_white:hover {
    color: #fff!important;
    background-color: #000000!important;
}

/*     first     */

.first {
    position: relative;
    padding: 19px 0 26px;
    background-image: url(../img/first-bg.png);
    background-position: top -245px center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.first_head {
    display: flex;
    column-gap: 8px;
    white-space: nowrap;
    justify-content: center;
    margin: 0 -5px;
}

.first__start {
    padding: 6px 13px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 18px;
}

.first__label {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F5DB4F;
    border-radius: 18px;
}

.first__title {
    margin-top: 22px;
    text-transform: uppercase;
    text-align: center;
}

.first__description {
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.first__description span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.first__text-1 {
    margin-top: 18px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #606060;
}

.first__btn {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.first__btn .btn_orange {
    min-width: 280px!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 27px!important;
}

.first__text-2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.first__text-3 {
    position: relative;
    margin-top: 23px;
    padding-left: 42px;
    font-size: 10px;
    line-height: 13px;
    background-image: url(../img/bonus.png);
    background-position: 6px 0px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.first__img {
    height: 356px;
    margin-top: 5px;
    overflow: hidden;
}

.first__img img {
    position: relative;
    width: 580px;
    margin: -85px 0 0 -75px;
    pointer-events: none;
}

.first__text-4 {
    position: relative;
    margin: 0 -14px 0 -14px;
    padding: 50px 20px 50px 104px;
    font-size: 18px;
    line-height: 23px;
    background-color: #fff;
    background-image: url(../img/quote.svg);
    background-position: 38px 56px;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
}

/*     for     */

.for {
    position: relative;
    padding: 0 0 18px;
}

.for:before {
    position: absolute;
    content: url(../img/for-before.svg);
    bottom: 72px;
    left: calc(50% - 148px);
    z-index: 2;
}

.for__title {
    text-align: center;
}

.for__description {
    margin-top: 13px;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    text-transform: lowercase;
}

.for__list {
    display: flex;
    row-gap: 14px;
    flex-direction: column;
    margin-top: 27px;
}

.for__item {
    display: flex;
    column-gap: 13px;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 12px 14px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}

.for__item-text {
    font-size: 15px;
    line-height: 20px;
}

.for__item-text strong {
    font-weight: 500;
}

.for__text {
    margin: 17px 0 0;
    padding: 18px 20px 17px 27px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    background-image: url(../img/for-text-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.for__points {
    margin-top: 17px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 20px;
}

.for__btn {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

/*     author     */

.author {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 0 0;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    overflow: hidden;

}

.author__title {
    text-align: center;
}

.author__text {
    margin-top: 18px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.author__text-2 {
    margin: 31px 0 0;
    padding: 33px 5px 29px 79px;
    font-size: 15px;
    line-height: 19px;
    background-color: #F5F5F5;
    background-image: url(../img/author-text-bg.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    border-radius: 60px;
}

.author__block {
    position: relative;
    max-width: 480px;
    margin: 28px auto 0;
    color: #fff;
    border-radius: 60px 60px 0 0;
    overflow: hidden;
}

.author__img {
    position: relative;
    height: 455px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
}

.author__list {
    display: flex;
    row-gap: 4px;
    align-items: flex-start;
    flex-direction: column;
    padding: 203px 0 0 15px;
}

.author__list span {
    padding: 8px 16px;
    background: rgba(95, 95, 95, 0.4);
    box-shadow: 3.274193525314331px 3.274193525314331px 8.185483932495117px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.author__list span:nth-child(4) {
    border-radius: 25px;
}

/*     program     */

.certificate {
    padding: 41px 0 0;
    background-image: url(../img/slider-bg.png);
    background-position: top 96px center;
    background-repeat: no-repeat;
}

.certificate__slider {
    margin-top: 52px;
}

.certificate__slider-item {
    max-width: 280px;
    margin: 0 auto;
}

.certificate__text {
    margin-top: 33px;
    padding: 30px 26px 26px 33px;
    font-size: 15px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.certificate__text-2 {
    margin-top: 22px;
    padding: 0 0 0 32px;
    font-size: 15px;
    line-height: 20px;
}

.certificate__text-3 {
    margin-top: 35px;
    padding: 20px 26px 24px 33px;
    font-size: 15px;
    line-height: 20px;
    background-color: #F5DB4F;
    border-radius: 20px;
}

.certificate__btn {
    display: flex;
    justify-content: center;
    margin-top: 11px;
}

.certificate__btn .btn_orange {
    min-width: 280px!important;
}

/*     program     */

.program {
    position: relative;
}

.program_1 {
    padding: 37px 0 0;
}

.program_2 {
    padding-bottom: 37px;
    background-color: #ECECEC;
    border-radius: 40px 40px 0 0;
}

.program_1:before {
    position: absolute;
    content: url(../img/program-before.svg);
    top: 84px;
    left: calc(50% + 133px);
    z-index: 10;
}

.program_1:after {
    position: absolute;
    content: url(../img/program-after.svg);
    top: 348px;
    left: calc(50% - 218px);
    z-index: 1;
}

.program__title {
    text-align: center;
}

.program__list {
    display: flex;
    flex-direction: column;
}

.program_1 .program__list {
    row-gap: 11px;
    margin: 18px -4px 0;
}

.program_2 .program__list {
    row-gap: 10px;
    margin-top: 33px;
}

.program__item {
    display: flex;
    background: #fff;
    border-radius: 40px;
}

.program_1 .program__item {
    column-gap: 18px;
    min-height: 146px;
    padding: 18px 25px 21px;
}

.program_2 .program__item {
    column-gap: 25px;
    align-items: center;
    min-height: 87px;
    padding: 8px 11px;
}

.program__item-title {
    display: flex;
    column-gap: 12px;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.program__item-title strong {
    padding: 4px 11px;
    white-space: nowrap;
    background-color: #F5DB4F;
    border-radius: 13px;
}

.program__item-text {
    font-size: 15px;
    line-height: 20px;
}

.program_1 .program__item-text {
    margin-top: 6px;
}

.program_2 .program__item-text {
    
}

.program__block {
    max-width: 480px;
    margin: 0 auto;
    padding: 35px 10px 25px;
    background-color: #F5DB4F;
    border-radius: 40px;
}

.program_1 .program__block {
    margin: 20px auto 0;
}

.program_2 .program__block {
    position: relative;
    margin: 29px auto 42px;
}

.program_2 .program__block:before {
    position: absolute;
    top: -30px;
    left: 4px;
    content: url(../img/program2-before.svg);
}

.program__title-2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

.program__text-2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.program__btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}


/*     fast     */

.fast {
    padding: 50px 0 0;
    background-color: #F7F7F7;
    overflow: hidden;
}

.fast__title {
    text-align: center;
}

.fast__text {
    margin-top: 23px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.fast__text2 {
    margin-top: 26px;
    padding: 22px 20px 23px 33px;
    font-size: 15px;
    line-height: 20px;
    background-color: #F5DB4F;
    border-radius: 40px;
}

.fast__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.fast__img {
    height: 504px;
    margin: 0 auto;
}

.fast__img img {
    position: relative;
    width: 540px;
    margin: -132px 0 0 -85px;
    pointer-events: none;
}


/*     process     */

.process {
    position: relative;
    padding: 38px 0 24px;
    background-color: #fff;
}

.process__title {
    text-align: center;
}

.process__list {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    margin-top: 23px;
}

.process__item {
    min-height: 166px;
    padding: 20px 14px 32px 38px;
    border: 1px solid #000000;
    border-radius: 40px;
}

.process__item-name {
    padding-left: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-image: url(../img/process-check.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-position: left center;
}

.process__item-text {
    margin-top: 13px;
    font-size: 15px;
    line-height: 20px;    
}

/*     reviews     */

.reviews {
    padding-top: 41px;
    background-image: url(../img/slider-bg.png);
    background-position: top 120px center;
    background-repeat: no-repeat;
}

.reviews__title {
    text-align: center;
}

.reviews__slider {
    margin-top: 52px;
}

.reviews__slider-item {
    max-width: 326px;
    min-height: 225px;
    margin: 0 auto;
}

.reviews__slider-item img {
    border-radius: 30px;
    overflow: hidden;
}

.reviews__bonus {
    margin-top: 22px;
    padding-left: 42px;
    font-size: 10px;
    line-height: 13px;
    background-image: url(../img/bonus.png);
    background-position: 6px 0px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.reviews__block {
    position: relative;
    max-width: 480px;
    margin: 40px auto 0;
    padding: 25px 10px 128px;
    background-color: #F5DB4F;
    border-radius: 40px;
}

.reviews__block:after {
    position: absolute;
    left: calc(50% - 135px);
    bottom: -78px;
    content: url(../img/znak.png);
}

.reviews__subtitle {
    text-align: center;
}

.reviews__text{
    margin-top: 20px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.reviews__text-2 {
    margin-top: 91px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.reviews__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*     owl     */

.owl-carousel {
    padding-bottom: 86px;
}

.owl-nav {
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    display: flex!important;
    justify-content: space-between!important;
    width: 116px!important;
    margin: 0 auto!important;
}

.owl-nav button {
    position: relative!important;
    width: 43px!important;
    height: 43px!important;
    margin: 0!important;
    background: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border: 1px solid #000000!important;
    border-radius: 50%!important;
    opacity: 1!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-nav button span {
    display: none!important;
}

.owl-nav button.owl-prev {
    background-image: url(../img/icon-slider-left.svg)!important;
    background-position: left 14px center !important;
}

.owl-nav button.owl-next {
    background-image: url(../img/icon-slider-right.svg)!important;
    background-position: right 14px center !important;
}

.owl-nav button.disabled {
    opacity: 0.5!important;
}

.owl-dots {
    display: none!important;
}

/*     faq     */

.faq {
    padding: 72px 0 0;
}

.faq__title {
    text-align: center;
}

.faq__list {
    display: flex;
    row-gap: 6px;
    flex-direction: column;
    margin: 18px auto 0;
}

.faq__item-question {
    position: relative;
    padding: 30px 20px 30px 69px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    background-color: #F3F3F3;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    -webkit-user-select: none !important;
}

.faq__item-question:after {
    position: absolute;
    content: '';
    top: 28px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-faq.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
}

.faq__item_active .faq__item-question:after {
    transform: rotate(90deg);
}

.faq__item-question span {
    position: absolute;
    top: 28px;
    left: 18px;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background-color: #C2C2C2;
    border-radius: 12px;
}

.faq__item-answer {
    max-height: 0;
    padding: 0 40px 0 57px;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item_active .faq__item-answer {
    padding-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    max-height: 1000px;
}

.faq__block {
    max-width: 480px;
    margin: 30px auto 7px;
    padding: 37px 10px 43px;
    background-color: #fff;
    border-radius: 40px;
}

.faq__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.faq__text {
    margin-top: 23px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.faq__btn {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

/*     footer     */

.footer {
    position: relative;
    padding: 53px 0 100px;
    color: #fff;
    background: #000;
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 835px;
    margin: 0 auto -57px;
}

.footer__column {
    width: 50%;
    margin-bottom: 69px;
    font-size: 10px;
    line-height: 12px;
}

.footer__column a {
    color: #fff;
}

.footer__column p {
    margin-bottom: 12px;
}

.footer__column:nth-child(1) p,
.footer__column:nth-child(2) p {
    max-width: 350px;
}

.footer__column:nth-child(3) {
    width: 100%;
}

@media only screen and (max-width: 767px){
    .footer {
        padding-top: 16px;
    }

    .footer__list {
        margin-bottom: -16px;
    }

    .footer__column {
        margin-bottom: 16px;
        font-size: 7px;
        line-height: 8px;
    }
}

/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.62);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 100;
}

.popup .block {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 40px auto;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.popup-close svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover svg line {
   stroke: #FF6000;
}

.popup__main {
    position: relative;
    z-index: 2;
}

.popup__title {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.popup__telegram {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
}

.popup__telegram br {
    display: none;
}

.popup__price {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.popup__price-new {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #E81919;
}

.popup__price-old {
    font-size: 18px;
    line-height: 20px;
    color: #6D6D6D;
}

.popup__price-old span {
    position: relative;
}

.popup__price-old span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #6D6D6D;
}

.popup__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.popup__form {
    max-width: 360px;
    margin: 20px auto 0;
}

.popup__form label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
}

.popup__form input {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Avenir Next Cyr';
    color: #3F3F3F;
    background-color: #FFFFFF;
    border: 1px solid #6D6D6D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.popup__form input:focus {
    border-color: #000;
}

.form__line input::-webkit-input-placeholder {color: #6D6D6D;}
.form__line input::-moz-placeholder {color: #6D6D6D;}
.form__line input:-ms-input-placeholder {color: #6D6D6D;}
.form__line input:-moz-placeholder {color: #6D6D6D;}

.form__line {
    margin-bottom: 20px;
}

.form__line_last {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 38px 0 0;
}

.form__line_last p {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wpcf7-not-valid-tip {
    display: block!important;
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 20px!important;
    padding-top: 5px!important;
    text-align: center!important;
    color: #dc3232!important;
}

.wpcf7-response-output {
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 20px!important;
    padding-top: 5px!important;
    text-align: center!important;
}

.wpcf7-spinner {
    position: absolute!important;
    top: 15px!important;
    right: 25px!important;
    margin: 0!important;
}

.form__line-lock {
    display: flex;
    column-gap: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    font-size: 13px;
    line-height: 17px;
}

.form__line-lock span {
    text-align: center;
}

.popup__timer-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.popup__timer {
    display: flex;
    column-gap: 12px;
    justify-content: center;
    margin-top: 10px;
}

.popup__timer-count {
    width: 70px;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}

.discount__timer-text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.popup__ps {
    margin-top: 20px;
    font-size: 10px;
    line-height: 13px;
}

.popup__ps .center {
    text-align: center;
}

/*     page404     */

.page404 {
    padding: 200px 0;
}

.page404__title {
    text-align: center;
}

.page404__description {
    margin-top: 20px;
    text-align: center;
}

.page404__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

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

}

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

@media only screen and (max-width: 767px){
    .page404 {
        padding: 100px 0;
    }
}


/*     Success     */

.success {
    padding: 200px 0;
}

.success__title {
    text-transform: none;
	text-align: center;
}

.success__description {
    margin-top: 20px;
	font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.success__description a {
	color: #E81919;
	text-decoration: underline;
}

.success__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

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

}

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

@media only screen and (max-width: 767px){
    .success {
        padding: 100px 0;
    }
}


/*     One Page     */

.one-page {
    padding: 50px 0 100px;
}

.one-page__title {
    text-align: center;
}

.one-page__text {
    max-width: 835px;
    margin: 20px auto 0;
}

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

}

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

@media only screen and (max-width: 767px){
    .one-page {
        padding: 40px 0 80px;
    }
}

/*     fly     */

.fly {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #F7F7F7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.fly_active {
    bottom: 0;
}