@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?j4uryc");
    src: url("../fonts/icomoon/icomoon.eot?j4uryc#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?j4uryc") format("truetype"), url("../fonts/icomoon/icomoon.woff?j4uryc") format("woff"), url("../fonts/icomoon/icomoon.svg?j4uryc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-child:before {
    content: "";
}

.icomoon-eye:before {
    content: "";
}

.icomoon-prompt:before {
    content: "";
}

.icomoon-top-badge:before {
    content: "";
}

.icomoon-couple:before {
    content: "";
}

.icomoon-update:before {
    content: "";
}

.icomoon-lock:before {
    content: "";
}

.icomoon-arrow-left:before {
    content: "";
}

.icomoon-arrow-right:before {
    content: "";
}

.icomoon-check:before {
    content: "";
}

.icomoon-home:before {
    content: "";
}

.icomoon-telegram:before {
    content: "";
}

.icomoon-youtube:before {
    content: "";
}

.icomoon-instagram:before {
    content: "";
}

.icomoon-vk:before {
    content: "";
}

.icomoon-linkedin:before {
    content: "";
}

.icomoon-twitter:before {
    content: "";
}

.icomoon-facebook:before {
    content: "";
}
*,
*::after,
*::before{

    box-sizing: inherit;
    padding: 0;
    margin: 0;
    border: 0;


}
@media only screen and (max-width: 991px) {
    .wa__widget_container .wa__btn_popup {
        bottom: 40px !important;
        right: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .wa__widget_container .wa__btn_popup {
        right: 15px !important;
    }
}
@media only screen and (max-width: 991px) {
    .wa__widget_container .wa__btn_popup .wa__btn_popup_txt {
        display: none !important;
    }
}
#whyWeContainer .wa__btn_popup {
    z-index: 9999;
}
::-webkit-scrollbar-button {
    background-image: url();
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
}

::-webkit-scrollbar-track {
    background-color: #222831;
}

::-webkit-scrollbar-track:active {
    background-color: #2c3440;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #f2a873;
    background-repeat: no-repeat;
    background-position: center;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f4b78a;
}

::-webkit-scrollbar-thumb:active {
    background-color: #f09a5c;
}

::-webkit-scrollbar-thumb:vertical {
    background-image: none;
}

::-webkit-scrollbar-thumb:horizontal {
    background-image: none;
}

::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    background-color: #222831;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body {
    scrollbar-face-color: #f2a873;
    scrollbar-track-color: #222831;
    scrollbar-shadow-color: #f2a873;
    scrollbar-arrow-color: #f2a873;
}

p{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.55;

}
h1{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 42px;
}
h6{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    line-height: 1.35;

}
img{
    pointer-events: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    color: rgb(231, 171, 123);;
}
.btn{
    font-family: 'Roboto',Arial,sans-serif;
    padding: 17px 61px;
    background: rgb(231, 171, 123);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid rgb(231, 171, 123);
    outline: none;
}
.containerT{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;

}
@media only screen and (min-width: 960px) {
    .containerT{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

    }
}
@media only screen and (min-width: 640px) {
    .containerT{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 640px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

    }
}
@media only screen and (min-width: 63px) {
    .containerT{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;

    }
}
/* welcome-banner */
.welcome-banner{
    width: 100%;

}
.container__welcome {
    max-width: 100% !important;
    background-image: url('./img/banner.png') ;
    height: 100vh;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: scroll;

}
@keyframes ani_img {
    0% {
        backdrop-filter: blur(10px);
    }
    100% {
        backdrop-filter: blur(0px);
    }
}
.welcome-text{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    z-index: 1050;
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    animation: ani_img 1s forwards;

}
.WelcomeTextBody{
    max-width: 1200px;
    width: 570px;
    padding-left: 51.2%;
}
.WelcomeTextUl{
    margin-bottom: 50px;
    list-style: none;
}
.WelcomeTextUl li{
    margin-top: 25px;
}
.WelcomeTextBody h6{
    font-size: 40px;
    line-height: 43px;
    margin: 275px 0 63px;
    color: #FFFFFF;
}
.WelcomeTextBody p{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.35;
}
.welcome__btn{
    display: -webkit-inline-flex;
    color: #ffffff;
    background-color: #e7ab7b;
    height: 50px;
    padding-right: 34px;
    padding-left: 34px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    animation: ani 1s forwards;
}



@keyframes ani {
    0% {transform: translateY(250%);
        opacity: 0.3;
    }
    100% {transform: translateY(0);
          opacity: 1;
    }
}
@media only screen and (min-height: 63px) {
    .WelcomeTextBody h6 {
        margin: 50px 0 40px !important;
    }
}
@media only screen and (min-height: 450px) {
    .WelcomeTextBody h6 {
        margin: 50px 0 40px !important;
    }
}
@media only screen and (min-height: 620px) {
    .WelcomeTextBody h6 {
        margin: 210px 0 40px !important;
    }
}
@media only screen and (min-height: 800px) and (min-width: 362px){
    html .WelcomeTextBody h6{
        margin: 320px 0 63px !important;
    }

}
@media only screen and (min-height: 700px) and (min-width: 962px){
    html .WelcomeTextBody h6{
        margin: 25% 0 63px !important;
    }

}
@media only screen and (min-height: 962px){

   html .WelcomeTextBody h6{
        margin: 250px 0 63px !important;
    }

}

@media only screen and (min-width: 63px) {
    .welcome-banner{
        width: 100%;
    }
    .container__welcome {
        max-width: 100% !important;
        background-image: url('./img/welcome-mini.jpeg') ;
        height: 100vh;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        vertical-align: middle;
        position: relative;
        background-attachment: scroll;

    }
    .WelcomeTextBody{
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
    .WelcomeTextBody h6{
        font-size: 28px;
        line-height: 37px;
        margin: 300px 0 40px;
        color: #FFFFFF;
    }

    .WelcomeTextUl li{
        margin-top: 13px;
    }
}

@media only screen and (min-width: 640px) {
    .welcome-banner{
        width: 100%;
    }
    .container__welcome {
        max-width: 100% !important;
        background-image: url('./img/banner.png') ;
        height: 100vh;
        width: 100%;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        vertical-align: middle;
        position: relative;
        background-attachment: scroll;

    }
    .WelcomeTextBody{
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
    .WelcomeTextBody h6{
        font-size: 32px;
        line-height: 39px;
        margin: 250px 0 53px;
        color: #FFFFFF;
    }
    .WelcomeTextUl li{
        margin-top: 18px;
    }
}
@media only screen and (min-width: 1030px) {
    .container__welcome{
        width: 100%;
    }
    .WelcomeTextBody{
        max-width: 1200px;
        width: 570px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 45.2%;
    }
    .WelcomeTextBody h6{
        font-size: 32px;
        line-height: 40px;
        margin: 250px 0 63px;
        color: #FFFFFF;
    }
    .WelcomeTextUl li{
        margin-top: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .WelcomeTextBody{
        max-width: 1200px;
        width: 570px;
    }
    .WelcomeTextBody h6{
        font-size: 36px;
        line-height: 40px;
        color: #FFFFFF;
    }
    .WelcomeTextUl li{
        margin-top: 18px;
    }
}


/* welcome-banner end*/
/* info-course */

.container__course h1{
    padding-top: 75px;

    margin-bottom: 105px;
}
.InfoCourseBody img{
    width: 100px;
}
.InfoCourseBody{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 90px;
}
.InfoCourseBody h6{
    margin-bottom: 25px;
}
.about-course .__information{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    max-height: 215px;
    padding-right: 130px;
    column-gap: 26px;
    font-size: 16px;
    line-height: 1.55;
    margin-left: 20px;
}
.gray-line{
    width: 1160px;
    margin: 58px 0 58px;
    border-bottom: 1px solid rgb(196, 196, 196);
}

@media only screen and (min-width: 63px) {
    .container__course{
        max-width: 640px;
    }
    .container__course h1{
        font-size: 30px;
        margin-bottom: 45px;
    }
    .InfoCourseBody h6{
        font-size: 22px;
        margin-bottom: 25px;
    }

    .InfoCourseBody{
        row-gap: 40px;
    }
    .about-course .__information{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        max-height: 100%;
        font-size: 16px;
        line-height: 1.55;
        padding: 0 20px;
        margin: 0;
    }
    .about-course .__information h6{
        width: 60%;
    }
    .about-course .__information img{
        width: 80px;
        height: 71px;
        margin-left: auto;
    }
    .gray-line{
        display: none;
    }
    .InfoCourseBody p {
        font-size: 12px;
        padding-right: 150px;
    }
}


@media only screen and (min-width: 1030px) {

    .container__course{
        max-width: 960px;
    }
    .container__course h1{
        font-size: 38px;
        margin-bottom: 105px;
    }
    .InfoCourseBody h6{
        font-size: 22px;
        margin-bottom: 25px;
    }

    .InfoCourseBody{
        row-gap: 40px;
    }
    .about-course .__information{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 47%;
        max-height: 100%;
        font-size: 16px;
        line-height: 1.55;
        margin: 0;
        padding: 0;
    }
    .about-course .__information h6{
        width: 60%;
    }
    .about-course .__information img{
        width: 100px;
        height: 89px;
    }
    .gray-line{
        display: block;
        width: 940px;
        margin: 58px 0 58px;
        margin-left: 20px;
        border-bottom: 1px solid rgb(196, 196, 196);
    }
    .InfoCourseBody p {
        font-size: 14px;
        padding-right: 150px;
    }
}
@media only screen and (min-width: 1200px) {
    .container__course h1{
        font-size: 42px;
        margin-bottom: 105px;
    }
    .InfoCourseBody p {
        font-size: 16px;
        padding-right: 150px;
    }
    .gray-line{
        display: block;
        width: 1160px;
        margin: 58px 0 58px;
        margin-left: 20px;
        border-bottom: 1px solid rgb(196, 196, 196);
    }
}
/* info-course end*/
/* section-opportunities */
.container__opportunities{
    padding-top: 60px;
    display: flex;
    align-items: baseline;
}
.OpportunitiesBody{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-top: 90px;
    padding-bottom: 30px;
}
.OpportunitiesBody .__information{
    max-height: 241px;
    max-width: 420px;
    padding: 0 0 30px 0;
}
.OpportunitiesBody h6{
    padding: 20px 0 15px 0;
}
.OpportunitiesBody p{
    font-size: 15px;
    max-width: 390px;
}
.OpportunitiesBody img{
    width: 60px;
}
.opportunities-img{
    height: 773px;
    background-image: url('./img/opportunities.jpeg') ;
    position: absolute;
    right: 0;
    width: 30%;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -60px;
}
.opportunities-anime {
    position: absolute;
    overflow: hidden;
    background-color: rgb(231, 171, 123);
    height: 70px;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 100%;

}
.marquee{
    animation-duration: 9.06s;
    animation-name: marquee;
    display: -webkit-flex;
    align-items: center;
    padding: 0 5px;
    -webkit-flex-shrink: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}
.opportunities-anime p{
    color: #fff;
    margin: 0 10px 0 0;
}
@keyframes marquee {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-453px);
        -webkit-transform: translateX(-453px);
    }
}
@media only screen and (min-width: 63px) {
    .container__opportunities{
        max-width: 640px;
    }
    .container__opportunities h1{
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .OpportunitiesBody{
        order: 2;
        margin-left: 0;
        margin-top: 30px;
    }
    .OpportunitiesBody .__information{
        margin-left: 20px;
        padding: 0 20px 30px 0;
        max-width: 100%;
    }
    .OpportunitiesBody p{
        font-size: 12px;
        max-width: 100%;
    }
    .opportunities-img{
        height: 300px;
        background-image: url('./img/opportunities.jpeg') ;
        position: static;
        right: 0;
        width: 100%;
        background-color: #F0F0F0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
        order: 1;
    }
}
@media only screen and (min-width: 640px) {
    .container__opportunities{
        max-width: 640px;
        padding-bottom: 30px;
        align-items: center;
    }
    .opportunities-img{
        height: 400px;
        background-image: url('./img/opportunities.jpeg') ;
        position: static;
        right: 0;
        width: 100%;
        background-color: #F0F0F0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
        order: 2;
    }
    .OpportunitiesBody .__information{
        max-height: 276px;
        max-width: 270px;
        padding: 0 0 30px 0;
    }
    .OpportunitiesBody{
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        margin-top: 45px;
        padding-bottom: 0;
    }
    .container__opportunities h1{
        margin-right: auto;
        margin-left: 20px;
        font-size: 38px;
    }

}
@media only screen and (min-width: 1200px) {
    .container__opportunities{
        max-width: 960px;
        padding-top: 60px;
        display: flex;
        align-items: baseline;
    }
    .OpportunitiesBody .__information{
        max-height: 284px;
        max-width: 306px;
        padding: 0 0 30px 0;
    }
    .OpportunitiesBody p{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1030px) {
    .container__opportunities{
        max-width: 960px;
        padding-bottom: 0;
        align-items: center;
    }
    .OpportunitiesBody{
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        margin-top: 25px;
        padding-bottom: 0;
    }
    .OpportunitiesBody .__information{
        max-height: 241px;
        max-width: 298px;
        padding: 0 0 30px 0;
    }
    .OpportunitiesBody h6{
        padding: 20px 0 15px 0;
    }
    .OpportunitiesBody p{
        font-size: 14px;
        max-width: 298px;
    }
    .OpportunitiesBody img{
        width: 60px;
    }
    .opportunities-img{
        height: 706px;
        background-image: url('./img/opportunities.jpeg') ;
        position: absolute;
        margin-right: auto;
        width: 30%;
        background-color: #F0F0F0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: -60px;
    }
}

/* section-opportunities end */


/* section-WhyUs */
.container__WhyUs{
    padding-top: 100px;
}
.container__WhyUs h1{
    padding-top: 75px;
    padding-bottom: 105px;
}
.WhyUsBody{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 851px;
    row-gap: 45px;
    justify-content: center;
}
.WhyUsBody p{
    padding-top: 10px;
    font-size: 14px;
}
.WhyUsBody .__information{
    display: flex;
    max-width: 216px;
    max-height: 170px;
    justify-content: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: end;
    column-gap: 20px;
}
.-endWhyUs{
    display: flex;
    max-width: 241px;
    max-height: 208px;
    justify-content: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: start;
    column-gap: 20px;
    margin-left: -70px;
}
.-endWhyUs img{
    padding-bottom: 200px;
}
.WhyUsBody img{
    width: 45px;
}
.img-WhyUs{
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    width: 50%;
}
.WhyUsIphone{
    width: 100% !important;
}
@media only screen and (min-width: 63px) {
    .container__WhyUs .btn{
        padding: 17px 23px;
    }
    .container__WhyUs h1{
        font-size: 30px;
        padding-bottom: 30px;
    }
    .WhyUsBody{
        height: 100%;
        row-gap: 20px;
        padding: 0 20px;
        margin: 0;
    }
    .WhyUsBody h6{
        font-size: 18px;
    }
    .WhyUsBody p{
        font-size: 14px;
        max-width: 100%;
    }
    .WhyUsBody .__information{
        text-align: start;
    }
    .WhyUsBody .__information img{
        margin-bottom: 100px;
        order: -1;
    }
    .WhyUsBody .__information{
        display: flex;
        max-width: 85%;
        max-height: 165px;
        justify-content: stretch;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: start;
        column-gap: 20px;
    }
    .img-WhyUs{
        margin-top: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .-endWhyUs{
        display: flex;
        max-width: 85%;
        max-height: 250px;
        justify-content: stretch;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: start;
        column-gap: 20px;
        margin: 0;
    }
}
@media only screen and (min-width: 640px) {
    .container__WhyUs {
        max-width: 640px;
    }

    .container__WhyUs h1 {
        font-size: 38px;
        padding-bottom: 45px;
    }

    .WhyUsBody h6 {
        font-size: 20px;
    }

    .WhyUsBody .__information {
        max-height: 110px;
    }
}
@media only screen and (min-width: 1030px) {
    .container__WhyUs{
        max-width: 960px;
        padding-top: 100px;
    }
    .container__WhyUs h1{
        padding-top: 75px;
        padding-bottom: 0;
    }
    .WhyUsBody{
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 851px;
        row-gap: 45px;
        justify-content: center;
    }
    .WhyUsBody p{
        padding-top: 10px;
        font-size: 14px;
    }
    .WhyUsBody .__information{
        display: flex;
        max-width: 216px;
        max-height: 170px;
        justify-content: stretch;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: end;
        column-gap: 20px;
        margin-left: -40px;
    }
    .WhyUsBody .__information img{
        order: 3;
    }
    .-endWhyUs{
        display: flex;
        max-width: 241px;
        max-height: 208px;
        justify-content: stretch;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: start;
        column-gap: 20px;
        margin-left: -70px;
    }
    .-endWhyUs img{
        padding-bottom: 200px;
    }
    .WhyUsBody img{
        width: 45px;
    }
    .img-WhyUs{
        box-sizing: border-box;
        padding: 0 30px 0 30px;
        width: 50%;
        margin-right: 40px;
    }


}
@media only screen and (min-width: 1200px) {
    .WhyUsBody h6{
        font-size: 20px;
    }
    .WhyUsBody p{
        font-size: 14px;
    }
    .WhyUsBody .__information{
        display: flex;
        max-width: 156px;
        max-height: 260px;
        justify-content: stretch;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: end;
        column-gap: 20px;
    }
    .img-WhyUs{
         box-sizing: border-box;
         padding: 0 30px 0 30px;
         width: 48%;
     }

}

/* section-WhyUs end */
/* section-PriceListsBlock */
.section-PriceListsBlock-welcome{
    height: 498px;
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 171, 123));

}
.Block-welcomeBody{
    padding-top: 16px;
    margin-top: 120px;

}
.timer{
    text-align: center;
}
.timer__item{
    position: relative;
    display: inline-block;
    min-width: 90px;
    margin-right: 30px;
    padding-right: 32px;
    max-height: 112px;
}
.timer__hours:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    opacity: .2;
    background: #fff;
}
.timer__minutes:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    opacity: .2;
    background: #fff;
}
.timer__items h1{
    text-align: center;
    font-size: 64px;
    line-height: 1.23;
}
.timer__items {
    display: flex;
    font-size: 48px;
    justify-content: center;
}
.timer__item {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.55;
}

.section-PriceListsBlock-welcome .timer__items p{
    font-size: 14px;
    margin-top: 0;
}
.timer__seconds{
    padding-right: 0;
    margin-right: 0;
}
.section-PriceListsBlock-welcome p{
    font-size: 22px;
    text-align: center;
    margin: 18px auto 55px;
}
.section-PriceListsBlock-price{
    padding-bottom: 150px;
    background-color: #e7ab7b;
}
.section-contacts__prices-block{
    display: flex;
    flex-direction: row;
    text-align: center;
}
.section-contacts__prices-block li{
    list-style: none;

}
.price-card__subtitle{
    font-size: 14px;
    margin-top: 39px;
}
.price-card__title{
    margin-bottom: 43px;
}
.col-md-6{
    border: 1px solid #e0e6ed;
    background-color: #ffffff;
    border-radius: 9px;
    padding: 45px 30px;
    box-sizing: border-box;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.price-card-lists{
    height: 380px;
}
.price-card__advantages-list{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 20px;
    font-size: 16px;

}
.list-with-triangle{
    margin-top: -15px;
}
.list-with-triangle:before{
    content: '____';
    font-weight: bold;
}
.list-with-triangle-plus li{
    margin-top: 20px !important;
}
.list-with-triangle-plus:before{
    content: '+';
    font-weight: bold;
}
.list-with-triangle li{
    margin-top: 15px !important;
}
.price-card__advantages-list li{
    margin-top: 0;
    margin-bottom: 20px;
}
.price-card__price-block{
    margin-top: 25px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.price{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    line-height: 1.35;
}
.-discount{
    color: #999999;
    text-decoration: line-through;
    margin-right: 3px;
}
.price-card__btn{
    display: -webkit-inline-flex;
    color: #ffffff;
    background-color: #e7ab7b;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 34px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
}
@media only screen and (min-width: 63px) {
    .section-PriceListsBlock{
        margin-top: -100px;
    }
    .Block-welcomeBody h1{
        font-size: 30px;
    }
    .Block-welcomeBody{
        max-width: 500px;
        text-align: center;
    }

    .timer h1{
        font-size: 24px;
    }
    .timer__item{
        min-width: 35px;
        padding-left: 13px;
        padding-right: 13px;
        margin-right: 0;
        max-height: 62px;
    }
    .timer__items p{
        font-size: 12px !important;
    }
    .section-contacts__prices-block{
        display: block;
        max-width: 640px;
        padding: 0 20px 0;
    }
    .price-card__advantages-list{
        font-size: 12px;
    }
    .col-md-6{
        border: 1px solid #e0e6ed;
        background-color: #ffffff;
        border-radius: 9px;
        padding: 45px 30px;
        box-sizing: border-box;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
    }
    .price-card-lists{
        height: 100%;
    }
    .section-PriceListsBlock-price{
      padding-bottom: 90px;
    }
}
@media only screen and (min-width: 640px) {
    .price-card__advantages-list li{
        font-size: 14px;
    }
    .Block-welcomeBody{
        text-align: center;
        width: 600px;
        padding-top: 16px;
        margin-top: 120px;

    }
    .section-contacts__prices-block{
        display: block;
        width: 600px;
    }
}
@media only screen and (min-width: 1030px) {
    .container__PriceListsBlock{
        max-width: 960px;
    }
    .Block-welcomeBody{
        max-width: 960px;
        text-align: center;
        width: 960px;
        padding-top: 16px;
        margin-top: 120px;

    }
    .Block-welcomeBody h1{
        font-size: 42px;
    }
    .timer__item{
        padding-left: 26px;
        padding-right: 26px;
        max-height: 62px;
        font-size: 60px;
        min-width: 60px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 30px;
    }

    .section-contacts__prices-block{
        display: flex;
        flex-direction: row;
        text-align: center;
        max-width: 960px;
        width: 100%;
    }
    .price-card__subtitle{
        font-size: 14px;
        margin-top: 39px;
    }
    .price-card__title{
        margin-bottom: 43px;
    }
    .col-md-6{
        border: 1px solid #e0e6ed;
        background-color: #ffffff;
        border-radius: 9px;
        padding: 45px 30px;
        box-sizing: border-box;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .price-card-lists{
        height: 520px;
    }
    .price-card__advantages-list{
        font-family: 'Roboto',Arial,sans-serif;
        font-weight: 300;
        color: #000000;
        line-height: 20px;
        font-size: 16px;

    }
    .list-with-triangle{
        margin-top: -15px;
    }
    .list-with-triangle:before{
        content: '____';
        font-weight: bold;
    }
    .list-with-triangle-plus li{
        margin-top: 20px !important;
    }
    .list-with-triangle-plus:before{
        content: '+';
        font-weight: bold;
    }
    .list-with-triangle li{
        margin-top: 15px !important;
    }
    .price-card__advantages-list li{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .price-card__price-block{
        margin-top: 25px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .price{
        font-family: 'Roboto',Arial,sans-serif;
        font-weight: 600;
        color: #000000;
        font-size: 20px;
        line-height: 1.35;
    }
    .-discount{
        color: #999999;
        text-decoration: line-through;
        margin-right: 3px;
    }
}
@media only screen and (min-width: 1200px) {
    .price-card__advantages-list li{
        font-size: 14px;
    }
    .col-md-6{
        border: 1px solid #e0e6ed;
        background-color: #ffffff;
        border-radius: 9px;
        padding: 45px 30px;
        box-sizing: border-box;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* section-PriceListsBlock end */
/* section-CertificatesAndDiplomas */
.container__CertificatesAndDiplomas h1{
    padding-top: 60px;
    margin-bottom: 100px;
}
.container__CertificatesAndDiplomas p{
    font-size: 16px;
}
.CertificatesBody{
    display: flex;
}

.CertificatesBodyClick{
    display: flex;
    margin-top: 4px;
    column-gap: 5px;
}

#ClickCertificates3{
    pointer-events: none;
}
.ClickCertificates{
    width: 64px;
    height: 64px;
}
.ClickCertificates img{
    pointer-events: all;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.CertificatesBody .__information{
    max-width: 360px;
    margin: 0 20px 0 40px;
}
/* */
.DiplomasBody{
    display: flex;
    padding: 130px 0;
}

.DiplomasBodyClick{
    display: flex;
    margin-top: 4px;
    column-gap: 5px;
}

#ClickDiplomas1{
    pointer-events: none;
}
.ClickDiplomas{
    width: 64px;
    height: 64px;
}
.ClickDiplomas img{
    pointer-events: all;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.DiplomasBody .__information{
    max-width: 360px;
    margin: 0 20px 0 40px;
}
.container__CertificatesAndDiplomas h6{
    margin-bottom: 20px;
}
.DiplomasBody .__information p{
    margin-bottom: 25px;
}
@media only screen and (min-width: 63px) {
    .container__CertificatesAndDiplomas{
        padding-top: 60px;
        max-width: 100%;
    }
    .container__CertificatesAndDiplomas .__information{
        margin: 24px 20px 0;
    }
    .container__CertificatesAndDiplomas h1{
        display: none;
    }
    #Certificates, #Diplomas{
        width: 100%;
        height: 261px;
    }
    .DiplomasBody, .CertificatesBody{
        display: block;
    }
    .CertificatesBodyImg, .DiplomasBodyImg{
        text-align: center;
        padding: 0 20px 0 20px
    }

    .DiplomasBody{
        padding: 130px 0 65px;
    }

}
@media only screen and (min-width: 640px) {
    .container__CertificatesAndDiplomas{
        padding-top: 60px;
        max-width: 640px;
        width: 100%;
    }#Certificates, #Diplomas{
         width: 100%;
         height: 450px;
     }
     .CertificatesBody .__information, .DiplomasBody .__information{
         max-width: 640px;
     }

}
@media only screen and (min-width: 960px) {
    .container__CertificatesAndDiplomas{
        max-width: 960px;
    }
    .DiplomasBody, .CertificatesBody{
        display: flex;
        max-width: 960px;
    }
    #Certificates, #Diplomas{
        width: 600px;
        height: 450px;
    }
    .CertificatesBody .__information{
        margin:0;
        max-width: 960px;

    }
    .DiplomasBody .__information{
        margin:0;
        max-width: 960px;

    }
    .CertificatesBodyImg, .DiplomasBodyImg{
        text-align: center;
        padding: 0 20px 0 10px
    }


}
@media only screen and (min-width: 1200px) {
    #Certificates, #Diplomas{
        width: 620px;
        height: 465px;
    }
    .DiplomasBody .__information{
        margin: 0 10px 0 40px;
    }


}

/* section-CertificatesAndDiplomas end */
/* section-TrialsVideo */
.container__TrialsVideo{
    max-width: 560px;
    padding-top: 113px;
    padding-bottom: 73px;
}
.container__TrialsVideo h1{
    margin-bottom: 25px
}
.TrialsVideoBtn{
    margin-top: 70px;
}
.section-TrialsVideo{
    height: 560px;
    background-attachment: scroll;
    background-image: url("./img/blob.png");
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 100px auto;
}
.section-TrialsVideoBlock{
    height: 560px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.80), rgba(0,0,0,0.60));
}
.section-TrialsVideo h1, .section-TrialsVideo p{
    color: #FFFFFF;
}
.t581__arrow-icon{
    width: 45px;
    position: absolute;
    transform: translateX(-100%);
    fill: #fff;
    padding-right: 25px;
    top: 235px;
    bottom: 0;
    margin: auto;
}
@media only screen and (min-width: 63px) {
    .container__TrialsVideo{
        max-width: 87%;
        padding: 80px 20px 0;
    }
    .container__TrialsVideo h1{
        font-size: 30px;
    }
    .TrialsVideoBtn{
        margin-top: 35px;
    }
    .t581__arrow-icon{
        display: none;
    }
    .t581__arrow-icon_mobile{
        display: block;
        width: 20px;
        margin: 0 auto 40px;
        fill:#ffffff;
    }

    .TrialsVideoBtn .btn{
        padding: 17px 20px;
    }
}
@media only screen and (min-width: 640px) {
    .container__TrialsVideo{
        max-width: 570px;
        padding: 120px 20px 0;

    }
    .container__TrialsVideo h1{
        font-size: 42px;
    }
}
@media only screen and (min-width: 960px) {
    .t581__arrow-icon{
        display: block;
    }
    .TrialsVideoBtn{
        margin-top: 70px;
    }
}
/* section-TrialsVideo end */
/* section-Reviews */
.container__Reviews h1{
    margin-top: 135px;
    margin-bottom: 40px;

}
.container__Reviews img{
    pointer-events: auto;

}
.container__Reviews p{
    max-width: 560px;
    text-align: center;
    margin-bottom: 30px;
}
.section-Reviews p{
    font-size: 22px;
}
.section-Reviews a{
    color: #ff8562;
    text-decoration: none;
}
.ReviewsImgBody{
    max-width: 1160px;
    display: flex;
    column-gap: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
.ReviewsImgBody img{
    width: 373px;
    height: 425px;
}
.exitblock {
    display: none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}
.exitblock .fon {
    background: #4f4e4e;
    opacity:.97;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;
    background: #F6FCFF;
    position:relative;
    width:42%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
    max-height: 100%;
}
.modaltext_activ1{
    display: flex;
    animation: showBlock 0.5s linear forwards;
    align-items: center;
    justify-content: center;
}
.modaltext_activ2{
    display: flex;
    animation: showBlock 0.5s linear forwards;
    align-items: center;
    justify-content: center;
}
.modaltext_activ3{
    display: flex;
    animation: showBlock 0.5s linear forwards;
    align-items: center;
    justify-content: center;
}


@keyframes showBlock {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

.modaltext{
    overflow-y: auto;
    max-height: 660px;
}
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url('https://codernote.ru/files/cross.png') no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@media only screen and (min-width: 63px) {
    .container__Reviews{
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
        width: auto;
    }
    .container__Reviews h1{
        margin-top: 90px;
        font-size: 30px;

    }
    .ReviewsImgBody img{
        width: 103px;
        height: 117px;
        margin: 0;
    }
    .exitblock .modaltext{
        width: 70%;
    }

}
@media only screen and (min-width: 640px) {
    .ReviewsImgBody img{
        width: 187px;
        height: 213px;
        margin: 0;
    }
}
@media only screen and (min-width: 960px) {
    .ReviewsImgBody img{
        width: 300px;
        height: 345px;
    }
    .container__Reviews h1{
        margin-top: 90px;
        font-size: 42px;
    }
    .t581__arrow-icon_mobile{
        display: none;
    }

}
@media only screen and (min-width: 1200px) {
    .ReviewsImgBody img{
        width: 300px;
        height: 345px;
    }
}

/* section-Reviews end */
/* section-Questions */
.section-Questions{
    padding-top: 135px;
    padding-bottom: 60px;
}
.container__Questions h1{
    margin-bottom: 25px;
}
.container__Questions p{
    max-width: 760px;
    font-size: 16px;
}
.container__Questions a{
    margin-top: 70px;
    margin-bottom: 120px;
}
/* section-Questions end*/
.accordion{
    margin-top: 15px;
    margin-bottom: 30px;
}
.accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0);
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #000;
    font-weight: 500;
    background-color: #FFF;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
}

.accordion__header:hover {
    background-color: #FFF;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__content {
    padding: 0.75rem 1rem;
    background: #fff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}
@media only screen and (min-width: 63px) {
    .container__Questions h1{
        font-size: 26px;
        text-align: center;
    }
    .container__Questions{
        max-width: 600px;
        padding: 0 20px;
        width: auto;
        margin: 0 auto;

    }
    .container__Questions a{
        margin: 30px 0 120px;

    }
}
@media only screen and (min-width: 960px) {
    .container__Questions{
        max-width: 640px;
    }
    .container__Questions h1{
        font-size: 42px;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .container__Questions p{
        max-width: 620px;
    }
}

.timer__days{
    display: none;
}
/* footer */
footer {
    display: block;
}
@media only screen and (max-width: 767px) {
    footer{
        padding-left: 20px !important;
    }
    .footer__additional-links-content{
        text-align: left;
        margin-right: auto;
    }
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
 .card-footer {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.footer {
    background-color: #171b21;
    padding: 45px 0 70px;
}
.footer a{
    text-decoration: none;
}
@media only screen and (min-width: 576px) {
    .footer {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .footer {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 1260px) {
    .footer {
        padding: 40px 0;
    }
}

.footer.-sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.footer__additional-links-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .footer__additional-links-content {
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 1260px) {
    .footer__additional-links-content {
        text-align: left;
    }
}

.footer__main-content {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .footer__main-content {
        text-align: center;
    }
}

@media only screen and (min-width: 1260px) {
    .footer__main-content {
        width: 956px;
        text-align: left;
    }
}

.footer__additional-text p{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
}
.footer__copyright {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4)!important;
}

.footer__additional-text a{
    color: #f2a873;
    transition: color 0.3s;
}
.footer__copyright a {
    color: #f2a873;
    transition: color 0.3s;
}

.footer__additional-text a:hover,
.footer__copyright a:hover {
    color: #ef9452;
}
.footer__social-list a:hover{
    color: #f2a873;
    transition: color 0.3s;
}
.footer__additional-text {
    margin-bottom: 30px;
}

.footer__additional-text p {
    margin-bottom: 0;
}

.footer__additional-text a[href^="https://t.me/"]
{
    white-space: nowrap;
}

.footer__additional-text a[href^="https://t.me/"]:after
{
    content: "\e910";
    font-family: icomoon;
    font-size: 14px;
    padding-left: 5px;
}

.footer__payment-methods-content {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer__payment-methods-title {
    font-size: 1.0625rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

.footer__payment-installment-content {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer__payment-installment-title {
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

.footer__payment-installment-logo {
    display: inline-block;
    max-width: 120px !important;
}

.footer__yandex-rating-badge-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 17%;
}

@media only screen and (min-width: 768px) {
    .footer__yandex-rating-badge-content {
        justify-content: center;
    }
}

@media only screen and (min-width: 1260px) {
    .footer__yandex-rating-badge-content {
        justify-content: flex-start;
    }
}

.footer__social-list {
    margin-bottom: 30px;
}
.social-list.-lg{
    font-size: 28px;
}
.social-list__item a{
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: color;
}


.footer-links-list {
    padding-left: 0;
    margin-bottom: 0;
    text-decoration: none;
    list-style-type: none;
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (min-width: 576px) {
    .footer-links-list__item {
        display: inline-block;
    }
}

.footer-links-list__item:not(:last-child) {
    margin-bottom: 5px;
}

@media only screen and (min-width: 576px) {
    .footer-links-list__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.footer-links-list__link {
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s;
}
.menu-item a{
    text-decoration: none;
}

.footer-links-list__link:hover {
    color: #ffffff;
}
.payment-methods-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .payment-methods-list {
        justify-content: center;
    }
}

@media only screen and (min-width: 1260px) {
    .payment-methods-list {
        justify-content: flex-start;
    }
}

.payment-methods-list__item {
    display: flex;
    width: 43px;
    height: 16px;
    margin: 5px;
}

@media only screen and (min-width: 576px) {
    .payment-methods-list__item {
        height: 20px;
        width: 45px;
        margin: 5px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .payment-methods-list__item {
        height: 25px;
        width: 55px;
    }
}

.payment-methods-list__item:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    .payment-methods-list__item:first-child {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1260px) {
    .payment-methods-list__item:first-child {
        margin-left: 0;
    }
}

.payment-methods-list svg {
    max-height: 100%;
    width: 100%;
}
.social-list__item {
    display: inline-block;
}
.social-list__item:not(:last-child) {
    margin-right: 25px;
}
.section-calculate-price{
    margin-top: 100px;
}


.container-calc-price, .container-calc-man {
    padding: 0 40px;
    position: relative;
}
output{
    display: block;
    color: #777;
}

.container__calculatePrice{
    display: block;
    width: 100%;
    max-width: 700px;
}
.calculatePriceOut output{
    text-align: right;
    font-family: 'Roboto',Arial,sans-serif;
    color: #000;
    font-weight: 500;
    padding: 0 40px 0 0;
    font-size: 18px;
}
.calculatePriceOut p{
    font-weight: 400;
    text-align: right;
    font-size: 15px;
    padding: 10px 40px 5px 0;

}
.container__calculatePrice h6{
    text-align: center;
    padding: 50px 0 10px;
}
.container__calculatePrice .gray-line{
    width: 640px;
    margin: 40px 0 5px 20px;
}
.container {
    width: 300px;
    margin: 60px auto 20px;
}
.range {
    width: 100%;
    --completed: calc((var(--value) - var(--min)) / (var(--max) - var(--min)) * 100);
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 22px 0 0 0;
}
.range__progress {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 7px;
    pointer-events: none;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(90deg, #f2a873 0%, #f2a873 90.48%);
}
.range__progress::after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: -1px;
    width: calc((100% - var(--completed) * 1%) + (var(--completed) / 100) * 16px);
    height: 100%;
    background: #eee;
    box-shadow: inherit;
    border-radius: 0 20px 20px 0;
}
.range > input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
    background: none;
}
.range > input::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background: #f2a873;
}
.range > input::-moz-slider-thumb {
    appearance: none;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background: #f2a873;
}
.range > input::-ms-thumb {
    appearance: none;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background: #f2a873;
}
.range > input:hover ~ .range__output > output{ /* При наведении на ссылку в раппере, откроется контент */
    display: block;
}
.range__output {
    width: calc(100% - 24px);
    left: -16px;
    position: relative;
}
.range__output > output {
    display: none;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 5px;
    padding: 5px 0 0;
    top: -70px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
    left: calc(((var(--value) - var(--min) ) / (var(--max) - var(--min))) * 100%);
    font-weight: 400;
    font-size: 18px;
    width: 56px;
    height: 28px;
    text-align: center;
    color: #000;
}
.range__output > output::after {
    content: var(--text-value);
}

.range__output > output::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 23px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.container-calc-pm{
    display: flex;
    list-style: none;
    justify-content: space-between;
    color: #777;

}
.exitblock-curs {
    display: none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}
.exitblock-curs .fon {
    background: #4f4e4e;
    opacity:.97;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock-curs .modaltext {
    box-sizing: border-box;
    background: #F6FCFF;
    position:relative;
    width:42%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
    max-height: 100%;
}

.modaltext_activ3{
    display: flex;
    animation: showBlock 0.5s linear forwards;
    align-items: center;
    justify-content: center;
}


@keyframes showBlock {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

.modaltext{
    overflow-y: auto;
    max-height: 660px;
}
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url('https://codernote.ru/files/cross.png') no-repeat center center;
    background-size: 16px 16px;
    display: block;
}


    .container__AboutTheCourse h1{
        padding: 35px 0;
    }
    .AboutTheCourseBody {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 960px;
        width: 100%;
    }
    .AboutTheCourseBody #price-card__btn-Back{
        background-color: #ffffff;
        border: 2px solid #e7ab7b;
        color: #000;
    }
    .AboutTheCourseBody p{
        max-width: 940px;
        padding-top: 15px;
        width: 90%;
    }
    .AboutTheCourseBody a{
        max-width: 80%;
        width: 100%;
    }
    .AboutTheCourseBody img{
        max-width: 840px;
        width: 95%;
        padding-top: 40px;
    }
@media only screen and (min-width: 720px) {
    .AboutTheCourseBody a{
        max-width: 28%;
        width: 100%;
    }
}