/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 3 version
*/

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


/*   reset   */
html {
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea, header, nav, section, article, aside, footer, blockquote, figure {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

header, nav, section, article, aside, footer {
    display: block
}

select, input, textarea {
    font: inherit;
    color: inherit;
    vertical-align: middle;
}

textarea {
    vertical-align: top;
    resize: none;
}

:focus {
    outline: none;
}

input[type=submit], button {
    cursor: pointer;
}

img, fieldset {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

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

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* ------------ end  reset  ----------------- */

body {
    font: 400 18px/1.23 'Calibri', sans-serif;
/*     height: 100%; */
    color: #171717;
    background-color: #ffffff;
}

body.modal_open {
    overflow: hidden;
    height: 100%;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.backdrop {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, .4);
}

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

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Calibri', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 16px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.btn_main {
    background: #F57D28;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.btn_stroke {
    color: #F57D28;
    background-color: #ffffff;
    border-color: #F57D28;
}

.btn__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -o-linear-gradient(359.81deg, #50AA32 0%, #0F6C33 100%);
    background: linear-gradient(90.19deg, #50AA32 0%, #0F6C33 100%);
    -webkit-box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    border-radius: 0 0 20px 20px;
    padding: 13px 22px 13px 30px;
    color: #FFFFFF;
}

.header__nav {
    position: relative;
    padding-right: 57px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__lang {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    width: 57px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
}

.header__lang li.lang_active {
    display: none !important;
}

.header__logo {
    display: inline-block;
    max-width: 152px;
    margin-right: auto;
}

.btn_buy {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: 21px;
    padding: 11px 16px 12px;
}

.header__logo img {
    width: 100%;
    height: auto;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu li {
    margin: 0 10px;
}

.menu a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu a:hover,
.menu a:focus {
    -webkit-text-stroke-width: .5px;
}

.btn-burger {
    display: none;
}

/*-----   end header ------------*/

.section {
    padding-bottom: 100px;
}

.section__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #116E34;
    text-align: center;
}

.section__sub-title {
    max-width: 750px;
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 1.23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #116E34;
}

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

.card {
    background-color: #FFFFFF;
}

.card__icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.card__text {
    font-size: 22px;
    line-height: 1.23;
    text-align: center;
    color: #171717;
}

/*-------------section-banner---------*/
.section-banner {
    padding-top: 100px;
    padding-bottom: 27px;
}

.section-banner .container {
    position: relative;
    padding-bottom: 60px;
}

.section-banner__bg {
    position: relative;
    min-height: 531px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 65px;
    border-radius: 20px;
    -webkit-box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
}

.section-banner__bg:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -o-linear-gradient(0.19deg, rgba(17, 110, 51, 0.25) 44.84%, rgba(17, 110, 51, 0) 65.85%);
    background: linear-gradient(89.81deg, rgba(17, 110, 51, 0.25) 44.84%, rgba(17, 110, 51, 0) 65.85%);
    border-radius: 20px 0 0 20px;
    z-index: 1;
}

.section-banner__img {
    position: absolute;
    max-width: 601px;
    bottom: 0;
    left: -4.5%;
    z-index: 1;
}

.section-banner__title {
    position: relative;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0 3.5px 18px rgba(0, 0, 0, 0.25);
    padding-left: 20%;
    margin-bottom: 10px;
    width: 100%;
    z-index: 1;
}

.section-banner__slogan strong,
.section-banner__title strong {
    font-weight: 700;
}

.section-banner__slogan {
    width: 71%;
    padding-left: 35%;
    padding-right: 84px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: -16px;
    position: relative;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.125;
    background: -webkit-gradient(linear, left top, right top, from(#379A2D), to(rgba(55, 154, 45, 0)));
    background: -o-linear-gradient(left, #379A2D 0%, rgba(55, 154, 45, 0) 100%);
    background: linear-gradient(90deg, #379A2D 0%, rgba(55, 154, 45, 0) 100%);
    color: #FFFFFF;
    z-index: 1;
}

.section-banner__slogan .color-lime {
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #DBEE08;
}

/* --------- section-about-----------------*/

.section-about .section__title {
    margin-bottom: 60px;
}

.section-about .card-list {
    margin: 0 -15px;
}

.card_about {
    width: 30%;
    max-width: 316px;
    padding: 15px;
}

.card-list__decor {
    position: relative;
    width: 35px;
}

.card-list__decor:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/themes/blankslate/assets/images/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 35px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card__icon_about {
    height: 100px;
    margin-bottom: 25px;
}

/*--------- section-interaction ------------------*/

.section-interaction .section__title {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 60px;
}

.section-interaction__bg {
    position: relative;
    background-image: -o-linear-gradient(359.81deg, #50AA32 0%, #0F6C33 100%);
    background-image: linear-gradient(90.19deg, #50AA32 0%, #0F6C33 100%);
    -webkit-box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    border-radius: 20px;
    padding: 100px 35px;
    z-index: 0;
}

.section-interaction__bg:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/themes/blankslate/assets/images/bg-sect-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    mix-blend-mode: multiply;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.section-interaction .card-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-interaction .card {
    position: relative;
    max-width: 317px;
    width: 28%;
    margin: 0 30px 37px;
    padding: 58px 15px 168px;
    counter-increment: inst;
    -webkit-box-shadow: 0 25px 50px rgba(16, 24, 43, 0.25);
    box-shadow: 0 25px 50px rgba(16, 24, 43, 0.25);
    background: -webkit-radial-gradient(50% 100%, circle, rgba(255, 255, 255, 0) 47.5px, #ffffff 48px);
}

.section-interaction .card:after,
.section-interaction .card:before {
    position: absolute;
    left: 50%;
    background: #80C41C;
}

.section-interaction .card:after {
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100px;
    top: 0;
    width: 141px;
    height: 4px;
}

.section-interaction .card:before {
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    content: counter(inst);
    border: 2px solid #A0DA4A;
    -webkit-box-shadow: 0 0 25px rgba(176, 242, 78, 0.5), 0 25px 50px -12px rgba(16, 24, 43, 0.25);
    box-shadow: 0 0 25px rgba(176, 242, 78, 0.5), 0 25px 50px -12px rgba(16, 24, 43, 0.25);
    font-family: 'Calibri', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    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;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.section-interaction .card__text {
    font-weight: 700;
}

.section-interaction .card__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.section-interaction .card__description {
    display: none;
}

/*---------- section-composition ------------------------*/

.section-composition .section__title {
    margin-bottom: 16px;
}

.card_composition {
    position: relative;
    width: 30%;
    padding: 0 6px 21px;
    cursor: pointer;
}

.card_composition:hover .txt-hidden {
    display: block;
}

.card_composition .card__icon {
    width: 100%;
    padding-top: 50%;
    margin-bottom: 16px;
    background-size: cover;
}

.card-list_composition {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card__text_composition {
    font-size: 18px;
    line-height: 1.22;
    padding: 7px 16px;
    width: 207px;
    background: #FAFDF6;
    border: 1px solid #C0D9C5;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 207px;
    min-height: 60px;
}

/*------------------ section-video ------------------------*/

.section-video .inner-container {
    position: relative;
    padding: 56px 47px 52px;
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
}

.section-video .inner-container:before,
.section-video .inner-container:after {
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

.section-video .inner-container:before {
    width: 126px;
    height: 136px;
    background-image: url(/wp-content/themes/blankslate/assets/images/ic-sect-video-2.svg);
    left: 0;
    bottom: 0;
}

.section-video .inner-container:after {
    width: 90px;
    height: 103px;
    background-image: url(/wp-content/themes/blankslate/assets/images/ic-sect-video-1.svg);
    top: 4px;
    right: 2px;
}

.video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(/wp-content/themes/blankslate/assets/images/bg-video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 56px 0;
    -webkit-box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
}

.video:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -o-linear-gradient(358deg, #4DA733 0%, #116E34 100%);
    background: linear-gradient(92deg, #4DA733 0%, #116E34 100%);
    mix-blend-mode: multiply;
    border: 2px solid #80C41C;
    border-radius: 20px;
    z-index: 1;
}

.video__link-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.video__link-wrap .txt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.play_btn {
    width: 67px;
    height: 67px;
    display: inline-block;
    background-image: url(/wp-content/themes/blankslate/assets/images/triangle.svg);
    background-repeat: no-repeat;
    background-size: 26px 23px;
    background-position: 56% center;
    background-color: #FFFFFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    box-shadow: 0 20px 50px -12px rgba(17, 111, 51, 0.25);
    margin-right: 16px;
}

/* ----------------- section use ---------------------------*/

.section-use .section__title {
    margin-bottom: 50px;
}

.section-use .card-list {
    overflow: hidden;
    margin: 0 -6px;
}

.section-use .card-list__item {
    width: 33.3%;
    padding: 0 6px;
}

.card-list__item .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.section-use .btn__icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.card-use {
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 6px -4px rgba(16, 24, 43, 0.1), 0 10px 15px -3px rgba(16, 24, 43, 0.1);
    box-shadow: 0 4px 6px -4px rgba(16, 24, 43, 0.1), 0 10px 15px -3px rgba(16, 24, 43, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.22;
}

.card-use__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 58px;
    font-size: 12px;
    line-height: 1.25;
    color: #116E34;
    padding-top: 13px;
}

.card-use__txt {
    min-height: 44px;
}

.rule-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding-right: 6px;
}

.rule-use:last-of-type {
    padding-right: 0;
}

.rule-use__txt {
    padding-left: 8px;
}

.rule-use__img {
    width: 24px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rule-use__img img {
    width: 100%;
}

.card_composition .txt-hidden,
.txt-hidden {
    display: none;
    position: absolute;
    background: white;
    bottom: 100px;
    right: 20px;
    width: 90%;
    padding: 20px;
    -webkit-box-shadow: 0 4px 6px 7px rgba(16, 24, 43, 0.03), 0 10px 15px 3px rgba(16, 24, 43, 0.05);
    box-shadow: 0 4px 6px 7px rgba(16, 24, 43, 0.03), 0 10px 15px 3px rgba(16, 24, 43, 0.05);
    overflow: auto;
    border-radius: 5px;
    font-size: 14px;
    z-index: 2;
}

.card-use__thumb {
    max-width: 250px;
    height: 260px;
    margin: 0 auto 20px;
}

.card-use__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-use__title {
    font-family: 'Calibri', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    color: #116E34;
}

.card-use__body {
    padding-bottom: 16px;
    border-bottom: 1px solid #C0D9C5;
}

.popover-link {
    text-decoration: underline;
    cursor: pointer;
}

/*------------- section specialists ---------------------------*/

.section-specialists .container {

}

.section-specialists__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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 629px;
    padding: 60px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 25px 50px -12px rgba(61, 163, 45, 0.25);
    box-shadow: 0 25px 50px -12px rgba(61, 163, 45, 0.25);
    border-radius: 20px;
}

.section-specialists .section__title {
    max-width: 559px;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.section-specialists .section__sub-title {
    text-align: left;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    line-height: 1.22;
    color: #171717;
    margin-bottom: 30px;
    margin-left: 0;
}

.section-specialists .btn_main {
    min-width: 266px;
    margin-top: auto;
}

/* ------------------ popup ---------------------*/

.popup {
    position: fixed;
    height: 622px;
    max-height: 100%;
    overflow: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #fff;
    max-width: 1055px;
    width: 100%;
    padding: 60px;
    font-family: 'Calibri', sans-serif;
    color: #171717;
    line-height: 1.4;
    font-size: 22px;
    display: none;
    z-index: 1500
}

.popup p {
    margin-bottom: 10px;
}

.popup p:last-child {
    margin-bottom: 0
}

.popup__header {
    position: relative;
    padding-bottom: 24px
}

.popup .section__title {
    text-transform: none;
    text-align: left;
    color: #171717;
    margin-bottom: 0
}

.popup__body {
    padding: 0 15px 40px 0;
}

.popup-spec .popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup .btn {
    border-color: #F57D28;
    margin-right: 20px;
    max-width: 380px;
    width: 45%;
}

.popup .btn:last-child {
    margin-right: 0;
}

.popup .btn_close {
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: none;
    right: -20px;
    top: -40px;
    background-color: #F57D28;
    border-radius: 50%;
    background-image: url(/wp-content/themes/blankslate/assets/images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

.popup .btn_close svg {
    display: block;
    width: 100%;
    height: auto
}

.popup .wrap-popup-content {
    height: 316px;
    overflow-y: auto;
}

.popup__footer {
    padding-top: 50px;
}

.article-popup__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 43px;
}

.popup-spec .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-spec .wrap-popup-content {
    height: 398px;
}

.simplebar-track.simplebar-horizontal {
    height: 7px;
}

.simplebar-track.simplebar-vertical {
    width: 7px;
    background-color: #EFFAED;
}

.simplebar-scrollbar:before {
    background: #46A938 !important;
}

/*------------ footer -----------------------*/
.footer {
    font-family: 'Calibri', sans-serif;
}

.footer_top {
    padding: 100px 0 30px;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    color: #171717;
    opacity: 0.5;
}

.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -o-linear-gradient(359.81deg, #50AA32 0%, #0F6C33 100%);
    background-image: linear-gradient(90.19deg, #50AA32 0%, #0F6C33 100%);
    border-radius: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.12;
    padding: 30px;
}

.footer__logo {
    max-width: 183px;
}

.footer__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 755px;
    width: 85%;
}

.footer__item {
    position: relative;
    width: 50%;
    padding-left: 50px;
}

.footer__text {
    width: 100%;
    padding-top: 30px;
    opacity: .5;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.footer__item:first-child {
    padding-right: 50px;
    padding-left: 0;
}

.footer__item:first-child:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);;
}

.contact-item__name {
    width: 57px;
    text-align: right;
    padding-right: 10px;
}

.disclaimer {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12vh;
    z-index: 500;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.3);
}

.disclaimer.stop-scroll {
    position: static;
}

.disclaimer .container {
    height: 100%;
}

.disclaimer__img_mob {
    display: none;
}

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


/*--------------- page 404 ------------------*/
.content-area {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 0 100px;
    justify-content: center;
}

.not-found .page_title {
    font-size: 20px;
    color: #171717;
}

.error-404 .page-header {
    padding-bottom: 30px;
}

.error-404 .text-big {
    font-size: 240px;
    text-align: center;
    color: #3ca42ef2;
    font-weight: 600;
    line-height: 1;
}

.link-to-home {
    display: inline-block;
    color: #F57D28;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.error404{
	height: 100%;
}
.error404 .disclaimer,
.error404 .footer_top {
    display: none;
}
/*----------------- responsive -------------------*/
@media only screen and (max-width: 1280px) {

    .container {
        max-width: 992px;
    }

    .btn-burger {
        position: relative;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 35px;
        height: 22px;
        background-color: transparent;
        border: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .btn-burger .line {
        width: 100%;
        height: 2px;
        background-color: #ffffff;

    }

    .header__inner {
        position: relative;
    }

    .header__nav {
        display: none;
        position: absolute;
        padding-right: 0;
        left: 20px;
        right: 20px;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #56af31;
        padding-bottom: 40px;
    }

    .menu {
        padding: 20px 20px 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .header__lang {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto;
    }

    .section-banner {
        padding-bottom: 50px;
    }

    .section-banner__img {
        max-width: 565px;
        bottom: -15px;
        left: -90px;
    }

    .section-banner__title {
        font-size: 62px;
    }

    .section-banner__slogan {
        width: 100%;
        padding-right: 20px;
    }

    .section-use .card-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-use .card-list__item {
        width: 50%;
        max-width: 410px;
        margin-bottom: 35px;
    }

    .card_about {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card__icon_about {
        height: 80px;
    }

    .section-about .card__text {
        font-size: 20px;
    }

    .card-list__decor {
        width: 25px;
    }

    .card-list__decor:before {
        width: 25px;
        height: 25px;
    }

    .section-video .inner-container {
        width: 100%;
    }

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

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__right-part {
        width: 100%;
        max-width: 100%;
    }

    .section-interaction__bg {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .section-interaction .card {
        width: 100%;
        margin-bottom: 67px;
    }
}

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

    .section-banner__title {
        padding-left: 30px;
        margin-bottom: 16px;
    }

    .section-banner__slogan {
        padding-left: 170px;
        margin-left: -8px;
    }

    .section-banner__img {
        max-width: 490px;
        left: -80px;
    }

    .section-specialists__bg {
        padding: 50px 30px
    }

    .section-use .card-list__item {
        width: 100%;
        max-width: 460px;
    }

    .section-specialists__bg {
        min-height: 498px;
    }

    .card_composition {
        width: 50%;
    }

    .section-interaction .card {
        margin: 0 10px 67px;
    }
}

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

    .header .container {
        padding: 0;
    }
    .error-404 .text-big {
        font-size: 170px;
    }
    .section-banner__bg {
        padding-top: 30px;
        min-height: 360px;
    }

    .section-banner__title {
        padding: 0 28px;
        font-size: 41px;
    }

    .section-banner__slogan {
        font-size: 21px;
        padding: 10px 14px 10px 112px;
    }

    .section-banner__img {
        max-width: 323px;
        bottom: 25px;
        left: -65px;
    }

    .popup {
        padding: 60px 24px;
    }

    .popup-spec .popup__body {
        display: block;
    }

    .popup .section__title {
        font-size: 22px
    }

    .popup .btn_close {
        width: 35px;
        height: 35px;
        background-size: 13px 13px;
        right: -13px;
    }

    .article-popup__img {
        padding-bottom: 20px;
    }

    .footer__item {
        padding-right: 10px;
    }

    .footer__item:nth-child(n) {
        padding: 0 10px 0 0;
    }

    .footer__item:first-child:after {
        display: none;
    }

    .section__title {
        font-size: 26px;
    }

    .card-list__decor {
        display: none;
    }

    .card_about {
        width: 50%;
    }

    .card-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-specialists__bg {
        min-height: 400px;
    }

    .disclaimer__img_mob {
        display: block !important;
    }

    .disclaimer__img_desk {
        display: none !important;
    }
}

@media only screen and (max-width: 580px) {
    .container {
        max-width: 100%;
    }

    .section-banner__slogan {
        padding-left: 98px;
    }

    .section-banner__bg {
        background-position: 0 center;
    }

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

    .footer__item {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer__text {
        padding-top: 10px;
    }

    .contact-item__name {
        text-align: left;
    }

    .card-use__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rule-use {
        width: 50%;
        padding-right: 6px;
        margin-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rule-use__txt {
        padding-left: 12px;
    }

    .rule-use br {
        display: none;
    }

    .rule-use:last-of-type {
        width: 100%;
    }

    .section-video .inner-container {
        padding-left: 0;
        padding-right: 0;
    }

    .card_composition {
        width: 100%;
        max-width: 348px;
    }

    .section-video .inner-container:after,
    .section-video .inner-container:before {
        width: 70px;
    }

    .section-specialists .section__title {
        max-width: 426px;
    }

    .popup {
        height: 593px;
    }

    .popup__footer {
        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
    }

    .popup .btn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .popup .btn:last-child {
        margin-bottom: 0
    }

    .alert-popup .wrap-popup-content {
        height: 240px;
    }

    .mob-hide-text {
        display: none;
    }

    .btn_buy {
        padding: 9px 10px;
    }

    .btn_buy > .btn__icon {
        margin-right: 0;
    }

    .header__inner {
        padding: 14px 20px;
    }

    .header__logo {
        max-width: 142px;
    }
}

@media only screen and (max-width: 360px) {
    .section-banner__img {
        max-width: 285px;
        left: -50px;
    }

    .section-banner__title {
        font-size: 30px;
    }

    .section-banner__slogan {
        padding-left: 95px;
    }

    .card-list__item .btn {
        font-size: 15px;
    }

    .section-interaction__bg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-specialists__bg {
        padding: 50px 10px;
    }

    .section-specialists .btn_main {
        min-width: 0;
    }

    .section-about .card__text {
        font-size: 17px;
    }

    .section-interaction .card {
        padding: 58px 15px 96px;
    }
}