<div>html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'MuseoSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: normal;
    color: #000;
    overflow-x: hidden;
    line-height: 1.4;
}

h1 {
    font-size: 44px;
    font-weight: 900;
    
}

h2 {
    font-size: 36px;
    font-weight: 900;
    
}

button, input, textarea {
	font-family: 'MuseoSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ai_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.jc_sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.jc_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.container {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%;
}

.content-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83%;
            flex: 0 0 83%;
    max-width: 83%;
}

/*BUTTON*/

.btn {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    display: inline-block;
    padding: 17px 44px;
    height: 60px;
}


.btn_yellow {
    background: #FFEC00;
    -webkit-box-shadow: 0px 10px 30px rgba(188, 174, 0, 0.3);
            box-shadow: 0px 10px 30px rgba(188, 174, 0, 0.3);
}

.btn_yellow:hover {
    background: #F4E200;
}

.btn_blue {
    background: #4583E5;
    color: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(16, 52, 109, 0.3);
            box-shadow: 0px 4px 20px rgba(16, 52, 109, 0.3);
}

.btn_blue:hover {
    background: #3E76D0;
}

.headerBtn .btn_yellow {
    font-size: 14px;
    padding: 12px 32px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 44px;
    position: relative;
    z-index: 100;
}

.btn_border_white {
    font-size: 14px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    height: 36px;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
}

/*BUTTON*/


/*SIDEBAR*/

.sidebar {
    background: #FAFAFA;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sidebarTop {
    padding: 30px 28px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.sidebarLogo {
    text-decoration: none;
    display: inline-block;
}

.sidebarLogo img {
    width: 100%;
    display: block;
    max-width: 156px;
}

.toggleBtn {
    width: 24px;
    height: 18px;
    background-image: url(../img/toggle_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.sidebarList__drop &gt; img {
    width: 28px;
    margin-right: 4px;
    vertical-align: middle;
}

.sidebarList__drop {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 28px;
    display: block;
}

.sidebarList__drop &gt; span {
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
}

.sidebarDropList {
    padding: 12px 28px 20px;
    display: none;
}

.sidebarDropList.active {
    display: block;
}

.sidebarList__item {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.sidebarDropList__link {
    line-height: 1;
    color: #000000;
    text-decoration: none;
    padding-left: 4px;
}

.sidebarDropList__link:before {
    content: "";
    width: 5px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/menu_drop.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}

.sidebarDropList__link span {
    vertical-align: middle;
}

.sub-sidebarDropList {
    padding-top: 16px;
    padding-bottom: 6px;
    padding-left: 28px;
    display: none;
}

.sub-sidebarDropList.active {
    display: block;
}

.sub-sidebarDropList__link {
    text-decoration: none;
    color: #000;
    line-height: 1;
    display: block;
}

.sidebarDropList__item {
    margin-bottom: 10px;
}

.sidebarDropList__item:last-child {
    margin-bottom: 0;
}

.sub-sidebarDropList__item {
    margin-bottom: 10px;
}

.sub-sidebarDropList__item:last-child {
    margin-bottom: 0;
}



/*CONTENT*/

.headerTop {
    background: #E5E5E5;
    padding: 10px 0;
}

.headerLocation {
    line-height: 1;
    color: #1A1A18;
    font-weight: bold;
    position: relative;
}

.headerLocation img,
.headerLocation span {
    display: inline-block;
    vertical-align: middle;
}

.headerLocation img {
    margin-right: 7px;
}

.headerMenuList__link {
    color: rgba(0,0,0,0.5);
    text-decoration: none;
}

.headerMenuList__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}

.headerMenuList__item:last-child {
    margin-right: 0;
}

.headerAddressItem {
    padding-left: 28px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 42px;
}

.headerAddressItem:last-child {
    margin-right: 0;
}

.headerAddressItem_address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/watch-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
}

.headerAddressItem_phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
}

.headerAddressItem__title {
    font-weight: bold;
    line-height: 1;
/*     margin-bottom: 7px; */
}

.headerAddressItem__descr {
    font-size: 13px;
    line-height: 1;
    color: #949EA3;
	margin-top: 7px;
}

.headerBottom {
    padding: 9px 0;
}

.headeredWrap {
    background-image: url(../img/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 75px;
}

.headeredWrap__title {
    margin-bottom: 40px;
}

.headeredWrap__buttonItem {
    display: inline-block;
    vertical-align: top;
}

.headeredWrap__buttonItem a {
    display: inline-block;
}

.headeredWrap__buttonItem:first-child {
    margin-right: 30px;
}

.headeredWrap__buttonItem p {
    color: #949EA3;
    text-align: center;
    margin-top: 15px;
}

.headeredWrap__buttonItem p img {
    vertical-align: text-top;
    margin-top: 1px;
}

.headeredWrap__play {
    width: 151px;
    height: 151px;
    border-radius: 50%;
    /*background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
    background-image: url(../img/play-icon.svg);*/
    background-repeat: no-repeat;
    background-position: 42% center;
    position: relative;
    z-index: 10;
    display: block;
}

.headeredWrap-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.5%;
            flex: 0 0 58.5%;
    max-width: 58.5%;
}

.headeredWrap-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.5%;
            flex: 0 0 41.5%;
    max-width: 41.5%;
    padding-left: 135px;
}

.headeredWrap__playText {
    font-size: 14px;
    color: #949EA3;
    position: relative;
    text-decoration: none;
    left: -80px;
    top: 150px;
    display: inline-block;
}

.headeredWrap__playText:before {
    content: "";
    position: absolute;
    right: -8px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-image: url(../img/half-circle.svg);
}

.headeredWrap__link {
    text-decoration: none;
    display: block;
    position: relative;
}

.headeredWrap__image {
    position: absolute;
    left: -10%;
    bottom: -163%;
}

.notificationDiscount {
    background-color: #EF4242;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    position: relative;
}

.notificationDiscount p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 20px;
    margin-right: 20px;
}

.bold {
    font-weight: 900;
}

.notification__close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../img/close_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}


.sectionHeadered p {
    font-size: 24px;
    font-weight: 300l;
    margin-top: 10px;
}

.section_equipment {
    padding-top: 55px;
    overflow: hidden;
}

.equipmentList .row {
    margin-left: -10px;
    margin-right: -10px;
}

.equipment-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

.equipmentItem {
    cursor: pointer;
}

.equipmentItem__image {
    width: 100%;
    height: 246px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    border: 3px solid transparent;
}

.equipmentItem__logo {
    position: absolute;
    width: 125px;
    height: 38px;
    top: 20px;
    right: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.equipmentItem__name {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}

.equipmentItem__price {
    font-size: 18px;
    color: #333;
}

.equipmentList {
    margin-top: 44px;
    padding-bottom: 40px;
}

.equipmentItem.active .equipmentItem__image {
    border: 3px solid #4583E5;
}

.equipmentItem.active .equipmentItem__name {
    color: #4583E5;
}

.equipmentItem.active .equipmentItem__price {
    color: #4583E5;
}

.equipmentDetailed {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.15);
}

.equipmentDetail-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.25%;
            flex: 0 0 15.25%;
    max-width: 15.25%;
    margin: 0 15px;
}

.equipmentDetailItem__img {
    position: relative;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
	height: 160px;
}

.equipmentDetailItem__img img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.equipmentDetailnfo {
    position: absolute;
    right: 0;
    top: 0;
}

.equipmentDetailItem__title {
    font-size: 24px;
    font-weight: 900;
    color: #949EA3;
    text-align: center;
    margin-top: 5px;
}

.equipmentDetailItem {
    position: relative;
    cursor: pointer;
}

.equipmentDetailItem.active .equipmentDetailItem__title {
    color: #4583E5;
}

.equipmentDetailItem.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #4583E5;
}

.equipmentDetailInfo__value {
    background-color: #949EA3;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    font-weight: 300l;
    text-align: center;
    width: 30px;
    line-height: 0.85;
    height: 30px;
    padding: 0;
    padding-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.equipmentDetailItem.active .equipmentDetailInfo__value {
    background-color: #4583E5;
}

.equipmentDetailInfo__value span {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.8;
    display: block;
}


.equipmentDetailInfo__text {
    font-size: 12px;
    text-align: center;
    font-weight: 300l;
    color: #949EA3;
}

.equipmentDetailInfo__item {
    margin-bottom: 10px;
}

.equipmentDetailInfo__item:last-child {
    margin-bottom: 0;
}

.equipmentDetailItem {
    padding-bottom: 24px;
    padding-top: 24px;
}

.equipmentDetailedList .container {
    border-bottom: 2px solid #F2F2F2;
}

.detailProductWrap {
    padding-top: 20px;
}

.detailProductImage {
    position: relative;
}

.detailProductImage &gt; img {
    width: 100%;
    position: relative;
    z-index: 100;
}

.detailProduct__brand {
    position: absolute;
    right: 30px;
    top: 62px;
    opacity: 0.5;
    width: 130px;
}

.detailProduct__brand img {
    width: 100%;
}

.detailProduct-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.2%;
            flex: 0 0 36.2%;
    max-width: 36.2%;
    padding-left: 50px;
}

.detailProduct-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.8%;
            flex: 0 0 63.8%;
    max-width: 63.8%;
    padding-left: 78px;
}


.detailProductTable,
.detailProductInfo &gt; p {
    font-size: 18px;
    line-height: 1.57;
    font-weight: 300l;
}

.table_name {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    background-color: #fff;
}

.table__row:nth-child(odd) {
    background-color: #F7F7F7;
}

.btn_ask {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    background-image: url(../img/question-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

.detailProductTable {
    margin-top: 16px;
}

.detailFeuteres {
    margin-top: 26px;
}

.detailFeutereItem__bold {
    font-size: 16px;
    font-weight: bold;
}

.detailFeutereItem__price {
    font-size: 36px;
    line-height: 1.35;
    color: #4583E5;
    font-weight: 900;
}

.detailFeutereItem__price span {
    font-size: 22px;
    color: #949EA3;
    font-weight: normal;
}

.detailFeutereItem {
    display: inline-block;
    vertical-align: middle;
}

.detailFeutereItem__icon,
.detailFeutereItem__info {
    display: inline-block;
    vertical-align: middle;
}

.detailFeutereItem__icon {
    margin-right: 8px;
}


.detailFeutereItem__info {
    font-size: 16px;
    line-height: 1.15;
    color: #000000;
    font-weight: 300l;
}

.detailFeutereItem__highlight {
    font-size: 21px;
    font-weight: 900;
}

.detailFeutereItem_1 {
    margin-right: 65px;
}

.detailFeutereItem_2 {
    margin-right: 35px;
}

.detailForm {
    background: #4583E5;
    border-radius: 0 10px 10px 0;
    padding: 29px 34px 29px 0;
    margin-top: 26px;
    position: relative;
}

.detailForm:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #4583E5;
    width: 20%;
    left: -20%;
}

.input {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 300l;
}

.detailForm__item .input {
    font-size: 18px;
}

/*
.detailForm__title {
    font-size: 30px;
    line-height: 1.17;
    font-weight: 900;
    color: #FFEC00;
    margin-bottom: 5px;
}
*/
.detailForm__title {
	margin-top: 0;
	padding-top: 0;
	font-size: 16px;
	color: #404040;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;	
	text-align:center;
}
.detailForm__title2 {
    font-size: 30px;
    line-height: 1.17;
    font-weight: bold;
    color: #FFEC00;
    margin-bottom: 5px;
}
.detailForm__text2 {
    font-size: 18px;
    line-height: 1.37;
    color: #FFFFFF;
}

.detailForm__text {
    line-height: 1.37;
	text-align: center;
	font-size: 13px;
    color: #788589;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.text-label {
	margin-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #626262;
    margin-bottom: 5px;
}
.text-center {text-align:center;}
.textarea {
    background-color: #f4f4f4;
    padding: 15px 20px;
    font-size: 12px;
    color: #788589;
    margin-bottom: 30px;
}
.detailForm-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
}

.detailForm-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.detailFormPlaces {
    border: 2px solid #FFFFFF;
    color: #fff;
    border-radius: 5px;
    width: 110px;
    line-height: 1.17;
    text-align: center;
    padding: 12px 0 12px;
}

.detailFormPlaces img {
    margin-bottom: 2px;
}

.detailFormPlaces p .bold {
    display: block;
}

.detailFormWrap-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
}

.detailFormPlaces-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
    padding-left: 20px;
}

.detailForm__item .input {
    height: 50px;
    margin-bottom: 9px;
    width: 100%;
}

.detailForm__item .btn {
    height: 50px;
    width: 100%;
    padding: 14px 32px;
}

.detailProductInfo {
    padding-top: 30px;
}

.detailProductText {
    font-size: 16px;
    line-height: 1.57;
    font-weight: 300l;
    color: #666666;
    margin-top: 40px;
}

.detailProductText p {
    margin-bottom: 12px;
}

.detailProduct {
    padding-bottom: 40px;
    display: none;
    -webkit-animation: fadein 0.3s ease;
            animation: fadein 0.3s ease;
}

.detailProduct.active {
    display: block;
}

.section_title {
    margin-bottom: 40px;
}

.section_price {
    padding-top: 20px;
}

.section_title {
    text-align: center;
}

.filterSelection {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 22px 35px 18px;
}

.filterSelection__title {
    font-size: 18px;
    line-height: 1.37;
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.filterSelectLabel {
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300l;
    color: #000000;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    outline: none;
}

.filterSelectLabel.active {
    background: #4583E5;
    -webkit-box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
            box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
    color: #fff;
}

.filterSelectLabel input {
    display: none;
}

.filterSelection__body .filterSelectLabel {
    margin-right: 6px;
    margin-bottom: 10px;
}

.filterSelection__body {
    margin-top: 10px;
}

.filterSelection-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.filterSelection-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.filterSelection-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
}

.filterSelection-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
}

.filterSelection-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}
.filterSelection-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
    text-align: center;
    padding-top: 15px;
}
.filterSelection-column .btn {
    -webkit-box-shadow: 0px 10px 30px rgba(188, 174, 0, 0.3);
            box-shadow: 0px 10px 30px rgba(188, 174, 0, 0.3);
}

.btn_reset {
    font-size: 16px;
    line-height: 1.4;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #949EA3;
    padding: 5px;
}

.btn_reset:hover {
    color: #686868;
}

.filterSelection-column .btn_reset {
    margin-top: 10px;
    font-weight: normal;
}

.productFilterList &gt; .row {
    margin-left: -10px;
    margin-right: -10px;
}

.productFilterList {
    margin-top: 35px;
    padding-bottom: 80px;
}

.productFilter-col {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 20px;
}

.productFilterItem {
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    padding: 34px 45px 42px;
}

.productFilterItemInfo {
    margin-top: 26px;
}

.productFilterItem__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    color: #000000;
    margin-bottom: 2px;
}

.productFilterItem__name {
    font-size: 18px;
    margin-bottom: 6px;
}

.productFilterItem__size {
    font-size: 16px;
    color: #949EA3;
}

.productFilterItem__price {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}   

.productFilterItem__price-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
	    margin-right: 5%;
}

.productFilterItem__price p {
    font-size: 14px;
}

.productFilterItem__price_old {
    font-size: 18px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #949EA3;
    display: inline-block;
    vertical-align: middle;
}

.productFilterItem__price_new {
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.color_blue {
    color: #4583E5;
}

.color_yellow {
    color: #FFEC00;
}

.productFilterItem__link {
    font-size: 18px;
    text-decoration: none;
    color: #4583E5;
    border-bottom: 2px dotted #4583E5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 34px;
}
.productFilterItem__link.productFilterItem__link_prop{
	 margin-right: 0px;
	  /*margin-left: 34px;*/
}
.productFilterItem__buttons {
    margin-top: 14px;
}

.productFilterItem__buttons .btn {
    min-width: 204px;
}

.productFilterItemImages {
    text-align: center;
    min-height: 290px;
}

.productFilterItem__window {
    display: inline-block;
    position: relative;
}

.productFilterItem__window img {
    position: relative;
    z-index: 1;
}

.productFilterItem__picture {
    position: absolute;
    left: 3px;
    top: 2px;
    right: 4px;
    bottom: 3px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.section_layers {
    background-image: url(../img/bg_layers.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 90px;
}


.layerNavigationRow {
    position: relative;
    background-color: #fff;
}

.layerNav {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    padding: 14px 25px;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    margin-right: -4px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 101;
}

.layerNav.active {
    color: #fff;
}

.layerNav__scroll {
    background-color: #4583E5;
    color: #fff;
    display: inline-block;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    z-index: 100;
    left: 0;
    width: 146px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.layerNavigationRow {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: inline-block;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.layerNavigationWrap {
    text-align: center;
    position: relative;
    z-index: 100;
}

.layersBodyInfo {
    width: 47%;
    margin-left: 42%;
    padding-top: 55px;
}

.layersBodyInfo h2 {
    color: #fff;
    line-height: 1.27;
    margin-bottom: 25px;
}

.layersBodyInfo p {
    font-size: 16px;
    font-weight: 300l;
    color: #FFFFFF;
}

.layerSlider__button {
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
}

.layerSlider__button img {
    width: 80px !important;
	    border-radius: 50%;
    overflow: hidden;
    max-height: 80px;
}

.layerSliderWrap {
    padding: 0 40px;
    margin-top: 40px;
}

.layerSlider {
    width: 520px;
}

.layerSlider .owl-stage-outer {
    height: 80px;
    overflow: hidden;
}

.layerSlider .owl-nav .owl-prev {
    width: 16px;
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none;
}

.layerSlider .owl-nav .owl-next {
    width: 16px;
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    right: -40px;
    position: absolute;
    background-color: transparent;
    top: 50%;
    border: none;
    -webkit-transform: scale(-1) translateY(50%);
        -ms-transform: scale(-1) translateY(50%);
            transform: scale(-1) translateY(50%);
    outline: none;
}

.layerSlider .owl-nav .owl-prev span,
.layerSlider .owl-nav .owl-next span {
    display: none;
}


.layersBodyBottom {
    margin-top: 55px;
}

.layersBody__price {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
	margin-right: 30px;
}

.layersBody__btn {
    display: inline-block;
    vertical-align: middle;
}

.layersBody {
    position: relative;
}

.layersBody__image {
    position: absolute;
    left: 0;
    top: 30px;
    width: 40%; 
}

.layersBody__image img {
    width: 100%;
}

.calcContainer {
    background: #FAFAFA;
    border-radius: 20px;
    padding-top: 56px;
    padding-bottom: 45px;
    padding-left: 50px;
    padding-right: 50px;
}

.calcContainer h1 {
    text-align: center;
    margin-bottom: 64px;
}

.section_calc {
    padding-top: 90px;
}

.calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
}

.calc-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
}

.calcCard {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2.80786px 3.62304px rgba(0, 0, 0, 0.0174206), 0px 7.76336px 10.0172px rgba(0, 0, 0, 0.025), 0px 18.6912px 24.1177px rgba(0, 0, 0, 0.0325794), 0px 62px 80px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2.80786px 3.62304px rgba(0, 0, 0, 0.0174206), 0px 7.76336px 10.0172px rgba(0, 0, 0, 0.025), 0px 18.6912px 24.1177px rgba(0, 0, 0, 0.0325794), 0px 62px 80px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 37px 43px 43px;
}

.calcCard__title {
    font-size: 24px;
    color: #000000;
}

.calcCard__select {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #000000;
    position: relative;
}

.calcCard__select:after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-image: url(../img/drop_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.calcCard__price {
    margin-top: 20px;
}

.calcCard__price_new {
    font-size: 36px;
    color: #4583E5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.calcCard__price_old {
    font-size: 24px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #949EA3;
    display: inline-block;
    vertical-align: middle;
}

.calcCard__button {
    margin-top: 30px;
}

.calcAdvantages {
    padding-top: 40px;
}

.calcAdvantagesItem__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.calcAdvantagesItem__info {
    display: inline-block;
    vertical-align: middle;
}

.calcAdvantagesItem__info p {
    font-size: 16px;
    line-height: 1.17;
    color: #000000;
    font-weight: 300l;
}

.calcAdvantagesItem__bold {
    font-weight: 900;
    font-size: 24px;
}

.calcAdvantagesItem {
    margin-bottom: 20px;
}

.calcAdvantagesItem:last-child {
    margin-bottom: 0;
}

.calcForm__label_numb {
    background: #4583E5;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    padding: 12px 0;
    margin-right: 16px;
}

.calcForm__label {
    font-weight: 900;
    color: #000;
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
}

.calcForm__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    max-width: 41%;
}

.calcForm__label span {
    display: inline-block;
    vertical-align: middle;
}

.calcForm__sizeWindow {
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 20px;
}

.calcForm__sizeWindow img {
    width: 100%;
}

.calcForm__size {
    position: relative;
}

.range-horizontal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 93%;
}

.range-vertical {
    right: 0;
    top: 0;
    height: 95%;
    position: absolute;
}

.range-vertical .range-slider {
    height: 100%;
}

.range-vertical .range-slider {
    width: 2px;
    background-color: #EBEBEB;
    border: none;
}

.range-horizontal .noUi-horizontal {
    height: 2px;
    background-color: #EBEBEB;
    border: none;
}

.range-horizontal .noUi-horizontal .noUi-handle {
    background: #4583E5;
    -webkit-box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
            box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
    border-radius: 5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    outline: none;
    top: -10px;
    cursor: pointer;
}

.range-vertical  .noUi-vertical .noUi-handle {
    background: #4583E5;
    -webkit-box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
            box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
    border-radius: 5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    outline: none;
    right: -10px;
    cursor: pointer;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    left: 50%;
    bottom: -26px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    top: 50%;
    right: -60px;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
}

.calcWIndowLabel {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    border-bottom: 2px solid #EBEBEB;
    text-align: center;
    position: relative;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91px;
            flex: 0 0 91px;
    padding: 4px;
}

.calcWIndowLabel.active {
    border-color: #4583E5;
}

.calcWIndowLabel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.calcWIndowLabel__item {
    height: 66px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.calcWIndowLabel__tooltip {
    font-size: 12px;
    line-height: 1.07;
    text-align: center;
    color: #BBBCBD;
    background: #4a4a4a;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-20px);
        -ms-transform: translateY(-50%) translateX(-20px);
            transform: translateY(-50%) translateX(-20px);
    right: 100%;
    padding: 4px 6px;
    border-radius: 5px;
    display: none;
}

.calcWIndowLabel__tooltip:after {
    background: #4a4a4a;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
}

.calcWIndowLabel__item img {
    max-height: 50px;
}

.calcWIndowLabel__item:hover {
    background: #F2F2F2;
}

.calcWIndowLabel__item:hover .calcWIndowLabel__tooltip {
    display: block;
}

.calcWIndowLabel__current {
    padding-top: 11px;
    height: 100px;
    text-align: center;
}

.calcWIndowLabel {
    border-radius: 5px;
    position: relative;
    height: 100px;
}

.calcWIndowLabel:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.calcWIndowLabel__list {
    position: absolute;
    top: 95px;
    width: 100%;
    left: 0;
    padding: 4px;
    background: #FFFFFF;
    display: none;
    z-index: 100;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.calcWIndowLabel:hover .calcWIndowLabel__list {
    display: block;
}

.calcForm__windows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calcForm__container {
    margin-bottom: 72px;
}

.calcForm__container:last-child {
    margin-bottom: 0;
}

.advantagesItem__title {
    font-size: 24px;
    font-weight: 900;
    color: #000000;
}

.advantagesItem__descr {
    font-size: 16px;
    color: #777777;
}

.advantagesItem__icon {
    margin-right: 38px;
    display: inline-block;
    vertical-align: middle;
}

.advantagesItem__info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 125px);
}

.advantages-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.advantagesList {
    margin-top: 54px;
}

.advantagesItem {
    margin-bottom: 50px;
}

.section_why {
    padding-top: 86px;
    padding-bottom: 35px;
}

.feedbackSliderWrap {
    margin-top: 44px;
}

.feedbackSliderItem__username {
    font-weight: 900;
    font-size: 24px;
    color: #000000;
}

.feedbackSliderItem__city {
    font-size: 18px;
    color: #000000;
    opacity: 0.6;
}

.feedbackSliderItem__text {
    font-size: 18px;
    line-height: 1.57;
    color: #000000;
    margin-top: 26px;
}

.feedbackSliderItem__avatar {
    width: 72px;
    height: 72px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feedbackSliderItem__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.feedbackSliderItem__userInfo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 26px;
}

.feedbackSliderItem {
    background: #FAFAFA;
    padding: 25px 28px 43px;
    border-radius: 20px;
    text-decoration: none;
    display: block;
}

.feedbackSliderItem__img {
    width: 100%;
    height: 305px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 36px;
}

.feedbackSlider.owl-carousel .owl-nav .owl-prev {
    width: 24px;
    height: 42px;
    position: absolute;
    left: -52px;
    top: 50%;
    background-image: url(../img/arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    outline: none;
}

.feedbackSlider.owl-carousel .owl-nav .owl-next {
    width: 24px;
    height: 42px;
    position: absolute;
    right: -52px;
    top: 50%;
    background-image: url(../img/arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    outline: none;
}


.feedbackSlider.owl-carousel .owl-nav .owl-prev span,
.feedbackSlider.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.section_consultation {
    padding-top: 88px;
}

.consultation-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.consultationInfo__underTitle {
    font-size: 36px;
    margin-top: 16px;
}

.consultationListItem {
    font-size: 18px;
    padding-left: 76px;
    position: relative;
    margin-bottom: 16px;
}

.consultationListItem:last-child {
    margin-bottom: 0;
}

.consultationListItem:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url(../img/check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.consultationList {
    margin-top: 36px;
    padding-left: 36px;
    max-width: 520px;
}

.consultation-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.consultationForm {
    background: #4583E5;    
    -webkit-box-shadow: 0px 20px 30px rgba(69, 131, 229, 0.4);    
            box-shadow: 0px 20px 30px rgba(69, 131, 229, 0.4);
    border-radius: 20px;
    padding: 34px 45px 53px;
    position: relative;
    font-size: 18px;
    color: #fff;
    max-width: 664px;
    margin-left: auto;
    margin-top: 50px;
}

.consultationForm h2 {
    color: #FFEC00;
    margin-bottom: 11px;
    line-height: 1.17;
}

.consultationForm__row {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.consultationForm__input .input {
    font-size: 18px;
    width: 100%;
    padding: 18px 20px; 
}

.consultationForm__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
}

.consultationForm__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
    padding-left: 12px;
}

.consultationForm__button .btn {
    width: 100%;
}

.consultationForm__image {
    position: absolute;
    right: -45px;
    top: -60px;
    width: 36%;
}

.consultationForm__image img {
    width: 100%;
}

.section_consultation {
    padding-bottom: 115px;
}


.checkboxText {
    font-size: 18px;
    position: relative;
    padding-left: 34px;
}

.checkboxLabel input[type="checkbox"] {
    display: none;
}

.checkboxText:before {
    content: "";
    position: absolute;
    border: 1px solid #BBBCBD;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    left: 0;
    background-color: #fff;
    top: 2px;
}

.checkboxText p {
    font-size: 14px;
    color: #000000;
    opacity: 0.4;
}

.checkboxLabel {
    cursor: pointer;
    outline: none;
}

.checkboxLabel input[type="checkbox"]:checked + .checkboxText:before {
    background-color: #4583E5;
    -webkit-box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
            box-shadow: 0px 4px 10px rgba(69, 131, 229, 0.3);
    background-image: url(../img/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-color: #4583E5;
}

.calcForm__checkboxes {
    margin-right: -20px;
}

.calcForm__checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    margin-bottom: 20px;
}

.calcForm__checkbox:nth-child(3n) {
    margin-right: 0;
}

.header_mobile {
    padding: 10px 0;
}

.logo_link {
    display: block;
    text-decoration: none;
}

.logo_link img {
    display: block;
    width: 120px;
}


.header_mobile {
    display: none;
}


.footer {
    background: #f9f9f9;
    padding-bottom: 60px;
    padding-top: 20px;
}

.footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.footerTitle {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 900;
}

.footerMenu__item {
    font-weight: 300l;
    margin-bottom: 10px;
    padding-right: 10px;
}

.footerMenu__item a {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.875;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-decoration: none;
}

.footerMenu__item a:hover {
    color: #497aca;
}

.footerPhone a {
    color: #333333;
    font-weight: 900;
    font-size: 22px;
    color: #333333;
    margin-bottom: 0;
    text-decoration: none;
}

.footer-col_right {
    text-align: right;
}

.footerCity {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1;
    margin-bottom: 10px;
}

.footerAddress {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 900;
    line-height: 1.333;
    margin-top: 30px;
    margin-bottom: 0;
}

.link_map {
    font-size: 14px;
    font-weight: normal;
    color: #fabc05;
    text-decoration: none;
    line-height: 1.714;
}

.footerMail a {
    color: #0275d8;
    font-size: 17px;
    text-decoration: none;
    line-height: 1.333;
    font-weight: 900;
    margin-top: 30px;
    display: block;
}

.footerSocial { 
    margin-top: 30px;
}

.footerSocial__link {
    height: 40px;
    width: 40px;
    background-color: #2e67c3;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.footerSocial__link_fb {
    background-image: url(../img/fb.svg);
    margin-right: 5px;
}

.footerSocial__link_vk {
    background-image: url(../img/vk.svg);
}


.link_address {
    color: #000;
    text-decoration: none;
}

.headerLocation__dropdown {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.headerLocation__list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 178px;
    padding: 17px 28px 14px;
    z-index: 1000;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    display: none;
}

.headerLocation__list {
    padding: 20px 28px 19px;
}

.headerLocation__list.active {
    display: block;
}

.headerLocation__list li a,
.calcCard__hidden li a {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    color: #1A1A18;
}

.calcCard__hidden li a  {
    line-height: 1;
    display: block;
}

.headerLocation__list li a:hover,
.calcCard__hidden li a:hover {
    color: #a7a7a7;
}

.headerLocation__list li{
    margin-bottom: 10px;
}

.calcCard__hidden li {
    margin-bottom: 21px;
}

.headerLocation__list li:last-child,
.calcCard__hidden li:last-child {
    margin-bottom: 0px;
}

.calcCard__title {
    position: relative;
}

.calcCard__hidden {
    position: absolute;
    top: 100%;
    right: -18px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 178px;
    padding: 17px 28px 14px;
    z-index: 1000;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
    display: none;
}

.calcCard__hidden.active {
    display: block;
}

.calcCard__dropdown {
    cursor: pointer;
}


.popup_complectation, .popup_properties {
    display: none;
}


.menu_popup {
    background-color: #ddd;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    -webkit-animation: fadein 0.3s ease;
            animation: fadein 0.3s ease;
}

.menu_popup.active {
    display: block;
}

.menuPopup__container {
    height: 100%;
    padding: 80px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.menuPopup__container .container {
    position: relative;
}


.menu_popup_close {
    position: absolute;
    top: -40px;
    width: 24px;
    right: 10px;
    height: 24px;
    background-image: url(../img/g_cross.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.calcCard__overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
    z-index: 100;
    display: none;
}

.calcCard__overlay.active {
    display: block;
}

.modal_popup {
    display: none;
	max-width: 400px;
}

.tooltipInline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tooltip {
    position: absolute;
    left: 46%;
    transform: translateX(-50%) translateY(-5px);
    bottom: 100%;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    color: #000000;
    width: 140px;
    background: #FFFFFF;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
}

.tooltip:after {
    content: "";
    position: absolute;
    left: 46%;
    bottom: -4px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.tooltipInline:hover .tooltip {
    display: block;
}

.section_equipment.discount_popup {
    padding-top: 55px;
}

.section_equipment {
    position: relative;
    transition: all 0.8s ease;
}

.notificationDiscount {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.headeredWrap__playText {
    cursor: default;
}

.headerLocation__overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
    z-index: 100;
    display: none;
}

.headerLocation__overlay.active {
    display: block;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox &lt; 16 */

/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */

/* Opera &lt; 12.1 */
/*.discount_popup {display:none;}*/


.popup_complectation table, 
.popup_complectation th, 
.popup_complectation td,
.popup_properties td{
  border: 1px solid black;
      padding: 4px;
}
.popup_properties th{
    font-size: 20px;
    padding: 4px 10px;
	text-align:center;
}
.popup_properties td{width: 50%;}
.popup_properties td span{
	text-align: right;
    width: 100%;
    display: block;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #d0e9c6;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.header{
	position: fixed;
	top: 0;
	left: 17%;
	background: white;
	width: 83%;
	z-index: 101;
}

.content-col{
	margin-top: 82px;
}

.header .headerBottom{
	max-height: 65px;
	overflow: hidden;
	transition: 0.2s;
}

.header.hide .headerBottom{
	max-height: 0;
	pointer-events: none;
	padding: 0;
}
@media only screen and (max-width: 1280px){
	.header{
		left: 215px;
		width: calc(100% - 215px);
	}
	.content-col {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 990px) {
	.header{
		left: 0;
		width: 100%;
	}
	.content-col{
		margin-top: 125px;
	}
}

@media only screen and (max-width: 767px) { 
 .content-col{
		margin-top: 50px;
	}

}
@media only screen and (min-width: 992px) {
	.compensate-for-scrollbar .header{
		width: calc(83% - 17px);
		left: calc(17% - 2px);
	}
}

.headerAddressItem_address{
	display: inline-flex;
	align-items: center;
}
.headerAddressItem__descr{
	margin-top: 0;
	margin-left: 22px;
	position: relative;
}
.headerAddressItem__descr p{
color: #949EA3;
}
.headerAddressItem__descr:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: block;
	background: #EBEBEB;
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-50%);
}
.headerAddressItem_address:before{
	top: -2px;
}


.headerBottom{
	padding: 5px 0;
}
.headerLocation__dropdown span:first-of-type {
	font-weight: 500;
	color: #949EA3;
}
.headerBtn .btn_yellow {
	font-size: 14px;
	padding: 6px 18px;
	height: auto;
}
.sidebarList.scroll{
	overflow-y: scroll;
}
.equipmentItem.active{
	position: relative;
	height: 100%;
}
.equipmentItem.active:before{
    content: '';
    width: 40px;
    height: 40px;
    background: white;
    left: 50%;
    top: calc(100% + 40px);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
	pointer-events: none;
}
::-webkit-scrollbar-button{background-image:url('');background-repeat:no-repeat;width:5px;height:0px}
::-webkit-scrollbar-track{background-color:#e1e1e1;}
::-webkit-scrollbar-thumb{-webkit-border-radius:3px;border-radius:0px;background-color:#afafaf;}
::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:4px;height:0px}
::-webkit-scrollbar{width:10px;height: 5px;}
::-webkit-scrollbar:horizontal {width: 5px;}





#menu_popup .mobile-menu-item{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
#menu_popup .mobile-menu-go{
	padding: 6px 0;
    font-size: 14px;
    margin-bottom: 6px;
	margin-left: 15px;
    text-align: center;
	position: absolute;
	right: 15px;
	color: #333333;
	top: 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	display: none;
}

#menu_popup .mobile-menu-go svg{
	width: 12px;
	margin-left: 5px;
}

.footerTitle {
	font-size: 14px;
    line-height: 1.5;
	background: #f5f5f5;
	border-bottom: none;
	margin-bottom: 0;
}
#menu_popup .mobile-menu-item{
	background: #f5f5f5;
}
#menu_popup .mobile-menu-item + .menu_list li:not(:last-of-type), #menu_popup .mobile-menu-item + .footerMenu li:not(:last-of-type){
border-bottom: 1px solid #f5f5f5;

}

@media only screen and (max-width: 767px){
	#menu_popup .mobile-menu-go{
		display: flex;
		opacity: 0;
		pointer-events: none;
	}
	#menu_popup .footerTitle{
		margin-bottom: 0!important;
		font-size: 14px!important;
	}
	.footerMenu__item{
		text-align: center;
	}
	#menu_popup .mobile-menu-item{
		margin-bottom: 1px;
	}
	#menu_popup .mobile-menu-item + .menu_list a{
		
	}
	#menu_popup .mobile-menu-item.active .mobile-menu-go{
		opacity: 1;
		pointer-events: all;
		text-decoration: none;
	}
	#menu_popup .mobile-menu-item + .menu_list{
		display: none;
	}
	#menu_popup .mobile-menu-item + .footerMenu{
		display: none;
	}
	#menu_popup .mobile-menu-item + .menu_list a, .mobile-menu-item + .footerMenu a{
	font-size: 12px;
}	
	#menu_popup .container{
		margin: 0;
			width: 100%;
			padding: 0!important;
			max-width: 100%;
	}
	#menu_popup .footer-col{
		padding: 0;
	}
	#menu_popup .footerPhone{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 400px){
	#menu_popup .footerTitle {
	font-size: 13px;
	}
	#menu_popup .mobile-menu-go{
		font-size: 12px;
		right: 5px;
	}
}

.menu_popup{
	background-color: white;
}
.sidebar__menu-el{
	position: relative;
}
.sidebar__menu-go{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	opacity: 0;

	transition: 0.3s;
	background: #4483ea;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
}

.sidebar__menu-go svg{
	width: 8px;
	margin-left: 5px;
}

.sidebar__menu-go svg path{
	fill: white;
}

.sidebar__menu-go span{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.sidebar__menu-el:hover .sidebar__menu-go{
	opacity: 1;
	pointer-events: all;
}

.headerLocation__list__say {
    position: absolute;
    top: 30px;
    left: -22px;
    background: #FFFFFF;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 352px;
    padding: 17px 28px 14px;
    z-index: 1000;
    transform: translateY(6px);
    display: none;
}

.headerLocation__list__say {
    padding: 20px 28px 19px;
}
.headerLocation__list__say div {
	margin-top:20px;
}

.headerLocation__list__say.active {
    display: block;
}

.headerLocation__list__say .btn {
    padding: 10px 21px;
    height: 40px;
}
.headerLocation__list__say .btn_gray {
	background: #bdbdbd;
	color: #000;
	box-shadow: 0px 4px 20px rgba(16, 52, 109, 0.3);
	margin-left: 16px;
}

.headerLocation__list__say.block_t {
    border-radius: 10px;
    padding: 20px;
}
.headerLocation__list__say.block_t::after {
	content: ''; 
	position: absolute; /* Абсолютное позиционирование */
	left: 20px; top: -20px; /* Положение треугольника */
	border: 10px solid transparent; /* Прозрачные границы */
	border-bottom: 10px solid #fff; /* Добавляем треугольник */

}
.logo_city {
	display:none;
}
@media (max-width:768px) {
	.logo_city {
		display:block;
	}	
	.headerLocation__list__say--mobile {
		top: 56px;
		left: 10px;
	}
	.logo_city {
		font-size: 16px;	
	}
}
@media (max-width:1440px) {
	#map2{
    width: calc(100vw - 90px)!important;
	
	}		
	.fancybox-content{
		padding: 22px;
	}
}	

.block_form .row::before{
	display: none;
}
.block_form .row::after{
	display: none;
}</div><br>.layerSlider__button img {<br>border-radius: 0 !important;<br>max-height: none !important;<br>}<br>.layerSlider__button {<br>border-radius: 0 !important;<br>}<br>.layerSlider .owl-stage-outer {<br>height: auto !important;<br>}<br>