/**
 * Created by Alexey Salomatin on 18.03.2019.
 */

/* ===================================================================================================================== START RESET */


.wrapper {
    max-width: 1020px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.reset {
    width: 100%;
    height: 0;
    background-color:transparent;
    clear: both;
}

.all-wrap {
    margin: 0;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll; !* также может быть auto *!*/
    -webkit-overflow-scrolling: touch;
}

span {
    display: inline-block;
}


::-webkit-input-placeholder {color: #9a9a9a !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}
::-moz-placeholder          {color: #9a9a9a !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}
:-moz-placeholder           {color: #9a9a9a !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}
:-ms-input-placeholder      {color: #9a9a9a !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}

.slick-slide {
    outline: none;
}

/*.card-image img {*/
/*min-height: 100%;*/
/*}*/

a:hover {
    color: #9b9b9b;
}

@media screen and (max-width: 500px) {
    .added-link {
        width: 90%;
        margin-bottom: 10px;
    }

    .added-close {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .adaptive .co-button--checkout {
        margin-left: 0;
    }
}

.drop:hover .drop-target {
    display: none;
}

.dynamic_basket-drop {
    right: auto;
    left: 0;
    width: 300px;
}

@media screen and (max-width: 820px) {
    #captcha_challenge,
    .co-input--captcha{
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .g-recaptcha > div {
        width: 200px !important;
    }
}

.co-section--checkout_content {
    min-height: 0;
}

.m-modal {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 323px;
    height: 300px;
    -webkit-transform: translate(32px, 0);
    -moz-transform: translate(32px, 0);
    -ms-transform: translate(32px, 0);
    -o-transform: translate(32px, 0);
    transform: translate(32px, 0);
    overflow-y: auto;
}

@media screen and (max-width: 640px) {
    .m-modal {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow-y: auto;
    }
}

body.compensate-for-scrollbar {
    overflow: auto;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

@media screen and (max-width: 390px) {
    .m-modal {
        width: 100%;
    }
}

/* ===================================================================================================================== END RESET */









.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9,
.section-10,
.section-11 {
    position: relative;
    overflow: hidden;
}

.open-menu .section {
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* ===================================================================================================================== START LEFT SIDEBAR */

.left-sidebar {
    width: 67px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #1e1e1e;
    padding-top: 45px;
    padding-bottom: 30px;
}

.burger {
    width: 40px;
    height: 20px;
    cursor: pointer;
    margin: 0 auto;
}

.burger span {
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #ffffff;
    margin-right: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.burger-black span {
    background-color: #1e1e1e;
}

.burger span:last-child {
    margin-right: 0;
}

.burger:hover span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-menu {
    text-align: center;
}

.social-menu-link {
    width: 32px;
    height: 32px;
    display: block;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 0;
}

/*.social-menu-link:hover {*/
    /*color: transparent;*/
/*}*/

.invert-mini {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.invert-max {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*.social-menu * {*/
    /*-webkit-box-shadow: none !important;*/
    /*-moz-box-shadow: none !important;*/
    /*box-shadow: none !important;*/
    /*text-shadow: none !important;*/
/*}*/

.social-menu-link:hover {
    opacity: 1;
    color: transparent;
}

.social-menu-link:hover svg .invert-mini {
    fill: #000000;
}

.social-menu-link:hover svg .invert-max {
    fill: #ffffff;
}

/* ===================================================================================================================== END LEFT SIDEBAR */

/* ===================================================================================================================== START HEADER */


.header-top-close {
    background: #ffffff url(plus-black.svg) center center no-repeat;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #ffffff;
    padding-left: 67px;
    padding-bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-black-line {
    height: 8px;
    background-color: #ffffff;
}

.template-is-index header {
    border: none;
}

header.big {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-top {
    background-color: #000000;
    position: relative;
}

.header-top-action {
    color: #ffffff;
    text-align: center;
    padding: 7px 0;
}

.header-top span {
    color: #c2b04a;
    margin: 0 0 0 5px;
}

.header-top-left-line {
    height: 100%;
    margin-right: 125px;
    font-size: 0;
}

.header-top-left-line span {
    display: inline-block;
    height: 33px;
    width: 10px;
    background-color: #c2b04a;
    margin-right: 10px;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
}

.header-top-left-line span:last-child {
    margin-right: 0;
}

.header-top-right-line {
    height: 100%;
    margin-left: 125px;
    font-size: 0;
}

.header-top-right-line span {
    display: inline-block;
    height: 33px;
    width: 10px;
    background-color: #c2b04a;
    margin-right: 10px;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
}

.header-top-right-line span:last-child {
    margin-right: 0;
}

.header-left-cell {
    padding-top: 25px;
}

header.big .header-left-cell {
    padding-top: 44px;
}

.phone.in-header {
    display: inline-block;
    font: 14px/19px 'Open Sans Bold', sans-serif;
    color: #282828;
    text-transform: uppercase;
    border-bottom: 1px dashed #282828;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    -o-transform: translate(0, 12px);
    transform: translate(0, 12px);
}

.big .phone.in-header {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.work-time {
    font-size: 14px;
    color: #94a6a7;
    text-transform: uppercase;
    margin-bottom: 26px;
}

header.big .work-time {
    font-size: 14px;
    color: #94a6a7;
    text-transform: uppercase;
    margin-bottom: 41px;
}

header .us-workshop {
    display: none;
    font: 14px/19px 'Open Sans Bold', sans-serif;
    color: #282828;
    text-transform: uppercase;
    border-bottom: 1px dashed #282828;
    padding-bottom: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.big .us-workshop {
    display: inline-block;
}

.call-back {
    display: inline-block;
    width: 160px;
    color: #ffffff;
    background-color: #c2b04a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 21px;
    margin-right: 60px;
}

header.big .call-back {
    margin-bottom: 43px;
    margin-right: 0;
}

.call-back:hover {
    background-color: #009688;
    color: #ffffff;
}

.call-courier {
    display: inline-block;
    width: 160px;
    color: #ffffff;
    background-color: #009688;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 21px;
    margin-left: 60px;
}

header.big .call-courier {
    margin-bottom: 43px;
    margin-left: 0;
}

.call-courier:hover {
    background-color: #c2b04a;
    color: #ffffff;
}

.header-right-cell {
    padding-top: 36px;
}

header.big .header-right-cell {
    padding-top: 39px;
    padding-bottom: 25px;
}

.city {
    display: none;
    position: relative;
}

header.big .city {
    display: block;
}

header .js-city-name {
    display: inline-block;
    color: #282828;
    font: 14px/19px 'Open Sans Bold', sans-serif;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent url(map.svg) 0 center no-repeat;
    cursor: pointer;
    text-decoration: dashed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    bottom: 0;
    right: 0;
}

header .js-city-name:after {
    width: calc(100% - 22px);
    display: block;
    content: '';
    position: absolute;
    border-top: 1px dashed;
}

.nav .city .js-city-name,
.fixed_header .city .js-city-name {
    font: 14px 'Roboto-Bold', sans-serif;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 0 0 #9a9a9a;
    margin-left: 7px;
}

.nav .city .js-city-name{
    font: 18px 'Roboto-Regular', sans-serif;
}

.nav .map {
    margin-bottom: 10px;
}

.nav .city .js-city-form,
.fixed_header .city .js-city-form,
header .city .js-city-form {
    position: absolute;
    width: 388px;
    height: 72px;
    top: 130%;
    right: 0;
    display: flex;
    overflow: hidden;
    /*background: transparent;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 19px 23px 21px 29px;
    -webkit-box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);
    box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);
    background-color: #ffffff;

    /*box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);*/
}

.nav .city .js-city-form.close,
.fixed_header .city .js-city-form.close,
header .city .js-city-form.close {
    height: 0;
    padding: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav .city .inpt-control.inpt,
.fixed_header .city .inpt-control.inpt,
header .city .inpt-control.inpt {
    font: 14px 'DINPro-Light', sans-serif;
    color: #9a9a9a;
    text-shadow: 0 0 #9a9a9a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-right: 17px;
    padding-left: 0;
}

.nav .city .inpt-control.inpt:focus,
.fixed_header .city .inpt-control.inpt:focus,
header .city .inpt-control.inpt:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav .city .inpt-group-addon,
.fixed_header .city .inpt-group-addon,
header .city .inpt-group-addon {
    width: 123px;
    height: 32px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    background-color: #009688;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 0;
    flex-direction: row;
    line-height: 30px;
}

.nav .city .inpt-group-addon:hover,
.fixed_header .city .inpt-group-addon:hover,
header .city .inpt-group-addon:hover,
.nav .city .inpt-group-addon:focus,
.fixed_header .city .inpt-group-addon:focus,
header .city .inpt-group-addon:focus {
    background-color: #000000;
}

.geo-title {
    display: none;
    color: #94a6a7;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: 40px;
}

header.big .geo-title {
    display: block;
}

.enter {
    margin-right: 70px;
}

.enter #r3nqa {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.enter:hover #r3nqa {
    fill: #c2b04a;
}

.cart-widget-link #dirja {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cart-widget-link:hover #dirja {
    fill: #c2b04a;
}

[data-cartman-positions-count] {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #c2b04a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
    -webkit-transform: translate(0, -7px);
    -moz-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px);
}

[data-cartman-positions-count].is-cart-empty {
    display: none;
}

.wrap-logo {
    width: 100px;
}

header.big .wrap-logo {
    width: 345px;
}

.logotype {
    height: auto;
}

.logo-big {
    display: none;
}

header.big .logo-big {
    display: inline-block;
}

header.logo-small {
    display: inline-block;
}

header.big .logo-small {
    display: none;
}

.middle-cell {
    position: relative;
}

.wrap-middle-cell {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

header.big .wrap-middle-cell {
    top: 28px;
}

.ooo {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-header-map {
    width: 850px;
    height: 430px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);
    box-shadow: 0 15px 21px rgba(0, 0, 0, 0.28);
    /*-webkit-transition: all 0.4s;*/
    /*-moz-transition: all 0.4s;*/
    /*-ms-transition: all 0.4s;*/
    /*-o-transition: all 0.4s;*/
    /*transition: all 0.4s;*/
    opacity: 1;
}

.wrap-header-map.close{
    display: none;
    /*overflow: hidden;*/
    /*-webkit-transition: all 0.4s;*/
    /*-moz-transition: all 0.4s;*/
    /*-ms-transition: all 0.4s;*/
    /*-o-transition: all 0.4s;*/
    /*transition: all 0.4s;*/
}

#yMapHeader {
    width: 65%;
    height: 100%;
}

.header-map-item {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 20px;
}

.header-map-item a {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}

.header-map-item:last-child {
    margin-bottom: 0;
}

.header-map-title {
    font: 14px/16px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding-top: 3px;
    margin-bottom: 5px;
}

.header-map-item .map-link {
    color: #009688;
}

.ooo * {
    cursor: default !important;
}

.wrap-super-select {
    position: relative;
}

.wrap-super-select .option-values {
    position: absolute;
    left: 0;
    top: 100%;
    width: 130px;
    display: none;
    z-index: 9999;
}

.wrap-super-select .option-values.open-ul {
    display: block;
 
}

ul.wrap-options-btn {
    border: 1px solid #94a6a7;
    border-radius: 19px;
    margin: 0;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
}

.wrap-super-select .option-values.open-ul ul.wrap-options-btn {
    border-top: none;
    -webkit-border-radius: 0 0 19px 19px;
    -moz-border-radius: 0 0 19px 19px;
    border-radius: 0 0 19px 19px;
}



ul.wrap-options-btn li {
    text-align: center;
    margin-right: 0 !important;
    border: none !important;
    font-size: 14px;
    line-height: 16px !important;
    color: #94a6a7;
}



.super-select {
    width: 130px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #94a6a7;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    color: #94a6a7;
    cursor: pointer;
    background: #ffffff url(black-micro-arrow-down.svg) right 10px center no-repeat;
}

.super-select.open-ul {
    -webkit-border-radius: 19px 19px 0 0;
    -moz-border-radius: 19px 19px 0 0;
    border-radius: 19px 19px 0 0;
}

.wrap-options-btn .option-value.is-span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 30px !important;
    border: none;
    color: #94a6a7;
    margin-bottom: 0;
    min-height: 0;
}

.wrap-options-btn .option-value.is-span:hover {
    background-color: #009688 !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
    line-height: 30px !important;
}

.wrap-options-btn .option-value.is-active.is-span {
    background-color: #c2b04a;
    color: #ffffff !important;
    border: none !important;
    font: 12px/30px 'Open Sans', sans-serif !important;

}

/* ===================================================================================================================== END HEADER */

/* ===================================================================================================================== START SECTION-1 */

.section-1 {
    padding-top: 221px;
}

.box-messengers {
    position: fixed;
    right: 0;
    top: 50%;
    width: 65px;
    height: 176px;
    margin-top: -88px;
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
    background-color: #1e1e1e;
    z-index: 66;
}

.messenger {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.messenger:hover {}

.whatsapp {
    /*background: transparent url(s1.svg) center center no-repeat;*/
    /*-webkit-background-size: contain;*/
    /*background-size: contain;*/
}

.whatsapp .st0 {
    fill: transparent !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.whatsapp:hover .st0 {
    fill: #5CCF25 !important;
}

.viber {
    /*background: transparent url(s2.svg) center center no-repeat;*/
    /*-webkit-background-size: contain;*/
    /*background-size: contain;*/
}

.viber .st2 {
    fill: transparent !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.viber:hover .st2 {
    fill: #78519D !important;
}

.telegram {
    /*background: transparent url(s3.svg) center center no-repeat;*/
    /*-webkit-background-size: contain;*/
    /*background-size: contain;*/
    margin-bottom: 0;
}

.telegram .st4 {
    fill: transparent !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.telegram:hover .st4 {
    fill: #57ACEC !important;
}

.section-title {
    text-align: center;
    font: 60px/60px 'Narziss Pro Cyrillic Drops Medium', sans-serif;
    color: #000000;
    padding-top: 93px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: bold;
}

.section-1 .section-title {
    padding-top: 97px;
}

.section-title_pt3 {
    padding-top: 3px;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.green-bg {
    /*background: transparent url(green-bg.jpg) 0 0 repeat;*/
    background: transparent url(green-bg-new.jpg) center 0 no-repeat;
    height: 493px;
    position: relative;
}

.section-1__left-text {
    position: absolute;
    top: 206px;
    left: 71px;
    font: 48px/48px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    color: #007e72;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.section-1__right-text {
    position: absolute;
    top: 225px;
    right: -50px;
    font: 48px/48px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    color: #007e72;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wrap-boot {
    position: relative;
    max-width: 1550px;
    height: 420px;
    margin: 0 auto;
    top: -270px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.tool-bar {
    width: 210px;
    font-size: 0;
    position: absolute;
    bottom: 24px;
    flex-wrap: wrap;
    /*margin-top: -132px;*/
}

.label-tool {
    width: 88px;
    height: 88px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #007e72;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px;
}

.input-tool {
    display: none;
}

.input-tool:checked + label {
    background-color: #c2b04a;
}

.boot {
    width: 65%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.boot img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.boot img.opa {
    opacity: 0;
}

.wrap-image-map {
    height: 100%;
}

.mouse-icon {
    display: none !important;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 3px;
    position: absolute;
}

/*area:hover {*/
    /*cursor: url(tool-1.svg), default;*/
/*}*/

/*.wrap-image-map {cursor: url(cursor-tool-0.svg) 30 30, default;}*/
/*[data-num="tool-1"] {cursor: url(cursor-tool-1.svg) 30 30, default;}*/
/*[data-num="tool-2"] {cursor: url(cursor-tool-2.svg) 30 30, default;}*/
/*[data-num="tool-3"] {cursor: url(cursor-tool-3.svg) 30 30, default;}*/
/*[data-num="tool-4"] {cursor: url(cursor-tool-4.svg) 30 30, default;}*/
/*[data-num="tool-5"] {cursor: url(cursor-tool-5.svg) 30 30, default;}*/
/*[data-num="tool-6"] {cursor: url(cursor-tool-6.svg) 30 30, default;}*/

#order_form {
    padding-top: 100px;
    padding-left: 100px;
}

.wrap-image-map {cursor: url(cursor-tool-big-0.svg) 30 30, default;}
[data-num="tool-1"] {cursor: url(cursor-tool-big-4.svg) 30 30, default;}
[data-num="tool-2"] {cursor: url(tool11.svg) 30 30, default;}
[data-num="tool-3"] {cursor: url(tool9.svg) 30 30, default;}
[data-num="tool-4"] {cursor: url(tool10.svg) 30 30, default;}
[data-num="tool-5"] {cursor: url(tool8.svg) 30 30, default;}
[data-num="tool-6"] {cursor: url(tool7.svg) 30 30, default;}

.image-map-1 {
    position: relative;
    z-index: 1;
}

.image-map-2 {
    position: relative;
    z-index: 2;
}

.mouse-icon-border {
    width: 100%;
    height: 100%;
    border: 1px solid #c2b04a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #007e72;
}

.section-1__hz {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 310px;
    background: transparent url(card-shadow.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 0 9px 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: default;
    z-index: 5;
}

.section-1__hz.hide-top {
    top: -300px;
}

.section-1__hz-wrap {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 50px 20px 30px;
}

.shadow-hz {
    background: transparent url(shadow-hz.png) center 0 no-repeat;
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.section-1__hz-title {
    font: 14px/19px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.hz-item {
    margin-bottom: 9px;
}

.hz-item-title {
    font-size: 14px;
    text-shadow: 0 0 0 #000000;
}

.hz-item-price {
    font-size: 14px;
    color: #94a6a7;
}

.hz-wrap-total {
    background: transparent url(bundle-line.png) right top no-repeat;
}

.hz-total-title {
    font-size: 14px;
    margin-right: 23px;
    padding-top: 22px;
}

.hz-total {
    font: 24px/24px 'Open Sans Bold', sans-serif;
    color: #000000;
    padding-top: 23px;
    padding-left: 9px;
}

/* ===================================================================================================================== END SECTION-1 */

/* ===================================================================================================================== START SECTION-2 */

.section-2 #order_form {
    padding: 0;
}

.section-2 {
    padding-top: 226px;
    background-color: #ffffff;
}

.section-wrap {
    position: relative;
}

.tool-1 {
    max-height: 100000px;
    position: absolute;
    top: 105px;
    left: 200%;
    margin-left: -367px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(660deg);
    -moz-transform: rotate(660deg);
    -ms-transform: rotate(660deg);
    -o-transform: rotate(660deg);
    transform: rotate(660deg);
}

.section-2.active .tool-1 {
    top: 105px;
    left: 50%;
    margin-left: -367px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tool-2 {
    max-height: 100000px;
    position: absolute;
    top: -308px;
    left: 50%;
    margin-left: 160px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.section-2.active .tool-2 {
    top: 308px;
    left: 50%;
    margin-left: 160px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tool-3 {
    max-height: 100000px;
    position: absolute;
    top: -332px;
    right: 50%;
    margin-right: 87px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-2.active .tool-3 {
    top: 336px;
    right: 50%;
    margin-right: 90px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tool-4 {
    max-height: 100000px;
    position: absolute;
    top: 1000px;
    left: 150%;
    margin-left: 135px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.section-2.active .tool-4 {
    top: 400px;
    left: 50%;
    margin-left: 135px;
}

.tool-5 {
    max-height: 100000px;
    position: absolute;
    top: 1000px;
    right: 150%;
    margin-right: 157px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.section-2.active .tool-5 {
    top: 488px;
    right: 50%;
    margin-right: 157px;
}

.tool-6 {
    max-height: 100000px;
    position: absolute;
    top: 1000px;
    left: 50%;
    margin-left: 105px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.section-2.active .tool-6 {
    top: 520px;
    left: 50%;
    margin-left: 105px;
}

.tool-7 {
    max-height: 100000px;
    position: absolute;
    top: 1000px;
    right: 50%;
    margin-right: -22px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.section-2.active .tool-7 {
    top: 520px;
    right: 50%;
    margin-right: -22px;
}

.wrap-circle-form {
    position: relative;
    z-index: 2;
    width: 545px;
    height: 545px;
    margin: 54px auto 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: transparent url(bg-circle-form.jpg) 0 0 repeat;
    border: 12px solid #000000;
}

.circle-form {
    height: 100%;
    width: 345px;
    margin: 0 auto;
}

.circle-form .feedback-row {
    width: 100%;
    margin-bottom: 0;
}

.circle-form .feedback-field-wrap {
    max-width: 1000px;
}

.circle-form  .feedback-field {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    padding: 22px 0 22px;
}

.wrap-circle-form ::-webkit-input-placeholder {color: #ffffff !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}
.wrap-circle-form ::-moz-placeholder          {color: #ffffff !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}
.wrap-circle-form :-moz-placeholder           {color: #ffffff !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}
.wrap-circle-form :-ms-input-placeholder      {color: #ffffff !important;opacity:1 !important;font: 14px/16px 'Open Sans', sans-serif;, sans-serif;}

.circle-form-textarea {
    resize: none;
}

.circle-form-submit {
    display: inline-block;
    width: 180px;
    line-height: 32px;
    color: #ffffff;
    background-color: #009688;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 0;
    margin-top: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none !important;
}

.circle-form-submit:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.tip-left {
    width: 375px;
    position: absolute;
    top: 75px;
    right: 50%;
    background: transparent url(tip-left.svg) right top no-repeat;
    padding-top: 80px;
    padding-right: 122px;
    margin-right: 370px;
}

.tip-right {
    width: 252px;
    position: absolute;
    top: 127px;
    right: 100px;
    background: transparent url(tip-right.svg) right bottom no-repeat;
    padding-right: 125px;
    padding-bottom: 135px;
}

#checkout_buyer_fields * {
    color: #ffffff;
}

.file_upload {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 1em;              /* example */
    height: auto;                 /* example */
    line-height: 2em;             /* the same as height */
    padding: 14px 0;
    border-bottom: 1px solid #ffffff;
    cursor: default;
}

/*.file_upload .button, */
/*.file_upload > mark {*/
    /*display: block;             !* example *!*/
/*}*/

.file_upload .button {
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 32px; /* example */
    height: 32px;
    text-align: center; /* example */
    background-color: #009688;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 200;
    cursor: pointer;
    border: 2px solid #009688;
}

.file_upload .button:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.file_upload > mark{
    display: block;
    background: transparent;     /* example */
    text-align: left;            /* example */
    color: #ffffff;
    font-size: 14px;
    border: none;
    width: 75%;
    overflow: auto;
}

.file_upload input[type=file]{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 14px;
    opacity: 0;
    right: 0;
    cursor: pointer;
}


/* ===================================================================================================================== END SECTION-2 */

/* ===================================================================================================================== START SECTION-3 */

.section-3 {
    padding-top: 166px;
    background: transparent url(bg-section-3.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-over-title {
    padding-top: 69px;
    font: 12px/12px 'Myriad Pro Regular', sans-serif;
    text-transform: uppercase;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 22px;
}

.section-3 .section-title {
    padding-top: 0;
    margin-bottom: 104px;
}

.section-3-wrap-collection {
    margin-top: 1000px;
    opacity: 0;
    -webkit-transition: all 1s, opacity 0.5s;
    -moz-transition: all 1s, opacity 0.5s;
    -ms-transition: all 1s, opacity 0.5s;
    -o-transition: all 1s, opacity 0.5s;
    transition: all 1s, opacity 0.5s;
}

.section-3.active .section-3-wrap-collection {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all 1s, opacity 0.5s;
    -moz-transition: all 1s, opacity 0.5s;
    -ms-transition: all 1s, opacity 0.5s;
    -o-transition: all 1s, opacity 0.5s;
    transition: all 1s, opacity 0.5s;
}

.section-3-collection {
    position: relative;
    background: transparent url(card-img-bg.png) 50px bottom no-repeat;
}

.section-3-collection img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.section-3-collection:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section-3-collection-title {
    position: relative;
    display: inline-block;
    margin: 0 auto -62px;
    font: 16px/32px 'Open Sans Bold', sans-serif;
    color: #ffffff;
    background-color: #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 0 30px;
    z-index: 2;
    top: 55px;
}

.section-3-collection img {
    display: block;
}


/* ===================================================================================================================== END SECTION-3 */

/* ===================================================================================================================== START SECTION-4 */

.section-4 {
    padding-top: 215px;
    background-color: #ffffff;
}

.section-4 .container-section-4 {
    max-width: 1530px;
}

.section-4 .section-title {
    padding-top: 14px;
    position: relative;
}

.section-4 .collection-filter {
    margin-bottom: 0;
}

.section-4 .filter {
    border: none;
    padding-bottom: 0;
}

.section-4 .filter-span-control {
    font: 14px/14px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px dashed #000000;
    margin-right: 23px;
    padding: 0 0 5px;
}

.section-4 .filter-span-control:hover {}

.section-4 .filter-item:last-child .filter-span-control {
    margin-right: 0;
}

.section-4 .check-span:checked + .filter-span-control {
    color: #c2b04a;
    border-color: #c2b04a;
}

.filter-span-control:hover {
    color: #c2b04a;
    border-color: #c2b04a;
}

.slider-section-4 {
    overflow: hidden;
    /*margin-top: 1000px;*/
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

.section-4.active .slider-section-4 {
    /*margin-top: 0;*/
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.section-4 .filter-items-list {
    text-align: center;
}

.section-4 .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.section-4 .card-title {
    text-align: left;
}

.section-4 .card-title {
    font: 14px/17px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.section-4 .card-image {
    margin-bottom: 39px;
}

.section-4 .bundle-item {
    margin-bottom: 6px;
}

.section-4 .bundle-link {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-left: 0;
    padding-right: 23px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent url(black-arrow.svg) -19px center no-repeat;
}

.section-4 .bundle-link:hover {
    /*font: 14px/17px 'Open Sans Bold', sans-serif;*/
    color: #009688;
    padding-right: 0;
    padding-left: 23px;
    text-decoration: underline;
    background: transparent url(black-arrow.svg) 0 center no-repeat;
}

.bundle-price {
    min-width: 70px;
    color: #94a6a7;
    font-size: 14px;
    text-align: right;
}

.bundle-total-price {
    font: 24px/24px 'Open Sans Bold', sans-serif;
    color: #000000;
    padding-top: 24px;
    background: transparent url(bundle-line.png) right top no-repeat;
}

.bundle-total-price span {
    font: 14px/14px 'Open Sans', sans-serif;
    margin-right: 31px;
}

.section-4 .card {
    padding: 24px;
    background: transparent url(card-shadow.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.section-4 .wrap-arrow {
    width: 184px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #000000;
    position: absolute;
    right: 0;
    top: 26px;
}

.spirit-prev {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    /*margin-left: 5px;*/
    padding-left: 15px;
}

.spirit-prev #gw2oa {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.spirit-prev:hover #gw2oa {
    fill: #c2b04a;
}

.spirit-next {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    /*margin-right: 5px;*/
    padding-right: 15px;
}

.spirit-next #v12ha {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.spirit-next:hover #v12ha {
    fill: #c2b04a;
}

/* ===================================================================================================================== END SECTION-4 */

/* ===================================================================================================================== START SECTION-5 */

.section-5 {
    padding-top: 226px;
    background: #ffffff url(bg-section-3.jpg) right top 320px repeat-x;
}

.container-section-5 {
    max-width: 1415px;
}

.section-5 .section-over-title {
    padding-top: 260px;
    color: #ffffff;
}

.section-5 .section-title {
    padding-top: 28px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.section-5.active .section-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.section-5 .us-workshop-slider {
    overflow: hidden;
    padding-top: 155px;
    -webkit-transition: all 0.9s, opacity 0.3s;
    -moz-transition: all 0.9s, opacity 0.3s;
    -ms-transition: all 0.9s, opacity 0.3s;
    -o-transition: all 0.9s, opacity 0.3s;
    transition: all 0.9s, opacity 0.3s;
    -webkit-transform: translate(0px, 1000px);
    -moz-transform: translate(0px, 1000px);
    -ms-transform: translate(0px, 1000px);
    -o-transform: translate(0px, 1000px);
    transform: translate(0px, 1000px);
    opacity: 0;
}

.section-5.active .us-workshop-slider {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.section-5 .us-worker-slider {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    -webkit-transition: all 0.9s, opacity 0.3s;
    -moz-transition: all 0.9s, opacity 0.3s;
    -ms-transition: all 0.9s, opacity 0.3s;
    -o-transition: all 0.9s, opacity 0.3s;
    transition: all 0.9s, opacity 0.3s;
    -webkit-transform: translate(0, 1000px);
    -moz-transform: translate(0, 1000px);
    -ms-transform: translate(0, 1000px);
    -o-transform: translate(0, 1000px);
    transform: translate(0, 1000px);
    opacity: 0;
}

.section-5.active .us-worker-slider {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.us-worker-img {
    margin-bottom: 34px;
}

.worker-text-1 {
    font: 18px/18px 'Open Sans Bold', sans-serif;
    color: #000000;
    margin-bottom: 19px;
}

.worker-text-2 {
    font-size: 17px;
    line-height: 20px;
    color: #373737;
    margin-bottom: 20px;
    display: none;
}

.wrap-us-workshop-slider {
    position: relative;
}

.us-workshop-wrap-arrow {
    position: absolute;
    z-index: 5;
    top: 254px;
    left: 50%;
    margin-left: -20px;
    width: 185px;
    height: 32px;
    border: 1px solid #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.5);
}

.us-workshop-swiper-button-prev {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-left: 15px;
}

.us-workshop-swiper-button-prev svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.us-workshop-swiper-button-prev:hover svg {
    filter: invert(100%);
}

.us-workshop-swiper-button-next {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-right: 15px;
}

.us-workshop-swiper-button-next svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.us-workshop-swiper-button-next:hover svg {
    filter: invert(100%);
}

.link-us-workshop {
    display: inline-block;
    width: 220px;
    font: 16px/32px 'Open Sans Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    position: absolute;
    z-index: 5;
    top: 206px;
    left: 50%;
    text-align: center;
    margin-left: -37px;
}

.wrap-us-worker-slider {
    position: relative;
}

.wrap-us-worker-arrow {
    width: 185px;
    height: 32px;
    border: 1px solid #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    margin: 0 auto;
}

.us-worker-swiper-button-prev {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-left: 15px;
}

.us-worker-swiper-button-prev svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.us-worker-swiper-button-prev:hover svg {
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.us-worker-swiper-button-next {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-right: 15px;
}

.us-worker-swiper-button-prev:hover,
.us-worker-swiper-button-prev:focus,
.us-worker-swiper-button-next:hover,
.us-worker-swiper-button-next:focus,
.us-workshop-swiper-button-prev:hover,
.us-workshop-swiper-button-prev:focus,
.us-workshop-swiper-button-next:hover,
.us-workshop-swiper-button-next:focus {
    outline: none !important;
}

.us-worker-swiper-button-next svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.us-worker-swiper-button-next:hover svg {
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.link-us-worker {
    display: inline-block;
    width: 180px;
    font: 16px/32px 'Open Sans Bold', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    position: absolute;
    z-index: 5;
    top: 303px;
    left: 50%;
    text-align: center;
    margin-left: -90px;
}


/* ===================================================================================================================== END SECTION-5 */

/* ===================================================================================================================== START SECTION-6 */

.section-6 {
    padding-top: 226px;
}



.wrap-section-6 {
    height: 100%;
    background: transparent url(blog-bg-2.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, -226px);
    -moz-transform: translate(0, -226px);
    -ms-transform: translate(0, -226px);
    -o-transform: translate(0, -226px);
    transform: translate(0, -226px);
}

.section-6.active .wrap-section-6 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.section-6-article-wrap-img {
  	display: block;
    width: 117px;
    height: 117px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 14px;
  
  -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.template-is-article .card-title {
    margin-bottom: 55px;
}

.section-6 .section-over-title {
    font: 12px/16px 'Open Sans Bold', sans-serif;
    color: #009688;
    text-transform: uppercase;
    padding-top: 73px;
    margin-bottom: 25px;
}

.section-6 .section-title {
    padding-top: 40px;
    color: #ffffff;
}

.section-6-article-date {
    font: 12px/16px 'Open Sans Bold', sans-serif;
    color: #009688;
    text-align: center;
}

.section-6-article-title {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.section-6-article-preview {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
}

.blog-slider {
    overflow: hidden;
}

.link-in-blog {
    display: inline-block;
    width: 140px;
    font-size: 12px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #009688;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.link-in-blog:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.blog-slider-wrap-arrow {
    width: 185px;
    height: 32px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.wrap-btn-section-6 {
    margin-top: -100px;
}

.blog-slider-prev {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-left: 15px;
    cursor: pointer;
}

.blog-slider-prev svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.stz {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-slider-prev:hover .stz {
    fill: #c2b04a;
}

.blog-slider-next {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-right: 15px;
    cursor: pointer;
}

.blog-slider-next svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}

.blog-slider-next:hover .stz {
    fill: #c2b04a;
}

.wrap-blog-slider {
    padding-top: 107px;
    -webkit-transform: translate(0, 500px);
    -moz-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
    -webkit-transition: all 1s, opacity 0.5s;
    -moz-transition: all 1s, opacity 0.5s;
    -ms-transition: all 1s, opacity 0.5s;
    -o-transition: all 1s, opacity 0.5s;
    transition: all 1s, opacity 0.5s;
    opacity: 0;
}

.section-6.active .wrap-blog-slider {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 1s, opacity 1s;
    -moz-transition: all 1s, opacity 1s;
    -ms-transition: all 1s, opacity 1s;
    -o-transition: all 1s, opacity 1s;
    transition: all 1s, opacity 1s;
}



/* ===================================================================================================================== END SECTION-6 */

/* ===================================================================================================================== START SECTION-7 */

.section-7 {
    padding-top: 190px;
}

.wrap-section-7 {
    height: 100%;
}

.container-section-7 {
    max-width: 1390px;
}

.page-scroll footer {
    height: 440px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-scroll .footer-left-right {
    height: 100%;
}

.section-7 .section-title {
    padding-top: 40px;
    margin-bottom: 36px;
}

.instagram-list {
    max-width: 970px;
    margin: 0 auto;
}

.instagram-list .swiper-container .swiper-slide {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.instagram {
    margin-bottom: 70px;
}

.footer-left {
    height: 100%;
    background: transparent url(footer-map.jpg) 0 0 no-repeat;
}

#yMap {
    height: 440px;
}

.ymaps-2-1-73-copyrights-pane {
    display: none !important;
}

.page-scroll #yMap {
    width: 100%;
    height: 100%;
}

.map-title {
    font: 14px/16px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding-top: 3px;
    margin-bottom: 23px;
}

.map-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
}

.map-text a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.map-link {
    font: 14px/16px 'Open Sans Bold', sans-serif;
    color: #009688;
    text-transform: uppercase;
    border-bottom: 1px dashed #009688;
}

.map-link:hover {
    color: #c2b04a;
    border-bottom: 1px dashed #c2b04a;
}

.ymaps-2-1-73-balloon {
    width: 400px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 9px 2px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 3px 9px 2px rgba(0,0,0,.15) !important;
    box-shadow: 0 3px 9px 2px rgba(0,0,0,.15) !important;
}

.ymaps-2-1-73-balloon__close + .ymaps-2-1-73-balloon__content > ymaps {
    overflow: auto !important;
}

.ymaps-2-1-73-balloon__close + .ymaps-2-1-73-balloon__content {
    padding: 30px 15px 30px 38px !important;
}

.ymaps-2-1-73-balloon__close {
    margin-top: 20px;
    margin-right: 20px;
}

.ymaps-2-1-73-balloon__close-button {
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    background: transparent url(close-cross.svg) 0 0 no-repeat;
}

.ymaps-2-1-73-balloon__close-button:hover {
    opacity: 0.5 !important;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5 !important;
    /*-webkit-filter: grayscale(100%) url(filter.svg);*/
    /*-ms-filter: grayscale(100%) url(filter.svg);*/
    /*filter: grayscale(100%) url(filter.svg);*/
}

.footer-right {
    min-height: 100%;
    background: transparent url(bg-footer.jpg) 0 0 repeat;
    position: relative;
}

.wrap-footer-form {
    height: 100%;
}

.footer__form-text {
    font-size: 14px;
    line-height: 14px;
    max-width: 306px;
    text-align: left;
    margin: 0 auto 37px;
}

.footer__form .feedback-field {
    font-size: 18px;
    color: #94a6a7;
    margin-bottom: 37px;
    border: none;
    border-bottom: 1px solid #94a6a7;
    background-color: transparent;
    padding-left: 0;
}

.footer__form ::-webkit-input-placeholder {color: #9a9a9a !important;opacity:1 !important;font: 18px/18px 'Open Sans', sans-serif;, sans-serif;}
.footer__form ::-moz-placeholder          {color: #9a9a9a !important;opacity:1 !important;font: 18px/18px 'Open Sans', sans-serif;, sans-serif;}
.footer__form :-moz-placeholder           {color: #9a9a9a !important;opacity:1 !important;font: 18px/18px 'Open Sans', sans-serif;, sans-serif;}
.footer__form :-ms-input-placeholder      {color: #9a9a9a !important;opacity:1 !important;font: 18px/18px 'Open Sans', sans-serif;, sans-serif;}

.footer__form-submit {
    display: block;
    width: 183px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #009688;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__form-submit:hover {
    background-color: #000000;
}

.copyright {
    position: absolute;
    left: 45px;
    bottom: 17px;
    font: 14px/16px 'Open Sans Bold', sans-serif;
}

.powered {
    position: absolute;
    right: 45px;
    bottom: 17px;
    font: 14px/16px 'Open Sans Bold', sans-serif;
}

.to-idbi {
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    text-decoration: underline !important;
}

.to-idbi:hover {
    text-decoration: none !important;
    color: #c2b04a !important;
}

.section-7 .wrap-instagram {
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 1000px);
    -moz-transform: translate(0, 1000px);
    -ms-transform: translate(0, 1000px);
    -o-transform: translate(0, 1000px);
    transform: translate(0, 1000px);
}

.section-7.active .wrap-instagram {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.to-instagram-1 {
    font: 14px/16px 'Open Sans Bold', sans-serif;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 48px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.to-instagram-1:hover {
    color: #c2b04a !important;
}

.to-instagram-2 {
    font: 14px/16px 'Open Sans Bold', sans-serif;
    color: #000000;
    border-bottom: 1px dashed #000000;
    padding-bottom: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.to-instagram-2:hover {
    color: #c2b04a !important;
    border-color: #c2b04a !important;
}

/* ===================================================================================================================== END SECTION-7 */

/* ===================================================================================================================== START SECTION-8 */

.section-8 {
    padding-top: 132px;
}

.collection-title,
.page-title {
    position: relative;
    width: 100%;
    text-align: center;
    font: 60px/60px 'Narziss Pro Cyrillic Drops Medium', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding-top: 27px;
    font-weight: bold;
}

.section-8 .filter:first-child .filter-title {
    display: none;
}

.section-8 .filter-items-list {
    font-size: 0;
}

.section-8 .filter {
    padding: 0;
    border-bottom: none;
}

.section-8 .filter.is-active-container .filter-title {
    padding-bottom: 0;
  	display: none;
}

.section-8 .filter:first-child .filter-span-control {
    font: 14px/30px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 0 30px;
    margin-right: 5px;
}

.section-8 .filter:nth-child(2) .filter-span-control {
    font: 14px/19px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px dashed #000000;
    margin-right: 14px;
    padding: 0;
}

.filter-span-control.filter-on {
    color: #009688 !important;
    border-color: #009688 !important;
}

.section-8 .filter-title span {
    display: block;
    font: 14px/19px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px dashed #000000;
    margin-right: 14px;
    padding: 0;
    margin-bottom: 0;
}

.slider-section-8 {
    overflow: hidden;
    width: 100%;
}

.slider-section-8 .card {
    height: 100%;
}

.slider-section-8 .swiper-slide {
    height: 310px;
    margin-bottom: 0;
}

.card-title {
    text-align: center;
}

.card-title a {
    color: #94a6a7;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}

.card-price {
    font: 14px/19px 'Open Sans Bold', sans-serif;
    color: #000000;
}

.card .bttn-prim {
    background-color: transparent;
    border: none;
    padding: 0;
}

.section-8 .swiper-slide {
    padding: 15px;
}

.p-0 {
    padding: 0 !important;
}

.card {
    -webkit-box-shadow: 0 7px 12px -3px #8a8a8a;
    -moz-box-shadow: 0 7px 12px -3px #8a8a8a;
    box-shadow: 0 7px 12px -3px #8a8a8a;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
}

.wrap-card-btn {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
}

.section-8 .wrap-arrow {
    width: 184px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #000000;
    position: absolute;
    right: 0;
    top: 38px;
}

.mobile-prices {
    display: none;
}

.check-plug {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.total-price.collection-service__table-total-price span {
    margin-right: 0;
}

/* ===================================================================================================================== END SECTION-8 */

/* ===================================================================================================================== START SECTION-9 */

.w1500 {
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-9 {
    padding-top: 131px;
}

.collection-service__table {
    width: 100%;
    border: 2px solid #dddddd;
    margin-bottom: 20px;
}

.collection-service__product {
    border-bottom: 2px solid #dddddd;
    padding: 4px 19px 4px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.collection-service__product:last-child {
    border: none;
}


.collection-service__title {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-right: 35px;
    padding-left: 19px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background: transparent url(black-arrow.svg) -30px 3px no-repeat;
}

.collection-service__title:hover {
    color: #009688;
    -webkit-transform: translate(18px, 0);
    -moz-transform: translate(18px, 0);
    -ms-transform: translate(18px, 0);
    -o-transform: translate(18px, 0);
    transform: translate(18px, 0);
    text-decoration: underline dashed;
    background: transparent url(black-arrow.svg) 0 3px no-repeat;
}

.collection-service__price span {
    margin-right: 5px;
}

.collection-service__price {
    min-width: 75px;
    font: 14px/14px 'Open Sans Bold', sans-serif;
    color: #000000;
}

.section-9 .collection-title,
.section-10 .collection-title {
    margin-bottom: 12px;
    text-align: left;
}

.collection-service__table-total {
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #009688;
    padding-left: 27px;
    padding-right: 27px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.collection-service__table-total:hover,
.collection-service__table-total:focus {
    background-color: #000000;
}

.collection-service__table-total-price {
    font-size: 14px;
}

.collection-service__table-total-price span {
    font: 24px/24px 'Open Sans Bold', sans-serif;
    color: #000000;
    margin-left: 20px;
    margin-right: 27px;
}

.collection-service__check {
    display: none;
}

.collection-service__check-wrap {
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #94a6a7;
    margin-left: 5px;
}

.collection-service__label {
    width: 16px;
    height: 16px;

}

.collection-service__check + .collection-service__label {
    position: relative;
}

.collection-service__check:checked + .collection-service__label-spirit + .collection-service__label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.collection-service__check:checked + .collection-service__label-spirit {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 3px;
    background: transparent url(green-check.svg);
    z-index: 2;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.here {
    padding-top: 5px;
    padding-left: 35px;
}

.product-info-1 {
    padding-top: 77px;
}

.term {
    font-size: 14px;
    color: #94a6a7;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: transparent url(clock.svg) 0 center no-repeat;
    margin-bottom: 19px;
}

.section-9 .option-label,
.section-10 .option-label {
    font-size: 14px;
    color: #94a6a7;
    cursor: default;
    margin-right: 8px;
}

.section-9 .option-values.slct,
.section-10 .option-values.slct {
    color: #94a6a7;
    border-color: #94a6a7;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    cursor: pointer;
    background: transparent url(black-micro-arrow-down.svg) right 10px center no-repeat;
}

.section-9 .property span,
.section-10 .property span {
    font-size: 14px;
    color: #94a6a7;
    cursor: default;
    opacity: 1;
}

.props label {
    opacity: 1;
    cursor: default;
}

.product-title {
    font: 30px/30px 'Open Sans Bold', sans-serif;
    color: #000000;
    padding-right: 30px;
}

.product-description * {
    color: #94a6a7;
    font-size: 16px !important;
    line-height: 18px !important;
  	margin: 0;
}

.section-9 .gallery-wrapper,
.section-10 .gallery-wrapper {
    height: 280px;
}

.section-9 .gallery-top,
.section-10 .gallery-top,
.section-9 .swiper-container,
.section-10 .swiper-container {
    height: 100%;
}

.gallery-top {
    border: none;
}

.wrap-product-btn {
    margin-bottom: 16px;
}

.product-price {
    font: 24px/24px 'Open Sans Bold', sans-serif;
    color: #000000;
    margin-right: 25px;
}

.bttn-prim.in-product {
    display: inline-block;
    color: #ffffff;
    background-color: #009688;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 26px;
    border: 1px solid #009688;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bttn-prim.in-product:hover {
    background-color: #000000;
    border-color: #000000;
}

.product-buy {
    margin: 0;
}

.wrap-tab-btn-spirit {
    position: relative;
    width: 222px;
}

.usefully-work,
.example-work {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 51px;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.usefully-work {
    z-index: 2;
}

.example-work {
    z-index: 1;
}

.usefully-work:hover,
.example-work:hover {
    background-color: #ffffff;
    color: #000000;
}

.products-title {
    font: 14px/14px 'Open Sans Bold', sans-serif;
    color: #000000;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section-9 .products-slider-wrapper,
.section-10 .products-slider-wrapper {
    padding: 0;
}

.section-9 .swiper-container,
.section-10 .swiper-container {
    padding: 0 10px;
}

.section-9 .gallery-top .swiper-container,
.section-10 .gallery-top .swiper-container {
    padding: 0;
}

.section-9 .swiper-button-prev,
.section-10 .swiper-button-prev {
    display: none;
}

.section-9 .swiper-button-next,
.section-10 .swiper-button-next {
    display: none;
}

.section-9 .gallery-thumbs-wrap,
.section-10 .gallery-thumbs-wrap {
    display: none;
}

.card-services-complect-wrap-img {
    width: 50%;
}

.card-services-complect-wrap-all {
    width: 50%;
    padding: 0 60px 0 0;
}

.complectus {
    height: 275px;
    width: 96.3%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-complectus,
.swiper-complectus .card-image,
.swiper-complectus .card-info,
.card-services-complect-wrap-img,
.swiper-complectus .card {
    height: 100%;
}

.swiper-complectus img {
    display: block;
    margin: 0 auto;
}

.swiper-complectus .image-inner {
    display: block;
    height: 100%;
}

.complectus .swiper-slide.bundle {
    padding: 0 20px 20px;
}

.complectus .card-title {
    text-align: left;
}

.complectus .card-title a {
    font: 14px/14px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.complectus .bundle-link {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.complectus .bundle-item {
    margin-bottom: 8px;
}

.custom-tabs {}

.wrap-custom-tabs-btn {
    font-size: 0;
}

.custom-tabs-btn {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.custom-tabs-btn.current {
    color: red;
}

.custom-tabs-container {
    overflow: hidden;
    height: 0;
}

.custom-tabs-container.active {
    overflow: visible;
    height: auto;
}

.section-9 .wrap-arrow,
.section-10 .wrap-arrow {
    width: 184px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #000000;
    position: absolute;
    right: 60px;
}

.complectus-button-prev-spirit {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    padding-left: 15px;
}

.complectus-button-prev-spirit #gw2oa {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.complectus-button-prev-spirit:hover #gw2oa {
    fill: #c2b04a;
}

.complectus-button-next-spirit {
    width: 70px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    padding-right: 15px;
}

.complectus-button-next-spirit #v12ha {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.complectus-button-next-spirit:hover #v12ha {
    fill: #c2b04a;
}

.section-9 .gallery-top .swiper-slide,
.section-10 .gallery-top .swiper-slide {
    height: 100% !important;
}

.section-9 .collection-notice,
.section-10 .collection-notice {
    display: none;
}

.section-9 .product-description,
.section-10 .product-description {
    overflow: hidden;
  	max-height: 69px;
}

/* ===================================================================================================================== END SECTION-9 */

/* ===================================================================================================================== START SECTION-10 */

.section-10 {
    padding-top: 132px;
}

/* ===================================================================================================================== END SECTION-10 */

/* ===================================================================================================================== START PRODUCT */

.template-is-product {
    padding-left: 67px;
    padding-top: 132px;
}

.template-is-product .product-category-title {
    font: 60px/60px 'Narziss Pro Cyrillic Drops Medium', sans-serif;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 47px;
}

.template-is-product .bttn-second {
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0 26px;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.template-is-product .bttn-second:hover {
    background-color: #000000;
    color: #ffffff;
    text-shadow: 0 0 0 #000;
}

.template-is-product .bttn-prim.in-product {
    margin-right: 11px;
}

.quantity-controls {
    margin-right: 13px;
}

.quantity-input {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font: 14px/32px 'Open Sans Bold', sans-serif;
    padding: 0;
}

.quantity-control {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none !important;
}

.quantity-control:hover {
    background-color: #ffffff;
}

.template-is-product .product-price {
    margin-bottom: 25px;
}

.template-is-product .gallery-top .swiper-wrapper {
    height: 310px;
}

.template-is-product .product-info .products-slider {
    padding: 0 20px;
}

.template-is-product .products-title {
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.template-is-product .product-info .products-slider-wrapper {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    margin-right: -40px;
}

.template-is-product .product-info .card {
    min-height: 270px;
}

.template-is-product .wrapper-product-btn {
    margin-bottom: 30px;
}



.filter-color-title {
    display: none;
}

.option-image.active .filter-color {
    border: 2px solid #000000;
}

.product-info .filter-color {
    width: 32px;
    height: 32px;
    padding: 3px;
    border: 1px solid #94a6a7;
    cursor: pointer;
    margin-right: 7px;
    
}



.product-color-img {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-info .option {
    margin-bottom: 11px;
}

.product-info .option-label {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 29px;
    color: #94a6a7;
    font-size: 13px;
}

.product-info .property span {
    font-size: 14px;
    color: #94a6a7;
    cursor: default;
    opacity: 1;
    z-index: 1;
}

.option-value.is-span {
    padding: 0 16px;
    line-height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    font-size: 12px;
    color: #94a6a7;
    text-transform: uppercase;
    margin-right: 4px;
}

.option-value.is-active.is-span {
    border: 2px solid #000000 !important;
    font: 12px/32px 'Open Sans Bold', sans-serif !important;
    color: #000000 !important;
}

.props label {
    /*width: auto;*/
    /*margin-right: 10px;*/
}

.props label:after {
    border-bottom: 1px dotted #94a6a7;
}

.props label + span {
    /*width: auto;*/
}

.property {
    margin-bottom: 8px;
}

.template-is-product .just-product-slider .products-title {
    margin-bottom: 0;
}

.template-is-product .here-props .property label + span {
    font: 16px/19px 'Open Sans Bold', sans-serif;
    color: #000000;
}

.template-is-product .here-props .props label span {
    font-size: 16px;
    color: #94a6a7;
    z-index: 1;
}

.product-info .property label span {
    font-size: 16px;
}

.template-is-product .gallery-thumbs-wrap .swiper-slide {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.template-is-product .gallery-thumbs-wrap .gallery-thumb {
    /*background-color: red;*/
}

.template-is-product .gallery-thumbs-wrap .swiper-button-next {
    display: none;
}

.template-is-product .gallery-thumbs-wrap .swiper-button-prev {
    display: none;
}

.template-is-product .gallery-thumbs-wrap {
    width: calc(100% - 160px);
}

.template-is-product .here-props {
    padding-left: 80px;
    padding-top: 55px;
}

.template-is-product .swiper-slide.is-active .gallery-thumb {
    border: none !important;
}

.template-is-product .gallery-top figure.mz-figure [itemprop="image"]{
    height: 100% !important;
    width: auto !important;
}

.template-is-product .gallery-top .swiper-container .swiper-slide {
    height: 100% !important;
}

.template-is-product .gallery-top figure.mz-figure img {
    width: auto !important;
}

.template-is-product .productus {
    padding-bottom: 40px;
}

.template-is-product .gallery-top {
    border: none !important;
}

.template-is-product .option-ob_em .option-label {
    margin-top: 10px;
}

.template-is-product .option label {
    display: block;
}

.option-values {
    flex-wrap: wrap;
}

.option-value.is-span {
    display: block;
    margin-bottom: 5px;
}

.product-color-wrap {
    flex-wrap: wrap;
}

.product-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-menu-item {
    margin: 0 5px 10px;
}

.product-menu-link {
    display: inline-block;
    text-align: center;
    height: 32px;
    font: 14px/30px 'Open Sans Bold', sans-serif;
    color: #000000;
    padding: 0 27px;
    border: 1px solid #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-menu-link:hover {
    color: #ffffff;
    background-color: #000000;
}

.template-is-product .wrap-instagram {
    position: relative;
}

.template-is-product .section-title {
    margin-bottom: 60px;
}

.template-is-product {}

.template-is-collection .filter-span-control {
    cursor: pointer;
}

/* ===================================================================================================================== END PRODUCT */

/* ===================================================================================================================== START BASKET */

.template-is-cart {
    padding-top: 132px;
    padding-left: 67px;
}

.cart-title {
    padding-top: 10px;
}

.item-title-link {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.item-option_name {
    font-size: 13px;
    line-height: 16px;
    color: #94a6a7;
}

.template-is-cart .item-info {
    padding-left: 10px;
    padding-right: 20px;
}

.template-is-cart .item-total_price {
    font: 14px/17px 'Open Sans Bold', sans-serif;
    color: #000000;
}

.template-is-cart .cart-items {
    border: 2px solid #dddddd;
    margin-bottom: 20px;
}

.template-is-cart .cart-item {
    border-bottom: 2px solid #dddddd;
}

.template-is-cart .cart-item:last-child {
    border-bottom: none;
}

.template-is-cart .item-delete {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.template-is-cart .item-delete svg * {
    fill: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.template-is-cart .item-delete:hover svg * {
    fill: red;
}

.quantity-control:hover svg * {
    fill: #000000;
}

.template-is-cart .item-image {
    padding: 10px;
}

.cart-right {
    padding-left: 86px !important;
}

.template-is-cart .discounts-marker {
    font-size: 14px;
    line-height: 20px;
    color: #94a6a7;
    margin-bottom: 17px;
}

.template-is-cart .discounts-wrap {
    max-width: 300px;
    margin-bottom: 48px;
}

.discounts-coupon {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 32px !important;
    -moz-border-radius: 32px !important;
    border-radius: 32px !important;
    border: 1px solid #94a6a7 !important;
    margin-right: 9px;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.discounts-coupon::-webkit-input-placeholder {color: #94a6a7 !important;opacity:1 !important;font: 12px/30px 'Open Sans', sans-serif;, sans-serif;}
.discounts-coupon::-moz-placeholder          {color: #94a6a7 !important;opacity:1 !important;font: 12px/30px 'Open Sans', sans-serif;, sans-serif;}
.discounts-coupon:-moz-placeholder           {color: #94a6a7 !important;opacity:1 !important;font: 12px/30px 'Open Sans', sans-serif;, sans-serif;}
.discounts-coupon:-ms-input-placeholder      {color: #94a6a7 !important;opacity:1 !important;font: 12px/30px 'Open Sans', sans-serif;, sans-serif;}

.discounts-submit {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border: 2px solid #000000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 0 27px;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 0 0 #000;
    color: #000000;
}

.discounts-submit:hover {
    background-color: #000000;
}

.cart-order {
    /*flex-wrap: wrap;*/
}

.cart-submit {
    border: 1px solid #009688;
    background-color: #009688;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 27px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: 10px;
}

.cart-submit:hover {
    background-color: #000000;
    border-color: #000000;
}

.cart-total-capture {
    font-size: 14px;
    color: #000000;
    margin-right: 20px;
    margin-bottom: 10px;
}

.cart-total {
    font: 24px/24px 'Open Sans Bold', sans-serif;
    color: #000000;
    margin-right: 17px;
    margin-bottom: 10px;
}

.cart-call-courier-title {
    font: 12px/14px 'Open Sans Bold', sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cart-call-courier-text {
    font-size: 14px;
    line-height: 20px;
    color: #94a6a7;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 19px;
}

.cart-call-courier-text:after {
    content: '';
    display: block;
    width: 43px;
    height: 3px;
    background-color: #94a6a7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cart-call-courier-wrap {
    width: 32px;
    height: 32px;
    border: 2px solid #94a6a7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    left: -46px;
    top: 22px;
}

.cart-call-courier-check-label {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 6px;
}

.cart-call-courier-check-label svg {
    width: 100%;
    height: auto;
}

.cart-call-courier-label {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#cart-call-courier:checked + div {
    display: block;
}

.cart-order {
    margin-bottom: 50px;
}

.cart-items-collection-1 {
    font: 14px/14px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cart-items-collection-2 {
    font: 14px/14px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.template-is-cart {}

.template-is-cart {}

.template-is-product_services {
    padding-top: 100px;
    padding-left: 67px;
}

.template-is-product_services .breadcrumb-wrapper {
    display: none;
}

/* ===================================================================================================================== END BASKET */

/* ===================================================================================================================== START PAGE */

.template-is-page {
    padding-top: 132px;
    padding-left: 67px;
}

/* ===================================================================================================================== END PAGE */

/* ===================================================================================================================== START BLOG */

.template-is-blog {
    padding-top: 132px;
    padding-left: 67px;
}

.article_preview-url {
    font-size: 14px;
    line-height: 30px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #009688;
    color: #ffffff;
    padding: 0 20px;
    border: none !important;
}

/* ===================================================================================================================== END BLOG */

/* ===================================================================================================================== START ARTICLE */

.template-is-article,
.template-is-checkout2,
.template-is-checkout {
    padding-top: 132px;
    padding-left: 67px;
}

.blog-right-column {
    padding-top: 20px;
}

.co-checkout-title {
    font-size: 38px !important;
    line-height: 46px !important;
}

/* ===================================================================================================================== END ARTICLE */

/* ===================================================================================================================== START MENU */

#menu {
    display: none;
    width: calc(100% - 67px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    /*-ms-filter: blur(3px);*/
    /*filter: blur(3px);*/
}

.open-menu header {
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.open-menu #menu {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch !important;
}

#menu .wrap-menu {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
}

#menu * {
    color: #ffffff;
}

.menu-logo {
    display: inline-block;
}

.modal-menu {
    margin-bottom: 0;
}

.modal-menu-item {
    margin-bottom: 19px;
}

.modal-menu-link {
    font-size: 24px;
    text-transform: uppercase;
}

.modal-menu-link:hover {
    color: #c2b04a !important;
}

.open-menu .burger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, -7px);
    -moz-transform: rotate(45deg) translate(8px, -7px);
    -ms-transform: rotate(45deg) translate(8px, -7px);
    -o-transform: rotate(45deg) translate(8px, -7px);
    transform: rotate(45deg) translate(8px, -7px);
}

.open-menu .burger span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-menu .burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-8px, -7px);
    -moz-transform: rotate(-45deg) translate(-8px, -7px);
    -ms-transform: rotate(-45deg) translate(-8px, -7px);
    -o-transform: rotate(-45deg) translate(-8px, -7px);
    transform: rotate(-45deg) translate(-8px, -7px);
}

.burger-modal {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 20px;
    /*background: transparent url(white-cross.png) center center no-repeat;*/
    background-size: contain;
}

.burger-modal svg {
    width: 19px;
    height: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-modal svg .white-cross {
    fill: #ffffff;
}

#menu .social-menu {
    margin-bottom: 15px;
}

#menu .social-menu-link {
    width: 45px;
    height: 45px;
}

#menu .social-menu-link {
    border: none !important;
}

#menu .social-menu-link.is-facebook {
    background-image: url(face-book_inv.svg);
    display: inline-block;
}

#menu .social-menu-link.is-vk {
    background-image: url(vkontakte_inv.svg);
    display: inline-block;
}

#menu .social-menu-link.is-instagram {
    background-image: url(instagrem_inv.svg);
    display: inline-block;
}


/* ===================================================================================================================== END MENU */

/* ===================================================================================================================== START BUTTONS */

.us-workshop:hover,
.phone.in-header:hover {
    color: #c2b04a !important;
    border-color: #c2b04a !important;
}

.js-city-name:hover {
    color: #c2b04a !important;
}

.call-courier:hover,
.call-courier:focus,
.call-back:hover,
.call-back:focus {
    background-color: #000000;
}

.co-button--link:after {
    display: none;
}

.article_preview-url,
button#create_order,
.js-co-login-submit,
[href="/client_account/contacts/new"].co-form-button,
.co-form-button,
.m-modal-button--checkout,
.added-link,
.added-close {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #009688;
    color: #ffffff;
    padding: 0 20px;
    border: none !important;
}

/*.js-co-login-submit,*/
/*.co-form-button {*/
    /*font-size: 12px;*/
    /*line-height: 32px;*/
/*}*/

.article_preview-url:hover,
.article_preview-url:focus,
button#create_order:hover,
button#create_order:focus,
.js-co-login-submit:hover,
.js-co-login-submit:focus,
[href="/client_account/contacts/new"].co-form-button:hover,
[href="/client_account/contacts/new"].co-form-button:focus,
.co-form-button:hover,
.co-form-button:focus,
.m-modal-button--checkout:hover,
.m-modal-button--checkout:focus,
.added-link:hover,
.added-link:focus,
.added-close:hover,
.added-close:focus {
    background-color: #000000;
}

/* ===================================================================================================================== END BUTTONS */

/* ===================================================================================================================== START MODALS */

.feedback .bttn-prim {
    font-size: 12px;
    line-height: 32px;
    background-color: #009688;
    border: none !important;
    padding: 0 20px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.feedback .bttn-prim:hover {
    background-color: #000000;
}

.feedback .chkbx-label .chkbx-control {
    left: 0;
    position: absolute;
    top: 25px;
}

#feedback-modal-courier {
    width: 373px;
}

#menu .wrap-menu {
    height: 100%;
    padding-top: 100px;
}

#success {
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: visible;
    padding: 6px;
    background-color: #c2b04a;
    margin-left: 67px;
}

#success .feedback-inner {
    height: 100%;
}

.fancybox-slide--html #success .fancybox-close-small {
    background: #ffffff url(plus-black.svg) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    padding: 0;
    right: 39px;
    top: 39px;
    width: 40px;
    height: 40px;
}

#success .fancybox-close-small svg {
    display: none !important;
}

#success .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 100%;
}

.success-wrap-text {
    height: 100%;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 30px;
}

.success-title {
    font: 14px/20px 'Open Sans Bold', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.fancybox-close-small svg {
    display: none;
}

.fancybox-slide--html .fancybox-close-small,
.m-modal-close {
    background: #ffffff url(plus-black.svg) center center no-repeat;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 100%;
}

.fancybox-slide--html .fancybox-close-small {

}

.feedback-modal {
    overflow: visible;
}

.m-modal {
    overflow: inherit;
}

.m-modal-wrapper {
    overflow: initial;
    height: 100%;
}

#quick_checkout_form {
    height: 100%;
    overflow-y: auto;
}

.fancybox-content {
    overflow: initial;
}


/* ===================================================================================================================== END MODALS */







.load-wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #d8d8d8;
}

.letter {
    float: left;
    font-size: 14px;
    color: #777;
}

.load-6 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-6 .letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    font: 16px/19px 'Arial', sans-serif !important;
}

.l-1 {animation-delay: .48s;}
.l-2 {animation-delay: .6s;}
.l-3 {animation-delay: .72s;}
.l-4 {animation-delay: .84s;}
.l-5 {animation-delay: .96s;}
.l-6 {animation-delay: 1.08s;}
.l-7 {animation-delay: 1.2s;}
.l-8 {animation-delay: 1.32s;}
.l-9 {animation-delay: 1.44s;}
.l-10 {animation-delay: 1.56s;}

@keyframes loadingF {
    0% {opacity: 0;}
    100% {opacity: 1;}
}





#menu .us-workshop {
    margin-bottom: 10px;
    display: inline-block;
}

#menu .enter {
    margin-bottom: 10px;
    margin-right: 0;
}

#menu .enter svg * {
    fill: #ffffff;
}

/* ===================================================================================================================== START FULL PAGE SCROLL */

.fp-sr-only {
    background-color: #787e89;
}

/* ===================================================================================================================== END FULL PAGE SCROLL */


.wr {
    width: 240px;
    height: 400px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(-39deg) translate(70px, 25px);
    -moz-transform: rotate(-39deg) translate(70px, 25px);
    -ms-transform: rotate(-39deg) translate(70px, 25px);
    -o-transform: rotate(-39deg) translate(70px, 25px);
    transform: rotate(-39deg) translate(70px, 25px);
}

.im {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -78px;
    width: 400px;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -o-transform: rotate(39deg);
    transform: rotate(39deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wr:hover .im,
.swr:hover .sim,
.swr2:hover .sim2 {
    -webkit-transform: scale(1.2) rotate(39deg);
    -moz-transform: scale(1.2) rotate(39deg);
    -ms-transform: scale(1.2) rotate(39deg);
    -o-transform: scale(1.2) rotate(39deg);
    transform: scale(1.2) rotate(39deg);
}


.swr {
    width: 330px;
    height: 500px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(-39deg) translate(70px, 25px);
    -moz-transform: rotate(-39deg) translate(70px, 25px);
    -ms-transform: rotate(-39deg) translate(70px, 25px);
    -o-transform: rotate(-39deg) translate(70px, 25px);
    transform: rotate(-39deg) translate(70px, 25px);
}

.sim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -78px;
    width: 515px;
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -o-transform: rotate(39deg);
    transform: rotate(39deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.swr2 {
    width: 330px;
    height: 500px;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(-39deg) translate(50px, 50px);
    -moz-transform: rotate(-39deg) translate(50px, 50px);
    -ms-transform: rotate(-39deg) translate(50px, 50px);
    -o-transform: rotate(-39deg) translate(50px, 50px);
    transform: rotate(-39deg) translate(50px, 50px);
}

.sim2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -78px;
    width: 515px;
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -o-transform: rotate(39deg);
    transform: rotate(39deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu .call-courier,
#menu .call-back {
    margin-left: 0;
    margin-right: 0;
}

.co-login {
    margin: 0 auto;
}

.co-login--social_login {
    display: none;
}

.section-6-article-wrap-img img {
    max-width: 100%;
}

.wrap-super-select{
    
}
.super-select{
    width: 100%;
    padding-left: 10px;
    padding-right: 25px;
    line-height: initial;
    padding-bottom: 5px;
    padding-top: 5px;
}
.wrap-super-select .option-values{
    width: 100%;
    line-height: initial;
}
.wrap-options-btn .option-value.is-span{
    line-height: initial !important;
    padding: 5px 0px;
}
.wrap-options-btn .option-value.is-span:hover {
    background-color: #009688 !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
    line-height: initial !important;
}
.wrap-options-btn .option-value.is-active.is-span {
  line-height: initial !important;
}
.super-select{
	height: initial;
}
.wr-related .card-title {
    margin-bottom: 27px;
    margin-top: 10px;
}
.wr-related .wrap-card-btn {
    padding-bottom: 10px;
}
.option-values{
        color: #94a6a7;
    border-color: #94a6a7;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    cursor: pointer;
    background: transparent url(black-micro-arrow-down.svg) right 10px center no-repeat;
}
.option-label{
    font-size: 14px;
    color: #94a6a7;
    cursor: default;
    margin-right: 8px;
}

.template-is-product_services .productt {
    padding-bottom: 60px;
}
.template-is-collection_services .js-product-gallery-main .swiper-button-next.is-gallery {
    display: block;
    right: 0;
    border: 0;
  outline: none;
}
.template-is-collection_services .js-product-gallery-main .swiper-button-prev.is-gallery {
    display: block;
    left: 0;
    border: 0;
  outline: none;
}


.option.option-opisaniya_varianta.is-select{
    display: none;
}
.worker-text-2{
    display: block;
}
