/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Common HTML elements
----------------------- */
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

/* Containers
------------- */
#wrapper {
    overflow:hidden;
    min-width:1240px;
    min-height: 100%;
    position: relative;
}
.container {
    min-width: 650px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
    position:relative;
}
.container:before,
.container:after {
    content: '';
    clear: both;
}
@media screen and (min-width: 1025px) {
    .container {
        background: no-repeat url('img/bg.png') center top;
    }
}
@media screen and (max-width: 1024px) {
    #wrapper {
        min-width: 0;
    }
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 770px) {
    .container {
        border: none;
    }
}
@media screen and (max-width: 760px) {
    .container {
        min-width: 0;
        padding: 0 10px;
    }
}
.js-scroll-fix {
    -webkit-overflow-scrolling: touch;
}

/* Links
-------- */
a { color: #000; outline:0 none; text-decoration:none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { color: #000; }
a:hover,
a:hover h5,
a:hover h4 { color: #FF8B00 !important; transition: color 0.3s; }
a img { border: 0; }

/* Titles
--------- */
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 20px; }
h1 {
    font-size: 30px;
    margin-left: -1.8px;
    font-family: 'Intro';
    position: relative;
    display: block;
    padding-right: 55px;
    margin-bottom: 40px;
}
h1:after {
    content: '';
    display: inline-block;
    background: #FF8A00;
    width: 40px;
    height: 21px;
    top: 0;
    right: -53px;
    bottom: 0;
    margin: 9px 0px 0px -40px;
    position: relative;
}
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }

@media screen and (max-width: 1024px) {
    h1 { margin-bottom:30px; }
}

@media screen and (max-width: 760px) {
    h1 { font-size: 16px; font-weight: normal; }
    h1:after { width: 20px; height: 11px; margin: 0 0 0 -24px; right: -28px; }
}

/* Inputs
--------- */
input, textarea, select {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin:0;
    color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
}

input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }

input::-webkit-input-placeholder { color: #9C9C9C; }
input:-moz-placeholder,
input::-moz-placeholder { color: #9C9C9C; }
input:-ms-input-placeholder { color: #9C9C9C; }

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea, 
select {
    border: 1px solid #E6E6E6;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    box-shadow: none;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
select {
    height: 40px;
    line-height: 40px;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 0 10px;
}
select {
    padding: 0 20px 0 6px;
    cursor:pointer;
}
select::-ms-expand {
    display: none;
}
select {
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*-moz-binding: url("assets/xml/ellipsis.xml#ellipsis");*/
    text-indent: 0.01px;
    background: #FFF url("img/darr2.png") no-repeat scroll right 50% / 24px 8px;
}
select > option {
    padding: 5px 20px 5px 6px;
}
select > option:selected {
    box-shadow: 0 0 10px 100px #eee inset;
}
select > option:hover {
    box-shadow: 0 0 10px 100px #FF8B00 inset;
}
textarea {
    padding: 10px;
    min-height: 100px;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color:#E6E6E6;
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
}
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
    background-color:#f5f5f5;
    color: #999;
}


/* Checkboxes & radios
---------------------- */

input[type="checkbox"].custom_input,
input[type="radio"].custom_input {
    position:absolute;
    left:-9999em;
    display:none;
    
}
input[type="checkbox"].custom_input + .custom_input_span,
input[type="radio"].custom_input + .custom_input_span,
input[type="checkbox"] + span,
input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding-left: 22px;
}
input[type="checkbox"].custom_input + .custom_input_span > .apearance,
input[type="radio"].custom_input + .custom_input_span > .apearance,
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
    content:'';
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    position: absolute;
    top:0;
    left:0;
    border-width: 1px;
    border-color: #D2D2D2;
    border-style: solid;
    border-radius: 0;
    cursor: pointer;
    /*margin-right: 8px;*/
    background-color: #FFF;
    vertical-align: top;
    font-style: normal;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
}
input[type="radio"].custom_input + .custom_input_span > .apearance {
    border-radius:50%;
}
input[type="checkbox"].custom_input:checked + .custom_input_span > .apearance,
input[type="radio"].custom_input:checked + .custom_input_span > .apearance,
input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before {
    border-color: #D2D2D2;
}
input[type="checkbox"].custom_input + .custom_input_span > .apearance:before,
input[type="checkbox"] + span:after {
    content: '';
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 13px;
    line-height: 0;
    background: url('img/checkbox.svg');
    cursor: pointer;
}
input[type="checkbox"] + span:after {
    left: 3px;
    right: unset;
    bottom: unset;
    top: 2px;
}
input[type="radio"].custom_input + .custom_input_span > .apearance:before {
    content: "";
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
input[type="checkbox"].custom_input:checked + .custom_input_span > .apearance:before,
input[type="radio"].custom_input:checked + .custom_input_span > .apearance:before,
input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
    opacity:1;
}
input[type="checkbox"].custom_input:disabled + .custom_input_span > .apearance,
input[type="radio"].custom_input:disabled + .custom_input_span > .apearance,
input[type="checkbox"]:disabled + span:after,
input[type="radio"]:disabled + span:after {
    border-color: #DFDFDF;
    color: #CCC !important;
    cursor: default;
    background: #f5f5f5;
}

/*file*/



/* Buttons
---------- */
.button,
a.button,
input[type=submit],
button[type=submit],
button[data-submit],
input[type=button] {
    font-family: "Roboto";
    width:100%;
    display:inline-block;
    background:#FF8B00;
    border:none;
    height: 40px;
    line-height:40px;
    border-radius: 2px;
    color:#fff;
    font-weight: 500;
    text-align:center;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}
a.button.opacity {
    background:#ffdcb3;
    color: #C46B03;
    font-size:13px;
}
a.button {
    height:38px;
    line-height: 38px;
}
a.button:before {
    content:'';
    margin-left:8px;
}
a.button:after {
    content:'';
    margin-right:8px;
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover,
button[data-submit]:hover,
input[type=button] {
    cursor: pointer;
    background: #FF7F00;
}
.button:active,
input[type=submit]:active {
    background: #FF9B00;
}
.button.rounded,
input[type=submit].rounded {
    background: transparent;
    border:1px solid #FF8B00;
    color:#FF8B00;
}
.button:disabled,
input[type=submit]:disabled,
button[type=submit]:disabled,
input[type=button]:disabled {
    background: #AAA;
    border:none;
    color:#fff;
}

.button.green {
    background: #83B623;
}

/* svg hover links
-------------------*/
a:hover svg.svg-hover-link use {
    transition: all 0.2s;
}
a svg.svg-hover-link use:nth-child(2),
a:hover svg.svg-hover-link use:nth-child(1) {
    opacity:0;
}
a:hover svg.svg-hover-link use:nth-child(2) {
    opacity:1;
}

/* Misc elements
---------------- */

.block { padding: 25px 30px; }
.inline { display: inline !important; }
.small { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.nowrap { white-space: nowrap; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }


/* Main
------- */
.page-content {
    padding-top: 15px;
}
.content {
    min-height: 480px;
}
.content.with-sidebar {
    float: left;
    margin-right: 325px;
}
.sidebar {
    float: right;
    width: 285px;
    margin-left: -285px;
}
@media screen and (max-width: 1024px) {
    main {
        padding-top: 60px;
    }
    .page-content {
        /**/
    }
    .content.with-sidebar,
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}
@media screen and (max-width: 760px) {
    main {
        padding-top: 40px;
    }
    .page-content {
        /**/
    }
}


/* Breadcrumbs
-------------- */
.breadcrumbs {
    margin-bottom: 4px;
}
.breadcrumbs a {
    font-size: 12px;
    font-weight: 300;
    vertical-align: top;
    color: #7A7A7A;
    display:inline-block;
    margin-right:10px;
}
.breadcrumbs a:nth-child(n+2) {
    margin-left:30px;
    position:relative;
}
.breadcrumbs a:nth-child(n+1):before {
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:-30px;
    width:20px;
    border-top: 1px solid #ECECEC;
    z-index:-1;
}
.breadcrumbs a:first-child:before {
    display:none;
}

/* Header
--------- */
header {
    height: 60px;
    font-size: 0;
    position: relative;
    text-align: justify;
    padding: 40px 0;
}
header:after {
    content: '';
    width: 100%;
    display: inline-block;
}
header > div {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.header-logo a {
    color: #000 !important;
}
.header-logo img,
.header-logo span {
    display: inline-block;
    vertical-align: middle;
}
.header-logo img {
    margin-right: 13px;
}
.header-logo svg {
    display: block;
    margin-bottom: 8px;
}

.header-infos {
    line-height: 25px;
}
.header-infos strong,
.header-infos span {
    display: block;
}
.header-infos strong {
    font-weight: 900;
    font-size: 15px;
}
.header-info-high-light {
    position: relative;
    padding-left: 13px;
}
.header-info-high-light:before {
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:5px;
    width:3px;
    height:15px;
    background: #FF8A00;
}

.header-toggle,
.header-phone {
    display: none;
}

@media screen and (min-width: 1025px) {
.header-cart {
    width: 24%;
}
.header-cart.empty {
}
.header-cart .cart-empty {
    display:none;
}
.header-cart.empty .cart-count,
.header-cart.empty .cart-total,
.header-cart.empty .cart-texts {
    display:none;
}
.header-cart.empty .cart-empty {
    display:inline;
}

.header-cart:after {
    content:'';
    display:block;
    clear:both;
}
.header-cart-link-shop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 96%;
    bottom: 0;
    border-style: solid;
    border-width: 3px 0px 3px 0;
    border-color: #FF8A00;
    box-sizing: border-box;
    margin: -3px;
}
.header-cart-link-shop {
    display: block;
    float: right;
    height: 55px;
    line-height: 48px;
    text-align: center;
    font-family: Intro;
    font-size: 12px;
    box-sizing: border-box;
    width: 37%;
    border-style: solid;
    border-color: #E6E6E6 #FF8A00;
    border-width: 3px 0 3px 3px;
    position: relative;
}
.header-cart-link-shop span {
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
}

.header-cart-link-cart svg {
    display:none;
}
.header-cart-link-cart {
    display: block;
    float: right;
    height: 55px;
    line-height: 53px;
    color: #7A7A7A !important;
    width: 63%;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    border: 3px solid #E6E6E6;
    box-sizing: border-box;
}

.header-cart:hover .header-cart-link-shop:before {
    right: 0;
    transition: right 0.23s;
}
.header-cart:hover .header-cart-link-cart {
    background: #FF8A00;
    color: #FFF !important;
    border-color: #FF8A00;
    transition: border-color 0.1s ease 0.1s, background 0.2s ease 0.05s, color 0.1s ease 0s;
}

.header-cart:not(.empty) .header-cart-link-cart {
    font-weight: 400;
    color: #FFF !important;
    border-color: #FF8A00;
    background: #FF8A00;
}
    /*end media*/
}

@media screen and (max-width: 1024px) {
header {
    margin: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 13;
}
#sticky-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
}
#sticky-header.sticky,
#sticky-header.sticky + nav.menu {
    position:fixed;
}
.header-logo img {
    width: 30px;
    height: 30px;
    margin-right: 0px;
}
.header-logo svg {
    width: 230px;
    height: 19px;
    margin-bottom: 0;
}
.header-logo div {
    display:none;
}
.header-cart,
.header-toggle,
.header-phone {
    display: inline-block;
    height:100%;
}
.header-cart a,
.header-toggle a,
.header-phone a {
    display: block;
    height: 100%;
    width: 72px;
    position: relative;
}
.header-cart a svg,
.header-toggle a svg,
.header-phone a svg {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.header-cart {
    float: right;
}
.header-toggle {
    border-right:1px solid #E6E6E6;
}
.header-cart,
.header-phone {
    border-left:1px solid #E6E6E6;
}
.header-infos,
.header-cart-link-shop,
.header-cart .cart-empty,
.header-cart .cart-total,
.header-cart .cart-texts {
    display:none !important;
}
.header-cart .cart-count {
    position: absolute;
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    background: #7A7A7A;
    width: auto;
    height: 16px;
    border-radius: 8px;
    line-height: 16px;
    display: block;
    text-align: center;
    top: 20%;
    right: 20%;
    padding: 0 5px;
}
.header-cart:not(.empty) .cart-count {
    background: #FF8A00;
}
    /*end media*/
}

@media screen and (max-width: 760px) {
header {
    height:40px;
}
.header-logo img {
    width: 19px;
    height: 19px;
}
.header-logo svg {
    width: 146px;
    height: 12px;
}
.header-cart a,
.header-toggle a,
.header-phone a {
    width: 44px;
}
.header-cart a svg,
.header-toggle a svg:nth-child(1),
.header-phone a svg:nth-child(1) {
    width:20px;
    height:20px;
}
.header-cart .cart-count {
    top: 10%;
    right: 10%;
}
    /*end media*/
}


/* top nav
---------------*/
nav.menu {
    position: relative;
    height: 46px;
    margin: 12px 0;
}

.menu-links {
    margin-right: 100px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.menu-links-wrapper {
    overflow: hidden;
    height: 100%;
    padding-right: 120px;
}
.menu-links-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height:100%;
}
.menu-links-wrapper ul li {
    float: left;
    padding-right: 32px;
    height: 100%;
}

.menu-links-wrapper ul li:visible {
    color: red !important;
}

.menu-links-more {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    margin-right: -178px;
}
.menu-links-more > a {
    display: inline-block;
    padding-right: 20px;
    position:relative;
}
.menu-links-more > a:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 5px;
    width: 0;
    height: 0;
    border-width: 4px 3px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.menu-links-more > a:after {
    content:'';
    position:absolute;
    top:100%;
    width:100%;
    left:0;
    height:40px;
    display:none;
}

.menu-links-wrapper a,
.menu-links-more > a {
    font-weight: bold;
    font-size: 20px;
}

.menu-links-more:hover > a {
    color: #FF8A00;
}
.menu-links-more:hover > a:after {
    display:block;
}
.menu-links-more:hover > a:before {
    border-color: #FF8A00 transparent transparent transparent;
    transition: border-color 0.2s;
    transform-origin: 50% 50% 0;
    transform: rotateX(180deg);
    top: 7px;
}
.menu-links-more:hover ul {
    display:block;
}
.menu-links-more ul {
    display:none;
    position: absolute;
    top: 100%;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    background: #FFF;
    left: 0;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    min-width: 180px;
}
.menu-links-more ul li a {
    display: block;
    white-space: nowrap;
    padding: 16px 55px 14px 20px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: bold;
}
.menu-links-more ul li:last-child a {
    border-bottom:none;
}


@media screen and (min-width: 1025px) {
.menu-search {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-search .menu-search-toggle a svg:nth-child(2),
.menu-search.open .menu-search-toggle a svg:nth-child(1) {
    display:none;
}
.menu-search.open .menu-search-toggle a svg:nth-child(2) {
    display:block;
}

.menu-search-wrapper {
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: relative;
    background: #FFF;
    visibility: hidden;
    border-right: 35px solid transparent;
    box-sizing: border-box;
    margin-right: -26px;
    float: left;
    transition: opacity 0.2s;
}
.menu-search.open .menu-search-wrapper {
    opacity: 1;
    visibility: visible;
}
.menu-search-toggle {
    float: right;
    position: relative;
    z-index: 1;
    width: 26px;
    height: 100%;
}
.menu-search-toggle a {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.menu-search-toggle a svg {
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
}

.menu-search-texts {
    float: left;
    width: 50%;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #E6E6E6;
    height: 100%;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    color:#0D0D0D;
}
.menu-search-texts a {
    color: #C46B03;
    margin-left: 25px;
}
.menu-serch-form {
    height: 100%;
    float: right;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.menu-serch-form input {
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #FF8A00;
    padding: 0 15px;
}
.menu-serch-form button {
    background: #FF8A00;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 46px;
    line-height: normal;
}
.menu-serch-form button svg use:nth-child(2) {
    display:none;
}
    /*end media min 1025*/
}

@media screen and (min-width: 1025px) {
#sticky-menu {
    height: 100%;
    top: -60px;
}
#sticky-menu.sticky:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999em;
    right: -9999em;
    bottom: 0;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    background: #FFF;
    z-index:-1;
}
#sticky-menu.sticky {
    height: 50px;
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 50px;
    right: 50px;
    padding: 17px 0 0 0;
    box-sizing: border-box;
    max-width: 1260px;
    min-width: 1140px;
    background: #FFF;
    z-index:3;
    transition: top 0.25s;
}
#sticky-menu.no-sticky {
    transition: top 0.25s;
    top: -60px;
}

#sticky-menu.sticky .menu-links {
    margin-right: 334px;
}
#sticky-menu.sticky .menu-links-more {
    margin-right: -140px;
}
#sticky-menu.sticky .menu-links-more > a:before {
    top: 6px;
    right: 8px;
}
#sticky-menu.sticky .menu-links-more:hover > a:before {
    top:2px;
}
#sticky-menu.sticky .menu-links-more ul {
    margin: 12px 0 0 0;

}
#sticky-menu.sticky .menu-links-wrapper a,
#sticky-menu.sticky .menu-links-more > a {
    font-size: 14px;
}
#sticky-menu.sticky .menu-links-more ul li a {
    font-size: 12px;
}

#sticky-menu.sticky .menu-search {
    top: 0;
}
#sticky-menu.sticky .menu-search-texts {
    border:none;
    font-size:12px;
    line-height: 50px;
}
#sticky-menu.sticky .menu-serch-form {
    height: 34px;
    top: 8px;
}
    /*end media min 1025*/
}

@media screen and (max-width: 1024px) {
nav.menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 12;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    min-height: 100vh;
    opacity:0;
    visibility: hidden;
}
#sticky-menu {
    width: 100%;
    max-width: 320px;
    background: #FFF;
    padding-top: 1px;
    margin-bottom: 0;
    /*height: 100vh;*/
    box-sizing: border-box;
    min-height: 100%;
    position:relative;
    left:-322px;
}

#wrapper.menu-open header {
    z-index:106;
}
#wrapper.menu-open #sticky-menu {
    left:0;
    transition: left 0.3s;
}
#wrapper.menu-open nav.menu {
    z-index: 105;
    opacity:1;
    visibility: visible;
    transition: opacity 0.15s;
}

#wrapper .header-toggle a svg:nth-child(2),
#wrapper.menu-open .header-toggle a svg:nth-child(1),
#wrapper .header-phone a svg:nth-child(2),
#wrapper.phone-open .header-phone a svg:nth-child(1){
    display:none;
}
#wrapper.menu-open .header-toggle a svg:nth-child(2),
#wrapper.phone-open .header-phone a svg:nth-child(2) {
    display:block;
}

.menu-links {
    margin: 0 0 30px 0;
    height: auto;
}
.menu-links-wrapper {
    /*height: 50vh;*/
    padding: 0;
    margin: 30px 30px 0 30px;
}
.menu-links-wrapper ul li {
    float: none;
    padding: 0;
    height: auto;
    margin-bottom: 30px;
}
.menu-links-more {
    position: relative;
    margin: 0;
    background: #FFF;
    padding: 0 30px;
    /**/
    display:none;
}
.menu-links-wrapper a,
.menu-links-more > a {
    font-size: 18px;
}
.menu-links-more ul {
    position: relative;
    border: none;
    box-shadow: none;
    top: 0;
    margin: 10px 0 0 0;
}
.menu-links-more ul li a {
    display: block;
    white-space: nowrap;
    padding: 10px 0;
    border: none;
    font-weight: 400;
}
.menu-links-more > a:before {
    top: 10px;
}
.menu-links-more:hover > a:before {
    top:6px;
}

.menu-search {
    /*height: 20vh;*/
    padding-bottom: 120px;
}
.menu-search-wrapper {
    position: relative;
    background: #F8F8F8;
    padding: 30px;
}
.menu-search-texts,
.menu-search-toggle {
    display: none;
}

.menu-serch-form {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.menu-serch-form input {
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 0 10px;
    font-size: 13px;
}
.menu-serch-form button {
    background: #FFF;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    line-height: normal;
    height: auto;
}
.menu-serch-form button svg use:nth-child(1) {
    display:none;
}
.menu-serch-form button svg use:nth-child(2) {
    display:block;
}
    /*end media max 1024*/
}

@media screen and (max-width: 760px) {
nav.menu {
    top: 40px;
}
#sticky-menu {
    width: 100%;
    max-width: 320px;
}
.menu-links-wrapper {
    margin: 20px 20px 0 20px;
}
.menu-links-wrapper a,
.menu-links-more > a {
    font-size: 16px;
}
.menu-links-wrapper ul li {
    margin-bottom: 20px;
}
.menu-links-more {
    padding: 0 20px;
}
.menu-links-more ul li a {
    font-size: 14px;
}
.menu-links-more ul {
    margin: 8px 0 0 0;
}
.menu-links-more ul li a {
    padding: 8px 0;
}
.menu-links-more > a:before {
    top: 8px;
    right:9px;
}
.menu-links-more:hover > a:before {
    top:4px;
}
.menu-search-wrapper {
    padding: 30px 20px;
}
    /*end media max 760*/
}


/** MAIN PAGE
--------------**/
.content.home {
    margin: 0 -30px;
}
.home-block {
    width: 100%;
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.home-block.home-clear {
    clear:both;
}
.home-block:after {
    content: '';
    display: block;
    clear: both;
}
.home-block.home-half {
    width: 50%;
    float: left;
}
.home-block.home-grey {
    background: #F8F8F8;
}
.home-block-content {
    padding-top: 30px;
}
.home-block.home-no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*HOME SLIDER*/
.home-slider {
    float: left;
    margin-right: 360px;
    overflow: hidden;
    position: relative;
}
.homepage-bxslider {
    height: 350px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
}
.homepage-bxslider li {
    height: 100%;
    display: inline-block;
    white-space: normal;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: white;
    border: 1px solid #ececec;
}
.home-slide-li-wrapper {
    display:table;
    height: 100%;
}
.home-slide-li-content {
    display:table-cell;
    vertical-align: middle;
    padding: 0 60px;
}

.home-slider-title {
    font-size: 30px;
    font-family: Intro;
    margin-bottom: 5px;
}
.home-slider-subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 45px;
}
.home-slider p {
    max-width: 55%;
    /*width: 480px;*/
}
.home-slider p a {
    color: #C46B03;
}
.home-slider-p-sm {
    display: none;
}

.bx-wrapper {
    position: relative;
}
.bx-controls {
    position: absolute;
    height: 0;
    top: 55%;
    margin-top: -30px;
    left: 20px;
    right: 20px;
}
.bx-controls-direction a svg:nth-child(2),
.bx-controls-direction a:hover svg:nth-child(1) {
    display:none;
}
.bx-controls-direction a:hover svg:nth-child(2) {
    display:inline-block;
}
.home-slider .bx-controls-direction a {
    transform: scale(0);
    transition: transform 0.3s;
    position: relative
}
.home-slider:hover .bx-controls-direction a {
    transform: scale(1);
}
.bx-next {
    float: right;
}
.bx-prev {
    float: left;
}

#bx-pager {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#bx-pager li {
    display: table-cell;
    position: relative;
}
#bx-pager li a {
    display: block;
    line-height: 30px;
    font-size: 11px;
    padding: 0 10px;
    color: #7A7A7A;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #ECECEC;
    position: relative;
    box-sizing: border-box;
}
#bx-pager li:first-child a {
    border-left-width: 1px;
}
#bx-pager li a em {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    font-style: normal;
}
#bx-pager li .progress-bar {
    position: absolute;
    left:-1px;
    right: -1px;
    bottom: -1px;
    top: 100%;
    margin: auto;
}
#bx-pager li .progress-bar span {
    display:block;
    height: 2px;
    background: #FF8A00;
    width: 0%;
    margin-top:-1px;
}
#bx-pager li .progress-bar.progress-run span {
    width: 100%;
    transition: width 31s linear;
}

/*HOME RULES*/
.home-rules {
    float: right;
    width: 320px;
    list-style: none;
    margin: 30px 0px 0px -320px;
    padding: 0;
}
.home-rules a {
    padding-left: 60px;
    position: relative;
    margin-bottom: 45px;
    display: block;
}
.home-rules a svg {
    position: absolute;
    top: 0;
    left: 0;
}
.home-rules a div {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    padding-bottom: 17px;
    margin-bottom: 16px;
    position: relative;
}
.home-rules a div:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #FF8A00;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.25s;
}
.home-rules a p {
    color: #7A7A7A;
    max-width: 85%;
}
.home-rules a:hover div:after {
    width: 80px;
}
.home-h1 {
    padding-top: 0;
    margin-top: -40px;
    padding-bottom: 0;
    /*margin-bottom: -40px;*/
}
@media screen and (max-width: 760px) {
.home-h1 h1:after {
    width: 28px;
    height: 14px;
    margin: 0 0 0 -24px;
    right: -34px;
}
}

/*HOME BLOCK*/
.home-block > h2,
.home-block > h3 {
    font-size: 20px;
    x-margin-left: -1.8px;
    font-family: 'Intro';
    position: relative;
    display: block;
    padding-right: 55px;
    margin-bottom: 10px;
    font-weight: 500;
}
.home-block > * > span {
    font-size: 13px;
    display: block;
    margin-bottom: 30px;
}
.home-block > * > p {
    font-size: 16px;
    line-height: 23px;
}
.home-block > * > p a {
    color: #C46B03;
}

.home-block h2:after {
    content: '';
    display: inline-block;
    background: #FF8A00;
    width: 50px;
    height: 15px;
    top: 0;
    right: -65px;
    bottom: 0;
    margin: 9px 0px 0px -50px;
    position: relative;
}
.home-block > a {
    font-size: 13px;
    line-height: 15px;
    color: #C46B03;
}


/*HOME REVIEWS*/
.home-block-content.block-reviews {
    margin: 0 -15px;
}
.home-block-review > div {
    margin: 0 15px;
}
.home-block-review .block-content h5,
.home-block-review .block-content h3 {
    font-weight: 600;
}
.home-block-review {
    width: 50%;
    float: left;
}

/*HOME CATALOG*/
.home-catalog {
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.home-catalog li {
    display: inline-block;
    width:33.333%;
    vertical-align: top;
}
.home-catalog li > div {
    padding: 0 30px 40px;
}
.home-catalog li img {
    display: block;
    margin-bottom: 20px;
    max-width: 100px;
}
.home-catalog li a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.home-catalog li a span {
    position: relative;
}
.home-catalog li a span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    transition: width 0.3s;
    width:0%;
    background: #FF8B00;
}
.home-catalog li a:hover span:after {
    width:100%;
}
.home-catalog li p {
    color: #7A7A7A;
    font-size: 13px;
}


/*HOME GALLERY SLIDER*/
.home-gallery-slider {
    position:relative;
    margin-bottom: 60px;
}
.home-gallery-slider:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -21%;
    width: 600px;
    height: 480px;
    margin: auto;
    background-image: url('img/portfolio-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.homepage-gallery-bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
.homepage-gallery-bxslider li {
    height: 100%;
    display: inline-block;
    white-space: normal;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.homepage-gallery-bxslider li:after {
    content: '';
    position: absolute;
    left: 3.5%;
    right: 3.5%;
    top: 6.5%;
    bottom: -10px;
    border: 2px solid #FFFFFF;
}
.home-gallery-slider .bx-controls {
    left: 0;
    top: unset;
    bottom: -20px;
    right: 0;
    text-align: right;
}
.home-gallery-slider .bx-controls-direction a {
    margin-left: 10px;
}
.home-gallery-slider .bx-controls-direction a.bx-prev {
    float: none;
}
.home-gallery-slider .bx-pager {
    position: absolute;
    top: -62px;
    text-align: center;
    left: 0;
    right: 0;
}
.home-gallery-slider .bx-pager .bx-pager-item {
    display: inline-block;
    font-size: 0;
}
.home-gallery-slider .bx-pager .bx-pager-item a {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFF;
    margin: 0 4px;
}
.home-gallery-slider .bx-pager .bx-pager-item a:not(.active) {
    opacity:0.7;
}
.home-gallery-description {
    position: absolute;
    bottom: -57px;
    font-size: 15px;
    line-height: 19px;
    color: #7A7A7A;
    padding-right: 120px;
    box-sizing: border-box;
    width: 100%;
    z-index: -1;
    height: 35px;
    display: table;
}
.home-gallery-description span {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
}
.home-gallery-direction {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    width: auto;
}
.slick-dots li:after {
    display:none;
}
.slick-dots li button {
    font-size: 0;
    border: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
    background: #fff;
}
.slick-dots li.slick-active button {
    opacity:0.7;
}


/*HOME ABOUT AND ETC*/
.home-about {
    padding-top: 80px;
    padding-left: 100px;
}
.home-about h2 {
    text-transform: uppercase;
    font-family: 'Intro';
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}
.home-about-link {
    color: #C46B03 !important;
    font-size: 16px;
}
.home-benefits {
    list-style: none;
    margin: 0;
    padding: 40px 0 60px;
    font-size: 0;
}
.home-benefits li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
}
.home-benefits li * {
    display: inline-block;
    vertical-align: middle;
}
.home-benefits li span {
    padding-right: 78px;
    padding-left: 15px;
    white-space: normal;
}

@media screen and (max-width: 1024px) {
    .home-h1 {
        margin-top: -60px;
        margin-bottom: -20px;
    }
    .home-block.home-half {
        width:100%;
    }
    .home-slider {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .home-slider  .bx-controls-direction {
        display:none;
    }
    .home-rules {
        float: none;
        width: 100%;
        margin:0;
    }
    .home-rules li {
        margin-bottom: 0;
        width: 33.333%;
        float: left;
        box-sizing: border-box;
    }
    .home-rules li p {
        margin-bottom: 0;
    }
    .home-block-review .block-image.not-cover {
        background-size: unset;
    }
    .home-block-review .block-image:not(.not-cover) {
        background-size: cover;
    }
    .home-catalog li {
        width: 50%;
    }
    .home-gallery-slider:before {
        right: 0;
        bottom: -65px;
        left: 0;
        width: auto;
        height: auto;
        background-size: 100% 100%;
    }
    .home-gallery-slider img {
        width: 100% !important;
        height: auto !important;
    }
    .home-gallery-slider {
        margin-bottom: 20px;
    }
    .home-about {
        padding: 0;
        margin-bottom: -20px;
    }
    .home-benefits li {
        width: 50%;
        margin-bottom: 40px;
    }
    .home-benefits {
        padding-bottom: 0;
    }
    .home-gallery-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 760px) {
    .home-h1 {
        margin-top: -10px;
        margin-bottom: -20px;
    }
    .home-h1 h1 {
        font-size:20px;
    }
    
    .home-slider {
        margin-bottom: -10px;
    }
    .home-slider p {
        margin-bottom: 0;
    }
    #bx-pager {
        margin-top: 3px;
    }
    #bx-pager li a {
        border-width: 0px 0 5px 0px;
        height: 0;
        font-size: 0;
    }
    #bx-pager li a em {
        display: none;
    }
    #bx-pager li .progress-bar span {
        margin-top:0;
        top:-1px;
        height:5px;
        border-left: 3px solid #FFF;
    }
    #bx-pager li:first-child .progress-bar span {
        border-left:none;
    }
    .home-block {
        padding: 0 30px;
    }
    .home-block.home-grey {
        padding-top: 12px;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .home-block h2,
    .home-block h3 {
        font-size: 16px;
        font-weight: 400;
        padding-right: 32px;
    }
    .home-block h2 {
        line-height: 14px;
    }
    .home-block h2:after {
        width: 23px;
        height: 12px;
        right: -60px;
    }
    .homepage-bxslider {
        height:160px;
    }
    .home-slide-li-content {
        padding: 0 15px;
    }
    .home-slider-p-lg {
        display:none;
    }
    .home-slider-p-sm {
        display: block;
        font-size: 12px;
    }
    .home-slider-title {
        font-size:18px;
    }
    .home-slider-subtitle {
        margin-bottom: 10px;
    }
    .home-block-content {
        padding-top: 20px;
    }
    .home-rules {
        display:none;
    }
    .home-block-content.block-reviews {
        margin: 0 -10px;
    }
    .home-block-review .block-image {
        margin-bottom: 10px;
    }
    .home-block-review .block-image img {
        max-height:50%;
    }
    .home-block-review .block-image img.image-dummy {
        max-height: 96px;
        width: auto;
    }
    .home-block-review .block-image.not-cover {
        background-size: auto 85%;
    }
    .home-block-review .block-content h5,
    .home-block-review .block-content h3 {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 16px;
    }
    .home-block-review .block-content p {
        display:none;
    }
    .home-block-review .block-content a {
        font-size: 11px;
    }
    .home-block-review > div {
        margin: 0 10px;
    }
    .home-benefits {
        padding-top: 20px;
    }
    .home-benefits li {
        width: 100%;
        margin-bottom: 30px;
    }
    .home-benefits li:last-child {
        margin-bottom: 10px;
    }
    .home-about {
        margin-bottom: 0;
    }
    .home-gallery-slider {
        margin-bottom: 40px;
    }
    .home-gallery-description {
        font-size: 13px;
    }
    .home-block > * > p {
        font-size: 14px;
        line-height: 20px;
    }
    .home-catalog {
        margin-bottom: 20px;
    }
    .home-catalog li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .home-catalog li:first-child {
        border-top: 1px solid #ececec;
        padding-top: 10px;
    }
    .home-catalog li > div {
        padding: 0 30px;
    }
    .home-catalog li a {
        margin-bottom: 0;
        position: relative;
    }
    .home-catalog li a:after {
        content: '';
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent #FF8A00;
        right: 0;
        top: 50%;
        margin-top: -5px;
    }
    .home-catalog li a span:after {
        display:none;
    }
    .home-catalog li a * {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .home-catalog li img {
        max-width:48px;
    }
    .home-catalog li span {
        width: 100%;
        margin-left: -72px;
        position: relative;
        left: 84px;
        font-size: 14px;
        padding-right: 100px;
        box-sizing: border-box;
    }
    .home-catalog li p {
        display:none;
    }
}


/* Catalog
---------- */
nav.catalog {
    position: relative;
    float: left;
    width: 24%;
}
nav.catalog:after {
    content:'';
    position:absolute;
    top:-99em;
    bottom:-9999em;
    left:0;
    right:0;
    margin:auto;
    display:block;
    z-index: -1;
    border-right: 1px solid #ECECEC;
}
nav.catalog.__bg:after {
    background: #f5f5f5;
}
nav.catalog ul {
    margin:0;
    padding:0;
    list-style: none;
}
nav.catalog > ul {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}
nav.catalog > ul > li {
    padding: 30px 30px 20px;
}
nav.catalog > ul > li > a {
    display: inline-block;
    position:relative;
    padding: 6px 10px 6px 75px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
nav.catalog > ul > li > a .catalog-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: cover;
}
nav.catalog > ul > li > ul {
    margin: 20px 0 0;
    position:absolute;
    left: -9999em;
}
nav.catalog > ul > li > ul > li {
    margin: 10px 0;
}
nav.catalog > ul > li > ul > li > a {
    display: inline-block;
    padding: 6px 10px 6px 75px;
    font-size: 13px;
    font-weight: 500;
    position:relative;
}
nav.catalog > ul > li > ul > li > a .catalog-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #FF8B00;
    position: absolute;
    left: 16px;
    border-radius: 2px;
    top: 9px;
    background-image: none !important;
}
nav.catalog > ul > li > ul > li > a:hover .catalog-icon {
    background-color: #FF8B00;
}
nav.catalog > ul > li.selected {
    border-top:2px solid #ECECEC;
    border-bottom:2px solid #ECECEC;
    margin-top:-2px;
    margin-bottom:-2px;
}
nav.catalog > ul > li.selected > ul {
    position:relative;
    left:0;
}
nav.catalog > ul > li + li.selected {
    margin-top:10px;
}
@media screen and (max-width: 1024px) {
nav.catalog {
    position: absolute;
    float:none;
    width:100%;
    background:#FFF;
    left: -9999em;
    opacity:0;
    z-index:100;
}
nav.catalog.menu-open {
    transition: opacity 0.3s;
    opacity:1;
    left:0;
}
nav.catalog:after {
    display:none;
}
nav.catalog > ul {
    margin: 0;
    border: 4px solid #FF8B00;
    font-size: 0;
}
nav.catalog > ul:after {
    content:'';
    clear:both;
    display: block;
}
nav.catalog > ul > li {
    display: inline-block;
    width: 33%;
    padding: 0;
    vertical-align: top;
    margin: 0 !important;
}
nav.catalog > ul > li.selected {
    border:none;
}
nav.catalog > ul > li > ul {
    display:none;
    margin: 25px 0;
    position: relative;
    left: 0;
}
nav.catalog > ul > li > ul > li {
    margin: 10px 30px;
}
nav.catalog > ul > li > a {
    padding: 50px 0 0;
    display: block;
    text-align: center;
    margin: 30px 10px;
}
nav.catalog > ul > li > a .catalog-icon {
    top:0;
    left:50%;
    margin-top:0;
    margin-left:-20px;
}
nav.catalog > ul > li > ul > li > a {
    display: block;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-align: center;
}
nav.catalog > ul > li > ul > li > a .catalog-icon {
    display:none;
}
/*subcat open*/
nav.catalog.subcat-open > ul > li {
    display:none;
}
nav.catalog.subcat-open > ul > li.opened {
    display:block;
    width:100%;
}
nav.catalog.subcat-open > ul > li.opened > a {
    display:none;
}
nav.catalog.subcat-open > ul > li.opened > ul {
    display: block;
}
}
@media screen and (max-width: 760px) {
nav.catalog > ul > li > a {
    margin: 20px 10px;
}
nav.catalog.menu-open > ul > li > ul {
    margin: 15px 0;
}
}
@media screen and (max-width: 450px) {
nav.catalog > ul > li {
    width: 50%;
}
}


/*blog*/
#blog {
    font-size: 0;
}
.blog-categories {
    margin: 0 -5.5%;
}
.blog-categories > div {
    display: inline-block;
    width: 100%;
    padding: 0;
    max-width: 23%;
    text-align: left;
    margin: 0 5% 50px 5%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
}
.blog-category h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.blog-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-category li {
    margin-bottom: 20px;
}
.blog-category li a:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #FF8A00;
    border-radius: 50%;
}
.blog-category li h3 {
    font-size: 16px;
    font-weight: 400;
}
.blog-category li h3 a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

/*blog types*/
.blog-types {
    margin-bottom: 25px;
}
.blog-types a {
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 40px;
    text-align: center;
    border: 1px solid #ECECEC;
    margin-bottom: 25px;
    padding: 5px 20px;
    position: relative;
    color: transparent !important;
    font-weight: bold;
    min-width:285px;
}
.blog-types a span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    bottom: 0;
    right: 0;
    color: #7A7A7A;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: auto;
}
.blog-types a.active {
    border: 3px solid #FF8A00;
    padding: 3px 18px;
}
.blog-types a:hover span {
    color: #000;
}
.blog-types a.active span {
    font-weight: bold;
    color: #000;
}

.block-warning {
    background: #F8F8F8;
    padding: 30px 30px 30px 250px;
    margin-bottom: 30px;
    line-height: 20px;
    position: relative;
    font-size: 14px;
}
.block-warning-logo {
    text-align: center;
    width: 190px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -65px;
}
.block-warning-logo span {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    display: inline-block;
    background-size: cover;
}
.block-warning a {
    color: #C46B03;
}

@media screen and (max-width: 1024px) {
.blog-types a {
    min-width:0;
    margin-right: 20px;
}
.blog-categories {
    margin: 0 -6.5%;
}
.blog-categories > div {
    max-width: 35%;
    margin: 0 6% 50px 6%;
}
}
@media screen and (max-width: 760px) {
.blog-types {
    display:none;
}
.blog-categories {
    margin: 0;
}
.blog-categories > div {
    max-width: 100%;
    margin: 0 0 30px 0;
}
.blog-category h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.blog-category li {
    margin-bottom: 15px;
}
.blog-category li a {
    font-size: 14px;
    padding-left: 15px;
}
.blog-category {
    margin-bottom: 30px;
}

.block-warning {
    padding: 20px;
}
.block-warning-logo {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 20px;
}
.block-warning img {
    width:72px;
    height:72px;
}
.block-warning svg {
    width: 150px;
    height: 13px;
}
}


/*blog post*/
.post {
    margin-bottom:50px;
}
@media screen and (min-width: 1025px) {
    /* content post */
    .content > [id^="post-"] .post {
        margin-bottom: 33.333vh;
    }
}
.post h3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 28px;
}
.post .text {
    font-size: 16px;
    line-height: 23px;
}
.post-credential {
    margin-bottom: 20px;
    font-size:0;
}
.post-credential svg {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.post-credential > div {
    color: #7A7A7A;
    font-size: 12px;
    display: inline-block;
    width: 156px;
}
.post .tags {
    width: 100%;
    margin-left: -400px;
    box-sizing: border-box;
    float: right;
    padding-left: 320px;
    margin-top: -5px;
}
.post .tags a {
    border: 1px solid #ececec;
    padding: 5px 8px;
    margin-left: 10px;
    font-size: 11px;
    display: inline-block;
    margin-bottom:8px;
}
.post-credential a {
    color: #C46B03;
}
.post-image {
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #e6e6e6;
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.post-image:hover {
    opacity:0.9;
    transition: opacity 0.2s;
}
.post-text {
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 20px;
}
.post-text ul,
.post-text ol {
    padding-left: 15px;
    margin-top: 0px;
}
.post-text p {
    margin-bottom: 20px;
}
.post-link a {
    border: 2px solid #FF8A00;
    display: inline-block;
    height: 45px;
    line-height: 41px;
    font-weight: bold;
    padding: 0 15px;
    color: #FF8A00;
    box-sizing: border-box;
}
.post-link a:hover {
    background: #FF8A00;
    color:#FFF !important;
}
.post-text img {
    display: inline-block;
    max-width: 701px;
    width: 100% !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.21);
    height: auto !important;
    margin-bottom: 20px;
}
.video-container {
    max-width: 800px;
    height: calc(100vw / 3);
    margin-bottom: 43px;
    color: #7A7A7A;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
}
.post-text iframe[src*="youtube"] {
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.21);
}
.post-text img.post-text-icon {
    width: auto !important;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 100%;
}
.post-text figcaption {
    color: #7A7A7A;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 30px;
}
.post-text img + figcaption {
    margin-top: -30px;
}
.post-text a {
    color:#C46B03;
}
.post-text h2 {
    font-weight: bold;
    x-font-size: 32px;
    x-line-height: 37px;
    margin-bottom: 13px;
    font-size: 26px;
    line-height: 30px;
}
.post-text h3 {
    font-weight: bold;
    x-font-size: 24px;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
}
.post-text h4 {
    font-weight: bold;
    x-font-size: 21px;
    font-size: 20px;
    line-height: 25px;
}
.post-text h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
.post-text h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
.post-text [id] {
    position: relative;
    top: -180px;
    font-size:0;
}

@media screen and (max-width: 1024px) {
.post-image {
    height:156px;
}
.post-text [id] {
    position: relative;
    top: -40px;
}
.post .tags {
    display:none;
}
.video-container {
    height: calc(100vw / 2);
}
}
@media screen and (max-width: 760px) {
.post > h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.post-credential {
    margin-bottom: 15px;
}
.post-image {
    height: 25vw;
}
.post-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.post-link a {
    height: 35px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 12px;
}
.post-text img {
    max-width: 380px;
}
.post-text h2 {
    x-font-size: 22px;
    x-line-height: 26px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 11px;
}
.post-text h3 {
    x-font-size: 18px;
    x-line-height: 21px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
}
.post-text h4 {
    font-size: 16px;
    line-height: 19px;
}
.post-text h5 {
    font-size: 14px;
    line-height: 16px;
}
.post-text h6 {
    font-size: 12px;
    line-height: 14px;
}
}


/*stiky anchors*/
.anchor {
    float: left;
    margin-right: -325px;
    margin-bottom: 40px;
    height: 50px;
    width: 100%;
}
#sticky-anchor,
.anchor-links,
.anchor-links-wrapper {
    height: 100%;
}
.anchor-links-wrapper {
    padding-right: 325px;
}
.anchor-links {
    padding-right: 325px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.anchor-links a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #e6e6e6;
    color: #7A7A7A;
    padding: 0 5px;
}
.anchor-links a:first-child {
    border-left-width: 1px;
}
.anchor-links a.active {
    border: 3px solid #ff8a00;
    font-weight: bold;
    color: #000;
}
.anchor-links a:hover {
    color: #000 !important;
}
@media screen and (max-width: 1024px) {
.anchor {
    float: none;
    margin-right: 0;
}
.anchor-links-wrapper {
    padding-right: 0;
}
}

@media screen and (max-width: 760px) {
.anchor-links a {
    font-size:12px;
}
.anchor {
    height:40px;
    margin-bottom: 20px;
}
}

@media screen and (min-width: 1025px) {
#sticky-anchor.sticky:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999em;
    right: -9999em;
    bottom: 0;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    background: #FFF;
    z-index:-1;
}
#sticky-anchor.sticky {
    height: 50px;
    position: fixed;
    top: 50px;
    margin: 0 auto;
    left: 50px;
    right: 50px;
    padding: 0;
    box-sizing: border-box;
    max-width: 1260px;
    min-width: 1140px;
    background: #FFF;
    z-index:2;
}
#sticky-anchor.sticky .anchor-links a:not(.active) {
    border-color: transparent;
}
    /*end media min 1025*/
}

/* Block
-----------*/
.block-image {
    display: block;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border: 1px solid rgba(0,0,0,0.1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
}
.block-image.image-cover {
    background-size: cover;
}
@media screen and (min-width: 1024px) {
    .block-image.not-cover {
        background-size: unset;
    }
    .block-image.is-covered {
        background-size: cover;
    }
}
.block-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 92%;
    max-height: 92%;
    display: block;
}
.block-image img.image-dummy {
    position: relative;
    width: 100%;
    z-index: -1;
    max-width: 190px;
}

.block-content h5,
.block-content h4,
.block-content h3 {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: normal;
}
.block-content {
    margin-bottom:40px;
}
.block-content p {
    font-size: 13px;
    line-height: 18px;
    color: #7A7A7A;
    margin-bottom: 8px;
}
.block-content a {
    font-size: 14px;
    line-height: 16px;
    color: #C46B03;
}
.block-image.image-cover:not(.thin) + a h5,
.block-image.image-cover:not(.thin) + a h4 {
    font-weight: 600;
}


/* Sidebar Content
--------------------*/
.sidebar-product {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
}
.sidebar-product-link {
    display: block;
    height: 50px;
    text-align: center;
    background: #82B428;
    font-weight: 500;
    margin: -21px -21px 0;
}
.sidebar-product-link,
.sidebar-product-link:hover {
    color: #FFF !important;
}
.sidebar-product-link:hover {
    opacity:0.9;
}
.sidebar-product-link > * {
    display:inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.sidebar-product-link svg {
    margin-right: 10px;
}
.sidebar-product h5,
.sidebar-product h4 {
    font-weight: 500;
    margin: 0;
    color: #181818;
    font-size: 14px;
}
.sidebar-product .offers {
    display:none;
}
.sidebar-product-image {
    border: none;
    margin: 20px;
}
.sidebar-product-image img.image-dummy {
    max-width: 150px;
}



.sidebar-block {
    margin-top: -4px;
}
.sidebar-block-wrapper {
    padding-top: 20px;
    margin-bottom: 50px;
}
.sidebar-block > h3 {
    font-family: Intro ;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}
.sidebar-block > a {
    font-size: 13px;
    line-height: 15px;
    color: #C46B03;
}


/*sidebar menu*/
.sidebar-menu {
    border: 2px solid #ECECEC;
    padding: 20px;
    margin-bottom: 50px;
}
.sidebar-menu > a {
    display: block;
    margin: -22px -22px 0 -22px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #ECECEC;
    color: #000 !important;
}
.sidebar-menu > a > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.sidebar-menu > a > svg {
    margin-right: 10px;
}
.sidebar-menu ul {
    margin: 20px 0 -10px;
    padding: 0;
    list-style: none;
}
.sidebar-menu ul li {
    display: block;
    margin-bottom: 10px;
}
.sidebar-menu ul li a {
    padding: 10px;
    display: inline-block;
}
.sidebar-menu ul li.active a span {
    border-bottom: 3px solid #FF8A00;
    display: inline-block;
    margin-bottom: -3px;
}

/**dwload**/
.sidebar-download a {
    display: block;
    background: #82B428;
    height: 55px;
    color: #FFF !important;
    margin-bottom: 50px;
    font-weight: 600;
    padding: 0 13px;
    overflow: hidden;
}
.sidebar-download a:hover {
    opacity:0.9;
}
.sidebar-download a:before {
    content:'';
    display:inline-block;
    vertical-align: middle;
    height:100%;
    width:0;
}
.sidebar-download a > * {
    display:inline-block;
    vertical-align: middle;
}
.sidebar-download a span {
    font-size: 16px;
    padding-left: 28px;
    position:relative;
}
.sidebar-download a span:before {
    content: '';
    display: block;
    top: -99px;
    bottom: -99px;
    left: 12px;
    border-left: 1px solid #FFF;
    position: absolute;
    opacity: 0.2;
}
.sidebar-download a span i {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
}

@media screen and (max-width: 1024px) {
    
/*sidebar*/
.sidebar {
    z-index: 10;
    position: relative;
}
.sidebar-product {
    padding: 0;
    margin-bottom: 30px;
}
.sidebar-product-link {
    margin: 0;
}
.sidebar-product-image,
.sidebar-product h5,
.sidebar-product h4,
.sidebar-block {
    display: none;
}

/*sidebar menu 1024*/
.sidebar-menu {
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.sidebar-menu > a {
    margin: 0px;
    position: relative;
    background: #FFF;
    border: none;
    box-sizing: border-box;
}
.sidebar-menu-wrapper {
    visibility: hidden;
    opacity:0;
    position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;
    background: #FFF;
    box-sizing: border-box;
    margin: auto;
    border-style: solid;
    border-width: 1px 2px 2px 2px;
    border-color: #E7E7E7;
}
.sidebar-menu ul {
    margin: 20px 0 20px;
    text-align: center;
}
.sidebar-menu.open .sidebar-menu-wrapper {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.1s;
}
.sidebar-menu:before {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -99em;
    left: -999em;
    right: -999em;
    bottom: -9999em;
    margin: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.sidebar-menu.open:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s;
}
/**dwload**/
.sidebar-download {
    display:none;
}
}


@media screen and (max-width: 760px) {
.sidebar-product-link {
    height: 40px;
    font-size: 12px;
    font-weight: bold;
}
.sidebar-product-link > * {
    line-height: 40px;
}
.sidebar-product-link svg {
    height:20px;
    width: 20px;
}
.sidebar-menu > a {
    height: 40px;
    font-size: 14px;
}
.sidebar-menu > a span {
    line-height: 40px;
}
.sidebar-menu ul {
    margin: 10px 0 10px;
}
.sidebar-menu ul li {
    margin-bottom: 0;
}
}




/* Sign up & Login forms
------------------------ */
.auth-page {
    position: relative;
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.auth-page:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #F5F5F5;
    top: -999px;
    bottom: -9999px;
    display: block;
    z-index: -1;
}
.auth-block {
    max-width: 300px;
    margin: 0 auto;
    padding: 30px;
    background: #FFF;
    position: relative;
    box-shadow: 5px 8px 13px -6px rgba(0,0,0,0.15);
}
.auth-block h1 {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.auth-page .wa-form .wa-field .wa-value.wa-submit {
    font-size:0;
}
.auth-block.recover-email .wa-form {
    margin: 50px 0;
}
.auth-block.recover-email.__green-bg {
    background: #83B623;
    color: #FFF;
    text-align: center;
}
.auth-block.recover-email.__green-bg a {
    color: #FFF;
}
.auth-link {
    margin: 0px -30px -30px;
    overflow: hidden;
}
.auth-link a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    width: 50%;
    float: left;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    margin-left: -1px;
    color: #999;
}
.auth-block.recover-email.__green-bg .auth-link a {
    border-color: rgba(255,255,255,0.25);
}
@media screen and (max-width: 760px) {
.auth-page {
    margin-top: 20px;
    margin-bottom: 0
}
.auth-page:after {
    display:none;
}
.auth-block {
    padding: 20px;
}
.auth-link {
    margin: 0px -20px -20px;
}
.auth-block.recover-email h1 {
    font-size:16px;
}
}


/* Auth Adapters
------------------------ */

.wa-auth-adapters {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wa-auth-adapters p {
    color: #555;
    font-size: 13px;
    margin-bottom: 15px;
}
.wa-auth-adapters ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wa-auth-adapters ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 4px;
}
.wa-auth-adapters ul li a {
    display: block;
    border: 1px solid #ECECEC;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
}
.wa-auth-adapters ul li a i {
    font-size: 16px;
    line-height: 28px;
    color: #777;
}
.wa-auth-adapters ul li a:hover,
.wa-auth-adapters ul li a:hover i {
    color:#FF8B00;
    border-color:#FF8B00;
}



/* WA-FORM
------------------------ */
.wa-form { 
    
}
.wa-form .wa-field.wa-field-paragraph {
    font-size: 13px;
    margin-bottom: 30px;
}
.wa-form .wa-field.wa-field-paragraph span {
    font-weight: 600;
    color: #FF8A00;
}
.wa-form .wa-field {
    clear: left;
    margin-bottom: 15px;
}
/*
.wa-form .wa-field:last-child {
    margin-bottom:0;
}*/
.wa-form .wa-field .wa-name {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}
.wa-form .wa-field.wa-separator {
    height: 10px;
}
.wa-form .wa-field .wa-value {
    position: relative;
}
.wa-field-double:after {
    content:'';
    clear:both;
    display: block;
}
.wa-field-double {
    margin-left: -20px;
}
.wa-form .wa-field.wa-half-field {
    width: 50%;
    float: left;
    clear: unset;
    padding-left: 20px;
    box-sizing: border-box;
}
.wa-form .wa-field.wa-field-agreement {
    color: #7A7A7A;
    font-size: 13px;
}
.wa-form .wa-field.wa-field-agreement a {
    color: #C46B03;
}
.wa-form .wa-field .wa-value.wa-submit {
    padding-top: 10px;
}

.wa-value-date {
    margin-right: -12%;
}
.wa-value-date select {
    width:40%;
}


.wa-form .wa-field .wa-value input.wa-error { border: 1px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    
}
.wa-form .wa-field .wa-value textarea {
    
}
.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}
.wa-form .wa-field .wa-value p {
    line-height: 1;
    margin-bottom: 0;
    position: relative;
} 
.wa-form .wa-field .wa-value p span.field { 
    display:block;
    margin-bottom:10px;
}
.wa-form .wa-field .wa-value p span.field > span {
    margin-bottom:5px;
    font-size: 0.9em;
    font-weight: 500;
    display: block;
}
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }

.wa-captcha {
    
}
.wa-captcha p {
    margin: 0;
    text-align: center;
}
.wa-captcha p:after {
    content:'';
    display:block;
    clear:both;
}
.wa-captcha p img {
    margin-left: 0;
    padding: 5px;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    margin-top: -6px;
    float:right;
}
.wa-captcha > p > * {
    display:inline-block;
    vertical-align:middle;
}
.wa-captcha .wa-captcha-refresh {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.wa-captcha .errormsg {
    display: inline-block;
    margin-left: 10px;
    display:block;
    float:left;
}
.wa-captcha > p:nth-child(2) {
    display: none;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 100px;
    min-width: 0;
    float: left;
}
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }

input.error, textarea.error { border: 1px solid red; }
.errormsg { color: red; display: block; }




/* Tables
--------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: auto;
    display: block;
    width: 100%;
    padding-right: 1px;
    font-size: 14px;
}
table tbody {
    width: 100%;
    display: table;
    min-width: 520px;
}
table th {
    color: #aaa;
    padding: 0px 10px 7px;
}
table td {
    padding: 15px;
    border: 1px solid #E6E6E6;
    line-height: 15px;
}
table tr.table-head.bold td {
    text-align: left;
}
table tr.table-head td {
    text-align: center;
    vertical-align: middle;
}
table tr.table-row:nth-child(2n-1) td {
    background: #F8F8F8;
}
table tr.table-head td,
table tr.table-row td {
    text-align: center;
}
table tr td:nth-child(1) {
    text-align: left;
}




/* Footer
--------- */
footer {
    padding: 30px 0;
    position:relative;
}
footer:before {
    content: '';
    display: block;
    border-top:1px solid #E6E6E6;
    position:absolute;
    top:0;
    left:-9999em;
    right:-999em;
}
footer:after {
    content: '';
    display: block;
    clear: both;
}
.footer-right {
    float: right;
    width: 43.2%;
}
.footer-left {
    float: left;
    width: 50%;
}
.footer-nav {
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    margin-bottom: 30px;
}
.footer-nav a {
    margin: 0 18px;
}
.footer-nav a:first-child {
    margin-left:0;
}
.footer-nav a:last-child {
    margin-right:0;
}

.footer-info > div,
.footer-link div {
    margin-bottom: 20px;
}
.footer-info > div:last-child,
.footer-link div:last-child {
    margin-bottom:0;
}
.footer-info {
    margin-bottom: 20px;
}

.footer-info-contacts a {
    color: #C46B03;
    font-weight: bold;
    margin-right: 16px;
}
.footer-info-contacts strong a {
    color: black;
}
.footer-info-socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    margin-right: 12px;
    vertical-align: top;
    position:relative;
}
.footer-info-socials a svg {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.footer-info-socials a:hover {
    opacity:0.7;
}
.footer-link a {
    color: #7A7A7A;
    font-size: 13px;
    border-bottom: 1px solid #A4A4A4;
    line-height: 13px;
    display: inline-block;
}
.footer-link a:hover {
    border-bottom-color: transparent;
    transition: border 0.1s;
}


/*subsribe*/
.subscribe {
    position: relative;
}
.subscribe .subscribe-left {
    position: absolute;
    z-index: 1;
    height: 70px;
    top: 50%;
    left: 0;
    margin-top: -38px;
}
.subscribe > a {
    display:none
}
.subscribe .subscribe-left > div {
    color: #FF8B00;
    font-size: 50px;
    font-family: 'Intro';
    line-height: 42px;
    letter-spacing: -0.05em;
}
.subscribe .subscribe-left > div span {
    font-family:'Roboto';
    font-weight: bold;
}
.subscribe .subscribe-left > strong {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Intro';
    display: block;
}
.subscribe .subscribe-left > span {
    display: block;
    font-size: 11px;
}
.subscribe .subscribe-left > svg {
    display:none
}
.subscribe .subscribe-right {
    margin: 0 0 0 26px;
    padding: 28px 30px 28px 62px;
    background: #F8F8F8;
}


@media screen and (max-width: 1024px) {
.footer-right,
.footer-left {
    float: none;
    width: 100%;
}
.footer-left:after {
    content: '';
    display: block;
    clear: both;
}
.footer-nav {
    text-align: center;
}
.subscribe {
    margin-bottom: 30px;
}
.footer-info {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.footer-link {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
    /*end media 1024 footer*/
}

@media screen and (max-width: 760px) {
footer {
    padding: 20px 0;
}
.footer-nav {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer-nav a {
    margin: 0 10px;
}
.footer-info,
.footer-link {
    float: none;
    width: 100%;
    text-align: center;
    position: relative;
}
.footer-info {
    margin-bottom: 20px;
}
.footer-info-copyright {
    font-size: 13.7px;
}
.subscribe .subscribe-left {
    position: relative;
    top: 0;
    height: auto;
    background: #F8F8F8;
    padding: 15px 23px;
    max-width: 380px;
}
.subscribe .subscribe-left,
.subscribe .subscribe-right {
    max-width: 380px;
    box-sizing: border-box;
    margin: auto;
}
.subscribe .subscribe-left > div,
.subscribe .subscribe-left > strong,
.subscribe .subscribe-left > span {
    display: inline-block;
    vertical-align: middle;
}
.subscribe .subscribe-left > div {
    font-size: 30px;
    line-height: 26px;
    margin-right: 10px;
}
.subscribe .subscribe-left > strong,
.subscribe .subscribe-left > span {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Intro';
}
.subscribe .subscribe-left > svg {
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto;
}
.subscribe .subscribe-right {
    display: none;
    padding: 0 10px 15px;
}

.subscribe.open .subscribe-right {
    display:block;
}
    /*end media 760 footer*/
}



/*about*/
h2.page-h2,
h2.page-h2 + p {
    margin-bottom: 35px;
}
h2.page-h2 + p {
    font-size: 16px;
}

.page-workflow {
    padding-top: 25px;
    margin-bottom: 35px;
}
.page-workflow > ul {
    list-style: none;
    padding: 0;
}
.page-workflow ul {
    margin: 0;
}
.page-workflow ul ul {
    padding-left: 15px;
}
.page-workflow > ul > li {
    position: relative;
    padding-bottom: 30px;
}
.page-workflow > ul > li > a {
    display: inline-block;
    margin-bottom: 10px;
}
.page-workflow > ul > li > a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.page-workflow > ul > li > a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px dashed #777;
}
.page-workflow .workflow-content {
    padding-left: 58px;
    font-size: 14px;
    margin-bottom: 0;
    display:none;
}
.page-workflow > ul > li > a.active + div {
    display:block;
}

.page-workflow > ul > li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ECECEC;
    border-radius: 50%;
    left: 0;
    top: 16px;
}
.page-workflow > ul > li {
    position: relative;
    padding-bottom: 25px;
    padding-left: 40px;
}
.page-workflow > ul > li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ECECEC;
    left: 4px;
}
.page-workflow > ul > li:first-child:after {
    top: 18px;
}
.page-workflow > ul > li:last-child:after {
    bottom: 100%;
    margin-bottom:-18px;
}

.page-staffs {
    margin-bottom:35px;
}
.page-staffs ul {
    list-style: none;
    padding: 0;
    margin: 0 -35px;
    font-size: 0;
}
.page-staffs ul:after {
    content:'';
    display:block;
    clear: both;
}
.page-staffs ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}
.page-staffs ul li img {
    display: block;
    margin: 0 auto 15px;
}
.page-staffs ul li strong {
    display:block;
    margin-bottom:15px;
    font-size: 18px;
}
.page-staffs ul li span {
    color: #7A7A7A;
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .page-staffs ul li {
        width: 33.333%;
    }
    .page-staffs ul li img {
        max-width:85%;
    }
}
@media screen and (max-width: 760px) {
    h2.page-h2 {
        margin-bottom: 15px;
        font-size:20px;
    }
    h2.page-h2 + p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .page-staffs ul {
        margin: 0 -10px;
    }
    .page-staffs ul li {
        width: 50%;
    }
    .page-workflow > ul > li {
        padding-bottom: 15px;
        padding-left: 20px;
    }
    .page-workflow ul li > a svg {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .page-workflow ul li > a span {
        font-size: 16px;
    }
    .page-workflow .workflow-content {
        padding-left: 45px;
    }
    .page-workflow ul li:before {
        top: 11px;
    }
    .page-staffs ul li {
        margin-bottom: 35px;
    }
    .page-staffs ul li strong {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .page-staffs ul li span {
        font-size: 12px;
        padding: 0 20px;
    }
}


.valera-wanted {
    margin-bottom:45px;
}
.valera-wanted ul {
    padding-left: 15px;
}
.valera-wanted .post-text {
    font-size: 16px;
}
.page-reviews {
    margin-bottom: 75px;
    position: relative;
    display: grid;
}
.review-slider-control {
    position: absolute;
    top: 0;
    right: 0;
}
.review-slider-control a:last-child {
    margin-left:15px;
}

.user-review {
    border: 1px solid #E6E6E6;
    padding: 32px 32px 28px 32px;
    transition: opacity 0.3s
}
.user-review:not(.active) {
    position: absolute;
    left: -999em;
    opacity: 0;
}
.user-review .user-review-header {
    position: relative;
    padding: 0 78px 25px 78px;
}
.user-review .user-review-header svg {
    position: absolute;
    top: 0;
    left: 0;
}
.user-review .user-review-header strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.user-review .user-review-header span {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.user-review .user-review-header > div {
    font-size: 13px;
    margin-bottom: 0;
    line-height: normal;
}
.user-review .user-review-header > div span,
.user-review .user-review-header > div a {
    display: inline-block;
}
.user-review .user-review-header > div span {
    margin-bottom: 10px;
}
.user-review .user-review-header > div a {
    white-space: nowrap;
}
.user-review-content {
    position: relative;
    padding: 0 78px;
}
.user-review-content p {
    font-style: italic;
    margin-bottom: 0;
}
.user-review-content > svg:first-child {
    position: absolute;
    top: 0;
    left: 0;
}
.user-review-content > svg:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}
.user-review-more {
    display:none;
}

.js-reviews-slider {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.js-reviews-slider .user-review {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    min-width: 100%;
    font-size:14px;
    box-sizing: border-box;
}

@media screen and (max-width: 760px) {
.page-reviews {
    margin-bottom: 45px;
}
.page-reviews h2 {
    max-width:180px;
}
.user-review {
    padding: 18px 10px;
}
.user-review .user-review-header {
    padding: 0 10px 15px 60px;
    margin: 0px -10px;
    border-bottom: 1px solid #e7e7e7;
}
.user-review .user-review-header svg {
    width:40px;
    height:39px;
    left: 10px;
}
.user-review .user-review-header strong {
    font-size: 14px;
}
.user-review-content > svg {
    width: 22px;
    height: 16px;
}
.user-review-content {
    position: relative;
    padding: 0 35px;
    margin: 20px 0 0;
    font-size: 12px;
    max-height: 240px;
    overflow: hidden;
}
.valera-wanted img {
    max-width: 85%;
}
.valera-wanted .post-text {
    font-size: 14px;
}
.user-review-more {
    display: block;
    border-top: 1px solid #e7e7e7;
    margin: 20px -10px -17px -10px;
    padding: 10px;
    text-align: center;
}
.user-review-more a {
    color: #C46B03;
    font-size: 13px;
    border-bottom: 1px dotted;
}
.user-review.opened .user-review-content {
    max-height: 100%;
}
}


/*contacts*/
.page-contacts {
    overflow: hidden;
}
.page-contact-left,
.page-contact-right {
    float:left;
    width:50%;
}
.page-contact-right {
    position: relative;
    background: #F8F8F8;
    padding: 50px 0;
}
.page-feedback-wrapper {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 30px;
}
.page-feedback-wrapper > strong {
    font-size:20px;
    font-weight:600;
    margin-bottom:30px;
    display:block;
}
.page-contact-right:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:-999em;
    background: #F8F8F8;
    z-index:-1;
}
.contact-half-block {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.contact-block {
    margin-bottom: 30px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ECECEC;
}
.contact-block.contact-b-empty {
    padding-bottom:0;
}
.contact-block:last-child {
    border-bottom: none;
}
.contact-block:after {
    content: '';
    display: block;
    clear: both;
}
.contact-block p {
    font-size: 16px;
    line-height:19px;
    margin-bottom: 10px;
}
.contact-block,
.contact-p-small p {
    padding-right: 60px;
}
.contact-p-small p {
    font-size: 14px !important;
    line-height: 17px;
    margin-bottom: 7px;
}
.contact-block p i {
    color: #7A7A7A;
}
.contact-block h2 {
    margin-bottom: 30px;
}
.contact-block h2 svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contact-block h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}
.contact-block h2 span a {
    border-bottom: 1px solid #CCC;
    line-height: 21px;
    display: inline-block;
}
.contact-block h2 span a:hover {
    border-bottom-color: transparent;
}
.contact-block h2 span.contact-a-link {
    font-weight: 400;
    white-space: normal;
    max-width: 50%;
    padding-left: 15px;
    position: relative;
    top: 2px;
    vertical-align: text-top;
}
.contact-block h2 span.contact-a-link a {
    color: #C46B03;
    font-weight: 500;
    border: none;
}
.contact-block.contact-b-empty h2 {
    white-space: nowrap;
}

/*.page-map {
    overflow: hidden;
}*/
.page-map-wrapper {
    margin: 0 -800px;
}
.page-map,
.page-map iframe {
    min-height: 300px;
}
.page-map iframe {
    margin: 1px 0 -5px 0;
    background: #f7f7f7;
    filter: grayscale(1);
}

@media screen and (min-width: 1025px) {
    .c-h-block-br {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .contact-half-block {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 760px) {
.contact-block h2 {
    margin-bottom: 20px;
}
.contact-block h2 svg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.contact-block h2 span {
    font-size: 16px;
}
.contact-block p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.contact-block {
    margin-bottom: 20px;
    padding-bottom: 11px;
}
.contact-block,
.contact-p-small p {
    padding-right: 0;
}
.page-contact-left,
.page-contact-right {
    float: none;
    width: auto;
}
.contact-block h2 span.contact-a-link {
    padding-left: 2px;
}
}

/*delivery*/
.page-delivery > .post-text {
    font-size: 16px;
    margin-bottom: 60px;
    line-height: 20px;
}
.page-delivery h2 {
    margin-bottom: 30px;
}
.delivery-list {
    margin-bottom: 50px;
}
.delivery-list-header {
    padding: 0 20px;
    background: #F8F8F8;
    height: 50px;
    color: #7A7A7A;
    font-size: 16px;
}
.delivery-list-header::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.delivery-list-header > div {
    display: inline-block;
    vertical-align: middle;
}
.delivery-list-header .d-l-header-first {
    width: 50%;
}
.delivery-list-header .d-l-header-second {
    /*display: none;*/
}
.delivery-list-header .d-l-header-mobile {
    display: none;
}
.delivery-list-block {
    padding: 15px 0 10px 20px;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    font-size: 0;
}
.delivery-list-block > * {
    display: inline-block;
    vertical-align: middle;
}
.delivery-list-block .d-l-block-image {
    width: 16%;
}
.delivery-list-block h3,
.delivery-list-block .post-text {
    margin-bottom: 0;
}
.delivery-list-block h3 {
    font-size: 18px;
    width: 34%;
}
.delivery-list-block h3 span {
    padding-right: 60px;
}
.delivery-list-block .post-text {
    width: 50%;
    font-size: 14px;
    line-height: 18px;
}
.delivery-list-block .post-text li {
    margin-bottom: 5px;
}
.delivery-list-block.no-logo h3 {
    width:50%;
}
.delivery-list-block.no-logo .d-l-block-image {
    width:0;
}
@media screen and (max-width: 1024px) {
    .page-delivery > .post-text {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 760px) {
.page-delivery > .post-text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}
.page-delivery h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.delivery-list {
    margin-bottom: 20px;
}
.delivery-list-header {
    padding: 0 15px;
    font-size: 14px;
}
.delivery-list-header .d-l-header-first,
.delivery-list-header .d-l-header-second {
    display: none;
}
.delivery-list-header .d-l-header-mobile {
    display: inline-block;
}
.delivery-list-block {
    padding: 20px 0;
}
.delivery-list-block > * {
    width: 100% !important;
}
.delivery-list-block .d-l-block-image {
    margin-bottom: 15px;
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
}
.delivery-list-block h3 {
    font-size: 16px;
    display: inline-block;
    width: auto !important;
    padding-left: 15px;
    vertical-align: middle;
    margin-bottom: 15px;
}
}


/*prices*/
.page-price {
    padding-bottom: 60px;
}
.price-categories-list {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 0;
}
.price-categories-list li {
    width: 33.333%;
    display: inline-block;
    margin-bottom: 15px;
}
.price-categories-list li a {
    display: inline-block;
    height: 40px;
    border: 2px solid #FF8A00;
    font-size: 14px;
    /*font-weight: 600;*/
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    text-shadow: 0px 0px 0px;
    margin-right: 30px;
}
.price-categories-list li a:not(.active) {
    color: #7A7A7A;
    /*font-weight: 400;*/
    border: 1px solid #E6E6E6;
    padding: 1px 11px;
    text-shadow: none;
}
.price-categories-list li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.price-categories-list li a span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 14px;
}

.price-category:not(.active) {
    display:none;
}
.price-category h2 {
    font-size: 20px;
    float: left;
    max-width: 65%;
}
.price-category > p {
    color: #7A7A7A;
    font-size: 13px;
    float: right;
    padding-top: 7px;
}

.price-products-table {
    margin: 0;
}
.price-products-table tbody {
    border-collapse: collapse;
}
.price-categories-content th {
    background: #F8F8F8;
    padding: 20px 10px;
    color: #8C8C8C;
    font-weight: 600;
}
.price-products-table td {
    padding: 11px 15px;
}
.price-products-table tbody,
.price-categories-content th,
.price-products-table td {
    border: 1px solid #E6E6E6;
}
.price-products-table th,
.price-products-table td {
    text-align: center;
}
.price-products-table td {
    position: relative;
}
.price-products-table tr > *:nth-child(1) {
    width:1%;
}
.price-products-table tr > *:nth-child(2) {
    text-align: left;
}
.price-products-table tr > th:nth-child(2) {
    padding-left:15px;
}
.price-products-table tr > *:nth-child(3),
.price-products-table tr > *:nth-child(4),
.price-products-table tr > *:nth-child(5) {
    white-space: nowrap;
    width: 15%;
}

.price-products-table a.price-link {
    color: #82B428 !important;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: 13px;
}
.price-products-table a.price-review {
    color: #C46B03;
    font-size: 12px;
    margin-left: 5px;
}
.price-products-table a:hover {
    border-bottom-color: #82B428;
}

.price-products-table tr:nth-child(2n+1) {
    background: #F8F8F8;
}
.price-products-table tr:hover {
    background: #fff4e6;
}
.price-products-table tr:hover td:first-child:before,
.price-products-table tr:hover td:last-child:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
}
.price-products-table tr:hover td:first-child:before {
    border-left: 3px solid #FF8A00;
    left: -1px;
}
.price-products-table tr:hover td:last-child:after {
    border-right: 3px solid #FF8A00;
    right: -1px;
}

.price-download a {
    display:none;
}

@media screen and (max-width: 1024px) {
    .price-categories-list li {
        width: 50%;
    }
    .price-download a {
        display: block;
        background: #82B428;
        height: 40px;
        text-align: center;
        color: #FFF !important;
        margin-bottom:30px;
        font-weight: 600;
    }
    .price-download a:before {
        content:'';
        display:inline-block;
        vertical-align: middle;
        height:100%;
        width:0;
    }
    .price-download a > * {
        display:inline-block;
        vertical-align: middle;
    }
    .price-download a span {
        padding-left: 6px;
    }
}
@media screen and (max-width: 760px) {
    .page-price {
        padding-bottom: 25px;
    }
    .price-categories-list li {
        width: auto;
    }
    .price-products-table tr > :nth-child(3),
    .price-products-table tr > :nth-child(4) {
        white-space: normal;
    }
    .price-categories-list li a {
        height: 33px;
        font-size: 12px;
        margin-right: 15px;
    }
    .price-categories-list {
        margin: 0 0 15px 0;
    }
    .price-category h2 {
        font-size: 16px;
        margin-bottom: 10px;
        float: none;
        max-width: 100%;
    }
    .price-category > p {
        float:none;
        padding-top:0;
    }
}




/* Eror Page
---------------*/
/*
body.error {
    background:#FF8B00;
}
body.error .container {
    border:none;
}
body.error #wrapper,
body.error .container {
    height:100%;
}
body.error #wrapper {
    overflow: unset;
}
.error-page {
    padding-top: 50px;
    height: 100%;
}
.error-page .logo-block {
    width: 280px;
    margin: 0 auto;
}
.error-page .logo-block a {
    border-color: #000 #000 transparent #000;
    margin: 0;
}
.error-page .logo-block a > span > span:before,
.error-page .logo-block a > span > span:after {
    background:#000;
}

.error-page h1 {
    margin: 0;
    text-align: center;
    padding: 50px 30px 20px;
    font-family: "Intro";
    font-weight: 400;
    font-size: 20px;
}
.error-image {
    text-align: center;
    height: 50%;
    max-height: 460px;
    min-height: 160px;
    margin: 40px 70px;
}
.error-image > div {
    height: 100%;
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.error-image > div > img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.error-image > div > span {
    display: block;
    position: absolute;
    font-size: 4vmin;
    color: #FFF;
    right: -5%;
    bottom: 43.5%;
    font-family: 'Intro';
}
.error-link {
    text-align:center;
    margin-bottom: 50px;
    padding-top:20px;
}
.error-link a {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 2px;
    font-weight: 500;
    padding: 12px 25px;
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width: 760px) {
    .error-page {
        padding-top: 20px;
    }
    .error-page .logo-block {
        width: 280px;
    }
    .error-page h1 {
        padding: 35px 15px 1px;
    }
    .error-image {
        height: 160px;
        margin-bottom: 70px;
    }
    .error-link a {
        max-width: 230px;
    }
    .error-image > div > span {
        font-size: 40px;
        right: 0;
        bottom: -45px;
        left: 0;
        text-align: center;
    }
}*/


.multiform-gap-field {
    margin-bottom: 20px;
}
.multiform-gap-name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
}
.multiform-gap-field.type-file .multiform-gap-name,
.multiform-gap-field.type-checkbox .multiform-gap-name {
    display:none;
}
.multiform-gap-field.type-file {
    font-size: 12px;
}
.multiform-gap-field.type-file .multiform-gap-value > div {
    position: relative;
}
.multiform-button {
    background: linear-gradient(180deg, #F1F1F1 0%, #E6E6E6 100%);
    height: 33px;
    width: 112px;
    text-align: center;
    font-size: 11px;
    color: #7A7A7A !important;
    display: inline-block;
    line-height: 33px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.multiform-temp-loading {
    font-family: "Roboto";
    width: 100%;
    display: inline-block;
    background: #FF8B00;
    border: none;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    position: relative;
}
.multiform-temp-loading img {
    opacity:0;
    visibility: hidden;
}

.multiform-temp-loading:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNnB4JyBoZWlnaHQ9JzI2cHgnPgo8cGF0aCBkPSJNNy4xMzUwMSAxMy4wMDAzQzcuMTM1MDEgMTIuNTE2NiA2Ljc3MjIyIDEyLjE1MzggNi4yODg0OSAxMi4xNTM4SDAuODQ2NTI3QzAuMzYyNzk3IDEyLjE1MzggMCAxMi41MTY2IDAgMTMuMDAwM0MwIDEzLjQ4NDEgMC4zNjI3OTcgMTMuODQ2OSAwLjg0NjUyNyAxMy44NDY5SDYuMjg4NDlDNi43NzIyMiAxMy44NDY5IDcuMTM1MDEgMTMuNDg0MSA3LjEzNTAxIDEzLjAwMDNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjYuMDAwMiAxMy4wMDAzQzI2LjAwMDIgMTIuNTE2NiAyNS42Mzc0IDEyLjE1MzggMjUuMTUzNyAxMi4xNTM4SDE5LjcxMThDMTkuMjI4IDEyLjE1MzggMTguODY1MiAxMi41MTY2IDE4Ljg2NTIgMTMuMDAwM0MxOC44NjUyIDEzLjQ4NDEgMTkuMjI4IDEzLjg0NjkgMTkuNzExOCAxMy44NDY5SDI1LjE1MzdDMjUuNTc3IDEzLjg0NjkgMjYuMDAwMiAxMy40ODQxIDI2LjAwMDIgMTMuMDAwM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMy4wMDA4IDE4Ljg2NTZDMTIuNTE3MSAxOC44NjU2IDEyLjE1NDMgMTkuMjI4NCAxMi4xNTQzIDE5LjcxMjFWMjUuMTU0MUMxMi4xNTQzIDI1LjYzNzggMTIuNTE3MSAyNi4wMDA2IDEzLjAwMDggMjYuMDAwNkMxMy40ODQ2IDI2LjAwMDYgMTMuODQ3NCAyNS42Mzc4IDEzLjg0NzQgMjUuMTU0MVYxOS43MTIxQzEzLjg0NzQgMTkuMjI4NCAxMy40ODQ2IDE4Ljg2NTYgMTMuMDAwOCAxOC44NjU2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEzLjg0NzQgMC44NDY1MjdDMTMuODQ3NCAwLjM2Mjc5NyAxMy40ODQ2IDAgMTMuMDAwOCAwQzEyLjUxNzEgMCAxMi4xNTQzIDAuMzYyNzk3IDEyLjE1NDMgMC44NDY1MjdWNi4yODg0OUMxMi4xNTQzIDYuNzcyMjIgMTIuNTE3MSA3LjEzNTAxIDEzLjAwMDggNy4xMzUwMUMxMy40ODQ2IDcuMTM1MDEgMTMuODQ3NCA2Ljc3MjIyIDEzLjg0NzQgNi4yODg0OVYwLjg0NjUyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00LjQxMzQ0IDIyLjQzM0M0LjY1NTMxIDIyLjQzMyA0LjgzNjcxIDIyLjM3MjUgNS4wMTgxIDIyLjE5MTFMOC44Mjc0NyAxOC4zODE4QzkuMTI5ODEgMTguMDc5NCA5LjEyOTgxIDE3LjUzNTIgOC44Mjc0NyAxNy4xNzI0QzguNTI1MTQgMTYuODcwMSA3Ljk4MDk1IDE2Ljg3MDEgNy42MTgxNSAxNy4xNzI0TDMuODA4NzggMjAuOTgxOEMzLjUwNjQ1IDIxLjI4NDEgMy41MDY0NSAyMS44MjgzIDMuODA4NzggMjIuMTkxMUMzLjk5MDE4IDIyLjMxMjEgNC4yMzIwNCAyMi40MzMgNC40MTM0NCAyMi40MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTcuNzE2MiA5LjEzMDI1QzE3Ljk1OCA5LjEzMDI1IDE4LjEzOTQgOS4wNjk3OSAxOC4zMjA4IDguODg4MzlMMjIuMTMwMiA1LjA3OTAyQzIyLjQzMjUgNC43NzY2OSAyMi40MzI1IDQuMjMyNDkgMjIuMTMwMiAzLjg2OTY5QzIxLjgyNzkgMy41NjczNiAyMS4yODM3IDMuNTY3MzYgMjAuOTIwOSAzLjg2OTY5TDE3LjExMTUgNy42NzkwNkMxNi44MDkyIDcuOTgxMzkgMTYuODA5MiA4LjUyNTU5IDE3LjExMTUgOC44ODgzOUMxNy4yOTI5IDkuMDA5MzIgMTcuNTM0OCA5LjEzMDI1IDE3LjcxNjIgOS4xMzAyNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNy4xNzI1IDE4LjMyMTFMMjAuOTgxOSAyMi4xMzA1QzIxLjE2MzMgMjIuMzExOSAyMS4zNDQ3IDIyLjM3MjMgMjEuNTg2NSAyMi4zNzIzQzIxLjgyODQgMjIuMzcyMyAyMi4wMDk4IDIyLjMxMTkgMjIuMTkxMiAyMi4xMzA1QzIyLjQ5MzUgMjEuODI4MSAyMi40OTM1IDIxLjI4MzkgMjIuMTkxMiAyMC45MjExTDE4LjM4MTggMTcuMTExOEMxOC4wNzk1IDE2LjgwOTQgMTcuNTM1MyAxNi44MDk0IDE3LjE3MjUgMTcuMTExOEMxNi44MDk3IDE3LjQ3NDYgMTYuODA5NyAxOC4wMTg4IDE3LjE3MjUgMTguMzIxMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04LjgyNzQ3IDcuNjc5MDZMNS4wMTgxIDMuODY5NjlDNC43MTU3NyAzLjU2NzM2IDQuMTcxNTggMy41NjczNiAzLjgwODc4IDMuODY5NjlDMy41MDY0NSA0LjE3MjAyIDMuNTA2NDUgNC43MTYyMiAzLjgwODc4IDUuMDc5MDJMNy42MTgxNSA4Ljg4ODM5QzcuNzk5NTUgOS4wNjk3OSA3Ljk4MDk1IDkuMTMwMjUgOC4yMjI4MSA5LjEzMDI1QzguNDY0NjggOS4xMzAyNSA4LjY0NjA4IDkuMDY5NzkgOC44Mjc0NyA4Ljg4ODM5QzkuMTkwMjcgOC41MjU1OSA5LjE5MDI3IDcuOTgxMzkgOC44Mjc0NyA3LjY3OTA2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
    animation: rotate-loading 1s infinite linear;
}

/*#wahtmlcontrol_fields_field_6_1-1,*/
.multiform-gap-field.type-checkbox {
    font-size:13px;
}
/*#wahtmlcontrol_fields_field_6_1-1 a,*/
.multiform-gap-field.type-checkbox a {
    color: #FF8B00;
}
.multiform-filename {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 132px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    white-space: nowrap;
}
/*.multiform-files,*/
.multiform-fileinput-button span,
.multiform-fileinput-button input,
.multiform-filename + .multishop-fileupload,
.multiform-button + .multishop-fileupload {
    display: none;
}
.multiform-errorfld {
    margin-bottom: 15px;
    font-size: 13px;
}
.multiform-errorfld em {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
}
.multiform-gap-value .errormsg {
    margin-bottom: 15px;
    font-size: 13px;
    font-style: normal;
    padding-top: 5px;
}
.multiform-error-field {
    border-color: red !important;
}
.multiform-gap-field.s-required .multiform-gap-name:after {
    content:' *';
    color: red;
    opacity: 0.5;
}
.multiform-gap-field.type-file .multiform-gap-value {
    position: relative;
}
.multiform-gap-field.type-file .multiform-gap-value .multiform-gap-description {
    position: absolute;
    top: 10px;
    right: 0;
    left: 130px;
}
.multiform-files {
    
}
.multiform-temp-file {
    font-size: 0;
    padding-top: 10px;
}
.multiform-temp-file > * {
    display: inline-block;
    vertical-align: top;
}
.multiform-cell.multiform-temp-file-name {
    font-weight: 600;
    width: 58%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    display: inline-block !important;
}
.multiform-cell.multiform-temp-file-size {
    font-size: 12px;
    padding-left: 5%;
    color: #7a7a7a;
    width: 20%;
}
.multiform-cell.multiform-temp-file-icons {
    font-size: 12px;
    width: 16%;
    text-align: right;
}
.multiform-cell.multiform-progress-field {
    width: 30%;
    text-align: center;
}
.multiform-cell.multiform-progress-field img {
    display: none;
}
.multiform-cell.multiform-temp-file-size.error {
    color: red;
}
.multiform-result {
    text-align: center;
    margin: 25% 0;
}
.multiform-thanks {
    color: #82B428;
    font-size:30px;
    font-weight:600;
    margin-bottom: 30px;
    margin-top: 25%;
    text-align: center;
}
.multiform-thanks + svg {
    display: block;
    margin: 0 auto;
}
.multiform-after-thanks {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 30px;
    text-align: center;
}
.multiform-close-result {
    height: 40px;
    right: 20px;
    top: 520px;
    background: #ffdcb3;
    border: none;
    font-family: Roboto;
    font-weight: bold;
    font-size: 13px;
    color: #C46B03;
    width: 100%;
    margin-top: 40px;
    cursor: pointer;
    display:none;
}

/*gallery*/
.page-gallery .post-text {
    font-size: 14px;
}
.page-gallery ul.albums {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.page-gallery ul.albums li {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.page-gallery ul.albums li a {
    display: block;
    padding: 20px;
}
.page-gallery ul.albums li h2 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}
.page-gallery ul.albums li .cover {
    height: 160px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}
.page-gallery ul.albums li:first-child {
    width: 50%;
}
.page-gallery ul.albums li:first-child .cover {
    height:340px;
}
.page-gallery ul.albums li:hover .cover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.21);
}
.page-gallery ul.albums li .cover:after {
    content:'';
    position: absolute;
    left: 3.5%;
    right: 3.5%;
    top: 6.5%;
    bottom: -10px;
    border: 2px solid #FFFFFF;
    opacity: 0;
}
.page-gallery ul.albums li a:hover .cover:after {
    opacity: 0.8;
    transition: opacity 0.3s;
}
.page-gallery ul.albums li p {
    color: #7A7A7A;
    font-size: 13px;
    line-height: 18px;
}
.page-gallery-loadmore {
    text-align: center;
    margin-bottom: 50px;
}
.page-gallery-loadmore a {
    background: #FF8A00;
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #FFF !important;
    position: relative;
}
@keyframes rotate-loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.page-gallery-loadmore a svg {
    display: none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width: 26px;
    height: 26px;
    animation: rotate-loading 1s infinite linear;
}
.page-gallery-loadmore a:hover {
    opacity: 0.8;
}
.page-gallery-loadmore a.loading svg {
    display: block;
}
.page-gallery-loadmore a.loading span {
    opacity: 0;
}
@media screen and (max-width: 1024px) {
    .page-gallery ul.albums {
        margin: 0 -15px;
    }
    .page-gallery ul.albums li {
        width: 50%;
    }
    .page-gallery ul.albums li a {
        padding: 15px;
    }
    .page-gallery ul.albums li h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .page-gallery ul.albums li .cover {
        height: 186px;
    }
    .page-gallery ul.albums li:first-child {
        width: 100%;
    }
    .page-gallery ul.albums li:first-child .cover {
        height: 412px;
    }
}
@media screen and (max-width: 1024px) {
    .page-gallery ul.albums {
        margin: 0 -15px;
    }
    .page-gallery ul.albums li {
        width: 50%;
    }
    .page-gallery ul.albums li a {
        padding: 15px;
    }
    .page-gallery ul.albums li h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .page-gallery ul.albums li .cover {
        height: 186px;
    }
    .page-gallery ul.albums li:first-child {
        width: 100%;
    }
    .page-gallery ul.albums li:first-child .cover {
        height: 412px;
    }
}
@media screen and (max-width: 760px) {
    .page-gallery ul.albums {
        margin: 0 -15px;
    }
    .page-gallery ul.albums li a {
        padding: 15px;
    }
    .page-gallery ul.albums li h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .page-gallery ul.albums li .cover,
    .page-gallery ul.albums li:first-child .cover {
        height: 168px;
    }
    .page-gallery ul.albums li:first-child {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .page-gallery ul.albums li,
    .page-gallery ul.albums li:first-child {
        width: 100%;
    }
}

.album-description {
    margin-bottom: 50px;
}
.photo-album-slider {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.photo-album-slider figure {
    display: inline-block;
    width: 100%;
    height: 520px;
}
.photo-album-slider .image {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.photo-album-thumbs {
    background: #F8F8F8;
    padding: 20px 0 0 23px;
    font-size: 0;
    margin-bottom: 50px;
}
.photo-album-thumbs a {
    margin: 0 0 20px 0;
    display: inline-block;
    cursor: pointer;
}
.photo-album-thumbs a span {
    margin-right: 23px;
    position: relative;
    display: inline-block;
}
.photo-album-thumbs a.active span:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -2px;
    right: -2px;
    bottom: -3px;
    margin: auto;
    border: 4px solid #FF8A00;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.21);
    display: block;
}
.photo-album-thumbs a:not(.active) span:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.21);
    transition: box-shadow 0.3s;
}
.photo-album-thumbs a span img {
    height: auto !important;
    width: 68px !important;
}

.photo-slider-arrows {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.photo-slider-arrows a svg:nth-child(2),
.photo-slider-arrows a:hover svg:nth-child(1) {
    display:none;
}
.photo-slider-arrows a:hover svg:nth-child(2) {
    display:inline-block;
}
.photo-slider-arrows a:nth-child(1) {
    margin-right: 10px;
}
.photo-album-slider .bx-controls {
    top: unset;
    bottom: 58px;
}
.photo-album-slider .bx-controls-direction {
    float: right;
}
.photo-album-slider .bx-next {
    margin-left: 15px;
}
@media screen and (max-width: 1024px) {
    .photo-album-slider figure {
        height: 408px;
    }
}
@media screen and (max-width: 960px) {
    .photo-album-slider figure {
        height: 360px;
    }
}
@media screen and (max-width: 760px) {
    .album-description {
        margin-bottom: 20px;
    }
    .photo-album-slider figure {
        height: 320px;
    }
    .photo-slider-arrows {
        bottom: 10px;
        right: 10px;
    }
    .photo-album-thumbs a {
        width: 7px;
        height: 7px;
        overflow: hidden;
        border-radius: 50%;
        background: #e6e6e6;
        margin: 0 4px 8px;
    }
    .photo-album-thumbs a.active {
        background: #7A7A7A;
    }
    .photo-album-thumbs a * {
        display:none !important;
    }
    .photo-album-thumbs {
        background: transparent;
        padding: 0;
        font-size: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    .photo-album-slider figure {
        height: 240px;
    }
}
@media screen and (max-width: 480px) {
    .photo-album-slider figure {
        height: 220px;
    }
}


/*discount*/
.page-discount {
    margin: 0 -25px;
    font-size:0;
}
.page-discount:after {
    content:'';
    clear:both;
}
.discount {
    width: 50%;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    z-index: 0;
}
.discount-wrapper {
    min-height: 320px;
    margin: 0 25px 50px;
    position: relative;
}
.discount-content {
    min-height: 320px;
    padding: 20px;
    background: linear-gradient(238.82deg, #FF8A00 0.74%, #FF5A5A 115.26%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.discount-content-inner {
    padding: 25px;
}
.discount.green .discount-content {
    background: linear-gradient(238.78deg, #28B436 0.73%, #82B428 99.39%);
}
.discount.done .discount-content {
    background: linear-gradient(238.78deg, #ffd099 0.73%, #ffc0b8 99.39%) !important;
}
.discount.green.done .discount-content {
    background: linear-gradient(238.78deg, #aae1af 0.73%, #cbe1a9 99.39%) !important;
}
.discount.done .discount-content:after {
    content: 'завершен';
    font-size: 15px;
    width: 300px;
    background: black;
    display: block;
    height: 33px;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: 35px;
    right: -100px;
    transform: rotateZ(45deg);
}
.discount-content:before {
    content:'';
    border: 1px dashed #FFF;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    z-index: -1;
}
.discount-content-bottom {
    border-top: 1px dashed #FFF;
}
.discount-content-top,
.discount-content-bottom {
    padding: 25px;
}
.discount-title {
    font-family: Intro;
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    margin-top: -5px;
}
.discount-subtitle {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
}
.discount-subtitle svg {
    position: absolute;
    top: 0;
    left: 0;
}
.discount-subtitle {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.discount-subtitle a {
    color:#FFF !important;
}
.discount-paragraph {
    margin-bottom: 85px;
}
.discount-content hr {
    border-width: 1px;
    border-style: dashed;
    border-color: #FFF transparent transparent transparent;
    margin: 23px -25px 25px;
    clear: both;
}
.discount-product-info {
    margin-right: 200px;
    float: left;
}
.discount-product-image {
    width: 200px;
    margin-left: -200px;
    float: right;
}
.discount-product-image a {
    position: relative;
    display: inline-block;
    margin: 0 0 25px 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.discount-product-image a img {
    position: relative;
    z-index: -1;
    max-width: 100%;
    display: block;
}
.discount-percent {
    font-size: 120px;
    font-weight: 900;
    line-height: 90px;
}
.discount-block {
    display: flex;
}
.discount-variable {
    flex: content;
    padding-left: 25px;
    -webkit-flex: content;
    width: 100%;
    position: relative;
}
.discount-variable #mlb2-3439151.ml-subscribe-form button.primary,
.discount-variable #mlb2-3439151.ml-subscribe-form button.loading {
    width: 88px !important;
    min-width: auto;
}
.discount-variable #mlb2-3439151.ml-subscribe-form button.primary:before {
    font-size: 12px;
    line-height: 12px;
}
.discount-variable:before {
    content: '';
    display: inline-block;
}
.discount-variable .mailer-subscribe #mailer-subscribe-error {
    top: -6px;
    padding: 2px;
    background: white;
}
.discount-variable #mlb2-3439151 .subscribe-form.ml-block-success .form-section p {
    color: white !important;
}
.discount-variable .mailer-subscribe-terms,
.discount-variable .mailer-subscribe-terms a {
    color:white !important;
}
.discount-variable .mailer-subscribe-terms a {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
    line-height: 12px;
}
.discount-variable .mailer-subscribe-terms a:hover {
    border-bottom-color: transparent;
}
.discount-coupon {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-top: 16px;
}
.discount-coupon span {
    font-weight:600;
}
@media screen and (max-width: 1024px) {
    .discount {
        width: 100%;
    }
    .discount-wrapper {
        margin-bottom: 30px;
    }
    .discount-paragraph {
        margin-bottom: 0;
    }
    .discount:nth-child(n) .discount-content {
        background: linear-gradient(238.82deg, #FF8A00 0.74%, #FF5A5A 115.26%);
    }
    .discount:nth-child(2n) .discount-content {
        background: linear-gradient(238.78deg, #28B436 0.73%, #82B428 99.39%);
    }
}
@media screen and (max-width: 760px) {
    .discount-title {
        font-size: 30px;
        line-height: 40px;
    }
    .discount-content-inner {
        padding: 15px;
    }
    .discount-subtitle {
        padding-left: 0;
    }
    .discount-subtitle svg {
        display:none;
    }
    .discount-content {
        min-height: auto;
    }
    .discount-content hr {
        margin: 23px -15px 25px;
    }
    .discount-block {
        display: block;
    }
    .discount-percent {
        font-size: 80px;
        line-height: 60px;
        text-align: center;
        margin-bottom: 20px;
    }
    .discount-variable {
        padding-left: 0;
    }
    .discount-variable:before {
        display: none;
    }
    .discount-coupon {
        padding-top: 0;
        line-height: 15px;
    }
    .discount-block {
        display: block;
        margin-bottom: 10px;
    }
    .discount-product-info {
        margin-right: 0;
        float: none;
    }
    .discount-product-image a {
        margin: 0;
        max-width: 150px;
        background-size: cover;
        background-position: 50% 50%;
    }
    .discount-product-image {
        width: auto;
        margin-left: 0;
        float: none;
        text-align: center;
        padding-top: 25px;
    }
}

/* side menu
------------*/
#side-menu {
    position: fixed;
    right: -48px;
    top: 50%;
    z-index: 10;
}
#side-menu a {
    display: block;
    border: 2px solid #E6E6E6;
    margin-top: -2px;
    background: white;
    width: 44px;
    height: 44px;
    position: relative;
}
#side-menu a svg {
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
}
#side-menu a:hover {
    background: #FF8A00;
    border-color: transparent;
}
#side-menu a svg use {
    transition: opacity 0.2s;
}
#side-menu a svg use:nth-child(2) {
    opacity:0;
}
#side-menu a:hover svg use:nth-child(1) {
    opacity:0;
}
#side-menu a:hover svg use:nth-child(2) {
    opacity:1;
}
#side-menu a:before {
    position: absolute;
    height: 29px;
    line-height: 27px;
    left: 0;
    white-space: nowrap;
    color: white;
    background: black;
    font-size: 12px;
    padding: 0 10px;
    margin-top: -14px;
    top: 50%;
    width: 80px;
    margin-left: -120px;
    text-align: center;
    opacity: 0;
    transform: translateX(8px);
    visibility: hidden;
}
#side-menu a:nth-child(1):before {
    content: 'Прием заявки';
}
#side-menu a:nth-child(2):before {
    content: 'Звонок с сайта';
}
#side-menu a:after {
    content: '';
    left: 100%;
    top: 50%;
    border-color: transparent transparent transparent black;
    border-width: 14px 0 14px 9px;
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
    margin-top: -13px;
    opacity: 0;
    transform: translateX(8px);
    visibility: hidden;
}
#side-menu a:hover:before,
#side-menu a:hover:after {
    opacity: 0.7;
    transform: translateX(0px);
    transition: opacity, transform 0.2s;
    visibility: visible;
}
#side-menu.sticky {
    transition: right 0.25s;
    right: -2px;
}
#side-menu.no-sticky {
    transition: right 0.25s;
    right: -48px;
}
.side-menu-wrapper:not(.side-menu-main) #side-menu {
    right:-2px;
    transition: none;
}
@media screen and (max-width: 1024px) {
    #side-menu {
        display:none;
    }
}



/* MODAL
--------------*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    overflow: hidden;
    visibility: hidden;
}
.modal-wrapper {
    right: -320px;
    position: relative;
    height: auto;
    background: #FFF;
    width: 320px;
    float: right;
    box-sizing: border-box;
    padding: 20px 20px 100px 20px;
    min-height: 100%;
}
.modal.show {
    visibility: visible;
}
.modal.show .modal-wrapper {
    transition: right 0.3s;
    right: 0px;
}
.modal-scroller {
    height: 100%;
    padding-right: 300px;
    margin: 0px -300px 0px 0px;
    overflow: auto;
    scrollbar-width: none;
}
.modal-scroller::-webkit-scrollbar {
    display: none;
}
.modal-title {
    font-family: Intro;
    font-size: 18px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 20px;
}
.modal-close {
    opacity: 0.3;
    float: right;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: 2px;
    margin-right: -7px;
}
.modal-close svg {
    position: relative;
    z-index: -1;
}
.modal-close:hover {
    opacity: 0.8;
}
.modal .multiform-close-result {
    display:block;
}
@media screen and (max-width: 1024px) {
    .modal {
        top:60px;
    }
}
@media screen and (max-width: 760px) {
    .modal {
        top:40px;
    }
}

/*callback*/
#zcwMiniButton {
    display:none!important;
}
.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 11 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.5);
}
.z-m-w__terms.danger div, .z-m-w__terms.danger span {
    color: #fff;
}
.z-m-w__terms.danger {
    background-color: red;
}

.zcwPopup {
    height: auto;
    background: #FFF;
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px!important;
    height: auto !important;
    /*padding: 20px 20px 100px 20px;*/
    box-sizing: border-box;
    min-height: 100%;
    z-index: 12 !important;
    right:-320px;
}
.zcwPopup-bg[style*="block"] + .zcwPopup {
    transition: right 0.3s;
    right: 0px;
}
.zcwPopup {
    /*padding-right: 300px;
    margin: 0px -300px 0px 0px;*/
    overflow: auto;
    scrollbar-width: none;
}
.zcwPopup::-webkit-scrollbar {
    display: none;
}
.zcwPopup-content {
    padding: 20px 20px 120px 20px;
}
.zcwPopup-title {
    font-family: Intro;
    font-size: 18px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}
.zcwPopup-description {
    font-size: 13px;
    margin-bottom: 30px;
}


#zcwPopup-rate,
#zcwPopup-busy {
    text-align: center;
    display: block;
    height: 60px;
    background: #FFF;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    line-height: 50px;
    font-weight: 600;
}
#zcwPopup-rate br,
#zcwPopup-busy br {
    display: none;
}
#zcwPopup-raty {
    padding-left: 10px;
}
#zcwPopup-raty img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
#zcwPopup-busy {
    font-size:13px;
    color: red;
}
#zcwPopup-busy link {
    margin-top:20px;
}

.zcwPopup-close {
    z-index: 99992 !important;
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 0;
    line-height: 0;
    opacity: 0.3;
}
.zcwPopup-close:hover {
    opacity:1;
}
.zcwPopup-close:after {
    content: '×';
    display: block;
    font-size: 35px;
    font-weight: 300;
    color: black;
}
.zcwPopup-form:before {
    content: 'Телефон';
    font-size: 13px;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
.zcwPopup-form form {
    font-size: 0;
    position: relative;
    margin-bottom: 20px;
}
/*.zcwPopup-form form:before {
    content: '+7';
    font-size: 13px;
    display: block;
    position: absolute;
    top: 13px;
    left: 10px;
    background: #FFF;
    color: #9C9C9C;
}*/
.zcwPopup .link,
.zcwPopup-form b:after {
    font-family: "Roboto";
    width: 100%;
    display: inline-block;
    background: #ffdcb3;
    border: none;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    color: #C46B03;
    cursor: pointer;
    font-size: 13px;
}
.zcwPopup-form input[name=n],
.zcwPopup-form select {
    margin-bottom: 20px;
}
.zcwPopup-form select {
    box-sizing: border-box;
    margin-top:25px;
}
.zcwPopup-form select[name=day] {
    width: 47%;
    margin-right: 6%;
}
.zcwPopup-form select[name=hour],
.zcwPopup-form select[name=minute] {
    width: 22%;
}
.zcwPopup-form select[name=hour] {
    margin-right: 2%;
}
.zcwPopup-form form:after,
.zcwPopup-form form:before {
    position: absolute;
    top: 60px;
    font-size: 13px;
    font-weight: 500;
}
.zcwPopup-form form:before {
    content: 'Дата';
}
.zcwPopup-form form:after {
    content: 'Время';
    left: 53%;
}


.zcwPopup .powered_by {
    margin-top: 7px;
    font-size: 12px;
    color: #777777 !important;
}
.zcwPopup .powered_by a {
    font-weight: bold !important;
    color: #777777 !important;
    text-decoration: underline !important;
}
.zcwPopup button {
    /*margin-top: 20px;*/
    position: relative;
    z-index: 1;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
    border: 1px solid red;
}

#zcwMiniButton {
    position:fixed;
    right: 0px;bottom: 0px;width:70px;
    height:70px;
    cursor:pointer;
    opacity:0.5;
    z-index:99990;
}
#zcwMiniButton #zcwMiniButtonMain {
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    border-radius:50% !important;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:rgb(32,45,161);
    width:70px;
    height:70px;
    box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);
}
#zcwMiniButton #zcwMiniButtonMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: none;
}
#zcwMiniButton:hover {
    opacity:0.8;
}
#zcwPopup-error {
    font-size: 13px;
    width: auto !important;
    height: auto !important;
}
#zcwPopup-error[style*="none"] + .link {
    display: block;
}
#zcwPopup-error[style*="block"] + .link,
#zcwPopup-error:not([style*="display"]) + .link {
    display: none;
}
#zcwPopup-error + span {
    display:none;
}

#zcwPopup-callresult {
    top: -25px;
    position: relative;
}
.zcwPopup-countdown {
    font-weight: bold;
    display: none;
    font-size: 14px;
    text-align: center;
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: 13px;
    z-index: 1;
    background: #aaa;
    color: #FFF;
}
#zcwPopup-callresult input {
    width: 47%;
}
#zcwPopup-callresult input:first-child {
    margin-right: 4%;
}

.zcwPopup-form b {
    position: absolute;
    top: 50px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #FFF;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.zcwPopup-form b:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI2IiBoZWlnaHQ9IjE2MSIgdmlld0JveD0iMCAwIDEyNiAxNjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDIuNSAxMDEuNUwzNS41IDEwOC41TDU4IDEzMUwxMDggODFMMTAxIDc0TDU4IDExN0w0Mi41IDEwMS41Wk0xMDMgMTExQzEwMyAxMzMgODUgMTUxIDYzIDE1MUM0MSAxNTEgMjMgMTMzIDIzIDExMUMyMyA4OSA0MSA3MSA2MyA3MUM2NyA3MSA3MC41IDcxLjUgNzQgNzIuNUw4MiA2NC41Qzc2IDYyLjUgNjkuNSA2MSA2MyA2MUMzNS41IDYxIDEzIDgzLjUgMTMgMTExQzEzIDEzOC41IDM1LjUgMTYxIDYzIDE2MUM5MC41IDE2MSAxMTMgMTM4LjUgMTEzIDExMUgxMDNaIiBmaWxsPSIjODJCNDI4Ii8+CjxwYXRoIGQ9Ik0xNy44Mzg5IDE1Ljg5NTVDMTcuNjcyOSAxOC4xOTA0IDE2LjgyMzIgMTkuOTk3MSAxNS4yOSAyMS4zMTU0QzEzLjc2NjYgMjIuNjMzOCAxMS43NTQ5IDIzLjI5MyA5LjI1NDg4IDIzLjI5M0M2LjUyMDUxIDIzLjI5MyA0LjM2NzE5IDIyLjM3NSAyLjc5NDkyIDIwLjUzOTFDMS4yMzI0MiAxOC42OTM0IDAuNDUxMTcyIDE2LjE2NDEgMC40NTExNzIgMTIuOTUxMlYxMS42NDc1QzAuNDUxMTcyIDkuNTk2NjggMC44MTI1IDcuNzkwMDQgMS41MzUxNiA2LjIyNzU0QzIuMjU3ODEgNC42NjUwNCAzLjI4ODA5IDMuNDY4NzUgNC42MjU5OCAyLjYzODY3QzUuOTczNjMgMS43OTg4MyA3LjUzNjEzIDEuMzc4OTEgOS4zMTM0OCAxLjM3ODkxQzExLjc3NDQgMS4zNzg5MSAxMy43NTY4IDIuMDM4MDkgMTUuMjYwNyAzLjM1NjQ1QzE2Ljc2NDYgNC42NzQ4IDE3LjYzMzggNi41MjUzOSAxNy44NjgyIDguOTA4MkgxMy40NzM2QzEzLjM2NjIgNy41MzEyNSAxMi45ODA1IDYuNTM1MTYgMTIuMzE2NCA1LjkxOTkyQzExLjY2MjEgNS4yOTQ5MiAxMC42NjExIDQuOTgyNDIgOS4zMTM0OCA0Ljk4MjQyQzcuODQ4NjMgNC45ODI0MiA2Ljc1IDUuNTA5NzcgNi4wMTc1OCA2LjU2NDQ1QzUuMjk0OTIgNy42MDkzNyA0LjkyMzgzIDkuMjM1MzUgNC45MDQzIDExLjQ0MjRWMTMuMDUzN0M0LjkwNDMgMTUuMzU4NCA1LjI1MDk4IDE3LjA0MyA1Ljk0NDM0IDE4LjEwNzRDNi42NDc0NiAxOS4xNzE5IDcuNzUwOTggMTkuNzA0MSA5LjI1NDg4IDE5LjcwNDFDMTAuNjEyMyAxOS43MDQxIDExLjYyMyAxOS4zOTY1IDEyLjI4NzEgMTguNzgxMkMxMi45NjA5IDE4LjE1NjIgMTMuMzQ2NyAxNy4xOTQzIDEzLjQ0NDMgMTUuODk1NUgxNy44Mzg5Wk0zNC4yMzA1IDIzSDI5Ljk4MjRWMTAuNTc4MUgyNC42Nzk3VjIzSDIwLjQ0NjNWNy4xNTAzOUgzNC4yMzA1VjIzWk00Ni42NTIzIDIzQzQ2LjQ1NyAyMi42MTkxIDQ2LjMxNTQgMjIuMTQ1NSA0Ni4yMjc1IDIxLjU3OTFDNDUuMjAyMSAyMi43MjE3IDQzLjg2OTEgMjMuMjkzIDQyLjIyODUgMjMuMjkzQzQwLjY3NTggMjMuMjkzIDM5LjM4NjcgMjIuODQzOCAzOC4zNjEzIDIxLjk0NTNDMzcuMzQ1NyAyMS4wNDY5IDM2LjgzNzkgMTkuOTE0MSAzNi44Mzc5IDE4LjU0NjlDMzYuODM3OSAxNi44NjcyIDM3LjQ1OCAxNS41NzgxIDM4LjY5ODIgMTQuNjc5N0MzOS45NDgyIDEzLjc4MTIgNDEuNzUgMTMuMzI3MSA0NC4xMDM1IDEzLjMxNzRINDYuMDUxOFYxMi40MDkyQzQ2LjA1MTggMTEuNjc2OCA0NS44NjEzIDExLjA5MDggNDUuNDgwNSAxMC42NTE0QzQ1LjEwOTQgMTAuMjExOSA0NC41MTg2IDkuOTkyMTkgNDMuNzA4IDkuOTkyMTlDNDIuOTk1MSA5Ljk5MjE5IDQyLjQzMzYgMTAuMTYzMSA0Mi4wMjM0IDEwLjUwNDlDNDEuNjIzIDEwLjg0NjcgNDEuNDIyOSAxMS4zMTU0IDQxLjQyMjkgMTEuOTExMUgzNy4xODk1QzM3LjE4OTUgMTAuOTkzMiAzNy40NzI3IDEwLjE0MzYgMzguMDM5MSA5LjM2MjNDMzguNjA1NSA4LjU4MTA1IDM5LjQwNjIgNy45NzA3IDQwLjQ0MTQgNy41MzEyNUM0MS40NzY2IDcuMDgyMDMgNDIuNjM4NyA2Ljg1NzQyIDQzLjkyNzcgNi44NTc0MkM0NS44ODA5IDYuODU3NDIgNDcuNDI4NyA3LjM1MDU5IDQ4LjU3MTMgOC4zMzY5MUM0OS43MjM2IDkuMzEzNDggNTAuMjk5OCAxMC42OTA0IDUwLjI5OTggMTIuNDY3OFYxOS4zMzc5QzUwLjMwOTYgMjAuODQxOCA1MC41MTk1IDIxLjk3OTUgNTAuOTI5NyAyMi43NTFWMjNINDYuNjUyM1pNNDMuMTUxNCAyMC4wNTU3QzQzLjc3NjQgMjAuMDU1NyA0NC4zNTI1IDE5LjkxODkgNDQuODc5OSAxOS42NDU1QzQ1LjQwNzIgMTkuMzYyMyA0NS43OTc5IDE4Ljk4NjMgNDYuMDUxOCAxOC41MTc2VjE1Ljc5M0g0NC40Njk3QzQyLjM1MDYgMTUuNzkzIDQxLjIyMjcgMTYuNTI1NCA0MS4wODU5IDE3Ljk5MDJMNDEuMDcxMyAxOC4yMzkzQzQxLjA3MTMgMTguNzY2NiA0MS4yNTY4IDE5LjIwMTIgNDEuNjI3OSAxOS41NDNDNDEuOTk5IDE5Ljg4NDggNDIuNTA2OCAyMC4wNTU3IDQzLjE1MTQgMjAuMDU1N1pNNjAuMTQzNiAxOS44Nzk5QzYwLjkyNDggMTkuODc5OSA2MS41NTk2IDE5LjY2NSA2Mi4wNDc5IDE5LjIzNTRDNjIuNTM2MSAxOC44MDU3IDYyLjc5IDE4LjIzNDQgNjIuODA5NiAxNy41MjE1SDY2Ljc3OTNDNjYuNzY5NSAxOC41OTU3IDY2LjQ3NjYgMTkuNTgyIDY1LjkwMDQgMjAuNDgwNUM2NS4zMjQyIDIxLjM2OTEgNjQuNTMzMiAyMi4wNjI1IDYzLjUyNzMgMjIuNTYwNUM2Mi41MzEyIDIzLjA0ODggNjEuNDI3NyAyMy4yOTMgNjAuMjE2OCAyMy4yOTNDNTcuOTUxMiAyMy4yOTMgNTYuMTY0MSAyMi41NzUyIDU0Ljg1NTUgMjEuMTM5NkM1My41NDY5IDE5LjY5NDMgNTIuODkyNiAxNy43MDIxIDUyLjg5MjYgMTUuMTYzMVYxNC44ODQ4QzUyLjg5MjYgMTIuNDQzNCA1My41NDIgMTAuNDk1MSA1NC44NDA4IDkuMDQwMDRDNTYuMTM5NiA3LjU4NDk2IDU3LjkyMTkgNi44NTc0MiA2MC4xODc1IDYuODU3NDJDNjIuMTY5OSA2Ljg1NzQyIDYzLjc1NjggNy40MjM4MyA2NC45NDgyIDguNTU2NjRDNjYuMTQ5NCA5LjY3OTY5IDY2Ljc1OTggMTEuMTc4NyA2Ni43NzkzIDEzLjA1MzdINjIuODA5NkM2Mi43OSAxMi4yMzM0IDYyLjUzNjEgMTEuNTY5MyA2Mi4wNDc5IDExLjA2MTVDNjEuNTU5NiAxMC41NDM5IDYwLjkxNSAxMC4yODUyIDYwLjExNDMgMTAuMjg1MkM1OS4xMjc5IDEwLjI4NTIgNTguMzgwOSAxMC42NDY1IDU3Ljg3MyAxMS4zNjkxQzU3LjM3NSAxMi4wODIgNTcuMTI2IDEzLjI0NDEgNTcuMTI2IDE0Ljg1NTVWMTUuMjk0OUM1Ny4xMjYgMTYuOTI1OCA1Ny4zNzUgMTguMDk3NyA1Ny44NzMgMTguODEwNUM1OC4zNzExIDE5LjUyMzQgNTkuMTI3OSAxOS44Nzk5IDYwLjE0MzYgMTkuODc5OVpNNzguNzQ3MSA3LjE1MDM5SDgyLjk4MDVWMjNINzguNzQ3MVYxMy4yMTQ4TDczLjQ0NDMgMjNINjkuMTk2M1Y3LjE1MDM5SDczLjQ0NDNWMTYuOTIwOUw3OC43NDcxIDcuMTUwMzlaTTk0LjA4NCA4LjAyOTNDOTYuMTE1MiA4LjAyOTMgOTcuNzM2MyA4LjcwMzEyIDk4Ljk0NzMgMTAuMDUwOEMxMDAuMTU4IDExLjM5ODQgMTAwLjc2NCAxMy4yMjk1IDEwMC43NjQgMTUuNTQzOVYxNS43NDlDMTAwLjc2NCAxOC4wMzQyIDEwMC4wOSAxOS44NjUyIDk4Ljc0MjIgMjEuMjQyMkM5Ny4zOTQ1IDIyLjYxOTEgOTUuNTgzIDIzLjMwNzYgOTMuMzA3NiAyMy4zMDc2QzkxLjAyMjUgMjMuMzA3NiA4OS4yMDEyIDIyLjU2NTQgODcuODQzOCAyMS4wODExQzg2LjQ5NjEgMTkuNTg2OSA4NS44MjIzIDE3LjU2MDUgODUuODIyMyAxNS4wMDJWMTQuMjk4OEM4NS44NDE4IDEwLjczNDQgODYuNDQyNCA3Ljk0NjI5IDg3LjYyNCA1LjkzNDU3Qzg4LjgxNTQgMy45MTMwOSA5MC42MDI1IDIuNjM4NjcgOTIuOTg1NCAyLjExMTMzQzk0LjIzNTQgMS44Mzc4OSA5NS4wNDEgMS41NjkzNCA5NS40MDIzIDEuMzA1NjZDOTUuNzYzNyAxLjAzMjIzIDk1Ljk0NDMgMC42NTYyNSA5NS45NDQzIDAuMTc3NzM0SDk5LjM3MjFDOTkuMzcyMSAxLjcxMDk0IDk4Ljk1NyAyLjg2MzI4IDk4LjEyNyAzLjYzNDc3Qzk3LjMwNjYgNC40MDYyNSA5NS44NDE4IDUuMDAxOTUgOTMuNzMyNCA1LjQyMTg4QzkyLjQ4MjQgNS42NzU3OCA5MS40OTYxIDYuMTY4OTUgOTAuNzczNCA2LjkwMTM3QzkwLjA1MDggNy42MzM3OSA4OS41NjI1IDguNjY0MDYgODkuMzA4NiA5Ljk5MjE5QzkwLjY1NjIgOC42ODM1OSA5Mi4yNDggOC4wMjkzIDk0LjA4NCA4LjAyOTNaTTkzLjI3ODMgMTEuNDU3QzkyLjI3MjUgMTEuNDU3IDkxLjQ4MTQgMTEuNzkzOSA5MC45MDUzIDEyLjQ2NzhDOTAuMzM4OSAxMy4xNDE2IDkwLjA1NTcgMTQuMjM1NCA5MC4wNTU3IDE1Ljc0OUM5MC4wNTU3IDE3LjA5NjcgOTAuMzM0IDE4LjEyNyA5MC44OTA2IDE4LjgzOThDOTEuNDQ3MyAxOS41NDMgOTIuMjUyOSAxOS44OTQ1IDkzLjMwNzYgMTkuODk0NUM5NC4zMzMgMTkuODk0NSA5NS4xMjQgMTkuNTQ3OSA5NS42ODA3IDE4Ljg1NDVDOTYuMjM3MyAxOC4xNjExIDk2LjUyMDUgMTcuMTQwNiA5Ni41MzAzIDE1Ljc5M1YxNS40NDE0Qzk2LjUzMDMgMTQuMTQyNiA5Ni4yNDIyIDEzLjE1NjIgOTUuNjY2IDEyLjQ4MjRDOTUuMDk5NiAxMS43OTg4IDk0LjMwMzcgMTEuNDU3IDkzLjI3ODMgMTEuNDU3Wk0xMDIuNjM5IDE0LjkyODdDMTAyLjYzOSAxMy4zNTY0IDEwMi45NDEgMTEuOTU1MSAxMDMuNTQ3IDEwLjcyNDZDMTA0LjE1MiA5LjQ5NDE0IDEwNS4wMjEgOC41NDE5OSAxMDYuMTU0IDcuODY4MTZDMTA3LjI5NyA3LjE5NDM0IDEwOC42MiA2Ljg1NzQyIDExMC4xMjQgNi44NTc0MkMxMTIuMjYzIDYuODU3NDIgMTE0LjAwNiA3LjUxMTcyIDExNS4zNTQgOC44MjAzMUMxMTYuNzExIDEwLjEyODkgMTE3LjQ2OCAxMS45MDYyIDExNy42MjQgMTQuMTUyM0wxMTcuNjUzIDE1LjIzNjNDMTE3LjY1MyAxNy42NjggMTE2Ljk3NSAxOS42MjExIDExNS42MTcgMjEuMDk1N0MxMTQuMjYgMjIuNTYwNSAxMTIuNDM4IDIzLjI5MyAxMTAuMTUzIDIzLjI5M0MxMDcuODY4IDIzLjI5MyAxMDYuMDQyIDIyLjU2MDUgMTA0LjY3NSAyMS4wOTU3QzEwMy4zMTcgMTkuNjMwOSAxMDIuNjM5IDE3LjYzODcgMTAyLjYzOSAxNS4xMTkxVjE0LjkyODdaTTEwNi44NzIgMTUuMjM2M0MxMDYuODcyIDE2Ljc0MDIgMTA3LjE1NSAxNy44OTI2IDEwNy43MjIgMTguNjkzNEMxMDguMjg4IDE5LjQ4NDQgMTA5LjA5OSAxOS44Nzk5IDExMC4xNTMgMTkuODc5OUMxMTEuMTc5IDE5Ljg3OTkgMTExLjk3OSAxOS40ODkzIDExMi41NTYgMTguNzA4QzExMy4xMzIgMTcuOTE3IDExMy40MiAxNi42NTcyIDExMy40MiAxNC45Mjg3QzExMy40MiAxMy40NTQxIDExMy4xMzIgMTIuMzExNSAxMTIuNTU2IDExLjUwMUMxMTEuOTc5IDEwLjY5MDQgMTExLjE2OSAxMC4yODUyIDExMC4xMjQgMTAuMjg1MkMxMDkuMDg5IDEwLjI4NTIgMTA4LjI4OCAxMC42OTA0IDEwNy43MjIgMTEuNTAxQzEwNy4xNTUgMTIuMzAxOCAxMDYuODcyIDEzLjU0NjkgMTA2Ljg3MiAxNS4yMzYzWk0xMjQuNTY3IDE2LjQ1MjFIMTIxLjA1MkwxMjAuNTU0IDEuNjcxODhIMTI1LjA2NUwxMjQuNTY3IDE2LjQ1MjFaTTEyMi44MSAxOC43NjY2QzEyMy41MjIgMTguNzY2NiAxMjQuMDk0IDE4Ljk3NjYgMTI0LjUyMyAxOS4zOTY1QzEyNC45NjMgMTkuODE2NCAxMjUuMTgzIDIwLjM1MzUgMTI1LjE4MyAyMS4wMDc4QzEyNS4xODMgMjEuNjUyMyAxMjQuOTYzIDIyLjE4NDYgMTI0LjUyMyAyMi42MDQ1QzEyNC4wOTQgMjMuMDI0NCAxMjMuNTIyIDIzLjIzNDQgMTIyLjgxIDIzLjIzNDRDMTIyLjEwNiAyMy4yMzQ0IDEyMS41MzUgMjMuMDI0NCAxMjEuMDk2IDIyLjYwNDVDMTIwLjY2NiAyMi4xODQ2IDEyMC40NTEgMjEuNjUyMyAxMjAuNDUxIDIxLjAwNzhDMTIwLjQ1MSAyMC4zNjMzIDEyMC42NjYgMTkuODMxMSAxMjEuMDk2IDE5LjQxMTFDMTIxLjUzNSAxOC45ODE0IDEyMi4xMDYgMTguNzY2NiAxMjIuODEgMTguNzY2NloiIGZpbGw9IiM4MkI0MjgiLz4KPC9zdmc+");
    display: block;
    text-align: center;
    margin-top: 20vh;
    margin-bottom: 30px;
}
.zcwPopup-form b:after {
    content: 'закрыть окно';
    display: block;
    margin-top: 30px;
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
    .zcwPopup,
    .zcwPopup-bg {
        top:60px;
    }
}
@media screen and (max-width: 760px) {
    .zcwPopup,
    .zcwPopup-bg {
        top:40px;
    }
}

/*mobile-side*/
@media screen and (max-width: 1024px) {
.modal.phone-side .modal-wrapper  {
    padding: 0;
}
#wrapper.phone-open  ~ .modal.phone-side {
    visibility: visible;
}
#wrapper.phone-open ~ .modal.phone-side .modal-wrapper {
    transition: right 0.3s;
    right: 0px;
}
#wrapper.phone-open ~ .modal.call-order,
#wrapper.phone-open ~ .zcwPopup-bg {
    background: transparent;
}
}

.phone-side-content {
    padding: 10px 0 86px;
}
.phone-side-content > a {
    display: block;
    padding: 20px 30px 0 70px;
    position: relative;
    border-bottom: 1px solid #ececec;
}
.phone-side-content > a svg {
    position: absolute;
    left: 30px;
}
.phone-side-content > a div {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.phone-side-content > a p {
    color: #7A7A7A;
    font-size: 13px;
}
.phone-side-content > div {
    padding: 30px;
    text-align: center;
}
.phone-side-content > div a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.phone-side-content > div span {
    display: block;
    position: relative;
}
.phone-side-content > div span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    top: 40px;
    background: #FF8A00;
    left: 50%;
    margin-left: -15px;
}
.phone-side-content > div strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

/*pagination*/
.pagination-wrapper {
    margin-bottom: 50px;
    text-align: center;
}
.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination li {;
    display: inline-block;
    margin: 0 5px 10px 5px;
}
.pagination li a {
    border: 2px solid #ECECEC;
    display: inline-block;
    padding: 6px 10px;
    font-size: 13px;
}
.pagination li.selected a {
    border: 2px solid #FF8A00;
}
.pagination li a.inline-link {
    text-transform: lowercase;
    font-size: 12px;
}

#catch-a-valera {
    position: absolute;
    width: 66px;
    height: 73px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}