


.animate-line {
    position: relative
}

.animate-line:after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #34302a;
    -webkit-transition: width 0.5s cubic-bezier(1, 0.01, 0.76, 0.84);
    -moz-transition: width 0.5s cubic-bezier(1, 0.01, 0.76, 0.84);
    transition: width 0.5s cubic-bezier(1, 0.01, 0.76, 0.84)
}

.animate-line.scroll-active:after {
    width: 65px
}

.title-site {
    position: relative;
    font-family: 'Futuris';
    font-size: 28px;
    color: #34302a;
    line-height: 35px;
    max-width: 390px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 20px 0
}

.warm-popup {
    width: auto;
    background: #fff;
    padding: 20px;
}

.s_header__wrap-warm {
    display: none;
}

.warm-popup {
    display: none;
}

.fw-popup li:last-child a{
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fw-popup li:last-child a:hover{
    font-size: 16px!important;
    font-weight: 500!important;
    color: #107712!important;;

}

.fw-popup li {
    margin-right: 0!important;
}

.warm-hover-popup:hover .warm-popup  {
    display: block;
    position: absolute;
    top: 60%;
    z-index: 101;
    width: 230px;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
}

@media all and (max-width: 1199px) {
    .title-site {
        font-size: 24px;
        padding: 25px 0 15px;
        line-height: 30px
    }
}

@media all and (max-width: 999px) {
    .title-site {
        line-height: 22px;
        font-size: 20px
    }
}

.typography {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.typography p {
    padding-bottom: 20px
}

.typography p:last-child {
    padding-bottom: 0
}

.typography img {
    margin: 20px auto;
    max-width: 100%
}

.site_burger {
    display: none;
    border: none;
    background: transparent;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0.3s;
    -moz-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s
}

.site_burger i {
    display: block;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    -webkit-transform: rotate(45deg) translateX(50%);
    -moz-transform: rotate(45deg) translateX(50%);
    -ms-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%)
}

.site_burger i::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 1px;
    height: 15px;
    background: #515151;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.site_burger i::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    width: 1px;
    height: 15px;
    background: #515151;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s
}

.site_burger--open {
    color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.site_burger--open i::after {
    left: 0;
    -webkit-transition: all 0.2s ease 0.3s;
    -moz-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s
}

.site_burger--open i::before {
    top: 0;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s
}

@media all and (max-width: 768px) {
    .site_burger {
        display: block
    }
}

.site-button {
    background: #107712;
    border-radius: 3px;
    max-width: 142px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: none;
    color:#fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.site-button:hover {
    background-color: #107712
}

.site-button--white {
    background-color: transparent;
    color: #107712;
    border: 1px solid #107712
}

.site-button--white:hover {
    background-color: #107712;
    color: #fff
}

.slider-nav {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider-nav .slick-dots .slick-active button {
    font-weight: bold;
    color: #000
}

.slider-nav .slick-dots li button:hover {
    font-weight: bold;
    color: #000
}

.slider-nav .slick-dots button {
    margin: 0 auto;
    max-width: none;
    display: block;
    font-size: 14px;
    color: #bababa;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.slider-nav .slick-dots button:before {
    content: '0'
}

@media all and (max-width: 1199px) {
    .slider-nav .slick-dots button {
        margin-bottom: 35px;
        font-size: 12px
    }
}

.slider-nav button {
    display: block;
    border: none;
    background: transparent;
    cursor: pointer;
    max-width: 33px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .slider-nav button {
        max-width: 22px
    }
}

.slider-nav button svg {
    max-width: 33px;
    width: 100%;
    height: auto
}

@media all and (max-width: 1199px) {
    .slider-nav button svg {
        max-width: 22px
    }
}

.slider-nav button path {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.slider-nav button:hover path {
    stroke: #949393
}

.slick-slider * {
    outline: none
}

.red-text {
    color: #107712;
    font-family: inherit;
    font-size: inherit
}

@media all and (max-width: 999px) {
    .site-content {
        padding-top: 70px
    }
}

.container-fluid {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto
}

.container {
    max-width: 1230px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

@media all and (max-width: 999px) {
    .container {
        padding: 0 25px
    }
}

@media all and (max-width: 767px) {
    .container {
        padding: 0 20px
    }
}

@media all and (max-width: 639px) {
    .container {
        padding: 0 16px
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-family: 'Roboto'
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1em;
    margin: 0
}

h2, h1.title {
    font-size: 36px
}

@media all and (max-width: 1359px) {
    h2, h1.title {
        font-size: 32px
    }
}

@media all and (max-width: 1199px) {
    h2, h1.title {
        font-size: 28px
    }
}

@media all and (max-width: 999px) {
    h2, h1.title {
        font-size: 24px
    }
}

@media all and (max-width: 767px) {
    h2, h1.title {
        font-size: 24px
    }
}

h3 {
    font-size: 30px
}

@media all and (max-width: 1599px) {
    h3 {
        font-size: 32px
    }
}

@media all and (max-width: 1199px) {
    h3 {
        font-size: 28px
    }
}

@media all and (max-width: 999px) {
    h3 {
        font-size: 18px
    }
}

h4 {
    font-size: 24px
}

@media all and (max-width: 1599px) {
    h4 {
        font-size: 21px
    }
}

@media all and (max-width: 1199px) {
    h4 {
        font-size: 20px
    }
}

@media all and (max-width: 767px) {
    h4 {
        font-size: 18px
    }
}

h5 {
    font-size: 20px
}

@media all and (max-width: 1599px) {
    h5 {
        font-size: 18px
    }
}

@media all and (max-width: 1199px) {
    h5 {
        font-size: 15px
    }
}

@media all and (max-width: 767px) {
    h5 {
        font-size: 18px
    }
}

h6 {
    font-size: 16px
}

p, span, li {
    font-family: 'Open Sans', sans-serif;
}

p, span, li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media all and (max-width: 999px) {
    p, span, li {
        font-size: 14px
    }
}

button, a {
    outline: none
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

ul, ol {
    list-style: none
}

i, em {
    font-family: inherit
}

.body-overflow {
    overflow: hidden
}

.fw {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.js-loupe {
    cursor: pointer
}

label.error {
    position: absolute;
    top: 100%;
    right: 0;
    color: #ed3713;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    font-size: 12px
}

div.text-danger {
    position: absolute;
    top: 100%;
    right: 0;
    color: #ed3713;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    font-size: 12px
}

.two-lines {
    position: relative
}

.two-lines::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    background: #000407;
    left: 0;
    top: 0;
    -webkit-transition: width 0.8s cubic-bezier(1, 0.01, 0.76, 0.84);
    -moz-transition: width 0.8s cubic-bezier(1, 0.01, 0.76, 0.84);
    transition: width 0.8s cubic-bezier(1, 0.01, 0.76, 0.84)
}

.two-lines::after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    background: #000407;
    right: 0;
    bottom: 0;
    -webkit-transition: width 0.8s cubic-bezier(1, 0.01, 0.76, 0.84);
    -moz-transition: width 0.8s cubic-bezier(1, 0.01, 0.76, 0.84);
    transition: width 0.8s cubic-bezier(1, 0.01, 0.76, 0.84)
}

.two-lines.scroll-active::before {
    width: 130px;
    height: 1px
}

.two-lines.scroll-active::after {
    width: 130px;
    height: 1px
}

p.articul {
    margin-bottom: 10px;
    color: #107712;
    padding: 0 15px
}

section.js-popup-finish {
    z-index: 200
}

section.js-popup-finish .s_popup--thank_text {
    margin-bottom: 0;
    text-align: center
}

.s-list-container {
    max-width: 1206px;
    margin: 0 auto;
    position: relative;
    padding: 0px 20px
}

.cube {
    margin-left: 15px;
    margin-bottom: 10px
}

.cube_line {
    background: -webkit-gradient(linear, left top, right top, from(#d9d8d9), color-stop(0%, #d9d8d9), color-stop(0%, #d9d8d9), color-stop(44%, #d9d8d9), to(rgba(217, 216, 217, 0.2)));
    background: -webkit-linear-gradient(left, #d9d8d9 0%, #d9d8d9 0%, #d9d8d9 0%, #d9d8d9 44%, rgba(217, 216, 217, 0.2) 100%);
    background: -moz-linear-gradient(left, #d9d8d9 0%, #d9d8d9 0%, #d9d8d9 0%, #d9d8d9 44%, rgba(217, 216, 217, 0.2) 100%);
    background: linear-gradient(to right, #d9d8d9 0%, #d9d8d9 0%, #d9d8d9 0%, #d9d8d9 44%, rgba(217, 216, 217, 0.2) 100%);
    width: 0px;
    height: 0px;
    position: relative;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.cube_line::before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #d9d8d9;
    width: 12px;
    height: 12px;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.cube_line.scroll-active {
    width: 250px;
    height: 1px
}

.s_about-cube_line.scroll-active {
    width: 250px;
    height: 1px
}

.line-right, .line-left {
    position: relative
}

.line-right::before, .line-left::before {
    position: absolute;
    content: "";
    display: block;
    background: #000407
}

.line-right::before {
    right: -110px
}

.line-right.scroll-active::before {
    width: 56px;
    height: 1px
}

.line-left::before {
    top: 10px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: -100px
}

.line-left.scroll-active::before {
    width: 56px;
    height: 1px
}

.price-select-options {
    height: 120px;
    overflow-y: auto
}

@media screen and (max-width: 1199px) {
    .s_about-cube_line.scroll-active {
        width: 170px;
        height: 1px
    }
}

@media screen and (max-width: 999px) {
    .s-list-container {
        padding: 0px
    }

    .two-lines.scroll-active::before {
        width: 48px;
        height: 1px
    }

    .two-lines.scroll-active::after {
        width: 48px;
        height: 1px
    }
}

.nav-btn-up {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 40px;
    height: 30px;
    display: none;
    opacity: 0.3;
    background: url(https://img/nav-up.html) no-repeat center center;
    background-size: cover;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    z-index: 27
}

.nav-btn-up:hover {
    opacity: 0.8
}

.nav-btn-up-arrow {
    border: 13px solid transparent;
    border-bottom: 13px solid #e4e4e2;
    position: absolute;
    left: 50%;
    top: 29%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-doctor {
    max-width: 800px
}

@media screen and (max-width: 999px) {
    .nav-btn-up {
        right: 13px
    }
}

@media screen and (max-width: 639px) {
    .container {
        padding: 0 10px
    }

    .two-lines.scroll-active::before {
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .two-lines.scroll-active::after {
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .line-left::before {
        left: 0
    }

    .line-right::before {
        right: 0
    }

    .cube_line::before {
        width: 8px;
        height: 8px;
        left: -12px
    }
}

@media screen and (max-width: 479px) {
    .nav-btn-up {
        width: 30px;
        height: 30px;
        right: 4px
    }
}

.btn-next {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    max-width: 150px;
    width: 100%;
    margin: 0 auto
}

.btn-next_text {
    font-size: 9px;
    color: #34302a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn-next_text--max {
    font-size: 12px;
    text-transform: none
}

.btn-next_arrow {
    height: auto
}

.btn-next_arrow--first {
    -webkit-animation: arrow-move-first 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    -moz-animation: arrow-move-first 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    animation: arrow-move-first 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite
}

.btn-next_arrow--second {
    -webkit-animation: arrow-move-second 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    -moz-animation: arrow-move-second 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    animation: arrow-move-second 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    margin-top: -10px
}

.btn-next_arrow-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-next:hover .btn-next_text {
    letter-spacing: 0.16em;
    color: #6a5a57
}

@-webkit-keyframes arrow-move-second {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes arrow-move-second {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(60%);
        transform: translateY(60%)
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow-move-second {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(60%);
        -moz-transform: translateY(60%);
        transform: translateY(60%)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes arrow-move-first {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(35%);
        transform: translateY(35%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes arrow-move-first {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -moz-transform: translateY(35%);
        transform: translateY(35%)
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow-move-first {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(35%);
        -moz-transform: translateY(35%);
        transform: translateY(35%)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.light-input {
    height: 40px;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #efefef;
    color: #34302a;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 13px;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.light-input:focus {
    background-color: #fafafa;
    border-color: #fafafa
}

.light-input::-webkit-input-placeholder {
    color: #bababa
}

.light-input:-moz-placeholder {
    color: #bababa
}

.light-input::-moz-placeholder {
    color: #bababa
}

.light-input:-ms-input-placeholder {
    color: #bababa
}

.site-anim_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@-webkit-keyframes animate-bg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes animate-bg {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animate-bg {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.play-video_btn {
    max-width: 125px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto
}

.play-video_btn:hover .play-video_btn-icon svg .play-svg {
    fill: #3e3f40
}

.play-video_btn:hover .play-video_btn-icon svg .circle-svg {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 200;
    border-radius: 100%
}

@media all and (max-width: 639px) {
    .play-video_btn:hover .play-video_btn-icon svg .play-svg {
        fill: #3e3f40
    }

    .play-video_btn:hover .play-video_btn-icon svg .circle-svg {
        stroke-width: 0;
        stroke-dashoffset: 0;
        stroke-dasharray: 0;
        border-radius: 100%
    }
}

.play-video_btn-text {
    color: #34302a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase
}

.play-video_btn-icon {
    position: relative;
    color: red;
    max-width: 56.5px;
    width: 100%;
    height: 56.5px;
    border-radius: 50%;
    background: url("https://img/play-video.html") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    z-index: 10
}

.play-video_btn-icon svg {
    width: 100%;
    height: auto
}

.play-video_btn-icon svg .circle-svg {
    stroke-dasharray: 0 540;
    stroke-dashoffset: 0;
    stroke-width: 3px;
    stroke: rgba(62, 63, 64, 0.7);
    border-radius: 100%;
    -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray .5s;
    -moz-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray .5s;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray .5s
}

.play-video_btn-icon svg .play-svg {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    fill: rgba(0, 0, 0, 0.22)
}

.about-body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

body {
    font-family: 'Roboto'
}

.s-footer-about {
    background: transparent
}

.s-footer__wrap-menu-about {
    background: transparent
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-left {
    0% {
transform: rotate(0 deg)

{
}
}
25
%
{
transform:rotate(180deg) {
}

}
50
%
{
transform:rotate(180deg) {
}

}
75
%
{
transform:rotate(180deg) {
}

}
100
%
{
transform:rotate(180deg) {
}

}
}
@-moz-keyframes loading-left {
    0% {
transform: rotate(0 deg)

{
}
}
25
%
{
transform:rotate(180deg) {
}

}
50
%
{
transform:rotate(180deg) {
}

}
75
%
{
transform:rotate(180deg) {
}

}
100
%
{
transform:rotate(180deg) {
}

}
}
@keyframes loading-left {
    0% {
transform: rotate(0 deg)

{
}
}
25
%
{
transform:rotate(180deg) {
}

}
50
%
{
transform:rotate(180deg) {
}

}
75
%
{
transform:rotate(180deg) {
}

}
100
%
{
transform:rotate(180deg) {
}

}
}
.canvas-wrapp, .canvas-wrapp_load {
    position: absolute;
    top: 450px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 750px;
    width: 100%;
    height: 936px;
    z-index: 30;
    display: block
}

.canvas-wrapp__img, .canvas-wrapp__end, .canvas-wrapp_load__img, .canvas-wrapp_load__end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.s_slider-block-arrow {
    position: absolute;
    bottom: 15%
}

.s_slider-block__prev-img {
    left: 30%
}

.s_slider-block__next-img {
    left: 40%
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75)
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.smallUp {
    -webkit-animation-name: smallUp;
    -moz-animation-name: smallUp;
    animation-name: smallUp
}

@-webkit-keyframes smallUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.preloader {
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%
}

.outer-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #75f07e;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#e9fce9), to(#279029));
    background-image: -webkit-linear-gradient(top left, #e9fce9, #279029);
    background-image: -moz-linear-gradient(top left, #e9fce9, #279029);
    background-image: linear-gradient(to bottom right, #e9fce9, #279029);
    -webkit-animation: circular .5s infinite ease-out;
    -moz-animation: circular .5s infinite ease-out;
    animation: circular .5s infinite ease-out
}

.outer-circle .inner-circle {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #fff;
    z-index: 10
}

.outer-circle .gap {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -2px;
    width: 4px;
    height: 12px;
    background: #fff
}

@-webkit-keyframes circular {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circular {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circular {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.site_burger {
    display: none;
    border: none;
    background: transparent;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0.3s;
    -moz-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s
}

.site_burger i {
    display: block;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    -webkit-transform: rotate(45deg) translateX(50%);
    -moz-transform: rotate(45deg) translateX(50%);
    -ms-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%)
}

.site_burger i::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 1px;
    height: 15px;
    background: #515151;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.site_burger i::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    width: 1px;
    height: 15px;
    background: #515151;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s
}

.site_burger--open {
    color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.site_burger--open i::after {
    left: 0;
    -webkit-transition: all 0.2s ease 0.3s;
    -moz-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s
}

.site_burger--open i::before {
    top: 0;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s
}

@media all and (max-width: 768px) {
    .site_burger {
        display: block
    }
}

.site-button {
    background:#FF670C;
    border-radius: 3px;
    max-width: 142px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: none;
    color:#fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.site-button:hover {
    background-color: #107712
}

.site-button--white {
    background-color: transparent;
    color:#FF670C;
    border: 1px solid #FF670C
}

.site-button--white:hover {
    background-color: #FF670C;
    color: #fff
}

.slider-nav {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider-nav .slick-dots .slick-active button {
    font-weight: bold;
    color: #000
}

.slider-nav .slick-dots li button:hover {
    font-weight: bold;
    color: #000
}

.slider-nav .slick-dots button {
    margin: 0 auto;
    max-width: none;
    display: block;
    font-size: 14px;
    color: #bababa;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.slider-nav .slick-dots button:before {
    content: '0'
}

@media all and (max-width: 1199px) {
    .slider-nav .slick-dots button {
        margin-bottom: 35px;
        font-size: 12px
    }
}

.slider-nav button {
    display: block;
    border: none;
    background: transparent;
    cursor: pointer;
    max-width: 33px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .slider-nav button {
        max-width: 22px
    }
}

.slider-nav button svg {
    max-width: 33px;
    width: 100%;
    height: auto
}

@media all and (max-width: 1199px) {
    .slider-nav button svg {
        max-width: 22px
    }
}

.slider-nav button path {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.slider-nav button:hover path {
    stroke: #949393
}

.slick-slider * {
    outline: none
}

.animate-line {
    position: relative
}

.animate-line:after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #34302a;
    -webkit-transition: width 0.5s cubic-bezier(1, 0.01, 0.76, 0.84);
    -moz-transition: width 0.5s cubic-bezier(1, 0.01, 0.76, 0.84);
    transition: width 0.5s cubic-bezier(1, 0.01, 0.76, 0.84)
}

.animate-line.scroll-active:after {
    width: 65px
}

.title-site {
    position: relative;
    font-family: 'Futuris';
    font-size: 28px;
    color: #34302a;
    line-height: 35px;
    max-width: 390px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 20px 0
}

@media all and (max-width: 1199px) {
    .title-site {
        font-size: 24px;
        padding: 25px 0 15px;
        line-height: 30px
    }
}

@media all and (max-width: 999px) {
    .title-site {
        line-height: 22px;
        font-size: 20px
    }
}

.typography {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.typography p {
    padding-bottom: 20px
}

.typography p:last-child {
    padding-bottom: 0
}

.typography img {
    margin: 20px auto;
    max-width: 100%
}

.s_header {
    background: #fff;
    position: relative;
    z-index: 10
}

.s_header--open .s_header_wrap {
    left: 0
}

.s_header_fixed {
    display: none
}

@media all and (max-width: 999px) {
    .s_header_fixed {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        height: 60px;
        width: 100%;
        z-index: 50;
        background: #fff
    }
}

.s_header_bottom_layer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background: #fff
}

.s_header_line {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #e7e7e7
}

@media all and (max-width: 999px) {
    .s_header_line {
        display: none
    }
}

.s_header_wrap {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 999px) {
    .s_header_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        max-width: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 50;
        background: #fff;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.s_header_top {
    padding: 15px 0 15px;
    width: 100%;
    position: relative;
    z-index: 5
}

@media all and (max-width: 1365px) {
    .s_header_top {
        padding: 15px 30px
    }
}

@media all and (max-width: 1199px) {
    .s_header_top {
        padding: 15px 80px
    }
}

@media all and (max-width: 999px) {
    .s_header_top {
        padding: 15px 36px
    }

    .s_header_top .s_header__center {
        display: none
    }
}

.s_header_top .container {
    position: static
}

@media all and (max-width: 999px) {
    .s_header_top .container {
        padding: 0;
        display: block
    }
}

.s_header_contacts {
    max-width: 540px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .s_header_contacts {
        max-width: 380px
    }
}

@media all and (max-width: 999px) {
    .s_header_contacts {
        display: block;
        max-width: 100%;
        text-align: center
    }
}

.s_header_tel {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media all and (max-width: 1359px) {
    .s_header_tel {
        font-size: 14px
    }
}

@media all and (max-width: 1199px) {
    .s_header_tel {
        font-size: 12px
    }
}

@media all and (max-width: 999px) {
    .s_header_tel {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 14px
    }
}

.s_header_tel:hover {
    color: #107712
}

.s_header_mail {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media all and (max-width: 1359px) {
    .s_header_mail {
        font-size: 14px
    }
}

@media all and (max-width: 1199px) {
    .s_header_mail {
        font-size: 12px
    }
}

@media all and (max-width: 999px) {
    .s_header_mail {
        margin-bottom: 20px;
        font-size: 14px
    }
}

.s_header_mail:hover {
    color: #107712
}

.s_header_connect {
    max-width: 168px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .s_header_connect {
        max-width: 130px
    }
}

@media all and (max-width: 999px) {
    .s_header_connect {
        max-width: 100%
    }
}

.s_header_connect_btn {
    color: #107712;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-weight: 600;
    font-size: 16px;
    max-width: 82px;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer
}

@media all and (max-width: 1359px) {
    .s_header_connect_btn {
        font-size: 14px
    }
}

@media all and (max-width: 1199px) {
    .s_header_connect_btn {
        font-size: 12px
    }
}

@media all and (max-width: 999px) {
    .s_header_connect_btn {
        position: absolute;
        bottom: 0;
        max-width: 380px;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #107712;
        color: #fff;
        font-size: 14px;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px
    }
}

.s_header_lang {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    padding-right: 22px
}

@media all and (max-width: 1359px) {
    .s_header_lang {
        font-size: 14px
    }
}

@media all and (max-width: 1199px) {
    .s_header_lang {
        font-size: 12px
    }
}

@media all and (max-width: 999px) {
    .s_header_lang {
        position: fixed;
        right: 80px;
        top: 30px;
        font-size: 14px;
        z-index: 51
    }
}

@media all and (max-width: 479px) {
    .s_header_lang {
        right: 60px
    }
}

.s_header_lang::after {
    background: url(https://img/arrow-down.png) no-repeat center center;
    width: 11px;
    height: 7px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.s_header_lang:hover::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.s_header_lang:hover .s_header_lang_choose {
    left: -50%;
    opacity: 1
}

.s_header_lang_choose {
    position: absolute;
    width: 150%;
    position: absolute;
    opacity: 0;
    left: -100000px;
    top: 100%;
    padding-top: 15px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    background: #fff;
    padding-left: 50%;
    padding-bottom: 10px
}

@media all and (max-width: 999px) {
    .s_header_lang_choose {
        padding-top: 25px
    }
}

.s_header_lang_choose a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media all and (max-width: 1359px) {
    .s_header_lang_choose a {
        font-size: 14px
    }
}

@media all and (max-width: 1199px) {
    .s_header_lang_choose a {
        font-size: 12px
    }
}

@media all and (max-width: 999px) {
    .s_header_lang_choose a {
        font-size: 14px;
        margin-bottom: 25px
    }
}

.s_header_lang_choose a:hover {
    color: #107712
}

.s_header_bottom {
    width: 100%
}

.s_header_bottom .container {
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media all and (max-width: 999px) {
    .s_header_bottom .container {
        padding: 0;
        overflow-y: auto
    }
}

@media all and (max-width: 1365px) {
    .s_header_bottom {
        padding: 0 30px
    }
}

@media all and (max-width: 1199px) {
    .s_header_bottom {
        padding: 0 80px
    }
}

@media all and (max-width: 999px) {
    .s_header_bottom {
        padding: 0 36px;
        max-height: 310px;
        overflow-y: auto;
        margin-top: 100px
    }
}

.s_header_logo {
    max-width: 204px;
    width: 100%;
    height: auto
}

@media all and (max-width: 1199px) {
    .s_header_logo {
        max-width: 136px
    }
}

@media all and (max-width: 999px) {
    .s_header_logo {
        position: fixed;
        left: 26px;
        top: 26px;
        z-index: 51
    }
}

@media all and (max-width: 479px) {
    .s_header_logo {
        max-width: 120px;
        left: 20px
    }
}

.s_header_logo a {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto
}

@media all and (max-width: 1199px) {
    .s_header_logo a {
        max-width: 136px
    }
}

@media all and (max-width: 479px) {
    .s_header_logo a {
        max-width: 120px
    }
}

.s_header_logo a img {    max-width: unset;display: block;height: auto}

.s_header_menu {
    max-width: 560px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .s_header_menu {
        max-width: 395px
    }
}

@media all and (max-width: 999px) {
    .s_header_menu {
        max-width: 100%;
        text-align: center
    }
}

.s_header_menu_ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media all and (max-width: 999px) {
    .s_header_menu_ul {
        display: block;
        padding-bottom: 14px;
        border-bottom: 1px solid #e7e7e7
    }
}

.s_header_menu_ul li {
    display: block
}

.s_header_burger {
    display: none
}

@media all and (max-width: 999px) {
    .s_header_burger {
        display: block;
        position: fixed;
        cursor: pointer;
        width: 26px;
        height: 16px;
        z-index: 51;
        right: 26px;
        top: 26px
    }

    .s_header_burger_line {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #107712;
        display: block;
        position: absolute;
        width: 100%;
        height: 2px
    }

    .s_header_burger_line--first {
        top: 0
    }

    .s_header_burger_line--second {
        top: 7px
    }

    .s_header_burger_line--third {
        top: 14px
    }
}

@media all and (max-width: 479px) {
    .s_header_burger {
        right: 20px
    }
}

.s_header_burger--open .s_header_burger_line--first {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.s_header_burger--open .s_header_burger_line--second {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    left: 50%;
    top: 50%
}

.s_header_burger--open .s_header_burger_line--third {
    opacity: 0
}

.s_header__container {
    width: 100%;
    height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 999px) {
    .s_header__container {
        height: auto
    }
}

.s_header__container p, .s_header__container li {
    font-size: 16px;
    font-weight: 400
}

.s_header__left, .s_header__right, .s_header__center {
    width: 100%
}

.s_header__left, .s_header__right {
    max-width: 28%
}

@media all and (max-width: 1199px) {
    .s_header__left, .s_header__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.s_header__center {
    max-width: 44%
}

@media all and (max-width: 1199px) {
    .s_header__center {
        max-width: 60%
    }
}

@media all and (max-width: 999px) {
    .s_header__center {
        max-width: 100%
    }
}

.s_header__center--bottom {
    max-width: 67%
}

@media all and (max-width: 999px) {
    .s_header__center--bottom {
        max-width: 100%
    }
}

.s_header__left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 1199px) {
    .s_header__left {
        max-width: 20%
    }
}

@media all and (max-width: 999px) {
    .s_header__left {
        max-width: 100%
    }
}

.s_header__right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (max-width: 1199px) {
    .s_header__right {
        max-width: 5%
    }
}

@media all and (max-width: 999px) {
    .s_header__right {
        max-width: 100%;
        display: block
    }
}

.s_header__right--bottom {
    max-width: 5%
}

@media all and (max-width: 999px) {
    .s_header__right--bottom {
        display: none
    }
}

@media all and (max-width: 999px) {
    .s_header__logo {
        max-width: 200px
    }
}

.s_header__lang {
    position: relative
}

.s_header__lang p {
    width: 33px;
    margin-right: 30px;
    cursor: pointer;
    position: relative
}

.s_header__lang p span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-70%) rotate(-45deg);
    -moz-transform: translateY(-70%) rotate(-45deg);
    -ms-transform: translateY(-70%) rotate(-45deg);
    transform: translateY(-70%) rotate(-45deg);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000
}

.s_header__lang ul {
    padding-top: 7px;
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0;
    top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding-right: 17px;
    background-color: #fff
}

/* @media all and (max-width: 999px) { */
    /* .s_header__lang ul { */
        /* top: unset; */
        /* bottom: 20px */
    /* } */
/* } */

.s_header__lang ul li {
    padding: 5px 0;
    margin-bottom: 5px
}

.s_header__lang:hover p span {
    -webkit-transform: translateY(-30%) rotate(135deg);
    -moz-transform: translateY(-30%) rotate(135deg);
    -ms-transform: translateY(-30%) rotate(135deg);
    transform: translateY(-30%) rotate(135deg)
}

.s_header__lang:hover ul {
    opacity: 1;
    z-index: 1
}

.s_header__lang p, .s_header__lang li {
    text-transform: uppercase
}

.s_header__lang p a, .s_header__lang li a {
    font-size: inherit;
    font-weight: inherit
}

.s_header__lang p:hover, .s_header__lang li:hover {
    color: #107712
}

.s_header__center li, .s_header__center p {
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media all and (max-width: 1199px) {
    .s_header__center li, .s_header__center p {
        font-size: 14px
    }
}

.s_header__center li a, .s_header__center p a {
    color: inherit
}

.s_header__center li:hover, .s_header__center p:hover {
    color: #107712
}

.s_header__room {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media all and (max-width: 999px) {
    .s_header__room {
        text-align: right
    }
}

.s_header__room:hover {
    color: #107712
}

.s_header__room span {
    text-decoration: underline;
    color: #107712
}

.s_header__discount {
    font-weight: 600;
    color: #107712;
    cursor: pointer
}

.s_header__bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding: 34px 0
}

@media all and (max-width: 1199px) {
    .s_header__bottom {
        padding: 24px 0;
        padding-top: 15px
    }
}

@media all and (max-width: 999px) {
    .s_header__bottom {
        position: static
    }
}

.s_header__basket {
    max-width: 27px;
    width: 100%;
    height: 27px;
    margin-left: auto;
    cursor: pointer;
    position: relative
}

.s_header__basket::after {
    content: "";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 70px;
    height: 45px;
    border-radius: 40px;
    background-color: #107712;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0
}

.s_header__basket--prods {
    position: relative
}

.s_header__basket--prods::after {
    opacity: 1
}

.s_header__basket--prods svg {
    fill: #fff
}

.s_header__basket--numbers {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff
}

.s_header__basket--numbers-mobile {
    left: -15px;
    right: initial
}

@media all and (max-width: 999px) {
    .s_header__basket {
        display: none
    }
}

.s_header__basket--mobile {
    display: none
}

.s_header__basket--mobile::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 30px;
    border-radius: 40px;
    background-color: #107712;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media all and (max-width: 999px) {
    .s_header__basket--mobile {
        cursor: pointer;
        display: block;
        position: fixed;
        z-index: 50;
        max-width: 18px;
        height: 18px;
        width: 100%;
        top: 24px;
        right: 70px
    }

    .s_header__basket--mobile svg {
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
}

.s_header__basket--mobile-active svg {
    fill: #fff
}

.s_header__basket--mobile-active::after {
    opacity: 1
}

.s_header__wrap {
    position: absolute;
    z-index: 2;
    top: -webkit-calc(100% - 34px);
    top: -moz-calc(100% - 34px);
    top: calc(100% - 34px);
    left: -200%;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    padding: 64px 80px 60px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.s_header__wrap::before {
    position: absolute;
    top: 34px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5
}

.s_header__wrap .slick-slide:hover .s_header__name {
    color: #107712
}

.s_header__wrap .slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    z-index: 1;
    font-size: 0;
    border: none;
    border-left: 2px solid #107712;
    border-bottom: 2px solid #107712;
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.s_header__wrap .slick-arrow:hover {
    border-color: #ff6506
}

.s_header__wrap .slick-prev {
    left: 40px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.s_header__wrap .slick-next {
    right: 40px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.s_header__wrap .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media all and (max-width: 1365px) {
    .s_header__wrap .slick-dots {
        bottom: 22px
    }
}

.s_header__wrap .slick-dots li {
    cursor: pointer;
    margin-right: 15px
}

.s_header__wrap .slick-dots li:last-child {
    margin-right: 0
}

@media all and (max-width: 767px) {
    .s_header__wrap .slick-dots {
        width: 170px;
        bottom: unset;
        top: 230px
    }
}

@media all and (max-width: 639px) {
    .s_header__wrap .slick-dots {
        top: 180px
    }
}

.s_header__wrap .slick-dots button {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 0;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border: none
}

.s_header__wrap .slick-dots button:hover {
    background-color: #abafaf
}

@media all and (max-width: 767px) {
    .s_header__wrap .slick-dots button {
        width: 27px
    }
}

.s_header__wrap .slick-dots .slick-active button {
    background-color: #107712
}

.s_header__wrap .slick-dots .slick-active button:hover {
    background-color: #107712
}

@media all and (max-width: 1199px) {
    .s_header__wrap::before {
        top: 30px
    }
}

.s_header__menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

@media all and (max-width: 1199px) {
    .s_header__menu {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.s_header__menu li {
    margin-right: 40px;
    padding: 5px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.s_header__menu li a, .s_header__menu li p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.s_header__menu li a:hover, .s_header__menu li p:hover {
    color: #107712
}

.s_header__menu li a.active {
    color: #ff6506
}

.s_header__menu li a.active:hover {
    color: #ff6506
}

@media all and (max-width: 1199px) {
    .s_header__menu li {
        margin-right: 15px
    }

    .s_header__menu li a, .s_header__menu li p {
        font-size: 14px
    }
}

@media all and (max-width: 999px) {
    .s_header__menu li {
        margin-right: 0;
        margin-bottom: 20px
    }
}



@media all and (max-width: 999px) {
    .s_header__menu li:first-child > p {
        margin: 0 auto;
        max-width: 150px;
        position: relative
    }

    .s_header__menu li:first-child > p::after {
        position: absolute;
        width: 8px;
        height: 8px;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        content: "";
        top: 4px;
        right: 0px;
        -webkit-transform: translateX(-100%) rotate(-45deg);
        -moz-transform: translateX(-100%) rotate(-45deg);
        -ms-transform: translateX(-100%) rotate(-45deg);
        transform: translateX(-100%) rotate(-45deg);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
}

.s_header__menu li:first-child:hover > P::after {
    -webkit-transform: translate(-100%, 50%) rotate(135deg);
    -moz-transform: translate(-100%, 50%) rotate(135deg);
    -ms-transform: translate(-100%, 50%) rotate(135deg);
    transform: translate(-100%, 50%) rotate(135deg);
    border-left: 1px solid #107712;
    border-bottom: 1px solid #107712
}

.s_header__menu li:first-child:hover .s_header__wrap {
    opacity: 1;
    top: -webkit-calc(100% - 34px);
    top: -moz-calc(100% - 34px);
    top: calc(100% - 34px);
    left: 0
}

@media all and (max-width: 1199px) {
    .s_header__menu li:first-child:hover .s_header__wrap {
        top: -webkit-calc(100% - 30px);
        top: -moz-calc(100% - 30px);
        top: calc(100% - 30px)
    }
}

@media all and (max-width: 999px) {
    .s_header__menu li:first-child:hover .s_header__wrap {
        position: relative;
        top: 0;
        padding: 0;
        padding-top: 45px
    }
}

.s_header__slider {
    margin: -10px
}

@media all and (max-width: 999px) {
    .s_header__slider {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 7px
    }
}

.s_header__slide-wr {
    padding: 10px
}

@media all and (max-width: 999px) {
    .s_header__slide-wr {
        padding: 0;
        max-width: 200px
    }
}

.s_header__name {
    margin-bottom: 20px;
    color: #107712;
    text-transform: uppercase;
    font-size: 18px
}

@media all and (max-width: 999px) {
    .s_header__name {
        font-size: 16px;
        color: #000;
        text-transform: unset;
        margin-bottom: 10px
    }
}

.s_header__img {
    max-width: 245px
}

.s_header__img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-width: 145px;
    -o-object-fit: cover;
    object-fit: cover
}

@media all and (max-width: 999px) {
    .s_header__img {
        display: none
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10
}

.s_hero {
    position: relative;
    max-height: 550px
}

@media all and (max-width: 767px) {
    .s_hero {
        max-height: 100%
    }
}

.s_hero__line::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #107712
}

.s_hero__img-wr {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

.s_hero__img-wr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom
}

@media all and (max-width: 1199px) {
    .s_hero__img-wr img {
        -o-object-position: center;
        object-position: center
    }
}

@media all and (max-width: 767px) {
    .s_hero__img-wr {
        position: relative;
        height: 262px
    }
}

@media all and (max-width: 639px) {
    .s_hero__img-wr {
        height: 211px
    }
}

.s_hero__img-wr--absolute {
    position: absolute;
    display: none;
    z-index: 10;
    top: 0;
    left: 0
}

.s_hero__img {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5)
}

.s_hero__content {
    z-index: 15;
    padding: 0 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.s_hero__content::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #107712;
    left: 0
}

@media all and (max-width: 1599px) {
    .s_hero__content {
        max-width: 90%
    }
}

@media all and (max-width: 999px) {
    .s_hero__content {
        margin-top: 50px;
        margin-bottom: 45px
    }
}

@media all and (max-width: 767px) {
    .s_hero__content {
        max-width: 100%;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden
    }

    .s_hero__content::after {
        height: 1px
    }
}

.s_hero__slide {
    position: relative
}

.s_hero__slider {
    position: relative
}

.s_hero__slider .slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 40px;
    background-color: #107712;
    border: none;
    font-size: 0;
    border-radius: 8px;
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 999px) {
    .s_hero__slider .slick-arrow {
        display: none !important
    }
}

.s_hero__slider .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    left: 50%
}

.s_hero__slider .slick-arrow:hover {
    opacity: 1
}

.s_hero__slider .slick-prev::after, .s_hero__slider .slick-next::after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s_hero__slider .slick-prev::after {
    -webkit-transform: translate(-30%, -50%) rotate(45deg);
    -moz-transform: translate(-30%, -50%) rotate(45deg);
    -ms-transform: translate(-30%, -50%) rotate(45deg);
    transform: translate(-30%, -50%) rotate(45deg)
}

.s_hero__slider .slick-next::after {
    -webkit-transform: translate(-60%, -50%) rotate(-135deg);
    -moz-transform: translate(-60%, -50%) rotate(-135deg);
    -ms-transform: translate(-60%, -50%) rotate(-135deg);
    transform: translate(-60%, -50%) rotate(-135deg)
}

.s_hero__slider .slick-prev {
    left: 65px
}

.s_hero__slider .slick-next {
    right: 65px
}

.s_hero__slider .slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 184px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media all and (max-width: 767px) {
    .s_hero__slider .slick-dots {
        width: 170px;
        bottom: unset;
        top: 230px
    }
}

@media all and (max-width: 639px) {
    .s_hero__slider .slick-dots {
        top: 180px
    }
}

.s_hero__slider .slick-dots li {
    cursor: pointer
}

.s_hero__slider .slick-dots button {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.s_hero__slider .slick-dots button:hover {
    background-color: #abafaf
}

.s_hero__slider .slick-dots button {
    font-size: 0;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border: none
}

@media all and (max-width: 767px) {
    .s_hero__slider .slick-dots button {
        width: 27px
    }
}

.s_hero__slider .slick-active button {
    background-color: #107712
}

.s_hero__slider .slick-active button:hover {
    background-color: #107712
}

.s_hero__circle {
    width: 380px;
    height: 380px;
    border: 4px solid #fff;
    border-radius: 50%
}

@media all and (max-width: 1599px) {
    .s_hero__circle {
        width: 265px;
        height: 272px;
        margin-right: 90px
    }
}

@media all and (max-width: 1199px) {
    .s_hero__circle {
        width: 235px;
        height: 237px
    }
}

@media all and (max-width: 999px) {
    .s_hero__circle {
        width: 220px;
        height: 223px;
        margin-right: 0
    }
}

@media all and (max-width: 767px) {
    .s_hero__circle {
        border: none;
        width: auto;
        height: auto
    }
}

.s_hero__wrap {
    padding: 15% 12%;
    text-align: center;
    background-color: rgba(7, 119, 9, 0.8);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-bottom: 100px
}

@media all and (max-width: 1599px) {
    .s_hero__wrap {
        padding-bottom: 60px
    }
}

@media all and (max-width: 1199px) {
    .s_hero__wrap {
        padding: 15% 12%
    }
}

@media all and (max-width: 767px) {
    .s_hero__wrap {
        padding: 0;
        background-color: inherit;
        position: relative;
        padding-top: 90px;
        padding-bottom: 95px;
        max-width: 265px;
        width: 100%
    }

    .s_hero__wrap::after {
        position: absolute;
        z-index: -1;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        top: 22%;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
        -moz-transform: translate(-50%, -25%);
        -ms-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        content: "";
        background-color: #107712
    }
}

@media all and (max-width: 639px) {
    .s_hero__wrap {
        padding-top: 60px;
        padding-bottom: 85px;
        max-width: 190px
    }

    .s_hero__wrap::after {
        width: 440px;
        height: 440px
    }
}

@media all and (max-width: 439px) {
    .s_hero__wrap {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .s_hero__wrap::after {
        width: 290px;
        height: 290px
    }
}

.s_hero__title {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
    line-height: 1.5em
}

@media all and (max-width: 1599px) {
    .s_hero__title {
        font-size: 22px
    }
}

@media all and (max-width: 1199px) {
    .s_hero__title {
        font-size: 18px;
        margin-bottom: 15px
    }
}

@media all and (max-width: 767px) {
    .s_hero__title {
        font-size: 24.3px;
        font-weight: 100
    }
}

@media all and (max-width: 639px) {
    .s_hero__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.s_hero__divider {
    height: 1px;
    width: 83px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 27px
}

@media all and (max-width: 1199px) {
    .s_hero__divider {
        height: 2px;
        margin-bottom: 17px
    }
}

@media all and (max-width: 767px) {
    .s_hero__divider {
        width: 76px;
        height: 1px;
        opacity: .8;
        margin-bottom: 15px
    }
}

@media all and (max-width: 639px) {
    .s_hero__divider {
        margin-bottom: 10px
    }
}

.s_hero__text {
    font-size: 18px;
    line-height: 1.44em;
    color: #fff
}

@media all and (max-width: 1599px) {
    .s_hero__text {
        font-size: 12px
    }
}

@media all and (max-width: 1199px) {
    .s_hero__text {
        font-size: 10px
    }
}

@media all and (max-width: 767px) {
    .s_hero__text {
        font-size: 19px
    }
}

@media all and (max-width: 639px) {
    .s_hero__text {
        font-size: 14px
    }
}

.s_hero__absolute {
    position: absolute;
    width: 171px;
    height: 95px;
    z-index: 1;
    top: 66%;
    left: 29%
}

@media all and (max-width: 999px) {
    .s_hero__absolute {
        height: 66px;
        width: 140px
    }
}

@media all and (max-width: 767px) {
    .s_hero__absolute {
        height: 40px;
        width: 140px
    }
}

@media all and (max-width: 479px) {
    .s_hero__absolute {
        left: 40%
    }
}

.s_hero__absolute--text {
    color: #107712;
    font-weight: bold;
    font-size: 19px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    padding-left: 12px
}

.s_hero__absolute--circle {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #107712;
    top: 0;
    left: 0;
    opacity: 0
}

.s_hero__absolute--line {
    position: absolute;
    width: 0;
    max-width: 140px;
    left: 5px;
    bottom: 0;
    height: 1px;
    background-color: #107712
}

@media all and (max-width: 999px) {
    .s_hero__absolute--line {
        max-width: 140px
    }
}

.s_hero__absolute--line-deg {
    position: absolute;
    bottom: 28px;
    left: 5px;
    top: 10%;
    height: 0%;
    max-height: 90%;
    width: 1px;
    background-color: #107712
}

.s_hero__content1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media all and (max-width: 1599px) {
    .s_hero__content1 .s_hero__circle {
        margin-left: 90px
    }
}

@media all and (max-width: 999px) {
    .s_hero__content1 .s_hero__circle {
        margin-left: 30px
    }
}

@media all and (max-width: 767px) {
    .s_hero__content1 .s_hero__circle {
        margin-left: 0
    }
}

@media all and (max-width: 767px) {
    .s_hero__content1 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s_hero__absolute1 {
    top: 43%;
    left: 49%
}

.s_hero__absolute2 {
    top: 63%;
    left: 60%
}

@media all and (max-width: 639px) {
    .s_hero__absolute2 {
        left: 48%
    }
}

.s_hero__absolute3 {
    top: 50%;
    left: 63%
}

@media all and (max-width: 419px) {
    .s_hero__absolute3 {
        left: 52%
    }
}

@media all and (max-width: 419px) {
    .s_hero__img-wr3 img {
        -o-object-position: -260px;
        object-position: -260px
    }
}

@media all and (max-width: 1199px) {
    .s_hero__img-wr4 img {
        -o-object-position: left;
        object-position: left
    }
}

.s_hero {
    padding-bottom: 18.3%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (max-width: 1599px) {
    .s_hero {
        padding-bottom: 29.1%
    }
}

@media all and (max-width: 1199px) {
    .s_hero {
        padding-bottom: 35%
    }
}

@media all and (max-width: 999px) {
    .s_hero {
        padding-bottom: 37%
    }
}

@media all and (max-width: 767px) {
    .s_hero {
        padding-bottom: 32.3%
    }
}

@media all and (max-width: 639px) {
    .s_hero {
        padding-bottom: 43%
    }
}

@media all and (max-width: 479px) {
    .s_hero {
        padding-bottom: 65.6%
    }
}

.s_line {
    background: #107712
}

.s_line_wrap {
    max-width: 936px;
    width: 100%;
    margin: 0 auto
}

@media all and (max-width: 1199px) {
    .s_line_wrap {
        max-width: 834px
    }
}

.s_line_mobile {
    display: none
}

@media all and (max-width: 999px) {
    .s_line_mobile {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #107712;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 14px 55px 14px 24px;
        position: relative
    }

    .s_line_mobile::after {
        position: absolute;
        right: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        content: '';
        border: solid #107712;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .s_line_mobile--open::after {
        -webkit-transform: translateY(-50%) rotate(225deg);
        -moz-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg)
    }
}

@media all and (max-width: 999px) and (max-width: 479px) {
    .s_line_mobile {
        padding-right: 43px
    }
}

.s_line_menu {
    position: relative
}

.s_line_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media all and (max-width: 999px) {
    .s_line_menu ul {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        display: block;
        max-width: 320px;
        width: 100%;
        background: #fff;
        max-height: 210px;
        overflow-y: auto;
        display: none
    }
}

.s_line_menu ul li {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media all and (max-width: 1365px) {
    .s_line_menu ul li {
        font-size: 13px
    }
}

@media all and (max-width: 999px) {
    .s_line_menu ul li {
        color: #7a7a7a;
        font-size: 14px
    }
}

.s_line_menu ul li a {
    padding: 15px 7px 14px;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media all and (max-width: 767px) {
    .s_line_menu ul li a {
        padding: 15px 12px 14px
    }
}

@media all and (max-width: 767px) {
    .s_line_menu ul li a {
        padding: 11px 54px 11px 24px
    }
}

.s_line_menu ul li:hover {
    background: #fff
}

.s_line_menu ul li:hover a {
    color: #107712
}

.s_line_menu ul li.active {
    background: #fff
}

.s_line_menu ul li.active a {
    color: #107712
}

.s_delivery {
    padding: 70px 0;
    position: relative
}

@media all and (max-width: 999px) {
    .s_delivery {
        padding: 45px 0
    }
}

.s_delivery__container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

@media all and (max-width: 1199px) {
    .s_delivery__container {
        max-width: 834px
    }
}

.s_delivery__content {
    padding: 0 0 85px;
    margin-bottom: 85px;
    position: relative
}

.s_delivery__content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #cccccc
}

.s_delivery__content:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.s_delivery__content:last-child::after {
    display: none
}

@media all and (max-width: 1199px) {
    .s_delivery__content {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

@media all and (max-width: 767px) {
    .s_delivery__content {
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .s_delivery__content::after {
        display: none
    }
}

.s_delivery__row {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 50px
}

.s_delivery__row:last-child {
    margin-bottom: 0
}

@media all and (max-width: 999px) {
    .s_delivery__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all and (max-width: 767px) {
    .s_delivery__row {
        margin-bottom: 20px
    }
}

.s_delivery__box {
    width: 100%
}

.s_delivery__box--half {
    max-width: 50%
}

@media all and (max-width: 999px) {
    .s_delivery__box--half {
        margin-bottom: 30px;
        max-width: 100%
    }
}

@media all and (max-width: 999px) {
    .s_delivery__box--full {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 30px
    }
}

@media all and (max-width: 479px) {
    .s_delivery__box--full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.s_delivery__text {
    padding-right: 120px
}

@media all and (max-width: 1199px) {
    .s_delivery__text {
        padding-right: 20px
    }
}

@media all and (max-width: 999px) {
    .s_delivery__text {
        padding-right: 0
    }
}

.s_delivery__text h2, .s_delivery__text h1.title {
    font-weight: 300;
    margin-bottom: 30px;
    color: #107712
}

@media all and (max-width: 999px) {
    .s_delivery__text h2, .s_delivery__text h1.title {
        text-align: center
    }
}

.s_delivery__text p {
    line-height: 1.5
}

.s_delivery__imgs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 1199px) {
    .s_delivery__imgs {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.s_delivery__img {
    margin-bottom: 40px;
    max-width: 50%;
    width: 100%
}

@media all and (max-width: 1199px) {
    .s_delivery__img {
        max-width: 160px
    }
}

@media all and (max-width: 999px) {
    .s_delivery__img {
        max-width: 50%
    }
}

@media all and (max-width: 479px) {
    .s_delivery__img {
        max-width: 130px
    }
}

.s_delivery__img:nth-child(3), .s_delivery__img:nth-child(4) {
    margin-bottom: 0
}

.s_delivery__img--pay {
    margin: 0 auto;
    margin-bottom: 40px
}

.s_delivery__img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.s_delivery__block {
    max-width: 230px;
    width: 100%;
    position: relative;
    padding-right: 30px
}

@media all and (max-width: 999px) {
    .s_delivery__block {
        max-width: 50%;
        margin-bottom: 45px
    }
}

@media all and (max-width: 639px) {
    .s_delivery__block {
        padding-right: 15px
    }
}

@media all and (max-width: 479px) {
    .s_delivery__block {
        max-width: 100%
    }
}

.s_delivery__block--title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 55px
}

@media all and (max-width: 999px) {
    .s_delivery__block--title {
        min-height: 25px
    }
}

@media all and (max-width: 479px) {
    .s_delivery__block--title {
        min-height: unset
    }
}

.s_delivery__block--text {
    padding-left: 20px;
    position: relative;
    min-height: 100px
}

.s_delivery__block--text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #107712
}

@media all and (max-width: 999px) {
    .s_delivery__block--text {
        min-height: 70px;
        padding-bottom: 23px
    }

    .s_delivery__block--text::before {
        width: 80px;
        height: 2px;
        bottom: 0;
        left: 0;
        top: initial
    }
}

@media all and (max-width: 479px) {
    .s_delivery__block--text {
        min-height: unset
    }

    .s_delivery__block--text::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 999px) {
    .s_delivery__block--title, .s_delivery__block--text {
        font-size: 14px;
        padding-left: 0
    }
}

@media all and (max-width: 479px) {
    .s_delivery__block--title, .s_delivery__block--text {
        text-align: center
    }
}

.s_redwaves {
    padding: 75px 0 65px 0
}

@media all and (max-width: 1365px) {
    .s_redwaves {
        padding: 45px 0
    }
}

.s_redwaves__header {
    position: relative;
    margin-bottom: 35px
}

@media all and (max-width: 479px) {
    .s_redwaves__header {
        margin-bottom: 15px
    }
}

.s_redwaves__header h2, .s_redwaves__header h1 {
    text-align: center;
    color: #107712;
    margin-bottom: 30px
}

@media all and (max-width: 767px) {
    .s_redwaves__header h2, .s_redwaves__header h1 {
        font-size: 22px
    }
}

@media all and (max-width: 639px) {
    .s_redwaves__header h2, .s_redwaves__header h1 {
        font-size: 20px
    }
}

@media all and (max-width: 479px) {
    .s_redwaves__header h2, .s_redwaves__header h1 {
        font-size: 16px
    }
}

.s_redwaves__header h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3
}

@media all and (max-width: 1199px) {
    .s_redwaves__header h5 {
        font-size: 16px
    }
}

@media all and (max-width: 999px) {
    .s_redwaves__header h5 {
        max-width: 350px;
        text-align: left;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px
    }
}

.s_redwaves__header h5 span {
    color: #107712;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

.s_redwaves__header p {
    font-size: 18px;
    color: #000;
    line-height: 1.33;
    letter-spacing: 0.03em
}

@media all and (max-width: 1365px) {
    .s_redwaves__header p {
        font-size: 16px
    }
}

@media all and (max-width: 999px) {
    .s_redwaves__header p {
        font-size: 14px
    }
}

.s_redwaves__header--after {
    padding-bottom: 35px
}

.s_redwaves__header--after::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0
}

.s_warm {
    padding-bottom: 10px
}

.s_therapy {
    padding-bottom: 70px
}

@media all and (max-width: 1365px) {
    .s_therapy {
        background-color: #f7f7f7;
        padding-bottom: 0
    }
}

.s_therapy .container {
    padding: 0
}

.s_therapy__container {
    background-color: #f7f7f7;
    padding: 50px 80px;
    position: relative
}

@media all and (max-width: 1365px) {
    .s_therapy__container {
        background-color: transparent;
        padding: 50px 0
    }
}

@media all and (max-width: 999px) {
    .s_therapy__container {
        padding: 0 0 20px
    }
}

.s_therapy__container .slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 0;
    border: 0;
    background-color: transparent
}

.s_therapy__container .slick-dots li {
    cursor: pointer;
    margin-right: 10px
}

.s_therapy__container .slick-dots li:last-child {
    margin-right: 0
}

.s_therapy__container .slick-dots button {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 28px;
    height: 3px;
    background-color: #d7d7d7;
    border: 0;
    font-size: 0
}

.s_therapy__container .slick-dots button:hover {
    background-color: #abafaf
}

.s_therapy__container .slick-dots .slick-active button {
    background-color: #107712
}

.s_therapy__container .slick-arrow {
    width: 30px;
    height: 30px;
    background-color: #107712;
    border: none;
    font-size: 0;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 25px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #107712;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.s_therapy__container .slick-arrow::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.s_therapy__container .slick-arrow:focus {
    background-color: #fff
}

.s_therapy__container .slick-arrow:focus::after {
    border-bottom: 2px solid #107712;
    border-left: 2px solid #107712
}

@media all and (max-width: 999px) {
    .s_therapy__container .slick-arrow {
        display: none !important
    }
}

.s_therapy__container .slick-next {
    left: initial;
    right: 25px
}

.s_therapy__container .slick-next::after {
    left: 23%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.s_therapy__box {
    width: 100%;
    max-width: 45%
}

.s_therapy__box--text h3 {
    color: #107712;
    margin-bottom: 30px
}

@media all and (max-width: 1199px) {
    .s_therapy__box--text {
        max-width: 55%
    }
}

@media all and (max-width: 999px) {
    .s_therapy__box--text {
        max-width: 100%;
        padding: 0 20px
    }
}

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

@media all and (max-width: 1199px) {
    .s_therapy__box--img {
        max-width: 40%
    }
}

@media all and (max-width: 999px) {
    .s_therapy__box--img {
        max-width: 100%;
        margin-bottom: 30px
    }
}

.s_therapy__slider-wr {
    padding: 0 60px
}

@media all and (max-width: 1199px) {
    .s_therapy__slider-wr {
        padding: 0
    }
}

.s_therapy__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 999px) {
    .s_therapy__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.s_using {
    padding-bottom: 55px
}

@media all and (max-width: 1365px) {
    .s_using {
        padding-top: 70px
    }
}

@media all and (max-width: 999px) {
    .s_using {
        padding-top: 60px;
        padding-bottom: 0
    }
}

.s_using__header {
    margin-bottom: 35px;
    text-align: center;
    color: #107712
}

@media all and (max-width: 479px) {
    .s_using__header {
        text-align: left
    }

    .s_using__header h2 {
        font-size: 18px
    }
}

.s_using__text p {
    margin-bottom: 30px;
    font-size: 18px
}

@media all and (max-width: 1365px) {
    .s_using__text p {
        font-size: 16px
    }
}

.s_using__text ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 999px) {
    .s_using__text ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media all and (max-width: 639px) {
    .s_using__text ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.s_using__text ul li {
    max-width: 300px;
    padding-right: 20px;
    width: 100%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 200;
    font-size: 16px
}

.s_using__text ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #107712
}

@media all and (max-width: 1199px) {
    .s_using__text ul li {
        max-width: 240px;
        padding-right: 10px
    }
}

@media all and (max-width: 639px) {
    .s_using__text ul li {
        max-width: 100%;
        padding-right: 0
    }
}

.s_footer {
    padding-top: 60px;
    padding-bottom: 75px;
    background-color: #f1f1f1
}

@media all and (max-width: 999px) {
    .s_footer {
        background-color: #fff;
        padding: 0
    }
}

.s_footer_copy {
    background: #107712;
    padding: 20px 0 14px;
    width: 100%
}

@media all and (max-width: 1359px) {
    .s_footer_copy {
        padding: 16px 0 10px
    }
}

.s_footer_copy_text {
    opacity: .9;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400
}

@media all and (max-width: 1359px) {
    .s_footer_copy_text {
        font-size: 16px
    }
}

@media all and (max-width: 1199px) {
    .s_footer_copy_text {
        font-size: 14px
    }
}

.s_footer__button {
    max-width: 245px;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (max-width: 1199px) {
    .s_footer__button {
        max-width: 187px
    }
}

@media all and (max-width: 999px) {
    .s_footer__button {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s_footer__button button {
    max-width: 112px;
    width: 100%;
    height: 33px;
    border: none;
    background-color: #107712;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.s_footer__button button:hover {
    background-color: #D72113
}

@media all and (max-width: 1199px) {
    .s_footer__button button {
        font-size: 12px;
        max-width: 85px;
        height: 27px
    }
}

@media all and (max-width: 999px) {
    .s_footer__button button {
        max-width: 158px;
        font-size: 16px;
        height: 43px
    }
}

@media all and (max-width: 767px) {
    .s_footer__button button {
        max-width: 187px
    }
}

@media all and (max-width: 999px) {
    .s_footer .container {
        padding: 0
    }
}

@media all and (max-width: 999px) {
    .s_footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.s_footer__block {
    width: 25%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.s_footer__block:last-child {
    max-width: 190px;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_footer__block:last-child li:nth-child(n+2) {
    margin-bottom: 35px
}

.s_footer__block:last-child li:nth-child(n+2) a, .s_footer__block:last-child li:nth-child(n+2) p {
    font-weight: 500;
    line-height: 2
}

.s_footer__block li {
    font-size: 14px;
    margin-bottom: 17px;
    line-height: 1.5
}

.s_footer__block li a, .s_footer__block li p {
    max-width: 200px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    line-height: 1.5
}

.s_footer__block li:first-child {
    margin-bottom: 25px;
    font-size: 20px;
    color: #107712
}

.s_footer__block li:last-child {
    margin-bottom: 0
}

.s_footer__block a:hover {
    color: #107712
}

.s_footer__block a.active {
    color: #ff6506
}

.s_footer__block a.active:hover {
    color: #ff6506
}

.s_footer__block h5 {
    color: #107712;
    line-height: 1.7em;
    margin-bottom: 20px
}

@media all and (max-width: 999px) {
    .s_footer__block h5 {
        text-align: center;
        font-size: 18px
    }
}

@media all and (max-width: 767px) {
    .s_footer__block h5 {
        font-size: 20px
    }
}

.s_footer__block input, .s_footer__block textarea {
    outline: none
}

@media all and (max-width: 999px) {
    .s_footer__block {
        max-width: 100%;
        width: 100%
    }

    .s_footer__block:nth-child(1), .s_footer__block:nth-child(2) {
        display: none
    }

    .s_footer__block:nth-child(3) ul, .s_footer__block:nth-child(4) ul {
        padding: 30px 0;
        margin: 0 auto;
        width: 100%;
        max-width: 300px
    }

    .s_footer__block:nth-child(3) ul li, .s_footer__block:nth-child(4) ul li {
        text-align: center
    }

    .s_footer__block:nth-child(3) {
        background-color: #f1f1f1
    }

    .s_footer__block:nth-child(4) {
        max-width: 100%;
        width: 100%
    }

    .s_footer__block:nth-child(4) li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px !important
    }

    .s_footer__block:nth-child(4) li a {
        display: inline-block
    }

    .s_footer__block:nth-child(4) li p, .s_footer__block:nth-child(4) li a {
        font-weight: 600 !important;
        width: 100%;
        line-height: 1.2 !important
    }
}

.s_footer_input-wrap {
    max-width: 245px;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

@media all and (max-width: 1199px) {
    .s_footer_input-wrap {
        max-width: 187px
    }
}

@media all and (max-width: 999px) {
    .s_footer_input-wrap {
        max-width: 300px
    }
}

@media all and (max-width: 639px) {
    .s_footer_input-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s_footer_input-wrap input {
    width: 100%;
    outline: none;
    background: #fff;
    border: 2px solid #e5e5e5;
    padding: 0 7px;
    height: 30px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

@media all and (max-width: 639px) {
    .s_footer_input-wrap input {
        border-radius: 5px;
        max-width: 240px
    }
}

.s_footer_input-wrap input::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_input-wrap input:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_input-wrap input::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_input-wrap input:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_textarea_wrap {
    max-width: 245px;
    width: 100%;
    height: 90px;
    margin-bottom: 25px
}

@media all and (max-width: 1199px) {
    .s_footer_textarea_wrap {
        max-width: 187px
    }
}

@media all and (max-width: 999px) {
    .s_footer_textarea_wrap {
        max-width: 300px;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    .s_footer_textarea_wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s_footer_textarea_wrap textarea {
    width: 100%;
    height: 100%;
    border: 2px solid #e5e5e5;
    resize: none;
    padding: 10px 8px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

@media all and (max-width: 639px) {
    .s_footer_textarea_wrap textarea {
        border-radius: 5px;
        max-width: 240px
    }
}

.s_footer_textarea_wrap textarea::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_textarea_wrap textarea:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_textarea_wrap textarea::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer_textarea_wrap textarea:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.s_footer__block--divide {
    margin-bottom: 35px
}

.s_footer__cards {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

@media all and (max-width: 999px) {
    .s_footer__cards {
        margin: 0 auto 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.s_footer__cards .zorelit__section {
    width: 86px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 639px) {
    .s_footer__cards .zorelit__section {
        position: relative;
        right: unset;
        top: unset;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.s_footer__cards a {
    margin-right: 15px
}

@media all and (max-width: 639px) {
    .s_footer__cards a {
        margin-right: 0
    }
}

.s_footer__cards a:last-of-type {
    margin-right: 0
}

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

@media all and (max-width: 639px) {
    .s_footer__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s_footer__cards img {
        margin-bottom: 20px
    }
}

.s_popup {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none
}

.s_popup__layer {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.s_popup__content {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 950px;
    width: 100%;
    background-color: #fff;
    padding: 30px
}

@media all and (max-width: 767px) {
    .s_popup__content {
        padding: 30px 15px
    }
}

.s_popup__close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    width: 30px;
    height: 30px
}

.s_popup__close::before, .s_popup__close::after {
    content: "";
    top: 50%;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #b2b2b2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.s_popup__close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.s_popup__close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.s_popup__close:hover::after, .s_popup__close:hover::before {
    background-color: #107712
}

.s_popup__header {
    margin-bottom: 55px;
    position: relative
}

.s_popup__button {
    margin: 0;
    max-width: 240px
}

.s_popup__button--white {
    border: none;
    font-weight: bold
}

.s_popup__button:last-child {
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .s_popup__button {
        margin-bottom: 10px
    }
}

.s_popup__footer {
    padding: 0 30px
}

@media all and (max-width: 767px) {
    .s_popup__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.s_popup--basket {
    overflow-y: auto
}

.s_popup--basket .s_popup__content {
    left: unset;
    top: unset;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: auto;
    position: relative
}

.s_popup--basket .s_popup__conteiner {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto
}

.s_popup--login {
    display: block
}

.s_basket--wrap {
    margin-bottom: 20px
}

@media all and (max-width: 999px) {
    .s_basket--wrap {
        max-height: 400px;
        overflow-y: auto
    }
}

.s_basket--line {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.s_basket--line:last-child {
    margin-bottom: 0
}

@media all and (max-width: 999px) {
    .s_basket--line {
        margin-bottom: 20px
    }
}

.s_basket--close {
    cursor: pointer
}

.s_basket--content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.s_basket--content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px
}

.s_basket--icon {
    width: 20px;
    height: 20px;
    position: relative
}

.s_basket--icon::after, .s_basket--icon::before {
    top: 50%;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.s_basket--icon::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.s_basket--icon:hover::after, .s_basket--icon:hover::before {
    background-color: #107712
}

.s_basket--content {
    width: 100%;
    position: relative;
    padding-right: 30px
}

.s_basket--content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -30px;
    left: 0;
    background-color: #ccc
}

@media all and (max-width: 999px) {
    .s_basket--content {
        padding-right: 15px
    }

    .s_basket--content::after {
        width: 97%;
        bottom: 0px
    }
}

@media all and (max-width: 767px) {
    .s_basket--content {
        padding-left: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.s_basket--block {
    margin-right: 20px
}

.s_basket--block:last-child {
    margin-right: 0
}

@media all and (max-width: 999px) {
    .s_basket--block {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.s_basket--container {
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 999px) {
    .s_basket--container {
        padding-bottom: 0
    }
}

.s_basket--img {
    max-width: 185px;
    padding-left: 30px;
    margin-right: 50px
}

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

@media all and (max-width: 999px) {
    .s_basket--img {
        padding-left: 15px;
        margin-right: 0;
        padding-right: 30px
    }
}

@media all and (max-width: 767px) {
    .s_basket--img {
        max-width: 50%;
        width: 100%;
        margin: 0 auto 30px
    }
}

@media all and (max-width: 479px) {
    .s_basket--img {
        max-width: 100%;
        padding: 0
    }
}

.s_basket--info {
    max-width: 260px;
    width: 100%;
    margin-right: 20px
}

@media all and (max-width: 767px) {
    .s_basket--info {
        margin-right: 0;
        max-width: 50%
    }
}

@media all and (max-width: 479px) {
    .s_basket--info {
        max-width: 100%
    }
}

.s_basket--title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
}

.s_basket--descr {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 7px
}

.s_basket--descr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #107712
}

.s_basket--reason p {
    font-size: 14px
}

.s_basket--reason span {
    font-size: 12px;
    color: #107712;
    font-weight: 600;
    margin-right: 20px
}

.s_basket--calc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 999px) {
    .s_basket--calc {
        margin-right: 20px
    }
}

.s_basket--minus, .s_basket--plus {
    cursor: pointer;
    width: 14px;
    height: 14px;
    position: relative
}

.s_basket--minus::after, .s_basket--plus::after {
    content: "";
    top: 50%;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #aaa;
    display: block
}

.s_basket--minus {
    margin-right: 10px
}

.s_basket--plus::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color:#FF670C;
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.s_basket--plus::after {
    background-color:#FF670C;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s_basket--input {
    border: 1px solid #ccc;
    outline: none;
    max-width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    margin-right: 7px
}

.s_basket--price p {
    color:#FF670C;
    font-weight:500;
    font-size: 22px
}

.s_basket--footer {
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_basket--footer p {
    color:#FF670C
}

.s_basket--total {
    font-size: 30px;
    line-height: 1;
    font-weight:600
}

.s_basket--value {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2
}

.s_popup--basket .s_popup__footer {
    margin-top: 30px
}

.s_popup--enter {
    overflow-y: auto
}

.s_popup--enter_content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 320px;
    width: 100%;
    background: #fff;
    padding: 44px 24px 45px;
    z-index: 2
}

.s_popup--enter_close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/close.png) no-repeat center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.s_popup--enter_header {margin-bottom: 19px}

.s_popup--enter_heading {
    color: #107712;
    font-weight: 200}

.s_popup--enter_inputs {margin-bottom: 28px}

.s_popup--enter_input {
    border-radius: 12px;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 28px}

.s_popup--enter_input:last-of-type {margin-bottom:0}

.s_popup--enter_input input {
    border: none;
    outline: none;
    background: transparent;
    height: 38px;
    line-height: 38px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0 16px;
    width: 100%;
    -ms-input-placeholder-color: rgba(0, 0, 0, 0.5);
    -ms-input-placeholder-font-size: 16px
}

.s_popup--enter_input input ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px
}

.s_popup--enter_input input :-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px
}

.s_popup--enter_input input :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px
}

.s_popup--enter_input input ::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px
}

.s_popup--enter_input input ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px
}

.s_popup--enter_btns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_popup--enter_btns button {
    max-width: 115px;
    height: 47px;
    width: 100%;
    line-height: 47px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-right: 22px;
    border-right: 10px
}

.s_popup--enter_forgot {
    cursor: pointer;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif
}

.s_popup--thank #button-confirm {
    max-width: 201px;
    width: 100%;
    margin: 0
}

.s_popup--thank_content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    max-width: 320px;
    width: 100%;
    padding: 40px 58px 42px 23px
}

.s_popup--thank_header {
    margin-bottom: 22px
}

.s_popup--thank_header h2 {
    color: #107712
}

.s_popup--thank_text {
    margin-bottom: 44px
}

.s_popup--thank_text p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em
}

.s_popup--thank_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px
}

.s_popup--thank_close::after, .s_popup--thank_close::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #107712
}

.s_popup--thank_close::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.s_popup--thank_close::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.s_popup--thank_btn a {
    margin: 0
}

.s_popup_gallery {
    background: #fff
}

.s_popup_gallery_close {
    position: fixed;
    z-index: 200;
    right: 40px;
    top: 40px;
    background: url(../img/close.png) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    cursor: pointer
}

@media all and (max-width: 999px) {
    .s_popup_gallery_close {
        right: 20px;
        top: 20px
    }
}

.s_popup_gallery .s_popup_content {
    position: relative;
    z-index: 5
}

.s_popup_gallery_item {
    height: 100vh;
    position: relative;
    z-index: 2;
    padding: 50px
}

@media all and (max-width: 999px) {
    .s_popup_gallery_item {
        padding: 15px
    }
}

.s_popup_gallery_item--nav {
    position: relative;
    z-index: 3;
    height: 30vh;
    padding: 25px
}

@media all and (max-width: 999px) {
    .s_popup_gallery_item--nav {
        padding: 15px
    }
}

.s_popup_gallery_slider .slick-arrow {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    font-size: 0;
    outline: none;
    background: transparent;
    width: 33px;
    height: 10px;
    top: 50%;
    border: none
}

@media all and (max-width: 767px) {
    .s_popup_gallery_slider .slick-arrow {
        top: 50%
    }
}

.s_popup_gallery_slider .slick-arrow::after {
    position: absolute;
    width: 26px;
    height: 2px;
    background: black;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.s_popup_gallery_slider .slick-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    left: -8px;
    border: 5px solid transparent;
    border-right: 5px solid black;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.s_popup_gallery_slider .slick-arrow:hover::after {
    background: #107712
}

.s_popup_gallery_slider .slick-arrow:hover::before {
    border-right-color: #107712
}

.s_popup_gallery_slider .slick-arrow.slick-next {
    -webkit-transform: rotate(180deg) translateY(-50%);
    -moz-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    right: 100px
}

@media all and (max-width: 999px) {
    .s_popup_gallery_slider .slick-arrow.slick-next {
        right: 20px
    }
}

.s_popup_gallery_slider .slick-arrow.slick-prev {
    left: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 999px) {
    .s_popup_gallery_slider .slick-arrow.slick-prev {
        left: 20px
    }
}

.s_popup_gallery_img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s_popup_gallery_img img {
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.s_popup_gallery_navs .slick-slide {
    text-align: center;
    margin: 0 auto
}

.s_popup_gallery_navs .slick-list, .s_popup_gallery_navs .slick-slider, .s_popup_gallery_navs .slick-track {
    text-align: center;
    margin: 0 auto
}

.s_popup_gallery_navs .slick-slide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.3
}

.s_popup_gallery_navs .slick-slide.slick-current.slick-active {
    opacity: 1
}
@media all and (max-width: 999px) {
    .warm-hover-popup:hover .warm-popup {
        display:none!important;
    }
}

@media all and (max-width:490px){
    .s_basket--img img{max-width:70%;margin:0 auto}
    .s_basket--title {font-size:20px}
    .s_basket--block {margin-bottom:15px}
    .s_basket--block p,.s_basket--block span,.s_basket--block li{font-size:12px}
}