@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=cyrillic');
* {
    max-height: 50000px;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font: 14px/16px 'Open Sans', sans-serif;
    color: #737373;
    background: #fff;
}

input[type="image"] {
    padding: 0;
    border: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
    -webkit-appearance: none;
}

input[type=submit],
input[type=text] {
    border-radius: 0;
}

:-moz-placeholder {
    color: #989898;
    font-weight: 300;
}

::-moz-placeholder {
    color: #989898;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #989898;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #989898;
    font-weight: 300;
}

.error:-moz-placeholder {
    color: #f00;
}

.error::-moz-placeholder {
    color: #f00;
}

.error:-ms-input-placeholder {
    color: #f00;
}

.error::-webkit-input-placeholder {
    color: #f00;
}

.error {
    color: #f00;
    border-color: #f00 !important;
}

.error input {
    color: #f00;
    border-color: #f00 !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

img {
    border-style: none;
}

input,
textarea {
    outline: none;
}

a {
    text-decoration: underline;
    color: #ff6600;
}

a:hover {
    text-decoration: none;
}

a1 {
    text-decoration: underline;
    color: #ff6600;
    font-weight: bold;
}

a1:hover {
    text-decoration: none;
}

input,
textarea,
select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
    color: #000;
    overflow: auto;
}

label {
    vertical-align: middle;
}

button,
input {
    width: auto;
    overflow: visible;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
    font-weight: bold;
}

h1 {
    font-weight: normal;
    line-height: 1;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
    font-style: italic;
}

u,
ins {
    text-decoration: underline;
}

s,
strike,
del {
    text-decoration: line-through;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    border-left: 1px;
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
    vertical-align: middle;
}

th {
    border-color: #999;
    text-align: center;
    vertical-align: middle;
}

ul {
    margin-left: 1px;
}

ul li,
ol li {
    list-style-position: inside;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    border: 1px solid #ccc;
    padding: 3px 10px;
    line-height: normal;
    background: #fff;
}

input[type="text"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}

textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 22px;
    background: #fff;
    width: 100%;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#bg-main {
    position: relative;
}

#bg-main .bg {
    background: url("../image/bg-home.jpg") no-repeat 50% 0;
    position: absolute;
    margin: 0 -9999px;
    padding: 0 9999px;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

#bg-main:after {
    content: '';
    position: absolute;
    background: url("../image/decor-home.png") no-repeat;
    width: 1019px;
    height: 100%;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -860px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

body.home #wrapper {
    padding: 0;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    padding: 125px 0 0;
}

body.home .w1 {
    max-width: 1600px;
}

.w1 {
    max-width: 1200px;
    margin: 0 auto;
}

body.home #header,
body.category #header {
    padding: 20px 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    border-bottom: none;
    position: fixed;
    width: 100%;
    z-index: 11;
    left: 0;
    top: 0;
}

#header {
    background: #fff;
    border-bottom: 1px solid #f8ecc2;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 1111;
    left: 0;
    top: 0;
}

.header-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header-box:after {
    content: '';
    display: block;
    clear: both;
}

.header-box:after {
    display: block;
    content: '';
    clear: both;
}


.logo {
    background: url("../images/logo.png") no-repeat center/cover;
    width: 268px;
    height: 266px;
    display: block;
    float: right;
    position: relative;
    cursor: pointer;
}
/*
.logo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../image/logomail.png") no-repeat;
    width: 0;
    height: 100%;
}

.logo.hover:after {
    -webkit-animation-name: lg;
    animation-name: lg;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}*/

@-webkit-keyframes lg {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lg {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.logo a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

#nav {
    float: left;
    max-width: 681px;
    margin: 10px 0 0 30px;
}

#nav ul li {
    border: 1px solid transparent;
    position: relative;
    border-radius: 4px;
}

#nav ul li a {
    text-decoration: none;
    padding: 10px;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#nav ul:after {
    display: block;
    content: '';
    clear: both;
}

#nav > ul > li {
    float: left;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav > ul > li.special,
#nav > ul > li:last-child {
    padding: 0;
}

body.home #nav > ul li.parent:after,
body.category #nav > ul li.parent:after {
    background-position: -70px 0;
}

#nav > ul li.parent:after {
    content: '';
    position: absolute;
    background: url("../image/sprite.png") no-repeat -77px 0;
    width: 6px;
    height: 4px;
    top: 50%;
    right: 5px;
    margin: -2px 0 0;
}

#nav > ul li.parent:hover,
#nav > ul > li:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

body.home #nav > ul > li.parent:hover:after,
body.category #nav > ul > li.parent:hover:after {
    background-position: -77px 0;
}

#nav > ul li.parent:hover a,
body.home #nav > ul > li:hover > a,
body.category #nav > ul > li:hover > a {
    color: #3f3f3f;
}

body.home #nav > ul > li > a,
body.category #nav > ul > li > a {
    color: #fff;
}

body.home #nav ul li.special a {
    color: #47596e;
}

body.category #nav ul li.special a {
    color: #f2cc45;
}

#nav > ul > li > a {
    color: #4e4e4e;
    display: block;
    text-decoration: none;
    padding: 10px;
}

#nav > ul > li.special > a {
    color: #47596e;
}

#nav > ul > li.press {
    position: relative;
}

#nav > ul > li.press > a > span {
    position: absolute;
    background: url("../image/sprite.png") no-repeat -93px 0;
    display: block;
    width: 17px;
    height: 17px;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-size: 11px;
    font-weight: 300;
}

#nav > ul > li.parent > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 235px;
    left: -1px;
}

#nav > ul > li.parent > ul > li {
    float: none;
    background: #fff;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    position: relative;
    margin: 1px 0 0;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#nav > ul > li.parent > ul > li > a {
    color: #525252;
    display: block;
}

#nav > ul > li.parent > ul li.parent:after {
    background-position: -87px -1px;
    width: 4px;
    height: 6px;
}

#nav > ul > li.parent > ul > li.parent > ul {
    position: absolute;
    left: 2px;
    margin: 0 0 0 100%;
    top: -2px;
    width: 235px;
}

#nav > ul > li.parent > ul > li.parent:hover > ul {
    display: block;
}

#nav > ul > li.parent > ul > li.parent > ul > li {
    background: #fff;
    margin: 1px 0 0;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#nav > ul > li.parent > ul > li.parent > ul > li > a {
    display: block;
    color: #525252;
}

.lang-box {
    float: right;
    max-width: 320px;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
}

.lang-holder {
    float: left;
    margin: 5px 0 0;
}

.language-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.language-list li {
    float: left;
    font-size: 11px;
    line-height: 23px;
    padding: 0px 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.home .language-list li.active,
body.home .language-list li:hover,
body.category .language-list li.active,
body.category .language-list li:hover {
    border-color: #fff;
}

.language-list li.active,
.language-list li:hover {
    border-color: #4e4e4e;
}

body.home .language-list li a,
body.category .language-list li a {
    color: #fff;
}

.language-list li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #4e4e4e;
}

body.home .lang-box .tel,
body.category .lang-box .tel {
    background-position: 0 0;
}

.lang-box .tel {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url("../image/sprite.png") no-repeat 0 -29px;
    cursor: pointer;
    margin: 0 0 0 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lang-box .tel:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

body.home .lang-box .call-search,
body.category .lang-box .call-search {
    background-position: -30px 0;
}

.lang-box .call-search {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url("../image/sprite.png") no-repeat -30px -29px;
    cursor: pointer;
    margin: 0 0 0 25px;
}

.form-box .row-box,
.lang-box .call-search {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.form-box .row-box:hover,
.lang-box .call-search:hover {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.lang-box .special {
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    background: #47596e;
    padding: 10px 12px;
    margin: 0 0 0 30px;
    float: right;
    visibility: hidden;
}

.lang-box .special:hover {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes flash {
    from,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.form-box {
    position: absolute;
    z-index: 1201;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box form {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 1201;
}

.form-box .row,
.form-box .row-box,
.form-box span {
    display: inline-block;
    vertical-align: middle;
}

.form-box .row {
    margin: 0 0 0 15px;
    width: 91%;
}

.form-box .row input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .row-box {
    margin: 0 0 0 15px;
}

.form-box .row-box input[type="submit"] {
    background: url("../image/sprite.png") no-repeat -30px 0;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.name-box {
    padding: 50px 0px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.name-holder {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.title_prod {
    margin-top: 90px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 62px;
    font-weight: 700;
}
@media screen and (max-width: 515px){    
.title_prod {
        margin-top: 90px;
        text-align: center;
    }
}

.name-box .title,
.category-box .title {
    display: block;
    position: relative;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    padding: 0 0 30px;
    margin: 0 0 30px;
	text-align: center;
	color: #e3010f;
	font-family: Rubik;
}

.name-box .title p{
	color: #2f2484;
}

.name-box .title span{
	color: #e3010f;
}

.name-box .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 28px;
    max-width: 800px;
}

.production-box {
    padding: 90px 0;
}

.block-title {
    position: relative;
    color: #ff6600;
    display: block;
    font-size: 51px;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 9999px;
    margin: 0 -9999px 85px;
    font-weight: 700;
}

.block-title:after {
    content: '';
    position: absolute;
    border: 1px solid #ff6600;
    top: 50%;
    left: 0;
    right: 0;
}

.block-title em {
    position: relative;
    display: inline-block;
    padding: 0 105px;
    font-style: normal;
    background: #fff;
    z-index: 1;
}

.category-box {
    margin: 0 0 0 -8px;
    text-align: center;
    letter-spacing: -4px;
}

.category-box a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 63px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 10px 8px;
    position: relative;
    text-align: left;
    overflow: hidden;
    letter-spacing: 0;
}

.category-box a:before {
    height: 350px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
}

.category-box a:after {
    height: 350px;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
}

.category-box .category-1:before {
    background: url("../image/cathegory-1-before.png") no-repeat;
    width: 200px;
}

.category-box .category-1:after {
    background: url("../image/cathegory-1-after.png") no-repeat;
    width: 505px;
}

.category-box .category-2:before {
    background: url("../image/cathegory-2-before.png") no-repeat;
    width: 200px;
}

.category-box .category-2:after {
    background: url("../image/cathegory-2-after.png") no-repeat;
    width: 596px;
}

.category-box .category-3:before {
    background: url("../image/cathegory-3-before.png") no-repeat;
    width: 588px;
}

.category-box .category-3:after {
    background: url("../image/cathegory-3-after.png") no-repeat;
    width: 208px;
}

.category-box .category-4:before {
    background: url("../image/cathegory-4-before.png") no-repeat;
    width: 604px;
}

.category-box .category-4:after {
    background: url("../image/cathegory-4-after.png") no-repeat;
    width: 192px;
}

.category-box a:hover:before {
    left: -500px;
}

.category-box a:hover:after {
    right: -800px;
}

.category-box .category-1 {
    background: url("../image/cathegory-4.jpg") no-repeat;
}

.category-box .category-2 {
    background: url("../image/category-new.jpg") no-repeat;
}

.category-box .category-3 {
    background: url("../image/cathegory-3.jpg") no-repeat;
}

.category-box .category-4 {
    background: url("../image/category-000.jpg") no-repeat;
}

.production-box .category-box .title {
    font-size: 48px;
    line-height: 60px;
    z-index: 1;
}

.production-box .category-1 .title:after,
.production-box .category-4 .title:after {
    border-color: #5e5e5e;
}

.production-box .category-box div {
    max-width: 370px;
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#propose-box {
    padding: 100px;
    max-width: 1600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production-box .block-title {
    margin-bottom: 55px;
}

#works-slider .item {
    margin: 3px;
    max-width: 300px;
    text-align: center;
    display: inline-block;
    margin: auto;
    padding: 0 10px;
}

#works-slider .item img {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
    height: auto;
}

.owl-item {
    text-align: center;
}

#works-slider .item {
    position: relative;
}

#works-slider .item .propose {
    background: url("../image/propose-bg.png") no-repeat;
    width: 81px;
    height: 78px;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    line-height: 78px;
    text-align: center;
    font-weight: 700;
}

#works-slider .item a {
    text-decoration: none;
}

#works-slider .item .title {
    text-transform: uppercase;
    color: #737373;
    font-size: 21px;
    line-height: 23px;
    display: inline-block;
    border-bottom: 1px solid #737373;
    margin: 0 0 20px;
    font-weight: 700;
    height: 47px;
    overflow: hidden;
}

#works-slider .item .title:hover {
    border-color: transparent;
}

#works-slider .item .text-holder {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #737373;
    height: 80px;
    overflow: hidden;
    text-align: left;
    margin: 0 0 40px;
}

#works-slider .item p {
    margin: 0;
}

#works-slider .item .more {
    width: 230px;
    background: #ff6600;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border-bottom: 3px solid #c73c03;
    display: inline-block;
    padding: 8px 0;
    border-radius: 5px;
}

#works-slider .item .more:hover {
    background: #d6b231;
}

#works-slider .item .more:active {
    border: none;
    top: 3px;
    margin-bottom: 3px;
}

.owl-prev,
.owl-next {
    width: 35px;
    height: 72px;
    background: url("../image/sprite.png") no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
}

.owl-next {
    background-position: -114px 0;
    right: -80px;
}

.owl-prev {
    background-position: -150px 0;
    left: -80px;
}

.trigger-box {
    background: url("../image/bg-triggers.jpg") no-repeat 50% 0;
    height: 547px;
    margin: 150px -9999px 200px;
    padding: 0 9999px;
    color: #fff;
}

.trigger-box-holder {
    padding-top: 100px;
}

.section {
    overflow: visible !important;
}

.trigger-section {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.trigger-section:before {
    content: '';
    position: absolute;
    background: url("../image/trigger-decor-1.png") no-repeat;
    width: 512px;
    height: 277px;
    top: -200px;
    z-index: -1;
    left: -360px;
}

.trigger-section:after {
    content: '';
    position: absolute;
    background: url("../image/trigger-decor-2.png") no-repeat;
    width: 227px;
    height: 237px;
    top: -100px;
    z-index: -1;
    right: -180px;
}

.trigger-holder {
    text-transform: uppercase;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trigger-holder .number {
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px;
}

.trigger-holder .title {
    display: block;
    text-align: center;
}

.trigger-box .holder-1 {
    background: url("../image/trigger-1.png") no-repeat;
    width: 365px;
    height: 379px;
    top: -70px;
    left: 90px;
    padding: 85px 0 0;
}

.trigger-box .holder-1 .number {
    font-size: 93px;
    line-height: 95px;
}

.trigger-box .holder-1 .title {
    font-size: 32px;
    line-height: 34px;
}

.trigger-box .holder-2 {
    background: url("../image/trigger-2.png") no-repeat;
    width: 419px;
    height: 436px;
    left: 295px;
    top: 220px;
    padding: 95px 0 0;
}

.trigger-box .holder-2 .number {
    font-size: 107px;
    line-height: 109px;
}

.trigger-box .holder-2 .title {
    font-size: 37px;
    line-height: 39px;
}

.trigger-box .holder-3 {
    background: url("../image/trigger-3.png") no-repeat;
    width: 503px;
    height: 503px;
    top: -80px;
    right: 90px;
    padding: 130px 0 0;
}

.trigger-box .holder-3 .number {
    font-size: 93px;
    line-height: 95px;
}

.trigger-box .holder-3 .title {
    font-size: 41px;
    line-height: 43px;
}

.history-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 75px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.history-box:after {
    content: '';
    position: absolute;
    background: url("../image/trigger-decor-2.png") no-repeat;
    width: 227px;
    height: 237px;
    bottom: -110px;
    z-index: -1;
    right: -310px;
}

.history-box:before {
    content: '';
    position: absolute;
    background: url("../image/trigger-decor-2.png") no-repeat;
    width: 227px;
    height: 237px;
    top: -110px;
    z-index: -1;
    left: -310px;
}

.history-box .title {
    display: block;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #616161;
}

.history-box table {
    width: 100%;
}

.history-box .seo-content {
    height: 165px;
    overflow: auto;
}

.history-box table td {
    width: 50%;
    text-align: left;
    border: none;
    padding: 0 60px 0 0;
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    color: #6a6a6a;
}

.hide-lang .language-list li.ru {
    display: none;
}

.hide-lang #nav ul li.first.parent {
    display: none;
}

#footer {
    /*padding: 45px 0 30px;*/
    color: #2f2484;
    font-size: 14px;
}

#footer a {
    color: #cbcbcb;
    text-decoration: none;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-box {
    overflow: hidden;
    margin: 0 auto 30px;
    max-width: 1200px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.adress-margin {
	margin-top: 84px;
}

.footer-box .logo {
    /*float: none;*/
    margin: 0 0 30px 6px;
    /*background: url("../image/logo.png") no-repeat;*/
    cursor: pointer;
}

.column-1 {
    float: left;
    width: 100%;
}

.column-2 {
    float: left;
    width: 230px;
    margin: 0 0 0 150px;
}

.column-2 ul li,
.column-3 ul li {
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.column-2 ul li:hover,
.column-3 ul li:hover {
    left: 10px;
    text-shadow: 10px 0px 10px rgba(255, 255, 255, 1);
}

.column-3 {
    float: left;
    max-width: 200px;
    margin: 0 0 0 100px;
}

.column-4 {
    float: right;
    width: 20%;
}

.column-1 span {
    display: block;
}

.column-1 address {
    font-style: normal;
	margin-top: 230px;
}

.socials {
    overflow: hidden;
}

.socials li {
    float: left;
    text-indent: -9999px;
    background: url("../image/socials.png") no-repeat;
    width: 39px;
    height: 37px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.socials li.instagram:hover {
    background-position: 0 -37px;
}

.socials li.facebook {
    background-position: -39px 0;
    margin: 0 0 0 20px;
}

.socials li.facebook:hover {
    background-position: -39px -37px;
}

.socials li.vkontakte {
    background-position: -78px 0;
    margin: 0 0 0 20px;
}

.socials li.vkontakte:hover {
    background-position: -78px -37px;
}

.socials li a {
    display: block;
    height: 100%;
}

.column-title {
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0 0 8px;
    position: relative;
    margin: 0 0 15px;
}

.column-title:after {
    content: '';
    position: absolute;
    border: 2px solid #ff6600;
    width: 30px;
    bottom: 0;
    left: 0;
}

.column-title:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 170px;
    bottom: 0;
    left: 0;
}

.copy-box {
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.copyright {
    display: block;
    float: left;
    font-weight: 300;
    margin: 20px 0 0;
}

.scroll-to-top {
    width: 86px;
    height: 86px;
    background: url('../image/arrow-top.png') no-repeat scroll 0 0 transparent;
    opacity: 0.8;
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    display: none;
}

.dev {
    display: block;
    position: relative;
    float: right;
}

.dev a {
    text-transform: none;
    position: relative;
    text-decoration: none !important;
    vertical-align: top;
    width: 153px;
    z-index: 1;
    display: block;
    padding: 8px 0 18px;
    color: #cbcbcb;
}

.dev a:hover .devLogo {
    animation-name: tada;
    background-position: 100% -36px;
    -webkit-animation-name: tada;
}

.dev span {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    display: block;
    position: relative;
    margin: -16px 0 0;
}

.devLogo {
    animation-duration: 1s;
    animation-fill-mode: both;
    background: url('../image/bg-developer.png') no-repeat 100% 0;
    height: 36px;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    position: absolute;
    right: 0;
    top: 7px;
    width: 26px;
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
    }
}

@keyframes tada {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    10%,
    20% {
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
    }
}

.popup-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.popup-holder .callback-form {
    background: #fff;
    padding: 50px 75px;
    position: relative;
    max-width: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1500;
    top: 50%;
    margin: -300px auto 0;
    display: block;
    color: #575757;
    cursor: text;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.21);
}

.callback-form span {
    display: block;
    text-transform: uppercase;
}

.callback-form .title {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 20px;
}

.callback-form .tel {
    color: #3f3f3f;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
}

.callback-form .or {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.callback-form .or:after {
    content: '';
    position: absolute;
    border: 1px solid #eee;
    top: 50%;
    left: 0;
    right: 0;
}

.callback-form .or em {
    position: relative;
    z-index: 1;
    font-style: normal;
    background: #fff;
    padding: 0 12px;
}

.callback-form .sub-title {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 20px;
}

.callback-form .row {
    margin: 0 0 30px;
}

.callback-form input,
.callback-form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.callback-form input {
    height: 44px;
}

.callback-form textarea {
    height: 110px;
}

.callback-form input[type="submit"] {
    width: 137px;
    background: #f3cd45;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid #d6b231;
    padding: 9px 0 6px;
    outline: none;
    cursor: pointer;
}

.callback-form input[type="submit"]:hover {
    background: #d6b231;
}

.callback-form input[type="submit"]:active {
    border-color: transparent;
}

.btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
    background: url('../image/sprite.png') no-repeat -72px -30px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1200;
}

.overlay.other {
    background: none;
}

#map-canvas {
    width: 100%;
    position: absolute !important;
    z-index: 2;
    height: 100%;
}

.center.map {
    max-width: inherit;
}

.map-box {
    /*width: 330px;*/
    position: relative;
    background: #fff;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 3;
}

.mab-box-holder {
    position: relative;
}

.mab-box-holder .center {
    position: relative;
}

.map-box .info-box {
    padding: 35px 40px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
    /*text-align: center;*/
    margin: 1px 0 32px;
}



@media screen and (max-width: 515px){
    .info-box {
        text-align: center;
    }
}

.map-box .info-box .tel {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.map-box .info-box .tel:after {
    content: '';
    position: absolute;
    background: url("../image/sprite.png") no-repeat -192px 0;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    margin: -8px 0 0;
}

.map-box .info-box .email {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    text-align: left;
}

.map-box .info-box .email:after {
    content: '';
    position: absolute;
    background: url("../image/sprite.png") no-repeat -208px 0;
    width: 15px;
    height: 10px;
    top: 50%;
    left: 0;
    margin: -5px 0 0;
}

.map-box .info-box address {
    font-style: normal;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 25px;
    text-align: left;
}

.map-box .info-box address:after {
    content: '';
    position: absolute;
    background: url("../image/sprite.png") no-repeat -225px 0;
    width: 12px;
    height: 15px;
    top: 50%;
    left: 0;
    margin: -8px 0 0;
}

.map-box .info-box .call {
    display: inline-block;
    border: 1px solid #505050;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
    top: 20px;
}

.map-box .info-box .call:after {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #505050;
    bottom: 10px;
    left: 15px;
    right: 15px;
}

.accordion,
.tabset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion li,
.tabset li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.accordion li a,
.tabset li a {
    display: block;
    text-decoration: none;
    padding: 15px 40px;
    color: #505050;
    position: relative;
    cursor: pointer;
}

.accordion > li > a:after {
    content: '';
    position: absolute;
    background: url("../image/sprite.png") no-repeat -239px 0;
    width: 6px;
    height: 12px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0;
}

.accordion li.active .opener:after {
    width: 12px;
    height: 6px;
    background-position: -254px 0;
    margin: -3px 0 0;
    right: 17px;
}

.accordion li a.active {
    background: #f2cc45;
    color: #fff;
}

.accordion li a.active:after {
    content: '';
    position: absolute;
    background: url("../image/sprite.png") no-repeat -246px 0;
    width: 7px;
    height: 13px;
    top: 50%;
    right: -6px;
    margin: -6px 0 0;
}

.tab-content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    text-align: center;
    display: block;
    z-index: 3;
}

.tab-content .info-holder {
    padding: 0 0 23px;
    display: none;
}

.tab-content .info-holder.active {
    display: block;
}

.tab-content .info {
    padding: 0 30px;
    text-align: left;
    color: #353535;
    position: relative;
}

.tab-content .info:after {
    content: '';
    position: absolute;
    background: url("../image/tab-decor.png") no-repeat;
    width: 325px;
    height: 57px;
    top: -59px;
    left: 0;
}

.tab-content .name {
    display: block;
    width: 130px;
    font-size: 18px;
    line-height: 20px;
    color: #f2cc45;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.tab-content .position {
    display: block;
    margin: 0 0 40px;
    width: 280px;
}

.tab-content .tel {
    display: block;
    margin: 0 0 20px;
}
.tel {
    color: #4e4e4e;
}
.tel:hover {
    text-decoration: none;
    color:#4e4e4e;
}

.email {
    color: #4e4e4e;
}

.email:hover {
     text-decoration: none;
    color:#4e4e4e;
}
.write-us {
    display: block;
    background: #f3cd45;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border-bottom: 3px solid #d6b231;
    padding: 10px 0 8px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 230px;
    text-align: center;
    margin: 50px auto 0;
}

.write-us:hover {
    background: rgba(243, 205, 69, 0.9);
}

.write-us:active {
    border: none;
    top: 3px;
    margin-bottom: 3px;
}

.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.accordion > li:hover > ul {
    display: block;
}

.accordion > li.remove-hover > ul {
    display: none;
}

.accordion > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    display: none;
}

body.not-found {
    background: url('../image/bg-404.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-404 {
    margin: 135px auto 0;
    max-width: 550px;
    text-align: center;
    height: 100%;
}

.box-404 .title {
    display: block;
    color: #4c73a2;
    font-weight: 700;
    font-size: 74px;
    line-height: 76px;
    text-transform: lowercase;
}

.box-404 .number {
    font-size: 310px;
    line-height: 312px;
    color: #f3cd45;
    text-transform: uppercase;
    margin: 0 0 60px;
    font-weight: 700;
    display: block;
}

.btn-box a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 9px 50px;
    border-radius: 5px;
}

.btn-box a:active {
    border: none;
    top: 3px;
    margin-bottom: 3px;
}

.go-catalog {
    background: #4c73a2;
    border-bottom: 3px solid #3b6292;
}

.go-catalog:hover {
    background: rgba(76, 115, 162, 0.9);
}

.go-home {
    margin: 0 0 0 50px;
    background: #f3cd45;
    border-bottom: 3px solid #d6b231;
}

.go-home:hover {
    background: rgba(243, 205, 69, 0.9);
}

.justifyleft {
    float: left;
}

.justifyleft2 {
    float: left;
}

.justifyright2 {
    float: right;
}

.news-title {
    overflow: hidden;
}

.news-title span {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 30px;
    display: block;
    color: #ff6600;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
}

.news-title time {
    display: block;
    float: right;
    color: #989898;
    font-size: 13px;
    line-height: 25px;
}

.news-box {
    margin: 0 0 40px;
}

.news-box .justifyleft {
    border: 4px solid #ff6600;
    margin: 0 30px 15px 0;
}

.news-box .justifyleft2 {
    border: none;
    margin: 0 30px 15px 0;
}

.news-box .justifyright2 {
    border: none;
    margin: 0 0 15px 30px;
}

.news-box .text-box {
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.news-box .text-box .name {
    display: block;
    font-size: 18px;
}

#galery-holder {
    max-width: 1100px;
    margin: 0 auto;
}

#galery-holder .item {
    margin: 3px;
    text-align: center;
    display: inline-block;
    position: relative;
}

#galery-holder .item:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

#galery-holder .item:hover:after {
    background: rgba(0, 0, 0, 0.4);
}

#galery-holder .item img {
    display: block;
    text-align: center;
    border: 4px solid #ff6600;
}

#galery-holder .owl-prev,
#galery-holder .owl-next {
    width: 24px;
    height: 41px;
    top: 50%;
    margin: -21px 0 0;
}

#galery-holder .owl-prev {
    background-position: -23px -80px;
    left: -40px;
}

#galery-holder .owl-prev:hover {
    background-position: -47px -80px;
}

#galery-holder .owl-next {
    background-position: 0 -80px;
    right: -40px;
}

#galery-holder .owl-next:hover {
    background-position: -71px -80px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url('../image/grabbing.png') 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

body.category #wrapper {
    padding: 0;
}

body.category .logo {
    background: url("../image/logo-2.png") no-repeat;
}

body.category #nav > ul > li > a {
    color: #fff;
}

body.map-page .w1 {
    max-width: 100%;
}

.B_crumbBox {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999a9a;
}

.B_crumbBox li {
    float: left;
}

.B_crumbBox li + li {
    background: url("../image/bread-sep.png") no-repeat 0 10px;
    margin: 0 0 0 15px;
    padding: 0 0 0 18px;
}

.B_crumbBox li a {
    color: #999a9a;
    text-decoration: none;
}

.B_crumbBox li a:hover {
    text-decoration: underline;
}

#main {
    padding: 0 0 80px;
}

.main-holder {
    position: relative;
    z-index: 2;
    padding: 136px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.main-holder .B_crumbBox li a,
.main-holder .B_crumbBox li {
    color: #fff;
}

.main-holder .B_crumbBox li + li {
    background: url("../image/bread-sep-2.png") no-repeat 0 10px;
}

#main .title,
.main-holder .title,
.contacts-title {
    font-size: 51px;
    line-height: 53px;
    color: #ff6600;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 50px;
    display: block;
}

.twocolumns {
    overflow: hidden;
    margin: 0 0 80px;
}

.twocolumns .image-box {
    float: left;
    margin: 0 80px 0 0;
}

#content.style .image-box {
    border: 5px solid #f7de86;
    border-radius: 3px;
    margin: 0 50px 0 0;
}

.twocolumns .image-box img {
    vertical-align: top;
}

.description {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a;
}

#content p {
    margin: 15px 0;
}

#content .twocolumns .description p {
    margin: 0 0 20px;
}

.description ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.description ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.description ul li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #7a7a7a;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.twocolumns .btn-box {
    padding: 30px 0 0;
    overflow: hidden;
}

.twocolumns .btn-box .look-catalog {
    background: #4c73a2;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 2px solid #325a8a;
    float: left;
    margin: 0 62px 0 0;
    float: left;
    max-width: 230px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.twocolumns .btn-box .look-catalog:hover {
    background: #325a8a;
}

.twocolumns .btn-box .download-catalog {
    background: #f3cd45;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 2px solid #d6b231;
    float: left;
    max-width: 230px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.twocolumns .btn-box .download-catalog:hover {
    background: #d6b231;
}

.twocolumns .btn-box .download-catalog:active {
    top: 0px;
    margin-bottom: 0px;
}

#content table {
    width: 100%;
    margin: 0 0 70px;
}

#content.style table {
    margin: 0 0 40px;
}

#content table th {
    background: #4c73a2;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-color: #cbcbcb;
}

#content table th:first-child {
    text-align: left;
}

#content table td {
    font-size: 14px;
    line-height: 16px;
    color: #363636;
    font-weight: 300;
    padding: 15px 20px;
    border-color: #cbcbcb;
}

#content table td:first-child {
    text-align: left;
}

#content table tr:nth-child(odd) td {
    background: #f5f5f5;
}

#content table tr th[colspan="6"] {
    text-align: center;
}

#content.style table th {
    padding: 5px 20px;
}

#content.style table th:first-child {
    text-align: center;
}

#content .accordion-list {
    max-width: 750px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #797979;
}

#content .accordion-list li + li {
    margin: 30px 0 0;
}

#content .accordion-list li .opener {
    font-size: 21px;
    line-height: 23px;
    color: #f2cc45;
    text-transform: uppercase;
    border-bottom: 5px dashed;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px 5px 0;
    position: relative;
}

#content .accordion-list li .opener:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    background: url("../image/accordion-arrow.png") no-repeat 0 -6px;
    width: 11px;
    height: 6px;
}

#content .accordion-list li.active .opener:after {
    background-position: 0 0;
}

#content .accordion-list .slide img {
    position: relative;
    right: -70px;
    margin: 0 0 30px;
}

#content .accordion-list .slide p {
    margin: 0 0 20px;
}

#content .accordion-list .slide ol {
    padding: 0;
    margin: 0;
}

#content .accordion-list .slide ol ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content .accordion-list .slide ol ul li {
    margin: 20px 0 0;
}

.top-holder {
    position: relative;
    min-height: 555px;
    margin: 0 0 110px;
}

.top-holder .bg {
    position: absolute;
    margin: 0 -9999px;
    padding: 0 9999px;
    top: 5px;
    height: 100%;
    width: 100%;
    border: solid #ffb889;
    border-width: 5px 0;
    left: 0;
    background-position: 50% 50% !important;
}

.top-holder .text-box {
    background: rgba(0, 0, 0, 0.76);
    padding: 43px 35px;
    max-width: 1060px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

#main .top-holder .text-box .title {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 26px;
}

.top-holder .text-box .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #fff;
    width: 200px;
    height: 1px;
}

.top-holder .text-box .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 17px;
    background: #f3cd45;
    width: 29px;
    height: 4px;
    z-index: 1;
    transform: skew(30deg);
}

.top-holder .text-box .notes {
    max-width: 990px;
}

.top-holder .text-box .notes p {
    margin: 0;
}

.product-list {
    padding: 0 0 70px;
}

.product-list .product-box {
    border: 3px solid #ffb889;
    height: 282px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 22px;
}

.product-list .product-box:after {
    content: '';
    display: block;
    clear: both;
}

.product-list .product-box + .product-box {
    margin: 120px 0 0;
}

.product-list .product-box .description {
    float: left;
    max-width: 665px;
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding: 0 0 20px;
}

.product-list .product-box .description br+br,
.product-list .product-box .description p+br {
    display: none;
}

.product-box .description .title-box {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 26px;
    display: block;
    margin: 0 0 30px;
}

.product-box .description .title-box a {
    color: #737373;
    font-weight: bold;
}

.product-box .description p {
    margin: 0;
}

.twocolumns.product {
    margin-bottom: 15px;
}

.product-box .description .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #646464;
    line-height: 16px;
    text-decoration: none;
}

.product-box .description .read-more:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -10px;
    background: url("../image/arrow-more.png") no-repeat;
    width: 4px;
    height: 7px;
}

.product-box .description .read-more:hover {
    text-decoration: underline;
}

.product-box .image-box {
    float: left;
    margin: -130px 0 0 50px;
}

.product-box:nth-child(even) .description {
    float: right;
}

.product-box:nth-child(even) .image-box {
    margin: -130px 0 0 0;
}

.product-list.services .product-box {
    height: auto;
}

.product-list.services .product-box .image-box {
    margin: 0 0 0 50px;
}

#map-ua {
    height: 500px;
    border: solid #ebd481;
    border-width: 5px 0;
    margin: 0 0 60px;
}

.center {
    max-width: 1200px;
    margin: 0 auto;
}

.all-objects {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}

.all-objects a {
    display: inline-block;
    vertical-align: top;
    padding: 0 55px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #f3cd45;
    border-bottom: 2px solid #d6b231;
    border-radius: 5px;
}

.all-objects a:hover {
    background: #d6b231;
}

#content .text-block {
    display: inline-block;
    vertical-align: middle;
    max-width: 570px;
    margin: 0 30px 0 0;
}

#content .text-block h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    color: #7a7a7a;
    display: block;
    margin: 0 0 30px;
}

#content .text-block h3 strong {
    color: #f2cc45;
    font-style: normal;
}

#content .image-block {
    display: inline-block;
    vertical-align: middle;
}

#main .top-block {
    margin: 0 0 50px;
}

#main .top-block .title {
    display: inline-block;
    vertical-align: baseline;
    margin: 0;
}

.top-block .navbar {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 40px;
}

.top-block .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
}

.top-block .navbar ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.top-block .navbar ul li + li {
    padding: 0 0 0 24px;
    margin: 0 0 0 20px;
}

.top-block .navbar ul li + li:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: #585858;
    width: 1px;
    height: 14px;
}

.top-block .navbar ul li a {
    color: #3e3e3e;
    text-decoration: none;
    cursor: pointer;
}

.top-block .navbar ul li a.active,
.top-block .navbar ul li a:hover {
    color: #f2cc45;
}

.news-list {
    margin: 0 0 0 -43px;
}

.news-list .news-box {
    display: inline-block;
    vertical-align: top;
    width: 264px;
    margin: 0 0 44px 44px;
}

.news-list .news-box .image {
    border: 5px solid #f3cd45;
    margin: 0 0 10px;
}

.news-list .news-box .image a {
    max-height: none;
    position: relative;
}

.news-list .news-box .image a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.news-list .news-box .image a:hover:after {
    background: rgba(0, 0, 0, 0.3);
}

.news-list .news-box .image img {
    vertical-align: top;
}

.news-list .news-box .date {
    font-size: 10px;
    line-height: 22px;
    color: #7a7a7a;
    display: block;
    margin: 0 0 3px;
}

.news-list .news-box a {
    font-size: 16px;
    line-height: 21px;
    color: #7a7a7a;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.paging {
    position: relative;
    text-align: center;
}

.paging:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    background: #f3cd45;
    width: 100%;
    height: 2px;
}

.paging ul {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    z-index: 1;
}

.paging ul li.control-back,
.paging ul li.control-next {
    width: 15px;
    height: 31px;
    background: url("../image/pager-arrow.png") no-repeat;
}

.paging ul li.control-next {
    background-position: -15px 0;
}

.paging ul li.control-back:hover {
    background-position: 0 -31px;
}

.paging ul li.control-next:hover {
    background-position: -15px -31px;
}

.paging ul li.control-back a,
.paging ul li.control-next a {
    display: block;
    height: 100%;
}

.paging ul li.control-back a:hover,
.paging ul li.control-next a:hover {
    background: none;
}

.paging ul li {
    display: inline-block;
    vertical-align: middle;
}

.paging ul li a {
    line-height: 43px;
    height: 43px;
    color: #000;
    font-size: 24px;
    width: 43px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.paging ul li a:hover,
.paging ul li a.active {
    background: url("../image/pager-hover.png") no-repeat;
    color: #fff;
}

.content-holder:after {
    content: '';
    display: block;
    clear: both;
}

.content-holder .text-box {
    max-width: 500px;
    float: left;
    font-size: 14px;
    line-height: 21px;
}

.content-holder .image-box {
    margin: 0 -420px 0 0;
    float: left;
}

#bg-main.style:after {
    background: none;
    width: 0;
    height: 0;
}

#bg-main.style .bg {
    background: url("../image/category-image.jpg") no-repeat 50% 0;
    position: absolute;
    margin: 0 -9999px;
    padding: 0 9999px;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.category-list {
    margin: 0;
    padding: 66px 0 80px 66px;
    list-style: none;
    overflow: hidden;
}

.category-list li {
    border: 10px solid #ff6600;
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.category-list li.item-1 {
    margin: 0 178px 0 0;
}

.category-list li.item-3 {
    margin: -80px 178px 0 248px;
}

.category-list li.item-4 {
    margin: -80px 0 0 0;
}

.category-list li a {
    display: block;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.category-list li span {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: block;
    position: absolute;
    line-height: 300px;
    vertical-align: middle;
    position: relative;
}

.category-list li a span:after {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    right: -80px;
    background: rgba(0, 0, 0, 0.6);
    bottom: -80px;
}

.category-list li a:hover span:after {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    right: -80px;
    background: rgba(76, 115, 162, 0.6);
    bottom: -80px;
}

.category-list li span strong {
    display: inline-block;
    vertical-align: middle;
    line-height: 29px;
    z-index: 2;
    position: relative;
    padding: 0 0 20px;
}

.category-list li span strong:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 3px;
    background: #fff;
    width: 200px;
    height: 1px;
}

.category-list li span strong:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f3cd45;
    width: 29px;
    height: 4px;
    z-index: 1;
    transform: skew(30deg);
}

.category-list li span img {
    position: absolute;
    left: -80px;
    top: -80px;
    vertical-align: top;
}

.form-wrap {
    position: relative;
}

.form-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}

.form-holder .btn-close {
    top: -48px;
    right: 2px;
    width: 11px;
    height: 11px;
    background-position: -268px 0;
}

.form-holder .row {
    margin: 0 0 20px;
}

.form-holder .row input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 5px;
}

.form-holder textarea {
    height: 60px;
    border-radius: 5px;
}

.form-holder input[type="submit"] {
    display: block;
    background: #f3cd45;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border-width: 0 0 3px;
    border-bottom: solid #d6b231;
    padding: 10px 0 8px;
    border-radius: 5px;
    cursor: pointer;
    width: 230px;
    text-align: center;
    margin: 0 auto;
}

.form-holder input[type="submit"]:hover {
    background: rgba(243, 205, 69, 0.9);
}

.form-holder input[type="submit"]:active {
    border: none;
    top: 3px;
    margin-bottom: 3px;
}

#footer.for-contacts {
    line-height: 16px;
    padding: 10px 0;
}

#footer.for-contacts .footer-box {
    margin: 0 auto;
}

#footer.for-contacts .logo {
    margin: 0;
}

#footer.for-contacts .column-2 {
    margin-top: 5px;
}

#footer.for-contacts .column-2 address {
    font-style: normal;
}

#footer.for-contacts .column-3 {
    margin-top: 10px;
}

#footer.for-contacts .column-2 ul li:hover,
#footer.for-contacts .column-3 ul li:hover {
    left: 0;
}

.menu-icon {
    position: fixed;
    right: 0;
    top: 34px;
    width: 50px;
    height: 24px;
    z-index: 200;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

body.home .menu-icon .line,
body.category .menu-icon .line {
    background: #fff;
}

.menu-icon .line {
    background: #4e4e4e;
    display: block;
    width: 35px;
    height: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
}

.menu-icon.active .line {
    background: #fff;
}

.menu-icon #bar-1.line {
    top: 0;
}

.menu-icon #bar-3.line {
    top: 10px;
}

.menu-icon #bar-2.line {
    top: 20px;
}

.menu-icon.active #bar-1.line {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
    top: 10px;
}

.menu-icon.active #bar-3.line {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: none;
}

.menu-icon.active #bar-2.line {
    display: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    box-shadow: none;
}

p {
    margin: 0 0 15px;
}

.press-title {
    width: 390px;
}

#nav > ul li.parent.press:after {
    content: none;
}

#main .center.top-block {
    margin: 0 auto 50px;
}

.top-block.all .navbar ul li + li {
    padding: 0 0 0 7px;
    margin: 0 0 0 2px;
}

.map-title a {
    color: #f3cd45;
    text-transform: uppercase;
    width: 100%;
}

.gm-style-iw {
    background: url('../image/map-image.png') no-repeat scroll 100% 100% transparent;
    -webkit-background-size: contain;
    background-size: contain;
}

.gm-style-iw p {
    margin: 0;
}

.gm-style-iw .map-title {
    margin-bottom: 20px;
}

.map-category {
    border-top: 1px solid #d3dbe5;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 5px;
}

.map-category a {
    text-transform: uppercase;
    color: #5a799e;
    font-weight: 500;
    text-decoration: none;
}

.map-category a:hover {
    text-decoration: underline;
}

.search-page {
    min-height: 239px;
}

#main .top-block.all .press-title {
    width: 100%;
    margin-bottom: 40px;
}

#main .top-block.all .navbar {
    margin: 0;
}

#nav > ul > li.parent > ul {
    max-height: 0;
    position: absolute;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

#nav > ul > li.parent > ul > li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

#nav > ul > li.parent:hover > ul,
#nav > ul > li:focus > ul {
    max-height: 2000px;
    z-index: 10;
}

#nav > ul > li.parent:hover > ul > li,
#nav > ul > li:focus > ul > li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#nav > ul > li.parent:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#nav > ul > li.parent:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 310ms;
    -moz-transition-delay: 310ms;
    -ms-transition-delay: 310ms;
    -o-transition-delay: 310ms;
    transition-delay: 310ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 320ms;
    -moz-transition-delay: 320ms;
    -ms-transition-delay: 320ms;
    -o-transition-delay: 320ms;
    transition-delay: 320ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 330ms;
    -moz-transition-delay: 330ms;
    -ms-transition-delay: 330ms;
    -o-transition-delay: 330ms;
    transition-delay: 330ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(11) {
    -webkit-transition-delay: 340ms;
    -moz-transition-delay: 340ms;
    -ms-transition-delay: 340ms;
    -o-transition-delay: 340ms;
    transition-delay: 340ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(12) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(13) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav > ul > li.parent:hover > ul > li:nth-child(14) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav > ul > li.parent > ul > li.parent > ul {
    max-height: 0;
    position: absolute;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

#nav > ul > li.parent > ul > li.parent > ul > li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

#nav > ul > li.parent > ul > li.parent:hover > ul,
#nav > ul > li.parent > ul > li.parent:focus > ul {
    max-height: 2000px;
    z-index: 10;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li,
#nav > ul > li.parent > ul > li.parent:focus > ul > li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 310ms;
    -moz-transition-delay: 310ms;
    -ms-transition-delay: 310ms;
    -o-transition-delay: 310ms;
    transition-delay: 310ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 320ms;
    -moz-transition-delay: 320ms;
    -ms-transition-delay: 320ms;
    -o-transition-delay: 320ms;
    transition-delay: 320ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 330ms;
    -moz-transition-delay: 330ms;
    -ms-transition-delay: 330ms;
    -o-transition-delay: 330ms;
    transition-delay: 330ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(11) {
    -webkit-transition-delay: 340ms;
    -moz-transition-delay: 340ms;
    -ms-transition-delay: 340ms;
    -o-transition-delay: 340ms;
    transition-delay: 340ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(12) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(13) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav > ul > li.parent > ul > li.parent:hover > ul > li:nth-child(14) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

@media only screen and (max-width:1380px) {
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat 50px 0;
        width: 550px;
    }
    .accordion > li > ul {
        max-height: 329px;
        overflow-y: auto;
    }
}

.category-box .category-2:after {
    background: url("../image/cathegory-2-after.png") no-repeat 50px 0;
    width: 545px;
}

.category-box .category-3:before {
    background: url("../image/cathegory-3-before.png") no-repeat -100px 0;
}

.category-box .category-4:before {
    background: url("../image/cathegory-4-before.png") no-repeat -100px 0;
}

.category-box a,
.category-box a:before,
.category-box a:after {
    height: 220px;
}

.category-box a {
    padding: 20px 33px;
}

.name-box .title,
.category-box .title {
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.trigger-box-holder {
    padding-top: 20px;
}

#works-slider .item .title {
    margin: 0 0 5px;
}

#works-slider .item img {
    margin: 0 0 10px;
}

#works-slider .item .text-holder {
    height: 43px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.production-box {
    padding: 90px 55px 0;
}

.production-box .block-title {
    margin-bottom: 15px;
}

.trigger-box {
    margin-top: 80px;
    margin-bottom: 30px;
}

.category-list {
    position: relative;
    padding-top: 0;
    overflow: visible;
}

.category-list li {
    width: 260px;
    height: 260px;
    display: inline-block;
    float: none;
}

.category-list li.item-1 {
    margin: 0 140px 0 0;
}

.category-list li.item-3 {
    margin: -80px 129px 0 214px;
}

.category-list li span {
    line-height: 270px;
}

body.category .B_crumbBox {
    display: none;
}

.production-box .category-box .title {
    font-size: 36px;
    line-height: 40px;
    z-index: 1;
}

#propose-box {
    padding-bottom: 0;
}

#propose-box .block-title {
    margin-bottom: 15px;
}

#works-slider .item img {
    width: 100%;
}

#bg-main:after {
    margin: 0 0 0 -670px;
}

.history-box {
    padding-top: 110px;
}


}
@media only screen and (max-width:1225px) {
    .product-list .product-box .description {
        max-width: 570px;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat 100px 0;
        width: 500px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat 100px 0;
        width: 495px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -200px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -200px 0;
    }
}
@media only screen and (max-width:1200px) {
    .lang-box .special {
        margin: 0 0 0 20px;
    }
    
    .lang-box .tel,
    .lang-box .call-search {
        margin: 0 0 0 15px;
    }
    
    .production-box .category-box .title {
        font-size: 45px;
    }
    
    .news-box {
        padding: 0 10px;
    }
    
    #galery-holder .owl-prev {
        left: 0;
    }
    
    #galery-holder .owl-next {
        right: 0;
    }
    
    #main {
        padding: 30px 10px 80px;
    }
    
    .product-list .product-box .description {
        max-width: 470px;
    }
    
    #content .text-block {
        max-width: 430px;
    }
}
@media only screen and (max-width:1175px) {
    .block-title {
        font-size: 46px;
        line-height: 48px;
    }
    
    #nav {
        font-size: 13px;
    }
    
    .content-holder .image-box {
        display: none;
    }
    
    .content-holder .text-box {
        max-width: 100%;
        padding: 0 10px;
    }
}
@media only screen and (max-width:1150px) {
    .column-2 {
        margin: 0 0 0 80px;
    }
    
    .production-box .category-box .title {
        font-size: 40px;
        line-height: 42px;
    }
    
    .lang-box {
        max-width: 260px;
        float: none;
        margin: 16px 0 0;
    }
    
    .header-box .logo {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    
    #nav {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 280px;
        ;
    }
    
    .form-box .row {
        width: 90%;
    }
    
    .form-box form {
        margin-top: 20px;
    }
}
@media only screen and (max-width:1125px) {
    #nav {
        margin-left: 250px;
    }
    
    .block-title {
        font-size: 42px;
        line-height: 44px
    }
    
    .twocolumns .btn-box .look-catalog {
        margin: 0 30px 0 0;
    }
}
@media only screen and (max-width:1100px) {
    #nav {
        margin-left: 230px;
    }
    
    .column-2 {
        margin: 0 0 0 50px;
    }
    
    .column-3 {
        margin: 0 0 0 70px;
    }
    
    .trigger-box .holder-2 {
        left: 265px;
    }
    
    .trigger-box .holder-3 {
        right: 160px;
    }
    
    .form-box .row {
        width: 89%;
    }
    
    #content .text-block {
        max-width: 360px;
        margin: 0;
    }
    
    .twocolumns .btn-box .look-catalog {
        margin: 0 30px 20px 0;
    }
    
    .twocolumns .image-box {
        margin: 0 40px 0 0;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat 150px 0;
        width: 450px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat 150px 0;
        width: 445px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -300px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -300px 0;
    }
    
    #bg-main:after {
        margin: 0 0 0 -640px;
    }
}
@media only screen and (max-width:1075px) {
    #nav {
        margin-left: 200px;
    }
    
    .block-title {
        font-size: 40px;
        line-height: 42px;
    }
    
    .trigger-box .holder-1 {
        left: 60px;
    }
    
    .trigger-box .holder-2 {
        left: 235px;
    }
    
    .trigger-box .holder-3 {
        right: 190px;
    }
}
@media only screen and (max-width:1050px) {
    #nav {
        margin-left: 180px;
    }
    
    .block-title {
        font-size: 38px;
        line-height: 40px;
    }
    
    .trigger-box .holder-1 {
        left: 30px;
    }
    
    .trigger-box .holder-2 {
        left: 205px;
    }
    
    .trigger-box .holder-3 {
        right: 220px;
    }
    
    .column-3 {
        margin: 0 0 0 50px;
    }
    
    .production-box .category-box .title {
        font-size: 38px;
        line-height: 40px;
    }
    
    .form-box .row {
        width: 87%;
    }
    
    .product-list .product-box .description {
        max-width: 430px;
    }
    
    .product-box .description p {
        overflow: hidden;
        height: 105px;
    }
}
@media only screen and (max-width:1025px) {
    #nav {
        margin-left: 150px;
    }
    
    .production-box .category-box .title {
        font-size: 36px;
        line-height: 38px;
    }
    
    .column-2 {
        margin: 0 0 0 20px;
    }
    
    .column-3 {
        margin: 0 0 0 40px;
    }
}
@media only screen and (max-width:1000px) {
    #nav {
        margin-left: 130px;
    }
    
    .block-title {
        font-size: 36px;
        line-height: 38px;
    }
    
    .trigger-box .holder-1 {
        left: 10px;
    }
    
    .trigger-box .holder-2 {
        left: 185px;
    }
    
    .trigger-box .holder-3 {
        right: 240px;
    }
    
    .category-box a {
        width: 48%;
        height: 330px;
    }
    
    .category-box a:after,
    .category-box a:before {
        height: 330px;
    }
    
    .production-box .category-box .title {
        font-size: 34px;
        line-height: 36px;
    }
    
    .product-list .product-box .description {
        max-width: 380px;
    }
    
    .category-list li.item-1 {
        margin: 0 133px 0 0;
    }
    
    .category-list li.item-3 {
        margin: -80px 141px 0 213px;
    }
    
    #content .image-block {
        display: none;
    }
    
    #content .text-block {
        max-width: 100%;
    }
    
    .news-list {
        text-align: center;
        margin: 0;
    }
    
    .news-list .news-box {
        margin: 0 0 44px 0;
    }
    
    #bg-main:after {
        margin: 0 0 0 -410px;
    }
}
@media only screen and (max-width:975px) {
    #nav {
        margin-left: 100px;
    }
    
    .production-box .category-box .title {
        font-size: 32px;
        line-height: 34px;
    }
    
    .category-box a {
        width: 48%;
        height: 310px;
    }
    
    .category-box a:after,
    .category-box a:before {
        height: 310px;
    }
    
    .trigger-box .holder-2 {
        left: 155px;
    }
    
    .trigger-box .holder-3 {
        right: 280px;
    }
    
    .column-3 {
        margin: 0 0 0 20px;
    }
}
@media only screen and (max-width:950px) {
    #nav {
        margin-left: 80px;
    }
    
    .trigger-box .holder-2 {
        left: 145px;
    }
    
    .trigger-box .holder-3 {
        right: 320px;
    }
    
    .product-list .product-box .description {
        max-width: 325px;
    }
}
@media only screen and (max-width:925px) {
    #nav {
        margin-left: 50px;
    }
    
    .production-box .category-box .title {
        font-size: 30px;
        line-height: 32px;
    }
    
    .category-box a {
        height: 290px;
        padding: 53px;
    }
    
    .category-box a:after,
    .category-box a:before {
        height: 290px;
    }
    
    .block-title {
        font-size: 30px;
        line-height: 32px;
    }
    
    .column-title:before {
        width: 120px;
    }
    
    .scroll-to-top {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    #content.style .image-box {
        float: none;
        display: inline-block;
        margin: 0 0 20px;
    }
    
    .twocolumns .image-box {
        float: none;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width:900px) {
    #nav {
        margin-left: 30px;
    }
    
    .production-box .category-box .title {
        font-size: 28px;
        line-height: 30px;
    }
    
    .category-box a {
        height: 270px;
        padding: 43px;
    }
    
    .category-box a:after,
    .category-box a:before {
        height: 270px;
    }
    
    .block-title {
        margin-bottom: 65px;
        ;
    }
    
    .column-2 {
        margin: 0 0 0 10px;
    }
    
    .column-3 {
        margin: 0 0 0 10px;
    }
    
    .production-box {
        padding: 70px 0;
    }
    
    .trigger-box .holder-2 {
        left: 125px;
    }
    
    .trigger-box .holder-3 {
        right: 350px;
    }
    
    .footer-box {
        margin-bottom: 65px;
    }
    
    .product-list .product-box .description {
        max-width: 275px;
    }
    
    #main .top-block {
        margin: 0 0 30px;
    }
    
    .top-block .navbar {
        margin: 0;
    }
    
    #main .top-block .title {
        margin: 0 0 20px;
    }
    
    #footer.for-contacts .column-1 {
        float: left;
        width: 205px;
    }
}
@media only screen and (max-width:875px) {
    #nav {
        margin-left: 0;
    }
    
    .block-title {
        font-size: 28px;
        line-height: 30px;
    }
    
    .trigger-box .holder-1 {
        width: 335px;
        background-size: 335px auto;
        top: -50px;
    }
    
    .trigger-box .holder-1 .number {
        font-size: 73px;
        line-height: 75px;
    }
    
    .trigger-box .holder-1 .title {
        font-size: 30px;
        line-height: 32px;
    }
    
    .trigger-box .holder-2 {
        width: 399px;
        background-size: 399px auto;
    }
    
    .trigger-box .holder-2 .number {
        font-size: 87px;
        line-height: 89px;
    }
    
    .trigger-box .holder-2 .title {
        font-size: 35px;
        line-height: 37px;
    }
    
    .trigger-box .holder-3 {
        width: 473px;
        background-size: 473px auto;
        right: 380px;
        top: -60px;
    }
    
    .trigger-box .holder-3 .number {
        font-size: 73px;
        line-height: 75px;
    }
    
    .trigger-box .holder-3 .title {
        font-size: 39px;
        line-height: 41px;
    }
    
    .column-title:before {
        width: 100px;
    }
    
    .trigger-box {
        margin-bottom: 150px;
    }
    
    .footer-box {
        margin-bottom: 55px;
    }
}
@media only screen and (max-width:850px) {
    #nav > ul > li > a {
        padding: 8px;
    }
    
    .production-box {
        padding: 50px 0;
    }
    
    .block-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 45px;
    }
    
    .history-box {
        padding-bottom: 55px;
    }
    
    .footer-box {
        margin-bottom: 45px;
    }
    
    .trigger-box .holder-2 {
        left: 105px;
    }
    
    .trigger-box .holder-3 {
        right: 400px;
        top: -50px;
    }
    
    .trigger-box {
        margin-bottom: 130px;
        margin-top: 180px;
    }
    
    .history-box table td {
        padding: 0 40px 0 0;
    }
    
    .socials li.facebook,
    .socials li.vkontakte {
        margin: 0 0 0 10px;
    }
    
    .column-4 {
        width: 145px;
    }
    
    .product-box .image-box {
        margin-left: 0;
    }
    
    #content .accordion-list .slide img {
        width: 100%;
        right: 0;
    }
    
    .product-box .image-box {
        display: none;
    }
    
    .product-list .product-box .description {
        max-width: 100%;
    }
    
    .product-list .product-box {
        height: auto;
        padding: 25px 22px;
    }
    
    .product-box .description p {
        height: auto;
    }
}
@media only screen and (max-width:825px) {
    #nav > ul > li > a {
        padding: 6px;
    }
    
    .trigger-box {
        margin-bottom: 110px;
        margin-top: 160px;
    }
    
    .history-box table td {
        padding: 0 30px 0 0;
    }
    
    .block-title {
        font-size: 24px;
        line-height: 26px;
    }
    
    .socials li.facebook,
    .socials li.vkontakte {
        margin: 0 0 0 5px;
    }
    
    .column-4 {
        width: 130px;
    }
    
    .footer-box {
        margin-bottom: 35px;
    }
    
    .trigger-box .holder-3 {
        right: 410px;
        top: -40px;
    }
    
    .trigger-box .holder-2 {
        left: 95px;
    }
    
    .news-title span {
        font-size: 20px;
        line-height: 22px;
    }
}
@media only screen and (max-width:800px) {
    .trigger-box .holder-1 {
        width: 315px;
        background-size: 315px auto;
    }
    
    .trigger-box .holder-1 .number {
        font-size: 69px;
        line-height: 71px;
    }
    
    .trigger-box .holder-1 .title {
        font-size: 26px;
        line-height: 28px;
    }
    
    .trigger-box .holder-2 {
        width: 379px;
        background-size: 379px auto;
    }
    
    .trigger-box .holder-3 {
        width: 453px;
        background-size: 453px auto;
        right: 460px;
    }
    
    .column-2,
    .column-3 {
        margin: 0 0 0 5px;
    }
    
    .column-4 {
        width: 123px;
    }
    
    .socials li.facebook,
    .socials li.vkontakte {
        margin: 0 0 0 3px;
    }
    
    .block-title {
        font-size: 22px;
        line-height: 24px;
    }
    
    .top-holder .text-box {
        padding: 33px 25px;
        max-width: 552px;
    }
    
    .product-box .description .title-box {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    
    .product-list .product-box .description {
        font-size: 14px;
        line-height: 17px;
    }
    
    .category-list {
        padding: 56px 0 80px 56px;
    }
    
    .category-list li a {
        font-size: 22px;
    }
    
    .category-list li {
        width: 230px;
        height: 230px;
    }
    
    .category-list li span {
        line-height: 230px;
    }
    
    .category-list li span strong {
        line-height: 26px;
    }
    
    .category-list li.item-1 {
        margin: 0 112px 0 0;
    }
    
    .category-list li.item-3 {
        margin: -71px 141px 9px 182px;
    }
    
    .form-box .row {
        width: 84%;
    }
    
    #footer.for-contacts .column-2 {
        display: none;
    }
    
    #footer.for-contacts .column-3 {
        margin: 10px 0 0 100px;
    }
    
    #footer.for-contacts .column-4 {
        margin: -45px 0 0 327px;
    }
}
@media only screen and (max-width:768px) {
    .menu-icon {
        display: block;
    }
    
    #nav {
        margin: 0;
        background: rgba(0, 0, 0, 0.85);
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 0;
        height: 120%;
        z-index: 190;
        max-width: 100%;
    }
    
    #nav > ul {
        padding: 100px 0 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 28px;
        line-height: 30px;
        overflow: auto;
    }
    
    #nav > ul > li {
        float: none;
        margin: 0;
        text-align: right;
        position: relative;
        border: none;
        border-radius: 0;
        padding: 0;
        min-width: 300px;
    }
    
    #nav > ul li.parent:hover,
    #nav > ul > li:hover {
        background: none;
        border: none;
    }
    
    #nav > ul li.parent:hover a,
    body.home #nav > ul > li:hover > a {
        color: #fff;
    }
    
    #nav > ul > li > a {
        display: block;
        padding: 7px 20px 7px 30px;
        color: #fff;
    }
    
    #nav > ul > li > a:hover {
        color: #fff;
        background: #f3cd45;
    }
    
    #nav > ul > li.parent > ul {
        display: none;
        position: relative;
        width: 100%;
    }
    
    #nav > ul > li.parent:hover > ul {
        display: none;
    }
    
    #nav > ul > li.parent:after {
        display: none;
    }
    
    #nav > ul > li.parent > ul > li {
        margin: 0;
        text-align: right;
        position: relative;
        font-size: 24px;
        line-height: 26px;
    }
    
    #nav > ul > li.parent > ul > li {
        background: none;
        border: none;
        padding: 0;
        position: relative;
        right: 0;
    }
    
    #nav > ul > li.parent > ul > li > a:hover {
        text-shadow: 10px 0 10px rgba(255, 255, 255, 1);
    }
    
    #nav > ul > li.parent > ul > li:after {
        display: none;
    }
    
    #nav > ul > li.parent > ul > li > a {
        color: #fff;
        padding: 5px 20px 5px 30px;
    }
    
    #nav > ul > li.press > a > span {
        margin: 0 5px 0 0;
    }
    
    #nav > ul > li.parent > ul > li.parent > ul {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        top: 0;
        padding: 0;
        font-size: 20px;
        line-height: 22px;
    }
    
    #nav > ul > li.parent > ul > li.parent > ul > li {
        background: none;
        border: none;
        padding: 0 20px 0 0;
        position: relative;
    }
    
    #nav > ul > li.parent > ul > li.parent > ul > li:after {
        content: '';
        position: absolute;
        width: 10px;
        border: 1px solid #f2e0e0;
        top: 17px;
        right: 20px;
    }
    
    #nav > ul > li.parent > ul > li.parent > ul > li > a {
        color: #f2e0e0;
        padding: 5px 20px 5px 30px;
    }
    
    #nav > ul > li.parent > ul > li.parent > ul > li > a:hover {
        text-shadow: 10px 0 10px rgba(255, 255, 255, 1);
    }
    
    .lang-box {
        margin: 0 0 0 120px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .scroll-to-top {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    
    .column-1,
    .column-2,
    .column-3,
    .column-4 {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
    .column-2,
    .column-3 {
        margin: 0 0 0 35px;
    }
    
    .column-title:before {
        width: 170px;
    }
    
    .column-4 {
        margin: -50px 0 0 277px;
        width: 185px;
    }
    
    .column-4 .column-title {
        display: none;
    }
    
    .socials li.facebook,
    .socials li.vkontakte {
        margin: 0 0 0 20px;
    }
    
    .footer-box {
        margin-bottom: 15px;
    }
    
    .header-box .logo {
        margin: 0 0 0 10px;
    }
    
    .form-box form {
        margin-top: 0;
    }
    
    .trigger-box .holder-2 {
        left: 75px;
        top: 210px;
    }
    
    .twocolumns {
        text-align: center;
    }
    
    .twocolumns .description {
        text-align: left;
    }
    
    #main .title,
    .main-holder .title,
    .contacts-title {
        font-size: 44px;
        line-height: 46px;
        margin: 0 0 20px;
    }
    
    .news-box img {
        display: block;
        float: none;
    }
    
    #main {
        padding: 0 10px 80px;
    }
    
    #footer.for-contacts .column-3 {
        margin: 10px 0 0 40px;
    }
    
    #footer.for-contacts .column-4 {
        margin: -45px 0 0 227px;
    }
    
    .accordion.contacts-menu > li > ul {
        width: 55%;
    }
    
    .accordion.contacts-menu > li > ul a {
        padding: 15px;
        ;
    }
    
    #map-canvas {
        display: none;
    }
    
    .mab-box-holder {
        height: 650px;
        background: url("../image/map-image.jpg") no-repeat 50% 0;
        background-size: cover;
        max-width: 100%;
        position: relative;
    }
    
    .tab-content {
        top: 320px;
        right: 4px;
        z-index: 1;
        height: auto;
    }
    
    .tab-content .info-holder.active {
        background: #fff;
        padding: 0;
        width: 250px;
        height: 200px;
        border: 1px solid #f2cc45;
    }
    
    .tab-content .info-holder.active img {
        display: none;
    }
    
    .tab-content .name {
        width: auto;
        margin: 0 0 10px;
    }
    
    .tab-content .tel {
        margin: 0 0 10px;
    }
    
    .tab-content .position {
        margin: 0 0 10px;
    }
    
    .write-us {
        margin: 10px auto 0;
    }
    
    .tab-content .info:after {
        display: none;
    }
    
    .tab-content .info {
        padding: 10px 30px;
    }
    
    .form-holder {
        top: -90px;
        left: -50px;
        width: 270px;
        height: 297px;
        padding: 20px;
        border: 1px solid #f2cc45;
    }
    
    .form-holder .row {
        margin: 0 0 5px;
    }
    
    .form-holder input[type="submit"] {
        width: 190px;
    }
    
    .form-holder .btn-close {
        top: 5px;
        right: 5px;
    }
    
    .scroll-to-top {
        display: none !important;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat 150px 0;
        width: 400px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat 150px 0;
        width: 395px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -350px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -350px 0;
    }
}
@media only screen and (max-width:725px) {
    .lang-box {
        margin: 0 0 0 90px;
    }
    
    .category-box {
        padding: 0 15px;
    }
    
    .category-box a {
        display: block;
        width: 100%;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat;
        width: 550px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat;
        width: 550px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -50px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -50px 0;
    }
    
    .block-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 35px;
    }
    
    .history-box {
        padding-bottom: 35px;
    }
    
    .history-box table td {
        padding: 0 20px 0 0;
    }
    
    .trigger-box {
        margin-bottom: 70px;
        margin-top: 130px;
    }
    
    .production-box {
        padding: 40px 0;
    }
    
    .trigger-box .holder-1 {
        width: 295px;
        background-size: 295px auto;
    }
    
    .trigger-box .holder-1 .number {
        font-size: 67px;
        line-height: 69px;
    }
    
    .trigger-box .holder-1 .title {
        font-size: 24px;
        line-height: 26px;
    }
    
    .trigger-box .holder-2 {
        width: 359px;
        background-size: 359px auto;
        top: 190px;
        left: 63px;
    }
    
    .trigger-box .holder-2 .title {
        font-size: 31px;
        line-height: 33px;
    }
    
    .trigger-box .holder-2 .number {
        font-size: 85px;
        line-height: 87px;
    }
    
    .trigger-box .holder-3 {
        width: 433px;
        background-size: 433px auto;
        right: 520px;
    }
    
    .trigger-box .holder-3 .number {
        font-size: 71px;
        line-height: 73px;
    }
    
    .trigger-box .holder-3 .title {
        font-size: 37px;
        line-height: 39px;
    }
    
    .trigger-holder .number {
        margin: 0 0 10px;
    }
    
    .form-box .row {
        width: 85%;
    }
    
    .product-list .product-box + .product-box {
        margin: 20px 0 0;
    }
    
    .product-box .description p {
        height: auto;
    }
    
    .product-list {
        padding: 0;
    }
    
    .map-box {
        width: 270px;
    }
    
    .map-box .info-box {
        /*padding: 10px 10px 0;*/
    }
    
    .tab-content {
        top: 480px;
        left: 0;
        z-index: 3;
        width: 250px;
    }
    
    .form-holder {
        top: -80px;
        left: -48px;
    }
    
    .accordion li a,
    .tabset li a {
        padding: 15px 20px;
        font-size: 11px;
        line-height: 13px;
    }
    
    .map-box {
        width: 252px;
    }
    
    .map-box .info-box {
        font-size: 12px;
        line-height: 14px;
    }
    
    .map-box .info-box .tel {
        font-size: 16px;
        line-height: 18px;
    }
}
@media only screen and (max-width:700px) {
    .column-title:before {
        width: 90px;
    }
    
    .column-2,
    .column-3 {
        margin: 0 0 0 25px;
    }
    
    .news-title span {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 20px;
    }
    
    .category-list li span {
        line-height: 180px;
    }
    
    .category-list li {
        width: 180px;
        height: 180px;
    }
    
    .category-list li a {
        font-size: 18px;
    }
    
    .category-list li span strong {
        line-height: 22px;
    }
    
    .category-list li a span:after {
        content: '';
        position: absolute;
        top: -53px;
        left: -50px;
        right: -50px;
        background: rgba(0, 0, 0, 0.6);
        bottom: -50px;
    }
    
    .category-list li.item-1 {
        margin: 0 83px 0 0;
    }
    
    .category-list li.item-3 {
        margin: -59px 141px 20px 143px;
    }
    
    #footer.for-contacts .column-3 {
        display: inline-block;
        margin: 10px 0 0 10px;
    }
    
    #footer.for-contacts .column-4 {
        margin: -45px 0 0 157px;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat;
        width: 450px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat;
        width: 450px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -150px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -150px 0;
    }
    
    .tab-content .info-holder.active {
        height: 190px;
    }
    
    .tab-content {
        top: 455px;
    }
}
@media only screen and (max-width:675px) {
    .column-2,
    .column-3 {
        margin: 0 0 0 15px;
    }
    
    .lang-box {
        margin: 0 0 0 70px;
    }
    
    .block-title em {
        padding: 0 85px;
    }
    
    .production-box {
        padding: 20px 0;
    }
    
    .block-title {
        margin-bottom: 20px;
    }
    
    .trigger-box {
        margin-bottom: 50px;
        margin-top: 100px;
    }
}
@media only screen and (max-width:650px) {
    .category-box a {
        height: 250px;
        padding: 30px;
    }
    
    .category-box a:before,
    .category-box a:after {
        height: 250px;
    }
    
    .block-title em {
        padding: 0 65px;
    }
    
    .column-2 {
        margin: 0 0 0 75px;
    }
    
    .column-2 .column-title {
        display: none;
    }
    
    .column-3 {
        display: none;
    }
    
    .column-4 {
        margin: -40px 0 0 320px;
    }
    
    .name-holder {
        padding: 0 0 0 15px;
    }
    
    .trigger-box .holder-3 {
        width: 353px;
        background-size: 353px auto;
        right: 590px;
        top: 0;
        padding: 110px 0 0;
    }
    
    .trigger-box .holder-3 .number {
        font-size: 61px;
        line-height: 63px;
    }
    
    .trigger-box .holder-3 .title {
        font-size: 27px;
        line-height: 29px;
    }
    
    .form-box .row {
        width: 82%;
    }
    
    #content.style table th {
        padding: 5px 15px;
    }
    
    .news-box .justifyleft {
        width: 100%;
        height: auto;
    }
    
    .news-box .justifyleft2 {
        width: 100%;
        height: auto;
    }
    
    .news-box .justifyright2 {
        width: 100%;
        height: auto;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat;
        width: 350px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat;
        width: 350px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -250px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -250px 0;
    }
}
@media only screen and (max-width:625px) {
    .lang-box {
        margin: 0 0 0 40px;
    }
    
    .block-title em {
        padding: 0 45px;
    }
    
    .column-2 {
        margin: 0 0 0 65px;
    }
}
@media only screen and (max-width:600px) {
    .form-box .row {
        width: 81%;
    }
    
    .block-title em {
        padding: 0 35px;
    }
    
    .column-2 {
        margin: 0 0 0 45px;
    }
    
    .form-box .row {
        width: 77%;
    }
    
    #content table th {
        line-height: 17px;
        font-size: 13px;
        padding: 5px 10px;
    }
    
    #content table td {
        font-size: 13px;
        line-height: 15px;
    }
    
    #main .top-holder .text-box .title {
        padding: 0 0 20px;
        margin: 0 0 20px;
        font-size: 34px;
        line-height: 36px;
    }
    
    .top-holder .text-box {
        padding: 23px 15px;
        max-width: 422px;
    }
    
    .category-list li {
        display: block;
        margin: 0;
    }
    
    .category-list li.item-1,
    .category-list li.item-3 {
        margin: 0;
    }
    
    .category-list li.item-2,
    .category-list li.item-4 {
        margin: 0 0 0 115px;
    }
    
    #bg-main .bg,
    #bg-main.style .bg {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    
    #footer.for-contacts .column-1,
    #footer.for-contacts .column-3 {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }
    
    #footer.for-contacts .logo,
    #footer.for-contacts .socials {
        display: inline-block;
    }
    
    #footer.for-contacts .column-4 {
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    #footer.for-contacts .column-4 .dev {
        display: inline-block;
        position: relative;
        float: none;
    }
    
    #footer.for-contacts .column-4 .dev a {
        width: 170px;
    }
    
    #footer.for-contacts .column-3 {
        display: block;
        max-width: 100%;
        margin: 0;
    }
    
    #footer.for-contacts .column-3 .socials {
        display: inline-block;
    }
    
    #footer.for-contacts .column-2:after,
    #footer.for-contacts .column-4:after {
        display: none;
    }
    
    #bg-main:after {
        margin: 0 0 0 -310px;
    }
}
@media only screen and (max-width:575px) {
    .lang-box {
        margin: 0 0 0 20px;
    }
    
    .name-box {
        padding-top: 260px;
    }
    
    .name-box .title,
    .category-box .title {
        font-size: 56px;
        line-height: 58px;
    }
    
    .name-box .sub-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .category-box a {
        height: 230px;
        padding: 30px;
    }
    
    .category-box a:before,
    .category-box a:after {
        height: 230px;
    }
    
    .block-title em {
        padding: 0 20px;
    }
    
    .column-2 {
        margin: 0 0 0 15px;
    }
    
    .column-4 {
        margin: -40px 0 0 270px;
    }
    
    .history-box table td {
        padding: 0 10px 0 0;
    }
    
    .trigger-box .holder-2 {
        padding: 75px 0 0;
        width: 309px;
        background-size: 309px auto;
        top: 270px;
        left: 5px;
    }
    
    .trigger-box .holder-2 .title {
        font-size: 27px;
        line-height: 29px;
    }
    
    .trigger-box .holder-2 .number {
        font-size: 75px;
        line-height: 77px;
    }
    
    .trigger-box .holder-3 {
        width: 303px;
        background-size: 303px auto;
        left: 170px;
        top: 113px;
        padding: 60px 0 0;
    }
    
    .box-404 .number {
        font-size: 280px;
        line-height: 282px;
    }
    
    .news-title span {
        max-width: 300px;
        ;
    }
}
@media only screen and (max-width:550px) {
    .column-1,
    .column-2,
    .column-3,
    .column-4 {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
    }
    
    .column-1 .logo {
        display: inline-block;
        margin: 0 0 15px;
		float: none;
    }
    
    .column-2 {
        margin: 0 0 15px;
        position: relative;
        padding: 15px 0 0;
    }
    
    .column-4 {
        margin: 0;
        position: relative;
        padding: 15px 0 0;
    }
    
    .column-4 .socials {
        display: inline-block;
    }
    
    .column-2:after,
    .column-4:after {
        content: '';
        position: absolute;
        border: 1px dashed #f3cd45;
        top: 0;
        left: 50%;
        width: 100px;
        margin: 0 0 0 -50px;
    }
    
    .lang-box .special {
        margin: 0 0 0 10px;
    }
    
    .lang-box .tel,
    .lang-box .call-search {
        margin: 0 0 0 5px;
    }
    
    .block-title {
        font-size: 16px;
        line-height: 18px;
    }
    
    #nav > ul {
        font-size: 24px;
        line-height: 26px;
    }
    
    #nav > ul > li.parent > ul > li {
        font-size: 20px;
        line-height: 22px;
    }
    
    #nav > ul > li.parent > ul > li.parent > ul {
        font-size: 16px;
        line-height: 18px;
    }
    
    #content table td {
        padding: 5px 12px;
    }
    
    #content.style table th {
        padding: 5px 12px;
    }
}
@media only screen and (max-width:525px) {
    .language-list li {
        float: none;
        font-size: 9px;
        line-height: 21px;
    }
    
    .menu-icon {
        top: 48px;
    }
    
    .lang-box .special {
        margin: 20px 0 0 20px;
    }
    
    .lang-box .tel,
    .lang-box .call-search {
        margin: 0 0 0 10px;
    }
    
    .form-box form {
        margin-top: 6px;
    }
}
@media only screen and (max-width:500px) {
    .lang-box .special {
        margin: 20px 0 0 10px;
    }
    
    .production-box .category-box .title {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 20px;
    }
    
    .category-box a {
        height: 210px;
        padding: 20px;
    }
    
    .category-box a:before,
    .category-box a:after {
        height: 210px;
    }
    
    .block-title {
        font-size: 15px;
        line-height: 17px;
    }
    
    .block-title em {
        padding: 0 10px;
    }
    
    .copyright {
        width: 170px;
        margin: 0;
        line-height: 19px;
    }
    
    .dev {
        margin: -8px 0 0;
    }
    
    .box-404 .title {
        font-size: 64px;
        line-height: 66px;
    }
    
    .box-404 .number {
        margin: 0 0 30px;
        font-size: 250px;
        line-height: 252px;
    }
    
    .go-home {
        margin: 0 0 0 20px;
    }
    
    .box-404 .number {
        margin: 0 0 10px;
        font-size: 230px;
        line-height: 232px;
    }
    
    .btn-box a {
        display: block;
        margin: 0 auto;
        width: 200px;
    }
    
    .btn-box .go-catalog {
        margin-bottom: 10px;
    }
    
    #main .title,
    .main-holder .title,
    .contacts-title {
        font-size: 41px;
        line-height: 43px;
        margin: 0 0 20px;
    }
    
    #propose-box {
        padding: 0 50px;
    }
    
    #works-slider .owl-prev,
    .owl-next {
        width: 23px;
        height: 100%;
    }
    
    #works-slider .owl-next {
        right: 0;
        top: 0;
        background: url("../image/btn-next.png") no-repeat 0 50%;
    }
    
    #works-slider .owl-prev {
        left: 0;
        top: 0;
        background: url("../image/btn-prev.png") no-repeat 0 50%;
    }
    
    #works-slider .item img {
        margin: 0 0 10px;
    }
    
    #content.style table th {
        padding: 5px 8px;
    }
    
    .twocolumns .image-box img {
        width: 100%;
        height: auto;
    }
    
    #content .accordion-list li .opener {
        font-size: 18px;
        line-height: 20px;
    }
    
    #content .accordion-list .slide p {
        margin: 0 0 10px;
    }
    
    .mab-box-holder {
        background-position: 55% 0;
    }
}
@media only screen and (max-width:475px) {
    .name-box {
        padding-top: 30px;
    }
    
    .name-box .title,
    .category-box .title {
        font-size: 50px;
        line-height: 52px;
    }
    
    .name-box .sub-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .header-box .logo {
        margin: 0 0 10px 10px;
        display: block;
    }
    
    .language-list li {
        float: left;
    }
    
    .lang-box .special {
        margin: 0 0 0 10px;
    }
    
    .form-box .row {
        width: 75%;
    }
    
    .form-box form {
        margin-top: 18px;
    }
    
    #works-slider .item .title {
        font-size: 19px;
        line-height: 21px;
        margin: 0 0 10px;
    }
    
    #works-slider .item .text-holder {
        font-size: 11px;
        line-height: 13px;
    }
    
    .top-block .navbar ul li + li {
        padding: 0 0 0 14px;
        margin: 0 0 0 10px;
    }
    
    #main {
        padding: 30px 10px 20px;
    }
    
    .B_crumbBox {
        margin: 0 0 10px;
    }
    
    .B_crumbBox li + li {
        margin: 0;
        padding: 0 0 0 8px;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat;
        width: 250px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat;
        width: 250px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -350px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -350px 0;
    }
}
@media only screen and (max-width:450px) {
    .trigger-box .holder-1 {
        width: 245px;
        background-size: 245px auto;
        padding: 55px 0 0;
    }
    
    .trigger-box .holder-1 .number {
        font-size: 55px;
        line-height: 57px;
    }
    
    .trigger-box .holder-2 {
        padding: 55px 0 0;
        width: 259px;
        background-size: 259px auto;
        top: 220px;
        left: 5px;
    }
    
    .trigger-box .holder-2 .number {
        font-size: 60px;
        line-height: 62px;
    }
    
    .trigger-box .holder-2 .title {
        font-size: 25px;
        line-height: 27px;
    }
    
    .trigger-box .holder-3 {
        width: 253px;
        background-size: 253px auto;
        left: 150px;
        top: 87px;
        padding: 50px 0 0;
    }
    
    .trigger-box .holder-3 .number {
        font-size: 56px;
        line-height: 58px;
    }
    
    .trigger-box .holder-3 .title {
        font-size: 23px;
        line-height: 25px;
    }
    
    .name-box .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    
    #content.style table th {
        font-weight: 400;
        padding: 5px;
    }
    
    .twocolumns {
        margin: 0 0 20px;
    }
    
    #main .title,
    .main-holder .title,
    .contacts-title {
        font-size: 31px;
        line-height: 33px;
    }
    
    .news-title span {
        max-width: 230px;
        font-size: 15px;
        line-height: 17px;
    }
}
@media only screen and (max-width:400px) {
    .name-box .title,
    .category-box .title {
        font-size: 38px;
        line-height: 40px;
    }
    
    .name-box .sub-title {
        font-size: 15px;
        line-height: 19px;
    }
    
    .name-box .sub-title {
        font-size: 15px;
        line-height: 19px;
    }
    
    .history-box table td {
        line-height: 13px;
        font-size: 11px;
    }
    
    .menu-icon {
        top: 18px;
    }
    
    .lang-box {
        width: 100%;
        max-width: 100%;
    }
    
    .header-box {
        width: 240px;
    }
    
    .callback-form .row {
        margin: 0 0 10px;
    }
    
    .popup-holder .callback-form {
        padding: 30px 35px;
        margin: -240px auto 0;
    }
    
    .callback-form .title,
    .callback-form .sub-title {
        margin: 0 0 15px;
    }
    
    .callback-form .tel,
    .callback-form .or {
        margin: 0 0 10px;
    }
    
    .form-box .row {
        width: 68%;
    }
    
    .box-404 .number {
        font-size: 190px;
        line-height: 192px;
    }
    
    #propose-box {
        padding: 0 10px;
        display: none;
    }
    
    #main .title,
    .main-holder .title,
    .contacts-title {
        font-size: 24px;
        line-height: 26px;
    }
    
    #content table th,
    #content table td {
        line-height: 13px;
        font-size: 11px;
    }
    
    #main .top-holder .text-box .title {
        padding: 0 0 15px;
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 26px;
    }
    
    .product-list .product-box {
        padding: 10px;
    }
    
    .product-box .description .title-box {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    
    .product-box .description p {
        height: 70px;
    }
    
    .category-list li.item-2,
    .category-list li.item-4,
    .category-list li.item-3 {
        margin: 90px 0 0;
    }
    
    .top-block .navbar ul li + li {
        padding: 0 0 0 5px;
        margin: 0;
    }
    
    .category-list {
        padding: 56px 0 80px 96px;
    }
    
    .trigger-box .holder-1 {
        width: 165px;
        background-size: 165px auto;
        padding: 35px 0 0;
    }
    
    .trigger-box .holder-1 .number {
        font-size: 35px;
        line-height: 37px;
    }
    
    .trigger-box .holder-1 .title {
        font-size: 16px;
        line-height: 18px;
    }
    
    .trigger-box .holder-3 {
        width: 173px;
        background-size: 173px auto;
        left: 100px;
        top: 46px;
        padding: 30px 0 0;
    }
    
    .trigger-box .holder-3 .number {
        font-size: 36px;
        line-height: 38px;
    }
    
    .trigger-box .holder-3 .title {
        font-size: 16px;
        line-height: 18px;
    }
    
    .trigger-box .holder-2 {
        padding: 35px 0 0;
        width: 169px;
        background-size: 169px auto;
        top: 144px;
        left: 5px;
    }
    
    .trigger-box .holder-2 .title {
        font-size: 17px;
        line-height: 19px;
    }
    
    .trigger-box .holder-2 .number {
        font-size: 36px;
        line-height: 38px;
    }
    
    .trigger-box {
        height: 300px;
    }
    
    .form-box .row {
        width: 64%;
    }
    
    .map-box {
        width: 100%;
    }
    
    .map-box .info-box {
        font-size: 11px;
        line-height: 13px;
    }
    
    .map-box .info-box address {
        padding: 0 0 0 20px;
        margin: 0 0 15px;
    }
    
    .map-box .info-box .tel {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 15px;
    }
    
    .mab-box-holder {
        background-position: 67% 0;
        background-size: 327%;
        padding: 260px 0 0;
    }
    
    .mab-box-holder {
        height: 580px;
    }
    
    .accordion {
        width: 60%;
    }
    
    .accordion li a,
    .tabset li a {
        padding: 10px;
    }
    
    .tab-content {
        top: 398px;
        left: 5px;
    }
    
    .form-holder {
        top: -160px;
        left: 0;
    }
    
    .tab-content .info-holder.active {
        width: 100%;
    }
    
    .accordion.contacts-menu > li > ul {
        width: 100%;
    }
    
    .accordion > li > a:after {
        right: 0;
    }
    
    .accordion.contacts-menu > li > ul a {
        padding: 10px;
    }
    
    .category-box .category-1:after {
        background: url("../image/cathegory-1-after.png") no-repeat;
        width: 150px;
    }
    
    .category-box .category-2:after {
        background: url("../image/cathegory-2-after.png") no-repeat;
        width: 150px;
    }
    
    .category-box .category-3:before {
        background: url("../image/cathegory-3-before.png") no-repeat -450px 0;
    }
    
    .category-box .category-4:before {
        background: url("../image/cathegory-4-before.png") no-repeat -450px 0;
    }
    
    #bg-main:after {
        display: none;
    }
    
    #header {
        position: relative;
        margin: -130px 0 0;
    }
    
    .catalog #header {
        margin-top: -100px;
    }
    
    body.home #header {
        position: fixed;
        margin: 0;
    }
    
    .copyright {
        font-size: 10px;
        width: 120px;
    }
    
    .tab-content .name {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 5px;
    }
    
    .tab-content .position {
        font-size: 11px;
        margin: 0 0 5px;
        width: auto;
    }
    
    .tab-content .tel {
        margin: 0 0 5px;
    }
    
    .write-us {
        margin: 5px auto 0;
    }
    
    .tab-content .info-holder.active {
        height: 160px;
    }
    
    .tab-content {
        top: 407px;
    }
    
    .accordion li a,
    .tabset li a {
        font-size: 9px;
    }
}
@media only screen and (max-width:350px) {
    .box-404 .title {
        font-size: 54px;
        line-height: 56px;
    }
    
    .box-404 .number {
        font-size: 170px;
        line-height: 172px;
    }
    
    #main .title,
    .main-holder .title,
    .contacts-title {
        font-size: 31px;
        line-height: 33px;
    }
    
    .content-holder .text-box {
        font-size: 12px;
        line-height: 17px;
    }
    
    .news-box .text-box {
        font-size: 11px;
        line-height: 17px;
    }
    
    .news-title time {
        font-size: 11px;
        line-height: 14px;
    }
    
    .news-title span {
        max-width: 180px;
        font-size: 12px;
        line-height: 14px;
    }
    
    .category-list {
        padding: 56px 0 80px 66px;
    }
}
@media only screen and (max-width:320px) {
    .name-box .title,
    .category-box .title {
        font-size: 30px;
        line-height: 32px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    
    .name-box .sub-title {
        font-size: 13px;
        line-height: 15px;
    }
    
    .production-box .category-box .title {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    
    .scroll-to-top {
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        right: 0;
        bottom: 60px;
    }
    
    .callback-form .title {
        font-size: 16px;
        line-height: 18px;
    }
    
    .callback-form .tel {
        font-size: 17px;
        line-height: 19px;
    }
    
    .callback-form .sub-title {
        font-size: 14px;
        line-height: 16px;
    }
    
    .category-box a {
        height: 170px;
    }
    
    .copy-box {
        font-size: 11px;
        line-height: 13px;
        padding: 10px 15px;
    }
    
    .copyright {
        width: 120px;
        line-height: 13px;
    }
    
    .dev a {
        width: 125px;
    }
    
    .dev span {
        color: #cbcbcb;
        font-size: 11px;
        line-height: 13px;
    }
    
    .dev em {
        top: 2px;
    }
    
    #main .title,
    .main-holder .title,
    .contacts-title {
        font-size: 21px;
        line-height: 23px;
    }
    
    .twocolumns .description,
    #content p {
        font-size: 11px;
        line-height: 16px;
    }
    
    #content.style table th {
        padding: 2px;
    }
    
    #content table td {
        padding: 5px;
    }
    
    .category-list {
        padding: 56px 0 80px 53px;
    }
    
    .form-box .row-box {
        margin: 0 0 0 10px;
    }
}
.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}
@media only screen and (max-device-width:640px) and (orientation:landscape) {
    #bg-main .bg {
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: repeat-x;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}
.seo-content h1,
h2 {
    font-size: 16px;
}
.seo-content p {
    font-size: 13px;
}
.seo-content li {
    font-size: 13px;
}


table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
font-weight: 600;
border-collapse: collapse;
text-align: center;
width: 100%;
margin: 0 auto;
color: black;
word-break: break-all;

}
th {
background: rgba(0, 128, 0, 0.3);
color: white;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
td {
background: rgba(255, 255, 255,
0.5);
}
th:first-child, td:first-child {
text-align: left;
}

.block_partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.partner {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   align-items: center;
   text-align: center;
   max-width: 200px;
   max-height:  300px;
   width: 100%;
   padding-right: 30px;

}

.partner p{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.partner img {
    height: 150px;
    width: 100%;
    object-fit: contain;

}

.container_table  {
    background: url(../image/illustration_artwork_sky_sunset-986018.jpg) repeat-y center/cover;
    padding:  40px 0 40px;
    width: 100%;
}

.plite {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
    margin-top: 5px;
}

.table_prod {
    margin-bottom: 25px;
}

@media screen and (max-width: 515px){
    .table_prod table {
       overflow: scroll;
    }
}

.rightfoto {
            float: right;
            margin: 10px 0px 0px 10px;
        }

.leftfoto {
            float: left;
            margin: 10px 20px 0px 0px;
        }

.logo_mail img{
    width: 183px;
    height: auto;
}