/* Fonts */
@font-face {
    font-family: 'ElegantIcons';
    src: url(../fonts/ElegantIcons.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Raleway';
    src:  url(../fonts/ralewayregular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fa-regular-400.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Ionicons";
    src: url(../fonts/ionicons.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "GothamPro";
    src: url(../fonts/GothamPro.ttf) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: 'Museo';
    src: url(../fonts/museo_cyrl_700-webfont.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Manrope';
    src: url(../fonts/MANROPE-REGULAR.TTF) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Manrope';
    src: url(../fonts/MANROPE-MEDIUM.TTF) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Manrope';
    src: url(../fonts/MANROPE-SEMIBOLD.TTF) format('truetype');
    font-weight: 600;
}


/* Default page style */
html, body {
    min-width: 500px;
    position: relative;
}
body,div#map .title, #map .info{font-size: 20px;}
div#map .title, body, #map .info{line-height: 1.5;}
body, h1, h2, h3, h4, h5, h6, .gm-style{
    font-family: Manrope, sans-serif;
}
*, *:before, *:after {
    box-sizing: border-box;
    word-wrap: break-word;
}
div, input {
    outline: none;
}
a, a:active, a:hover, a:link, a:visited, a:focus, .widget button {
    text-decoration: none;
    color: #000;
    outline: 0;
}
a, button {
    transition: .3s ease;
    transition-property: color, opacity, background, border-color;
    cursor: pointer;
}
ul li, ol li {
    list-style-position: inside;
}
ul {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
table, tr, td {
    border: 0;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    outline: none;
}



/* Font awesome */
.fa {
    font-family: FontAwesome;
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-vk:before {
    content: "\f189";
}
.fa-home:before {
    content: "\f015";
}
.fa-mail:before {
    content: "\f0e0";
}
.fa-phone {
    background-color: #4ccd8f;
    border: 1px solid #4ccd8f;
}
.fa-phone:before {
    content: "\f095";
}



/* Left bar */
.left-bar {
    position: fixed;
    height: 100%;
    z-index: 12;
    top: 0;
    display: none;
    color: #000;
    width: 56px;
    left: 0;
    text-align: center;
}
.left-bar .links a {
    color: inherit;
    display: block;
    margin-top: 20px;
}
.left-bar .main_content {
    width: 65vh;
    padding-left: 5vh;
    font-size: 11px;
    font-family: Rubik;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}
.left-bar .main_content span {
    position: absolute;
    left: 215px;
}
.left-bar a img {
    position: absolute;
    top: 80%;
    left: 26px;
    color: inherit;
}



/* Header */
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: background .3s;
}
/* Header navbar */
.navbar {
    border: 0;
    margin-bottom: 0;
}
.product .navbar, .compare .navbar {
    z-index: 14;
}
.navbar .container-fluid {
    padding: 0;
    /*position: relative;*/ /*TODO: Не нужно?*/
}
.navbar-collapse .row {
    float: left;
}
.navbar-collapse .row a {
    float: left;
    font-size: 19px;
    font-weight: 600;
    color: #b1b2b4;
}
.navbar a:hover,.nav li.has_subnav:hover > a, .dropdown_menu li.nav_series ~ li a,.product_types li.nav_series ~ li a, .clients_n_examples .wrapper > a.page_link:hover{
    opacity: 0.6;
}
.navbar a.close-menu:hover{opacity: 0;}
.navbar-collapse .request {
    position: relative;
    padding-left: 30px;
    line-height: normal;
    margin-top: 12px;
    margin-left: 5px;
}
.navbar-toggle {
    transition: opacity 0.4s ease;
    opacity: 0;
}
.navbar-toggle.collapsed, .dropdown_menu li.nav_series ~ li a:hover{
    opacity: 1;
}
.nav {
    font-weight: 600;
}
.nav li > ul {
    z-index: 1;
}
.nav li > a {
    padding: 0 15px;
    line-height: 96px;
    font-size: 16px;
}
.nav li a span {
    display: inline-block;
    line-height: 1.5;
}
.nav li.has_subnav a span::after,.button-filters > a::after,.product_info .modifications_link a::after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    background-image: url("/image/Icon_menu_arrow.svg");
    right: -4px;
    top: 30px;
    transition: .3s;
}
#hamburger {
    padding: 10px 13px 4px;
    margin: 12px 7px 12px 0;
}
#hamburger svg{
    width: 28px;
    height: 18px;
}
#hamburger svg path {
    fill: #404044;
}
.icon-bar {
    height: 2px!important;
    background: #404044;
}
.nav li > a:focus, .nav li > a:hover {
    background: none;
}
.nav .active {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.dropdown_menu{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #0087bb;
    padding:70px 0 15px;
    z-index: -1;
}
.link::before,.dropdown_menu, .social a, #faq > div > p, #faq > div > div{transition: .3s;}
.dropdown_menu li{
    display: inline-block;
    vertical-align: top;
}
.has_subnav .dropdown_menu li > a{
    padding: 0;
    line-height: 1;
}
.has_subnav .dropdown_menu li > a{
    font-weight: 500;
    font-size: 14px;
}
.dropdown_menu li::marker, #map .info li::marker{content: none;}
/* Header cart icon */
.carticon {
    color: #404044;
    cursor: pointer;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    float: right;
    position: relative;
    top: 20px;
    width: 56px;
    height: 56px;
    background-color: #f4f4f4;
    margin-right: 30px;
    padding: 18px;
    transition: .3s;
    border-radius: 15px;
}
.home .carticon, .fixed .carticon{background-color: #fff;}
.carticon:before {
    content: "";
    background-image: url("/image/cart.svg");
    background-position: center;
    background-size: cover;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 50px;
}
.carticon span {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 12px;
}
/* Header breadcrumb */
.breadcrumb {
    background: none;
    padding: 12px 0;
    margin-bottom: 18px;
    font-weight: 400;
}
#faq > div > div{
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
#faq > div > div p{
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #D0D0D0;
}
#faq > div > p{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
}
#faq .link::before{
    right: 0;
    top: -2px;
    position: absolute;
    transform: rotate(-90deg) scaleX(-1);
    filter: contrast(0) brightness(0);
}
#faq > h1{line-height: 1;}
#faq .openfaq.link::before{transform: rotate(-90deg) scaleX(1);}
#faq .openfaq.link::before, #faq .link:hover::before{filter: none;}
.breadcrumb, #faq > div, .team .wrapper > p, .short_info h1{font-size: 20px;}
.breadcrumb > li+li:before {
    padding: 0;
    color: unset;
}
.breadcrumb > li:last-child span{color: #AFA2CA;}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .active, .filters_checkbox .title, .slider .title{
    color: #545454;
}
/* Header h1-h3 */
h1, h3 {
    color: #000;
    font-weight: 500;
    font-size: 38px;
    margin: 0;
    padding-bottom: 45px;
}
.product h1 {padding-bottom: 25px;}
/* Header category list */
.product_types {
    display: none;
}
.category .product_types, .series .product_types, .projects .product_types{
    display: block;
}
.product_types > .wrapchilds > *{width: 100%;}
.product_types > div {
    width: 100%;
    padding-bottom: 10px;
}
.product_types .product_menu {
    list-style: none;
    line-height: 1;
    text-align: center;
}
.product_types li, .filters_checkbox li{
    display: inline-block;
    padding: 0 20px;
}
.filters_checkbox li{margin-bottom: 6px;}
#filter-form .filters_checkbox:last-of-type{padding-bottom: 15px;}
#filter-form .filters_checkbox li,#filter-form .filters_checkbox li a,.view-params li, .view-params li a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
#filter-form .filters_checkbox li a,.view-params li a{
    vertical-align: bottom;
    padding: 0 12px;
    line-height: 28px;
}
.product_menu li a {
    display: inline-block;
    border-bottom: 2px solid #00000000;
    padding-bottom: 2px;
    font-size: 30px;
    line-height: 40px;
    margin-top: -9px;
    font-weight: 500;
    color: #ABABAB;
}
.product_menu li.active a{
    border-bottom: 2px solid #000;
    color: #000;
}
.product_types .check li,.filters_checkbox li{
    margin-right: 5px;
    white-space: nowrap;
}
.product_types .more, .series .product_preview ul, .coord{
    display: none;
}
.product_types div > span {
    color: #333;
    margin-right: 10px;
    display: inline-block;
    margin-top: 8px;
    vertical-align: top;
}

/* Body */
.wrapper,.whitebg{
    position: relative;
}
.wrapper,
.wrapchilds > *,.wrapchilds_filters > *, .category_items{
    padding: 0 20px;
}
/* Body content */
.content {
    z-index: 8;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    padding-top: 100px;
}
.home .content{padding-top: 0;}
.content, .contact .first_block.wrapper{padding-top: 70px;}
.first_block.wrapper{margin: 0 10px 0 10px;}
.news_preview,.keyprops, .wrapper.elements,.content > .wrapper,.contact_content, .compare .content,.product_types,.description,.products, .projects .content, .home .content,
.about div.header, .examples .product_preview, .content{background-color: #fff;}
.slider .info input,.content p, .content li, .content .description, .content .date, #map .info{
    font-family: Manrope;
}
 .wrapper.elements h1, #faq h1, .wrapper.elements > div:nth-child(1) p{
    display: block;
}
 .wrapper.elements h1, #faq h1{
    margin: 0;
    font-weight: 500;
}
 .wrapper.elements > div:nth-child(2){
    clear: both;
}
.wrapper.elements > div:last-of-type{padding-bottom: 0;}
.content .description,.contact .description .info{
    font-weight: 300;
    line-height: 1.7;
}
div#map .title, .content .description,.contact .description .info{font-size: 19px;}
.information .description{
    margin-bottom: 0;
    padding-bottom: 31px;
}
.content .description p, .content .description ul, .content .description div, .content .description ol {margin-bottom: 31px;}
.contact .description div, #map .info ul{margin-bottom: 0;}
.empty-desktop {
    display: none;
}
/* Body category content */
.category_items {
    margin-left: 0;
    padding-bottom: 60px;
}
.category_items .more {
    text-align: center;
    border: 1px solid #ececec;
    color: #5E5E5E;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 15px;
}
.category_items.uslider {
    font-size: 0;
}
.category_items.uslider > * {
    font-size: 14px;
}
.left > .arrow_slider.hid{opacity: 0;}
.left:hover > .arrow_slider.hid{opacity: 1;}
.product .content{transition: all .3s, padding 0s;}
.product .content > div, .compare .product > div {z-index: 6;}
.product .content > .modifications, .compare .product > div {padding-bottom: 70px;}
.product .content > .modifications{
    padding-top: 67px;
    margin-top: -67px;
    z-index: -1;
}
.product .content .left {
    padding-bottom: 0;
    padding-top: 70px;
}
.product .content .left-bar {z-index: 10;}
.product .content .left, .product .content .bg {
    width: 100%;
    height: 430px;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 4;
    overflow: hidden;
    text-align: center;
}
.product .content .left {z-index: 7;}
.product .content .left img {
    height: 100%;
    width: auto;
}
.product .content .bg {
    display: none;
}
/* product table точка при наведении */
.product td:first-child:before {
    width: 5px;
    height: 5px;
    background: #8088E6;
    border-radius: 3px;
    content: ' ';
    opacity: 0;
    position: absolute;
    left: -18px;
    margin-top: 7px;
    transition: 0.3s ease opacity;
    display: none;
    z-index: 2;
}
.product_info td:first-child:before {
    left: 0;
}
.product tr:hover td:first-child:before {
    opacity: 1;
}
.product .head td:first-child:before {
    content: none;
}
/* product_info */
.product_info {
    background: #fff;
}
.accordion {
    position: relative;
}
.ae {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}
.ae_h {padding: 21px 0 23px 0;}
.ae_b {
    margin-top: 15px;
    overflow-y: auto;
}
.product_info .accordion:before {
    position: absolute;
    left: -18px;
    top: 0;
    z-index: 2;
    content: "";
    width: 16px;
    height: calc(100% + 1px);
    background-color: white;
}
.product_info > div:not(.accordion) {
    position: relative;
    /*margin-top: 20px;*/
    margin-bottom: 15px;
    font-family: Rubik;
}
.accordion .ae {
    font-family: Rubik;
    padding-left: 18px;
    margin-left: -18px;
}
#map .info ul li, .accordion .ae, .product_info > div:not(.accordion), #map .info{font-weight: 400;}
.ae_b {
    position: relative;
    padding-left: 18px;
    margin-left: -18px;
}
/*Иконки файлов для загрзки*/
.download a {
    display: block;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    color: #333!important;
    position: relative;
    left: 35px;
    width: calc(100% - 35px);
}
.download a:hover {
    color: #8088E6!important;
}
.download a {
    padding-bottom: 13px;
}
.file:before {
    color: #333;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
}
.download .file:before {
    position: absolute;
    left: -35px;
    top: -3px;
}
.file.unk:before {
    content: "\f56d";
}
.file.pdf:before {
    content: "\f1c1";
}
.file.android:before {
    font-family: Ionicons;
    content: "\f225";
}
.product_info hr {
    margin-bottom: 0;
    margin-top: 0;
}
.product_info a, #faq > div > p:hover, #faq > div > p.openfaq, .short_info h1, .closemarkermap ~ a, .file_list div span{
    color: #8088E6;
}
.short_info h1{padding-bottom: 15px;}
/* product_info item price */
.product_info > span.price {
    display: inline-block;
    font-family: Rubik;
    font-weight: 300;
    font-size: 12px;
    color: #9A9A9A;
    margin-bottom: 10px;
}
.closemarkermap ~ p:nth-of-type(2){margin-bottom: 0;}
.closemarkermap ~ p:nth-of-type(2), .closemarkermap ~ a{font-size: 12px;}
.product_info > span.price span {
    font-weight: 500;
    font-size: 20px;
    color: #333;
}
/* product_info choose and request buttons */
.product_info .buttons {
    margin-bottom: 5px;
}
.product .content > div#fixed_product_name{
    z-index: 8;
    height: 61px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.product .content > div#fixed_product_name.toggle, #application.success .success_form{
    opacity: 1;
    visibility: visible;
}
.product .content > div#fixed_product_name, #fixed_product_name img{height: 61px;}
#fixed_product_name img{mix-blend-mode: darken;}
#fixed_product_name p{
    line-height: 36px;
    margin: 0;
    font-weight: 400;
    width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content #fixed_product_name .buttons a{
    padding: 8px 13px 7px;
    margin-top: 12px;
    font-size: 14px;
}
#fixed_product_name .buttons{
    width: 392px;
    text-align: right;
}
#fixed_product_name .buttons a:last-of-type{margin-right: 0;}
#fixed_product_name .wrapper > *{
    float: left;
}
.product_info .buttons a, #fixed_product_name .buttons a, a.btn_b{
    padding: 10px 15px;
    border-radius: 23px;
    color: #8088E6;
    border: 1px solid #8088E6;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
    opacity: 1; /*TODO: Это зачем?*/
}
.product_info .buttons a:hover,#fixed_product_name .buttons a:hover, a.btn_b:hover{
    background: #8088E6;
    color: #fff;
    border-color: #8088E6;
}
.product_info .buttons .request, #fixed_product_name .buttons .request{
    background: none;
    color: #404044;
    border-color: #404044;
}
.product_info .buttons .request:hover, #fixed_product_name .buttons .request:hover{
    background: #404044;
    color: #fff;
    border-color: #404044;
}
/* product_info categories list */
.product_info .categories a:hover, .product_info .modifications_link a:hover {
    text-decoration: underline;
}
.product_info .modifications_link, .product_info .categories{
    line-height: 14px;
}
.product_info .modifications_link a {
    position:relative;
    padding-right:13px;
}
.product_info .scroll {
    overflow-y: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    margin-left: -18px;
}

.product_info .scroll > div {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* product_info group elements */
.product_info .group {
    min-height: 20px;
    margin: 20px 0;
}
.product_info .group table {
    margin-top: 40px;
}
.product_info .ae_h a {
    display: block;
    font-weight: 500;
    white-space: nowrap;
}
.product_info .ae_h a > div, .product_info .ae_h a{color: #333;}
.product_info .ae_h a > div {
    position: absolute;
    display: inline-block;
    left: 0;
    font-weight: 300;
    width: 100%;
    padding: 0 47px 0 200px;
}
.product_info .ae_h a > div:before {
    font-family: ElegantIcons;
    content: "r";
    color: #8088E6;
    position: absolute;
    left: 173px;
}
.product_info .ae_h a > div span {
    font-size: 13px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.product_info .ae_h a:after {
    content: "\f209";
    font-family: Ionicons;
    color: #333;
    position: absolute;
    right: 20px;
}
.product_info .ae_h a:hover:after {
    color: #8088E6;
}
.product_info .aclose .ae_h a:after {
    content: "\f218";
    color: #8088E6;
}
.product_info .aclose .ae_h a:hover:after {
    color: #333;
}
/* product_info properties list */
.product_info .accordion .ae_b table {
    font-weight: 500;
    width: 100%;
}
.accordion td {
    padding-bottom: 13px;
    vertical-align: top;
    padding-right: 15px;
}
.product_info .accordion .ae_b table td:last-child {
    padding-right: 0;
    font-weight: 400;
}
.product_info .properties table a {
    text-decoration: underline;
    text-decoration-style: dashed;
}
/*In product page*/
.left {
    background: radial-gradient(circle farthest-corner at 100% 85%, rgb(230,230,230) 0%, rgb(240,240,240) 34%, rgb(255,255,255) 69%, rgb(255,255,255) 100%) !important;
    overflow: visible!important;
    position: relative;
}
.left .images {
    mix-blend-mode: darken;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left .dots {
    position: absolute;
    z-index: 2;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 4px;
    border-radius: 20px;
    background-color: #fff;
}
.left .dots a {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.left img, .left video{
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    transform: translateX(-50%);
    opacity: 0;
}
.left .transition{transition: .5s;}
/* product modifications */
.modifications {
    background: #fff;
}
.modifications .scroll {
    width: auto;
    min-width: 23%;
    overflow-x: scroll;
    margin-left: 104px;
    margin-right: 117px;
}
.compare.product .modifications .scroll {margin: 0 104px;}
/*Тени для скроллов*/
/*Горизонтальные*/
.scroll_sh_left {
    background: linear-gradient(90deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_right {
    background: linear-gradient(270deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_h {
    background: linear-gradient(90deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px),
                linear-gradient(270deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
/*Вертикальные*/
.scroll_sh_top {
    background: linear-gradient(180deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_bottom {
    background: linear-gradient(0deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
.scroll_sh_v {
    background: linear-gradient(180deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px),
                linear-gradient(0deg, rgba(08, 10, 71, 0.12), rgba(0, 0, 0, 0) 10px);
}
/* modifications table elements */
.modifications table {
    min-width: 100%;
}
.modifications td {
    height: 98px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding-top: 19px;
    padding-right: 0;
    max-width: 184px;
}
.modifications td .addcart {
    color: #8088E6;
    padding: 7px 17px 5px;
    border: 1px solid #8088E6;
    border-radius: 19px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    right: 0;
    top: 16px;
    transform: translateY(-50%);
    position: relative;
    white-space: nowrap;
}
.modifications td .addcart:hover {
    background: #8088E6;
    color: #fff;
}
.modifications tr:hover td a {
    opacity: 1;
}
.modifications td span span, .td_price > span > *:last-child {
    color: #9A9A9A;
    font-weight:300;
}
/* modifications table header */
.modifications .head td {
    font-family: Rubik;
    font-weight: 500;
    padding-top: 0;
    line-height: 18px;
}
.modifications .head td:first-child, .modifications .head td:last-child {
    height: 71px;
}
.modifications .head td,.compare .modifications .head:not(.fixed_table_header) td:first-child, .compare .modifications .head:not(.fixed_table_header) td:last-child {
    height: 70px;
}
.modifications .head span,.bar-form-collapse a.close-btn:hover{
    color: #333;
}
/* modifications обрезание строк */
.product td > span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.modifications td > span {
    width: 100%;
    max-height: 57px;
}
.modifications .head td > span {
    text-overflow: unset;
    word-wrap: break-word;
    max-height: 60px;
    font-size: 15px;
    line-height: 20px;
}
.modifications .head .space{padding-right: 10px;}
.modifications .head td:last-child > span {
    margin: 0 auto;
}
/* modifications закрепление имени и цены товара */
.modifications td:first-child {
    left: 19px;
    padding-right: 19px;
    width: 104px;
}
.modifications td:last-child {
    right: 19px;
    padding-left: 19px;
    text-align: center;
    width: 117px;
    padding-right: 0px;
}
.compare.product .modifications td:last-child {
    width: 104px;
    padding-right: 0px;
}
.modifications td:first-child, .modifications td:last-child {
    position: absolute;
    height: 99px;
    max-width: none;
}
.compare.product .modifications td:first-child, .compare.product .modifications td:last-child {
    height: 98px;
}
.modifications td:first-child span > a {
    color: inherit;
    padding: 0;
    background-color: transparent;
    position: static;
    opacity: 1;
    border: none;
    font-size: inherit;
    font-weight: inherit;
}
.modifications td:first-child span > a:hover {
    color: #8088E6;
}
/* modifications закрепление заголовков параметров при скролле */
.modifications .scroll.fixed_table_header {
    padding-top: 4px;
    position: fixed;
    background-color: white;
    display: block;
    top: -100px;
    opacity: 0;
    z-index: 4;
    min-width: unset;
    margin-left: unset;
    margin-right: unset;
    overflow: hidden;
}
.compare.product .modifications .scroll.fixed_table_header {margin: unset;}
.modifications .scroll.animation_fixed_table_header{opacity: 1;}
.modifications .scroll.animation_fixed_table_header,.modifications .fixed_table_header td:first-child, .modifications .fixed_table_header td:last-child, .compare.product .modifications .fixed_table_header td:first-child, .compare.product .modifications .fixed_table_header td:last-child{top: 67px;}
.modifications .fixed_table_header td:first-child, .modifications .fixed_table_header td:last-child, .compare.product .modifications .fixed_table_header td:first-child, .compare.product .modifications .fixed_table_header td:last-child {
    padding-top: 5px;
    position: fixed;
    background-color: white;
    z-index: 2;
    height: 76px;
}
/* Блок товара */
.product_preview {
    vertical-align: top;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.product_preview .image {
    height: 462px;
    width: 100%;
    overflow: hidden;
}
.projects .product_preview .image  {
    height: auto;
}
.news.category .product_preview .image {
    height: auto;
}
.product_preview .image {
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.product_preview:hover .image {
    opacity: 0.8;
}
.category_items .product_preview .image img, .products .product_preview .image img {
    position: absolute;
    transition: 0.4s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.projects .category_items .product_preview .image img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.news.category .category_items .product_preview .image img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.category_items .product_preview .diagram img {
    max-width: 101%;
    width: 101%;
}
.product_preview .info > span {
    transition: all 0.3s ease;
}
.product_preview a:hover .info-products > span, .product_menu li:hover a,.product_cart > div a:hover, .news_preview .product_preview > a:hover .info .title,
.projects #map .title, .page_link:hover, .about .headers > div > a:hover h2, .product_preview > a:hover .title, .contact .headers > div > a:hover h2,
.product_info .ae_h a:hover{
    color: #8088E6;
}
.product_menu li.active:hover a,.product_cart > div a:hover{border-color: #8088E6;}
.product_preview .dots {
    position: absolute;
    top: 29px;
    right: 12px;
    list-style: none;
}
.diagram {
    position: relative;
}
.dots {
    font-size: 0!important;
}
.dots > a {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
}
.uslider + .dots > a {
    display: inline-block;
    margin-bottom: 0;
}
.uslider + .dots {
    height: 0;
    overflow: visible;
    text-align: center;
}
.products .wrapper > a.page_link {
    top: 0;
}
.examples.uslider + .dots, .clients .dots, .clients .arrow_slider{
    display: none;
}
.clients_n_examples > div, .post_img{position: relative;}
.arrow_slider{
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
}
.post_img .arrow_slider{bottom: 40px;}
.post_img .arrow_slider + .uslider{padding-bottom: 60px;}
.post_img .uslider{
    padding-bottom: 60px;
    overflow: visible;
}
.post_img{padding-top: 50px;}
.arrow_slider{bottom: 0;}
.dots > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(64,64,68,0);
    border-radius: 9px;
    width: 18px;
    height: 18px;
    transition: .3s ease;
}
.dots > a.active:before {
    border-color: #404044;
}
.dots > a:after {
    background: #404044;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.dots a:hover {
    opacity: 0.6;
}
.clients_n_examples .dots a:after {
    background-color: white;
}
.clients_n_examples .wrapper > a.page_link {
    color: #ececec;
    top: -17px;
}
.wrapper .arrow_slider, .arrow_slider{
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    padding: 0;
}
.products .wrapper .arrow_slider {
    top: 50%;
    margin-top: -151px;
    z-index: 1;
}
body.post .products .wrapper .arrow_slider {margin-top: -173px;}
.news_preview.wrapper .arrow_slider {
    top: 192px;
}
.keyprops .wrapper .arrow_slider {
    top: 190px;
}
.wrapper .arrow_slider img, .product .left div.arrow_slider img, .arrow_slider img{
    position: relative;
    z-index: 2;
    transition: filter .3s;
    user-select:none;
    filter: contrast(1) brightness(1);
    cursor: pointer;
}
.wrapper .arrow_slider img:hover, .product .left div.arrow_slider img:hover,.nav li.has_subnav a span::after,.button-filters > a:hover::after{
    filter: contrast(0) brightness(0.4);
}
.clients_n_examples .wrapper .arrow_slider img,.new .link::before{
    filter: contrast(0) brightness(2);
}
.clients_n_examples .wrapper .arrow_slider img:hover{
    filter: contrast(0) brightness(1);
}
.arrow_slider img:first-child{transform: rotate(180deg);}
.left .arrow_slider img:last-child{float: left;}
.arrow_slider img:first-child {
    right: 1px;
}
.arrow_slider img:last-child {
    left: 1px;
}
.left > .arrow_slider{
    top: 50%;
    margin-top: 19px;
}
.product .content .left > .arrow_slider > img{
    max-height: unset;
    opacity: 1;
    padding: 0;
}
.left .arrow_slider img:first-child{
    right: -6px;
    float: right;
    left: unset;
}
.left .arrow_slider img:last-child{left: 9px;}
/* Блока товара, описание */
.product_preview a,.button-filters > a:hover,.slider .info input:focus{
    color: #333;
}
#shadow{
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 99;
}
.shadow #shadow{
    opacity: 1;
    visibility: visible; 
}
.product_preview > a {
    position: relative;
}
.product_preview .info {
    background: #f4f4f4;
    padding: 31px 19px 6px;
    text-align: left;
}
.product_preview .info > span {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 600;
}
.product_preview .info > ul {
    list-style: none;
    padding-top: 13px;
    margin-bottom: 6px;
    overflow: hidden;
}
.product_preview .info > span, .product_preview .info > ul li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.product_preview .info > ul li > span {
    color: #949494;
    padding-right: 9px;
}
.product_preview .info > ul li > span, #map .info ul, .post .content .date, .article .content .date{color: #949494;}
/* Блок товара, икноки статуса */
.mets {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0 0 25px;
}
.mets .new {
    background: #7cce26;
}
.mets .information {
    background: #8088E6;
}
.mets > span, .product_preview .button {
    font-family: Rubik;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 19px;
    padding: 8px 21px 6px 21px;
}
/* Блок товара, отложить и сравнить */
.product_preview .button {
    background: #8088E6;
    position: absolute;
    top: 389px;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #8088E6;
    opacity: 0;
    transition: 0.3s ease all;
}
.product_preview .button:hover {
    color: #8088E6;
    background: rgba(255,255,255,0.1);
}
/* Блок новости */
.news_preview .category_items:before {
    display: block;
    content: " ";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 145px);
    top: 115px;
    left: 15px;
}
.news_preview .product_preview {
    border: 0;
    overflow: hidden;
    margin-right: 0;
    height: 178px;
    width: 100%;
}
.news_preview .product_preview > a {
    display: block;
    width: 100%;
    height: 134px;
    margin-top: 18px;
}
.news_preview .product_preview > a .image {
    width: 134px;
    height: 134px;
    position: relative;
}
.news_preview .product_preview img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_preview .product_preview > a .info {
    width: auto;
    height: 134px;
    position: absolute;
    left: 134px;
    padding: 1px 14px 1px 11px;
}
.news_preview .product_preview > a .info .title {
    height: 89px;
    width: 100%;
    font-family: GothamPro;
    font-style: normal;
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
}
.news_preview .product_preview .date-preview-news {
    color: #949494;
    font-size: 16px;
    width: auto;
    font-weight: unset;
    position: absolute;
    margin: 0;
    bottom: 5px;
    left: 11px;
}
.news_preview .product_preview .info > p {
    height: 126px;
}
.product_preview .info > ul li, #map .info ul li, .short_info p, .closemarkermap ~ p:nth-of-type(1){
    font-size: 16px;
}
.gm-style .gm-style-iw-c{border-radius: 30px;}
.gm-style-iw.gm-style-iw-c,.gm-style-iw-d{ max-height: unset !important;max-width: unset !important;}
.gm-style-iw-d{
    overflow: visible !important;
    height: auto;
}
.closemarkermap ~ p:nth-of-type(1){margin: 8px 0;}
.news_preview .product_preview > a .image, .news_preview .product_preview > a .info {
    float: left;
    background: none;
    overflow: hidden;
}
.news_preview .dots,.products .uslider + .dots{
    height: 25px;
    margin-top: -39px;
    padding-bottom: 43px;
}
/*Filter*/
.slider {
    position: relative;
    width: 351px;
    padding: 0 0 20px 0;
}
.slider .title {
    margin: 1px 0 53px -13px;
}
.slider .main-axis {
    height: 2px;
    width: 100%;
    background-color: #8088E6;
    position: absolute;
    left: 0;
}
.slider .sub-axis {
    height: 2px;
    background-color: #cddae0;
    position: absolute;
}
.slider .sub-axis.left_f {
    left: -12px;
    right: 100%;
}
.slider .sub-axis.right {
    left: 100%;
    right: -12px;
}

.slider .right,
.slider .left_f {
    position: absolute;
    bottom: 18px;
}
.slider .main-axis, .slider .sub-axis {
    bottom: 27px;
}
.slider .circle {
    cursor: pointer;
    padding: 10px 20px 20px 20px;
    top: 29px;
    left: -33px;
    position: relative;
    display: inline-block;
}
.slider .circle::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    position: relative;
    border:2px solid #8088E6;
    background-color: #fff;
    transition: .3s;
}
.slider .info {
    transform: translateX(-50%);
    padding-bottom: 2px;
    position: absolute;
    bottom: 32px;
    color: #b1b2b4;
}
.not_default .info{color: #313c42;}
.not_default .info:before{background-color: #313c42;}
.slider .info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b1b2b4;
}
.slider .info input {
    text-align: center;
    border: 0;
    padding: 0px;
    box-sizing: content-box;
    width: 52px;
}
.check-box .title {
    color: #545454;
    font-size: 14px;
    margin-bottom: 15px;
}
.check-box input {
    display: none;
}
.check-box span {
    padding-right: 15px;
    position: relative;
}
.check-box input:not(:checked) span {
    text-decoration: underline;
}
.check-box input:checked span:after {
    position: absolute;
    bottom: -2px;
    right: 0;
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
}
.check-box label {
    color: #0087bb;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.wrapchilds_filters .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    content: attr(title);

}
div .wrapchilds_filters {
    padding: unset;
}
.wrapchilds_filters .check {
    line-height: 13px;
    padding-bottom: 5px;
}
.filters_checkbox {
    margin: 0 0 15px 0;
}
.filters_checkbox .title {
    margin: 2px 10px 6px 0;
    float: left;
    overflow: unset;
}
.filters_attr .slider {
    width: 399px;
    margin-left: 13px;
}
.view-params{
    padding-top: 2px;
}
.view-params li, .filters_checkbox li{
    border-radius: 20px;
    line-height: 14px;
    font-family:Roboto;
}
.view-params li.active, .filters_checkbox li.active{
    background-color: #fff;
    border: 1px solid #8088E6;
}
.view-params li.active a, .filters_checkbox li.active a {color:#8088E6;}
.view-params li, .filters_checkbox li{
    background-color: #fff;
    border: 1px solid #ececec;
}
.home .first_block.wrapper, .post_img .dots{display: none;}
.view-params li, .filters_checkbox li{transition: .3s;}
.about .headers > div > a h2, .contact .headers > div > a h2, .product_info .ae_h a:after{transition: .3s color;}
.view-params li:hover a,.filters_checkbox li:hover a, .breadcrumb a, .breadcrumb > li+li:before{color: #fff;}
.view-params li:hover,.filters_checkbox li:hover,.slider .circle.hover::before, .slider .circle:hover::before{
    background-color: #8088E6;
    border-color: #8088E6;
}
.view-params li.active:hover a,.filters_checkbox li.active:hover a{color: #333;}
.view-params li.active:hover,.filters_checkbox li.active:hover{
    background-color: #fff;
    border-color: #333;
}
/* Прозрачность после применения фильтров*/
.rectangle {
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.8;
}
/* Button filters */
.button-filters > a{
    color: #8088E6;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-right: 13px;
    margin-left:20px;
}
.button-filters > a::after {
    right: 0px;
    top: 1px;
}
.product_info .modifications_link a::after {
    right: 0px;
    top: 3px;
}
.product_types .button-filters {
    text-align: right;
    position: relative;
    padding: 0 0 10px 0;
}
/* Расшифровка свойства */
.own_tooltip {
    position: absolute;
    font-family: Arial;
    inset: auto;
    border: 1px solid #999;
    padding: 0 3px;
    font-size: 11px;
    line-height: 12px;
    cursor: help;
    color: #999;
    background: none;
    margin: 0 3px;
    border-radius: 7px;
    top: 15px;
    left: 216px;
}
.own_tooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: #fff;
    color: #545454;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    border-radius: 6px;
    padding: 14px 19px;
    position: absolute;
    z-index: 4;
    bottom: 300%;
    left: 50%;
    opacity: 0;
    transition: .3s;
    box-shadow: 0px 1px 13px rgb(0 0 0 / 12%), 0px 0px 4px rgb(0 0 0 / 12%);
    cursor: default;
}
.filters_attr .own_tooltiptext {
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: -87px;
}
.own_tooltiptext::after {
    content: "";
    position: absolute;
    left: 48%;
    margin-left: -5px;
    border: 9px solid white;
    transform: rotate(45deg) translateX(15px) translateY(15px);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 9%);
    cursor: default;
}
.own_tooltiptext.own_tooltiptext_under::after {
    box-shadow: -2px -2px 3px 0px rgb(0 0 0 / 9%);
    top: -30px;
}
.own_tooltip:hover .own_tooltiptext {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0px;
}
.own_tooltip .own_tooltiptext:hover, #application .success_form {
    visibility: hidden;
    opacity: 0;
}
.modifications .own_tooltip {
    position: relative;
    top: 0;
    left: unset;
    z-index: 1;
}
.product .own_tooltiptext, .compare .own_tooltiptext {
    bottom: 26px;
    position: absolute;
    height: auto;
    margin-left: 0;
    z-index: 10;
    text-align: center;
    opacity: 0;
    margin-bottom: 7px;
    margin-top: 7px;
    transition: margin .3s, opacity .3s;
    top: auto;
}
.product .own_tooltiptext_under, .compare .own_tooltiptext_under {
    height: auto;
    position: fixed;
    top: 48px;
    bottom: auto;
}
.product .own_tooltiptext_opacity, .compare .own_tooltiptext_opacity {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
}
td.help_type {padding-right: 19px;}
.product_preview:hover .button, .show_buttons .product_preview .button,.show_buttons.modifications td .addcart{opacity: 1;}
.product_preview .button:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
    margin-top: -9px;
    position: relative;
    top: 2px;
    display: inline-block;
}

.wrapper,
.wrapchilds > * {
    margin: 0 auto;
}
.wrapchilds_filters > * {
    margin: 0 auto;
}
.closemarkermap {
    position: absolute;
    padding: 12px 10px 0 0;
    top: 0;
    right: 0;
}
.closemarkermap::after {
    display: block;
    content: '';
    filter: contrast(0) brightness(0);
    width: 12px;
    height: 12px;
    background: url('/image/delete.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
/* Главная страница */
/* Общие стили */
.about .header.fixed, .header.fixed, .home .intro,.dropdown_menu,#fixed_product_name{background: #f4f4f4;}
.hseries.header.fixed, .hseries .dropdown_menu{background: #303030;} 
.home .breadcrumb {
    display: none;
}
.home .header.fixed{
    top: 0;
    position: fixed;
}
.wrapper > span.title {
    font-family: Rubik;
    font-weight: 300;
    font-size: 38px;
    display: block;
    padding-bottom: 25px;
}
/* Верхний блок с изображением и фоновым текстом*/
.home .intro {
    position: relative;
    overflow: hidden;
    margin-top: -57px;
    border-radius: 30px;
    margin: 10px;
    height: calc(100vh - 20px);
    min-height: 730px;
    transition: .3s;
    background-image: url('/image/main.jpg');
    background-position: center;
    background-size: cover;
}
.home .intro .bgtext {
    font-size: 66px;
    font-weight: 400;
    line-height: 78px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    color: #000;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 100px;
}
.home .intro .wrapper {
    width: 100%;
    text-align: right;
    height: 100%;
    padding: 0 50px;
}
.home .intro .wrapper .new {
    font-size: 20px;
    position: absolute;
    text-align: left;
    bottom: 100px;
    color: #fff;
    line-height: 1.7;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.home .intro .wrapper .new > *{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.home .intro .wrapper .new a{
    cursor: pointer;
    color: #fff;
    background: #8088E6;
    height: 70px;
    line-height: 70px;
    width: 250px;
    text-align: center;
    border-radius: 150px;
    margin-top: 40px;
}
.home .intro .wrapper .new a, .navbar .link, .homeabout .link, .link.page_link{
    font-size: 22px;
    font-weight: 600;
}
.link::before{
    content: "";
    display: inline-block;
    background-image: url(/image/link_arrow.svg);
    width: 30px;
    height: 30px;
    position: relative;
    top: 7px;
    background-position: center;
    background-size: contain;
}
.navbar .link::before{
    filter: contrast(1) brightness(0);
    margin-right: 15px;
}
.navbar .link:hover:before{
    filter: unset;
}
.navbar .link:hover, .carticon span, .homeabout .link, .results > div > div h2, .link.page_link{color: #8088E6;}
/* Второй блок на главной */
.home .keyprops {
    font-size: 28px;
    position: relative;
    font-weight: 500;
    overflow: hidden;
}
.home h1, .projects .category_items + h1 {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin: 0;
}
.home h3 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #919191;
}
.home .keyprops h3, .button_h{
    width: auto;
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 30px;
}
.home .keyprops p span{
    transition: .3s;
    opacity: 0.1;
}
.perm_opa > *{opacity: 0.1 !important;}
/* Блок "Новости" */
a.page_link {
    font-weight: 600;
    color: #333;
    line-height: 69px;
    position: absolute;
    right: 19px;
}
/* Заголовок блока */
.news_preview > a.page_link {top: 49px;}
.news_preview {padding-top: 51px;}
.news .product_preview .info .title, .news_preview .product_preview .info .title {
    white-space: normal;
    width: 100%;
    height: 90px;
    line-height: 1.5;
}
.news .product_preview .info > p, .news_preview .product_preview .info > p,  .projects .product_preview .info > p, .series .product_preview .info > p {
    height: 80px;
    overflow: hidden;
    margin: 0;
}
.news .product_preview .info > ul, .news_preview .product_preview .info > ul, .projects .product_preview .info > ul {
    height: auto;
    overflow: auto;
}
/* Блок Наша продукция */
.home .products {
    background: #f4f4f4;
    padding-top: 62px;
}
.home .products .product_list {
    margin: 0;
    padding-top: 18px;
}
.uslider .product_preview {
    display: inline-block;
    float: none;
}
/* Страница контактов */
/* Карта */
#map {
    height: 625px;
    background:#fff;
}
#map .gm-style  > div:nth-child(2) img{
    min-width: 100%;
    min-height: 100%;
}
.projects #map{
    margin: 60px 10px 10px 10px;
    border-radius: 30px;
    height: 600px;
}
.gm-style-iw-d > div{
    width: 332px;
    margin: 8px 20px 20px 8px;
}
.closemarkermap + div{
    height: 240px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}
    /* Контакты */
.contact .description {
    position: relative;
}
.contact .description > div, .contact .description > h3 {
    width: 100%;
    float: left;
}
.contact .description > div:first-child, .short_info > div:nth-child(2n+1){
    padding-right: 15px;
}
.contact .description > div {
    height: 242px;
}
.about .headers > div:first-child > a, .contact .headers > div:first-child > a{padding-left: 0;}
.contact .not_map_address {
    float: left;
    width: 100%;
}
.contact .description > h3 {
    height: 62px;
    overflow: hidden;
}
.contact .description a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
.contact .description .info {
    padding-top: 27px;
    line-height: 32px;
    font-weight: 400;
    font-family: Rubik;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact .description .info, .contact .description .info a {
    color: #595959;
}
.contact .description {
    margin-bottom: 0!important;
}
.contact .description .info a {
    white-space: nowrap;
}
.contact .headers {
    margin-right: 0;
}
.contact #about_text, .contact #old_about_text {
    margin:0;
    float: left;
    width: 100%;
}
.button_h{margin-bottom: 30px;}
/* Среди наших клиентов */
.clients_n_examples, #application {
    background-color: #F5F5F5;
    margin: 0 10px;
    border-radius: 30px;
}
.clients_n_examples{
    padding: 60px 10px;
}
.clients {
    color: #fff;
    font-size: 0;
}
.about .clients {
    padding-bottom: 55px;
}
.navbar-collapse:after, .navbar:after, .container-fluid:after, .navbar-header:after{clear: none;}
.clients .uslider{padding: 0 20px;}
.clients .uslider > div {
    display: inline-block;
    border-radius: 20PX;
    text-align: center;
    background-color: #F7F7F7;
    width: 215px;
    padding: 0 20px;
    margin-right: 30px;
    height: 90px;
    line-height: 90px;
}
.clients .uslider > div img{
    transition: .3s filter;
    filter: contrast(1) brightness(0);
}
.clients .uslider > div:hover img{
    filter: unset;
}
    /* Страница поста (новости, статьи) */
.post .content .date, .article .content .date {
    font-family: Rubik, sans-serif;
    padding-bottom: 48px;
}
.post h1, .article h1, .short_info p{
    margin: 0;
}
/* Шаблон "О компании" */
 #map .image{
    display: none;
}
.first_block{
    border-radius: 30px;
    background-image: url('/image/main.jpg');
    background-size: cover;
    background-position-y: 70%;
    height: 362px;
}
.about .carticon, .hseries .carticon, .first_block h1, .first_block > nav{
    color: #fff;
}
.about .icon-bar {
    background: #fff;
}
.first_block > .wrapper {
    height: 100%;
}
.first_block h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    padding: 0;
    transform: translateY(-50%);
}
.first_block h1, .first_block > nav{
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    left: 0;
}
.first_block > nav{margin-top: 44px;}
.contact .elements {
    padding: 40px 0 44px 0;
}
.about .headers, .contact .headers {
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.about .headers > div, .contact .headers > div {
    display: inline-block;
    height: 64px;
    white-space: normal;

}
.about .headers > div > a, .contact .headers > div > a {
    padding: 0 19px;
    display: block;
    outline: none;
}
.headers > div > a > h2 {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.about .headers > div > div, .contact .headers > div > div {
    display: none;
}
.about .headers > hr, .contact .headers > hr {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #8088E6;
    border: 0;
    margin: 0;
    padding: 0;
    transition: width,left .3s ease;
    display: none;
}
.about #about_text, .contact #about_text {
    opacity: 0;
}
.about #old_about_text, .contact #old_about_text {
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 10;
    left: 19px;
    top: 103px;
}
.about .pdf li:before,
.about .unk li:before,
.about .img li:before,
.about .zip li:before {
    font-family: FontAwesome;
}
.about .pdf li:before {content: "\f1c1";}
.about .unk li:before {content: "\f56d";}
.about .zip li:before {content: "\f1c6";}
.about .img li:before {content: "\f1c5";}
.about .android li:before {font-family: Ionicons; content: "\f225";}
/* Footer */
.footer{
    margin: 0 10px 10px 10px;
    background-color: #000;
    border-radius: 30px;
}
.footer hr {
    height: 1px;
    background: #545454;
    border: 0;
    margin-bottom: 25px;
}
.footer .top{
    padding-bottom: 50px;
    padding-top: 50px;
}
.footer .top hr {margin: 7px 0 21px;}
.footer .top > div {margin-bottom: 36px;}
.footer .top > div:nth-child(1){margin-bottom: 38px;}
.footer .top div > span {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}
.footer .top > div:not(.bottom){
    width: 100%;
    float: left;
}
.footer .top > .bottom{clear: both;}
.footer .top ul {
    list-style: none;
    color: #838383;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 38px;
}
.social a{
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 78px;
    width: 78px;
    height: 78px;
    border-radius: 21px;
    background-color: #292929;
}
.social a:hover{
    background-color: #444;
}
.bottom .inf{float: left;}
.bottom .inf > *{margin-right: 30px;}
.footer .top .bottom div > span, .bottom .right{color: #ACACAC;}
.bottom .right{float: right;}
.footer .top ul li {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
}
.footer .top ul li, .footer .top a, .footer .top ul li a:hover {
    color: #fff;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.clients_n_examples .dots a.active:before {
    border-color:white!important;
}
.footer .denero_logo img {height: 18px;}
.clients_n_examples .in_dot{background-color: white!important;}

/*ПОРТФОЛИО*/
.wrapper.we {
    padding: 50px 0 0;
}
.project_slider img {
    width: 100%;
}
/*FORM*/
form * {
    border: none;
    outline: none;
}
form legend {
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #5e5e5e;
    margin: 5px 0;
}
form {
    color: #676767;
}
form > * {display: block}
form label{
    font-weight: 300;
    position: relative;
    cursor: text;
}
form input, form textarea {
    padding: 4px 0;
}
form input[type="text"], form textarea {
    margin-top: 19px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-family: Rubik, sans-serif;
    font-weight: 300;
    background-color: rgba(0,0,0,0);
    width: 100%;
    font-size: 23px;
}
#follow_form input[type="text"] {
    color: #555;
    border-color: #555;
    /*width: 308px;*/
}
form textarea {
    overflow: hidden;
    resize: none;
}
.i_file > input {
    display: none;
}
.agreement {
    margin-top: 19px;
    font-size: inherit;
    color: #5e5e5e;
}
.bar-form-collapse .agreement p {
    margin-bottom:0;
}
.agreement a {
    font-weight: 200;
    color: #8088E6;
    text-decoration: none !important;
}
.file_list div{
    font-size: 14px;
    margin-bottom: 10px;
}
/*paper clip*/
#order_button, #follow_button, #diller_button a{
    margin: 0 auto;
    width: 250px;
    padding: 13px 20px;
    border-radius: 29px;
    background: #8088E6;
    color: #fff;
    border: 1px solid #8088E6;
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    opacity: 1; /*TODO: Это зачем?*/
    transition: 0.3s ease;
}

#diller_button {
    position:absolute;
    right:0;
    /*margin: 15px 0;*/
}
#diller_button a{
    background: #fff ;
    color: #404044 ;
    border-color: #404044 ;
    margin: 0 0 5px 0;
}
#diller_button a:hover {
    text-decoration: none !important;
    background: #404044 ;
    color: #fff !important;
    border-color: #404044 ;
}
#order_button {
    margin: 0 0 5px 0;
}
#order_button:hover {
    color: #8088E6;
    background: #fff;
}
#follow_button {
    display: inline-block;
    width: 130px;
    border-color: #555;
    background: none;
    color: #555;
}
#follow_form {display: inline-block;}
#follow_button:hover {
    background: #fff;
    color: #333;
}
#follow_form .ph, #follow_form input[type="text"] {
    color: white;
}
#follow_form div {position: relative}
#follow_form > span {
    margin-top: 10px;
    font-size: 10pt;
    line-height: 18pt;
}
#follow_form p {
    margin: 0 0 0 10px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    font-size: 10pt;
    line-height: 18pt;
}
@media (max-width: 1400px) {
    #follow_form, #follow_form label, #follow_form label input {
        width: 100%;
    }
    #follow_form p {
        width: 100%;
        margin: 0;
        position: absolute;
        text-align: center;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #follow_button {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 110%);
    }
    #follow_form > span {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 200%);
        text-align: center;
    }
}
@media (max-width: 500px) {
    #follow_form {
        width: 50%;
        display: block;
    }
    #follow_form > span {
        margin-top: 10px;
        font-size: 10pt;
        line-height: 18pt;
        transform: translate(-50%, 150%);
    }
    #follow_form p {
        margin: 0 0 0 10px;
        position: absolute;
        bottom: 0;
        display: inline-block;
        font-size: 10pt;
        line-height: 18pt;
    }
}
.ph {
    width: 100%;
    position: absolute;
    top: 19px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
    user-select: none;
}
.ph.on {
    top: 0;
    font-size: 15px;
}
form label .input_error {
    border-bottom: 1px solid #ec0000 !important;
}
form label .ph_error {
    color: #ec0000;
}
form .add_file {
    font-weight: 200;
    font-size: 14px;
}
form p a {
    color: #8088E6;
    text-decoration: underline;
}
#reload_form {cursor: pointer}
#reload_form:hover {color: #333;}

.contact_form {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    clear: both;
}
.td_price > span {
    margin: 0 auto;
}
.img-cart {
    border: 1px solid #ebebeb;
}
.close_bar_form {
    position: relative;
    font-size: 12px;
    color: #a9a9a9;
    float: right;
    text-align: right;
    transition: 0.2s;
    width: 100%;
    margin-top: -17px;
    margin-right: 0;
}
.close_bar_form::after {
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: -8px;
    font-family: FontAwesome;
    content: "\f105";
}
.close_bar_form:hover {
    text-decoration: none!important;
    color: #c0c0c0!important;
}
#cart,.filters_attr{margin-top:-7px;margin-bottom:20px;}
#cart > * {display: block;}

.product_cart {margin: 13px 0;position: relative; padding-left: 1px;height: 87px;}
.product_cart:first-child {margin-top: 1px;}
.carthead {
    position: relative;
    margin: 0 0 26px 1px;
}
.product_cart .img-cart{
    width: 87px;
    height: auto;
    overflow: hidden;
    transition: 0.2s;
    margin-right: 38px;
    position: relative;
    z-index: -1;
}
.product_cart .img-cart:hover {border-color: #ccc}
.product_cart > div a {
    color: #5e5e5e;
    font-weight: 600;
    font-size: 19px;
}
.product_cart > div {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_cart a:hover {
    color: #000;
    text-decoration: underline;
}
.carthead h3, .home .carthead h3 {
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #5e5e5e;
    padding: 0;
    display: inline-block;
    line-height: 27px;
}
.product_cart_info {
    width: calc(100% - 153px);
    position: absolute;
    top: 50%;
    left: 113px;
    transform: translateY(-50%);
    display: inline-block;
}
.product_cart_info > div {
    font-size: 13px;
}
.product_cart_info > div > span {
    color: #565656;
}
.remove_product {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.remove_product:hover {
    text-decoration: none!important;
}
.remove_product:hover:after {
    color: #f55!important;
}
.remove_product:after {
    content: "\f057";
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    color: #cecece;
    transition: 0.2s;
}
.total_pc {
    font-size: 17px;
    font-weight: 300;
    color: #7c7c7c;
    margin: 15px 0 -10px 0;
}
.total_pc b {font-size: 15px;float: right;font-weight: 600;color:#757575}
#product_scroll {
    margin-top: 15px;
    margin-left: -1px;
    overflow: hidden scroll;
    min-height: 100px;
    width: 100%;
}
#link_compare {
    color: #8088E6;
    text-decoration: underline;
    display: inline-block;
    position: absolute;
    stroke: #8088E6;
    transition: 0.2s;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}
#link_compare:hover {opacity: 0.7;}
#link_compare svg{
    width: 16px;
    height: 8px;
}
.bar-form-collapse{
    padding: 0 37px 38px;
    width: 100%;
}
.collapse.in + .close-form{
    right: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar-collapse .request a{
     font-size: 13px;
}

.navbar-collapse .request svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: #333;
}
.about .navbar-brand svg, .hseries .navbar-brand svg,
.about .navbar-collapse .request svg,.hseries .navbar-collapse .request svg{fill: #fff;}

.bar-form-collapse,.bar-form-collapse.collapse,.bar-form-collapse.collapsing,.bar-form-collapse.in {
    position: fixed;
    height: 100% !important;
    right: -100%;
    top: 0;
    opacity: 0.2;
    background: rgba(255, 255, 255, 0.97);
    text-align: left;
    transition: all 0.6s;
    border: none;
    z-index: 101;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    color: #acacac;
    visibility: hidden;
}
.bar-form-collapse > div {
    min-height: 349px;
    position: relative;
    font-size: 16px;
}
.bar-form-collapse a:hover,.bar-form-collapse a:active,.bar-form-collapse a:focus{opacity:1;}
.bar-form-collapse.collapse.in{right:0;opacity:1;visibility:visible;}

.close-form,.close-menu{
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    z-index: 101;
    opacity: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
}
.bar-form-collapse a.close-btn,.navbar-collapse a.close-btn {
    color: #acacac;
    font-size: 33px;
    line-height: 72px;
    display: block;
    cursor: pointer;
    font-weight: 400;
    margin-left: 1px;
}
.bar-form-collapse .close-btn:before {
    content: "\f2d7";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-family: Ionicons;
}

/*SLIDER*/
.uslider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}
.uslider *:active, .uslider *:focus {
    outline: none
}
.uslider > * {
    white-space: initial;
}
.products .product_preview:not(:last-child) {
    margin-right: 0;
    border-right: none;
}
.products .uslider {
    box-sizing: content-box;
    padding-right: 1px;
}
.products .uslider {
    margin-left: -1px;
}
.project_slider {
    font-size: 0;
}
.project_slider > div {
    width: 100%;
    border-radius: 30px;
    margin-right: 30px;
    display: inline-block;
    overflow: hidden;
}
.modifications td:last-child > span {
    position: relative;
    width: 85px;
    height: 39px;;
    margin: -11px auto -10px;
}
.compare.product .modifications td:last-child > span {
    left: unset;
    transform: translateY(-50%);
    right: 0;
    text-align: left;
}
.compare td:last-child > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modifications td:last-child > span a {
    position: absolute;
}
.modifications td:last-child .pasport_file {
    left: 1px;
}
.modifications td:last-child .pasport_file:before {
    content: "\f1c1";
}
.modifications td:last-child .ies_file {left: 33px}
.modifications td:last-child .sheme_file {left: 65px;}
.modifications td:last-child .sheme_file:before {
    content: "\f1c5";
}
.dropdown_menu li.nav_series{margin-top: 20px;}
.dropdown_menu .wrapper{padding: 0;}
/* Media */
.product .clients_n_examples{position: relative;}
#proj{
    position: absolute;
    top: -67px;
    visibility: hidden;
}
.modifications_link a{margin-right: 15px;}
.navbar-nav>li{float: unset;}
.navbar-header, .navbar .link{
    position: relative;
    z-index: 1;
}
.navbar .link{
    float: right;
    font-weight: 600;
    line-height: 96px;
}
.navbar-header,.container-fluid>.navbar-header{margin: 0;}
.navbar-brand{
    padding: 19px 15px 18px 20px;
    height: 70px;
}
.homeabout > div:first-of-type{
    padding-right: 15px;
    margin-bottom: 30px;
}
.homeabout > div:first-of-type, .projectsl_wrapper > div:nth-child(2),  .wrapper.elements h1, #faq h1{
    font-size: 30px;
    font-weight: 500;
}
.homeabout > div:nth-child(2){
    font-size: 20px;
    font-weight: 400;
}
hr{
    margin: 0;
    border-top: 1px solid #D0D0D0;
}
 .wrapper.elements > div, .wrapper.elements{
    padding-top: 27px;
    padding-bottom: 27px;
}
.homeabout.wrapper, .keyprops .wrapper, .clients,  .wrapper.elements > div.team, .projects .first_block.wrapper + *, .projectsl_wrapper, .contact_content.wrapper, .contact_content > h1,
.information #faq{
    padding-top: 55px;
}
.homeabout.wrapper, .keyprops .wrapper, .clients, .projectsl_wrapper, .wrapper.project, .projects .category_items, .contact_content.wrapper, #faq, .information .wrapper.elements{padding-bottom: 55px;}
.results.wrapper{padding-bottom: 45px;}
.results h1, .clients_n_examples h1, .clients h1, .projects .category_items + h1{
    font-size: 40px;
    font-weight: 500;
    text-align: left;
}
.clients h1{padding-bottom: 40px;}
.clients_n_examples h1{position: relative;}
.results > div > div{
    display: inline-block;
    width: 450px;
    height: 450px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    border-radius: 30px;
    position: relative;
}
.results > div > div p,.results > div > div h2{
    position: absolute;
    left: 20px;
}
.results > div > div h2{
    bottom: 80px;
    font-size: 140px;
}
.results > div > div p{
    bottom: 40px;
    max-width: 410px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.clients_n_examples .examples.uslider{margin-top: 50px;}
.team{position: relative;}
.team .wrapper{
    padding: 0;
    width: inherit;
}
.team .wrapper > *, .team .uslider > div, .short_info > div{
    display: inline-block;
}
.team .wrapper > h3, .team .wrapper > p, .short_info > div{
    width: 50%;
    vertical-align: middle;
    padding: 0;
}
.team .uslider{
    font-size: 0;
    margin-top: 15px;
}
.team .uslider > div, .product_preview{
    background-color: #F7F7F7;
    border-radius: 30px;
    width: 225px;
    margin-right: 10px;
    vertical-align: top;
    padding: 15px 15px 73px 15px;
}
.team .uslider > div{padding-bottom: 15px;}
.team .uslider > div > div, .product_preview > div{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 100%;

}
.team .uslider > div > div{height: 137px;}
.team .uslider > div p, .product_preview p{
    font-size: 16px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 15px;
}
.team .uslider > div p:nth-child(2), .product_preview p:nth-child(2),.team .wrapper > h3, .short_info h1, .closemarkermap ~ p:nth-of-type(1), .closemarkermap ~ a{font-weight: 500;}
.team .uslider > div p:nth-child(3), .product_preview p:nth-child(3){
    color: #444444;
    font-size: 12px;
}
.projectsl_wrapper > div:nth-child(2){margin-top: -8px;}
.team .dots{display: none;}
.short_info > div{
    margin-bottom: 30px;
    vertical-align: top;
}
.first_block .breadcrumb{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -60px;
    line-height: 1;
}
.footer .bottom, .footer .top .bottom div > span{font-size: 18px;}
#map .link::before{
    width: 24px;
    height: 24px;
}
.contact_block{
    border-radius: 30px;
    padding: 20px;
    background-color: #F7F7F7;
}
.contact_block #map{
    border-radius: 10px;
    margin-top: 50px;
}
.contact_block > div > p{
    position: relative;
    padding-left: 30px;
}
.contact_block > div > p::before, form .i_file span:first-child:after{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 5px;
    background-size: cover;
    background-position: center;
}
.contact_block > div > p:nth-of-type(1):before{ background-image: url('/image/loc.svg');}
.contact_block > div > p:nth-of-type(2):before{ background-image: url('/image/clock.svg');}
.contact_block > div > p:nth-of-type(3):before{ background-image: url('/image/phone.svg');}
.contact_block > div > p:nth-of-type(4):before{ background-image: url('/image/mail.svg');}
.contact_content .table-bordered>tbody>tr>td{padding: 13px 13px 13px 0;}
.contact_content table tr{border-bottom: 1px solid #D0D0D0;}
.table-bordered, .contact_content .table-bordered>tbody>tr>td,.contact_content table tr:last-of-type{border: none;}
.contact_content table{
    width: 100%;
    margin-bottom: 0;
}
#application{
    padding: 60px 0;
    position: relative;
}
span.help{
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    left: 0;
    color: #ABABAB;
    transform: translateY(100%);
    line-height: 15px;
}
#application label{
    vertical-align: top;
    width: 100%;
}
#application label:nth-of-type(7){margin-top: 45px;}
#application label:nth-of-type(8){margin-top: 15px;}
form .i_file {
    color: #000;
    background-color: #fff;
}
form .i_file, #app_button{
    text-align: center;
    line-height: 56px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
}
form .i_file, .app_button{
    display: inline-block;
    position: relative;
}
.i_file span.help{
    text-align: left;
    bottom: -8px;
}
form .i_file span:first-child:after{
    left: unset;
    right: 0;
    background-image: url('/image/file.svg');
}
.i_file span:first-child{
    padding-right: 30px;
    position: relative;
}
#app_button{
    background-color: #8088E6;
    color: #fff;
    padding: 0;
    width: 100%;
}
.app_button .agreement{
    font-size: 12px;
    color: #ABABAB;
}
.file_list{margin-top: 70px;}
.app_button{margin-top: 63px;}
.success_form{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #00000066;
    left: 0;
    color: #000;
    transition: .6s;
}
.success_form > div{
    background: #fff;
    border-radius: 30px;
    text-align: center;
    top: 50%;
    padding: 60px;
    transform: translateY(-50%);
}
.success_form a{
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url('/image/delete.svg');
    background-size: cover;
    width: 20px;
    height: 20px;
}
@media (min-width: 501px) {
    .post_img .arrow_slider{bottom: 50px;}
    .post_img .arrow_slider + .uslider{padding-bottom: 80px;}
    .app_button{margin-top: 0;}
    .i_file span.help{bottom: -15px;}
    #application label{width: calc((100% - 60px) / 3);}
    #application label:nth-of-type(2), #application label:nth-of-type(3), #application label:nth-of-type(5), #application label:nth-of-type(7), #application label:nth-of-type(10), .app_button{margin-left: 30px;}
    #application label:nth-of-type(6), #application label:nth-of-type(7), .file_list, #application label:nth-of-type(9), .app_button, #application label:nth-of-type(4), #application label:nth-of-type(5){width: calc(50% - 15px);}
    #application label:nth-of-type(6), #application label:nth-of-type(7), #application label:nth-of-type(4), #application label:nth-of-type(5){margin-top: 35px;}
    .file_list{margin-top: 60px;}
    #application label:nth-of-type(8){margin-top: 60px;width: 100%;}
    .bar-form-collapse > div{font-size: 14px;}
    .home .intro .wrapper .new a, .navbar .link, .homeabout .link, .link.page_link{font-size: 24px;}
    .contact_block #map{margin-top: 0;}
    .contact_block > div{
        width: 50%;
        vertical-align: top;
        display: inline-block;
    }
    .contact_block > div:nth-of-type(1){padding-right: 20px;}
    .footer .bottom, .footer .top .bottom div > span{font-size: 14px;}
    .results h1, .clients_n_examples h1, .clients h1{font-size: 50px;}
    .clients h1{padding-bottom: 60px;}
    .product_types .check ul, .navbar-nav>li{
        display: inline-block;
    }
    .project_slider > div{width: calc(50% - 15px);}
    .clients_n_examples .arrow_slider{bottom: -37px;}
    .team .uslider > div:nth-child(3n){margin-right: 0;}
    .team .uslider{
        white-space: unset;
        margin-top: 60px;
    }
    .team .uslider > div{
        width: 260px;
        margin-bottom: 10px;
    }
    .team .arrow_slider{display: none;}
    #faq > h1, .team h3, #application h1{font-size: 50px;}
     .wrapper.elements h1, #faq h1, .about .wrapper.elements > div:nth-child(1) p, #faq > div{
        float: left;
        width: 50%;
    }
     .about .wrapper.elements > div:nth-child(1) p, #faq > div, .team .wrapper > p, .projectsl_wrapper > div:nth-child(2){padding-left: 15px;}
     .wrapper.elements h1, #faq h1,.team .wrapper > h3, .projectsl_wrapper > div:nth-child(1){padding-right: 15px;}
    .clients_n_examples {padding: 60px 50px 136px 50px;}
    .results > div > div p{max-width: 220px;}
    .results > div > div:last-of-type{margin-right: 0;}
    .results > div > div{
        width: 260px;
        height: 260px;
        margin-right: 10px;
    }
    .keyprops .wrapper{margin-top: -30px;}
     .wrapper.elements > div,  .wrapper.elements{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .homeabout.wrapper, .keyprops .wrapper, .clients,  .wrapper.elements > div.team, .projects .first_block.wrapper + *, .projectsl_wrapper, .contact_content.wrapper, .contact_content > h1,
    .information #faq{
        padding-top: 100px;
    }
    .homeabout.wrapper, .keyprops .wrapper, .clients, .projectsl_wrapper, .wrapper.project, .projects .category_items, .contact_content.wrapper, #faq,.information .wrapper.elements{padding-bottom: 100px;}
    .results.wrapper{padding-bottom: 90px;}
    .homeabout > div, .projectsl_wrapper > div{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .social{text-align: right;}
    .footer .top > div:not(.bottom){width: calc(100% / 3);}
    .home .keyprops{
        font-size: 48px;
    }
    .home .intro .wrapper .new a{
        height: 250px;
        line-height: 250px;
        border-radius: 50%;
        margin: 0;
    }
    .home .intro .wrapper .new{
        padding: 0 50px;
    }
    .home .intro .wrapper .new > *{
        width: calc(100% - 250px);
    }
    .slider .sub-axis.left_f {left: -10px;}
    .slider .sub-axis.right {right: -10px;}
    #proj{top: -94px;}
    .about #old_about_text, .contact #old_about_text {
        top: 0;
        left: 235px;
    }
    .dropdown_menu li.nav_series{
        margin-top: 10px;
        width: 100%;
    }
    .dropdown_menu li{padding: 0 15px;}
    .product_types div > span{margin-top: 5px;}
    .filters_checkbox .title{margin-top: 1px;}
    /* Header */

    /* Body */
    .wrapper,.wrapchilds > *,.wrapchilds_filters > *{
        width: 920px;
        padding: 0 15px;
    }
    /* category content */
    .news_preview .product_preview{height: 140px;}
    .news_preview .product_preview > a,.news_preview .product_preview > a .image,.news_preview .product_preview > a .info{height: 107px;}
    .news_preview .product_preview > a .image{width: 107px;}
    .news_preview .product_preview > a .info .title{
        font-size: 15px;
        height: 70px;
    }
    .news_preview .dots,.products .uslider + .dots{
        height: 20px;
        margin-top: -35px;
        padding-bottom: 35px;
    }
    .news_preview .product_preview .date-preview-news{
        bottom: 4px;
        left: 9px;
    }
    .product_preview, .news_preview .product_preview, .contact .description > div{
        width: 50%;
    }
    .news_preview .product_preview > a .info {
        padding: 1px 11px;
        left: 107px;
    }
    .news_preview .product_preview > a .info .date-preview-news {
        left: 11px;
    }
    .product_preview .image {
        height: 284px;
    }
    .projects .product_preview .image {
        height: auto;
    }
    .news.category .product_preview .image {
        height: auto;
    }
    /* product content modifications */
    .modifications td {
        padding-right: 15px;
    }
    .product td > span {
        width: auto;
    }
    .close_bar_form {
        margin-top: -25px;
        margin-right: -12px;
    }
    .slider {
        padding: 0 0 40px 0;
    }
    .own_tooltip {
        top: 24px;
    }
    .wrapper:not(.modifications) .circle-inside {
        position: absolute;
        padding: 8px;
        top: unset;
        left: unset;
    }
    /*.left-bar {display: block;}*/
    .about .left-bar,.navbar-toggle{display: none;}
    .contact_form.wrapper{
        padding-left: 235px;
    }
    .ph{top: 15px;}
    form input[type="text"], form textarea, .agreement{margin-top: 15px;}
    form input[type="text"], form textarea{font-size: 18px;}
    form input, form textarea{padding: 3px 0;}
    /* Body */
    .product_preview .image {
        height: 359px;
    }
    .products .uslider, .news_preview .uslider {
        margin: 0 auto;
    }
    /* product content modifications */
    .modifications td {
        height: 61px;
        max-width: 145px;
        padding-top: 15px;
    }
    .modifications td:first-child, .modifications td:last-child {
        height: 62px;
    }
    .compare.product .modifications td:first-chil{height: 61px;}
    .modifications td:last-child {
        text-align: left;
        width: 190px;
        padding: 15px 0 0 15px;
        right: 15px;
    }
    /* Среди наших клиентов */
    .clients .uslider{padding: 0 60px;}
    .clients .uslider > div {
        width: calc((100% - 120px) / 5);
    }
    /* Шаблон "О компании" */
    .first_block.wrapper {
        height: 400px;
        width: auto;
    }
    .about .headers, .contact .headers {
        width: 200px;
        float: left;
        border-bottom: 0;
        border-right: 1px solid #d2d2d2;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .about .headers > div, .contact .headers > div {
        float: left;
        width: 100%;
        height: 50px;
    }
    .about #about_text, .about #old_about_text, .contact #about_text, .contact #old_about_text {
        width: calc(100% - 220px);
    }
    .about #about_text, .about #old_about_text {
        float: right;
    }
    .about .headers > div > a, .contact .headers > div > a{padding: 0 15px 0 0;}
    .about .headers > hr, .contact .headers > hr {
        right: 0;
        transition: height,top .3s ease;
    }
    .contact .description > div, .contact .description > h3 {
        padding: 13px 30px 0 0;
    }
    .contact #about_text, .contact #old_about_text {
        float: right;
    }
    .bar-form-collapse.collapse,.bar-form-collapse.collapsing {right:calc(-100% + 76px);}

    /* Footer */
    .modifications td:last-child > span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        width: 67px;
        height: 31px;
        margin: 0 auto -8px;
    }
    .compare td:last-child > span {
        left: auto;
    }
    .rows_1{min-height: 36px;}
    .rows_2{min-height: 64px;}
    .rows_3{min-height: 87px;}
    .rows_4{min-height: 112px;}
    html,body{min-width: 1000px;}
    .left > .arrow_slider{
        height: 100%;
        top: 0;
        width: unset;
        left: 50%;
        margin-top: 0;
        margin-left: -12px;
        transition: .3s;
    }
    .left .arrow_slider img:first-child{
        transform: rotate(90deg);
        position: absolute !important;
        top: unset;
        bottom: 57px;
        left: 0;
    }
    .left .arrow_slider img:last-child{
        transform: rotate(-90deg);
        top: 113px;
        left: 0;
    }
    .empty-desktop {
        display: block;
    }
    .content, .first_block.wrapper{padding-top: 70px;}
    /* Header */
    .nav .active {
        color: inherit;
        border-bottom: 1px solid #333;
    }
    .nav li:hover a span::after{
        transform: rotate(180deg);
    }
    .nav li.has_subnav:hover .dropdown_menu{
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    .nav li.has_subnav .dropdown_menu,.nav li.has_subnav a span::after,.nav li.has_subnav > a, #shadow{transition-delay: .2s;}
    .about .nav li.has_subnav a span::after, .hseries .nav li.has_subnav a span::after{filter: contrast(0) brightness(2);}
    .navbar-collapse .phone {
        margin-top: 17px;
        margin-right: 15px;
    }
    /* Body */
    .wrapper,.wrapchilds > *,.wrapchilds_filters > *, .category_items{
        padding-left: 60px;
        padding-right: 60px;
    }
    .category_items{padding-top: 30px;}
    .clients_n_examples .examples.uslider {
        margin-left: 2px;
    }
    /* body category content */
    .product_preview {
        width: 33.3%;
    }
    .products .product_preview, .news_preview .product_preview {
        width: 295px;
    }
    .products .uslider, .news_preview .uslider {
        width: calc(295px * 3);
    }
    .bar-form-collapse{
        width: 472px;
        padding: 0 40px 30px;
    }
    .bar-form-collapse.collapse,.bar-form-collapse.collapsing {right:-472px;}
    .close_bar_form {
        margin-top: -20px;
        margin-right: -7px;
    }
    .product_preview .image {
        height: 292px;
    }
    /* body product content */
    .product .content .left, .product .content .bg {
        width: 50%;
        height: 776px;
        text-align: left;
        min-height: 546px;
    }
    .product .content .left img {
        height: auto;
        max-height: 100%;
    }
    .left .dots {
        left: auto;
        bottom: auto;
        right: -12px;
        top: 50%;
        transform: translateY(-50%);
        padding: 4px 3px;
        border-radius: 20px;
        background-color: #fff;
    }
    .product .left .dots a {
        display: block;
    }
    .product .content .bg {
        display: block;
        right: 0;
        background: #fff;
    }
    .product .content{padding: 0;}
    .product_info, .product h1, .product .breadcrumb {
        margin-left: 50%;
        padding-left: 85px;
    }
    .news_preview .product_preview .info .title {
        width: 150px;
    }
    /* product modifications */
    .modifications td .addcart {
        opacity: 0;
        padding: 7px 20px 5px 20px;
        position: absolute;
        top: 50%;
        top: 50%;
        border-radius: 15px;
    }
    .modifications td .addcart,.mets > span, .product_preview .button{font-size: 11px;}
    .modifications td:first-child, .modifications td:last-child {
        height: 48px;
    }
    .modifications td,.compare.product .modifications td:first-child, .compare.product .modifications td:last-child {
        height: 47px;
    }
    .modifications td:first-child {
        width: 180px;
        left: 15px;
        padding-right: 15px;
    }
    .modifications .scroll{
        margin: 0 190px 0 180px;
        min-width: 50%;
    }
    .modifications td > span {
        white-space: nowrap;
        max-height: 45px;
    }
    .product .head td > span {
        white-space: normal;
    }
    .product td:first-child:before {
        display: block;
    }
    /* home page */
    .home .intro {
        min-height: 800px;
    }
    .home .intro .bgtext {
        font-size: 115px;
        line-height: 135px;
        right: 0;
        text-align: center;
        top: 133px;
    }
    /* contacts page */
    #map {
        height: 500px;
    }
    .contact .vertical-lines {
        position: absolute;
        width: calc(100% - 76px);
        height: 100%;
        left: 76px;
    }
    .contact .description > div {
        width: 33.3%;
        height: 195px;
    }
    .product_preview .button:before,
    .home h3,.contact .title, .ph{font-size: 16px;}
    .ph.on,.modifications .head td > span, #application .ph.on{font-size: 12px;}
    .footer hr,.footer .top span,.carthead{margin-bottom: 20px;}
    /* Шаблон "О компании" */
    .hseries .nav li > a, .hseries .navbar-collapse .row:not(:nth-child(n-3)) a{
        color: #fff;
    }
    .first_block h1 {
        font-size: 72px;
    }

    /* Footer */
    .footer {
        height: 512px;
        position: relative;
        z-index: 0;
    }
    .footer .top {
        bottom: 84px;
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .footer .top > div,.footer .top ul{margin-bottom: 30px;}
    .footer .top ul {
        list-style: none;
        color: #838383;
        line-height: 1.6;
        margin-top: 20px;
    }
    .footer .top ul li {padding: 5px 0;}
    .product h1,.wrapper > span.title{padding-bottom: 20px;}
    .footer .denero_logo img{height: 14px;}
    /* */
    .wrapper > span.title{font-size: 30px;}
    a.page_link{
        line-height: 55px;
        right: 60px;
    }
    .product_preview .info{padding: 25px 15px 5px;}
    .mets > span, .product_preview .button{
        padding: 7px 17px 5px 17px;
        border-radius: 15px;
    }
    .product_preview .button:before{
        margin-right: 8px;
        margin-top: -7px;
        top: 2px;
    }
    .product_preview .button{top: 241px;}
    .product_preview .info > span,
    .product_preview .info > ul{
        padding-top: 10px;
        margin-bottom: 5px;
    }
    .product_preview .info > ul li,.navbar-collapse .row a,
    #order_button, #follow_button, #diller_button a,.news_preview .product_preview .date-preview-news,
    .content #fixed_product_name .buttons a, #map .info ul li{font-size: 13px;}
    .breadcrumb{
        margin-bottom: 13px;
        padding: 8px 0;
    }
    .product_preview .info > ul li > span{padding-right: 7px;}
    .product_preview .dots{
        top: 23px;
        right: 10px;
    }
    .dots > a{
        width: 19px;
        height: 19px;
    }
    .dots > a:before{
        width: 14px;
        height: 14px;
        border-radius: 7px;
    }
    .dots > a:after{
        height: 4px;
        width: 4px;
    }
    .products .wrapper .arrow_slider{margin-top: -123px;}
    body.post .products .wrapper .arrow_slider{margin-top: -139px;}
    .clients_n_examples .wrapper > a.page_link{top: -13px;}
    .product_info .ae_h a > div span{font-size: 10px;}
    .product_info .ae_h a > div{
        margin-left: 5px;
        padding: 0 52px 0 162px;
    }
    .product_info .ae_h a > div:before{left: 133px;}
    .about .headers h2, .contact .headers h2, body, #map .info, #application .ph{font-size: 20px;}
    .news .product_preview .info > p, .news_preview .product_preview .info > p,  .projects .product_preview .info > p, .series .product_preview .info > p{height: 63px;}
    .content .news_preview{padding-top: 40px;}
    .news_preview > a.page_link {top: 40px;}
    .category_items, .compare .product > div,.product .content > .modifications{padding-bottom: 55px;}
    .news_preview.wrapper .arrow_slider{top: 154px;}
    .post .content .date, .article .content .date{padding-bottom: 38px;}
    h1, h3{
        font-size: 30px;
        padding-bottom: 38px;
    }
    .keyprops .wrapper .arrow_slider{top: 152px;}
    .about .headers h2, .contact .headers h2{padding: 18px 0;}
    .content .description p, .content .description ul, .content .description ol {margin-bottom: 25px;}
    .contact .description > h3{height: 45px;}
    .contact .description .info{
        padding-top: 21px;
        line-height: 25px;
    }
    #order_button, #follow_button, #diller_button a{
        padding: 13px 20px;
        width: 200px;
    }
    .product .content > .modifications{
        padding-top: 94px;
        margin-top: -39px;
    }
    .product .content .left{padding-top: 96px;}
    .modifications .head td > span{
        max-height: 47px;
        line-height: 16px;
    }
    .modifications .head .space{padding-right: 8px;}
    .modifications .head td,.compare .modifications .head:not(.fixed_table_header) td:first-child, .compare .modifications .head:not(.fixed_table_header) td:last-child{height: 55px;}
    .modifications .head td:first-child, .modifications .head td:last-child{height: 56px;}
    td.help_type {padding-right: 15px;}
    .file:before{font-size: 21px;}
    .modifications td:last-child .ies_file{left: 26px;}
    .modifications td:last-child .sheme_file {left: 51px;}
    .compare.product .modifications .scroll {margin: 0 82px 0 180px;}
    .modifications .fixed_table_header td:first-child, .modifications .fixed_table_header td:last-child, .compare.product .modifications .fixed_table_header td:first-child, .compare.product .modifications .fixed_table_header td:last-child {
        height: 60px;
        padding-top: 4px;
    }
    .bar-form-collapse a.close-btn{
        font-size: 26px;
        line-height: 60px;
        padding: 0;
    }
    #product_scroll{
        margin-top: 12px;
        min-height: 80px;
    }
    .product_cart {margin-bottom: 10px;height: 70px;}
    .product_cart .img-cart{
        width: 70px;
        margin-right: 30px;
    }
    .product_cart_info{width: calc(100% - 125px);}
    .product_cart_info{left: 90px}
    .remove_product:after,.carticon:before{
        font-size: 17px;
        line-height: 20px;
    }
    .footer .top hr{margin: 5px 0 15px}
    .col-sm-3{width: 25%;}
    .product .content > div#fixed_product_name{
        height: 36px;
        top: 96px;
        bottom: unset;
    }
    #fixed_product_name img{height: 36px;}
    #fixed_product_name p{width: 519px;}
    #fixed_product_name .buttons{width: 329px;}
    .content #fixed_product_name .buttons a{
        margin-top: 1px;
        padding: 7px 20px 5px 20px;
        padding: 5px 15px;
    }
    .modifications .fixed_table_header td:first-child, .modifications .fixed_table_header td:last-child,.compare.product .modifications .fixed_table_header td:first-child, .compare.product .modifications .fixed_table_header td:last-child,.compare.product .modifications .scroll.fixed_table_header {margin: unset;}
    .modifications .scroll.animation_fixed_table_header,.modifications .fixed_table_header td:first-child, .modifications .fixed_table_header td:last-child, .compare.product .modifications .fixed_table_header td:first-child, .compare.product .modifications .fixed_table_header td:last-child{top: 96px;}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left: -15px;}
    .navbar-brand{
        padding-left: 15px;
        height: 70px;
        padding: 19px 15px;
    }
    .navbar-collapse.collapse{
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav{
        margin: 0;
        position: absolute;
        float: unset;
        left: 0;
        top: 0;
        text-align: center;
        width: 100%;
    }
    .collapse.in + .close-form{right: 472px;}
    .slider .title{margin-bottom: 42px;margin-left: -10px;}
    .slider .circle{left: -20px;top: 17px;padding: 10px;}
    .slider .circle:before{
        width: 20px;
        height: 20px;
    }
    .slider .right, .slider .left_f{bottom: 29px;}
    .slider,.filters_attr .slider{width: 372px;margin-left: 10px;}
    .slider .info{bottom: 25px;}
    .container-fluid>.navbar-collapse, .container>.navbar-collapse{margin-left: 0;margin-right: 0;}
    .ae_h {padding: 17px 0 18px 0;}
    #filter-form .filters_checkbox li a,.view-params li a{
        padding: 0 8px;
        line-height: 23px;
    }
    .slider .main-axis, .slider .sub-axis{bottom: 37px;}
    .contact_form{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .wrapheader{padding: 0 60px;}
    #faq > h1{margin-top: -4px;}
}
@media (min-width: 1401px) {
    .post_img .arrow_slider{bottom: 60px;}
    .post_img .arrow_slider + .uslider{padding-bottom: 110px;}
    .team .uslider > div > div{height: 275px;}
    #map .link::before{
        width: 30px;
        height: 30px;
    }
    .closemarkermap ~ p:nth-of-type(1){margin: 18px 0;}
    .navbar-brand{
        height: 96px;
        padding: 30px 15px;
    }
    .home .intro .wrapper .new > *{
        width: calc(100% - 300px);
    }
    .home .intro .wrapper .new a{
        width: 300px;
        height: 300px;
        line-height: 300px;
    }
    .dropdown_menu{padding-top: 96px;}
    .nav li.has_subnav a span::after{
        top: 44px;
        right: 2px;
    }
    .short_info > div{margin-bottom: 60px;}
    .category_items{padding-top: 60px;}
    .team .uslider > div p, .product_preview p, .closemarkermap ~ p:nth-of-type(1){font-size: 20px;}
    .team .uslider > div p:nth-child(3n), .product_preview p:nth-child(3n), .closemarkermap ~ p:nth-of-type(2), .closemarkermap ~ a{font-size: 16px;}
    .team .uslider > div, .product_preview{padding: 20px 20px 96px 20px;}
    .team .uslider > div{padding-bottom: 20px;}
    .team .uslider > div p, .product_preview p{padding-top: 20px;}
    .team .uslider > div{
        width: 391.6px;
    }
    .product_preview{width: calc((100% - 40px) / 5);}
    .projects .product_preview:nth-child(5n){margin-right: 0;}
    .results > div > div p,.results > div > div h2{left: 38px;}
    .results > div > div p{max-width: 315px;}
    .results > div > div{
        width: 391px;
        height: 391px;
        margin-right: 11px;
    }
    .closemarkermap ~ a::before{top: 10px;}
    .closemarkermap ~ p:nth-of-type(2){margin-bottom: 10px;}
     .wrapper.elements > div,  .wrapper.elements{
        padding-top: 71px;
        padding-bottom: 71px;
    }
    .homeabout.wrapper, .keyprops .wrapper, .clients,  .wrapper.elements > div.team, .projects .first_block.wrapper + *, .projectsl_wrapper, .contact_content.wrapper, .contact_content > h1,
    .information #faq{
        padding-top: 143px;
    }
    .homeabout.wrapper, .keyprops .wrapper, .clients, .projectsl_wrapper, .wrapper.project, .projects .category_items, .contact_content.wrapper, #faq, .information .wrapper.elements{padding-bottom: 143px;}
    .results.wrapper{padding-bottom: 133px;}
    /* Страница поста новости */
    .slider, .filters_attr .slider{width: 392px;}
    .clients_n_examples .examples.uslider {
        margin-left: 0px;
    }
    /* Header */
    /* navbar */
    .navbar-collapse .phone {
        font-size: 13px;
    }
    .navbar-collapse .request {
        font-size: 12px;
    }
    /* Body */
    /* body category content */
    .clients .uslider > div{
        width: calc((100% - 180px) / 7);
    }
    .news_preview .product_preview {
        height: 150px;
    }
    .news_preview .uslider {
        width: 100%
    }
    .bar-form-collapse{
        width: 512px;
        padding: 0 50px 30px;
    }
    .collapse.in + .close-form{right: 512px;}
    .bar-form-collapse.collapse,.bar-form-collapse.collapsing {right:-512px;}
    .close_bar_form {
        margin-top: -25px;
        margin-right: -12px;
    }
    /* Блок новости */
    .news_preview .category_items:before {
        display: block;
        content: " ";
        position: absolute;
        width: calc(100% - 15px);
        height: calc(100% - 145px);
        top: 115px;
        left: 15px;
    }
    .news_preview .product_preview img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .news_preview .product_preview .image, .news_preview .product_preview .info {
        width: 50%;
        float: left;
        padding-top: 0;
        background: none;
    }
    .rows_1{min-height: 37px;}
    .rows_2{min-height: 64px;}
    .rows_3{min-height: 91px;}
    .rows_4{min-height: 118px;}
    .product_preview .button{top: 269px;}
    #fixed_product_name p{width: 914px;}
    /* Header */
    /* Body */
    .wrapper,
    .wrapchilds > * ,.wrapchilds_filters > * {
        width: 1315px;
    }
    .product_preview .image {
        height: 320px;
    }
    .product_preview .info > ul li, #map .info ul li{
        font-size: 14px;
    }

    .products .product_preview, .news_preview .product_preview {
        width: 320px;
    }
    .products .uslider {
        width: calc(320px * 4);
    }
    /* Блок новости */
    .news_preview .product_preview > a {
        height: 128px;
        margin-top: 7px;
    }
    .news_preview .product_preview > a .info {
        height: 128px;
        left: 128px;
        padding: 3px 11px 3px 9px
    }
    .news_preview .product_preview .info .title {
        width: 170px;
        margin-top: 9px;
        margin-left: -6px;
    }
    .news_preview .product_preview .info > p {
        height: 126px;
    }
    .product_preview .info {
        padding: 25px 15px 5px;
    }
    body .news_preview .product_preview .image {
        position: relative;
        overflow: hidden;
        width: 128px;
        height: 128px;
    }
    body .news_preview .product_preview > a .info .date-preview-news {
        font-size: 14px;
        bottom: 7px;
        left: 9px;
    }
    .content, .contact .first_block.wrapper{padding-top: 96px;}

    /* Footer */
}
/* Navbar hamburger switches on 500 */
.information .wrapper.elements .description > p{
    width: 100%;
    padding: 0;
}
@media (max-width: 500px) {
    .projectsl_wrapper > div:nth-child(2){padding-top: 55px;}
    .product_preview{width: 225px;}
    .projects .product_preview:nth-child(2n){margin-right: 0;}
    .product_types .product_menu{
        text-align: left;
        margin: 0 -20px;
    }
    .product_types li, .filters_checkbox li{padding-bottom: 15px;}
     .wrapper.elements > div.team{padding-bottom: 54px;}
    .team .wrapper > p{
        width: 100%;
        margin-top: 15px;
    }
    .navbar-nav>li{
        width: 100%;
        float: left;
    }
    .header{
        position: fixed;
        top: 0;
    }
    .carticon{
        margin-right: 13px;
        top: 7px;
    }
    .clients_n_examples a.page_link{top: -10px;}
    .navbar .link{display: none;}
    
    .slider .circle-inside{
        top: -18px;
        left: -7px;
    }
    .button-filters > a{
        margin-left: 25px;
        padding-right: 16px;
    }
    .product_types .button-filters{
        padding: 0 0 13px 0;
    }
    .button-filters > a::after,.product_info .modifications_link a::after {
        width: 13px;
        height: 13px;
        background-size: cover;
        top: 3px;
    }
    .product_info .modifications_link a::after {
        top: 5px;
    }
    .product_info .modifications_link a {
        padding-right:16px;
    }
    .product_info .buttons a,#fixed_product_name .buttons a{
        padding: 16px 19px;
        border-radius: 29px;
        font-size: 16px;
        margin-right: 19px;
    }
    .navbar-collapse,.navbar-collapse.collapse,.navbar-collapse.collapsing,.navbar-collapse.in {
        position: fixed;
        width: 426px;
        height: 100% !important;
        left: -426px;
        top: 0;
        opacity: 0.2;
        background: rgba(24,24,24,1);
        text-align: left;
        transition: all 0.6s;
        border: none;
        z-index: 14;
        display: block !important;
        overflow-x: visible !important;
        overflow-y: auto !important;
        color: #acacac;
        margin: 0;
        padding: 0;
    }
    .navbar-collapse a:hover,.navbar-collapse a:active,.navbar-collapse a:focus{opacity:1;color:#fff;}
    .navbar-collapse.in{left:0;opacity:1;}
    .navbar-collapse .nav li a {
        font-size: 25px;
        line-height: 50px;
        padding: 0 20px;
        margin: 0;
    }
    .nav li.has_subnav a span::after{
        filter: contrast(0) brightness(2);
        opacity: 0.6;
        width: 15px;
        height: 15px;
        background-size: cover;
        top: 10px;
        right: -20px;
    }
    .nav li.has_subnav a span.active::after{opacity: 1;}
    .nav li.has_subnav.toggle_menu a span::after{
        transform: rotate(180deg);
    }
    .navbar-collapse .nav li.has_subnav .dropdown_menu{
        position: relative;
        top: 0;
        background: none;
        height: 0;
        overflow-y: hidden;
        padding-left: 19px;
    }
    .dropdown_menu, .dropdown_menu ul{
        padding: 0;
        z-index: unset;
    }
    .navbar-collapse .nav .dropdown_menu li{width: 100%;}
    .navbar-collapse .nav .dropdown_menu li a{
        pointer-events: all;
        color: #fff;
        padding: 0;
        font-size: 16px;
        line-height: 35px;
    }
    .navbar-collapse .nav li.has_subnav.toggle_menu .dropdown_menu{
        opacity: 1;
        visibility: visible;
    }
    .close-menu {
        display: block;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 0;
        cursor: pointer;
    }
    .navbar-collapse.in + .close-menu {
        width: 76px;
        opacity: 1;
        visibility: visible;
    }
    .breadcrumb{font-size: 16px;}
    .first_block > nav{margin-top: 30px;}
    .navbar-collapse .request a{font-size: 16px;}
    .navbar-collapse a.close-btn {padding-left: 20px;}
    .navbar-collapse .close-btn:before {
        content: "\f2d7";
        display: inline-block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-family: Ionicons;
    }
    .navbar-collapse .navbar-nav {
        margin: 0;
        width: 100%;
    }
    .navbar-collapse .request {
        left: 19px;
        width: 100%;
        margin: 0;
        font-size: 16px;
        padding-left: 38px;
    }
    .navbar-collapse .row{
        width: 100%;
        margin: 0;
    }
    .navbar-collapse .request, .navbar-collapse .phone{
        width: 50%;
        margin: 0;
    }
    .navbar-collapse .phone{padding-left: 19px;}
    .navbar-collapse .request{margin-top: -7px;}
    .navbar-collapse .request svg {
        fill: #fff;
        width: 28px;
    }
    .navbar-collapse li a span {
        font-weight: 600;
        font-size: 22px;
        position: relative;
        color: #fff;
    }
    .product .content{padding-top: 443px;}
    .navbar-toggle{display:block;margin-right:76px;}
    .product .left div.arrow_slider img{height: 34px;}
    .bar-form-collapse form legend, .carthead h3{
        font-weight: 300;
        font-size: 23px;
    }
    .home .header{
        top: 15px;
        position: absolute;
    }
    #cart > hr{margin: 26px 0;}
    #link_compare{font-size: 15px;}
    #link_compare svg{
        width: 20px;
        height: 10px;
    }
    .modifications td .addcart {padding: 8px 13px 7px;}
    /*Мобильные новости*/
    .news .product_preview .image {
        width: 175px;
        height: 175px;
        position: absolute;
        z-index: 1;
        float: left;
    }
    .news .product_preview .image img {
        height: auto;
        width: 100%;
    }
    .news .product_preview {
        margin-bottom: 19px;
        height: 178px;
    }
    .news .product_preview .info {
        width: 100%;
        height: 175px;
        position: relative;
        padding: 6px 13px 6px 188px;
        overflow: hidden;
    }
    .news .product_preview .info ul {padding-top: 17px;}
    .news .product_preview .info .title, .news .product_preview .info p{height: 57px;}
    .news .product_preview .image img {
        height: auto;
        width: auto;
    }
    /*#diller_button {
        float: none;
        margin: 28px 0;
    }*/
    form label{margin-bottom: 7px;}
    .product_info .buttons{display: none;}
    .product .content > .wrapper:not(.first_block){padding-bottom: 70px;}
    .footer .top{padding-bottom: 10px;}
    .footer .top div > span{display: block;}
    .bottom .right{margin-top: 10px;}
}
/* Класс для скрытия вместо display none*/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.circle-loading.visually-hidden{display: none;}
/* Анимация загрузки при фильтрации*/
.product_types > .circle-loading {
    width: 20%;
    position: absolute;
    margin-top: 35px;
    z-index: 12;
    background: none;
    margin-left: 49%;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #0087bb;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1.0);
      }
}
/* Анимация появления фильтров*/
.filters_attr {
    height: 0;
    transition-duration: .6s;
}
.filters_attr .check li a:after {
    position: relative;
    margin: 0;
    left: 1px;
    display: none;
}
.filters_attr .check li.active a:after {
    position: relative;
    margin: 0;
    left: 5px;
    display: inline;
}
.product_types .filters_attr .active li {
    padding-right: 10px;
}
.product_types .filters_attr .active li.active {
    padding-right: 0;
}
/* Боковое меню статей */
.page-sidebar {
    background: #f4f4f4;;
    width: 28%;
    float: right;
    padding: 60px 55px;
    padding-right: 0;
    position: relative;
    z-index: 10;
}
.page-sidebar .tagcloud a {
    background: transparent;
    color: #282828;
    border: 1px solid #282828;
    border-radius: 22px;
    padding: 8px 15px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Rubik, sans-serif;
}
.widget, .widget p, .widget .subtitle {
    color: #8b8b92;
}
.widget {
    line-height: 1.6;
    margin: 0;
    padding: 50px 0 0;
    list-style: none;
    max-width: 400px;
}
.widget_categories > ul > li:first-child {
    padding-top: 0;
}
.widget li {
    padding: 5px 0;
}
.widget.widget_search {
    padding: 0;
}
.widget form {
    font-size: unset;
}
.widget_search form button {
    background: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 19px;
    padding: 0 0;
    width: 30px;
    height: 100%;
    text-align: right;
    top: 0;
    right: 0;
    display: inline-block;
    position: absolute;
}
.widget form input {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    font-size: 15px;
    padding: 12px 0;
    margin: 0;
}
.search-but:before {
    content: "\f4a4";
    font-family: Ionicons;
    position: absolute;
    top: 8px;
    right: 0;
}
.search-form > label {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
}
h3.widget-title {
    text-align: inherit;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
    font-family: Roboto, sans-serif;
    padding-bottom: 0;
}
.page-sidebar ul {
    list-style: none;
    margin: 0;
}
.widget ul > li:first-child {
    padding-top: 0;
}
.widget li a, .widget button {
    font-size: 15px;
    background: none;
    padding: 0;
}
.widget button {
    border-bottom: 1px solid transparent;
}
.widget li a:hover, .page-sidebar .active_elem, .widget button:hover {
    color: #8088E6;
    border-bottom: 1px solid #8088E6;
}
.page-sidebar .active_elem {
    pointer-events: none;
    cursor: default;
}
.articles .category_items, .article .description {
    width: 70%;
    display: inline-block;
}
@media (max-width: 500px) {
    .page-sidebar {
        float: none;
        padding: 30px 25px;
        width: auto;
        margin: 30px -25px 0;
        display: block;
        clear: both;
    }
    .articles .category_items, .article .description {
        width: 100%;
    }
}
/* Статья */
.blog-post-masonry {
    left: 0px;
    top: 0px;
}
.blog-grid:hover {
    background: #f4f4f4;
}
.blog-grid {
    padding: 25px 30px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    transform: translateY(0%);
    transition: transform .6s, opacity .8s, background .3s;
    opacity: unset;
}
.hide_article {
    opacity: 0;
    padding: 0;
    border-bottom: unset;
    transform: translateY(50%);
}
.blog-grid h3 {
    padding-bottom: 6px;
}
.brand-bg-color {
    background-color: #8088E6;
    border-radius: 15px;
    border: 1px solid #8088E6;
    padding: 0px 15px;
    line-height: 29.5px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Rubik, sans-serif;
}
.blog-grid:hover .brand-bg-color, .page-sidebar .tagcloud a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #8088E6;
    border: 1px solid #8088E6;
}
.blog-grid:hover h3 a, .buttons_article table:hover td, .buttons_article .but_next_prev:hover h3 {
    color: #8088E6;
}
.tags {
    margin-bottom: 10px;
}
.tags a {
    color: #fff;
}
.blog-grid h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family: Roboto, sans-serif;
}
.blog-grid > div > p {
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    overflow: hidden;
    max-height: 65px;
}
.page-sidebar:after {
    content: '';
    background: inherit;
    width: 500%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.page-sidebar:after {
    left: 100%;
}
.blog-grid footer .data {
    color: #888;
}
/* Кнопки назад и вперед*/
.buttons_article {
    float: right;
    width: 100%;
}
.buttons_article div a {
    display: inline-block;
    position: relative;
}
.but_next_prev {
    float: left;
    position: relative;
    min-height: 1px;
    transition: all 0.3s;
}
.but_next_prev .content h3 {
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-weight: 500;
    font-size: 17px;
    transition: color .2s ease-in-out;
    padding-bottom: 0;
    display: inline-block;;
    max-width: 505px;
}
@media  (min-width: 501px) {
    .but_next_prev .content h3 {
        white-space: nowrap;
    }
}
.but_next_prev h3.text-right{
    padding-left: 15px;
}
.but_next_prev h3.text-left {
    padding-right: 15px;
}
.but_next_prev .subtitle {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
}
.but_next_prev a div {
    padding: 20px 0px;
    float: left;
    display: inline-block;
    overflow: unset;
}
.but_next_prev .content.text-right:after, .but_next_prev .content.text-left:before {
    font-family: Ionicons, sans-serif;
    position: absolute;
    width: 60px;
    top: 28%;
    text-align: center;
    font-size: 28px;
    transition: color .3s;
    text-shadow: 0 1px 0 rgb(40 40 40 / 40%), -0.5px 0 0 rgb(40 40 40 / 40%), -0.5px 1px 0 rgb(40 40 40 / 40%);

}
.but_next_prev .content.text-right:after {
    content: "\f3d6";
    right: -53px;
}
.but_next_prev .content.text-left:before {
    content: "\f3d5";
    left: -53px;
}
.buttons_article .but_next_prev:hover .content.text-right:after, .buttons_article .but_next_prev:hover  .content.text-left:before {
    color: #8088E6;
}
.but_prev {
    float: left;
    border-left: 1px solid transparent;
    padding-left: 48px;
}
.but_next {
    float: right;
    border-right: 1px solid transparent;
    padding-right: 48px;
}
.but_prev:hover, .but_next:hover {
    border-color: rgba(0, 0, 0, 0.1);
}
.left .video{
    background-color: #4f4f53;
}
.dots > a[video]:after {
    background: transparent;
    content: '';
    transform: translate(-24%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #404044;
    border-bottom: 5px solid transparent;
}
h3 {margin-top: 0;}
@media(min-width: 1040px){
    .left-bar{width: 76px;}
}
@media(min-width: 1001px){
    .left {
        height: 100vh !important;
    }
}
@media (min-width: 501px) and (max-width: 1000px) and (min-height: 500px) {
    .content {min-height: 982px;}
}
@media (min-width: 501px) and (max-width: 1000px){
    .left{
        max-height: 750px;
        min-height: 550px;
    }
}
@media(min-width: 501px) and (max-width: 1400px){
    #faq > h1, .team h3{font-size: 40px;}
    #faq > div > p{font-size: 20px;}
    .link::before{
        width: 24px;
        height: 24px;
    }
    #faq .link::before{top: -2px;}
    .social a{
        height: 56px;
        width: 56px;
        line-height: 56px;
    }
    .navbar .link, .nav li > a{line-height: 70px;}
    .nav li > a{
        font-size: 12px;
        padding: 0 8px;
    }
    .navbar .link{
        font-size: 16px;
    }
    .navbar .link::before{
        margin-right: 7px;
        top: 6px;
    }
    .carticon{
        width: 44px;
        height: 44px;
        margin-right: 10px;
        padding: 12px;
        top: 13px;
    }
    .carticon span{
        top: 2px;
        right: 5px;
    }
    .results > div > div h2{
        bottom: 60px;
        font-size: 100px;
    }
    .product_preview{width: calc((100% - 30px) / 4);}
    .projects .product_preview:nth-child(4n){margin-right: 0;}
    .has_subnav .dropdown_menu li > a{font-size: 10px;}
    .team .uslider > div > div{height: 172px;}
}