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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

@font-face {
    font-family: 'whitney';
    font-display: auto;
    font-weight: 400;
    src: url(../fonts/whitney/Whitney-Book.ttf)
}

@font-face {
    font-family: 'whitney';
    font-display: auto;
    font-weight: 500;
    src: url(../fonts/whitney/Whitney-Medium.ttf)
}

@font-face {
    font-family: 'whitney';
    font-display: auto;
    font-weight: 700;
    src: url(../fonts/whitney/Whitney-Bold.ttf)
}

@font-face {
    font-family: 'BebasNeue';
    font-display: auto;
    font-weight: 700;
    src: url(../fonts/BebasNeueBold.ttf)
}

@font-face {
    font-family: 'GothamPro';
    font-display: auto;
    font-weight: 300;
    src: url(../fonts/GothamPro-Light.ttf)
}

@font-face {
    font-family: 'GothamPro';
    font-display: auto;
    font-weight: 400;
    src: url(../fonts/GothamPro.ttf)
}

* {
    outline: none
}

body {
    font-family: 'whitney';
    font-weight: 400;
    background-color: #fff;
    line-height: 1.4
}

section {
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center
}

.container {
    display: block;
    width: 1140px;
    margin: 0 auto;
    padding: 0
}

.container:after {
    content: "";
    display: table;
    clear: both
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.header {
    position: relative;
    height: 670px;
    background-size: cover
}

.header>.container {
    position: relative;
    z-index: 9
}

.head {
    height: 30px
}

.header-logo {
    display: block;
    float: left;
    width: 160px;
    margin-left: 10px;
    padding-top: 5px
}

.head p,
.head a {
    font-family: 'GothamPro';
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.header-logo img {
    max-width: 100%;
    height: auto
}

.header-address {
    display: block;
    float: left;
    width: 470px;
    margin-left: 40px
}

.header-address p {
    padding-top: 8px;
    text-align: center
}

.header-address p i.icon-address {
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url(../img/address.png);
    margin-right: 10px
}

.header-email {
    display: block;
    float: left;
    width: 160px;
    margin-right: 40px;
    padding-top: 8px
}

.header-email p i.icon-email {
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url(../img/email.png);
    margin-right: 10px;
    margin-bottom: -2px
}

.header-phone {
    display: block;
    float: right;
    width: 180px;
    padding-top: 8px
}

.header-phone p i.icon-phone {
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url(../img/phone.png);
    margin-right: 10px
}

.header-top-right {
    display: block;
    float: right
}

.header-menu {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    height: 37px;
    background-color: rgba(000, 000, 000, 0.5)
}

.header-menu ul {
    text-align: center
}

.header-menu ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 8px 3px 10px;
    margin: 0 33px;
    box-sizing: border-box
}

.header-menu ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: transparent;
    transition: .6s
}
.header-menu ul li.menu-item-has-children:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
}

.footer-ln{
    display: block;
    position: absolute;
    right: -40%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 65%;
    background: #282828;
}
.footer-ln:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    width: 5px;
    height: 50px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #f3b200;
}

.header-menu ul li:hover:after {
    background-color: #f3b200
}

.header-menu ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GothamPro';
    font-weight: 400
}

.header-slider {
    display: block;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-slide {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 47px
}

.header .arrow-prev {
    display: block;
    position: absolute;
    z-index: 4;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 39px;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: top right;
    transition: .3s
}

.header .arrow-next {
    display: block;
    position: absolute;
    z-index: 4;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 39px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: top right;
    transition: .3s
}

.header .arrow-prev:hover {
    background-image: url(../img/prev-h.png)
}

.header .arrow-next:hover {
    background-image: url(../img/next-h.png)
}

.header-block {
    display: block;
    padding-top: 115px
}

.header-block-left {
    display: block;
    float: left;
    width: 460px;
    margin-left: 10px;
    margin-top: 40px
}

.header-block-left h4 {
    font-family: 'BebasNeue';
    text-align: left;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2
}

.header-block-left p {
    text-align: left;
    color: #f3b200;
    font-size: 28px
}

.header-block-right {
    display: block;
    float: right;
    width: 340px;
    height: auto;
    background-color: rgba(149, 149, 149, 0.5);
    padding: 15px 40px 30px;
    box-sizing: border-box
}

.header-block-right h5 {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px
}

.header-block-right h5:after {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 1px;
    left: 0;
    bottom: 22px;
    background-color: #fff
}

.header-block-right h5:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    left: 0;
    bottom: 10px;
    background-color: #fff
}

.header-block-right p {
    text-align: left;
    color: #f3b200;
    font-weight: 500;
    line-height: 1;
    font-size: 16px
}

.header-block-right input {
    display: block;
    position: relative;
    width: 260px;
    height: 33px;
    box-sizing: border-box;
    border: none;
    background-color: rgba(203, 203, 201, 0.7);
    padding-left: 20px;
    font-size: 14px;
    margin-top: 15px
}

.header-block-right input::-webkit-input-placeholder {
    color: #fff
}

.header-block-right input::-moz-placeholder {
    color: #fff
}

.header-block-right input:-ms-input-placeholder {
    color: #fff
}

.header-block-right input:-moz-placeholder {
    color: #fff
}

.header-block-right textarea {
    display: block;
    width: 100%;
    height: 90px;
    padding-left: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    border: none;
    background-color: rgba(203, 203, 201, 0.7);
    font-size: 14px;
    margin-top: 15px
}

.header-block-right textarea::-webkit-input-placeholder {
    color: #fff
}

.header-block-right textarea::-moz-placeholder {
    color: #fff
}

.header-block-right textarea:-ms-input-placeholder {
    color: #fff
}

.header-block-right textarea:-moz-placeholder {
    color: #fff
}

.checkbox {
    display: block;
    padding-top: 10px
}

.checkbox input {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    float: left
}

.checkbox span {
    display: inline-block;
    float: left;
    width: 90%;
    color: #fefcfc;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px
}

.checkbox span a {
    color: #fff
}

.header-block-right button[type=submit] {
    display: block;
    width: 140px;
    height: 33px;
    margin: auto;
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: #010101;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3b200;
    line-height: 30px;
    cursor: pointer;
    margin-top: 10px
}

.catalog {
    padding: 30px 0
}

h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 27px
}

h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    left: 0;
    right: 0;
    bottom: 34px;
    margin: auto;
    height: 1px;
    background-color: #f3b200
}

h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    height: 1px;
    background-color: #f3b200
}

.catalog-item {
    display: block;
    position: relative;
    z-index: 999;
    width: 320px;
    height: 220px;
    float: left;
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: 100px;
    margin-top: 40px;
    overflow: hidden
}

.catalog-item .catalog-item-hide {
    display: block;
    position: absolute;
    left: 0;
    top: 77%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(90, 90, 90, 0.8);
    padding: 15px 20px 0;
    transition: .6s
}

.catalog-item:hover .catalog-item-hide,
.catalog-item:active .catalog-item-hide,
.catalog-item:focus .catalog-item-hide {
    top: 0
}

.catalog-item .catalog-item-hide h3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 30px
}

.catalog-item .catalog-item-hide p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.catalog-item .catalog-item-hide a {
    display: block;
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    color: #fff
}

.about {
    padding-bottom: 60px
}

.about-left {
    display: block;
    float: left;
    width: 45%;
    margin-left: 10px;
    margin-top: 35px
}

.about-left-text {
    display: block;
    width: 100%;
    height: 245px;
    background-image: url(../img/border.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 15px 10px 0 15px;
    margin-bottom: 50px;
    text-align: justify;
    font-size: 18px;
}

.about-left-text p {
    font-size: 16px;
    color: #000
}

.about-left img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.about-right {
    display: block;
    position: relative;
    float: right;
    width: 52%;
    height: 500px;
    margin-top: 35px;
}

.about-right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advantages {
    height: 428px;
    background-image: url(../img/bg2.jpg);
    padding-top: 50px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat
}

.advantages h2 {
    text-align: left;
    color: #fff;
    padding-bottom: 10px
}

.advantages h2:after,
.advantages h2:before {
    display: none
}

.advantages-w {
    display: block;
    float: right;
    width: 470px
}

.advantages-block {
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 15px
}

.advantages-block-icon {
    display: block;
    width: 100%;
    height: 62px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center
}

.advantages-block p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.footer {
    background-color: #191919;
    padding-top: 40px
}

.footer h4 {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.footer h4:after {
    content: '';
    position: absolute;
    z-index: 3;
    display: block;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 5px;
    background-color: #292929
}

.footer h4:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #f3b200
}

.footer-col-1 {
    display: block;
    float: left;
    width: 190px;
    margin-right: 40px
}

.footer-col-1 .footer-logo {
    display: block;
    margin-bottom: 30px
}

.footer-col-1 .footer-logo img {
    max-width: 100%;
    height: auto
}

.footer-col-1 .footer-nav ul {
    text-align: left
}

.footer-col-1 .footer-nav ul li {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 15px;
    background-image: url(../img/nn.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.footer-col-1 .footer-nav ul li a {
    text-decoration: none;
    color: #fff
}

.footer-col-2 {
    display: block;
    position: relative;
    float: left;
    width: 250px
}

.footer-col-2 p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 28px
}

.footer-col-2 p span,
.footer-col-2 p a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    text-decoration: none
}

.footer-col-2 p.icon-phone2 {
    background-image: url(../img/phone2.png)
}

.footer-col-2 p.icon-address2 {
    background-image: url(../img/address2.png)
}

.footer-col-2 p.icon-email2 {
    background-image: url(../img/email2.png)
}

.footer-maps {
    display: block;
    position: relative;
    float: right;
    width: 409px;
    height: 246px;
    box-sizing: border-box;
    border: 3px solid #fff;
    margin-top: 7px
}

.header-page {
    background-color: #fff;
    height: 228px
}

.header-page h1 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 27px;
    color: #fff;
    padding-top: 30px
}

.header-page h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    left: 0;
    right: 0;
    bottom: 34px;
    margin: auto;
    height: 1px;
    background-color: #f3b200
}

.header-page h1:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    height: 1px;
    background-color: #f3b200
}

.catalog-page {
    padding-bottom: 60px
}

.page-gallery {
    padding: 50px 0
}

.header-menu-category-menu {
    display: block;
    position: relative;
    width: 100%;
    height: 35px;
    border-top: 1px solid #404040;
    text-align: center
}

.header-menu-category-menu ul {
    text-align: center
}

.header-menu-category-menu ul li {
    display: inline-block;
    padding: 7px 10px;
    margin: 0 30px
}

.header-menu-category-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px
}

.header-page-all {
    background-image: url(../img/header.jpg)
}

.header-page-product {
    background-image: url(../img/header2.jpg)
}

.page-product {
    padding: 60px 0
}

.page-product-images {
    margin-bottom: 40px
}
.catalog-list{
    max-width: 940px;
    margin: auto;
}
.page-product-images img {
    max-width: 100%;
    height: auto;
    width: 48%;
    height: 350px;
    object-fit: scale-down;
}

.page-product-images img + img {
    margin-left: 15px
}

.page-product-description {
    padding-bottom: 40px;
    text-align: justify
}
.page-product-description img{
    max-width: 100%;
    height: auto;
}
.page-product-description p {
    color: #000;
    font-size: 18px;
    padding-top: 28px
}

.page-product-description h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    padding-top: 28px;
    font-weight: 700
}

.page-product-description strong {
    font-weight: 500
}

.page-product-description ul {
    list-style-type: disc;
    margin-left: 20px
}

.page-product-description ul li {
    font-size: 18px;
    padding-top: 28px;
    font-size: 18px
}

.page-product-description-form-box {
    display: block;
    position: relative;
    width: 480px;
    height: 430px;
    margin: auto;
    margin-bottom: 40px
}

.form-box {
    display: block;
    width: auto;
    height: auto;
    background-color: #f3b200;
    padding: 15px 60px 30px;
    box-sizing: border-box
}

.form-box h5 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px
}

.form-box h5:after {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 22px;
    background-color: #fff
}

.form-box h5:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    background-color: #fff
}

.form-box p {
    text-align: left;
    color: #f3b200;
    font-weight: 500;
    line-height: 1;
    font-size: 16px
}

.form-box input {
    display: block;
    position: relative;
    width: 100%;
    height: 33px;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 15px
}

.form-box input::-webkit-input-placeholder {
    color: #acabab
}

.form-box input::-moz-placeholder {
    color: #acabab
}

.form-box input:-ms-input-placeholder {
    color: #acabab
}

.form-box input:-moz-placeholder {
    color: #acabab
}

.form-box textarea {
    display: block;
    width: 100%;
    height: 90px;
    padding-left: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    font-size: 14px;
    margin-top: 15px
}

.form-box textarea::-webkit-input-placeholder {
    color: #acabab
}

.form-box textarea::-moz-placeholder {
    color: #acabab
}

.form-box textarea:-ms-input-placeholder {
    color: #acabab
}

.form-box textarea:-moz-placeholder {
    color: #acabab
}

.checkbox {
    display: block;
    padding-top: 10px
}

.checkbox input {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    float: left
}

.form-box .checkbox span {
    display: inline-block;
    width: 90%;
    float: left;
    color: #fefcfc;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 10px
}

.form-box .checkbox span a {
    color: #fff
}

.form-box button[type=submit] {
    display: block;
    width: 140px;
    height: 33px;
    margin: auto;
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #292929;
    line-height: 30px;
    cursor: pointer;
    margin-top: 10px
}

.sub-menu {
    position: relative
}

li.sub-menu>a {
    position: relative
}

li.sub-menu>a:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 8px;
    width: 11px;
    height: 7px;
    background-image: url(../img/down.png)
}

.page-all {
    padding: 50px 0
}

.page-all-left {
    display: block;
    float: left;
    width: 100%;
    max-width: 400px
}

.page-all p {
    color: #000;
    font-size: 18px;
    padding-bottom: 28px;
    line-height: 1.2;
    font-weight: 500
}

.page-all-right {
    display: block;
    float: right;
    width: 460px
}

.advantages-hide {
    display: none
}

.nav-item {
    display: none
}

@media screen and (max-width: 939px) {
    .container {
        width: auto;
        padding: 0 15px
    }
    .header-block-left {
        margin-left: 0;
        width: 300px
    }
    .header-block-left h4 {
        font-size: 36px
    }
    .header-block-left p {
        font-size: 20px
    }
    .header .arrow-prev,
    .header .arrow-next {
        display: none!important
    }
    .header-address {
        float: right
    }
    .header-address p {
        text-align: right
    }
    .header-email {
        margin-right: 40px
    }
    .header-logo {
        width: 300px
    }
    .header-block-left {
        margin-top: 80px
    }
    .header-slide {
        background-position: left
    }
    .head {
        height: auto;
        padding: 10px 0
    }
    .catalog-item {
        margin-left: 33px
    }
    .about-left {
        margin-left: 0
    }
    .advantages-w {
        width: auto;
        float: none
    }
    .advantages h2 {
        padding-left: 75px
    }
    .footer-col-1 {
        margin-right: 10px
    }
    .footer-col-2 {
        width: 195px
    }
    .footer-maps {
        width: 320px;
        height: 235px
    }
    h2 {
        font-size: 36px
    }
    .page-all-left {
        max-width: 260px;
        margin-left: 60px
    }
    .page-all-right {
        width: 320px;
        margin-right: 60px
    }
    .form-box {
        padding: 15px 20px 30px
    }
    .header-page-all {
        background-image: url(../img/header.jpg);
        background-position: left top;
        background-size: cover;
        height: 240px
    }
    .header-page-product {
        height: auto;
        background-position: right center
    }
    .header-menu-category-menu ul li {
        display: inline-block;
        padding: 7px 4px;
        margin: 0 11px
    }
    .header-menu-category-menu ul li a {
        font-size: 14px
    }
    .page-product-images img {
        width: 47%
    }
    .page-product-images img+img {
        margin-left: 5%
    }
    .page-product-images {
        margin-bottom: auto
    }
    .page-product {
        padding: 20px 0 40px
    }
    .footer-ln{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 30px
    }
    .header-top-right,
    .header-address {
        display: none
    }
    .header-menu {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0
    }
    .header-block-right {
        display: none
    }
    .header-block {
        padding-top: 0
    }
    .header {
        height: 298px
    }
    .catalog .container {
        padding: 0
    }
    .catalog-item {
        width: 100%;
        margin-left: 0
    }
    .header-block-left h4 {
        font-size: 30px
    }
    .header-block-left p {
        font-size: 16px
    }
    .header-slide {
        background-position: left;
        height: 298px!important;
        box-sizing: border-box
    }
    .about-right {
        display: none
    }
    .about-left {
        width: 100%
    }
    .about-left-text {
        display: block;
        width: 100%;
        height: auto;
        background-image: url(../img/border.png);
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 50px;
        text-align: justify;
        font-size: 10px;
        background-size: 100% 100%
    }
    .header-logo {
        width: auto
    }
    .advantages .container {
        padding: 0
    }
    .advantages-block p {
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 10px
    }
    .advantages {
        height: auto;
        padding-top: 50px;
        box-sizing: border-box;
        background-size: cover;
        background-position: 56% center;
        background-repeat: no-repeat;
        padding-bottom: 50px
    }
    .advantages-block-icon {
        display: block;
        width: 55%;
        height: 62px;
        margin: auto;
        margin-bottom: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: inherit
    }
    .footer-maps {
        width: 100%;
        margin-bottom: 40px
    }
    .advantages-block {
        width: 50%
    }
    .advantages-block p {
        font-size: 14px
    }
    .advantages h2 {
        text-align: center;
        padding-left: 0
    }
    .about-left-text {
        font-size: 14px
    }
    .advantages-hide {
        display: block;
        padding: 0
    }
    .advantages-hide .header-block-right {
        display: block;
        background-color: #5a5a5a;
        float: none;
        margin: auto;
    }
    .header-menu-category-menu {
        display: none
    }
    .header-page-product {
        height: auto
    }
    .header-page h1 {
        font-size: 32px
    }
    .header-page h1:after {
        top: -15px
    }
    .header-page h1:before {
        bottom: 28px
    }
    .page-product {
        padding-top: 0
    }
    .page-product-images {
        width: calc(100% + 60px);
        margin-left: -30px
    }
    .page-product-images img {
        width: auto;
        height: auto;
        object-fit: none
    }
    .page-product-images img+img {
        margin-left: 0
    }
    .page-product-description-form-box {
        width: calc(100% + 60px);
        margin-left: -30px
    }
    .page-product-description {
        text-align: left
    }
    .page-product {
        padding-bottom: 0
    }
    .nav-item {
        display: block;
        position: relative;
        z-index: 9;
        float: right;
        width: 20px;
        top: 4px
    }
    .nav-item span {
        display: block;
        width: 100%;
        height: 4px;
        margin-top: 2px;
        background-color: #f3b200
    }
    .header-menu {
        z-index: 4;
        top: 50px;
        transition: .3s
    }
    .header-menu-active {
        display: block;
        opacity: 1;
        height: auto;
        z-index: 9;
        background-color: #000
    }
    .header-page-all {
        height: auto
    }
    .header-menu ul li {
        display: block
    }
    .page-gallery-list img {
        max-width: 100%;
        height: auto
    }
    .page-all p {
        color: #000;
        font-size: 14px;
        padding-bottom: 28px;
        line-height: 1.2;
        font-weight: 500
    }
    .page-all-left {
        max-width: 100%;
        margin-left: 0;
        column-count: 2
    }
    .page-all-right {
        width: calc(100% + 60px);
        margin-right: -30px
    }
    .page-all {
        padding-bottom: 0
    }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../img/main/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/main/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/main/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/main/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../img/main/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../img/main/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -ms-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../img/main/fancybox_buttons.png);
    background-repeat: no-repeat;
    outline: none;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

.slick-slider {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

#map-yandex {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/map.jpg);
    background-size: cover;
}

.sub-menu {
    position: absolute;
    display: none;
    text-align: left;
    background: rgba(000, 000, 000, 0.5);
    top: 37px;
    left: -35px;
}

.menu-item-has-children:before {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
}

.footer-col-1 .footer-nav ul {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.footer-col-1 .footer-nav ul li {
    position: relative;
}

.advantages h2 {
    padding-left: 45px;
}

.menu-item-has-children:before {
    content: '';
	display: none;
}
.footer-nav li.menu-item-has-children:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    width: 10px;
    height: 10px;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
}

.footer-col-1 .footer-nav ul li {
    position: initial;
}

.footer-col-1 .menu-item-has-children:hover .sub-menu {
	display: block;
    position: absolute;
    left: -140px;
    top: 0;
    background: transparent;
    width: 140px;
}

.footer-col-1 .footer-nav ul li ul.sub-menu li {
    position: relative;
}
.tabs{
    display: block;
}
.tabs .tab ul {
    display: block;
}
.tabs .tab > ul, .tabs .tab>ul>li {
    padding: 0;
    margin: 0;
    background: none;
}
.tabs .tab>ul>li {
    display: block;
    float: left;
    margin: 0 20px 0 0px;
}
.dashed {
    border-bottom: 1px dotted;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    color: #0070ba;
}
.tabs .tab ul li.selected, .tabs .tab ul li.selected a {
    border: none;
    text-decoration: none;
    color: #000;
}
.tabs .tab-content {
    margin: 30px 0 30px 0;
}
.tabs .tab-content .tb {
    display: none;
    position: relative;
    z-index: 1;
}
.w45 {
    width: 48%;
}
 .tab-content .left {
    text-align: center;
    vertical-align: middle;
}
.content .usluga .scheme img {
    margin: 0;
    padding: 0;
    border: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-content strong {
    color: #000;
}
.text-content ul.tbl {
    margin: 15px 0 15px 0;
}
ul.tbl li {
    display: block;
    margin: 0 !important;
    padding: 10px !important;
    background: none !important;
    line-height: 22px;
    border-bottom: 1px solid #f1f1f1;
}
.scheme.m-box{
    display: block;
    float: right;
    width: 50%;
}
.w45{
    width: 100%;
}
.scheme.m-box .left{
    float: none;
}
.scheme.m-box .right{
    float: none;
}
.page-product-images .scheme.m-box img{
    width: auto;
    height: auto;
}



@media screen and (max-width: 767px) {
    .sub-menu {
        position: relative;
        left: 0;
        top: 9px;
    }
    .footer-col-1 .footer-nav ul {
        background: transparent;
        left: 0;
        top: 8px;
    }
    .footer-col-1 .footer-nav ul li {
        background-position: left 5px;
    }
    .footer-col-1 .footer-nav ul li.menu-item-has-children:before {
        right: 30px;
        top: 8px;
    }
    .footer-col-1 ul li.menu-item-has-children:hover ul.sub-menu{
    	display: none;
    }
    .page-product-images img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .scheme.m-box{
        box-sizing: border-box;
        padding: 0px 10px;
        float: none;
        width: auto;
        margin-top: 20px;
    }
}