/* 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;
}



/* Default page style */
html, body {
    min-width: 500px;
    position: relative;
}
body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    font-size: 18px;
}
*, *: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: #333;
    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";
}

/* Header */
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: .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: rgb(129 71 145);
}
.navbar-brand {
    max-height: 69px;
    height: 76px;
    padding: 12px 15px 12px 16px;
}
.footer .logo{
    filter: unset;
}
.navbar a:hover,.nav li.has_subnav:hover > a{opacity: 0.6;}
.navbar a.close-menu:hover{opacity: 0;}
.navbar-collapse .request {
    position: relative;
    line-height: normal;
    margin-top: 15px;
}
.navbar-toggle {
    transition: opacity 0.4s ease;
    opacity: 0;
}
.navbar-toggle.collapsed {
    opacity: 1;
}
.nav {
    font-weight: 600;
    float: right;
    margin-right: 16px;
}
.nav li > ul {
    z-index: 1;
}
.nav li > a {
    padding: 0 15px;
    line-height: 70px;
    font-size: 10px;
}
.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?210624");
    right: 3px;
    top: 30px;
    transition: .3s;
}
.button-filters > a::after,.product_info .modifications_link a::after {
    background-image: url("/image/Icon_menu_arrow_purple.svg");
}
#hamburger {
    display: inline-block;
    padding: 10px 13px 4px;
    margin: 12px 95px 12px 0;
}
#hamburger div {
    width: 29px;
    height: 3px;
    background: #c166a2;
    border-radius: 2px;
}
#hamburger div:nth-child(2) {
    margin: 7px 0;
}
#hamburger svg{
    width: 28px;
    height: 18px;
}
#hamburger svg path {fill: #c166a2;}
.row.request svg path{fill: #6f4897;}
.nav li > a{color:inherit}
.icon-bar {
    height: 2px!important;
    background: #404044;
}
.nav li > a:focus, .nav li > a:hover {
    background: none;
}
.nav .active {border-bottom: 1px solid #c166a2;}
.dropdown_menu{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    background: #0087bb;
    padding: 65px 0 15px;
}
.dropdown_menu ul{padding-left: 311px;}
.dropdown_menu li{
    display: inline-block;
    width: 297px;
}
.has_subnav .dropdown_menu li > a{
    padding: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}
.dropdown_menu li::marker{content: none;}
/* Header cart icon */
.carticon {
    position: absolute;
    top: 23px;
    color: #c166a2;
    cursor: pointer;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    right: 12px;
}
.carticon:before {
    background-image: url("/image/cart.svg?100624");
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    width: 39px;
    height: 39px;
    top: -10px;
    right: -6px;
    line-height: 23px;
}
/* Header breadcrumb */
.breadcrumb {
    background: none;
    padding: 12px 0;
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 300;
}
.breadcrumb > li+li:before {
    padding: 0;
    color: unset;
}
.breadcrumb > li:last-child span {color: #999;}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .active, .filters_checkbox .title, .slider .title{
    color: #545454;
}
/* Header h1-h3 */
h1, h3 {
    color: #545454;
    font-family: Rubik;
    font-weight: 300;
    font-size: 38px;
    margin: -19px 0 0 0;
    padding-bottom: 45px;
}
.product h1 {padding-bottom: 25px;}
/* Header category list */
.product_types {
    display: none;
    user-select:none;
}
.category .product_types {
    display: block;
}
.product_types > div {
    /* width: 100%; */
    padding-bottom: 10px;
}
.product_types .product_menu {
    list-style: none;
    line-height: 1;
}
.product_types .check ul {
    display: inline-block;
}
.product_types li, .filters_checkbox li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    line-height: 13px;
}
.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: 1px solid #00000000;
    padding-bottom: 1px;
}
.product_menu li.active a{
    border-bottom: 1px solid #000;
}
.product_types .check li,.filters_checkbox li{
    margin-right: 5px;
    white-space: nowrap;
}
.product_types .more {
    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 > *,.footer .top > div,.wrapchilds_filters > *{
    padding: 0 19px;
}
/* Body content */
.content {
    z-index: 8;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    padding-top: 100px;
}
.home .content, .contact .content{padding-top: 69px;}
.news_preview,.keyprops, .home h1,.about .elements,.content > .wrapper,.contact_content, .compare .content,.product_types,.description,.products{background-color: #fff;}
.about .content{padding-top: 70px;}
.slider .info input,.content p, .content li, .content .description, .content .date {
    font-family: Rubik, sans-serif;
}
.content .description,.contact .description .info{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7;
}
.content .description p, .content .description ul, .content .description div, .content .description ol {margin-bottom: 31px;}
.contact .description div {margin-bottom: 0;}
.empty-desktop {
    display: none;
}
/* Body category content */
.category_items {
    margin-right: -1px;
    margin-left: 0;
    padding-bottom: 60px;
}
.category .category_items{padding-bottom: 80px;}
.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, .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: #6f4897;
    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-weight: 400;
}
.product_info > div:not(.accordion,.buttons) {
    font-family: Rubik;
}
.accordion .ae {
    font-family: Rubik;
    font-weight: 400;
    padding-left: 18px;
    margin-left: -18px;
}
.ae_b {
    position: relative;
    padding-left: 18px;
    margin-left: -18px;
}
/*Иконки файлов для загрзки*/
.download a {
    display: block;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    font-family: Roboto;
    color: #333!important;
    position: relative;
    left: 35px;
    width: calc(100% - 35px);
}
.download a:hover {
    color: #6f4897!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{
    color: #6f4897;
}
/* 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;
}
.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{
    opacity: 1;
    visibility: visible;
}
.product .content > div#fixed_product_name, #fixed_product_name img{height: 56px;}
#fixed_product_name img{mix-blend-mode: darken;}
#fixed_product_name p{
    line-height: 43px;
    margin: 0;
    font-weight: 400;
    width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #814791;
}
.content #fixed_product_name .buttons a{
    padding: 5px 13px;
    margin-top: 12px;
    font-size: 17px;
    line-height: 20px;
    color: #c166a2;
    border-color: #c166a2;
}
#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{
    padding: 7px 14px;
    border-radius: 4px;
    color: #6f4897;
    border: 1px solid #6f4897;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
    opacity: 1; /*TODO: Это зачем?*/
}
.product_info .buttons a:hover,#fixed_product_name .buttons a:hover{
    background: #6f4897;
    color: #fff;
    border-color: #6f4897;
}
.product_info .buttons .request{
    background: none;
    color: #6f4897;
    border-color: #6f4897;
    line-height: 15px;
}
#fixed_product_name .buttons .request{
    color: #fff;
    border-color: #fff;
}
#fixed_product_name .buttons .request:hover{
    background-color: #c166a2;
    color: #000;
    border-color: #c166a2;
}
.product_info .buttons .request:hover{
    background: #6f4897;
    color: #fff;
    border-color: #6f4897;
}
/* 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;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}
.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: #6f4897;
    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: #6f4897;
}
.product_info .aclose .ae_h a:after {
    content: "\f218";
    color: #6f4897;
}
.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 {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    transform: translateX(-50%);
    transition: 0.5s ease;
}
/* 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: #6f4897;
    padding: 7px 17px 5px;
    border: 1px solid #6f4897;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    right: 0;
    top: 16px;
    transform: translateY(-50%);
    position: relative;
    white-space: nowrap;
}
.modifications td .addcart:hover {
    background: #6f4897;
    color: #fff;
}
.modifications tr:hover td a {
    opacity: 1;
}
.modifications td span span, .td_price > span > *:last-child {
    color: #9A9A9A;
}
/* 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{
    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: 18px;
    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: #6f4897;
}
/* 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: 69px;}
.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;
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: -1px;
    margin-right: -1px;
    float: left;
    width: 100%;
    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{
    color: #6f4897;
}
.product_menu li.active:hover a,.product_cart > div a:hover{border-color: #6f4897;}
.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, .clients .uslider + .dots {
    height: 0;
    overflow: visible;
    text-align: center;
}
.products .wrapper > a.page_link {
    top: 0;
}
.clients .uslider + .dots > a:after {
    background-color: white;
}
.examples.uslider + .dots {
    margin-bottom: -25px;
    padding-top: 25px;
}
.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 .uslider + .dots {
    margin-bottom: -22px;
    margin-top: 22px;
}
.clients_n_examples .dots a:after {
    background-color: white;
}
.clients_n_examples .wrapper > a.page_link {
    color: #ececec;
    top: -17px;
}
.wrapper .arrow_slider, .left > .arrow_slider{
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    padding: 0;
}
.wrapper .projectsl_wrapper .arrow_slider {
    top: 50%;
    margin-top: -25px;
}
.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: 261px;
}
.keyprops .wrapper .arrow_slider {
    top: 190px;
}
.clients_n_examples > .wrapper .arrow_slider {
    top: 50%;
    margin-top: -11px;
}
.clients .wrapper .arrow_slider {top: 58px;}
.team .wrapper .arrow_slider {top: 270px;}
body.contact .team .wrapper .arrow_slider {top: 277px;}
.wrapper .arrow_slider img, .product .left div.arrow_slider img{
    position: relative;
    z-index: 2;
    transition: filter .3s;
    user-select:none;
    width: 30px;
    height: 53px;
    filter: contrast(1) brightness(1);
    cursor: pointer;
}
.wrapper .arrow_slider img:hover, .product .left div.arrow_slider img:hover,.button-filters > a:hover::after{
    filter: contrast(0) brightness(0.4);
}
.clients_n_examples .wrapper .arrow_slider img, .clients .wrapper .arrow_slider img {
    filter: contrast(0) brightness(2);
}
.clients_n_examples .wrapper .arrow_slider img:hover, .clients .wrapper .arrow_slider img:hover {
    filter: contrast(0) brightness(1);
}
.wrapper .arrow_slider img:first-child {
    float: right;
}
.wrapper .arrow_slider img:last-child,.left .arrow_slider img:last-child{
    float: left;
    transform: scaleX(-1);
}
.arrow_slider img:first-child {
    right: -5px;
}
.arrow_slider img:last-child {
    left: -5px;
}
.left > .arrow_slider{
    top: 50%;
    margin-top: 19px;
}
.product .content .left > .arrow_slider > img{
    max-height: unset;
    opacity: 1;
}
.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;
}
/* Блок товара, икноки статуса */
.mets {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0 0 25px;
}
.mets .new {
    background: #7cce26;
}
.mets .information {
    background: #6f4897;
}
.mets > span, .product_preview .button {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 6px;
    padding: 8px 21px 6px 21px;
}
/* Блок товара, отложить и сравнить */
.product_preview .button {
    background: #6f4897;
    position: absolute;
    top: 389px;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #6f4897;
    opacity: 0;
    transition: 0.3s ease all;
}
.product_preview .button:hover {
    color: #6f4897;
    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;
    color: #333333;
    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 {
    font-size: 16px;
}
.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-top: 1px;
    margin-bottom: 53px;
}
.slider .main-axis {
    height: 2px;
    width: 100%;
    background-color: #6f4897;
    position: absolute;
    left: 0;
}
.slider .sub-axis {
    height: 2px;
    background-color: #cddae0;
    position: absolute;
}
.slider .sub-axis.left_f {
    left: 0;
    right: 100%;
}
.slider .sub-axis.right {
    left: 100%;
    right: 0;
}

.slider .right,
.slider .left_f {
    position: absolute;
    bottom: 16px;
}
.slider .main-axis, .slider .sub-axis {
    bottom: 27px;
}
.circle-inside {
    position: absolute;
    padding: 20px;
    top: -10px;
    left: -10px;
}
.slider .circle {
    cursor: pointer;
}
.slider .circle {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border: 2px solid #6f4897;
    background-color: #fff;
    position: relative;
    left: -11px;
}
.slider .circle:before {
    /*content: "";*/
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 11px;
    background-color: #fff;
    position: absolute;
    bottom: 2px;
    left: 2px;
}
.slider .info {
    transform: translateX(-50%);
}
.slider .info {
    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 > div > div.slider {
    width: 425px;
}
.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 #6f4897;
}
.view-params li.active a, .filters_checkbox li.active a {color:#6f4897;}
.view-params li, .filters_checkbox li{
    background-color: #fff;
    border: 1px solid #ececec;
}
.view-params li, .filters_checkbox li{transition: .3s;}
.view-params li:hover a,.filters_checkbox li:hover a{color: #fff;}
.view-params li:hover,.filters_checkbox li:hover{
    background-color: #6f4897;
    border-color: #6f4897;
}
.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: #6f4897;
    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 {
    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;}

.wrapper,
.wrapchilds > * {
    margin: 0 auto;
}
.wrapchilds_filters > * {
    margin: 0 auto;
}

/* Главная страница */
/* Общие стили */
.dropdown_menu,#fixed_product_name,.header,.clients_n_examples{background: rgba(20, 2, 20);}
/*.product .dropdown_menu,.product #fixed_product_name,.product .header,.product.shadow.fb .header,.product .clients_n_examples{background:#f4f4f4;}
.product #hamburger div {background:#6f4897;}
.product .content #fixed_product_name .buttons a {color: #6f4897;border-color: #6f4897;}
.product .content #fixed_product_name .buttons a:hover {color: #fff;background:#6f4897;}
@media (min-width: 501px) {
    .product .nav li > a {color:#6f4897;}
    .product .nav .active {border-bottom: 1px solid #6f4897;}
}*/
.fb .header{background: none}
.home .intro ,.about .first_block {
    background: linear-gradient(165deg, rgba(20, 2, 20) -10%, rgba(21, 3, 23) 30%, rgba(13, 2, 28)110%);
}
.home .breadcrumb {
    display: none;
}
.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: -69px;
    padding-top: 69px;
    height: 100%;
    z-index: 1;
}
.home .intro .wrapper {
    text-align: right;
    height: 100%;
}
.home .intro .wrapper img {
    max-height: 381px;
    margin-bottom: 251px;
}
.home .intro .wrapper .new {
    font-size: 15px;
    position: absolute;
    text-align: left;
    top: unset;
    margin-top: 115px;
    bottom: 0;
    margin-bottom: 51px;
}
.home .intro .wrapper .new div {
    font-family: Rubik;
    font-size: 44px;
    line-height: 54px;
    padding-bottom: 39px;
    text-align: left;
    font-weight: 400;
    color: #fff;
}
.home .intro .wrapper .new a {
    padding: 12px 19px;
    font-weight: 600;
    color: #333;
}
.home .intro .wrapper .new .active {
    border: 1px solid #814791;
    color: #814791;
    border-radius: 4px;
    cursor: default;
    font-size: 13px;
}
#wave {
    position: absolute;
    top: 0;
    margin-top: -682px;
    left: 0;
    background-image: url(/image/wave.svg);
    height: 1292px;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: 44%;
    background-position-y: 62%;
    background-size: 380%;
}
.video_arrow {
    position: absolute;
    left: 19px;
    bottom: 0;
}
.video_arrow svg {
    animation: arrow_video 1.7s infinite ease;
    width: 38px;
    height: 18px;
    fill: #fff;
    left: 0;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    transition: .3s;
}
.video_arrow svg:hover {
    fill: #814791;
}
@keyframes arrow_video {
    from {bottom: 50px;}
    50% {bottom: 40px;}
    to {bottom: 50px;}
}
/* Блок триггеров на главной */
.home .keyprops {
    padding-bottom: 70px;
}
.home .keyprops > div > div > div > div {
    text-align: center;
}
.home .keyprops .row > div > div {
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding: 0 19px;
    height: 246px;
    margin-bottom: 23px;
    width: 100%;
}
.home h1 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 56px 0 25px 19px;
    z-index: 10;
    margin: 0;
}
.home h3 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #919191;
    font-family: Rubik;
    padding: 0;
}
.home .keyprops h3 {padding-bottom: 72px;}
.home .keyprops div > div > div .name {
    font-size: 30px;
    font-family: Roboto;
    font-weight: 600;
    padding-top: 37px;
    position: relative;
    white-space: nowrap;
}
.home .keyprops div > div > div span {
    font-family: Rubik;
    font-size: 127px;
    color: #dedede;
    font-weight: 800;
    display: block;
    position: absolute;
    top: 0;
    line-height: 127px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}
.home .keyprops div > div > div .description {
    color: #919191;
    font-weight: 300;
    font-size: 19px;
    padding-top: 57px;
}
.home .keyprops .dots {
    text-align: center;
}
.home .keyprops .dots > a {
    display: inline-block;
    margin-bottom: 0;
}
/* Блок "Новости" */
a.page_link {
    font-weight: 600;
    color: #333;
    line-height: 69px;
    position: absolute;
    right: 19px;
}
/* Заголовок блока */
.news_preview > a.page_link {top: 118px;}
.news_preview {padding-top: 120px; margin-top: -69px}
.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 {
    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;
}
/* Страница контактов */
.contact .breadcrumb, .contact h1 {
    display: none!important;
}
.contact .title, .contact h1, .contact h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #333;
    display: block;
}
.contact h1 {
    position: absolute;
    margin-top: 560px;
    z-index: 10;
}
/* Карта */
.contact #map {
    height: 625px;
    margin-bottom: 70px;
}
#map .gm-style  > div:nth-child(2) img{
    min-width: 100%;
    min-height: 100%;
}
    /* Контакты */
.contact .description {
    position: relative;
}
.contact .description > div, .contact .description > h3 {
    width: 100%;
    float: left;
}
.contact .description > div:first-child {
    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_content {
    position: relative;
    margin-top: -70px;
}
.contact .headers {
    margin-right: 0;
}
.contact #about_text, .contact #old_about_text {
    margin:0;
    float: left;
    width: 100%;
}
/* Наша команда */
.team {
    background: #f4f4f4;
    padding: 63px 0 70px 0;
    text-align: center;
    font-size: 0;
}
.team > div > span {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    color: #949494;
}
.team .wrapper h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding: 25px 0 75px 0;
    color: #333;
}
.team .row > div > div {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
}
.team .row > div > div .image {
    position: relative;
    height: 312px;
    background: #fff;
}
.team .row > div > div img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.team .row > div > div .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: .3s ease opacity;
}
.team .row > div > div .bg div {
    position: absolute;
    bottom: 38px;
    left: 32px;
    transition: .3s ease bottom;
}
.team .row > div > div .bg a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    line-height: 36px;
    margin-right: 6px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.team .row > div > div .fa-mail {
    border: 1px solid #4c6ecd;
    background: #4c6ecd;
}
.team .row > div > div .info {
    padding-top: 24px;
    font-weight: 700;
    color: #333;
    font-family: Rubik;
    font-size: 16px;
    text-align: left;
}
.team .row > div > div .info .city {
    font-size: 13px;
    font-weight: 400;
    color: #949494;
    padding-top: 8px;
    display: block;
}
.contact .team .dots {
    padding-top: 0!important;
}

/* Среди наших клиентов */
.clients_n_examples, .clients{padding: 62px 0 69px 0;}
.clients {
    color: #fff;
    font-size: 0;
    background: linear-gradient(to right, #743E8C, #B42B66);
}
.clients .wrapper h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-family: Rubik;
    padding: 0 0 6px 0;
    line-height: 32px;
}
.clients .row > div.uslider {
    margin: 0 19px;
    width: 462px;
}
.clients .row > div:after {
    clear: both;
    content: " ";
    display: block;
}
.clients .row > div > div {
    display: inline-block;
    height: 95px;
    text-align: center;
    width: 100%;
    position: relative;
}
.clients .row > div > div > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
    /* Страница поста (новости, статьи) */
.post .content .wrapper:not(.first_block) {padding-bottom: 44px;}
.post .content .description {
    width: 100%;
}
.post .content .date, .article .content .date {
    font-family: Rubik, sans-serif;
    color: #9A9A9A;
    padding-bottom: 48px;
}
.post h1, .article h1 {
    padding-bottom: 5px;
}
/* Шаблон "О компании" */
.about .breadcrumb {
    display: none;
}
.about .first_block{
    height: 362px;
    background-size: cover;
    margin-top: -70px;
    overflow: hidden;
}
.about #wave {
    margin-top: -577px;
}
.about h1 {color: #fff;}
.about .icon-bar {
    background: #fff;
}
.about .first_block > .wrapper {
    height: 100%;
}
.about h1 {
    font-family: Rubik, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 79px;
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    margin: -39px -19px 0;
}
.about h3,.contact h1, .contact h3{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    font-family: Roboto;
    color: #333;
    display: block;
}
.about h3{padding-top: 17px;}
.about .elements, .contact .elements {
    padding: 40px 0 44px 0;
}
.about .elements .wrapper:after {
    content: ' ';
    display: table;
    clear: both;
}
.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: #6f4897;
    border: 0;
    margin: 0;
    padding: 0;
    transition: width,left .3s ease;
    display: none;
}
.about .headers h2, .contact .headers h2 {
    padding: 22px 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    font-family: Roboto;
    color: #333;
}
.about #about_text, .contact #about_text {
    opacity: 0;
}
.about #old_about_text {
    left: 15px;
}
.about #old_about_text, .contact #old_about_text {
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 10;
}
.about .elements.change #old_about_text, .contact .elements.change #old_about_text {
    opacity: 0;
    transition: all .3s ease;
    display: none;
    position: relative;
}
.about .elements.change #about_text, .contact .elements.change #about_text{
    opacity: 1;
    transition: all .3s ease;
}

.about .elements .pdf,
.about .elements .unk,
.about .elements .zip,
.about .elements .img,
.about .elements .android {
    list-style: none;
}
.about .elements .pdf li:before,
.about .elements .unk li:before,
.about .elements .zip li:before,
.about .elements .img li:before,
.about .elements .android li:before {
    display: inline-block;
    font-size: 27px;
    position: absolute;
    left: 0;
    top: 6px;
}
.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";}
.about .elements .description li {
    padding: 13px 0;
    position: relative;
}
.about .elements .description a {
    line-height: 1.1;
    font-weight: 600;
    font-family: Roboto;
    padding-left: 44px;
}
.about .elements .description a:hover {
    color: #6f4897;
}

/* Footer */
.footer {
    padding-top: 60px;
    background: linear-gradient(to right, #743E8C, #B42B66);
}
.nav li > a,.carticon:hover{color: #c166a2;}
.footer hr {
    height: 1px;
    background: rgba(255, 255, 255, .5);
    border: 0;
    margin-bottom: 25px;
}
.footer .top hr {margin: 7px 0 21px;}
.footer .bottom hr {
    margin-top: 0;
}
/* Footer top */
.footer .top {
    padding: 0;
}
.footer .top > div {margin-bottom: 36px;}
.footer .top > div:nth-child(1){margin-bottom: 38px;}
.footer .top > div:first-child img{width: 255px;}
.footer .top div > span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
}
.footer a{color: #fff;}
.footer .top ul {
    list-style: none;
    color: #fff;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 38px;
}
.footer .top ul li {padding: 6px 0;}
/* Footer bottom */
.footer .bottom, .footer .bottom a {
    color: #fff;
    font-size: 16px;
}
.footer .bottom > div {
    float: left;
    padding-bottom: 25px;
}
.footer .bottom .right {
    float: right;
    margin-right: 25px;
    overflow: visible;
}
.footer .bottom .right a {
    position: relative;
}
.denero_logo:after {
    position: absolute;
    content: '2023';
    top: 0;
    right: -25px;
    font-size: 10px;
    line-height: 1;
    font-family: Raleway;
}
.footer .top > div:first-child svg{
    width: 271px;
    height: 63px;
    margin-left: -11px;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.clients_n_examples .dots a.active:before, .clients .dots a.active:before {
    border-color:white!important;
}
.footer .denero_logo img{
    height: 18px;
    filter: brightness(2) invert(0);
}
.clients_n_examples .in_dot, .clients .in_dot{background-color: white!important;}

/*ПОРТФОЛИО*/
.examples {
    font-size: 0;
    color: #fff;
}
.clients_n_examples h2 {
    margin: 0;
    color: #ececec;
    padding: 0 50px 25px 0;
    font-size: 28px;
    font-weight: 100;
}
.examples > div > div > a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    position: absolute;
}
.examples.transition > div{transition: .4s;}
.examples > div {
    position: relative;
    right: 0;
    margin-right: 20px;
    width: 100%;
    height: 434px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0);
}
.examples > div > div {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: 0;
    transition: .4s;
    border-radius: 4px;
}
.examples > div > div:not(.nohover):hover {
    z-index: 100;
}
.examples *:not(img) {z-index: 1}
.examples img {
    z-index: 0;
    height: calc(100% - 41px);
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s ease;
}
.examples .einfo {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: 100;
    display: inline-block;
    padding: 21px;
    white-space: normal;
}
.examples .einfo .tags > span {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    margin: 0 6px 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 83%;
    font-weight: 500;
    background-color: rgba(126, 126, 126, 0.75);
    font-size: 16px;
}
.ename div {
    height: 32px;
    position: absolute;
    width: 38px;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(80,79,79,0) 0%, rgb(70 70 70) 67%, rgb(70 70 70) 100%);
}
.examples .ename {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 41px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 22px 0px;
    background-color: #454544;
}
.wrapper.we {
    padding: 50px 0 0;
}
.examples .dot_container {
    margin-bottom: 50px!important;
}
.examples .dots {
    float: right;
    margin: 21px 21px 0 0;
    position: relative;
    z-index: 25;
}
.examples .dots a.active:before {
    border: 1px solid white;
}
.examples .dots a.active:before:hover {opacity: 1}
.examples .dots a.active:after {
    background-color: white;
}
.examples .dots a:after {
    background-color: white;
}
.projectsl_wrapper {
    position: relative;
    padding: 0 19px;
    margin: 0 -19px;
}
.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: #5e5e5e;
    font-size: 20px;
}
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 #ececec;
    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;
}
form .i_file {
    font-size: 15px;
    cursor: pointer;
    font-weight: 200;
    color: #6f4897;
    margin-bottom: 25px;
}
.i_file > input {
    display: none;
}
.agreement {
    margin-top: 19px;
    font-size: 19px;
    color: #5e5e5e;
}
.bar-form-collapse .agreement {
    padding-bottom: 5px;
}
.agreement a {
    font-weight: 200;
    color: #6f4897;
    text-decoration: none !important;
}
.file_list {
    font-size: 14px;
    margin: 10px 0;
}
/*paper clip*/
form .i_file span:first-child:after {
    font-family: FontAwesome;
    content: "\f0c6";
    font-weight: 100;
    display: inline-block;
    text-decoration: none;
    transform: translateX(2px);
}
#order_button, #follow_button, #contact_button, #diller_button a{
    margin: 0 auto;
    width: 250px;
    padding: 11px 20px;
    border-radius: 4px;
    background: #6f4897;
    color: #fff;
    border: 1px solid #6f4897;
    font-weight: 600;
    font-size: 18px;
    opacity: 1; /*TODO: Это зачем?*/
    transition: 0.3s ease;
    line-height: 21px;
}

#diller_button {
    float: right;
    /*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;
}
#contact_button {
    background: none;
    color: #6f4897;
    margin: 10px 0 0 0;
}
#contact_button:hover {
    background: #6f4897;
    color: #fff;
    border-color: #6f4897;
}
#order_button:hover {
    color: #6f4897;
    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: 200;
    transition: 0.3s;
    opacity: 0.7;
    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: #6f4897;
    text-decoration: underline;
}
#reload_form {cursor: pointer}
#reload_form:hover {color: #333;}

/*Contact Form*/
.contact_form h3 {
    padding: 22px 0;
    font-weight: 700;
    font-family: Roboto;
    font-size: 29px;
    color: #333;
    vertical-align: top;
}
#contact_form {
    width: 100%;
    display: inline-block;
    transition: 0.5s;
}
.contact_form {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 70px 0;

}
.contact_form .wrapper > * {
    margin-left: 0;
}
.td_price > span {
    margin: 0 auto;
}
#contact_form label {
    width: 100%;
    display: block;
    width: 100%!important;
}
.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;}
.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;
}
#cart h3, #filter-form  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: #6f4897;
    text-decoration: underline;
    display: inline-block;
    position: absolute;
    stroke: #6f4897;
    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-brand img {
    width: 247px;
    margin-top: -3px;
    fill: #32393E;
}
.navbar-collapse .request a{
    font-size: 13px;
    padding: 4px 10px;
    border: 1px solid #814791;
    color: #814791;
    border-radius: 6px;
}

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

.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.95);
    text-align: left;
    transition: all 0.6s;
    border: none;
    z-index: 101;
    display: block !important;
    overflow-x: visible !important;
    overflow-y: auto !important;
    color: #acacac;
    visibility: hidden;
}
.bar-form-collapse > div {
    height: 90%;
    min-height: 349px;
    position: relative;
}
.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 {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding-top: 33px;
    height: 72px;
}
.navbar-collapse a.close-btn {
    margin-left: 33px;
}
.bar-form-collapse a.close-btn div,.navbar-collapse a.close-btn div{
    width: 29px;
    height: 3px;
    border-radius: 2px;
    background: #acacac;
    transition: .3s;
}
.navbar-collapse a.close-btn div{
    background: #874871;
}
.bar-form-collapse a.close-btn:hover div {
    background: #333;
}
.bar-form-collapse a.close-btn div:first-child,.navbar-collapse a.close-btn div:first-child{
    transform: rotate(45deg);
    margin-bottom: 14px;
}
.bar-form-collapse a.close-btn div:last-child,.navbar-collapse a.close-btn div:last-child{
    transform: rotate(-45deg);
    margin-top: -17px;
}

/*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%;
    margin: 19px 0;
    display: inline-block;
}
.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";
}
/* Media */
@media (min-width: 501px) {
    .product_types div > span{margin-top: 5px;}
    .filters_checkbox .title{margin-top: 1px;}
    /* Header */
    /* Body */
    /* category content */
    .category_items {
        margin-right: -2px;
    }
    .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, .home .keyprops .row > div > div, .team .row > div > 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;
    }
    .examples > div {
        width: calc(50% - 10px);
        height: 50vw;
    }
    .examples img {
        height: calc(50vw - 32.5px);
    }
    .examples > div:hover {
        margin-right: 100%;
    }
    .examples > div > div:not(.nohover):hover {
        width: calc(100vw - 47px);
    }
    .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;
    }
    /* home page */
    .home .intro .wrapper img{
        max-height: none;
        max-width: 105%;
        margin-bottom: 0;
    }
    .home .intro .wrapper .new a{padding: 7px 14px;}
    .close_bar_form {
        margin-top: -25px;
        margin-right: -12px;
    }
    #contact_form label:nth-child(-n+3) {
        display: inline-block!important;
        width: 30%!important;
    }
    #contact_form label:nth-child(-n+2) {
        margin-right: 4%!important;
    }
    #contact_form label:nth-child(4){
        width: 100%!important;
    }
    #contact_button {
        margin: 30px 0 0 0;
        padding: 10px 17px;
    }
    .slider {
        padding: 0 0 40px 0;
    }
    .own_tooltip {
        top: 24px;
    }
    .wrapper:not(.modifications) .circle-inside {
        position: absolute;
        padding: 8px;
        top: unset;
        left: unset;
    }
    .navbar-toggle, #hamburger{display: none;}
    .contact_form .wrapper > * {
        margin-left: 220px;
    }
    .contact_form{padding: 55px 0;}
    .contact_form h3{
        padding: 17px 0;
        font-size: 23px;
    }
    .clients .row > div.uslider{
        margin: 0 15px;
        width: 890px;
    }
    .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;}
    #contact_form {
        width: calc(100% - 223px);
    }
    /* Body */
    .arrow_slider img:first-child {
        right: -7px;
    }
    .arrow_slider img:last-child {
        left: -7px;
    }
    .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;
    }
    /* home page */
    .home .intro .wrapper .new {
        margin-bottom: 43px;
        font-size: 12px;
    }
    /* Среди наших клиентов */
    .clients .row > div > div {
        width: 33.3%;
        text-align: left;
        height: 75px;
    }
    /* Страница поста новости */
    .post .content .description {
        width: calc(100% - 220px);
    }
    /* Шаблон "О компании" */
    .about .first_block {
        height: 500px;
        position: absolute;
        width: 100%;
    }
    .about .elements, .contact .elements {
        padding: 55px 0 35px 0;
    }
    .about .elements{margin-top: 430px;}
    .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;
    }
}
@media (min-width: 501px) {
    .rows_1{min-height: 36px;}
    .rows_2{min-height: 64px;}
    .rows_3{min-height: 87px;}
    .rows_4{min-height: 112px;}
    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: 112px;
        left: 0;
    }
    .empty-desktop {
        display: block;
    }
    /* Header */
    .content{padding-top: 78px;}
    .home .content, .contact .content{padding-top: 55px;}
    .nav li > a {
        padding: 0 12px;
        line-height: 55px;
        font-size: 13px;
    }
    .navbar-collapse .request a{
        border-radius: 4px;
    }
    .nav li:hover a span::after{
        transform: rotate(180deg);
    }
    .dropdown_menu{z-index: -1;}
    .nav li.has_subnav:hover .dropdown_menu{
        visibility: visible;
        opacity: 1;
    }
    .nav li.has_subnav .dropdown_menu,.nav li.has_subnav a span::after,.nav li.has_subnav > a, #shadow{transition-delay: .2s;}
    .nav li.has_subnav a span::after {
        width: 9px;
        height: 9px;
        top: 23px;
        right: 2px;
        background-size: contain;
    }
    .navbar-collapse .phone {
        margin-top: 18px;
        margin-right: 29px;
    }
    .navbar-brand img {
        width: 189px;
        margin-top: -7px;
    }
    .navbar-brand {
        box-sizing: content-box;
        max-height: 26px;
        margin-right: 22px;
        padding: 13px 15px 16px 13px;
    }
    #wave {
        background-position-x: 35%;
        background-position-y: 55%;
        background-size: 271%;
        margin-top: -670px;
    }
    /* Body */
    .wrapper,.wrapchilds > *,.wrapchilds_filters > *{
        width: 920px;
        padding: 0 15px;
    }
    .clients_n_examples .examples.uslider {
        margin-left: 2px;
    }
    /* body category content */
    .category_items {
        margin-right: -3px;
    }
    .product_preview, .home .keyprops .row > div > div, .team .row > div > div {
        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;
    }
    .examples > div {
        width: 282px;
        height: 314px;
    }
    .examples img {
        height: 282px;
    }
    .examples > div:hover {
        margin-right: 322px;
    }
    .examples > div > div:not(.nohover):hover {
        width: 582px;
    }
    .product_preview .image {
        height: 292px;
    }
    /* body product content */
    .product .content .left, .product .content .bg {
        width: 50%;
        height: 776px;
        text-align: left;
    }
    .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_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: 4px 10px;
        position: absolute;
        top: 50%;
        border-radius: 4px;
        font-size: 13px;
        line-height: 15px;
    }
    .mets > span{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 {
        margin-top: -55px;
        padding-top: 55px;
    }
    .home .intro .wrapper .new {
        top: 247px;
        margin-top: -33px;
        bottom: unset;
        margin-bottom: 0;
    }
    .home .intro .wrapper .new div {
        font-size: 44px;
        line-height: 45px;
        padding-bottom: 24px;
        padding-right: 15px;
        margin-left: -4px;
    }
    .home .intro .wrapper .new .newdes {
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 40px;
        font-weight: 300;
        font-family: Rubik;
        margin-left: -1px;
    }
    .home .intro .wrapper img {
        height: 804px;
        margin-right: -121px;
        margin-top: 22px;
    }
    .home .keyprops > div > div > div {
        text-align: left;
    }
    .home .keyprops div > div > div span {
        font-size: 100px;
        line-height: 100px;
        left: 15px;
        margin-left: 0;
    }
    /* contacts page */
    .contact #map {
        height: 500px;
        margin-bottom: 55px;
    }
    .contact h1 {
        margin-top: 555px;
    }
    .contact .vertical-lines {
        position: absolute;
        width: calc(100% - 76px);
        height: 100%;
        left: 76px;
    }
    .contact .description > div {
        width: 33.3%;
        height: 195px;
    }
    /* Наша команда */
    .team .row > div > div .bg {
        background: rgba(64, 64, 68, 0.9);
        opacity: 0;
    }
    .team .row > div > div .bg div {
        bottom: 0;
        left: 25px;
    }
    .team .row > div > div:hover .bg {
        opacity: 1;
    }
    .team .row > div > div:hover .bg div {
        bottom: 30px;
    }
    .team .row > div > div .bg a{
        width: 30px;
        height: 30px;
        border-radius: 15px;
        line-height: 29px;
        margin-right: 5px;
    }
    .team .row > div > div .bg a:hover {
        background: none;
        border-color: #fff;
    }
    .team .row > div > div .image {
        height: 310px;
    }
    .team .row > div > div .info,.footer .top div > span,
    .home h3,.contact .title, .ph,.team .row > div > div .bg a{font-size: 16px;}
    .team .row > div > div .info .city, .ph.on,form .i_file,.modifications .head td > span{font-size: 12px;}
    form .i_file,.team .row > div > div,.footer hr,.footer .top span,.carthead{margin-bottom: 20px;}
    .team .wrapper .arrow_slider {
        top: 243px;
    }
    body.contact .team .wrapper .arrow_slider {
        top: 253px;
    }
    /* Шаблон "О компании" */
    .about h1 {
        font-family: Rubik;
        font-weight: 400;
        font-size: 44px;
        line-height: 62px;
        margin: -31px -15px 0;
    }
    .about #wave {
        margin-top: -435px;
    }

    /* Footer */
    .footer {
        height: 512px;
        padding-top: 0;
        position: relative;
        z-index: 0;
    }
    .footer > div {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .footer .top {
        bottom: 84px;
    }
    .footer .top > div,.projectsl_wrapper,.home .keyprops .row > div > div{padding: 0 15px;}
    .footer .top > div,.footer .top ul,.home .keyprops .row > div > div{margin-bottom: 30px;}
    .footer .top ul {
        list-style: none;
        line-height: 1.6;
        margin-top: 20px;
    }
    .footer .top ul li {padding: 5px 0;}
    .footer .bottom .right{margin-right: 20px;}
    .footer .bottom > div,.product h1,.wrapper > span.title{padding-bottom: 20px;}
    .footer .denero_logo img{height: 14px;}
    .footer .top > div:first-child img{width: 202px;}
    /* */
    .wrapper > span.title{font-size: 30px;}
    a.page_link{
        line-height: 55px;
        right: 15px;
    }
    .product_preview .info{padding: 25px 15px 5px;}
    .mets > span, .product_preview .button{
        padding: 4px 10px;
        border-radius: 4px;
    }
    .product_preview .button{
        top: 241px;
        line-height: 15px;
    }
    .product_preview .info > span,.home .keyprops div > div > div .description,
    .content .description,.contact .description .info,.agreement,.product_cart > div a,#fixed_product_name p{font-size: 15px;}
    .product_preview .info > ul{
        padding-top: 10px;
        margin-bottom: 5px;
    }
    .product_preview .info > ul li,.examples .einfo .tags > span,.navbar-collapse .row a,.footer .bottom, .footer .bottom a,
    #order_button, #follow_button, #contact_button, #diller_button a,.news_preview .product_preview .date-preview-news,
    .team > div > span,.carticon,.breadcrumb,.content #fixed_product_name .buttons a, .product_preview .button{font-size: 13px;}
    .breadcrumb{
        margin-bottom: 13px;
        padding: 8px 0;
    }
    .carticon  {
        top: 18px;
        right: -1px;
    }
    .carticon:before {
        width: 22px;
        height: 22px;
        top: -3px;
        right: 7px;
    }
    .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;
    }
    .wrapper .arrow_slider img, .product .left div.arrow_slider img{
        width: 24px;
        height: 42px;   
    }
    .products .wrapper .arrow_slider{margin-top: -123px;}
    body.post .products .wrapper .arrow_slider{margin-top: -139px;}
    .clients_n_examples,.team, .clients{padding: 50px 0 55px 0;}
    .clients_n_examples h2,.clients .wrapper h3,.about h3,.contact h3,.team .wrapper h3{font-size: 22px;}
    .clients_n_examples h2{padding: 0 40px 20px 0;}
    .clients_n_examples .wrapper > a.page_link{top: -13px;}
    .footer .top > div:first-child svg{
        width: 212px;
        height: 49px;
        margin-left: -7px;
    }
    .team .wrapper h3{padding: 13px 0 59px 0;}
    .examples .einfo{padding: 17px;}
    .product_info .ae_h a > div span,.examples .einfo{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;}
    .examples .einfo .tags > span{
        border-radius: 20px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px 15px;
    }
    .examples .dots{margin: 17px 17px 0 0;}
    .examples .ename{
        height: 32px;
        padding: 6px 17px 0px;
    }
    .about .headers h2, .contact .headers h2,.examples .ename,body{font-size: 14px;}
    .examples.uslider + .dots{margin-bottom: -20px;}
    .team .row > div > div .info,.examples.uslider + .dots{padding-top: 20px;}
    .clients_n_examples > .wrapper .arrow_slider{margin-top: -9px;}
    .news .product_preview .info > p, .news_preview .product_preview .info > p,  .projects .product_preview .info > p{height: 63px;}
    .content .news_preview{padding-top: 95px; margin-top: -55px;}
    .news_preview > a.page_link {top: 95px;}
    .category_items,.home .keyprops, .compare .product > div,.product .content > .modifications{padding-bottom: 55px;}
    .home .products{padding-top: 50px;}
    .post .content .wrapper:not(.first_block) {padding-bottom: 35px;}
    .news_preview.wrapper .arrow_slider{top: 209px;}
    .post .content .date, .article .content .date{padding-bottom: 38px;}
    .project_slider > div{margin: 15px 0;}
    .projectsl_wrapper{margin: 0 -15px;}
    .wrapper .projectsl_wrapper .arrow_slider{margin-top: -20px;}
    .clients .wrapper h3{
        padding: 0 0 5px 0;
        line-height: 22px;
    }
    .clients .wrapper .arrow_slider{top: 43px;}
    .clients .uslider + .dots{
        margin-bottom: -17px;
        margin-top: 17px;
    }
    h1, h3{
        font-size: 30px;
        padding-bottom: 38px;
        margin: -15px 0 0 0;
    }
    .home h1{
        padding: 45px 0 20px 15px;
        margin: 0;
    }
    .home .keyprops .row > div > div{height: 186px;}
    .home .keyprops div > div > div .name{
        padding-top: 30px;
        font-size: 24px;
    }
    .home .keyprops div > div > div .description{padding-top: 45px;}
    .keyprops .wrapper .arrow_slider{top: 152px;}
    .about .headers h2, .contact .headers h2{padding: 18px 0;}
    .about h3,.contact h1, .contact h3{line-height: 22px;}
    .about h3{padding-top: 13px;}
    .content .description p, .content .description ul, .content .description ol {margin-bottom: 25px;}
    .about .elements .description li {padding: 10px 0;}
    .about .elements .description a {padding-left: 35px;}
    .about .elements .pdf li:before,
    .about .elements .unk li:before,
    .about .elements .zip li:before,
    .about .elements .img li:before,
    .about .elements .android li:before {
        font-size: 21px;
        top: 5px;
    }
    .contact_content{margin-top: -55px;}
    .contact .description > h3{height: 45px;}
    .contact .description .info{
        padding-top: 21px;
        line-height: 25px;
    }
    #order_button, #follow_button, #contact_button, #diller_button a{
        padding: 7px 14px;
        width: 200px;
        line-height: 15px;
    }
    .product .content > .modifications{
        padding-top: 98px;
        margin-top: -43px;
    }
    .product .content .left{padding-top: 55px;}
    .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{
        height: 60px;
        padding-top: 30px;
    }
    .navbar-collapse a.close-btn {
        display: none;
    }
    #product_scroll{
        margin-top: 12px;
        min-height: 80px;
    }
    .product_cart {margin-bottom: 10px;}
    .product_cart .img-cart{
        width: 70px;
        margin-right: 30px;
    }
    .product_cart_info{width: calc(100% - 125px);}
    .product_cart_info{left: 90px}
    .remove_product:after{
        font-size: 17px;
        line-height: 20px;
    }
    .denero_logo:after{
        font-size: 8px;
        right: -20px
    }
    .footer .top hr{margin: 5px 0 15px}
    .col-sm-3{width: 25%;}
    .product .content > div#fixed_product_name{
        height: 43px;
        top: 55px;
        bottom: unset;
    }
    #fixed_product_name img{height: 36px;}
    #fixed_product_name p{width: 561px;}
    #fixed_product_name .buttons{width: 329px;}
    .content #fixed_product_name .buttons a{
        margin-top: 9px;
        padding: 4px 10px;
        border-radius: 4px;
        line-height: 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: 55px;}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left: -15px;padding-left: 7px;}
    .navbar-header,.navbar-nav>li{float: left;}
    .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 30px 0 0;}
    .collapse.in + .close-form{right: 472px;}
    .slider .title {margin-bottom: 42px;}
    .slider .circle {
        width: 20px;
        height: 20px;
        left: -9px;
    }
    .slider .circle:before {
        width: 16px;
        height: 16px;
        border-radius: 10px;
    }
    .slider .right, .slider .left_f{bottom: 28px;}
    .slider,.filters_attr > div > div.slider{width: 392px}
    .slider .info{bottom: 25px;}
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{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;}
}
@media (min-width: 1401px) {
    .dropdown_menu {
        padding-top: 82px;
    }
    .dropdown_menu ul{padding: 0 0 0 336px;}
    .dropdown_menu li{width: 321px;}
    .clients .row > div.uslider{width: 1285px;}
    .rows_1{min-height: 37px;}
    .rows_2{min-height: 64px;}
    .rows_3{min-height: 91px;}
    .rows_4{min-height: 118px;}
    .product_preview .button{
        line-height: 18px;
        top: 269px;
    }
    .slider,.filters_attr > div > div.slider{width: 412px}
    #fixed_product_name p{
        line-height: 48px;
        width: 956px;
    }
    .wrapper,
    .wrapchilds > * ,.wrapchilds_filters > * {
        width: 1315px;
    }
    /* Header */
    #wave {
        background-position-x: 22%;
        background-position-y: 64%;
        background-size: 172%;
        margin-top: -705px;
    }
    .home .intro .wrapper img {
        height: 943px;
        margin-top: 14px;
        margin-right: -140px;
    }
    .nav li > a {
        font-size: 15px;
        padding: 0 15px;
        line-height: 72px;
    }
    .nav li.has_subnav a span::after {
        width: 10px;
        height: 10px;
        top: 32px;
    }
    .navbar>.container-fluid .navbar-brand {
        margin-right: 21px;
        max-height: 43px;
        padding-left: 5px;
    }
    .navbar-collapse .phone {
        font-size: 13px;
        margin-top: 25px;
        margin-right: 31px;
    }
    .navbar-collapse .row a,.carticon,.content #fixed_product_name .buttons a, .product_preview .button, .modifications td .addcart, .has_subnav .dropdown_menu li > a {font-size: 15px}
    .navbar-collapse .request {
        font-size: 12px;
        margin-top: 21px;
    }
    .nav {
        margin-right: 44px;
    }
    .navbar-nav {
        margin: 0 45px 0 0;
    }
    .navbar-brand img {
        width: 247px;
        margin-top: -5px;
    }
    .navbar-collapse .request a, .product_preview .button, .content #fixed_product_name .buttons a, .modifications td .addcart {
        padding: 5px 13px;
        border-radius: 6px;
    }
    .carticon {
        top: 25px;
        right: -1px;
    }
    .carticon:before {
        width: 26px;
        height: 26px;
        top: -3px;
        right: 8px;
    }
    .home .content, .contact .content {
        padding-top: 72px;
    }
    .content{padding-top: 95px;}
    /* Body */
    .category_items {
        margin-right: -4px;
    }
    .product_preview, .home .keyprops .row > div > div, .team .row > div > div {
        width: 25%;
    }
    .news_preview .product_preview {
        height: 150px;
    }
    .news_preview .uslider {
        width: 100%
    }
    .product_preview .image {
        height: 320px;
    }
    .product_preview .info > ul li {
        font-size: 14px;
    }
    .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;
    }
    /* home page */
    .home .intro {
        margin-top: -72px;
        padding-top: 72px;
    }
    .home .intro .wrapper .new {
        top: 259px;
        margin-top: -41px;
    }
    .home .intro .wrapper .new div {
        font-size: 52px;
        line-height: 53px;
        padding-bottom: 27px;
    }
    .home .intro .wrapper .new .newdes {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 44px;
    }
    .home .intro .wrapper .new .active, #order_button, #contact_button, .product_info .buttons .request {
        border-radius: 6px;
        font-size: 15px;
    }
    .home .intro .wrapper .new a, #order_button, #contact_button, .product_info .buttons .request {
        padding: 8px 16px;
    }
    #order_button, #contact_button, .content #fixed_product_name .buttons a, .product_info .buttons .request, .modifications td .addcart {
        line-height: 18px;
    }
    .content .news_preview{
        padding-top: 112px;
        margin-top: -72px;
    }
    .news_preview > a.page_link {
        top: 112px;
    }
    /* Среди наших клиентов */
    .clients .row > div > div {
        width: 20%;
    }
    .clients_n_examples .examples.uslider {
        margin-left: 0px;
    }
    .examples > div {
        width: calc(25% - 15px);
        height: 338.25px;
    }
    .examples img {
        height: 306.25px;
    }
    .examples > div:hover {
        margin-right: 346px;
    }
    .examples > div > div:not(.nohover):hover {
        width: 631px;
    }

    .products .product_preview, .news_preview .product_preview {
        width: 320px;
    }
    .products .uslider {
        width: calc(320px * 4);
    }
    /* Блок новости */
    .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 > 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;
    }
    .news_preview .product_preview .info > p {
        height: 126px;
    }
    .product_preview .info {
        padding: 25px 15px 5px;
    }
    .news_preview .product_preview img {
        bottom: 0;
    }
    body .news_preview .product_preview .image {
        width: 128px;
        height: 128px;
        padding-top: 0;
    }
    body .news_preview .product_preview > a .info .date-preview-news {
        font-size: 14px;
        bottom: 7px;
        left: 9px;
    }
    .product .content > div#fixed_product_name, .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: 72px;}
    .product .content > div#fixed_product_name {
        height: 48px;
    }
    .product .content .left{padding-top: 72px;}
    .about h1 {
        font-size: 52px;
    }
    .about #wave {
        margin-top: -507px;
    }
    .left .arrow_slider img:last-child {
        top: 129px;
    }
    .product .content > .modifications{
        padding-top: 120px;
        margin-top: -65px;
    }
    /* Footer */
}
/* Navbar hamburger switches on 500 */
@media (max-width: 500px) {
    .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;
    }
    #fixed_product_name .buttons{
        float: right;
    }
    .product_info .buttons a,#fixed_product_name .buttons a{
        padding: 16px 19px;
        border-radius: 6px;
        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(0, 0, 0, 0.97);
        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 19px;
    }
    .navbar-collapse a:hover,.navbar-collapse a:active,.navbar-collapse a:focus,.navbar a:hover, .nav li.has_subnav:hover > a{opacity:1;}
    .navbar-collapse .row a{color: #c166a2b3;}
    .row.request svg path{fill: #c166a2}
    .nav span{opacity: 0.7;}
    .nav span.active{opacity: 1;}
    .navbar-collapse.in{left:0;opacity:1;}
    .navbar-collapse .nav li a {
        font-size: 25px;
        line-height: 66px;
        padding: 0 19px;
        margin: 0;
    }
    .nav li.has_subnav a span::after{
        width: 15px;
        height: 15px;
        background-size: cover;
        top: 12px;
        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;
    }
    .navbar-collapse .nav .dropdown_menu li{width: 100%;}
    .navbar-collapse .nav .dropdown_menu li a{
        pointer-events: all;
        padding: 0;
        font-size: 18px;
        line-height: 48px;
    }
    .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;
    }
    .navbar-collapse .request a, .product_preview .button {
        font-size: 17px;
        padding: 5px 13px;
    }
    .product_preview .button {
        line-height: 20px;
    }
    .navbar-collapse .request a{
        border: 1px solid #c166a2b3;
    }
    .navbar-collapse .navbar-nav {
        margin: 0;
        width: 100%;
    }
    .navbar-collapse .request {
        left: 10px;
        width: 100%;
        margin: 0;
        font-size: 16px;
    }
    .navbar-collapse .row{width: 100%;}
    .navbar-collapse .request, .navbar-collapse .phone{
        width: 50%;
        margin: 0;
    }
    .navbar-collapse .phone{padding-left: 19px;}
    .navbar-collapse .request{margin-top: -4px;}
    .navbar-collapse .request svg {width: 28px;}
    .navbar-collapse li a span {
        font-family: Roboto;
        font-weight: 600;
        font-size: 26px;
        line-height: 35px;
        position: relative;
    }
    .navbar-brand img{
        width: 227px;
        height: 54px;
    }
    .carticon {
        right: -1px;
    }
    .carticon:before {
        right: 7px;
    }
    .navbar-header{float:none;}
    .product .content{padding-top: 440px;}
    .navbar-brand{margin-left: -11px;}
    .navbar-toggle{display:block;margin-right:76px;}
    .navbar-nav{margin-top:7.5px;}
    .home .intro .wrapper .new {
        top: 0;
    }
    .home .intro .wrapper .new div {
        font-size: 36px;
        line-height: 37px;
        padding-bottom: 15px;
    }
    .home .intro .wrapper .new .newdes {
        font-size: 19px;
        line-height: 23px;
        font-weight: 300;
        padding-bottom: 31px;
        margin-left: -1px;
    }
    .home .intro .wrapper .new .active {
        font-size: 18px;
        padding: 11px 20px;
    }
    .home .intro .wrapper img {
        position: absolute;
        max-height: 568px;
        margin-top: 18px;
        right: -24px;
    }
    .video_arrow svg {
        width: 34px;
        height: 16px;
    }
    .product .left div.arrow_slider img{height: 34px;}
    .bar-form-collapse form legend, #cart h3,#filter-form  h3{
        font-weight: 300;
        font-size: 23px;
    }
    #cart > hr{margin: 26px 0;}
    #link_compare{font-size: 15px;}
    #link_compare svg{
        width: 20px;
        height: 10px;
    }
    .modifications td .addcart {padding: 5px 13px;}
    /*Мобильные новости*/
    .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;}
    .clients, .clients_n_examples{background-size: cover;}
    .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 .footer .bottom{padding-bottom: 61px;}
    .product .content > .wrapper:not(.first_block){padding-bottom: 70px;}
    .content{
        margin-bottom: -1px;
        background-color: unset;
    }
    .about h1 {
        font-size: 36px;
    }
}
/* Класс для скрытия вместо 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;
}

/* Анимация загрузки при фильтрации*/
.product_types > .circle-loading {
    width: 20%;
    position: absolute;
    margin-top: 35px;
    z-index: 9;
    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;
}
.nonActive {
    opacity: 0.4;
    position: absolute;
    width: 123%;
    height: 58px;
    left: -12%;
    bottom: 0;
    z-index: 3;
    cursor: not-allowed;
}
/* Боковое меню статей */
.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: #6f4897;
    border-bottom: 1px solid #6f4897;
}
.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: #6f4897;
    border-radius: 15px;
    border: 1px solid #6f4897;
    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: #6f4897;
    border: 1px solid #6f4897;
}
.blog-grid:hover h3 a, .buttons_article table:hover td, .buttons_article .but_next_prev:hover h3 {
    color: #6f4897;
}
.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: #6f4897;
}
.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);
}
h3 {margin-top: 0;}
@media(min-width: 1001px){
    .left {
        height: 100vh !important;
    }
}
@media (min-width: 500px) and (max-width: 1000px){
    .left{
        max-height: 750px;
        min-height: 550px;
    }
}
@media (min-width: 500px) and (max-width: 1000px) and (min-height: 500px) {
    .content {min-height: 982px;}
}