html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Roboto';
    font-size: 18px;
    color: #444444;
    font-weight: 400;
}

button, a {
    outline: none !important;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.section-1 {
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-1_first-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.logo {
    position: absolute;
    top: 9px;
}

.logo3 {
    position: absolute;
    top: 0;
    left: 0;
}

.quality {
    line-height: 22px;
    position: relative;
    margin-top: 30px;
    width: 11%;
    margin-left: 100px;
}

.quality1 {
    padding-left: 40px;
}

.quality2 {
    padding-left: 42px;
}

.quality3 {
    padding-left: 45px;
}

.quality1:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 28px;
    height: 36px;
    background: url(../img/head-icon-1.png) no-repeat;
}

.quality2:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 36px;
    background: url(../img/head-icon-2.png) no-repeat;

}

.quality3:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 33px;
    height: 36px;
    background: url(../img/head-icon-3.png) no-repeat;

}

.quality1:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 28px;
    height: 36px;
    background: url(../img/head-icon-1.png) no-repeat;
}

.quality2:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -53px;
    width: 1px;
    height: 34px;
    background-color: #000000;
    opacity: 0.1;
}

.quality3:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -50px;
    width: 1px;
    height: 34px;
    background-color: #000000;
    opacity: 0.1;
}

.heading-1 {
    color: #218f35;
    font-family: "Roboto - Black";
    font-size: 60px;
    font-weight: 400;
    line-height: 44px;
}

.section-1_second-line {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    padding-bottom: 50px;
}

.section-1_box_heading {
    color: #218f35;
    font-family: 'Roboto';
    font-size: 60px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 10px;
}

.section-1_box_subtitle {
    color: #000000;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 35px;
}

.section-1_box_subtitle2 {
    color: #000000;
    line-height: 28px;
    margin-bottom: 32px;
}

.box_list {
    color: #444444;
    line-height: 26px;
    margin-bottom: 32px;
    padding-left: 50px;
    position: relative;

}

b {
    color: #000000;
    font-weight: 500;
}

.box_list::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../img/head-checkbox-icon.png) no-repeat;
    height: 34px;
    width: 34px;
    z-index: 2;
}

.section-1_signature {
    color: #555555;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    position: relative;
    padding-left: 43px;
}

.section-1_signature:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: url(../img/arrow-left.png) no-repeat;
    height: 11px;
    width: 28px;
    z-index: 2;
}

.green {
    color: #218f35;
}

.form-box {
    width: 270px;
}

.form__price {
    background-color: #55ab4a;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    width: 270px;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.price__old {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.price__old::before {
    position: absolute;
    content: '';

    width: 1px;
    height: 30px;
    background-color: #ffffff;
    opacity: 0.2;
    right: -33px;
    top: 18px;
}

.block1 {
    position: relative;
}

.price__old__num::after, .price__old__num::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: red;
    top: 35px;
    left: 0;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    z-index: 3;
}

.price__old__num::before {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.price__old__money {
    display: inline-block;
    opacity: 0.6;
    color: #ffffff;
    font-family: Roboto;
    font-weight: 400;
    line-height: 34px;
    /* Text style for "999" */
    font-size: 34px;
}

.price__old__currency {
    opacity: .5;
    font-size: 16px;
}

.price__new {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.price__new__money {
    display: inline-block;
    line-height: 34px;
    font-size: 34px;
}

.price__new__currency {
    font-size: 16px;
}

.form-box {
    position: relative;
}

.form-box:after {
    content: '';
    position: absolute;
    top: -19px;
    left: 103px;
    background: url(../img/1.png) no-repeat;
    width: 63px;
    height: 20px;
    z-index: 2;
}

.form-box:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 124px;
    background: url(../img/forma-1.png) no-repeat;
    width: 26px;
    height: 31px;
    z-index: 3;
    display: none;
}

.form__bg {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.form__name {
    position: relative;
    margin-top: 20px;
}

.form__name::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 23px;
    background-image: url(../img/user-icon.svg);
    background-repeat: no-repeat;
    top: 18px;
    left: 24px;
}

.form__name__field, .form__tel__field {
    padding-left: 55px;
    padding-top: 22px;
    padding-bottom: 23px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
    border: 1px solid #eae9e9;
    background-color: #f4f4f4;
    width: 220px;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}

.form__tel {
    position: relative;
    margin-top: 15px;
}

.form__tel::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 24px;
    background-image: url(../img/telefon-icon.svg);
    background-repeat: no-repeat;
    top: 20px;
    left: 27px;
}

.form__btn {
    width: 220px;
    margin-top: 20px;
}

.btn {
    cursor: pointer;
    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;
    height: 65px;
    text-align: center;
    box-shadow: 0px 18px 26px -8px #fbac7d;

    border-radius: 32px;
    background: linear-gradient(to right, rgba(252, 184, 125, 1) 0%, rgba(251, 182, 124, 1) 2%, rgba(251, 201, 121, 1) 31%, rgba(250, 208, 119, 1) 48%, rgba(251, 201, 121, 1) 69%, rgba(252, 183, 125, 1) 98%, rgba(251, 185, 124, 1) 100%);
    background-color: #73ad32;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    outline: 0;
    border: none;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    line-height: 18px;
    position: relative;
}

.btn:hover {
    background: linear-gradient(to right, rgba(128, 197, 87, 1) 0%, rgba(118, 191, 84, 1) 18%, rgba(61, 155, 65, 1) 72%, rgba(41, 143, 59, 1) 100%);
    transition: all .1s ease;
    color: #fff;
    box-shadow: none;
}

.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn .btn-text1 {
    position: absolute;
    top: 16px;
    left: 44px;
}

.btn .btn-text2 {
    position: absolute;
    top: 36px;
    left: 72px;
    font-size: 17px;
}

.form__pack {
    margin-top: 24px;
    margin-bottom: 7px;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: 16.52px;
}

.form__pack .lastpack {
    color: #218f35;
    font-weight: 700;
}

.footer__form__security {
    margin-top: 15px;
    position: relative;
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 16.52px;
    padding-left: 31px;
    text-align: center;
}

.footer__form__security:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 20px;
    background: url(../img/head-privaci-icon.png) no-repeat;
    left: 31px;
    top: -3px;
}

.margin-help {
    margin: 0px 25px 0 25px;
}

.product {
    position: relative;
    top: 342px;
    left: 5px;

}

.sec1linecor1 {
    margin-right: 17px;
}

.head-girl {
    position: relative;
    top: 28px;
    left: -334px;
}

/* ------------------------ SECTION-2 ---------------------- */
.section-2 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.heading {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.subtitle {
    color: #444444;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.section-2_boxs {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    margin-top: 45px;
    height: auto;
}

.section-2_box {
    width: 250px;
    padding: 25px 0;
    text-align: center;
    /* Style for "Rounded Re" */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    margin: 10px;
    transition: height 500ms;
    position: relative;
}
.section-2_box_shadow{
    width: 250px;
    height: 116px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    bottom: 23px;
}
.section-2_box_button{
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 28px;
    font-size: 24px;
    bottom: -29px;
    color: #fff;
    background-image: linear-gradient(to left, #fab577 0%, #f7ca6a 50%, #fab677 100%);
    cursor: pointer;
    position: absolute;
    bottom: -15px;
}
.vl1{
    width: 2px;
    height: 10px;
    background-color: white;
    position: relative;
    left: 14px;
    top: 10px;
}
.hl1{
    width: 10px;
    height: 2px;
    background-color: white;
    position: relative;
    top: 4px;
    left: 10px;
}
.hl1t14{
    top: 14px;
}
.section-2_box img {
    width: 250px;
}

.section-2_box__head {
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}

.section-2_box__text {
    color: #555555;
    font-size: 18px;
    line-height: 26px;
    margin: 25px 29px 0;
    max-height: 167px;
    overflow: hidden;
    transition: max-height 700ms;
}
.h-a{
    max-height: 300px;
}
.d-n{
    display: none;
}
.section-2_box_1::before {
    position: absolute;
    content: "1";
    color: #f9b975;
    font-size: 36px;
    font-weight: 900;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -18px;

}

.section-2_box_2::before {
    position: absolute;
    content: "2";
    color: #f9b975;
    font-size: 36px;
    font-weight: 900;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -18px;

}

.section-2_box_3::before {
    position: absolute;
    content: "3";
    color: #f9b975;
    font-size: 36px;
    font-weight: 900;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -18px;

}

.section-2_box_4::before {
    position: absolute;
    content: "4";
    color: #f9b975;
    font-size: 36px;
    font-weight: 900;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -18px;

}
.slides2 .owl-nav button.owl-next{
    color: #fab677 !important;
    font-size: 45px !important;
    outline: none !important;
    position: absolute;
    right: -21px;
    top: 61px;
}
.slides2 .owl-nav button.owl-next:hover{
    background: none !important;
    color: #218f35 !important;
    outline: none !important;
}
.slides2 .owl-nav button.owl-prev{
    color: #fab677 !important;
    font-size: 45px !important;
    outline: none !important;
    position: absolute;
    left: -16px;
    top: 61px;
}
.slides2 .owl-nav button.owl-prev:hover{
    background: none !important;
    color: #218f35 !important;
    outline: none !important;
}
.slides2 .owl-nav .disabled{
    opacity: 0;
}

/* ------------------------ SECTION-3 ---------------------- */
.section-3 {
    padding: 85px 0 80px;
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.help-sub {
    line-height: 28px;
    color: #000;
}

.section-3_boxs {
    display: flex;
    margin-top: 45px;
}

.section-3_box {
    width: 570px;
}

.slide-img {
    width: 570px;
}

.sec3_box_help {
    margin-left: 30px;
}

.section-3_box__text {

    line-height: 28px;
    margin-bottom: 35px;
}

.arrow_block {
    color: #555555;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    background-color: #ffffff;
    padding: 8px 15px 7px 55px;
    position: relative;
}

.arrow_block:before {
    content: "";
    position: absolute;
    background: url(../img/arrow-left.png) no-repeat;
    background-size: 90%;
    width: 19px;
    height: 9px;
    top: 22px;
    left: 23px;
}

.section-3_box__text-help {
    margin-bottom: 29px;
}

.help-sub2 {
    margin-top: 0;
}

.section3_btn {
    /* Style for "Избавиться" */
    color: #000000;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 30px;
    display: block;
    margin: 35px auto 0;
}

/* ------------------------ SECTION-4 ---------------------- */
.section-4 {
    padding: 90px 0px;
}

.slides2 {
    margin-top: 50px;
}

.slides2_box__img {
    width: 180px !important;
    height: 180px;
    background-color: #f6f6f6;
}

.slides2_box {
    height: 250px;
    width: 320px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.slide-line {
    position: absolute;
    top: 42px;
    left: -1px;
    width: 1px;
    height: 108px;
    background-color: #000000;
    opacity: 0.1;
}
.slides2 .owl-stage-outer{
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    width: 99.9%;
}
.slide2_box__text {

    color: #222222;
    margin-top: 22px;
    line-height: 22px;
}

@media all and (-ms-high-contrast: none) {
    .slide2_box__text {
        max-width: 320px;
    }

    *::-ms-backdrop, .slide2_box__text {
        max-width: 320px;
    }
}

.width-container {
    width: 1280px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.new-slides:before {
    content: "";
    position: absolute;
    top: 37px;
    left: 0px;
    background: url(../img/left-opaciti.png) no-repeat;
    width: 274px;
    height: 275px;
    z-index: 2;
}

.new-slides:after {
    content: "";
    position: absolute;
    top: 37px;
    right: 0;
    background: url(../img/left-opaciti.png) no-repeat;
    width: 274px;
    height: 275px;
    z-index: 2;
    transform: rotate(180deg);
}

.slides2 .owl-nav.disabled + .owl-dots {
    top: 30px;
    background: none;

}

.slides2 .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.slides2 .owl-dots .owl-dot.active span {
    border: 6px solid #efefef;
    width: 13px;
    height: 13px;
}



@-moz-document url-prefix() {
    .active {
        position: relative;
        top: 5px;
    }
}

.section-4__sub {
    margin: 40px 0 35px;
}

/* ------------------------ SECTION-5 ---------------------- */
.section-5 {
    background: url(../img/section-5-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 0 80px 0;
}

.section-5-flex {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}

.section-5-box__leftlist {
    color: #000000;
    line-height: 26px;
    margin-bottom: 40px;
    padding-right: 50px;
    text-align: right;
    margin-right: 45px;
    position: relative;
    font-size: 17px;
}

.section-5-box__leftlist:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    background: url(../img/head-checkbox-icon.png) no-repeat;
    height: 34px;
    width: 34px;
}

.section-5-box__rightlist {
    color: #000000;
    line-height: 26px;
    margin-bottom: 40px;
    padding-left: 50px;
    text-align: left;
    margin-left: 30px;
    position: relative;
    font-size: 17px;
}

.section-5-box__rightlist:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background: url(../img/head-checkbox-icon.png) no-repeat;
    height: 34px;
    width: 34px;
}

/* ------------------------ SECTION-6 ---------------------- */
.section-6 {
    padding: 80px 0 80px 0;
}

.slides-6-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section-6-img {
    height: 163px;
    width: 163px !important;
}

.sec6_img_after {
    position: relative;
    padding-left: 40px;
}

.sec6_img_after::after {
    content: "“";
    position: absolute;
    left: 0;
    top: 17px;
    color: #218f35;
    font-family: "Arial";
    font-size: 80px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
}

.slides6 .owl-dots {
    position: relative;
    top: 20px !important;
    background: none;

}

.slides6 .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.slides6 .owl-dots .owl-dot.active span {
    border: 6px solid #efefef;
    width: 13px;
    height: 13px;
}

.slides-6-box {
    margin-top: 45px;
    position: relative;
}

.section-6-text {
    margin-left: 35px;
}

.section-6-text__name {
    color: #000000;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
}

.section-6-text__specialty {
    color: #444444;
    font-family: Roboto;
    font-size: 17px;
    font-style: italic;
    line-height: 40px;
}

.section-6-text__comment {
    color: #444444;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.section-6-text {
    max-width: 800px;
}

.slides6 .owl-nav [class*='owl-'] {
    color: #fab677 !important;
    font-size: 45px !important;
    outline: none !important;
}

.slides6 .owl-nav [class*='owl-']:hover {
    background: none !important;
    color: #218f35 !important;
    outline: none !important;
}

.slides6 .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    top: 95px;
}

.slides6 .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: 95px;
}

/* ------------------------ SECTION-7 ---------------------- */
.section-7 {
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 0 0px;
    position: relative;
}

.section-7-flex {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    justify-content: flex-end;
}

.section-7-box {
    margin-left: 50px;
    width: 635px;
}

.section-7-box__name {
    color: #444444;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 70px;
    margin-top: 25px;
}

.section-7-box__text {
    color: #222222;
    line-height: 28px;
    margin-bottom: 35px;
    font-size: 18px;
}

.after_text7 {
    position: relative;
}

.sec-7-signature {
    margin-bottom: 50px;
}

.after_text7:after {
    content: "“";
    position: absolute;
    left: -7px;
    top: -22px;
    color: #f7ca6a;
    font-family: "Arial";
    font-size: 80px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
}

.section-7-doctor {
    position: absolute;
    bottom: 0;
}

/* ------------------------ SECTION-8 ---------------------- */
.section-8 {
    padding: 85px 0;
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.s8-flex-container{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.left-column-text-block{
    padding-right: 20px;
    position: relative;
    max-width: 282px;
}
.left-column-text-block h2{
    font-size: 18px;
    color: rgb(115, 113, 113);
    text-align: right;
    padding-bottom: 15px;
    padding-top: 2px;
}
.left-column-text-block h1{
    font-size: 19px;
    color: rgb(0, 0, 0);
    text-align: right;
    font-weight: bold;
    padding-bottom: 15px;
}
.left-column-text-block p{
    font-size: 16px;
    color: rgb(115, 113, 113);
    text-align: right;
    max-height: 0;
    overflow: hidden;
    line-height: 1.3;
}
.left-column-text-block .section8-plus-button{
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: auto;
}
.left-column-block{
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.right-column-text-block{
    padding-left: 20px;
    position: relative;
    max-width: 282px;
}
.right-column-text-block h2{
    font-size: 18px;
    color: rgb(115, 113, 113);
    text-align: left;
    padding-bottom: 15px;
    padding-top: 2px;
}
.right-column-text-block h1{
    font-size: 19px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: bold;
    padding-bottom: 15px;
}
.right-column-text-block p{
    font-size: 16px;
    color: rgb(115, 113, 113);
    text-align: left;
    max-height: 0;
    overflow: hidden;
    line-height: 1.3;
}
.right-column-block img,.left-column-block img{
    width: 117px;
    height: 117px;
}
.right-column-block{
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.right-column-text-block .section8-plus-button{
    position: relative;
    bottom: 0;
    left: 0;

}
.center-column img{
    max-width: 247px;
}
.m-h{
    max-height: 600px!important;
    margin-bottom: 10px!important;
}


@media screen and (max-width: 1170px){
    .section-8 .heading br{
        display: none;
    }
    .left-column-text-block h2, .right-column-text-block h2{
        font-size: 16px;
    }
    .left-column-text-block h1, .right-column-text-block h1{
        font-size: 17px;
    }
    .left-column-text-block p, .right-column-text-block p{
        font-size: 15px;
    }
    .left-column-text-block, .right-column-text-block{
        max-width: 220px;
    }
}
@media screen and (max-width: 1000px){
    .s8-flex-container{
        flex-wrap: wrap;
    }
    .left-column{
        order: 1;
    }
    .center-column{
        order: 3;
        margin: auto;
    }
    .right-column{
        order: 2;
    }
    .left-column-text-block h1, .right-column-text-block h1{
        font-size: 15px;
    }
    .center-column img{
        max-width: 220px;
    }
    .right-column-block{
        flex-direction: row-reverse;
    }
    .right-column-text-block h2,.right-column-text-block h1 , .right-column-text-block h1 {
        text-align: right;
    }
    .right-column-text-block .section8-plus-button{
        margin-left: auto;
    }
    .right-column-text-block{
        padding-left: 0;
        padding-right: 20px;
    }
}
/*.section-8-flex {*/

    /*display: flex;*/

    /*flex-direction: row;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

/*.section-8-text {*/
    /*max-width: 480px;*/
/*}*/

/*.box-flex {*/
    /*position: relative;*/
/*}*/

/*.section-8-box__img {*/
    /*position: absolute;*/
/*}*/

/*.ot21 {*/
    /*left: 87px;*/
/*}*/

/*.ot22 {*/
    /*left: 174px;*/
/*}*/

/*.ot23 {*/
    /*left: 272px;*/
/*}*/

/*.ot24 {*/
    /*left: 362px;*/
/*}*/

/*.ot25 {*/
    /*left: 451px;*/
/*}*/

/*.section-8-box__head {*/
    /*color: #000000;*/
    /*font-size: 20px;*/
    /*font-weight: 700;*/
    /*line-height: 28px;*/
    /*margin-top: 20px;*/
/*}*/

/*.section-8-box__subtitle {*/
    /*color: #444;*/
    /*padding-bottom: 55px;*/
    /*line-height: 25px;*/
/*}*/

/*.section-8-flex {*/
    /*padding-top: 35px;*/
/*}*/

/*.box-flex {*/
    /*margin-left: 120px;*/
    /*position: relative;*/
/*}*/

/*.box-flex:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 23px;*/
    /*left: -75px;*/
    /*background: url(../img/sec8-arrow.png) no-repeat;*/
    /*width: 42px;*/
    /*height: 84px;*/
/*}*/

/*.container-BTN {*/
    /*position: relative;*/
    /*height: 1px;*/
    /*background-color: rgba(0, 0, 0, 0.1);*/
/*}*/

.section8-plus-button{
    width: 35px;
    height: 35px;
    background-image: linear-gradient(to left, #fab577 0%, #f7ca6a 50%, #fab677 100%);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
}
.hl{
    position: relative;
    width: 10px;
    height: 2px;
    background-color: white;
    left: 13px;
    top: 17px;
}
.vl{
    width: 2px;
    height: 10px;
    background-color: white;
    position: relative;
    top: 11px;
    left: 17px;
}
/*.plusis:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*display: block;*/
    /*width: 14px;*/
    /*height: 3px;*/
    /*background: #fff;*/
    /*top: 17px;*/
    /*left: 11px;*/

/*}*/

/*.line {*/
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*display: block;*/
    /*width: 14px;*/
    /*height: 3px;*/
    /*background: #fff;*/
    /*top: 17px;*/
    /*left: 11px;*/
    /*transform: rotate(90deg);*/
    /*z-index: 3;*/
/*}*/

/*.lineblock {*/
    /*display: none;*/
/*}*/


/* ------------------------ SECTION-9 ---------------------- */
.section-9 {
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 0 0px;
    position: relative;
}

.scroll-block {
    max-height: 480px;
    overflow-y: scroll;
    padding-right: 70px;
    margin-bottom: 40px;
    position: relative;
}
.scroll-block_text_shadow{
    min-height: 410px;
    width: 623px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    bottom: 0;
    transition: min-height 700ms;
}
@media screen and (max-width: 1170px) {
    .scroll-block_text_shadow{
        width: 485px;
    }
}
@media screen and (max-width: 1000px) {
    .scroll-block_text_shadow{
        width: 738px;
        bottom: 447px;
    }
}
@media screen and (max-width: 768px) {
    .scroll-block_text_shadow{
        width: 452px;
    }
}
@media screen and (max-width: 480px) {
    .scroll-block_text_shadow{
        width: 287px;
    }
}

.after_text9 {
    position: relative;
}

.after_text9:after {
    content: "“";
    position: absolute;
    left: -7px;
    top: 103px;
    color: #f7ca6a;
    font-family: "Arial";
    font-size: 80px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
    transition: top 1s ease-out 0.5s;
}

.sec-9-signature {
    margin-top: 38px;
    margin-bottom: 50px;
}

.scroll-block::-webkit-scrollbar-button {

    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

.scroll-block::-webkit-scrollbar-track {
    background-color: #ecedee
}

.scroll-block::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: url('../img/scroll.png') no-repeat center center;
    border-radius: 5px;
    width: 2px;
    padding-top: 10px;
    cursor: pointer;
}

.scroll-block::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.scroll-block::-webkit-resizer {
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

.scroll-block::-webkit-scrollbar {
    width: 6px;
}

/* ------------------------ SECTION-10 ---------------------- */
.section-10 {
    padding: 85px 0 90px;
}

.sec10flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 55px;
}

.sec10flex-box {
    width: 320px;
    text-align: center;

}

.sec10flex-box__percent {
    font-size: 100px;
    font-weight: 900;
    line-height: 40px;
    color: #218f35;
}

.sec10flex-box__boy {
    margin-top: 30px;
    color: #444444;
    line-height: 40px;
}

.sec10flex-box__help {

    color: #000000;

    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
}

.sec10-line {
    margin-top: 50px;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
}

.sec10-boxborder {
    position: relative;
}

.sec10-boxborder:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 170px;
    background-color: #000000;
    opacity: 0.1;
    right: -55px;
    top: -19px;
}

.sec10-boxborder:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 170px;
    background-color: #000000;
    opacity: 0.1;
    left: -55px;
    top: -19px;
}

.sec10flex2 {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: space-between;
}

.sec10flex2-box {
    width: 370px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
}

.sec10flex2-box img {

}

.sec10flex2-box__name {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
}

.sec10flex2_result {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.flex33 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 16px;
}

.flex33-2 {
    margin-left: 142px;
}

.flex33-1 {
    margin-left: 90px;
}

/* ------------------------ SECTION-11 ---------------------- */
.reviews-list__item {
    position: relative;
    width: 370px;
    height: auto;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    text-align: center;
    padding: 85px 25px 15px;
    margin-bottom: 100px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-left: 10px;
}

.reviews-list__item--photo {
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.reviews-list__item--name {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
}

.reviews-list__item--title {

    color: #444444;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 44px;
}

.reviews-list__item--title:before {
    content: "“";
    position: absolute;
    left: 140px;
    top: 68px;
    color: #218f35;
    font-family: "Arial";
    font-size: 80px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
}

.reviews-list__item--text {
    overflow: hidden;
    color: #444444;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.reviews-list__item .plus {
    /* Style for "Ellipse 8" */
    width: 30px;
    height: 30px;
    background-color: #218f35;
    background-image: linear-gradient(to left, #fab577 0%, #f7ca6a 50%, #fab677 100%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
}

.reviews-list__item .plus:before, .reviews-list__item .plus:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    top: 14px;
    left: 8px;
}

.reviews-list__item .plus:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.show-open {
    max-height: 1000px !important;
    background-color: white !important;
}

.plusis2 {
    bottom: -57px;

}

.reviews-list {
    margin-top: 50px;
}

.block {
    max-height: 310px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: max-height 700ms;
}

.block.opener {
    max-height: 900px;
}

.block:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 150px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.block.opener:after {
    opacity: 0;
}

.block1 {
    max-height: 310px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: max-height 700ms;
}

.block1.opener {
    max-height: 900px;
}

.block1:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 150px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.block1.opener:after {
    opacity: 0;
}

.block2 {
    max-height: 310px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: max-height 700ms;
}

.block2.opener {
    max-height: 900px;
}

.block2:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 150px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.block2.opener:after {
    opacity: 0;
}

.block3 {
    max-height: 310px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: max-height 700ms;
}

.block3.opener {
    max-height: 600px;
}

.block3:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 150px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.block3.opener:after {
    opacity: 0;
}

.block4 {
    max-height: 310px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: max-height 700ms;
}

.block4.opener {
    max-height: 900px;
}

.block4:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 150px;
    bottom: 0;
    background: -moz-linear-gradient(top,
    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.block4.opener:after {
    opacity: 0;
}

.block5 {
    height: 640px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.block5.opener {
    height: auto;
}

.block5:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 150px;
    bottom: 0;

}

.block5.opener:after {
    opacity: 0;
}

.buttonn, .buttonn2, .buttonn3, .buttonn4, .buttonn1, .button {
    /* Style for "Ellipse 8" */
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 28px;
    font-size: 24px;
    bottom: -29px;
    color: #fff;

    background-image: linear-gradient(to left, #fab577 0%, #f7ca6a 50%, #fab677 100%);
    cursor: pointer;
}

.button {
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 28px;
    font-size: 24px;
    bottom: -29px;
    color: #fff;
    background-color: #218f35;
    background-image: linear-gradient(to left, #fab577 0%, #f7ca6a 50%, #fab677 100%);
    cursor: pointer;
    position: absolute;
    top: -15px;
}

.slides3 .owl-dots {
    position: relative;
    top: -60px !important;
    background: none;
}

.slides3 .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.slides3 .owl-dots .owl-dot.active span {
    border: 6px solid #fff;
    width: 13px;
    height: 13px;
    background-color: #218f35;
    background-image: none;
}

.slides3 .owl-nav button.owl-prev {
    position: absolute;
    left: -75px;
    top: 303px;
}

.slides3 .owl-nav button.owl-next {
    position: absolute;
    right: -75px;
    top: 303px;
}

.slides3 .owl-nav [class*='owl-'] {
    color: #fab677 !important;
    font-size: 45px !important;
    outline: none !important;
}

.slides3 .owl-nav [class*='owl-']:hover {
    background: none !important;
    color: #218f35 !important;
    outline: none !important;
}

.section-11 {
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 0 25px;
}

/* ------------------------ SECTION-12 ---------------------- */
.section-12 {
    background: #fff url(../img/sec12-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 0 80px;
}

.sec12-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.sec12-box {
    position: relative;
    margin-left: 120px;

}

.sec12-box:after {
    content: "";
    position: absolute;
    left: -72px;
    top: 37px;
    background: url(../img/sec12-rounded.png) no-repeat;
    width: 42px;
    height: 340px;
}

.sec12-box__text {
    padding-left: 155px;
    margin-bottom: 65px;
    padding-top: 47px;
    line-height: 26px;
    color: #000;
    position: relative;
}

.sec12-box__text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    height: 119px;
    width: 119px;
}

.sec12-box__text:before {
    content: "";
    left: 156px;
    top: 22px;
    position: absolute;
    /* Style for "Rectangle" */
    width: 20px;
    height: 3px;
    background-color: #f9b975;
}

.sec12-img1 {
    padding-top: 30px;
}

.sec12-img2 {
    padding-top: 30px;

}

.sec12-img1:after {
    background: url(../img/sec12-img1.png);
}

.sec12-img2:after {
    background: url(../img/sec12-img2.png);
}

.sec12-img3:after {
    background: url(../img/sec12-img3.png);
}

.sec12-img3:before {
    top: 39px;
}

.black-subtitle {
    margin-top: 40px;
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

/* ------------------------ SECTION-13 ---------------------- */
.section-13 {
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 90px;
}

.section-13-subtitle {
    text-align: center;
    margin-top: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.section13-flex {
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.section13-box {
    width: 270px;
    padding: 0 0 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #f6f5f5;
}

.section13-box:after {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    content: "1";
    /* Style for "Ellipse 1" */
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #ffffff;
    background-image: linear-gradient(to left, #fab577 0%, #f7ca6a 50%, #fab677 100%);
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.section13-after2:after {
    content: "2";
}

.section13-after3:after {
    content: "3";
}

.section13-after4:after {
    content: "4";
}

.section13-box__img {
    padding-top: 30px;
    background-color: #fff;
}

.section13-box__line1 {
    /* Style for "Rectangle" */
    width: 270px;
    height: 6px;
    background-color: #ff0000;
    position: relative;
    top: -3px;
}

.section13-box__line2 {
    /* Style for "Rectangle" */
    width: 270px;
    height: 6px;
    background-color: #f65914;
    position: relative;
    top: -3px;
}

.section13-box__line3 {
    /* Style for "Rectangle" */
    width: 270px;
    height: 6px;
    background-color: #f68914;
    position: relative;
    top: -3px;
}

.section13-box__line4 {
    /* Style for "Rectangle" */
    width: 270px;
    height: 6px;
    background-color: #f68914;
    background-image: linear-gradient(to left, #218f35 0%, #f7ca6a 100%);
    position: relative;
    top: -3px;
}

.section13-box__text {
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}

/* ------------------------ SECTION-14 ---------------------- */
.section-14 {
    padding: 80px 0 95px;
}

.section14-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 38px;
}

.section14-box {
    width: 330px;
}

.section14-box__text {
    padding-left: 85px;
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 5px;
}

.section14-box__text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/sec14-icon1.png) no-repeat;
    width: 48px;
    height: 60px;
}

.section14-box__img2:after {
    background: url(../img/sec14-icon2.png) no-repeat;
    width: 60px;
    height: 60px;
}

.section14-box__img3:after {
    background: url(../img/sec14-icon3.png) no-repeat;
    width: 60px;
    height: 52px;
}

/* ------------------------ SECTION-15 ---------------------- */

.section-15 {
    padding: 10px 0 0px;
    background: #fff url(../img/header-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}

.girl-fix {
    position: relative;
}

.head-girl1 {
    position: absolute;
    top: -90px;
    left: -341px;
}

/* ------------------------ SECTION-16 ---------------------- */
.section-16 {
    padding: 75px 0 55px;
}

.section16-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section16-box {
    width: 300px;
}

.section16-box__text, .section16-box__text a {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.text-correct1 {
    text-align: left;
    position: relative;
    padding-left: 86px;
}

.text-correct1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 49px;
}

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

.text-correct3 {
    text-align: right;
}

.ever-popup__inner {
    max-width: 100% !important;
}

.pop-up {
    padding-left: 10px;
    padding-right: 10px;
}

.pop-up__box {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(100, 100, 100, 0.7);
    box-sizing: border-box;
    border-radius: 8px;
    width: 755px;
    max-width: 100%;
    padding: 15px 15px;
}

.popup-title {
    text-align: center;
    font-size: 40px;
}

.popup-title h3 {
    margin: 0;
}

.popup-title h2 {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.pop-up__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.image-pack img {
    display: inline-block;
    max-width: 100%;
    max-height: 400px;
}

.pop-up__left {
    flex: 1;
    text-align: center;
    min-width: 250px;
}

.pop-up__right {
    width: 300px;
    padding-top: 10px;
}

.form-box1 {
}

.form-box1 > * {
    float: none !important;
    margin: 0 !important;
}

@media (max-width: 999px) {
    .pop-up__box {
        width: 460px;
    }

    .pop-up__content {
        justify-content: center;
    }

    .image-pack {
        padding-bottom: 20px;
    }

    .image-pack img {
        max-height: 291px;
        margin-top: 10px;
    }
}

.addptive_product {
    display: none;
    margin: 0 auto;
}

.line-break {
    display: none;
    width: 100%;
}



.div-doctor {
    max-width: 488px;
    position: absolute;
    bottom: -3px;
}

.section-7-doctor2 {
    position: relative;
    bottom: 0px;
}

.plusText {
    color: #666666;
    font-size: 17px;
    font-style: italic;
    line-height: 25px;
    display: block;
    position: absolute;
    left: 50.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -44px;
    width: 114px;
}

.plusText-none {
    display: none;
}

.sec8-border-none {
    border: none;
}

.new-footer-text {
    display: none;
}

@-moz-document url-prefix() {
    .section-7-doctor2 {
        position: relative;
        bottom: 0px;
    }
    .div-doctor {
        max-width: 488px;
        position: absolute;
        bottom: -2px;
    }
}

/*NEW BLOCK*/
.new-slider-block {
    height: 340px;
    width: 328px;
    margin: auto;
}

.new-slider-block img {
    width: 243px !important;
    margin: auto;
    display: block;
    height: auto;
    background-color: transparent;
}

.new-slider-container {
    width: 1500px;
}

.new-slider-container:before {
    height: 340px;
}

.new-slider-container:after {
    height: 340px;
}

.new-slider-block .slide-line {
    height: 190px;
    top: 90px;
}

.new-slides .owl-nav.disabled + .owl-dots {
    top: 30px;
    background: none;
    overflow: hidden;
    width: 152px;
    margin-left: -81px;
    display: block!important;
}
.new-slides.owl-carousel .owl-stage{
    margin-left: -25px;
}
.line-ab-section14{
    max-width: 1170px;
    height: 1px;
    margin: auto;
    display: block;
    background-color: #d3d1d1;
}
.add-block-head{
    padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .new-slider-container{
        width: 1170px;
    }
    .new-slides.owl-carousel .owl-stage{
        margin-left: 0;
    }
    .new-slider-block{
        width: 310px;
    }
}
@media screen and (max-width: 1170px) {
    .new-slider-block{
        width: 251px;
    }
    .new-slider-block img{
        width: 220px!important;
    }
}
@media screen and (max-width: 768px) {
    .new-slider-block{
        width: 225px;
    }
    .new-slider-block img{
        width: 198px!important;
    }
}
.fancybox-close-small svg{
   display: none;
}
.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small{
    background: url("../img/close-gallery.png") no-repeat center;
    right: 30px;
    top: 30px;
}
.fancybox-button svg{
    display: none;
}
.fancybox-navigation .fancybox-button--arrow_right{
    background: url("../img/arrow-g.svg")no-repeat center;
    right: 10px;
    padding: 25px 30px;
    background-color: white;
    border-radius: 4px;

}
.fancybox-navigation .fancybox-button--arrow_left{
    background: url("../img/arrow-g.svg") no-repeat center;
    transform: rotate(180deg);
    left: 10px;
    padding: 25px 30px;
    background-color: white;
    border-radius: 4px;
}
.fancybox-navigation .fancybox-button--arrow_right:hover{
    background: url("../img/arrow-o.svg")no-repeat center;
    padding: 25px 30px;
    background-color: white;
    border-radius: 4px;
}
.fancybox-navigation .fancybox-button--arrow_left:hover{
    background: url("../img/arrow-o.svg")no-repeat center;
    padding: 25px 30px;
    background-color: white;
    border-radius: 4px;
}
.new-slides .owl-nav.disabled{
    display: block;
    position: relative;
}
.new-slides .owl-nav button.owl-next{
    color: #fab677 !important;
    font-size: 45px !important;
    outline: none !important;
    position: absolute;
    right: 158px;
    top: -196px;
    z-index: 20;
}
.new-slides .owl-nav button.owl-next:hover{
    background: none !important;
    color: #218f35 !important;
    outline: none !important;
}
.new-slides .owl-nav button.owl-prev{
    color: #fab677 !important;
    font-size: 45px !important;
    outline: none !important;
    position: absolute;
    left: 158px;
    top: -196px;
    z-index: 20;
}
.new-slides .owl-nav button.owl-prev:hover{
    background: none !important;
    color: #218f35 !important;
    outline: none !important;
}
@media screen and (max-width: 1500px){
    .new-slides .owl-nav button.owl-next, .new-slides .owl-nav button.owl-prev{
        top: 153px;
    }
}

@media screen and (max-width: 1170px) {
    .new-slides:before, .new-slides:after{
        display: none;
    }
    .new-slides .owl-nav button.owl-next, .new-slides .owl-nav button.owl-prev{
        top: 113px;
    }
    .new-slides .owl-nav button.owl-prev{
        left: -70px;
    }
    .new-slides .owl-nav button.owl-next{
        right: -70px;
    }
}
@media screen and (max-width: 1230px) {
    .section14-flex{
        justify-content: space-around;
    }
}
@media screen and (max-width: 917px) {
    .fancybox-navigation .fancybox-button--arrow_right{
        right: 50px
    }
    .fancybox-navigation .fancybox-button--arrow_left{
        left: 50px;
    }
}
@media screen and (max-width: 530px) {
    .fancybox-navigation .fancybox-button--arrow_right{
        right: 10px
    }
    .fancybox-navigation .fancybox-button--arrow_left{
        left: 10px;
    }
    .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small{
        right: 10px;
        top: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .new-slides .owl-nav button.owl-prev{
        left: 0;
    }
    .new-slides .owl-nav button.owl-next{
        right: 0;
    }
}
@media screen and (max-width: 378px) {
    .new-slides .owl-nav button.owl-prev{
        position: static;
        margin-right: 48px;
    }
    .new-slides .owl-nav button.owl-next{
        position: static;
    }
    .owl-theme .owl-nav{
        margin-top: 0;
    }
}
.shadow-off{
    min-height: 0;
}
.fullCourse{
        margin-bottom: 15px;
    font-size: 14px;
    margin-top: 23px;
}
@media screen and (min-width: 1000px) {
    .section-5-box{
        padding-top: 55px;
    }
    .section-5-box_correct{
        padding-top: 55px;
    }
    .order-down {
	padding-top: 120px;
}
    .section-5-box__leftlist, .section-5-box__rightlist{
        min-height: 78px;
    }
}
.owl-theme .owl-dots .owl-dot{
    vertical-align: middle;
}
.free__title {
    font-size: 24px;
    text-transform: uppercase;
    /* margin-top: 10px; */
    font-weight: bold;
    text-align: center;
    color: #ffd700;
}
.free__wrap {
    color: #fff;
    text-align: center;
    width: 100%;
}
.free__date {
       background: linear-gradient(to right, rgba(252, 184, 125, 1) 0%, rgba(251, 182, 124, 1) 2%, rgba(251, 201, 121, 1) 31%, rgba(250, 208, 119, 1) 48%, rgba(251, 201, 121, 1) 69%, rgba(252, 183, 125, 1) 98%, rgba(251, 185, 124, 1) 100%);
    padding: 6px;
    margin: 5px auto;
    border-radius: 10px;
    text-transform: uppercase;
    max-width: 330px;
    color: #000;
}
.free__day {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 5px;
}
.free__when {
    font-weight: bold;
    font-size: 22px;
}
.free__give {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
.free__main {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    color: #fff;
}
.free__for {
    text-transform: none;
}

.screenLock{position:fixed;width:100%;background:rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;top:0px;left:0px;z-index:9999999999;display:none;}
.screenLock2{z-index:9999999998;}
.msg{position:absolute;width:600px; padding-bottom:40px; top:100px;left:50%;margin-left:-300px;background:#ffffff;}
.msg > h1{ font-family: Arial, Helvetica, sans-serif; font-weight:normal !important; color:#333333; line-height:1.2;text-align:center;font-size:23px;margin-bottom:20px;margin-top:45px;padding:0 10px 0; }
.close{font-family: Arial, Helvetica, sans-serif; position:absolute;top:1px;right:5px;line-height:1.2;font-size:40px;cursor:pointer;color:#d61400;}
.submit{margin-top:10px;height:65px;width:400px;background-color:firebrick;color:rgb(255, 255, 255);font-size:28px;border-radius:3px;cursor:pointer;}
.submit:hover{background-color:firebrick!important;}

.section8-pack-img {
    margin-top: 110px;
}

.pr2 {
	max-width: 100%;
	height: 175px;
	margin-top: 120px;
}

@media only screen and (max-width:1000px) {
	.pr2 {
	max-width: 250px;
	height: 169px !important;
	margin-top: 70px;
	width: 100% !important;
	margin-top: 110px !important;
}
}


@media screen and (max-width: 590px) {
.msg{ width: 100%; top: 0px; left: 0px;  margin-left: 0px;}

 .order-down {
	padding-top: 20px;
}

.section8-pack-img {
    margin-top: 20px!important;
}

.pr2 {
	margin-top: 0!important;
}
 }
 
.blockInputForm {
	margin:0 auto 15px;
	width:260px;
}
 
.blockInputForm input {
	width:230px;
	padding:0 15px 0;
	height:50px;
	border:none;
	outline:none;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #000;
}

.footer__btn {
	background: #319934;
	border: medium none;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 20px;
	height: 60px;
	border-radius:60px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 260px;
	cursor: pointer;
    box-shadow: none!important;
}

.footer__btn:hover {
    background: #319934!important;
}

/*стили нового камбекера начало*/
body:after {
	content:
        url('../img/new-comebacker-close.png?v=11');
    display:none;
}

.new-comebacker-overlay {
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	z-index:99999;
	position:fixed;
	overflow-y:auto;
	background:rgba(0, 0, 0, 0.7);
}

.new-comebacker-to-middle {
	width:100%;
	height:100%;
	display:table;
}

.new-comebacker-wrapp {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.new-comebacker-content {
	width:600px;
	margin:auto;
	text-align:center;
	position:relative;
	border-radius:5px;
	background:#ffffff;
	padding:20px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-comebacker-close {
    top:-5px;
    z-index:6;
    right:-5px;
    width:28px;
    height:28px;
    cursor:pointer;
    position:absolute;
    border-radius:50%;
    background-color:firebrick;
    background-image:url("../img/new-comebacker-close.png?v=11");
    background-size:16px 16px;
    background-repeat:no-repeat;
    background-position:center center;
}

.new-comebacker-wrapp strong {
	display:block;
	font-size:22px;
	line-height:1.3;
	font-weight:normal;
}

.new-comebacker-wrapp strong span {
	display:inline-block;
	text-decoration:underline;
}

.new-comebacker-wrapp .new-comebacker-btn {
	height:60px;
	width:280px;
	display:block;
	color:#ffffff;
	font-size:22px;
	line-height:57px;
	border-radius:5px;
	margin:20px auto 0;
	background:firebrick;
	text-decoration:none;
	text-transform:uppercase;
    box-shadow: none!important;
}

@media screen and (max-width: 660px) {
	.new-comebacker-content {
		width:auto;
		margin-left:10px;
		margin-right:10px;
		padding:20px 10px 20px;
	}
	
	.new-comebacker-wrapp strong { font-size:18px; }
}
/*стили нового камбекера конец*/