body {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    background: #FFF;
}

/* MODAL SEARCH RESULT */
.btn_ord {
    margin-left: 10px;
}
.cabinet-menu1 {
    position: fixed;
    left: 0;
    top: 0;
    background: #222222;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 28%);
    z-index: 10;
    padding: 30px 0;
    width: 140px;
    height: 100%;
}
.cabinet-menu1 .link a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}
.cabinet-menu1 .links .link a.active{
    background-color: #329dcf;
}
.featured {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 9px;
    transform: rotate(0deg);
    height: 19px;
    width: 90px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    background: #0074c5;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 0px 5px;
}
.mob{
    display: none;
}
.blockSearchFastResult {
    position: absolute;
    margin-top: 10px;
    right: 0px;
    border: #d12125 solid 1px;
    padding: 10px;
    z-index: 1001;
    background: white;
    font-size: 9pt;
    border-radius: 6px;
    display: none;
    width: 550px;

}

.blockSearchFastResult:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    top: -12px;
    border-bottom: #d12125 solid 12px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
}

.blockSearchFastResult .item {
    position: relative;
    border-bottom: solid 1px #42210e;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}

.blockSearchFastResult .item .photo {
    float: left;
    margin-right: 20px;
    width: 70px;
    text-align: center;
}

.blockSearchFastResult .item .photo img {
    height: 50px;
    max-width: 70px;
}

.blockSearchFastResult .item .name {
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
    color: #000000;
}

label.error {
    text-align: center;
    color: #353535;
    display: block;
    font-size: 11px;
    padding: 3px;
    border-radius: 3px;
    background: #fbffeb;
    margin: 10px 0px 10px 0px;
    border: 1px solid #e4eacd;
    width: 256px;
}

.blockSearchFastResult .item .price {
    color: #ff0000;
    font-weight: bold;
    font-size: 13pt;
}

.blockSearchFastResult .allResult {
    display: block;
    text-align: center;
    padding: 15px 0 5px 0;
    text-decoration: none;
    font-size: 18px;
}

.blockSearchFastResult .allResult:hover {
    color: #ca0000;
    opacity: 0.5;
}

.SideBar-Left {
    float: left;

    padding-right: 20px;
}

.blockContent {
    float: right;
    width: 940px;
}

.blockFilter {
    position: relative;

    margin-bottom: 10px;
}

.blockFilter div.separate {
    border-bottom: 1px dashed #cccccc;
    height: 1px;
    margin-top: 10px;
}


.blockFilter h3.title {
    font-size: 11px !important;
    text-align: center;
    background: #329dcf;
    border-radius: 3px 3px 3px 3px;
    padding: 7px 10px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    line-height: 15px;
    width: 250px;
}

.blockFilter .variants {
    padding: 10px 5px;
    font-size: 12px;
}

.blockFilter label {
    display: block;
    /*
    float: left;
    min-width: 50%;
*/
    cursor: pointer;
}

.sortLine {
    font-size: 10pt;
    margin-bottom: 10px;
}

.sortLine span {

    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #329dcf;
    padding: 2px 7px;
    font-size: 12px;
}

.sortLine a {
    display: inline-block;
    margin: 0 10px;
    color: #ffffff;
    background-color: #343434;
    padding: 2px 7px;
    font-size: 12px;
}

.sortLine a:hover {
    color: #ffffff;
    background-color: #329dcf;
    text-decoration: none;
}

.paginator {
    text-align: center;
    margin-bottom: 10px;
}

.paginator a {
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    width: 20px;
    margin: 0 3px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #ffffff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#e9e9e9', GradientType=0);
    font-size: 10pt;
}

.cap {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4) url(../images/preloader.gif) no-repeat center center;
}

.paginator a:hover {
    background: #fdd91e;
    color: white;
}

.paginator span {
    display: inline-block;
    text-align: center;
    padding: 2px 0px;
    width: 20px;
    font-size: 10pt;
    margin: 0 3px;
    background: #f69d8e;
    color: white;
}

/* Ширина слайдера */
#slider {
    margin: 16px 8px 5px 8px;
}

/* Контейнер слайдера */
.ui-slider {
    position: relative;
}

/* Ползунок */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    /* Задаем нужную ширину */
    height: 13px;
    /* и высоту */
    background: white;
    /* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
    border: solid 2px #329dcf;
    /* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
    cursor: pointer;
    border-radius: 50%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
    height: 3px;
    /* задаем высоту согласно дизайна */
}

/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
    border: 1px solid #D4D4D4;
    background: #fff;
}

/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
    border: 1px solid #0074c5;
    background: #329dcf;
    height: 3px !important;
}

/* скругление для полосы слайдера */
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#minCost {
    float: left;
    width: 48%;
    padding: 3px 5px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #d4d3d3;
    width: 80px;
    height: 25px;
    color: #000000;
}

#maxCost {
    border-radius: 3px;
    border: 1px solid #d4d3d3;
    width: 80px;
    padding: 3px 5px;
    height: 25px;
    color: #000000;
}

/* END PRICE SLIDER */
body img {
    max-width: 100%;
}

body .container {
    max-width: 1300px;
}

body p {
    font-size: 16px;
}

body p.big {
    font-size: 20px;
}

body .min-title {
    font-size: 25px;
}

body .title {
    font-size: 40px;
    text-transform: uppercase;
}

body p,
body .title {
    margin: 0;
    position: relative;
}

body .order a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

body .order a,
body .order button {
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    background-color: #329dcf;
    color: #ffffff;
    min-width: 169px;
}

body .order a:hover,
body .order button:hover {
    background-color: #007db7;
}

body a,
body button {
    transition: all 0.2s ease-in-out;
}

body .form ::-webkit-input-placeholder {
    color: #000000;
}

body .form ::-moz-placeholder {
    color: #000000;
}

body .form :-moz-placeholder {
    color: #000000;
}

body .form :-ms-input-placeholder {
    color: #000000;
}

body .form label.error {
    display: none !important;
}

body .form input,
body .form select {
    border: 1px solid #c4c4c4;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    width: 100%;
}

body .form input.error,
body .form select.error {
    border-color: #E76767;
    box-shadow: 0 0 4px #CC0000;
}

body .manage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.84);
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    z-index: 10002;
    align-items: center;
    justify-content: space-between;
}

body .manage .humb {
    width: 30px;
    height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

body .manage .humb div {
    flex-basis: 100%;
    height: 3px;
    background: #000000;
}

body .manage .phone a {
    color: #000000;
}

body .manage span {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

body .manage .logo img {
    width: 35px;
}

body .left-menu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 290px;
    background: rgba(0, 0, 0, 0.84);
    z-index: 10003;
    overflow-y: scroll;
    transition: 0.3s;
}

body .left-menu.active {
    left: 0;
}

body .left-menu .links {
    padding-left: 20px;
}

body .left-menu .links .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

body .left-menu .links .link .icon {
    line-height: 0;
    margin: 0 10px 0 0;
    width: 20px;
}

body .left-menu .links div {
    margin: 5px 0;
}

body .left-menu .links div a {
    color: #ffffff;
    font-size: 16px;
    padding: 0;
}

body .left-menu .for-category .links div a {
    text-transform: uppercase;
}

body .left-menu .for-category .links > div.dropdown .dropdown-menu {
    padding-left: 10px;
    position: relative;
    width: 100%;
    background: transparent;
}

body .left-menu .close-menu {
    position: absolute;
    top: 11px;
    right: 11px;
    font-size: 34px;
    font-weight: bold;
    line-height: 10px;
    height: 10px;
    color: #ffffff;
}

body .left-menu .mob-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

body .slider .swiper-button div {
    background: none;
    width: 55px;
    height: 55px;
    border: 1px solid;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
    margin-right:30px;
    margin-left:30px;
}

body .slider .swiper-button div:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    border-width: 1px;
    border-bottom-style: solid;
    transition: 0.3s;
}

body .slider .swiper-button div.swiper-button-prev:before {
    border-left-style: solid;
    transform: rotate(45deg);
    left: 6px;
}

body .slider .swiper-button div.swiper-button-next:before {
    border-right-style: solid;
    transform: rotate(-45deg);
    right: 6px;
}

body .slider .swiper-button div:hover {
    border-color: #329dcf !important;
}

body .slider .swiper-button div:hover:before {
    border-color: #329dcf !important;
}

body .slider .swiper-button.white div {
    border-color: #ffffff;
}

body .slider .swiper-button.white div:before {
    border-color: #ffffff;
}

body .slider .swiper-button.gray div {
    border-color: #dadada;
}

body .slider .swiper-button.gray div:before {
    border-color: #dadada;
}

body .products .swiper-products {
    padding: 30px;
}

body .products .container {
    max-width: 1500px;
}

body .products .slider {
    padding: 0 100px;
    position: relative;
}

body .product {
    max-width: 293px;
    border: 1px solid #d9d9d9;
    position: relative;
    padding: 40px 0px 24px 0px;
    text-align: center;
    transition: 0.3s;
}

body .product:hover {
    background: #ffffff;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.07);
    transform: translateY(-10px); */
}

body .product .label {
    position: absolute;
    top: 17px;
    z-index: 2;
}

body .product .label.lb-1 {
    left: 16px;
}

body .product .label.lb-2 {
    left: 0;
    right: 0;
    text-align: center;
}

body .product .label.lb-3 {
    right: 16px;
}


body .product .pic a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    height: 245px;
    align-items: center;
    
}
body .product:hover .pic a .img-1{
    transform: translateX(-100%);
}
body .product:hover .pic a .img-2{
    transform: translateX(-100%);
}
body .product .pic a div {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    flex: 0 0 auto;
}

body .product img {
    max-width: 100%;
    max-height: 100%;
}

body .product .name {
    margin: 50px 0 15px 0;
}

body .product .price {
    margin: 0 0 30px 0;
}

body .product .price span {
    color: #329dcf;
}

body .header a {
    font-size: 14px;
}

body .header .top-line {
    color: #474747;
    padding: 9px 0 10px 0;
    border-bottom: 1px solid #eae9e9;
}

body .header .top-line a {
    color: #474747;
}

body .header .top-line .top-menu {
    border-right: 1px solid #eae9e9;
    padding: 12px 30px 14px 0;
    margin: 0 30px 0 0;
}

body .header .top-line .top-menu .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
}

body .header .top-line .top-menu .link:not(:last-of-type) {
    margin-right: 20px;
}

body .header .top-line .top-menu .link .icon {
    line-height: 0;
    margin: 0 5px 0 0;
}

body .header .top-line .phone a {
    font-size: 20px;
    text-decoration: none;
}

body .header .top-line .phone a:hover {
    color: #329dcf;
}

body .header .bottom-line {
    padding: 46px 0 43px 0;
    justify-content: flex-end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: 0.5s;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

body .header .bottom-line.active {
    justify-content: center;
    position: fixed;
    padding: 15px 0;
    background: #ffffff;
}

body .header .bottom-line div:not(:last-of-type) {
    margin-right: 45px;
}

body .header .bottom-line div a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    padding: 0;
    position: relative;
}

body .header .bottom-line div a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #329dcf;
    transition: 0.5s;
}

body .header .bottom-line div a:hover:before {
    width: 100%;
}

body .main {
    position: relative;
}
body .main-2 {
    position: relative;
}
body .main .swiper-main {
    overflow: hidden;
    height: 675px;
    position: relative;
}

body .main .swiper-main .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

body .main .swiper-main .swiper-slide.swiper-slide-active .swiper-inner {
    opacity: 1;
    transform: scale(1);
}

body .main .swiper-main .swiper-slide .swiper-inner {
    transition: 1.5s;
    transform: scale(0);
    opacity: 0;
    width: 100%;
    padding: 0 0 0 19vw;
}

body .main .swiper-main .swiper-slide.sl-2 .swiper-inner {
    padding: 0;
}

body .main .swiper-main .swiper-slide .swiper-inner .sld-2 {
    background: rgba(0, 0, 0, 0.29);
    padding: 90px 10px 55px 10px;
    text-align: center;
    max-width: 57.292vw;
    margin: auto;

}

body .main .swiper-main .swiper-slide .swiper-inner .tit {
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
}

body .main .swiper-main .swiper-slide .swiper-inner hr {
    max-width: 314px;
    height: 11px;
    background-color: #ffffff;
    border: none;
    margin: 55px auto 45px;
}

body .main .swiper-main .swiper-slide .swiper-inner .txt {
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
}

body .main .swiper-main .swiper-slide .swiper-inner p,
body .main .swiper-main .swiper-slide .swiper-inner div {
    color: #ffffff;
}

body .main .swiper-main .swiper-slide .swiper-inner .text {
    margin: 55px 0 60px 0;
}

body .main .swiper-button .swiper-main-prev {
    left: 7vw;
}

body .main .swiper-button .swiper-main-next {
    right: 7vw;
}

.hits {
    text-align: center;
    padding: 65px 0 25px 0;
}

.hits .slider {
    margin: 50px 0 0 0;
}

.calculation {
    padding: 180px 0 130px 0;
    background: url(../images/calc-bg.jpg) no-repeat center top;
}

.calculation .for-title {
    text-align: center;
    margin: 0 0 95px 0;
}

.calculation .for-title .min-title {
    color: #a7a7a7;
    margin: 35px 0 0 0;
}

.calculation .forma {
    display: table;
    margin: auto;
}

.calculation .forma p {
    margin: 0 0 5px 0;
}

.calculation .forma select {
    width: 309px;
}

.calculation .forma input {
    width: 196px;
}

.calculation .forma .order {
    margin: 55px 0 0 0;
}

.interier {
    padding: 65px 0 65px 0;
}

.interier .i-blocks .i-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 10px;
}

.interier .i-blocks a {
    position: relative;
}

.interier .i-blocks a:not(:last-of-type) {
    margin-bottom: 9px;
}

.interier .i-blocks a:before {
    position: absolute;
    
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: 0.3s;
}

.interier .i-blocks a:hover:before {
    opacity: 1;
}

.interier .i-right {
    height: 100%;
    padding: 30px 50px;
    border: 1px solid #d0d0d0;
    background-color: #f6f6f6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}

.interier .i-right:hover {
    background: #ffffff;
    border-color: #329dcf;
}

.interier .i-right hr {
    border-top: 1px solid rgba(255, 255, 255, 0.54);
    border-bottom: 1px solid rgba(222, 222, 222, 0.65);
    margin: 45px 0 55px 0;
}

.interier .i-right .list {
    margin: 0 0 90px 0;
}

.interier .i-right .list .l-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.interier .i-right .list .l-row:not(:last-of-type) {
    margin-bottom: 32px;
}

.interier .i-right .list .l-row .icon {
    width: 50px;
    margin: 0 30px 0 0;
    text-align: center;
}

.colors {
    padding: 60px 0 55px 0;
    background-color: #f2f2f2;
    text-align: center;
}

.colors .for-title {
    margin: 0 0 50px 0;
}

.colors .for-title .min-title {
    color: #a7a7a7;
    margin: 19px 0 0 0;
}

.colors .for-tabs .color-blocks {
    position: relative;
}

.colors .for-tabs .color-blocks .color-min {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.colors .for-tabs .color-blocks .color-min .cm-block .pic {
    background-color: #ffffff;
    width: 115px;
    height: 115px;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    cursor: pointer;
    transition: 0.3s;
}

.colors .for-tabs .color-blocks .color-min .cm-block .pic:not(.active):hover {
    transform: scale(1.05);
}

.colors .for-tabs .color-blocks .color-min .cm-block .pic.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.colors .for-tabs .color-blocks .color-min .cm-block .pic img {
    max-height: 100%;
}

.colors .for-tabs .color-blocks .color-min .cm-block .pic:not(:last-of-type) {
    margin-bottom: 18px;
}

.colors .for-tabs .color-blocks .color-big {
    max-width: 310px;
    height: 310px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.colors .for-tabs .nav-tabs {
    margin: 60px 0 35px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    border: none;
}

.colors .for-tabs .nav-tabs li:not(:last-of-type) {
    margin-right: 25px;
}

.colors .for-tabs .nav-tabs li a {
    padding: 0;
    width: 75px;
    height: 75px;
    border-radius: 4px;
    border: 1px solid transparent;
    display: block;
    position: relative;
    background: none;
}

.colors .for-tabs .nav-tabs li a:not(.active):hover {
    transform: translateY(-10px);
}

.colors .for-tabs .nav-tabs li a:before {
    width: 90%;
    height: 90%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    transition: 0.3s;
}

.colors .for-tabs .nav-tabs li a.tt-1:before {
    background: #ffffff;
}

.colors .for-tabs .nav-tabs li a.tt-2:before {
    background: #9fa0a2;
}

.colors .for-tabs .nav-tabs li a.tt-3:before {
    background: #154889;
}

.colors .for-tabs .nav-tabs li a.tt-4:before {
    background: #f3e03b;
}

.colors .for-tabs .nav-tabs li a.tt-5:before {
    background: #4a203b;
}

.colors .for-tabs .nav-tabs li a.tt-6:before {
    background: #296478;
}

.colors .for-tabs .nav-tabs li a.tt-7:before {
    background: #8773a1;
}

.colors .for-tabs .nav-tabs li a.active.tt-1 {
    border-color: #ffffff;
}

.colors .for-tabs .nav-tabs li a.active.tt-2 {
    border-color: #9fa0a2;
}

.colors .for-tabs .nav-tabs li a.active.tt-3 {
    border-color: #154889;
}

.colors .for-tabs .nav-tabs li a.active.tt-4 {
    border-color: #f3e03b;
}

.colors .for-tabs .nav-tabs li a.active.tt-5 {
    border-color: #4a203b;
}

.colors .for-tabs .nav-tabs li a.active.tt-6 {
    border-color: #296478;
}

.colors .for-tabs .nav-tabs li a.active.tt-7 {
    border-color: #8773a1;
}

.colors .all a {
    text-decoration: underline;
    color: #6f95d9;
}

.colors .all a:hover {
    text-decoration: none;
}

.discount {
    padding: 70px 0 85px 0;
    text-align: center;
}

.discount .title {
    margin: 0 0 65px 0;
}

.benefits {
    padding: 125px 0 130px 0;
    text-align: center;
    background: url(../images/benefits-bg.jpg) no-repeat center top / cover;
    background-attachment: fixed;
}

.benefits p,
.benefits div {
    color: #ffffff;
}

.benefits .for-title .min-title {
    margin: 24px 0 0 0;
}

.benefits .b-block {
    max-width: 248px;
    margin: 90px auto 0;
    padding: 60px 25px 25px 25px;
    height: 307px;
    border: 1px solid #ffffff;
    transition: 0.3s;
}

.benefits .b-block:hover {
    background-color: rgba(255, 255, 255, 0.41);
    border-color: transparent;
}

.benefits .b-block .icon {
    height: 62px;
    margin: 0 0 43px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news {
    padding: 65px 0 125px 0;
}

.news .n-block {
    margin: 85px auto 0;
    max-width: 571px;
    position: relative;
    overflow: hidden;
}

.news .n-block:hover .text {
    background: none;
}

.news .n-block:hover .order {
    opacity: 1;
    transform: none;
}

.news .n-block .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 35px;
    color: #ffffff;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.38);
}

.news .n-block .order {
    opacity: 0;
    transform: translateX(100%);
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map {
    height: 510px;
}

.map iframe {
    border: none;
}

.footer {
    padding: 30px 0 30px 0;
    background: url(../images/footer-bg.jpg) no-repeat center top / cover;
}

.footer a,
.footer p,
.footer div {
    color: #ffffff;
}

.footer .logo {
    padding: 0 0 25px 0px;
}

.footer .fr-1 .icon {
    margin: 0 0 20px 0;
    height: 44px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .fr-1 .location .text p:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer .fr-1 .email {
    text-align: center;
    margin-left:35px !important
}

.footer .fr-1 .email a {
    display: block;
}

.footer .fr-1 .phones a {
    text-decoration: none;
}

.footer .fr-1 .phones a:hover {
    color: #329dcf;
}

.footer .fr-2 {
    margin: 32px 0 0 0;
}

.footer .fr-2 .social a {
    text-decoration: none;
}

.footer .fr-2 .social a:not(:last-of-type) {
    margin-right: 15px;
}

.footer .fr-2 .social a:hover {
    opacity: 0.5;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    body .main .swiper-main {
        height: 530px;
    }

    .main .logo img {
        min-height: 105px;
    }

    body .header .bottom-line {
        padding: 25px 0 25px 0;
    }

    body .products .slider {
        padding: 0 80px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .tit {
        font-size: 35px;
        line-height: 38px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner hr {
        height: 10px;
        margin: 30px auto 28px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .txt {
        font-size: 25px;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body .manage {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    body .product {
        margin: auto;
    }

    body p.big {
        font-size: 16px;
        line-height: 19px;
    }

    body .title {
        font-size: 25px;
        line-height: 30px;
    }

    body .min-title {
        font-size: 20px;
        line-height: 24px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner {
        padding: 0 0 0 14vw;
    }

    body .main .swiper-button .swiper-main-prev {
        left: 2vw;
    }

    body .main .swiper-button .swiper-main-next {
        right: 2vw;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .tit {
        font-size: 28px;
        line-height: 33px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner hr {
        height: 7px;
        margin: 30px auto 28px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .txt {
        font-size: 19px;
        line-height: 29px;
    }

    body .header .bottom-line {
        padding: 22px 0 25px 0;
    }

    body .products .slider {
        padding: 0 60px;
    }

    body .products .swiper-products {
        padding: 0;
    }

    body .products .slider .swiper-button div {
        width: 40px;
    }

    .calculation .forma select {
        width: 215px;
    }

    .interier .i-right {
        padding: 30px 30px;
    }

    .interier .i-right .list {
        margin: 0 0 35px 0;
    }

    .interier .i-right hr {
        margin: 17px 0 27px 0;
    }

    .interier .i-right .list .l-row .icon {
        width: 28px;
        height: 28px;
        margin: 0 18px 0 0;
    }

    .interier .i-right .list .l-row .icon img {
        max-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body .container {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    body .manage {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
.mob{
    display: block;
    margin: 10px auto;
}
.mob1{
    margin-top:10px;
    width: 100% !important;
}
.mob1 a img{
    width: 100%;
}
.main-section{
    margin-top:30px !important;
}
body .manage .phone a{
    font-weight: bold;
    font-size:18px !important;
}
    .colors .for-title .min-title {
        margin-bottom: 65px !important;
    }

    body .order a,
    body .order button {
        font-size: 14px;
        padding: 8px 6px;
    }

    .btn_ord {
        margin-left: 0px;
        margin-top: 10px;
    }

    body p.big {
        font-size: 16px;
        line-height: 19px;
    }

    body .title {
        font-size: 25px;
        line-height: 30px;
    }

    body .product {
        margin: auto;
    }

    body .min-title {
        font-size: 18px;
    }
    body .main .swiper-main .swiper-slide {
        background-position: right top;
    }
    body .main .swiper-main .swiper-slide .swiper-inner {
        padding: 0 0 0 7vw;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .title {
        font-size: 18px;
        line-height: 26px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner p {
        font-size: 14px;
        line-height: 18px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .text {
        margin: 10px 0 24px 0;
    }

    body .main .swiper-main {
        height: 300px;
    }



    body .main .slider .swiper-button.white div {
        top: 90%;
        width: 39px;
        height: 39px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .sld-2 {
        max-width: 85%;
        padding: 22px 10px 21px 10px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .tit {
        font-size: 16px;
    line-height: 21px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner hr {
        height: 5px;
        margin: 20px auto 18px;
    }

    body .main .swiper-main .swiper-slide .swiper-inner .txt {
        font-size: 14px;
    line-height: 20px;
    }

    .hits {
        padding: 35px 0 25px 0;
    }

    body .products .slider {
        padding: 0 30px;
    }

    body .products .slider .swiper-button > div {
        width: 30px;
    }

    body .products .slider .swiper-button > div.swiper-button-next {
        right: -10px;
    }

    body .products .slider .swiper-button > div.swiper-button-prev {
        left: -10px;
    }

    body .products .swiper-products {
        padding: 0;
    }

    .hits .slider {
        margin: 33px 0 0 0;
    }

    .calculation {
        padding: 26px 0 30px 0;
        background: none;
    }

    .calculation .for-title .min-title {
        margin: 17px 0 0 0;
    }

    .calculation .for-title {
        margin: 0 0 40px 0;
    }

    .calculation .forma .inputblock {
        margin: 0 0 20px 0;
    }

    .calculation .forma .order {
        margin: 20px 0 0 0;
    }

    .interier {
        padding: 25px 0 35px 0;
    }

    .interier .i-blocks {
        max-width: 350px;
        margin: auto;
    }

    .interier .i-right {
        padding: 25px 20px;
    }

    .interier .i-right .list {
        margin: 0 0 40px 0;
    }

    .interier .i-right hr {
        margin: 27px 0 31px 0;
    }

    .colors {
        padding: 35px 0 42px 0;
    }

    .calculation .forma select {
        width: 280px;
    }

    .colors .for-tabs .color-blocks .color-min {
        position: initial;
        justify-content: center;
        margin-top: 80px;
    }

    .colors .for-tabs .color-blocks .color-min .cm-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .colors .for-tabs .color-blocks .color-min .cm-block:not(:last-of-type) {
        margin-right: 10px;
    }

    .colors .for-tabs .color-blocks .color-min .cm-block .pic:not(:last-of-type) {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .colors .for-tabs .color-blocks .color-min .cm-block .pic {
        width: 68px;
        height: 68px;
        padding: 7px;
    }

    .colors .for-tabs .color-blocks .color-big {
        height: 200px;
    }

    .colors .for-tabs .nav-tabs {
        margin: 30px 0 30px 0;
        flex-wrap: nowrap;
        overflow-y: scroll;
        justify-content: flex-start;
    }

    .colors .for-tabs .nav-tabs li:not(:last-of-type) {
        margin-right: 7px;
    }

    .discount {
        padding: 40px 0 40px 0;
    }

    .benefits {
        padding: 40px 0 45px 0;
    }

    .benefits .b-block {
        max-width: 248px;
        margin: 30px auto 0;
        padding: 30px 15px 25px 15px;
        height: 245px;
    }

    .news {
        padding: 35px 0 40px 0;
    }

    .news .n-block {
        margin: 28px auto 0;
    }

    .news .n-block .text {
        height: 61px;
        padding: 5px 9px 6px 14px;
    }

    .map {
        height: 300px;
    }

    .footer {
        text-align: center;
    }

    .footer .email {
        margin: 30px 0 30px 0;
        
    }
    .footer .fr-1 .email{
  margin-left:0px !important;
  }
    .footer .social {
        margin: 30px 0;
    }

    .footer .logo {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 575px) {
    .interier .i-blocks .i-col {
        padding: 0;
        margin-bottom: 10px;
    }

    .calculation .forma .order .price {
        flex-basis: 100%;
    }

    .calculation .forma input {
        width: 280px;
    }
    .slider{
        margin-top:65px;
    }
    body .slider .swiper-button div{
        width:35px;
        height:35px;
        margin-left:0px;
        margin-right:0px;
    }
    
}

.item-inner {
  padding: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .item-inner {
    padding: 70px 0 60px 0;
  }
}
.item-inner img {
  max-width: 100%;
}
.item-inner .pictures .big-pic a:before {
  background-size: 40px 40px;
}
.item-inner .pictures a {
  position: relative;
  display: block;
  overflow: hidden;
}
.item-inner .pictures a:hover:before {
  opacity: 1;
  visibility: visible;
}
.item-inner .pictures a:hover img {
  transform: scale(1.05);
}
.item-inner .pictures a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.53) url(../images/loop.svg) no-repeat center center / 19px 19px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.3s;
}
.item-inner .pictures a img {
  transition: 0.3s;
}
.item-inner .pictures .mini {
  margin: 20px 0 0 0;
}
.item-inner .pictures .mini .pic:not(:last-of-type) {
  margin-right: 10px;
}
.item-inner .i-info .i-top {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.item-inner .i-info .i-top .price {
  color: #329dcf;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .item-inner .i-info .i-top {
    font-size: 20px;
  }
}
.item-inner .i-info .buttons {
  margin: 0 0 25px 0;
}
.item-inner .i-info .buttons .order {
  margin-top: 10px;
}
.item-inner .i-info .buttons .order a,
.item-inner .i-info .buttons .order button {
  background: #329dcf;
  min-width: 0;
  min-height: 40px;
}
.item-inner .i-info .buttons .order a:hover,
.item-inner .i-info .buttons .order button:hover {
  background: #0075ac;
}
.item-inner .i-info .buttons .order a .icon,
.item-inner .i-info .buttons .order button .icon {
  width: 18px;
  margin: 0;
  line-height: 0;
}
.item-inner .i-info .buttons .order a .icon img,
.item-inner .i-info .buttons .order button .icon img {
  width: auto;
}
@media (max-width: 575px) {
  .item-inner .i-info .buttons .order {
    margin-right: -20px;
  }
  .item-inner .i-info .buttons .order a,
  .item-inner .i-info .buttons .order button {
    padding: 5px 10px;
    min-height: 45px !important;
  }
}
.item-inner .i-info .tech-info .tit {
  font-weight: 700;
  margin: 0 0 15px 0;
}
.item-inner .i-info .tech-info .table {
  border: none;
  border-top: 1px solid #329dcf;
  background-color: #f4f4f4;
  max-width: 402px;
  font-size: 14px;
}
.item-inner .i-info .tech-info .table tr td {
  padding: 1.2em;
  border: none;
}
.item-inner .i-info .tech-info .table tr .tt-1 {
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.item-inner .ii-bottom {
  margin: 80px 0 0 0;
}
@media (max-width: 767px) {
  .item-inner .ii-bottom {
    margin: 30px 0 0 0;
  }
}
.item-inner .nav-tabs {
  border: none;
  display: block;
}
.item-inner .nav-tabs .nav-item:not(:last-of-type) {
  margin-bottom: 2px;
}
.item-inner .nav-tabs .nav-item .nav-link {
  background: #f4f4f4;
  border: none;
  outline: none;
  box-shadow: none;
  color: #505050;
  width: 100%;
}
.item-inner .nav-tabs .nav-item .nav-link:hover {
  background: #dbdbdb;
}
.item-inner .nav-tabs .nav-item .nav-link.active {
  background: #329dcf;
  color: #fff;
}
@media (max-width: 767px) {
  .item-inner .nav-tabs {
    margin: 0 0 30px 0;
  }
  .cabinet-menu1 {
    bottom: 0;
    top: initial;
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0;
}
.cabinet-menu1 .links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cabinet-menu1 .links .link {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin: 0;
}
.cabinet-menu1 .links .link a {
    font-size: 8px !important;
    padding: 10px;
    border: none;
}
.cabinet-menu1 .links .link a p{
    font-size: 10px !important;
}
.cabinet-menu1 .links .link a .icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
}
.cabinet-menu1 .links .link a .icon img {
    max-width: 100%;
    min-height: 100%;
}
    .item-inner .i-info {
        margin: 30px 0 0 0;
    }
    .item-inner .i-info .i-top .price {
        margin-top: 10px;
    }
    .blcolor{
        display: none !important;
    }
}
.item-inner .tab-content .text .txt p {
  margin: 0 0 15px 0;
}
.item-inner .tab-content .text ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.item-inner .tab-content .text ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.blcolor{
	display: block;
    position: absolute;
    background-image: url(/img/v2/blucolors.png);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
	top: -10px;
    left: -15px;
}
body .header .bottom-line div a.bllink{
	color:white;
}