
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
}


a {
    text-decoration-line: underline;

    color: #FF9801;
}
a:focus,
a:hover {
    text-decoration-line: underline;
    color: #FF9801;
}
h1 {
    font-size: 45px;
    font-weight: 700;
}
h2 {
    background: url("../images/arrow-h.svg") 0 0 no-repeat;
    padding-left: 55px;
    font-size: 36px;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.btn {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    padding: 7px 15px;
    font-weight: 700;
    outline: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn.btn-default {
    color: #ffffff;
    background: #333333;
}
.btn.btn-primary {
    color: #ffffff;
    background: #FF9801;
}
.btn.btn-primary:focus {
    background: #FF9801;
    box-shadow: none;
}
.big-link {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    text-decoration: none;
}
.big-link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("../images/arrow-left-black.svg") center no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.big-link:focus,
.big-link:hover {
    color: #FF9801;
    text-decoration: none;
}
.big-link:focus:after,
.big-link:hover:after {
    background: url("../images/arrow-left-orange.svg") center no-repeat;
    background-size: cover;
}
.medium-link {
    color: #FF9801;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.medium-link:focus,
.medium-link:hover {
    color: #333333;
    text-decoration: none;
}
.medium-link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("../images/arrow-left-orange.svg") center no-repeat;
    background-size: contain;
    margin-left: 10px;
    vertical-align: -1px;
}
.medium-link:focus:after,
.medium-link:hover:after {
    background: url("../images/arrow-left-black.svg") center no-repeat;
    background-size: contain;
}
.owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    border: 1px solid #333333;
}
.owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.owl-dots .owl-dot.active {
    background: #333333;
}
.top-header {
    background: #E4E4E4;
}
.top-phone {
    margin: 9px 0;
}
.top-phone a {
    background: url("../images/top-phone.svg") 0 2px no-repeat;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding-left: 30px;
}
.top-address {
    float: right;
    margin: 8px 40px 8px 0;
    padding: 5px 0 5px 30px;
    background: url("../images/top-marker.svg") 0 2px no-repeat;
}
.top-address a:hover,
.top-address a:focus,
.top-address a {
    color: #333333;
    text-decoration: none;
}
.top-btn {
    float: right;
}
.top-btn .btn {
    padding: 14px 25px;
}
.bottom-header {
    background: #333333;
    border-bottom: 2px solid #989898;
}
.bottom-header .logo {
    display: block;
    margin-top: 10px;
}
.top-header:after,
.bottom-header:after {
    content: "";
    clear: both;
}
.main-map {
    height: 450px;
}
.contacts-map {
    height: 550px;
}
.top-menu ul {
    float: right;
    margin: 0;
    padding: 0;
}
.top-menu ul>li {
    list-style: none;
    display: block;
    float: left;
}
.top-menu ul>li>a {
    display: block;
    font-size: 18px;
    padding: 25px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.top-menu ul>li.current-menu-item>a,
.top-menu ul>li>a:hover,
.top-menu ul>li>a:focus {
    background: #FFFFFF;
    color: #333333;
    border-color: #FF9801;
}
.top-menu .sub-menu,
.top-menu .cat-menu {
    margin-top: 2px;
    position: absolute;
    display: none;
    background: #FFFFFF;
    padding: 20px;
    min-width: 160px;
    max-width: 240px;
    z-index: 10;
    border: 1px solid #E4E4E4;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.top-menu ul.sub-menu>li,
.top-menu ul.cat-menu>li {
    display: block;
    float: none;
}
.top-menu ul.sub-menu>li>a,
.top-menu ul.cat-menu>li>a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 7px 0;
    padding-left: 20px;
    text-transform: none;
    color: #333333;
    border: 0;
    background: url("../images/menu-arrow-left.svg") 0 10px no-repeat;
}
.top-menu ul.sub-menu>li>a:after,
.top-menu ul.cat-menu>li>a:after {
    display: none;
}
.top-menu ul.sub-menu>li>a:hover,
.top-menu ul.cat-menu>li>a:hover {
    color: #FF9801;
}
.menu-toggle {
    display: none;
}
.header-search {
    position: relative;
    float: right;
}
.header-search .top-search {
    top: 0;
    right: 75px;
    width: 0;
    overflow: hidden;
    position: absolute;
    text-transform: none;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.header-search .top-search.active {
    width: 700px;
}
.header-search .btn-icon.btn-search {
    border: 0;
    background: url("../images/search.svg") center no-repeat;
    width: 50px;
    height: 50px;
    margin: 12px;
    padding: 0;
    outline: 0 !important;
}
.header-search .btn-icon.btn-search.active {
    background: url("../images/close.svg") center no-repeat;
}
.header-search .form-control {
    height: 79px;
    border: 0;
    font-size: 18px;
    padding: 30px;
    border-bottom: 2px solid #989898;
}
.main-page {
    background: url("../images/main-lines.svg") top center no-repeat;
}
.about-page {
    background: url("../images/main-about-bg.svg") top center no-repeat;
}
.page-with-lines {
    background: url("../images/bg-page-line.svg") top center no-repeat;
}
.main-categories {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.inner-categories {
    margin: 60px 0;
}
.main-about-block {
    position: relative;
    background: url("../images/main-about-bg.svg") top left no-repeat #ffffff;
    height: 382px;
    border: 1px solid #E4E4E4;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.main-about-title {
    padding-top: 100px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.main-about-text {
    padding-left: 65px;
    font-weight: 300;
}
.main-about-link {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.main-category-item {
    position: relative;
    display: block;
    width: 100%;
    height: 184px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    background: #fff;
    color: #ffffff;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.main-category-item .category-title {
    position: absolute;
    text-transform: uppercase;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    bottom: 0;
}
.main-category-color:nth-child(3) .main-category-item,
.main-category-color:nth-child(4) .main-category-item,
.main-category-color:nth-child(7) .main-category-item,
.main-category-color:nth-child(9) .main-category-item {
    background: #333333;
}
.main-category-color:nth-child(2) .main-category-item,
.main-category-color:nth-child(5) .main-category-item,
.main-category-color:nth-child(6) .main-category-item,
.main-category-color:nth-child(8) .main-category-item {
    background: #FF9801;
}
.main-category-item .main-category-icon {
    position: relative;
    height: 140px;
}
.main-category-item .main-category-icon .icon-static,
.main-category-item .main-category-icon .icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.main-category-item .main-category-icon .icon-hover {
    opacity: 0;
}
.main-category-color .main-category-item:focus,
.main-category-color .main-category-item:hover {
    background: #ffffff !important;
    color: #333333;
}

.main-category-color .main-category-item:focus .main-category-icon .icon-static,
.main-category-color .main-category-item:hover .main-category-icon .icon-static {
    opacity: 0;
}

.main-category-color .main-category-item:focus .main-category-icon .icon-static,
.main-category-color .main-category-item:hover .main-category-icon .icon-hover {
    opacity: 1;
}


.inner-category-item {
    position: relative;
    display: block;
    width: 100%;
    height: 184px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    background: #fff;
    color: #ffffff;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.inner-category-item .category-title {
    position: absolute;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    bottom: 0;
}
.inner-category-item .inner-category-icon {
    position: relative;
    height: 140px;
}
.inner-category-color {
    position: relative;
}

div:nth-child(1)>.inner-category-color .inner-category-item,
div:nth-child(3)>.inner-category-color .inner-category-item,
div:nth-child(6)>.inner-category-color .inner-category-item,
div:nth-child(8)>.inner-category-color .inner-category-item {
    background: #FF9801;
}
div:nth-child(2)>.inner-category-color .inner-category-item,
div:nth-child(4)>.inner-category-color .inner-category-item,
div:nth-child(5)>.inner-category-color .inner-category-item,
div:nth-child(7)>.inner-category-color .inner-category-item {
    background: #333333;
}

.colorC:nth-child(1) .inner-category-item,
.colorC:nth-child(3) .inner-category-item,
.colorC:nth-child(6) .inner-category-item,
.colorC:nth-child(8) .inner-category-item {
    background: #FF9801;
}
.colorC:nth-child(2) .inner-category-item,
.colorC:nth-child(4) .inner-category-item,
.colorC:nth-child(5) .inner-category-item,
.colorC:nth-child(7) .inner-category-item {
    background: #333333;
}
.itemC{
    height: 277.5px;
}

.itemC .iconC{
    height: 230px;
}

.itemC .titleX{
    font-size: 16px;
    margin: 10px;
}
.icon-staticC{
    background-size: 190px;
}

.cat-menu-li-static .cat-menu-li-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-category-color .inner-category-item:focus .inner-category-icon .cat-menu-li-static,
.inner-category-color .inner-category-item:hover .inner-category-icon .cat-menu-li-hover {
    opacity: 1;
}

.cat-menu-li-hover{
    opacity: 0;
}
.itemback:hover .cat-menu-li-hover{
    opacity: 1;
    transition: .2s;
}
.cat-icon {
    left: 0;
    position: absolute;
    margin-right: 15px;
}
.cat-icon span {
    width: 40px;
    text-align: center;
    position: absolute;
}
.cat-txt {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
.inner-category-item .inner-category-icon .icon-static,
.inner-category-item .inner-category-icon .icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.inner-category-item .inner-category-icon .icon-hover {
    opacity: 0;
}
.cat-item:hover .cat-menu-li-static {
    opacity: 0;
}

.inner-category-color .inner-category-item:focus,
.inner-category-color .inner-category-item:hover {
    background: #ffffff;
    color: #333333;
}

.inner-category-color .inner-category-item:focus .inner-category-icon .icon-static,
.inner-category-color .inner-category-item:hover .inner-category-icon .icon-static {
    opacity: 0;
}

.inner-category-color .inner-category-item:focus .inner-category-icon .icon-hover,
.inner-category-color .inner-category-item:hover .inner-category-icon .icon-hover {
    opacity: 1;
}
.special-blocks-slider {
    height: 582px;
    background: #ffffff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.special-blocks-slider .special-image {
    position: relative;
    overflow: hidden;
    height: 430px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.special-blocks-slider .special-item {
    position: relative;
    overflow: hidden;
    height: 582px;
}
.special-blocks-slider .special-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48.21deg, rgba(0, 0, 0, 0.4) 21.69%, rgba(0, 0, 0, 0) 69.22%);
}
.special-blocks-slider .special-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/special-slider-bg.svg") center bottom no-repeat;
}
.special-blocks-slider .special-item-content {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.special-blocks-slider .special-link {
    margin-bottom: 5px;
}
.special-blocks-slider .special-sub-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-right: 120px;
    margin-bottom: 15px;
}
.special-blocks-slider .special-title {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
}

.catalog-blocks-slider {
    margin-top: 20px;
    margin-bottom: 40px;
}
.catalog-blocks-slider .owl-stage-outer {
    margin: -10px;
    padding: 10px;
}
.catalog-blocks-slider .owl-dots {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -10px;
}
.catalog-item {
    display: block;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #E4E4E4;
    padding: 30px 20px;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -ms-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}
.catalog-item:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.catalog-item img {
    max-width: 100%;
    width: auto !important;
    margin: auto;
    max-height: 160px;
}
.catalog-item .catalog-item-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
}
.catalog-item .catalog-item-product {
    text-decoration: none;
}
.catalog-item .catalog-item-term-link {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #FF9801;
    font-size: 12px;
    line-height: 16px;
}
.catalog-item .catalog-item-term-link:after {
    content: "";
    display: inline-block;
    text-decoration: none;
    background: url("../images/arrow-left-orange.svg") center no-repeat;
    background-size: contain;
    margin-left: 5px;
    width: 6px;
    height: 10px;
    margin-top: 3px;
    position: absolute;
}
.catalog-item .catalog-item-term-link:hover {
    color: #333333;
    text-decoration: none;
}
.catalog-item .catalog-item-term-link:hover:after {
    background: url("../images/arrow-left-black.svg") center no-repeat;
    background-size: contain;
}
.catalog-item-prices {
    margin-top: 10px;
}
.catalog-item .standard-price {
    font-size: 16px;
    font-weight: bold;
    color: #FF9801;
}
.catalog-item .standard-price span {
    font-size: 34px;
    margin: 0 5px;
    line-height: 40px;
    font-weight: 900;
}
.catalog-item .catalog-item-price-title {
    font-size: 14px;
    font-weight: 700;
}
.catalog-item .catalog-item-btn {
    margin-top: 15px;
}
.btn.btn-default:after {
    content: "";
    display: inline-block;
    text-decoration: none;
    background: url("../images/arrow-left-white.svg") center no-repeat;
    background-size: contain;
    margin-left: 10px;
    width: 8px;
    height: 14px;
    vertical-align: -1px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.btn.btn-default:focus,
.btn.btn-default:hover {
    color: #ffffff;
    background: #FF9801;
}
.btn.btn-default:hover:after {
    margin-left: 20px;
}
.catalog-item .key-features-props {
    margin: 15px 0 5px 0;
    min-height: 55px;
}
.catalog-item .key-features-prop {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    color: #8F8F8F;
}
.catalog-item .key-features-prop:after {
    content: "";
    display: block;
    clear: both;
}
.catalog-item .key-features-prop .key-features-name {
    float: left;
}
.catalog-item .key-features-prop .key-features-value {
    float: right;
}
.catalog-item .catalog-item-links {
    height: 295px;
}
.sub-catalog .catalog-item .catalog-item-links {
    height: 225px;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;

    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 0.6;
}
.owl-nav .owl-prev {
    left: -60px;
    background: url("../images/slider-arrow-left.svg") center no-repeat;
    background-size: contain;
}
.owl-nav .owl-next {
    right: -60px;
    background: url("../images/slider-arrow-right.svg") center no-repeat;
    background-size: contain;
}
.main-news-container,
.main-catalog-blocks {
    margin: 50px 0;
}
.main-news-container {
    position: relative;
    padding-bottom: 40px;
}
.main-news-container:before {
    content: "";
    width: 100%;
    position: absolute;
    margin-top: -650px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/main-news-bg.png") top center no-repeat;
    background-size: cover;
}
.news-item {
    background: #ffffff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    min-height: 285px;
}
.news-item .news-item-img {
    position: relative;
    height: 285px;
    background-position: center;
    background-size: cover;
}
.news-item .news-item-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
}
.news-item.second-news-item .news-item-img {
    margin-right: -7.5px;
}
.news-item.third-news-item .news-item-img {
    margin-left: -7.5px;
}
.news-item.second-news-item .news-item-text {
    margin-left: -7.5px;
    padding: 20px;
}
.news-item.third-news-item .news-item-text {
    margin-right: -7.5px;
    padding: 20px;
}
.news-item .news-item-text {
    position: relative;
    height: 285px;
    overflow: hidden;
}
.news-item .news-item-text:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30&0+0,1+30 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.news-item .news-item-text p {
    font-size: 14px;
    line-height: 18px;
    color: #8F8F8F;
    font-weight: 300;
}
.news-item .news-item-text .h4 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.news-item .news-item-text .h4:focus,
.news-item .news-item-text .h4:hover {
    color: #FF9801;
}
.news-item .date {
    font-size: 12px;
    font-weight: bold;
    color: #FF9801;
    margin-top: 5px;
    margin-bottom: 15px;

}
.news-item .news-item-link {
    position: absolute;
    bottom: 20px;
    z-index: 1;
}
.first-news-item {
    height: 585px;
    position: relative;
    background-size: cover;
}
.first-news-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/first-news-bg.svg") bottom center no-repeat;
    height: 325px;
}
.first-news-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
}
.first-news-item-text {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    bottom: 0;
    padding: 30px;
}
.first-news-item-text .date {
    color: #333333;
    font-size: 14px;
}
.first-news-item-text .h4,
.first-news-item-text .h4:after,
.first-news-item-text .h4:focus {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}
.first-news-item-text .btn.btn-default {
    margin-top: 15px;
}
.main-news-blocks {
    margin: 20px 0 20px 0;
}
.first-news-item-text .btn.btn-default:hover {
    background: #ffffff;
    color: #333333;
}
.first-news-item-text .btn.btn-default:hover:after {
    background: url("../images/arrow-left-black.svg") center no-repeat;
    background-size: contain;
}
.brand-item {
    position: relative;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    min-height: 260px;
}
.main-brands-blocks .brand-item {
    min-height: 180px;
}
.brand-item .brand-hover {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 152, 1, 0.9);
    padding: 20px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.brand-item:hover .brand-hover {
    top: 0;
}

.brands-blocks-slider {
    position: relative;
    margin: 30px 0 100px 0;
}
.brand-item img {
    display: inline-block !important;
    width: auto !important;
    max-height: 120px;
}
.brand-item .brand-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.brand-item .brand-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.brand-item .btn.btn-default:hover {
    background: #ffffff;
    color: #333333;
}
.brand-item .btn.btn-default:hover:after {
    background: url("../images/arrow-left-black.svg") center no-repeat;
    background-size: contain;
}
.brands-blocks-slider .owl-stage-outer {
    margin: -10px;
    padding: 10px;
}

.brands-blocks-slider .owl-dots {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -30px;
}


.contacts-block {
    position: relative;
    border: 1px solid #E4E4E4;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    margin: 15px 0 80px 0;
}
.contacts-block .contacts-content {
    padding: 60px 30px;
}
[class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
}
.contacts-block .contacts-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 400px;
    right: -130px;
    top: 0;
    bottom: 0;
    background: url("../images/contacts-block-arrow.svg") center right no-repeat;
    background-size: contain;
    z-index: 1;
}
.contacts-block .contacts-btn {
    margin-top: 50px;
}
.contacts-block .contacts-item {
    position: relative;
    margin-bottom: 10px;
}
.contacts-block .contacts-item:after {
    content: "";
    display: block;
    clear: both;
}
.contacts-block .contacts-title {
    float: left;
    width: 100px;
    color: #888888;
}
.contacts-block .contacts-item:first-child .contacts-title {
    float: none;
}
.contacts-block .contacts-item-last {
    margin-top: 20px;
}
.contacts-block .contacts-schedule {
    text-transform: lowercase;
}
.contacts-block .contacts-schedule table td {
    padding-right: 30px;
}
.contacts-block .contacts-address {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.contacts-block .contacts-phone a {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.contacts-block .contacts-phone a:hover,
.contacts-block .contacts-phone a:focus {
    text-decoration: none;
}
.contacts-email a {
    color: #FF9801;
}
.btn.btn-primary:after,
.btn.btn-primary:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("../images/arrow-left-white.svg") center no-repeat;
    background-size: cover;
    margin-left: 10px;
    vertical-align: -1px;

    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.btn.btn-primary:hover:after,
.btn.btn-primary:hover:after {
    margin-left: 20px;
}
footer {
    background: #333333;
    border-top: 2px solid #FF9801;
    color: #ffffff;
    padding: 30px 0;
    font-size: 14px;
}
footer a {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover,
footer a:focus {
    color: #ffffff;
}
footer .social-links-title {
    font-weight: bold;
}
footer .social-links-items {
    margin: 10px 0;
}
footer .social-links-items:after {
    content: "";
    display: block;
    clear: both;
}
footer .social-links-item {
    float: left;
    margin-right: 10px;

}
footer .bottom-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #B4B4B4;
}
.copy-ww>a {
    display: block;
    float: left;
    margin-right: 10px;
}
footer .copy-act {
    margin: 10px 0;
    font-weight: 300;
}
footer .policy-link {
    margin: 10px 0;
    font-weight: 300;
    text-align: center;
}
.mfp-content {
    border-top: 6px solid #FF9801;
    background: #ffffff;
    padding: 40px;
    max-width: 500px;
    margin: auto;
}
.form-control {
    height: 40px;
    border: 1px solid #E4E4E4;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
}
.form-control:focus {
    border-color: #FF9801;
    box-shadow: 0 0 10px rgba(255, 152, 1, 0.5);
}
.mfp-content a {
    color: #333333;
    text-decoration: underline;
}
textarea.form-control {
    height: 120px;
    resize: none;
}
label {
    font-weight: normal;
    font-size: 14px;
}
label br {
    display: none;
}
.mfp-content h3 {
    margin-top: 0;
}
.mfp-content label {
    margin: 10px 0 20px 0;
}
.wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-acceptance span.wpcf7-list-item input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff;
    width: 18px;
    height: 18px;
    border: 1px solid #333333;
    outline: 0 !important;
    cursor: pointer;
    vertical-align: -4px;
    margin-right: 4px;
}
.wpcf7-acceptance span.wpcf7-list-item input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    background: url("../images/on.svg") center no-repeat;
    width: 12px;
    height: 10px;
    top: 3px;
    left: 2px;
}
.div.wpcf7-response-output {
    margin: 10px 0;
    font-size: 14px;
}

.breadcrumbss{
    position: relative;
    min-height: 240px;
    background: url("../images/bc-bg-1.jpg");
    background-size: cover;
    background-position: bottom;
    margin-bottom: 20px;
    padding-bottom: 80px;
}
.breadcrumbss:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bc-bg.svg") bottom center no-repeat;
}
.abouttext {
    position: relative;
    z-index: 1;
}
.breadcrumb {
    background-color: rgba(255, 0, 0, 0);
    color:#fff;
    padding: 8px 0;
}
.site_url,
.site_url:focus {
    text-decoration-line: underline;
    color: #FF9801;

}
.breadcrumbs_item{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: none;
    color: #FFF;
}

div.wpcf7 input[type="file"]{
    color: red;
    width: 140px;
}
.wfc7-file{
    color: red;
}

.headline{
    width: 100%;
    height: 247px;
    background-image: url("../images/Vector 5.png");
    background-size: cover;
}

.headliner{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    padding-top: 20px;
}

.headlinks{
    margin-top: -10px;
}


.slash{
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
}

.heada{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: none;

    color: #FFF;
}
.heada:hover{
    text-decoration-line: underline;

    color: #FF9801;
}
.headlinks{
    display: flex;
}
.inner-page{
    width: 100%;
}

.aboutcont{
    border: 1px solid #E4E4E4;
    background-image:url("../images/Group 32.png");
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}


.about_first_text  {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 60px;
    margin-bottom: 40px;
}

.about_second_text{
    padding-right: 200px;
    margin-left: 100px;
    margin-top: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 40px;
}


.about_main_text{
    margin-top: 46px;
    color:#000;
    font-family: 'Roboto';
    padding-left: 20px;
}
.header2{
    margin-bottom: 10px;
    margin-top: 65px;
}

.nameC{
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}

.feedback{
    margin-bottom: 100px;
    border: 1px solid #E4E4E4;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    background-image: url("../images/bg-ct-1.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
}
.feedbackdescription{
    max-width: 430px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
}
.feedbackform{
    margin: 50px;
}
.accept{
    color: black;
    text-decoration: underline;
}
.accepts{
    margin-top: 10px;
}
.accept:hover{
    color: #FF9801;
}
.questions{
    margin-top: 20px;
    width: 90%;
}

.qbutton{
    margin-top: 24px;
}

.textar
{
    background-color: #fff;
    color: #000;
    width: 309px;
    height: 167px;
    height: 40px;
    border: 1px solid #E4E4E4;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
}
.textarC{
    background-color: #fff;
    color: #000;
    width: 309px;
    height: 200px;
    height: 40px;
    border: 1px solid #E4E4E4;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
}

.textarC:focus {
    border-color: #FF9801;
    box-shadow: 0 0 10px rgba(255, 152, 1, 0.5);
    outline: none;
}
.textar:focus {
    border-color: #FF9801;
    box-shadow: 0 0 10px rgba(255, 152, 1, 0.5);
    outline: none;
}

textarea.textar {
    height: 164px;
    resize: none;
}


.policy{
    margin-top: 20px;
    max-width: 300px;
}

ul {
    list-style-image: url("../images/Rectangle 37.png");
}
.ulC{
    list-style-image: url("../images/Rectangle 377.png");
    padding-left: 15px;
    margin: 0 20px;
}

.liC{
    padding-left: 5px;
    margin-bottom: 5px;
}

.itemC:hover{
    position: relative;
}

.inner-category-color .category-hover {
    opacity: 0;
    width: 100%;
    height: 278px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid transparent;
    position: absolute;
}
.inner-category-color:hover .category-hover{
    transition: .2s;
    top: 0;
    opacity: 1;
    border-color: #E4E4E4;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.category-nameC{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px;
    color: #333333;
}
.btnC{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
}


.menu-categories{
    padding: 0;
    list-style-type: none;
}
.menu-categories-container {
    margin-bottom: 40px;
}
.cat-itemC {
    margin: 14px 30px 14px 0;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FF9801;
}
.cat-itemC:focus {
    text-decoration: none;
    color: #FF9801;
}
.cat-itemC.active a {
    color: #FF9801;
}
.cat-itemC.active .cat-menu-li-static {
    opacity: 0;
}
.cat-itemC.active .cat-menu-li-hover {
    opacity: 1;
}
.menuaC{
    position: relative;
    display: table;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    min-height: 40px;
    padding-left: 55px;
}
.menuaC:focus,
.menuaC:hover{
    color: #FF9801;
    text-decoration: none;
    transition: 0.2s;
}
.text_rent{
    margin-left: 390px;
    margin-right: 100px;
    margin-bottom: 67px;
}

.textrent{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}


.itemback{
    background-repeat: no-repeat;
    background-position: left;
}
.

.tablinks{
    background-color: red;
    border-top: 1px #E4E4E4 solid;
    border-left: 1px #E4E4E4 solid;
    border-right: 1px #E4E4E4 solid;
    border-bottom-style: none;
    background-color: #fff;
    z-index: 2;
    width: 242px;
    height: 41px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;
}

.tablinks:focus{
    border-top: 3px #FF9801 solid;
    border-left: 3px #FF9801 solid;
    border-right: 3px #FF9801 solid;
    border-bottom-style: none;
    outline: none;
    transform: translate(0, 3px);
    height: 45px;
    padding-top: -4px;
}
.tablinks button:active {
    background-color: #ccc;
}


.tableft{

}

.tabcontent{
    border:  1px #E4E4E4 solid;
    border-top: 3px #FF9801 solid;
    padding-top: 20px;
    padding-left: 33px;
    padding-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;

    z-index: 1;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    outline: inherit;
    margin-bottom: 55px;
}

.tablinks:last-child{
    margin-left: -6px;
}

.tab{
    margin-left: 10px;
}
table{
    border-spacing: 7px 11px;
}

.wordprice{
    color: #888888;
    font-size: 20px;
    line-height: 23px;
    margin-top: 40px;
}
.product-block {
    background-image: url("../images/Subtract.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #E4E4E4;
    margin-top: -30px;
    margin-bottom: 40px;
    padding: 20px 20px 100px 20px;
}
.product-block .standard-price {
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #FF9801;
    margin-top: 10px;
    margin-bottom: 30px;
}
.product-block .standard-price span {
    font-size: 45px;
    line-height: 52px;
    font-weight: 900;
    vertical-align: 0px;
    margin: 0 3px;
}
.product-block .product-image {
    max-width: 100%;
}
.buttonC{
    height: 50px;
    font-size: 20px;
    line-height: 24px;
    padding: 7px 20px;
    text-transform: uppercase;
    background-color: #000;
    color: #FFFFFF;
}
.tablinks{
    background-color: red;
    border-top: 1px #E4E4E4 solid;
    border-left: 1px #E4E4E4 solid;
    border-right: 1px #E4E4E4 solid;
    border-bottom-style: none;
    background-color: #fff;
    z-index: 2;
    width: 242px;
    height: 41px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;
}


.contactdiv{
    border: 3px #FF9801 solid;
}
.contactstext{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #8F8F8F;
    margin-bottom: 10px;
}
.num{
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}

.mailfield{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FF9801;
}

.adresfield{
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;

    color: #000000;
}

.workhoursfield{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
}
.workhoursfield table {
    min-width: 220px;
}

.representation{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #8F8F8F;
}

.representationtext{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.reptelfield{
    font-weight: 300;
    font-size: 18px;
    color: #333333;
}
.representationdiv{
    margin-top: 30px;
}
.repdiv{
    border: 1px #E4E4E4 solid;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactdiv {
    padding: 40px 30px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.contactdiv h2 {
    margin-top: 0;
}


.tel{
    margin-top: 30px;
}
.telC{
    margin-bottom: 28px;
}
.comments-from-block{
    border: 1px #E4E4E4 solid;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 20px 30px 20px;
    margin-left: 30px;
}
.header4{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;

}
.review-container {
    margin: 30px 0 60px 0;
}
.review-item{

    padding: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #E4E4E4;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    background-image: url("../images/Group 22.png");
    min-height: 180px;
    background-size: 80px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.review-item.comment-parent {
    margin-left: 60px;
    margin-top: -10px;
    background: #f9f9f9;
}
.review-item h4 {
    margin-top: 0;
}
.autdate{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.content-comment{
    font-weight: 300;
    font-size: 16px;
    line-height: 152%;
    color: #333333;
}
.news-date {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #8F8F8F;
}
.header4{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;

    color: #000000;
}

.newsimg img{
    width: 256px;
    height: 256px;
    background-size: 256px;
}
.newsimg{
    background-size: cover;
    background-position: center;
    width: 33%;
    height: 100%;
    margin-right: 30px;
    float: left;
    position: absolute;
}
.news-itemC{
    position: relative;
    border: 1px solid #E4E4E4;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
    margin-bottom: 20px;
}
.newstext{
    padding: 30px 30px 50px 30px;
    margin-left: 33%;
}
.hed4{
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
    color: #000000;
}
.hed4:hover{
    text-decoration: none;
}
.dateC{
    font-weight: 300;
    color: #8F8F8F;
}
.news-itemC .date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.buttonaC{
    background-color: #fff;
    text-decoration: none;
    padding-left: -100px;
}
.news-itemC:last-child{
    margin-bottom: 100px;
}
.vacanci{
    background: #ffffff;
    border: 1px solid #E4E4E4;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    color: #333333;
    padding: 30px;
    margin-bottom: 30px;
}
.vacanci .btn {
    margin-top: 30px;
}
.vacanci:last-child{
    margin-bottom: 80px;
}
.vacanci .vacanci-content {
    padding-top: 30px;
    margin-bottom: 15px;
    display: none;
}
.vacanci .vacanci-title {
    cursor: pointer;
    position: relative;
    margin: -30px;
    padding: 30px 70px 30px 30px;
}
.vacanci .vacanci-title:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../images/icon-arrow-down.svg") center no-repeat;
    width: 20px;
    height: 12px;
    right: 30px;
    top: 35px;
}
.vacanci .vacanci-title h4 {
    margin: 0;
}
.vacanci.active .vacanci-title:after {
    background: url("../images/icon-arrow-up.svg") center no-repeat;
}
.vacanci.active .vacanci-content {
    display: block;
}

.attached button{
    border: 1px solid red;
    background-color: red;
    color: red;
}
.mapa-title {
    position: relative;
    z-index: 5;
    margin-top: 40px;
    margin-bottom: -40px;
}
.mapa{
    position: relative;
    margin-bottom: 60px;
}
.mapaback {
    width: 100%;
    height: 200px;
    background-position: bottom center;
    background-image: url("../images/bc-map-1.svg");
    position: absolute;
    z-index: 4;
}
.mapamap{
    z-index: 1;
    position: relative;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap.acceptance {
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 12px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.feedback div.wpcf7-validation-errors,
.feedback div.wpcf7-acceptance-missing {
    margin: 10px 50px 0 0;
}
.category-catalog,
.single-catalog {
    margin-top: -60px;
}
.filters-characters {
    margin-top: 80px;
    background: #F8F8F8;
    padding: 20px;
    border: 1px solid #E4E4E4;
}
.btns-filter {
    margin-left: 10px;
}
.tabs-nav {
    position: relative;
    padding: 0 10px;
    border-bottom: 3px solid #FF9801;
}
.tabs-nav:after {
    content: "";
    display: block;
    clear: both;
}
.tabs-nav .tabs-item {
    cursor: pointer;
    padding: 12px 30px 7px 30px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #E4E4E4;
    border-bottom: 0;
    position: relative;
}
.tabs-nav .tabs-item.active {
    position: relative;
    padding: 10px 30px 7px 30px;
    border: 3px solid #FF9801;
    border-bottom: 0;
    margin: 0 -1px -3px -1px;
    z-index: 1;
}
.tabs-nav .tabs-item.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: -3px;
}
.tabs-blocks .tabs-content {
    border: 1px solid #E4E4E4;
    border-top: 0;
    padding: 30px;
    background: #ffffff;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.tabs-blocks {
    margin-bottom: 50px;
}
.tabs-blocks .tabs-content table>tbody>tr:nth-of-type(odd) {
    background-color: #F0F0F0;
}
.tabs-blocks .tabs-content table>tbody>tr>td {
    padding: 10px 15px;
}
.catalog-item-img {
    display: block;
    text-align: center;
    height: 160px;
}
.comments-from-block {
    margin-top: 30px;
}
.comments-from-block .validate-form {
    margin-top: 20px;
}
.comments-from-block .input-block,
.comments-from-block .textarea-block {
    margin-bottom: 20px;
}
.filter-item {
    min-height: 70px;
    margin-bottom: 10px;
    padding-right: 40px;
}
.filter-item .filter-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.noUi-target.range_slider {
    margin-bottom: 50px;
}
.noUi-target {
    margin: 15px 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 2px;
    background: #E4E4E4;
}
.noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #FF9801;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    top: -4px;
}
.noUi-connect {
    background: #FF9801;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -5px;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none;
}
.noUi-horizontal .noUi-tooltip {
    position: absolute;
    top: 160%;
    bottom: auto;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    padding: 2px 5px;
}
.noUi-horizontal .noUi-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent; border-bottom: 5px solid #000;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}
.filter-item input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #E4E4E4;
    width: 14px;
    height: 14px;
    border: 1px solid #CECECE;
    outline: 0 !important;
    cursor: pointer;
    margin-right: 5px;
    top: 2px;
}
.filter-item input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    background: url("../images/checkbox.svg") center no-repeat;
    width: 15px;
    height: 12px;
    top: -1px;
    left: 1px;
}
.filter-item label {
    margin-right: 15px;
}
.catalog-items {
    margin-top: 60px;
    margin-bottom: 40px;
}
.btn.btn-primary.btn-callback:after {
    display: none;
}
.catalog-content {
    margin: 60px 0;
}
.vacanci-container {
    margin-top: 40px;
}
.search-title {
    text-align: center;
    margin: 40px 0;
}
.search-item {
    padding: 10px 0;
    border-bottom: 1px solid #E4E4E4;
}
.main-search {
    margin-top: 40px;
}
.main-search .btn.btn-default {
    height: 40px;
}
.search-items {
    margin-bottom: 80px;
}
.upload-container .upload-style {
    cursor: pointer;
    margin: 22px 0;
    background: url("../images/file.svg")  18px 8px no-repeat #ffffff;
    padding: 10px 25px 10px 50px;
    height: 40px;
    border: 1px solid #E4E4E4;
    color: #989898;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}
.upload-container .upload-style.active {
    color: #000000;
}
.upload-container .upload-control {
    display: none;
}
.news-single {
    padding: 0 0 60px 0;
}
.news-single .news-date {
    color: #FF9801;
    margin-bottom: 20px;
}
.brands-container,
.main-catalog-blocks {
    overflow: hidden;
}
.btn-category {
    background: none;
    border: 2px solid #FF9801;
}
.btn-category:focus,
.btn-category:hover {
    box-shadow: none;
    background: #FF9801;
    color: #ffffff;
}
.btn-category:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 10px;
    margin-right: -5px;
    background: url("../images/icon-arrow-down.svg") center no-repeat;
    background-size: 100%;
}
.btn-category:focus:after,
.btn-category:hover:after {
    background: url("../images/icon-arrow-down-white.svg") center no-repeat;
    background-size: 100%;
}
.btn-category.active:after {
    background: url("../images/icon-arrow-up.svg") center no-repeat;
    background-size: 100%;
}
.btn-category.active:focus:after,
.btn-category.active:hover:after {
    background: url("../images/icon-arrow-up-white.svg") center no-repeat;
    background-size: 100%;
}
.vacanci-form .row>div>.wpcf7-form-control-wrap:first-child {
    margin-top: 20px;
}
ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 30px 0 50px 0;
}
ul.page-numbers li {
    display: inline-block;
    font-size: 18px;
    margin: 0 3px;
    font-weight: 500;
}
ul.page-numbers li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #8F8F8F;
    border: 2px solid #8F8F8F;
}
ul.page-numbers li a:hover,
ul.page-numbers li span {
    display: block;
    width: 40px;
    height: 40px;
    color: #FF9801;
    line-height: 40px;
    border: 2px solid #FF9801;
    text-align: center;
}
ul.page-numbers li a.prev,
ul.page-numbers li a.next {
    text-indent: -9999px;
}
ul.page-numbers li a.prev {
    background: url("../images/slider-arrow-left.svg") center no-repeat;
}
ul.page-numbers li a.next {
    background: url("../images/slider-arrow-right.svg") center no-repeat;

}
.bootstrap-select {
    width: 100%;
}
.bootstrap-select .btn,
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
    background: none;
    height: 40px;
    border: 1px solid #E4E4E4;
    padding: 10px 15px;
    color: #555;
    font-weight: normal;
    text-transform: none;
    outline: 0 !important;
}
.bootstrap-select .btn:after {
    display: none;
}
.bootstrap-select .dropdown-menu {
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #E4E4E4;
    outline: 0 !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-menu li a {
    padding: 6px 9px;
}
.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:hover,
.bootstrap-select .dropdown-menu>.active>a:focus {
    background: #FF9801;
}
div.wpcf7-response-output {
    margin: 20px 0 0px 0;
    margin: 0;
}
.easyzoom {
    width: 100%;
}
.easyzoom-flyout {
    border: 1px solid #E4E4E4;
}
.product-main-image {
    position: relative;
}
.product-main-image:before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 15px;
    background-image: url("../images/zoom-img.svg");
    background-color: #ffffff;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    z-index: 1;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 50%;
}
.product-main-image a {
    display: table-cell;
    text-align: center;
    width: 100%;
    height: 280px;
    vertical-align: middle;
}
.product-main-image a img {
    max-width: 100%;
    max-height: 280px;
}
.product-images {
    margin-top: 20px;
    margin-right: 15px;
}
.product-images .product-images-thumbnails {
    position: relative;
    margin-top: 15px;
}
.product-images .product-images-thumbnails:after,
.product-images .product-images-thumbnails:before {
    content: "";
    display: block;
    clear: both;
}
.product-images .product-image-item {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
.product-images .product-image-item img {
    height: 50px;
}

.product-block {
    padding: 20px 20px 40px 20px;
    margin-bottom: 30px;
    border: 2px solid #F2F2F2;
}
.product-images .product-image-item.active:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 152, 1, 0.3);
}
.product-images .product-image-item:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -5px;
    border-bottom: 2px solid transparent;
}
.product-images .product-image-item.active:after {
    border-color: #FF9801;
}
.price-block {
    background: url("../images/price-bg.svg") bottom right no-repeat;
    border: 2px solid #e4e4e4;
    padding: 20px;
    margin: 20px 0;
}
.price-block .price-block-text {
    margin-bottom: 20px;
    color: #8F8F8F;
}
.product-video-container {
    display: none;
    height: 286px;
}
.title-404 {
    font-size: 80px;
    font-weight: 700;
}
.ptb-100 {
    padding: 100px 0;
}
.menu-categories .sub-menu {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
}
.menu-categories .sub-menu li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    background: url("../images/Rectangle 37.png") 0 5px no-repeat;
    list-style: none;
    padding-left: 20px;
}
.menu-categories .sub-menu li a {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #FF9801;
}
.menu-categories .sub-menu li a:hover {
    border-color: transparent;
    color: #FF9801;
}
.btn-site {
    cursor: default;
    background: #989898;
    color: #fff;
    height: 50px;
    line-height: 40px;
    display: block;
    float: left;
    padding: 7px 25px;
}
.btn-site:hover {
    color: #fff;
}
a.btn-site {
    cursor: pointer;
    background: #ffffff;
    color: #333333;
}
a.btn-site:hover {
    color: #FF9801;
}
a.btn-site:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("../images/arrow-left-black.svg") center no-repeat;
    background-size: contain;
    margin-left: 10px;
    margin-right: -10px;
    vertical-align: -1px;
}
a.btn-site:hover:after {
    background: url("../images/arrow-left-orange.svg") center no-repeat;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).site-type-select {
    margin: 15px 0 10px 0;
    width: 103%;
}
.site-type-select .btn {
    background: #ffffff;
    font-weight: 300 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.site-type {
    position: relative;
}
.text-site {
    display: block;
    width: 50%;
    float: left;
    padding: 7px 25px;
    height: 50px;
    line-height: 40px;
    text-align: right;
    background: #595959;
    color: #fff;
    border-right: 1px solid #E4E4E4;
}
a.btn-site {
    cursor: pointer;
    background: #ffffff;
    color: #333333;
}
.btn-site {
    cursor: default;
    background: #989898;
    color: #fff;
    height: 50px;
    line-height: 40px;
    padding: 7px 25px;
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
.site-type:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 992px) {
    .btn-category,
    .top-mobile-menu {
        display: none !important;
    }
    .menu-categories {
        display: block !important;
    }
}
@media (max-width: 1199px) {
    .top-btn .btn {
        text-indent: -9999px;
        background: url("../images/icon-calback.svg") center no-repeat #FF9801;
    }
    .logo-white img,
    .bottom-header .logo img {
        width: 260px;
    }
    .top-menu ul>li>a {
        padding: 20px 15px;
    }
    .header-search .btn-icon.btn-search.active,
    .header-search .btn-icon.btn-search {
        background-size: 20px;
        width: 40px;
        height: 40px;
    }
    .main-about-block {
        height: 251px;
        margin-bottom: 15px;
    }
    .main-about-title {
        padding-top: 30px;
    }
    .main-category-item {
        height: 150px;
    }
    .main-category-item .category-title {
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .main-category-item .main-category-icon .icon-static,
    .main-category-item .main-category-icon .icon-hover {
        background-size: 80px;
        background-position: 25px 20px;
    }
    .main-categories {
        padding: 30px 0;
    }
    .main-news-container,
    .main-catalog-blocks {
        margin: 30px 0;
    }
    .header-search .form-control {
        height: 69px;
        font-size: 18px;
        padding: 20px;
    }
    .header-search .top-search.active {
        width: 550px;
    }
    .header-search .top-search {
        right: 65px;
    }
    .first-news-item-text .h4,
    .first-news-item-text .h4:after,
    .first-news-item-text .h4:focus {
        font-size: 32px;
    }
    .first-news-item-text {
        padding: 20px;
    }
    .first-news-item:after {
        height: 450px;
    }
    h2, .h2 {
        font-size: 32px;
        font-weight: 700;
    }
    .contacts-block .contacts-address {
        font-size: 18px;
        line-height: 24px;
    }
    .contacts-block .contacts-phone a {
        font-size: 22px;
        line-height: 24px;
    }
    .aboutcont {
        padding: 30px;
        background: #ffffff;
    }
    .about_first_text {
        margin: 0;
        margin-right: 30px;
    }
    .about_second_text {
        margin: 20px 0;
        padding-right: 50px;
    }
    .about_main_text {
        padding: 0;
        margin: 0;
    }
    .about_main_text h3 {
        margin-top: 0;
    }
    .main-category-color:nth-child(3) .main-category-item,
    div:nth-child(7)>.inner-category-color .inner-category-item,
    div:nth-child(5)>.inner-category-color .inner-category-item {
        background: #FF9801;
    }
    .main-category-color:nth-child(2) .main-category-item,
    div:nth-child(8)>.inner-category-color .inner-category-item,
    div:nth-child(6)>.inner-category-color .inner-category-item {
        background: #333333;
    }
    .btns-filter {
        margin-top: 20px;
        margin-left: 0;
    }
    .product-main-image a {
        height: 240px;
    }
    .product-main-image a img {
        max-height: 240px;
    }
}
@media (max-width: 991px) {
    .top-phone a {
        padding-left: 0;
        background: none;
        font-size: 20px;
    }
    .top-menu {
        display: none;
    }
    .header-search .form-control {
        height: 67px;
    }
    .header-search .top-search {
        right: 60px;
    }
    .header-search .btn-icon.btn-search.active,
    .header-search .btn-icon.btn-search {
        width: 25px;
    }
    .header-search .top-search.active {
        width: 350px;
    }
    .top-mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }
    .top-mobile-menu .top-mobile-menu-nav {
        background: #ffffff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        padding: 30px 20px;
        border-left: 1px solid #e4e4e4;
        margin: 0;
        z-index: 2;
        overflow: scroll;

        -webkit-transition: all ease-in-out .4s;
        -moz-transition: all ease-in-out .4s;
        -ms-transition: all ease-in-out .4s;
        -o-transition: all ease-in-out .4s;
        transition: all ease-in-out .4s;
    }
    .top-mobile-menu.open .top-mobile-menu-nav {
        right: 0;
    }
    .top-mobile-menu .top-mobile-menu-nav .menu_main_nav {
        padding: 0;
        margin: 0;
    }
    .top-mobile-menu-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .top-mobile-menu-close {
        position: absolute;
        background: url("../images/menu-close.svg") center no-repeat;
        background-size: 12px;
        top: 13px;
        right: 13px;
        border: 1px solid #000000;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .top-mobile-menu .top-mobile-menu-nav .menu_main_nav {
        list-style: none;
    }
    .top-mobile-menu .menu_main_nav > .menu-item {
        margin: 7px 0;
    }
    .top-mobile-menu .menu_main_nav > .menu-item > a {
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
    }
    .top-mobile-menu .menu_main_nav > .menu-item > ul {
        padding-left: 30px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .top-mobile-menu .menu_main_nav > .menu-item > ul li {
        line-height: 20px;
        margin: 5px 0;
    }
    .top-mobile-menu .menu_main_nav > .menu-item > ul a {
        color: #000000;
        font-weight: 300;

    }
    .menu-toggle {
        display: block;
        float: right;
        font-weight: bold;
        color: #333333;
        font-size: 18px;
        margin-right: 1px;
        background: url("../images/toggle.svg") 14px 23px no-repeat #fff;
        background-size: 24px;
        padding: 20px 15px 20px 50px;
        cursor: pointer;
    }
    .special-blocks-slider .special-image {
        overflow: visible;
    }
    .special-blocks-slider .special-image:after {
        background-size: 101%;
        bottom: -60px;
    }
    .main-category-item .main-category-icon .icon-static,
    .main-category-item .main-category-icon .icon-hover {
        background-position: 45px 20px;
    }
    .main-about-block {
        height: 315px;
    }
    .contacts-block .contacts-content:after {
        display: none;
    }
    .contacts-block .contacts-content {
        padding: 30px 20px;
        border-bottom: 3px solid #FF9801;
    }
    .copy-ww {
        margin: 10px auto 0 auto;
        width: 330px;
    }
    .headliner {
        padding: 0;
    }
    .breadcrumbss {
        padding: 10px 0;
        min-height: auto;
    }
    .breadcrumbss:after {
        display: none;
    }
    .feedback {
        background: #ffffff;
        padding: 40px 30px;
        margin-bottom: 50px;
    }
    .feedback h2 {
        margin-top: 0;
    }
    .feedbackform {
        margin: 0;
    }
    textarea.textar {
        margin-top: 30px;
        width: 100%;
    }
    .about_first_text {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .header2 {
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .category-catalog,
    .single-catalog {
        margin-top: 0;
    }
    .menu-categories-container {
        margin-bottom: 0;
    }
    .filters-characters {
        margin-top: 40px;
    }
    .menu-categories:before,
    .menu-categories:after {
        content: "";
        display: block;
        clear: both;
    }
    .itemback {
        width: 50%;
        float: left;
    }
    .cat-itemC {
        margin: 5px 30px 5px 0;
    }
    .menu-categories {
        display: none;
        margin-top: 20px;
    }
    .product-block {
        margin-top: 30px;
    }
    .product-block .h2 {
        padding: 0;
    }
    .newstext {
        margin-left: 38%;
    }
    .newsimg {
        width: 38%;
    }
    .comments-from-block {
        margin: 0;
        margin-bottom: 30px;
    }
    .questions {
        width: auto;
    }
    .feedbackdescription {
        font-size: 16px;
        line-height: 20px;
    }
    .main-category-color:nth-child(2) .main-category-item {
        background: #FF9801;
    }
    .main-category-color:nth-child(3) .main-category-item {
        background: #333333;
    }
    .text-site {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .site-type {
        padding: 10px 5px;
        text-align: center;
    }
    header {
        /*overflow: hidden;*/
    }
    .top-phone a {
        font-size: 16px;
        line-height: 24px;
    }

    .top-address {
        display: none;
        text-indent: -9999px;
        padding: 10px 20px;
        margin: 0;
        background-position: center;
        background-color: #333333;
    }
    .top-address a {
        display: block;
        width: 40px;
        height: 42px;
    }
    .top-btn {
        display: none;
        float: right;
        margin-right: -7.5px;
    }
    .menu-toggle {
        text-indent: -9999px;
        background-position: center;
        padding: 9px 20px 8px 20px;
        background-size: 20px;
        margin-top: -42px;
        margin-right: -38px;
    }
    .top-btn .btn {
        padding: 10px 20px;
    }
    .top-header {
        height: 42px;
        /*overflow: hidden;*/
    }
    .header-search {
        margin-right: -7.5px;
    }
    .header-search .btn-icon.btn-search.active, .header-search .btn-icon.btn-search {
        width: 20px;
        background-size: 20px;
        height: 20px;
        margin: 12px 10px 12px 9px;
    }
    .bottom-header .logo {
        margin-top: 3px;
    }
    .logo-white img,
    .bottom-header .logo img {
        width: 207px;
    }
    .header-search .top-search {
        right: 41px;
    }
    .header-search .top-search.active {
        width: calc(100vw - 41px);
    }
    .header-search .form-control {
        font-size: 16px;
        height: 46px;
    }
    .main-about-title {
        padding-top: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .main-category-item .main-category-icon .icon-static,
    .main-category-item .main-category-icon .icon-hover {
        background-position: center;
    }
    .main-category-item {
        height: 170px;
    }
    .special-blocks-slider .special-sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-right: 120px;
        margin-bottom: 10px;
    }
    .special-blocks-slider .special-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .special-blocks-slider .special-image:after {
        bottom: 0;
    }
    .main-category-color:nth-child(8) .main-category-item {
        background: #333333;
    }
    .main-category-color:nth-child(9) .main-category-item {
        background: #FF9801;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 24px;
        padding-left: 40px;
        background-size: 30px;
    }
    h3, .h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    h4, .h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .first-news-item-text .h4,
    .first-news-item-text .h4:after,
    .first-news-item-text .h4:focus {
        font-size: 24px;
    }
    .main-news-container, .main-catalog-blocks {
        margin: 0 0 20px 0;
    }
    .first-news-item {
        height: auto;
        min-height: 440px;
    }
    .news-item.third-news-item .news-item-img,
    .news-item.second-news-item .news-item-img {
        margin: 0;
    }
    .news-item .news-item-text {
        height: auto;
        padding-bottom: 50px !important;
    }
    .contacts-block .contacts-btn {
        margin-top: 30px;
    }
    .contacts-block .contacts-title {
        float: none;
        width: auto;
        margin-bottom: 5px;
    }
    .mfp-content {
        padding: 25px;
    }


    footer {
        text-align: center;
    }
    footer .social-links {
        margin-top: 20px;
    }
    footer .social-links-item {
        display: inline-block;
        float: none;
    }
    .copy-ww>a {
        margin-right: 5px;
    }
    .copy-ww img {
        width: 75px;
        margin-top: 3px;
    }
    .copy-ww {
        margin: 10px auto 0 auto;
        width: 310px;
        text-align: left;
    }
    .medium-link,
    .big-link {
        font-size: 14px;
        line-height: 20px;
    }
    .medium-link:after,
    .big-link:after {
        width: 7px;
        height: 12px;
        margin-left: 8px;
        background-size: 7px;
    }
    .contacts-block .contacts-address {
        font-size: 16px;
        line-height: 22px;
    }
    .itemback {
        width: 100%;
        float: none;
    }
    .filter-item {
        height: auto;
        padding-right: 0;
    }
    .btns-filter {
        margin-top: 30px;
    }
    .wordprice {
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px;
    }
    .product-block .standard-price {
        font-size: 20px;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .product-block .standard-price span {
        font-size: 32px;
        line-height: 38px;
    }
    .tabs-blocks .tabs-content {
        padding: 30px 20px;
    }
    .buttonC {
        height: 40px;
        font-size: 18px;
        line-height: 24px;
        padding: 7px 15px;
    }
    .tabs-nav .tabs-item {
        padding: 12px 15px 7px 15px;
        font-size: 14px;
    }
    .tabs-nav .tabs-item.active {
        padding: 10px 15px 7px 15px;
    }
    .tabs-blocks .tabs-content table>tbody>tr>td {
        padding: 8px 10px;
    }
    .newstext {
        margin-left: 0;
        padding: 20px 20px 50px 20px;
    }
    .newsimg {
        width: 100%;
        position: static;
        height: 300px;
        float: none;
    }
    .vacanci {
        padding: 20px;
        margin-bottom: 20px;
    }
    .vacanci .vacanci-title {
        margin: -20px;
        padding: 20px 50px 20px 20px;
    }
    .review-item {
        padding: 20px;
    }
    .review-item.comment-parent {
        margin-left: 40px;
    }
    .news-date {
        font-size: 14px;
        line-height: 20px;
    }
    .repdiv {
        padding: 30px 20px;
    }
    .representation {
        font-size: 16px;
        line-height: 20px;
    }
    .representationdiv {
        margin-top: 20px;
    }
    .workhoursfield,
    .mailfield,
    .adresfield,
    .representationtext,
    .reptelfield {
        font-size: 16px;
        line-height: 20px;
    }
    .mapa-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .mapaback {
        display: none;
    }
    .contactdiv {
        padding: 30px 20px;
    }
    .num {
        font-size: 24px;
        line-height: 30px;
    }
    .contacts-map {
        height: 350px;
    }
    .vacanci .vacanci-title:after {
        right: 20px;
        top: 25px;
    }
    .product-images {
        margin-top: 0;
        margin-right: 0;
    }
    .text-site {
        width: auto;
        height: auto;
        float: none;
        line-height: normal;
        text-align: center;
        border: 0;
        padding: 0;
        margin-bottom: 5px;
        background: none;
        color: #333333;
    }
    .btn-site {
        display: inline-block;
        width: auto;
        height: auto;
        text-align: center;
        padding: 0;
        line-height: normal;
        float: none;
        font-size: 14px;
    }
}


