/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.checkboxPhonnumber {
    position: absolute;
    border-radius: 3px;
    padding: 5px 12px;
    cursor: pointer;
    background-color: #5ACA51;
    color: #fff;
    top: -49px;
    font-size: 18px;
    height: 50px;
    width: 145px;
    left: 0px;
    text-align: center;
    line-height: 40px;
}
.label {
  position: relative;
  width: 130px;
  height: 50px;
}
.absoluteHide {
    position: absolute;
    display: block;
    top: -49px;
    text-align: center;
    color: #fff;
    padding: 5px 2px;
    height: 50px;
    left: 0px;
    cursor: pointer;
    width: 145px;
    background-color: #5ACA51;
    border-radius: 3px;
    text-transform: uppercase;
}
.checkboxPhonnumber_footer {
    position: absolute;
    border-radius: 3px;
    padding: 5px 12px;
    cursor: pointer;
    background-color: #5ACA51;
    color: #fff;
    top: 0px;
    font-size: 18px;
    height: 50px;
    width: 185px;
    left: -20px;
    text-align: center;
    line-height: 40px;
}
.absoluteHide_footer {
    position: absolute;
    display: block;
    top: 0px;
    text-align: center;
    color: #fff;
    padding: 5px 2px;
    height: 50px;
    left: -20px;
    cursor: pointer;
    width: 180px;
    background-color: #5ACA51;
    border-radius: 3px;
    text-transform: uppercase;
}
.contactPhoneBox {
    height: 50px;
}
.checkboxPhonnumber_contact {
    position: absolute;
    border-radius: 3px;
    padding: 5px 12px;
    cursor: pointer;
    background-color: #5ACA51;
    color: #fff;
    top: 0px;
    font-size: 18px;
    height: 50px;
    width: 185px;
    left: -20px;
    text-align: center;
    line-height: 40px;
}
.absoluteHide_contact {
    position: absolute;
    display: block;
    top: 0px;
    text-align: center;
    color: #fff;
    padding: 5px 2px;
    height: 50px;
    left: -20px;
    cursor: pointer;
    width: 180px;
    background-color: #5ACA51;
    border-radius: 3px;
    text-transform: uppercase;
}
.checkboxPhone:checked + label .absoluteHide {
  display: none;
}
.checkboxPhone_footer:checked + label .absoluteHide_footer {
  display: none;
}
.checkboxPhone_contact:checked + label .absoluteHide_contact {
  display: none;
}
@charset "UTF-8";

@font-face {
    font-family: "pts";
    font-display: auto;
    src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "PTBold";
    font-display: auto;
    src: url(../fonts/PT_Sans-Web-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "PT";
    font-display: auto;
    src: url(../fonts/PT_Sans-Web-Regular.ttf) format("truetype");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333333;
}

h1 {
    padding: 2px 20px;
    margin: 0 0 15px 0;
    line-height: 40px;
    font-weight: bold;
    color: #575757;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
    background: #E7E7E7;
    border: solid 1px #a9a9a9;
    border-radius: 6px;
    display: block;
    font-size: 1.9em;
    text-align: center;
}

h2 {
    font-weight: 100;
    padding: 2px 20px;
    margin: 15px 0px;
    line-height: 40px;
    font-weight: bold;
    color: #575757;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
    background: #FFFFFF;
    display: block;
    font-size: 25px;
    border-radius: 6px;
    text-align: center;
}

h3 {
    margin-bottom: 10px;
}

h4 {
    text-align: center;
    font-size: 22px;
    margin: 10px 0px;
}

ul,
li {
    list-style: none;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

body {
    color: #333333;
    font-family: 'pts',Arial, Helvetica, sans-serif;
}

.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.slickAbsoluteItem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;line-height: 70px;
}

.slickAbsoluteItem.slickAbsoluteItem8 {
    position: absolute;
    top: 40%;
    left: 82%;
    transform: translate(-50%, -50%);
}

.slickAbsoluteItem.slickAbsoluteItem7 {
    width: 100%;
    top: 60%;
}
.slickAbsoluteItem.slickAbsoluteItem7 h5{text-align:center;line-height: 45px;font-size: 50px;}
.slickAbsoluteItem.slickAbsoluteItem7 .link {
    bottom: 110px;
    top: 31px;
    margin-top: 15px;
}

.slickAbsoluteItem.slickAbsoluteItem6 {
    top: 62%;
    transform: translate(48%, -50%);
}

.slickAbsoluteItem.slickAbsoluteItem6 .link {
    margin-top: 35px;
}

.slickAbsoluteItem.slickAbsoluteItem5 {
    text-align: left;
    transform: translate(27%, -50%);
    top: 37%;
    width: 33%;
}

.slickAbsoluteItem.slickAbsoluteItem5 {
    text-align: left;
    transform: translate(29%, -50%);
    top: 50%;
    width: 33%;
}

.slickAbsoluteItem.slickAbsoluteItem5 h5 {
    line-height: 36px;
    font-size: 36px;
    padding: 0px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #8a8a8a;
}

.slickAbsoluteItem.slickAbsoluteItem5 p {
    font-family: 'pts',Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    text-align: left;
    text-indent: 0px;
}

.slickAbsoluteItem.slickAbsoluteItem5 .link {
    margin-top: 90px;
    float: right;
}

.slickAbsoluteItem.slickAbsoluteItem3 {
    width: 32%;
    top: 48%;
}

.slickAbsoluteItem.slickAbsoluteItem3 h5 {
    line-height: 36px;
    font-size: 36px;
    padding: 0px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #8a8a8a;
}

.slickAbsoluteItem.slickAbsoluteItem3 p {
    font-family: 'pts',Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    text-align: left;
    text-indent: 0px;
}

.slickAbsoluteItem.slickAbsoluteItem3 .link {
    margin-top: 90px;
}

.slickAbsoluteItem.slickAbsoluteItem2 {
    transform: translate(-108%, -50%);
    top: 40%;
    width: 100%;
    left: 114%;
}

.slickAbsoluteItem.slickAbsoluteItem2 p {
    width: 28%;
    float: right;
    color: #fff;
    margin-right: 120px;
    margin-top: -145px;
    text-align: right;
}

.slickAbsoluteItem.slickAbsoluteItem2 .link {
    margin-top: 90px;
    float: right;
    position: absolute;
    margin-right: 120px;
    right: 0px;
    top: 75%;
}

.slickAbsoluteItem.slickAbsoluteItem1 h5 {
    font-size: 40px;
    text-align: left;
    padding: 0px;
    line-height: 40px;
}

.slickAbsoluteItem.slickAbsoluteItem1 {
    width: 33%;
    top: 41%;
}

.slickAbsoluteItem.slickAbsoluteItem1 p {
    text-indent: 0px;
    text-align: left;
}

.slickAbsoluteItem h5 {
    padding: 10px 30px;
    line-height: 55px;
    font-size: 60px;
    color: #fff;
    text-shadow: 8px 4px 0px rgba(0, 0, 0, 0.2);
}

.slickAbsoluteItem .link {
    bottom: 120px;
    right: 400px;
    display: flex;
    justify-content: center;
}

.slickAbsoluteItem .link a {
    outline: none;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    border: 0;
    min-width: 200px;
    height: 34px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    padding: 0 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 34px;
    border-radius: 5px;
    background-color: #ff0000;
    background: -webkit-linear-gradient(top, #ff0000, #a70300);
    background: linear-gradient(to bottom, #ff0000, #a70300);
}

.headerTop .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.slogan {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    float: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    font-weight: 100;
    color: #fff;
    text-shadow: none;
    background: transparent;
    border-radius: 0;
}
@media (max-width: 998px) {
    .slogan {
        position: relative;
        left: 0;
        transform: none;
        top: 0;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.headerTop {
    height: 38px;
    background: #989898;
    color: white;
    font-size: 16px;
    padding-top: 0;
    border-bottom: solid 2px #747474;
}

.buttonTopCont {
    display: flex;
}

#changeLocation {
    font-family: 'pts',Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    left: 150px;
    top: 3px;
    height: 31px;
    font-size: 13px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.buttonTopCont {
    display: flex;
    align-items: center;
}

.button {
    display: block;
    border: 0;
    padding: 9px 0px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
}

.button.green {
    background-color: #5ACA51;
    margin-right: 50px;
}

.button.green:hover {
    color: #fff;
    background-color: #00C00A;
    background: -webkit-linear-gradient(top, #00C00A, #005C1A);
    background: linear-gradient(to bottom, #00C00A, #005C1A);
}

.slider-cont {
    width: 630px;
    height: 422px;
}

.search {
    display: flex;
}

.searchInput {
    font-family: 'pts',Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    height: 25px !important;
    width: 120px;
    padding-left: 10px;
    border-color: #717171 !important;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    outline: none;
}

.searchButton {
    cursor: pointer;
    width: 50px;
    height: 25px;
    border-radius: 5px;
    margin: 0 0 0 2px;
    border: 1px solid #939393;
    background-color: #dadada;
    background: -webkit-linear-gradient(top, #f2f2f2, #c3c3c3);
    background: linear-gradient(to bottom, #f2f2f2, #c3c3c3);
}

header {
    background: url(.././images/headerBG.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.headerCenter {
    padding-top: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
}

.headerCenter .container {
    display: flex;
    justify-content: space-between;
    justify-content-align-items: stretch;
}

.headerPhone,
.headerQuestion span {
    font-weight: bold;
    font-size: 23px;
}

.stockActivation {
    display: block;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #989898;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0);
    transition: all 0.15s ease;
}

.stockActivation:hover {
    color: #fff;
    background: #989898;
}

.toastify {
    z-index: 9999999 !important;
}

.headerInfo {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.headerInfo>div {
    font-size: 14px;
}

.cls-1 {
    fill: #bc161a;
}

.cls-2 {
    fill: #cf5602;
}

.cls-3 {
    fill: #620204;
}

.cls-4 {
    fill: #f4ba00;
}

.cls-5 {
    fill: #2f0305;
}

.cls-7 {
    fill: #f4ebda;
}

.cls-8 {
    fill: #ffa325;
}

.cls-9 {
    fill: none;
    stroke: #a67c52;
    stroke-miterlimit: 10;
}

.phoneStock {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.twoBlack {
    width: 300px;
    height: 200px;
    background-color: #000;
    margin-top: 50px;
}

.headerQuestion {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headerQuestion span {
    color: #000;
}

.arrowNav {
    display: none;
}

.arrowNav.active {
    transform: rotate(-90deg) !important;
}

body.navActive {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.navigation {
    border: 1px solid #C3C3C3;
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(180deg, whitesmoke 0%, #d2d2d2 100%);
}

.navigation a {
    display: block;
    padding: 18px 0px 15px 0px;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}

.navigation>li {
    text-align: center;
    z-index: 3;
    flex: 1;
    border-right: 1px solid #C3C3C3;
    position: relative;
    transition: background 0.13s ease;
}

.navigation>li>ul {
    display: none;
}

.navigation>li>ul li:hover {
    background-color: #F9F9F9;
}

.navigation>li>ul li:hover a {
    color: #F00;
}

.navigation>li:hover {
    background-color: #F9F9F9;
    border-radius: 6px 0px 0px 0px;
    border-bottom: 0;
}

.navigation>li:hover>ul {
    background-color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
ul.innermenu {
    min-width: max-content;
}
.navigation>li:hover>ul a {
    text-transform: uppercase;
    border-right: solid 1px #BEBEBE;
    border-left: solid 1px #BEBEBE;
    color: #555;
    font-size: 11px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 9px;
    text-align: left;
}

.navHome {
    width: 53px !important;
    max-width: 53px;
    flex: 0;
    background: url(.././images/home.png) no-repeat 50%;
}

.headerNav {
    width: 100%;
}

.mb10 {
    margin-bottom: 10px;
}

.pricing {
    width: 500px;
    background: rgba(7, 6, 6, 0.12);
    z-index: 2;
    padding: 22px;
    border-radius: 6px;
}

.headerSlider .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.contentBody a {
    color: #ff0000;
}

input {
    font-family: 'pts',Arial, Helvetica, sans-serif;
}

.blockСalc p {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-family: 'PT',Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-bottom: 15px;
}

.blockСalc .calcForm {
    margin-right: 10px;
    width: 100%;
    max-width: 180px;
    display: inline-block;
}

.blockСalc .calcForm input[type="text"] {
    border: none;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 6px;
    zoom: 1;
    color: #838383;
    background: #FFFFFF;
    width: 45px;
    font-size: 24px;
    text-align: center;
    height: 30px;
    box-shadow: 1px 1px 3px inset;
}

.formRow {
    margin-top: 5px;
    display: flex;
    padding: 0 0 4px 0;
}

.formRow label {
    display: inline-block;
    font-size: 15px;
    color: #000;
    padding: 0 10px 0 5px;
    max-width: 165px;
    width: 100%;
    text-align: right;
    line-height: 110%;
    margin-top: 7px;
}

.priceBlock {
    line-height: 1.1;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    vertical-align: top;
    border: 1px #D8D8D8 solid;
    background: #FFFFFF;
    color: #848484;
    margin-top: 5px;
    padding: 12px 0px 13px;
    width: 114px;
    height: 147px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px inset;
}

.priceBottom {
    display: flex;
    flex-direction: column;}

.priceBottomLeft {
    background: url(.././images/whiteArrow.png) no-repeat 100% 15%;
    width: 100%;
    padding: 15px 0 0 20px;
    font-size: 14px;
    color: #000;
    display: inline-block;
}

.priceBottomLeft>div {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.priceBottomLeft ul {
    font-size: 18px;
    margin-top: 18px;
}

.priceBottomLeft ul li {
    position: relative;
}

.priceBottomLeft ul li svg {
    position: absolute;
    width: 5px;
    left: -10px;
    top: 9px;
}

.priceBottomRight {
    display: inline-block;
    width: 150px;
    margin-top: 68px;
}

.priceBottomRight p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: center;
}

.priceBottomRight input {
    width: 150px;
    height: 27px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
}

.priceBottomRight button {
    width: auto;
    margin-right: 0 !important;
    cursor: pointer;
}

.price {
    color: #333333;
    font-size: 22px;
    line-height: 1.2em;
    margin: 4px 0;
    font-weight: bold;
}

.price span {
    font-size: 32px;
    margin-right: 5px;
}

.red {
    color: red;
}

.timerTitle {
    padding: 10px;
    line-height: 22px;
    font-size: 20px;
}

.sliderTitle {
    margin-top: 50px;
    left: 0;
    line-height: 41px;
    font-size: 40px;
    color: #000000;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 700;
}

.timerTitle {
    padding: 10px;
    padding-top: 0;
    line-height: 22px;
    font-size: 20px;
    color: #333333;
}

.sliderContainer {
    width: 570px;
    display: flex;
    position: absolute !important;
    left: 0;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.sliderContainer .sliderItem {
    display: flex;
}

.sliderBox {
    background: url(.././images/head_ak.png) no-repeat 118% 106%;
    padding-bottom: 92px;
    flex: 1;
}
.slick-slide img {
    display: block;
    object-fit: revert-layer;
    max-height: 455px;
}
.checboxForm {
    position: relative;
    z-index: 10000;
}

.custom-checkbox {
    position: relative;
    z-index: 10000;
}

.sliderBox a:hover {
    color: red;
}

.sliderBottomLink {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    color: #000000;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    left: 30px;
    top: 10px;
    border-left: solid 5px #ff0000;
    line-height: 22px;
}

.akcij_star {
    position: absolute;
    background-image: url(/assets/images/o.png);
    width: 140px;
    height: 140px;
    left: 50px;
    margin-top: 50px;
    font-size: 18px;
    color: #fff;
}

.book_title {
    font-size: 23px;
    padding: 15px;
    text-align: center;
}

.book_text {
    font-size: 16px;
    line-height: 1em;
    padding: 14px 26px 14px 38px;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
}

.book_input {
    height: 33px;
    margin: 15px 0px;
    padding: 0 6px;
    font-size: 14px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.timerCount {
    margin: 0 50px;
    width: 280px;
}

.timer {
    display: flex;
    margin-left: 50px;
    flex-direction: column;
}

.county-reflection {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}

.county {
    border-radius: 20px;
    margin: 0 auto;
    width: 100% !important;
}

.county span.first {
    text-align: right;
    border-radius: 12px 0 0 12px;

}

.county span.last {
    border-radius: 0 12px 12px 0;
}

.county>span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    height: 0;
    padding-right: 10px;
    font-size: 44px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    width: 65px !important;
}

.county-days-wrapper,
.county-hours-wrapper,
.county-seconds-wrapper {
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1;
    height: 40px !important;
    padding-left: 10px;
    overflow: hidden !important;
    position: relative !important;
}

.county-minutes-wrapper {
    display: inline-block !important;
    *display: inline !important;
    vertical-align: top !important;
    zoom: 1;
    height: 40px !important;
    padding-left: 10px;
    overflow: hidden !important;
    position: relative !important;
    color: #ff0000
}

.county>span>span {
    display: block;
}

.county-label-days,
.county-label-hours,
.county-label-minutes,
.county-label-seconds {
    font-size: 15px !important;
    line-height: 15px !important;
    height: 15px !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px;
    background-color: transparent !important;
}

.clear {
    clear: both;
}

/*red*/
.county.gray .county-days-wrapper,
.county.gray .county-hours-wrapper,
.county.gray .county-minutes-wrapper,
.county.gray .county-seconds-wrapper {
    margin: 6px 0;

}

.county.gray .county-label-days,
.county.gray .county-label-hours,
.county.gray .county-label-seconds {
    color: #000;
}

.county.gray .county-label-minutes {
    color: #ff0000;
}

.county.gray span.separator-left {
    border-left: solid 1px #000;
}

.county.gray span.separator-right {
    border-right: solid 1px #000;
}

.shortInfoCompany {
    padding: 35px 0px;
}

.shortInfoCompany .container {
    display: flex;
}

.shortInfoCompany svg {
    height: 50px;
    margin-right: 10px;
}

.shortInfoCompany div {
    display: block;
    font-size: 13px;
}

.infoItem {
    width: 25%;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.infoItem:hover div {
    color: red;
}

.extraInfo p {
    font-size: 16px;
    font-family: 'PT';
    line-height: 22px;
    text-align: justify;
    text-indent: 40px;
    margin-bottom: 15px;
}

.extraInfo p span {
    color: #333333;
    font-family: Arial;
    font-size: 16px;
}

.img-comp-container {
    position: relative;
    width: 100%;
    height: 100%;}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-comp-img span {
    z-index: 3;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #ffffff;
    font-size: 1.7em;
    padding: 1.7em;
    background-color: rgba(0, 0, 0, 0.35);
}

.img-comp-overlay span {
    z-index: 3;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: auto;
    color: #ffffff;
    font-size: 1.7em;
    padding: 1.7em;
    background-color: rgba(0, 0, 0, 0.35);
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}
.img-comp-slider {
    
    top: 50% !important;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: red url(../fonts/sliderCenter.svg) no-repeat 45% 51%;
    -webkit-background-size: 40%;
    background-size: 40%;
    transform: translateX(50%);
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.sliderArrows>div {
    outline: none;
    z-index: 50;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 99;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease-in;
}

.sliderArrows>div:hover {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.4);
    background: linear-gradient(rgba(255, 255, 255, 0.12) 7%, rgba(0, 0, 0, 0.12) 100%);
}

.sliderArrows>div svg {
    fill: #fff;
    height: 50%;
    position: relative;
    left: 2px;
}

.prev,
.prev2,
.prev3,
.prevCeil {
    background-position: 0 0;
    left: 15px;
}

.prev svg,
.prev2 svg,
.prev3 svg,
.prevCeil svg {
    transform: rotate(180deg);
    left: -1px !important;
}

.next,
.next2,
.next3,
.nextCeil {
    background-position: 0 0;
    right: 15px;
}

.slickSliderCont {
    position: relative;
}

.slickSliderCont .slickItem {
    height: 688px;
}

.sliderSlick2 .slickItem {
    height: auto !important;
}

.objectFit img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.sliderDots,
.sliderDots2,
.sliderDotsHeader {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.sliderDots li,
.sliderDots2 li,
.sliderDotsHeader li {
    display: inline-block;
}

.sliderDots li:first-child div,
.sliderDots2 li:first-child div,
.sliderDotsHeader li:first-child div {
    margin-left: 0;
}

.sliderDots li div,
.sliderDots2 li div,
.sliderDotsHeader li div {
    display: block;
    border: 4px solid #cccccc;
    border-radius: 3px;
    opacity: 0.5;
    box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.55);
    margin-left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sliderDots .slick-active div,
.sliderDots2 .slick-active div,
.sliderDotsHeader .slick-active div {
    background: linear-gradient(red, #85001c);
    border-color: #cccccc;
    box-shadow: none;
    opacity: 1;
}

.vantageList {
    margin-bottom: 10px;
}

.vantageList li {
    list-style: inside;
    padding: 2px 15px;
    font-family: Arial;
    font-size: 16px;
}

.howWorked p {
    margin-bottom: 0;
}

.howBuyLeft p:last-child {
    margin-bottom: 0;
}

.howBuyLeft ul li {
    padding: 2px 30px;
    font-family: Arial;
    font-size: 16px;
}

.howBuyFlex {
    display: flex;
}

.howBuyRight {
    width: 400px;
    margin: 0px 0px 0px 40px;
}

.howBuyRight iframe {
    width: 400px;
    height: 400px;
}

.recomendationRead .sliderBottomLink {
    margin: 10px;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 24px;
    color: #3c3c3c;
    font-weight: bold;
    border-left: 5px solid #ff0000;
}

.recomendationRead ul {
    font-size: 16px;
    margin-left: 20px;
    padding: 5px;
}

.recomendationRead ul a {
    color: #9E9E9E;
    transition: color 0.15s ease-in;
    text-decoration: underline;
}

.recomendationRead ul a:hover {
    color: tomato;
}

.slick-dots{
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.slick-dots li
{
    display: inline-block;
}

.slick-dots li:first-child button
{
    margin-left: 0;
}

.slick-dots li button {
    color: transparent;
    display: block;
    border: 4px solid #cccccc;
    border-radius: 3px;
    opacity: 0.5;
    box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.55);
    margin-left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: linear-gradient(red, #85001c);
    border-color: #cccccc;
    box-shadow: none;
    opacity: 1;
}

.offersFireplace {
    display: flex;
    background: #b06b29;
    margin-bottom: 10px;
}

.offersCatchen {
    display: flex;
    background: #c0002d;
}

.offersHead {
    border: 2px solid #fff;
    padding: 41px;
    margin: 14px;
    min-width: 410px;
}

.offersTitle {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.offersExtra {
    color: #000;
    font-size: 18px;
    margin-top: 6px;
}

.linkToCatalog {
    display: block;
    border: 1px solid #fff;
    padding: 11px;
    width: 235px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    margin-top: 14px;
    cursor: pointer;
}

.offersImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderSlick3Cont {
    position: relative;
}

.partners {
    margin-bottom: 50px;
}

.partners .sliderDots3 {
    margin-top: 10px;
}

.partners .sliderDots3 .slick-dots {
    display: flex;
    justify-content: center;
}

.partners .sliderDots3 .slick-dots div {
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #c3c3c3;
    cursor: pointer;
}

.partners .sliderDots3 .slick-dots div:hover {
    background-color: #3c3c3c;
}

.partners .sliderDots3 .slick-dots .slick-active div {
    background-color: #3c3c3c;
}

.orderCallButtonRight,
.orderCallButtonLeft {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
}

.orderCallButtonLeft {
    right: auto;
    left: 0;
    border-radius: 0px 10px 10px 0px;
}

.orderTitle {
    writing-mode: vertical-rl;
    padding: 15px 6px 15px 7px;
    color: #fff;
    transform: rotate(180deg);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    background: linear-gradient(to left, #F20000, #CC0000);
}
section.block_our_partners {
    margin: 0 auto;
    text-align: center;
}
.link_pay {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 25px;
}
.maestro_text{
    border: 1px solid #00c00a;padding: 20px;border-radius: 7px;float: left;display: flex;margin-bottom: 20px;
}
.shenemanCallbackPhone {
    width: 118px;
    height: 118px;
    position: fixed;
    bottom: 55px;
    right: 200px;
    z-index: 999;
    cursor: pointer;
    transform-origin: center center 0;
}

.shenemanTrack {
    width: 111px;
    height: 111px;
    opacity: 0.1;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.shenemanWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center 0 !important;
}

.shenemanBackCircle {
    width: 80px;
    height: 80px;
    opacity: 0.1;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #35E0FF;
    animation: enlarge 1s infinite linear alternate both;
}

.shenemanCircle {
    width: 66px;
    height: 66px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #3eb5e8;
    background-repeat: no-repeat;
    background-position: center center;
    animation: sheneman_shake 2s 1s infinite linear both;
    transition: background-color 0.15s ease-in;
}

.shenemanCircle:hover {
    background-color: rgba(134, 248, 124, 0.96);
}

.shenemanHandset {
    width: 36px;
    height: 44px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJJY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjgzNHB4IiBoZWlnaHQ9IjEwMjRweCIgdmlld0JveD0iMCAwIDgzNCAxMDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MzQgMTAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGlkPSJQaG9uZV8xXyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjsiIGQ9Ik02NjguNzI5LDY1Mi4wMjNjMCwwLTE1My4xNTksMjg2LjI0MS00OTEuNzcyLDI5NS42ODhjMCwwLTQyLjI0MSw0LjE5OS03Ny4xMTUtODkuNDUzbDI1OS4wMjEtMTQ5LjI3OGMwLDAsMzYuNzk1LDI3Ljg2MSw0Ni40MjksMjcuODgyYzAsMCwxMS4xMywzLjQ0NywyNC4yOTgtNy40ODVjMCwwLDUzLjk5NS0zNy41NDcsMTI3LjQ0Ny0xNjcuMTgyYzAsMCw0NC43NTYtNTIuNTk5LDcwLjg5Ni0xNTEuNTM3YzAsMC0xLjk0LTE0LjA4LTguMzk2LTE5LjQ4NmwtMzYuMzU4LTE3LjIzOWwtNi40NTctNS40MDZsMjAuMDQyLTI4OC41NjhjMCwwLDkwLjY0MS0xNi4zNzgsMTE3LjI3NSwxOS44MTNDNzE0LjAzOSw5OS43NzEsODY4LjMwOSwzNTguNTA0LDY2OC43MjksNjUyLjAyM3ogTTUxNC44NTUsMjQ0LjI1OGw5LjU4Ni0xMTVjMCwwLTAuNjc0LTQzLjAzMyw0OC43MTctNTIuOTM2TDU1NS44MSwzNTguMzQ2QzU1NS44MSwzNTguMzQ2LDQ5OC4zNDEsMzUyLjcwMiw1MTQuODU1LDI0NC4yNTh6IE00MTAuNDYxLDMxNi40OTFjLTYuNDE3LDIuNjkzLTEzLjE0LDIuNTY0LTE5LjM3OCwwLjg4MmMtNy40ODYsMi4yMTctMTQuOTMyLDQuNzAyLTIyLjI4OSw3Ljc5MmMtOTguMjA3LDQxLjIxMS0xNTEuNTA4LDE0Mi40OTctMTM0LjkwMiwyNDEuNjYzYzAuMjQ4LDAuNTE1LDAuNzAzLDAuODMzLDAuOTMxLDEuMzQ4YzYuNDE3LDE0Ljg1Mi0wLjY1MywzMi4wOC0xNS43NzMsMzguNDE4Yy0xNS4xMiw2LjMzNi0zMi41ODctMC41NTQtMzkuMDAzLTE1LjQ0NmMtMi4yNjgtNS4yNjgtMi4zMjctMTAuNjk0LTEuNDY1LTE1Ljk0MmMtMjAuOTEzLTEyMi45NCw0NC45NzQtMjQ4LjYzNCwxNjYuNzE2LTI5OS43MThjMTYuNjg2LTcsMzMuNjk2LTEyLjE0LDUwLjc4Ny0xNS43OTNsMC4yMTgsMS4wNzljMTIuNDg2LTEuMDc5LDI0Ljc3NCw1LjMzNywyOS45MzMsMTcuMjg5QzQzMi42NTEsMjkyLjk0NCw0MjUuNTgxLDMxMC4xNDQsNDEwLjQ2MSwzMTYuNDkxeiBNMzgyLjg2NSwyMDYuMjU1Yy0wLjgzMywwLjM1Ni0xLjcwNCwwLjI1Ny0yLjU1NSwwLjUyNGwwLjQ1NSwyLjM4NmMtMTguMSw0LjI4OC0zNi4xMDIsOS43MjQtNTMuNzk2LDE3LjE1QzE3Ni4xOTQsMjg5LjU3OCw5Ni40OTQsNDQ4LjI2NCwxMjkuNDc3LDYwMC4xNzhsLTAuNjQ0LDAuMTE5YzIuMDYsMTIuNzE0LTQuMjY3LDI1LjYyNS0xNi44NDMsMzAuOTE0Yy0xNC44MDMsNi4xOTctMzEuODg0LTAuNTU1LTM4LjE2MS0xNS4xMWMtMC44NjItMS45ODEtMC44OTItNC4wNDEtMS4yNjgtNi4wNjJsLTAuOTExLDAuMTZjLTM4LjM3LTE3Ni45ODUsNTQuNTA4LTM2MS44NDIsMjMwLjE0Ny00MzUuNTQyYzE3LjMyOC03LjI2OCwzNC45MzQtMTIuNjY0LDUyLjYxOC0xNy4yNDhjMS44NDItMS4zNjYsMy40OTYtMi45NDEsNS43MTQtMy44NzJjMTQuNzkzLTYuMjA4LDMxLjg5NCwwLjU1NSwzOC4xNzIsMTUuMTFDNDA0LjU3OSwxODMuMjEzLDM5Ny42NTgsMjAwLjA0NiwzODIuODY1LDIwNi4yNTV6IE0yODcuODQ2LDY3NS4xNTRjMjMuODA0LTguNjM1LDUxLjMxMiwxMy42NjUsNTEuMzEyLDEzLjY2NUw5MC4xMjcsODMyLjU1NGMtMTIuMDEtMzQuMTgyLDcuNTI1LTU1LjkyNiw3LjUyNS01NS45MjZDMTcyLjQ4MSw3MjMuNTczLDI4Ny44NDYsNjc1LjE1NCwyODcuODQ2LDY3NS4xNTR6Ii8+PC9zdmc+);
}

/* ----- rotate ----- */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }

    50% {
        -o-transform: rotate(180deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ----- sheneman_shake ----- */
@-webkit-keyframes sheneman_shake {
    0% {
        -webkit-transform: scale(1.03);
    }

    2% {
        -webkit-transform: scale(1);
    }

    4% {
        -webkit-transform: scale(1.03);
    }

    8% {
        -webkit-transform: scale(1);
    }

    12% {
        -webkit-transform: scale(1.03);
    }

    14% {
        -webkit-transform: scale(1);
    }

    16% {
        -webkit-transform: scale(1.03);
    }

    18% {
        -webkit-transform: scale(1);
    }
}

20% {
    -webkit-transform: scale(1.03);
}

20% 22% {
    -webkit-transform: scale(1);
}

20% 24% {
    -webkit-transform: scale(1.03);
}

20% 26% {
    -webkit-transform: scale(1);
}

20% 28% {
    -webkit-transform: scale(1.03);
}

20% 30% {
    -webkit-transform: scale(1);
}

20% 32% {
    -webkit-transform: scale(1.03);
}

20% 34% {
    -webkit-transform: scale(1);
}

20% 36% {
    -webkit-transform: scale(1.03);
}

20% 38% {
    -webkit-transform: scale(1);
}

20% 40% {
    -webkit-transform: scale(1.03);
}

20% 42% {
    -webkit-transform: scale(1);
}

20% 44% {
    -webkit-transform: scale(1.03);
}

20% 46% {
    -webkit-transform: scale(1);
}

20% 48% {
    -webkit-transform: scale(1.03);
}

20% 50% {
    -webkit-transform: scale(1);
}

20% 100% {
    -webkit-transform: scale(1);
}

@-moz-keyframes sheneman_shake {
    0% {
        -moz-transform: scale(1.03);
    }

    2% {
        -moz-transform: scale(1);
    }

    4% {
        -moz-transform: scale(1.03);
    }

    8% {
        -moz-transform: scale(1);
    }

    12% {
        -moz-transform: scale(1.03);
    }

    14% {
        -moz-transform: scale(1);
    }

    16% {
        -moz-transform: scale(1.03);
    }

    18% {
        -moz-transform: scale(1);
    }

    20% {
        -moz-transform: scale(1.03);
    }

    22% {
        -moz-transform: scale(1);
    }

    24% {
        -moz-transform: scale(1.03);
    }

    26% {
        -moz-transform: scale(1);
    }

    28% {
        -moz-transform: scale(1.03);
    }

    30% {
        -moz-transform: scale(1);
    }

    32% {
        -moz-transform: scale(1.03);
    }

    34% {
        -moz-transform: scale(1);
    }

    36% {
        -moz-transform: scale(1.03);
    }

    38% {
        -moz-transform: scale(1);
    }

    40% {
        -moz-transform: scale(1.03);
    }

    42% {
        -moz-transform: scale(1);
    }

    44% {
        -moz-transform: scale(1.03);
    }

    46% {
        -moz-transform: scale(1);
    }

    48% {
        -moz-transform: scale(1.03);
    }

    50% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes sheneman_shake {
    0% {
        -ms-transform: scale(1.03);
    }

    2% {
        -ms-transform: scale(1);
    }

    4% {
        -ms-transform: scale(1.03);
    }

    8% {
        -ms-transform: scale(1);
    }

    12% {
        -ms-transform: scale(1.03);
    }

    14% {
        -ms-transform: scale(1);
    }

    16% {
        -ms-transform: scale(1.03);
    }

    18% {
        -ms-transform: scale(1);
    }

    20% {
        -ms-transform: scale(1.03);
    }

    22% {
        -ms-transform: scale(1);
    }

    24% {
        -ms-transform: scale(1.03);
    }

    26% {
        -ms-transform: scale(1);
    }

    28% {
        -ms-transform: scale(1.03);
    }

    30% {
        -ms-transform: scale(1);
    }

    32% {
        -ms-transform: scale(1.03);
    }

    34% {
        -ms-transform: scale(1);
    }

    36% {
        -ms-transform: scale(1.03);
    }

    38% {
        -ms-transform: scale(1);
    }

    40% {
        -ms-transform: scale(1.03);
    }

    42% {
        -ms-transform: scale(1);
    }

    44% {
        -ms-transform: scale(1.03);
    }

    46% {
        -ms-transform: scale(1);
    }

    48% {
        -ms-transform: scale(1.03);
    }

    50% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes sheneman_shake {
    0% {
        -o-transform: scale(1.03);
    }

    2% {
        -o-transform: scale(1);
    }

    4% {
        -o-transform: scale(1.03);
    }

    8% {
        -o-transform: scale(1);
    }

    12% {
        -o-transform: scale(1.03);
    }

    14% {
        -o-transform: scale(1);
    }

    16% {
        -o-transform: scale(1.03);
    }

    18% {
        -o-transform: scale(1);
    }

    20% {
        -o-transform: scale(1.03);
    }

    22% {
        -o-transform: scale(1);
    }

    24% {
        -o-transform: scale(1.03);
    }

    26% {
        -o-transform: scale(1);
    }

    28% {
        -o-transform: scale(1.03);
    }

    30% {
        -o-transform: scale(1);
    }

    32% {
        -o-transform: scale(1.03);
    }

    34% {
        -o-transform: scale(1);
    }

    36% {
        -o-transform: scale(1.03);
    }

    38% {
        -o-transform: scale(1);
    }

    40% {
        -o-transform: scale(1.03);
    }

    42% {
        -o-transform: scale(1);
    }

    44% {
        -o-transform: scale(1.03);
    }

    46% {
        -o-transform: scale(1);
    }

    48% {
        -o-transform: scale(1.03);
    }

    50% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes sheneman_shake {
    0% {
        transform: scale(1.03);
    }

    2% {
        transform: scale(1);
    }

    4% {
        transform: scale(1.03);
    }

    8% {
        transform: scale(1);
    }

    12% {
        transform: scale(1.03);
    }

    14% {
        transform: scale(1);
    }

    16% {
        transform: scale(1.03);
    }

    18% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.03);
    }

    22% {
        transform: scale(1);
    }

    24% {
        transform: scale(1.03);
    }

    26% {
        transform: scale(1);
    }

    28% {
        transform: scale(1.03);
    }

    30% {
        transform: scale(1);
    }

    32% {
        transform: scale(1.03);
    }

    34% {
        transform: scale(1);
    }

    36% {
        transform: scale(1.03);
    }

    38% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.03);
    }

    42% {
        transform: scale(1);
    }

    44% {
        transform: scale(1.03);
    }

    46% {
        transform: scale(1);
    }

    48% {
        transform: scale(1.03);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/* ----- enlarge ----- */
@-webkit-keyframes enlarge {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes enlarge {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    100% {
        -moz-transform: scale(1.1);
    }
}

@-ms-keyframes enlarge {
    0% {
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.05);
    }

    100% {
        -ms-transform: scale(1.1);
    }
}

@-o-keyframes enlarge {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.05);
    }

    100% {
        -o-transform: scale(1.1);
    }
}

@keyframes enlarge {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.1);
    }
}

.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    cursor: pointer;
    z-index: 999;
    border-radius: 5px;
    border-bottom: 3px solid #8c1616;
    opacity: 0.4;
    transition: opacity 0.15s ease-in;
}

.toTop:hover {
    opacity: 1;
}

.toTop div {
    position: relative;
    border: 3px solid transparent;
    border-top: 3px solid #ffbfba;
    background-color: #ED0000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toTop div svg {
    height: 20px;
    position: relative;
    top: -2px;
    fill: #fff;
    transform: rotate(-90deg);
    margin: 15px 0;
}

.toTop div:after {
    position: absolute;
    content: '';
    top: -15px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 94px;
    height: 39px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgba(247, 49, 49, 0) 0%, #f4dadf 100%);
}

.visaLogo {
    max-width: 250px;
    width: 100%;
}

.footer {
    background-color: #989898;
    color: #fff;
    padding-top: 10px;
    border-top: 2px solid #747474;
}

.footer .container {
    position: relative;
}

.footer .container:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -60px;
    width: 41px;
    background-repeat: no-repeat;
    height: 59px;
    background-image: url(.././images/footerLogo.png);
}

.footer .container>div {
    display: flex;
}

.footerNav {
    margin-bottom: 10px;
}

.footerNav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footerNav ul li {
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 15px 5px;
}

.footerNav ul li:hover a {
    text-decoration: underline;
}

.footerNav ul li a {
    color: #fff;
}

.footerAdress {
    text-align: right;
}

.footerBody {
    margin: 0 -15px;
}

.footerBody>div {
    margin: 0 15px;
    flex-basis: 33.3%;
}

.footerAdressCont,
.footerRight {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.footerAdressCont .stockActivation,
.footerRight .stockActivation {
    border-color: #fff;
    color: #fff;
    border-style: dotted;
    max-width: 200px;
}

.footerRight {
    align-items: flex-start;
}

.footerCenter p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 30px;
}

.yashare-auto-init {
    position: relative;
    left: -5px;
}

.copyright {
    justify-content: center;
    padding: 10px;
    font-size: 14px;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

#humb {
    display: none;
    justify-content: flex-end;
    height: 40px;
    padding-right: 0px;
    background-color: #f0f0f0;
}

.fancyBody {
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 30px auto 30px;
    z-index: 999999;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f5f5f5;
}

.fancyTitle {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}

.fancyContent {
    margin: 20px auto;
}

.fancyContent input {
    height: 33px;
    font-size: 18px;
    margin: 0;
    padding: 0 6px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    outline: none;
}

.fancyContent .fancyButton {
    border: 0;
    font-size: 18px;
    padding: 5px 30px;
    text-align: center;
    width: 188px;
    height: 34px;
    margin: 5px 5px 16px 24px;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
    border-radius: 5px;
    background-color: #97D0FA;
    transition: all 0.15s ease;
}

.fancyContent .fancyButton:hover {
    background-color: #1FB250;
}

.buttonPhone {
    margin: 0 0 0 15px !important;
    padding: 0px;
    outline: none;
    display: inline-flex;
    line-height: 1.54 !important;
    align-items: center;
    width: auto !important;
    cursor: pointer;
}

.bottomForm {
    font-size: 17px;
    padding: 10px 45px 20px;
    max-width: 600px;
    width: 100%;
    line-height: 20px;
}

/* The Modal (background) */
#fancybox-container,
#fancyboxTopContainer,
#fancybox-images,
#infoCeiling {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.fancyBody {
    animation-name: animatetop;
    animation-duration: 0.4s;
}

#fancybox-images.contacts .fancyBody {
    width: 95%;
}

#fancybox-images .fancyBody {
    padding: 10px;
    margin: 50px auto 0;
    height: auto;
    max-width: none;
    width: 1100px;
}

#fancybox-images img {
    width: 100%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 3px solid #fff;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.close:hover {
    background-color: #1FB250;
    border-color: #fff;
}

.bread {
    margin: 15px 0;
}

.bread .container {
    display: flex;
}

.bread .container svg {
    margin: 5px 5px 5px 5px;
    height: 10px;
}

.filterLeft {
    height: 100%;
    max-width: 200px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 50px;
}

.filterLeft>ul {
    margin-bottom: 300px;
    border: 1px solid #D3D3D3;
}

.filterLeft ul li a {
    text-align: left;
    display: block;
    outline: 0;
    padding: .7em 1em;
    border-bottom: 1px solid #CECECE;
    color: #7A7777;
    text-decoration: none;
    font-size: 17px;
}

.filterLeft ul li ul {
    counter-reset: items;
    overflow: hidden;
    background: #fff;
    color: #fff;
    font-size: .75em;
}

.filterLeft ul li ul li {
    background-color: #fff;
    counter-increment: items;
}

.filterLeft ul li ul li a {
    border-bottom: 1px dotted #DDD;
    padding-left: 40px;
}

.filterLeft ul li ul li a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #cccccc;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 2px;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.filterLeft ul li ul li a:hover:after {
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.3);
    background-color: red;
}

.filterLeft ul>li {
    position: relative;
    background: #F9F9F9;
}

.filterLeft ul>li a:after {
    position: absolute;
    content: '-';
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 24px;
    width: 10px;
    height: 10px;
    top: 18px;
    right: 10px;
}

.filterLeft ul>li a.activ:after {
    content: '+';
}

.menu_h a {
    display: block;
    text-align: left;
    outline: 0;
    padding: .7em 1em .7em 2.2em;
    background: #F9F9F9;
    border-top: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    color: #7A7777;
    text-decoration: none;
    font-size: 17px;
    position: relative;
}

.menu_h a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #cccccc;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 2px;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.menu_h a:hover:after {
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.3);
    background-color: red;
}

.contentContainer .container {
    display: flex;
}

.contentContainer .container p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    text-indent: 24px;
    font-family: 'PT Sans', sans-serif;
}

.contentMiniHeader {
    margin: 20px 0;
    position: static;
    border-left: solid 10px #ff0000;
}

.contentMiniHeader div {
    padding: 10px;
    font-weight: bold;
    font-size: 23px;
    color: #575757;
}

.clientWatch {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.recommendBlock {
    display: flex;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    justify-content: space-between;
    position: relative;
}

.recommendBlock a {
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #BCBCBC;
    flex: 1;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
    display: block;
    position: relative;
}

.findCeiling {
    display: flex;
    justify-content: space-between;
}

.findCeiling .ceilingItem {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #333333;
}

.findCeiling .ceilingItem:last-child {
    border-right: none;
}

.findCeiling .ceilingItem div {
    height: 20px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.findCeiling .ceilingItem ul li {
    margin-bottom: 10px;
    text-decoration: underline;
    list-style: none;
    font-size: 16px;
}

.findCeilingBox {
    margin-bottom: 30px;
}

.navigationCeilings {
    margin: 20px -5px;
    display: flex;
    flex-wrap: wrap;
}

.navigationCeilings .navCeilingsItem {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(33.3% - 10px);
    margin: 5px;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 5px;
    background-color: #F5F5F5;
}

.navigationCeilings .navCeilingsItem .title {
    display: flex;
    margin: 30px auto 10px;
    justify-content: center;
    font-size: 20px;
    color: #333333;
}

.navigationCeilings .navCeilingsItem .more {
    display: block;
    color: #858585;
    text-decoration: none;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #989898;
    border-radius: 5px;
    font-family: 'pts',Arial, Helvetica, sans-serif;
    text-shadow: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0);
}

.navigationCeilings .navCeilingsItem .more:hover {
    background-color: #989898;
    color: #fff;
}

.s1,
.s2,
.s3,
.s4,
.s5 {
    background: url(.././images/s1.png) no-repeat;
    background-position: 0 50%;
    height: 47px;
    width: 120px;
    font-size: 29px;
    padding: 0px 6px;
    padding-left: 56px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.s2 {
    background: url(.././images/s2.jpg) no-repeat;
    background-position: 0 50%;
}

.s3 {
    background: url(.././images/s3.png) no-repeat;
    background-position: 0 50%;
}

.s4 {
    background: url(.././images/s4.png) no-repeat;
    background-position: 0 50%;
}

.s5 {
    background: url(.././images/rub.png) no-repeat;
    background-position: 0 50%;
    width: 160px;
    display: flex;
    align-items: center;
}

.contentBodyFull {
    width: 100%;
}

.ceilingBoxTop {
    display: flex;
}

.ceilingBox {
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
    border: 1px solid #B4AFAF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: #FAFAFA;
}

.ceilingInfo {
    position: relative;
    margin-left: 29px;
    flex: 1;
    float: right;
    padding: 10px 7px 0px 54px;
    border-radius: 6px 6px;
    border: 1px dotted rgba(0, 0, 0, 0.37);
}

.ceilingInfo .title {
    font-size: 23px;
    line-height: 29px;
    color: #959595;
}

.ceilingInfo .total {
    font-size: 23px;
    line-height: 32px;
    color: #18AA15;
}

.ceilingInfo .extraInfo {
    margin: 12px 0;
    font-size: 17px;
    color: #ED5B5B;
}

.ceilingInfoList {
    font-size: 20px;
    line-height: 25px;
    color: #959595;
}

.bold {
    font-weight: bold;
}

hr {
    margin: 5px 0;
}

.price-images {
    border-radius: 6px;
    margin: 0 0 1px 0;
    padding: 3px;
    border: 3px solid #B7B7B7;
    background: #D9D9D9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
}
.flexi .button_order{border: 0;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    zoom: 1;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 34px;
    border-radius: 5px;
    background-color: #ff0000;
    background: -webkit-linear-gradient(top, #ff0000, #a70300);
    background: linear-gradient(to bottom, #ff0000, #a70300);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff0000', endColorstr='#a70300');
}
.flexi .button_order:hover {
    border: 0;
    color: #fff;
    background-color: #00C00A;
    background: -webkit-linear-gradient(top, #00C00A, #005C1A);
    background: linear-gradient(to bottom, #00C00A, #005C1A);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00C00A', endColorstr='#005C1A');
}
.flexi.ajax_form{width: 100%;}
.flexi {
    display: flex;
    justify-content: center;
}
.flexi div {
    width: 25%;
    text-align: center;
}
.title_order{
    margin-bottom: 25px;
    padding: 2px 20px;
    margin: 15px 0px;
    line-height: 40px;
    font-weight: bold;
    color: #575757;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
    background: #FFFFFF;
    display: block;
    font-size: 25px;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    border-radius: 6px;
    text-align: center;
}
.border_order {
    border: 1px #000 solid;
    padding: 25px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
    background: #FFFFFF;
    border: solid 1px #000000;
    border-radius: 6px;
}
.salePrice {
    position: absolute;
    top: 50%;
    left: 0;
    width: 140px;
    transform: translate(-70%, -50%);
    height: 140px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    background: url(.././images/sale.png) left top no-repeat;
}

.ceilingButton {
    margin: 0 !important;
    width: 156px;
    cursor: pointer;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 5px;
    background: #ADAEAD;
}

.ceilingButton:hover {
    background: #66D78B;
}

.predl-calc {
    background-color: #fff;
    padding: 5px 0px 21px 0px;
    margin-top: 20px;
}

.carouselCeilingContainer {
    position: relative;
}

.itemCeilingCar {
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.itemCeilingCar:hover:after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5) url(.././images/zoomCarousel.png) no-repeat 50%;
}

.itemCeilingCar:after {
    transition: opacity 0.3s ease-in;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 10px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.itemCeilingCar img {
    width: 100%;
}

.contactContainer .itemCeilingCar:hover:after {
    content: none;
}

.gallerySeeAll {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: underline;
}

.gallerySeeAll svg {
    margin-top: 2px;
    height: 10px;
    margin-right: 20px;
    margin-left: 10px;
}

.reviewItem {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #CCC;
}

.reviewItemTop {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 23px;
    color: #00528e;
}

.reqvisits span {
    font-weight: bold;
}

img.fl_left {
    max-width: 100%;
}

.imgnps {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}

.potolki-tkani-img {
    float: left;
    margin: 0px 40px 20px 0px;
    width: 350px;
}

ul.advantage_ul {
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 25px;
}

.reviewItemTop img {
    width: 140px;
}

.reviewItemBottom {
    display: flex;
}

.reviewItemBottom img {
    width: 100px;
    height: 100px;
}

.predlBox {
    display: flex;
}

.predlItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 15px;
}

/* eventForm */
.eventForm {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    margin: 20px;
    background: rgba(255, 255, 255, 0.82);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.eventForm .sliderTitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
}

.eventForm .timerCont {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 245px;
}

.eventForm .timerCont .timer {
    margin: 0;
}

.eventForm .priceBottomRight {
    margin: 20px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    text-align: center;
}

.eventForm .priceBottomRight p {
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    font-family: 'pts',Arial, Helvetica, sans-serif;
}

.eventForm .priceBottomRight button,
.eventForm .priceBottomRight input {
    width: 100%;
}

.eventForm .priceBottomRight button {
    padding: 10px 15px;
}

.eventForm .priceBottomRight input {
    height: 33px;
    border: 1px solid #cacaca;
}

.headerEvent {
    background-image: url(.././images/eventHeader.jpg);
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

/* lightForm */
.lightForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    margin: 20px 270px;
    background: rgba(255, 255, 255, 0.82);
    padding: 40px 40px;
    text-align: center;
    border-radius: 50%;
}

.lightForm .sliderTitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
}

.lightForm .timerCont {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.lightForm .timerCont .timer {
    margin: 0;
}

.lightForm .priceBottomRight {
    margin: 20px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    text-align: center;
}

.lightForm .priceBottomRight p {
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    font-family: 'pts',Arial, Helvetica, sans-serif;
}

.lightForm .priceBottomRight button,
.lightForm .priceBottomRight input {
    width: 100%;
}

.lightForm .priceBottomRight button {
    padding: 10px 15px;
}

.lightForm .priceBottomRight input {
    height: 33px;
    border: 1px solid #cacaca;
}

.headerEvent {
    background-image: url(.././images/eventHeader.jpg);
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    position: relative;
}

.headerEvent4 {
    background-image: url(.././images/sliv_vody.jpg);
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    position: relative;
}

/* cellingForm */
.cellingForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    margin: 20px;
    background: rgba(0, 0, 0, 0.41);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.cellingForm .sliderTitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
}

.cellingForm .timerCont {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cellingForm .timerCont .timer {
    margin: 0;
}

.cellingForm .priceBottomRight {
    margin: 20px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    text-align: center;
}

.cellingheaderEvent .cellingForm p {
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    color: #fff;
}

.cellingForm .priceBottomRight button,
.cellingForm .priceBottomRight input {
    width: 49%;
    display: inline-flex;
}

.cellingForm .priceBottomRight form {
    width: 100%;
}

.cellingForm .priceBottomRight button {
    padding: 10px 15px;
}

.cellingForm .priceBottomRight input {
    height: 33px;
    border: 1px solid #cacaca;
}

.cellingheaderEvent {
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

/* bg cellings*/

.bg-group {
    width: 34px;
    height: 30px;
    margin: 1px;
    cursor: pointer;
    display: inline-block;
}

.bg1 {
    background: #c2cee0;
}

.bg2 {
    background: #b7cde7;
}

.bg3 {
    background: #8bbce0;
}

.bg4 {
    background: #7799c7;
}

.bg5 {
    background: #2868b8;
}

.bg6 {
    background: #0029a5;
}

.bg7 {
    background: #49a3ea;
}

.bg8 {
    background: #0088c2;
}

.bg9 {
    background: #004eb9;
}

.bg10 {
    background: #002784;
}

.bg11 {
    background: #f5f5f5;
}

.bg12 {
    background: #505f69;
}

.bg13 {
    background: #915398;
}

.bg14 {
    background: #915398;
}

.bg15 {
    background: #782168;
}

.bg16 {
    background: #546675;
}

.bg17 {
    background: #000000;
}

.bg18 {
    background: #ffabc4;
}

.bg19 {
    background: #de1d21;
}

.bg20 {
    background: #8f0615;
}

.bg21 {
    background: #5f061b;
}

.bg22 {
    background: #f55372;
}

.bg23 {
    background: #e0306f;
}

.bg24 {
    background: #ae1d42;
}

.bg25 {
    background: #27010b;
}

.bg26 {
    background: #e9e1ca;
}

.bg27 {
    background: #9a2918;
}

.bg28 {
    background: #e1b391;
}

.bg29 {
    background: #b46328;
}

.bg30 {
    background: #371108;
}

.bg31 {
    background: #20100d;
}

.bg32 {
    background: #e2d0c0;
}

.bg33 {
    background: #ff620c;
}

.bg34 {
    background: #f93b11;
}

.bg35 {
    background: #c98600;
}

.bg36 {
    background: #db5a08;
}

.bg37 {
    background: #ffe751;
}

.bg38 {
    background: #f8e5bd;
}

.bg39 {
    background: #fad72d;
}

.bg40 {
    background: #00ac44;
}

.bg41 {
    background: #005639;
}

.bg42 {
    background: #60d4d2;
}

.bg43 {
    background: #006e7d;
}

.bg44 {
    background: #004546;
}

.bg45 {
    background: #a2a33d;
}

.bg46 {
    background: #c7e2e6;
}

.bg47 {
    background: #8ed5dd;
}

.bg48 {
    background: #005c7e;
}

.bg49 {
    background: #00435f;
}

.bg50 {
    background: #005c7e;
}

/* end bg cellings */
.block_item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    background: #FFF;
    width: 298px;
    margin: 20px 12px 5px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cellings_idea {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-items: flex-start;
}

.cellings_idea img {
    width: 164px;
    height: 164px;
    margin: 3px;
    border: 5px solid #E7E7E7;
    border-radius: 6px;
}
.lamps_idea {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}
.lamps_idea a{width: 19%;}
.lamps_idea img {
    width: 180px;
    height: 180px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    box-shadow: 5px 5px 8px #464545;
}
.lamps_idea img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.lampBody {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 250px;
    position: relative;
    height: 500px;
    background-image: url(.././images/lustrBg.jpg);
}

.lampBody .priceBottomRight {
    margin-top: 0;
    min-width: 190px;
    margin-right: 20px;
    padding: 15px;
    background-color: cadetblue;
}

.lampBody .priceBottomRight .text {
    font-size: 19px;
    -ms-text-align: left;
    text-align: left;
    margin-bottom: 15px;
    line-height: 0.9;
    color: #fff;
}

.lampBody .priceBottomRight input {
    width: 100%;
    font-size: 16px;
    height: 33px;
}

.lampBody .priceBottomRight button {
    width: 100%;
}

.lampTitle {
    width: 60%;
    padding: 10px 20px 20px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
    left: 0px;
    text-align: center;
    background-size: cover;
    height: auto;
    border-radius: 0 10px 10px 0;
    font-size: 52px;
    line-height: 42px;
    background: linear-gradient(to right, #ED0000 0%, #A00000 3%, #FE0000 40%, #FE0000 80%, #DC0000 99%);
    color: white;
}

.redEvent {
    font-size: 20px;
    color: #ff0000;
}

.tableEvent {
    margin: 15px 0;
}

.tableEvent td,
.tableEvent th {
    border: 1px solid #ddd;
    padding: 2px 5px;
}

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

.tableEvent tbody td {
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
}

.tableEvent tbody td:first-child {
    text-align: left;
}

.tableBottomText {
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
}

.tableBottomText a {
    color: blue;
}

.bonus {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 295px;
    padding: 25px;
    margin: 16px;
    border-radius: 6px;
    background: #e7e7e7;
}

.bonus h2 {
    background: transparent;
    font-size: 20px;
    line-height: 1.1;
    color: #333333;
    margin-top: 0;
}

.bonus span {
    font-weight: bold;
    font-size: 18px;
}

.buttonRed,
.btn-more,
.btn_more {
    background: linear-gradient(to bottom, #ff0000, #a70300);
    display: block;
    height: 34px;
    margin: 20px auto 0;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 34px;
    border-radius: 5px;
    border: 0;
}

.buttonRed:hover,
.btn-more:hover,
.btn_more:hover {
    background: linear-gradient(to bottom, #00C00A, #005C1A);
}
.stock {
    width: 35%;
    background: #FCFF8D;
    padding: 10px 0px;
    color: #000;
    font-size: 18px;
    text-align: center;
}
.pricebg {
    width: 35%;
    background: #29982F;
    padding: 10px 0px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.product-counter {
    width: 30%;
}
.form-count{margin: 0 auto;}
.total.product {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.article {
    color: #989898;
    font-size: 20px;
}
.property {
    margin: 35px 0px;
    font-size: 18px;
}
.btnblock{margin-top: 30px;}
.bonusBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.couponBox {
    background: url(.././images/bonusBg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 50px;
}

.couponBox h2 {
    margin: 0;
    padding: 20px 0;
}

.coupon {
    padding: 45px 30px;
    background: url(.././images/bonusTextBg.jpg) no-repeat;
    width: 300px;
    -webkit-background-size: cover;
    background-size: cover;
}

.money {
    line-height: 0.8;
    font-size: 130px !important;
}

.extraTextCoupon,
.money {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    text-shadow: -2px 8px 4px rgba(0, 0, 0, 0.2);
}

.infoCeiling .title {
    font-size: 31px;
    line-height: 40px;
    margin: 13px;
    width: 600px;
    padding: 12px;
}

.infoCeiling .text {
    font-size: 20px;
    line-height: 1em;
    padding: 14px 26px 14px 38px;
    width: 568px;
    font-weight: 100;
}

.infoCeiling .img {
    margin-right: 38px;
}

.cellings_idea a {
    width: 20%;
}

.contactInfo,
.contactMap {
    padding: 15px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-start;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.contactInfo>div,
.contactMap>div {
    width: auto;
    display: flex;
    flex-direction: column;
    min-width: 174px;
    margin: 0 5px 15px;
    border-left: 1px solid #eee;
    padding-left: 40px;
}

.contactInfo a,
.contactMap a {
    display: block;
    transition: color 0.15s ease;
}

.contactInfo a:hover,
.contactMap a:hover {
    color: red;
}

.mapBlock {
    display: flex;
    margin-top: 15px;
}

.ceilingInfo.contacts {
    max-width: 520px;
    margin-left: 10px;
    border-radius: 6px;
    background: rgba(242, 242, 242, 0.33);
    padding: 40px;
    border: 1px solid #D9D6D6;
}

.ceilingInfo.contacts .ceilingInfoList {
    font-size: 16px;
    color: #333;
    line-height: 1.1;
    margin: 25px 0 10px;
}

.ceilingInfo.contacts .title {
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.ceilingInfo.contacts .priceBottom .priceBottomLeft {
    line-height: 1;
}

.ceilingInfo.contacts .priceBottom .priceBottomLeft svg {
    top: 6px;
}

.ceilingInfo.contacts .priceBottom .priceBottomRight input {
    box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.ceilingInfo.contacts .priceBottom .priceBottomRight button {
    width: 100%;
}

.offers.contacts {
    margin-bottom: 70px;
}

/* GROM */
a.active:after {
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.3);
    background-color: red;
}

.menu_h a.first {
    border-radius: 6px 6px 0px 0px;
}

.menu_h a.last {
    border-radius: 0px 0px 6px 6px;
    border-bottom: 1px solid #CECECE;
}

.clearfix {
    clear: both !important;
}

.block-nebo {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 20px 20px 20px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.block-nebo-zagolovok {
    font-size: 30px;
    margin-top: 7px;
}

.block-nebo-zagolovok .foto_s_podsvetkoi_input {
    margin-left: 35px;
    margin-right: 25px;
    background: url(/assets/images/zvezda/s1.png) no-repeat;
    background-position: 0 50%;
    height: 47px;
    width: 120px;
    font-size: 29px;
    padding-left: 56px;
}

.block-nebo-flex {
    display: flex;
}

.block-nebo-left {
    margin-right: 27px;
    padding-top: 3px;
    width: 55%;
    display: inline-block;
}

.block-nebo-right {
    width: 45%;
    margin-top: 75px;
}

.block-nebo-right a.item img {
    border-radius: 6px;
    width: 100%;
}

.foto-s-podsvetkoi {
    background: url(/assets/images/zvezda/rub.png) no-repeat;
    background-position: 0 50%;
    height: 47px;
    font-size: 29px;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 20px 5px 45px;
    width: auto;
}

.zvezda-calc .calc-form .flexi a.button {
    height: auto;
    margin-top: 27px;
    width: 95%;
}

img.mnogo-cont-img {
    float: left;
    margin: 0px 20px 20px 0px;
    width: 760px;
    border-radius: 6px;
}

h6 {
    padding: 2px 20px;
    margin: 15px 0px;
    line-height: 40px;
    font-weight: bold;
    color: #575757;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
    background: #FFFFFF;
    border: solid 1px #000000;
    display: block;
    font-size: 25px;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    border-radius: 6px;
    text-align: center;
}

.flex .content_left_760 {
    width: 75%;
}

.flex .content_right_200 {
    width: 25%;
}

.flex .content_right_200 img {
    margin: 30px 0;
}

.contentContainer {
    margin-bottom: 25px;
}

section.contentBody {
    max-width: 730px;
    width: 100%;
}

.block_contacts_form,
.block_contacts_form_2 {
    padding: 40px 0px;
    border-radius: 10px;
    /*background: #f5f5f5 url(../images/popup_bgsmall.jpg) right bottom no-repeat;*/
}

.teams_comp {
    display: -webkit-inline-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team.team_photo {
    width: 33%;
    max-width: 250px;
    border-radius: 6px;
    padding: 10px 16px 0px 20px;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 15px;
}

.team_sub {
    display: block;
    color: #858585;
    text-decoration: none;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px dotted #989898;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.flex .exclusive_grid {
    width: 32%;
    margin-bottom: 15px;
}

.exclusive_grid {
    position: relative;
    display: inline-block;
    padding: 19px 16px 0px 16px;
    margin: 0px 9px 9px 0px;
    width: 200px;
    background: #F5F5F5;
    border-radius: 6px;
}

.exclusive_grid img {
    width: 100%;
}

.exclusive_grid span {
    padding: 10px;
    display: block;
    text-align: center;
}

.exclusive_grid strong {
    font-size: 20px;
}

.exclusive_grid .header-button {
    display: block;
    color: #858585;
    text-decoration: none;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #989898;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.exclusive_grid .header-button:hover {
    text-decoration: none;
    background-color: #989898;
    color: #fff;
}

.flex.step_box {
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 6px;
    align-items: center;
}

.flex.step_box .step_num {
    width: 10%;
    font-size: 35px;
}
.flex.step_box .step_num_img {
    width: 25%;
}
.flex.step_box .step_num_txt {
    width: 60%;
}
.flex .pre_box {
    width: 50%;
}

.flex .pre_box .box_pravda {
    padding: 20px;
    width: 98%;
    background: #ffffff;
    margin: 10px;
    border: 3px solid #e7e7e7;
    border-radius: 9px;
}

.otziv {
    background: #F4F4F4;
    padding: 30px;
    border: solid 1px #A9A9A9;
    border-radius: 15px;
    font-size: 22px;
}

.block_review {
    background: #F9F9F9;
    padding: 15px 40px 70px 30px;
    border: solid 1px #A9A9A9;
    border-radius: 6px;
}

.reviews {
    padding: 12px;
    text-align: center;
    color: #000000;
    border-radius: 6px;
    background: #F5F5F5;
    border: solid 1px #A9A9A9;
    margin-top: 30px;
}

.reviews h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    color: #000;
    background: none;
}

.ec-error {
    color: red;
    display: block;
    position: relative;
    float: left;
    font-size: 12px;
}

.block_order_call:before,
.block_review:before {
    top: -6px;
    left: -10px;
    background: url(../images/shadow_photo.png) left top no-repeat;
}

.flexible h2 {
    background: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
}

.contentContainer .container .flexible p {
    text-indent: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.ya-site-form__input-text {
    margin: 0;
    padding: 0 6px;
    height: 25px !important;
    width: 120px;
    padding-left: 10px;
    border-color: #717171 !important;
    font-size: 14px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    -webkit-box-sizing: border-box;
    outline: none;
}

.ya-site-form__submit {
    width: 50px;
    height: 25px;
    border-radius: 5px;
    margin: 0 0 0 30px;
    border: 1px solid #939393;
    background-color: #dadada;
    background: -webkit-linear-gradient(top, #f2f2f2, #c3c3c3);
    background: linear-gradient(to bottom, #f2f2f2, #c3c3c3);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f2f2f2', endColorstr='#c3c3c3');
}

table {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: 13px;
    border-color: #a9a9a9
}

td,
th {
    padding: 2px 5px !important;
    border: 1px solid #ddd;
}

tr:hover {
    background: #F9F9F9;
}

ul.metorblock {
    list-style: none;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    margin-bottom: 35px;
}

ul.metorblock li {
    line-height: 30px;
}

ul.metorblock li a:hover {
    color: red;
}

.metro_img {
    float: right;
    width: 407px;
    margin: 7px 5px 15px 34px;
    height: 282px;
    border: 1px solid #000;
    font-size: 31px;
    text-align: center;
    line-height: 33px;
    padding: 9px;
    text-transform: initial;
    background: url(/assets/img/metro-akcii.jpg);
}

.block_contacts_form_about {
    margin: 0 0 45px 0;
    padding: 25px 0 0 0;
}

.block_contacts_form_about .block_contacts_form_2 {
    float: right;
    width: 422px;
    height: 330px;
}

.block_contacts_form,
.block_contacts_form_2 {
    padding: 40px 0px;
    border-radius: 10px;
    text-align: center;
    background: #f5f5f5 url(/assets/images/popup_bgsmall.jpg) right bottom no-repeat;
}

.akcii_svet_pop {
    position: absolute;
    background-image: url(/assets/images/o.png);
    width: 90px;
    height: 90px;
    background-size: cover;
    left: 50px;
    margin-top: 8px;
    font-size: 18px;
    color: #fff;
}

.price_lamps_rrc {
    border: 1px solid #8c8c8c;
    float: left;
    width: 50%;
    background: #ffffff;
    padding-top: 5px;
    color: #404040;
    padding-bottom: 11px;
}

.price_lamps_mb {
    border: 1px solid #8c8c8c;
    float: left;
    width: 50%;
    background: #ff0000;
    padding-top: 5px;
    padding-bottom: 11px;
}

.price_lamps_rrc_text {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-decoration: line-through;
}

.price_lamps_mb_text {
    color: #FFF;
    font-size: 25px;
    text-align: center;
    font-weight: 900;
}

.price_lamps_rrc_text_mini {
    text-align: center;
    margin-bottom: 4px;
}

.price_lamps_mb_text_mini {
    text-align: center;
    margin-bottom: 4px;
    color: #fff;
}

.activer_city {
    font-size: 31px;
    border: 2px solid #F00;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    text-align: center;
}

.activer_city:hover {
    background-color: #CBFFDC;
}

.mobile_office {
    border-radius: 6px;
    background: rgba(242, 242, 242, 0.33);
    padding: 40px;
    float: right;
    width: 50%;
    height: auto;
    border: 1px solid #D9D6D6;
    font-size: 19px;
    line-height: 26px;
}

.flex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.flex div {
    width: 49%;
}

.map_mobile_office {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 36px;
    margin: 0px auto;
    font-size: 20px;
}

.parent_menu {
    text-transform: uppercase;
}

/* CALC*/
.calc_cell_full {
    width: 100%;
    border: 1px solid rgba(116, 116, 116, 0.53);
    display: flex;
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
}

.etap1 {
    width: 50%;
    border-right: 1px solid #000;
}

.etap2 {
    width: 50%;
    float: right;
}


.small-line {
    height: 3px;
    background-color: #333;
    max-width: 100px;
    margin: 0px auto;
    margin-bottom: 40px;
    margin-top: 15px;
}

.name-price {
    background: #FFD800;
    color: #333;
    text-align: center;
    padding: 20px 0;
}

.box-price {
    background: #DDDDDD;
    color: #333;
    padding: 0 15px;
    overflow: hidden;

}

.box-filter {
    padding: 14px;
}

ul.parametrs .check-param {
    background-color: #BDF6BE;
    color: #000;
}

.footer-price {
    background: #7B7573;
    text-align: center;
    color: #FFF;
    padding: 22px;
    font-size: 21px;
}

.btn-outlined {
    border: 1px solid #FFF;
    color: #FFF !important;
    font-size: .875em;
    color: #cacaca;
    padding: 10px 40px;
    font-weight: normal;
    text-align: center;
    background: none;
    border: 1px solid #cacaca;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    outline: 0;
}

.btn-outlined:hover {
    border-color: transparent;
    background: #FFFFFF;
    color: #fff;
    color: #333 !important;
    text-shadow: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

ul.parametrs {
    margin-bottom: 15px;
    padding: 0;
    font-size: 17px;
}

ul.parametrs li {
    cursor: pointer;
    border: 1px solid #B7B7B7;
    margin: 3px;
    border-radius: 4px;
    padding: 4px;
    list-style-type: none;
}

.rub {
    display: none;
}

.list-group-item {
    border: 0px solid #ddd;
}

.zagolovok-calc-svet2 {
    font-size: 22px;
    text-align: center;
    background-color: #F7F7F7;
    padding-bottom: 11px;
}

.zagolovok-calc-svet1 {
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    background-color: #F7F7F7;
    color: #000;
    padding: 11px;
}

.podzagolovok-calc-svet {
    font-size: 20px;
    margin: 6px;
    font-weight: 600;
}

.input-calc-svet {
    width: 60px;
    height: 34px;
    font-size: 29px;
    border-radius: 4px;
    border: 1px solid #B8B0B0;
}

.button_red {
    border: 0;
    cursor:pointer;
    width: 290px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ff0000;
    background: -webkit-linear-gradient(top, #ff0000, #a70300);
    background: linear-gradient(to bottom, #ff0000, #a70300);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff0000', endColorstr='#a70300');
}

.button_red:hover {
    border: 0;
    color: #fff;
    background-color: #00C00A;
    background: -webkit-linear-gradient(top, #00C00A, #005C1A);
    background: linear-gradient(to bottom, #00C00A, #005C1A);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00C00A', endColorstr='#005C1A');
}

.button {
    border: 0;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 100;
    border-radius: 5px;
    background-color: #5ACA51;
}

.button:hover {
    border: 0;
    color: #fff;
    background-color: #00C00A;
    background: -webkit-linear-gradient(top, #00C00A, #005C1A);
    background: linear-gradient(to bottom, #00C00A, #005C1A);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00C00A', endColorstr='#005C1A');
}

.contentBody ul {
    margin-left: 30px;
    font-size: 18px;
    text-align: justify;
}

.contentBody ul li {
    list-style: circle;
}

.ul_production_stages li {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

ul.ul_production_stages {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.ul_production_stages li {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    list-style: none;
}

ul.ul_production_stages li:before {
    position: absolute;
    top: 30px;
    left: -30px;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../images/production_stages_arrow.png") left top no-repeat;
}

.ul_production_stages li:first-child:before {
    display: none;
}

.ul_production_stages span {
    display: block;
    margin: 0 auto 36px auto;
}

ul.ul_production_stages .ico_1 {
    width: 97px;
    background: url("/assets/images/production_stages.png") left top no-repeat;
}

ul.ul_production_stages .ico_2 {
    width: 106px;
    background: url("/assets/images/production_stages.png") -97px top no-repeat;
}

ul.ul_production_stages .ico_3 {
    width: 131px;
    background: url("/assets/images/production_stages.png") -203px top no-repeat;
}

.ul_production_stages u {
    display: block;
    margin: 0 0 16px 0;
    text-align: center;
    font-size: 28px;
    color: #fa0000;
}

.ul_production_stages span {
    display: block;
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 32px;
}

.ul_production_stages p {
    margin: 0;
}

.ul_production_stages p a {
    color: #fa0000;
}

img.img-3d {
    float: right;
    width: 330px;
    height: 197px;
    padding: 0px 0px 2px 30px;
    margin-top: 12px;
}

.imggal img {
    width: 180px;
    height: 180px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    height: 34px;
    /*margin: 1px 10px;*/
    padding: 0px 6px;
    font-size: 14px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

select {
    padding: 6px 6px 6px 8px;
}

textarea {
    height: 90px;
    padding: 6px;
    resize: vertical;
    width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 0;
}

input[type="image"],
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

.articles-li {
    background-color: #F8F8F8;
    font-size: 15px;
    border: 1px dotted #000;
    border-radius: 5px;
    padding: 6px 8px 6px 5px;
    margin-bottom: 4px;
    color: #404040 !important;
}

.articles-li>a {
    color: #404040 !important;
}

.ceilingPhoto{
    max-width: 40%;
}
.ceilingPhoto img {
    width: 100%;
}
.headerCenter .msMiniCart {
    position: absolute;
    right: 38%;
    top: 20%;
    font-size: 20px;
}
badge.ms2_total_count {
    position: absolute;
    top: -10%;
    right: -10%;
    background: red;
    color: #fff;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 14px;
}
.row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row-order {
    display: flex;
    justify-content: space-between;
}
.blockwidth {
    border: 1px dashed;
    flex: 1;
    padding: 20px;
    align-self: stretch;
}
.form-group, .col-address {
    margin-bottom: 15px;
}
.row-order.total-order {
    background: #eee;
    padding: 10px;
    align-items: center;
}
.btn-order {
    border: 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ff0000;
    background: -webkit-linear-gradient(top, #ff0000, #a70300);
    background: linear-gradient(to bottom, #ff0000, #a70300);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff0000', endColorstr='#a70300');
}
.btn-order:hover {
    border: 0;
    color: #fff;
    background-color: #00C00A;
    background: -webkit-linear-gradient(top, #00C00A, #005C1A);
    background: linear-gradient(to bottom, #00C00A, #005C1A);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00C00A', endColorstr='#005C1A');
}
.del {
    border: none;
    padding: 0;
    background: url(/images/remove.png.webp) no-repeat 0 0;
    width: 46px;
    height: 54px;
    cursor: pointer;
}
.d-flex {
    display: flex;
    align-items: center;
}

/*slider-cell*/
.block_warning {
    margin: 0 0 30px 0;
    padding: 0 0 0 78px;
    font-size: 18px;
    line-height: 22px;
    background: url("/assets/images/ico_warning.png") 25px 16px no-repeat;
}

.block_warning strong {
    color: #fa0000;
    font-weight: 900;
}

.block_warning .fl_left {
    margin: 0 38px 0 0;
}

.flexible {
    overflow: hidden;
}

.txt_2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
}

.contentBody .tabs_cont {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tabs_cont li {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    margin: 0 8px;
    font-size: 24px;
}

.tabs_cont a {
    text-decoration: none;
    color: #323232;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
}

.tabs_cont a:hover,
.tabs_cont .cur {
    color: #fa0000;
}

.block_slider_all {
    margin: 0 0 30px 0;
    text-align: center;
    color: #666666;
    position: relative;
}

.block_slider_title,
.block_slider_description {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    height: 54px;
    padding: 0 32px;
    font-size: 36px;
    line-height: 54px;
    border-radius: 20px 20px 0 0;
    text-shadow: 1px 1px 1px #8a8a8a;
}

.block_slider {
    width: 682px;
    height: 288px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.block_slider2 {
    width: 682px;
    height: 288px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.block_slider_inn {
    height: 258px;
    padding: 15px 0 15px 25px;
    overflow: hidden;
}

.block_slider_inn {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 3;
    opacity: 1;
    width: 657px;
    height: 290px;
    background-color: #fff;
}

.block_slider_inn a {
    float: left;
    position: relative;
}

.block_slider_inn a:hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(255, 255, 255, 0.5);
}

.block_slider_description {
    font-size: 30px;
    border-radius: 0 0 20px 20px;
}

.block_slider_description span {
    color: #fa0000;
}

.block_slider_arrow_left,
.block_slider_arrow_right {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 57px;
    margin: -28px 0 0 0;
    opacity: 0.50;
    filter: alpha(opacity=50);
    z-index: 2;
}

.block_slider_arrow_left {
    left: 4px;
    background: url("/assets/images/arrows_2.png") left top no-repeat;
}

.block_slider_arrow_right {
    right: 4px;
    background: url("/assets/images/arrows_2.png") -41px top no-repeat;
}

.block_slider_arrow_left:hover,
.block_slider_arrow_right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.button_katalog {
    margin-bottom: 20px;
}

.rekomend-box-rek {
    background: url(/assets/img/rek1.png);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-rek:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-rek2 {
    background: url(/assets/img/rek2.png);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px 80px;
    border-radius: 4px;
}

.rekomend-box-rek2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-rek3 {
    background: url(/assets/img/rek3.png);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-rek3:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.rekomend-box-svet {
    background: url(/assets/svet/foto_watch_1.jpg);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-svet:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-svet2 {
    background: url(/assets/svet/foto_watch_2.jpg);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px 80px;
    border-radius: 4px;
}

.rekomend-box-svet2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-svet3 {
    background: url(/assets/svet/foto_watch_3.jpg);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-svet3:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-svet4 {
    background: url(/assets/svet/foto_watch_4.jpg);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-svet4:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-svet5 {
    background: url(/assets/svet/foto_watch_5.jpg);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-svet5:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rekomend-box-svet6 {
    background: url(/assets/svet/foto_watch_6.jpg);
    border: 1px solid #BCBCBC;
    width: 254px;
    height: 200px;
    margin: 10px;
    border-radius: 4px;
}

.rekomend-box-svet6:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.recommendBlock span {
    color: #000;
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    background: #d4d4d4b3;
    height: 35px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.findCeiling .ceilingItem ul {
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
}

.findCeiling .ceilingItem a {
    color: black;
}

.nebo_calc {
    border: 1px solid #000;
    border-radius: 6px;
}

.predl-zvezdy {
    border: 1px solid #D4D3D3;
    width: 230px;
    height: 355px;
    margin: 10px;
}

.predl-zvezdy>a>img {
    width: 221px;
    height: 232px;
}

.text-predl-zvezdy {
    text-align: left;
    width: 208px;
    font-size: 21px;
    line-height: 24px;
    margin: 8px;
}

.text-predl-zvezdy-price {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background-color: #81EE84;
    padding: 10px;
}

.zvezda-input {
    background: url(/assets/images/zvezda/s1.png) no-repeat;
    background-position: 0 50%;
    height: 47px;
    width: 110px;
    font-size: 29px;
    padding-left: 56px;
}

.zvezda-calc-price {
    background: url(/assets/images/zvezda/rub.png) no-repeat;
    background-position: 0 50%;
    height: 45px;
    font-size: 29px;
    border: 1px solid #CCC;
    border-radius: 3px;
    position: relative;
    padding: 5px 18px 9px 45px;
}

.zvezda-calc p {
    text-indent: 0px;
    font-size: 20px;
    text-align: center;
    margin-top: 11px;
}

.zvezda-calc .calc-form #calc-square {
    margin-left: 25px;
    margin-right: 25px;
    background: url(/assets/images/zvezda/s1.png) no-repeat;
    background-position: 0 50%;
    height: 47px;
    width: 120px;
    font-size: 29px;
    padding-left: 56px;
}

.zvezda-calc .calc-form #calc-light-quantity {
    margin-right: 25px;
    background: url(/assets/images/zvezda/star.png) no-repeat;
    background-position: 0 50%;
    height: 47px;
    width: 120px;
    font-size: 29px;
    padding-left: 56px;
}

.price-block {
    margin-bottom: 9px;
}

.zvezda-calc .calc-form {
    display: flex;
    margin: 25px 0;
}

.flexi {
    width: 25%;
    flex-wrap: wrap;
}

.flexi a.button {
    color: #fff;
    margin-top: 15px;
    height: 55px;
}

.block_items {
    margin: 0 0 0 0;
    padding: 15px 0 20px 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.block_item_d {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    background: #FFF;
    width: 298px;
    margin: 20px 12px 5px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.block-item-title {
    color: #ec292f;
    margin-bottom: 5px;
    margin-top: 7px;
    font-size: 16px;
    text-decoration: underline;
}
.block_item_inn .img img {
    margin: 0 0 16px 0;
    height: 250px;
}

.block_item_inn {
    min-height: 220px;
    padding: 9px 9px 20px 9px;
    font-size: 15px;
}
.block_item_inn .title {
    margin: 0 0 16px 0;
}

.block_item_inn .title strong {
    color: #000000;
}

.block_item_inn .price {
    float: left;
    font-size: 30px;
    padding: 0px 15px 5px 15px;
    line-height: 0px;
}

.uroven {
    width: 45%;
    padding: 25px;
    margin: 16px;
    border-radius: 6px;
    background: rgb(231, 231, 231);
}

.uroven h2 {
    background: none;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    color: #000;
}

.uroven .price-pot ul {
    margin-left: 20px;
    font-size: 16px;
}

.uroven .price-pot ul li {
    list-style: none;
}

.price-pot .title {
    background: #DEFCDF;
    position: relative;
    float: right;
    padding: 11px;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin: 0;
}

.uroven a.button {
    color: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

.photo-predls {
    display: flex;
    flex-wrap: wrap;
}

.photo-predl {
    position: relative;
    float: left;
    left: 3px;
    width: 240px;
    height: 266px;
}

.header-predl {
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.77);
    border-radius: 6px;
    padding: 5px 8px 6px 10px;
    color: #000;
    width: 187px;
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 17px;
}

.photo-predl img {
    width: 230px;
    height: 250px;
    padding: 9px 5px 5px 5px;
    border-radius: 14px;
}

.header-predl {
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.77);
    border-radius: 6px;
    padding: 5px 8px 6px 10px;
    color: #000;
    width: 187px;
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 17px;
}

.line-predl-1 {
    border: 5px solid rgba(255, 255, 255, 0.84);
    width: 101px;
    position: relative;
    top: -113px;
    left: 5px;
}

.line-predl-2 {
    border: 5px solid rgba(255, 255, 255, 0.84);
    width: 101px;
    float: right;
    position: relative;
    top: -122px;
    left: -8px;
}

.predl-overlay-bottom {
    background: rgba(0, 0, 0, 0.53);
    width: 115px;
    height: 35px;
    border-top: 1px SOLID #FFF;
    border-right: 1px solid #fff;
    border-radius: 0px 0px 0px 9px;
    top: -40px;
    left: 5px;
    position: relative;
}

.predl-overlay-bottom2 {
    background: rgba(0, 0, 0, 0.53);
    width: 114px;
    height: 35px;
    float: right;
    border-top: 1px solid #FFF;
    border-radius: 0px 0px 9px 0px;
    top: -76px;
    left: -5px;
    position: relative;
}

.predl-photo-price {
    position: relative;
    top: -109px;
    height: 35px;
    margin-left: 5px;
    color: #00FC33;
    line-height: 35px;
    font-size: 17px;
    padding: 0px 0px 0px 16px;
    background: rgba(0, 0, 0, 0.53);
    width: 50%;
    border-radius: 0px 0px 0px 9px;
}

.predl-photo-podrobnee {
    position: relative;
    top: -144px;
    color: #FFF;
    left: 124px;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 9px 0px;
    background: rgba(0, 0, 0, 0.53);
    width: 42%;
    height: 35px;
    line-height: 35px;
}

.predl-photo-kvadrat {
    position: relative;
    top: -180px;
    font-size: 50px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    left: 40%;
    text-shadow: 1px 33px 1px rgba(255, 255, 255, 0), 0 0 1em #000;
    width: 122px;
}

.potolki-svet-form {
    width: 381px;
}

.potolki-svet-text-right {
    width: 426px;
    float: right;
    font-size: 18px;
    line-height: 23px;
    text-indent: 36px;
}

.potolki-svet-text-left {
    width: 369px;
    float: left;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}

.potolki-svet-led {
    width: 286px;
    margin: 32px;
}

.potolki-svet-text-center {
    float: none;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}

.potolki-svet-text-center2 {
    float: left;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    text-indent: 36px;
}

.tkani-brand {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    padding: 20px;
    margin: 5px;
    border-radius: 6px;
    border: 1px solid #000;
}

.tkani-brand img {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 50px 0 0;
}

.tkani-brand .button_red {
    width: 195px;
}

.gp_tkan_box {
    width: 31%;
    cursor: pointer;
    float: left;
    margin: 1%;
}

.gp_tkan_kvadrat {
    margin-top: 33%;
    margin-bottom: 30%;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 27px #000;
}

.gp_flex {
    background: #fff;
    width: 100%;
    display: flex;
}

.gp_tkan_zagolovok {
    padding: 12px 8px;
    font-size: 24px;
    width: 100%;
    float: left;
    color: #504F4F;
}

.gp_tkan_info {
    width: 25%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 0;
    background: #EDF940;
    font-weight: 600;
    border: 1px solid #c39300;
}

.review_tkan {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #CCC;
}

.review_tkan_block_title {
    display: flex;
    margin-bottom: 12px;
}

.review_tkan_block_title_text {
    margin-top: 7px;
    font-size: 23px;
    width: 60%;
    color: #00528E;
}

.review_tkan_block_body {
    display: flex;
}

.review_tkan_block_body img {
    width: 100px;
    height: 100px;
    margin: 5px;
}

.review_tkan_block_body .text {
    padding: 10px;
    padding-right: 30px;
}

.cveta-nav {
    display: inline-block;
}

.cveta-nav>a>img {
    width: 170px;
}

.cvet-img {
    float: left;
    width: 170px;
    height: 120px;
    margin: 5px 12px 31px 0px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.cvet-img-4 {
    float: left;
    width: 170px;
    height: 120px;
    margin: 5px 0px 31px 0px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.cvet-img>span {
    font-size: 15px;
}

.cvet-img>img {
    vertical-align: super;
    border-radius: 10px;
}

.cvet-img>img:hover {
    border: 2px solid #AAA;
}

.cvet-img-4>span {
    font-size: 14px;
}

.cvet-img-4>img {
    vertical-align: super;
    border-radius: 10px;
}

.cvet-img-4>img:hover {
    border: 2px solid #AAA;
}

.cvet-img:hover {
    color: #f00;
}

.cvet-img-4:hover {
    color: #f00;
}

.potolki-tkani {
    height: 500px;
    position: relative;
    border-radius: 6px;
}

.potolki_tkani_back {
    width: 60%;
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 0px;
    text-align: center;
    background-image: url(/assets/images/lustr_title_bg.png);
    background-size: cover;
    height: 215px;
    font-size: 45px;
    line-height: 42px;
    color: white;
}

.potolki_tkani_call {
    width: 190px;
    position: absolute;
    padding: 20px;
    top: 50%;
    background-color: cadetblue;
    right: 20px;
    text-align: center;
}

.potolki-tkani-text {
    font-size: 19px;
    text-align: left;
    padding: 0px 0px 13px 0px;
    color: #FFF;
}

.potolki_tkani_call button {
    width: 100%;
    margin-top: 10px;
}

.mapBlock .yandexMap {
    width: 50%;
}
.shtapik{width: 219px;}
/* MOBILE */
@media only screen and (max-width: 1200px) {
    #fancybox-images .fancyBody {
        width: 900px;
    }
}

@media only screen and (max-width: 998px) {
    .lightForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 490px;
        margin: 20px 120px;
        background: rgba(255, 255, 255, 0.82);
        padding: 10px 10px;
        text-align: center;
        width: 80%;
        min-width: 70%;
        border-radius: 0%;
    }
    .mapBlock {
        flex-direction: column;
    }

    .mapBlock .yandexMap {
        margin: 0 auto;
    }

    .mapBlock .ceilingInfo {
        margin: 0 auto;
    }

    .ceilingBoxTop .ceilingInfo {
        margin-top: 30px !important;
    }

    .predlBox {
        flex-wrap: wrap;
        justify-content: center;
    }

    .predlBox .predlItem {
        margin-bottom: 15px;
    }

    .salePrice {
        top: 0;
        left: 50%;
        transform: translate(-50%, -80%);
    }

    .ceilingBoxTop {
        flex-direction: column;
        align-items: center;
    }

    .ceilingBoxTop>div {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    #fancybox-images .fancyBody {
        margin-top: 50%;
        width: 90vw;
        height: auto;
    }

    #fancybox-images .fancyBody img {
        height: auto;
        width: 100%;
    }

    .headerTop {
        padding-top: 5px;
        height: auto;
    }

    .headerTop form {
        margin: 20px 0 10px;
        width: 100%;
    }

    .headerTop form input {
        max-width: 100%;
        height: 35px !important;
        width: 100%;
    }

    .headerTop form .searchButton {
        height: 35px;
        padding: 0 15px;
        width: auto;
    }

    .headerTop .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
    }

    .headerTop .container h2 {
        top: 10px;
        left: auto;
        transform: none;
        right: 20px;
    }

    .sliderContainer {
        position: static !important;
        width: 100%;
        background-position: 100% 110%;
        /*padding-bottom: 20px;*/
    }

    .priceBottomLeft {
        background: none;
    }

    .pricing {
        width: 100%;
        border-radius: 0;
    }

    .priceBlock {
        max-width: calc(33% - 15px) !important;
        width: 100% !important;
    }

    .priceBottomRight {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .sliderBottomLink {
        margin-top: 20px;
        position: static;
        bottom: 0;
    }

    .headerSlider .container {
        flex-direction: column;
    }

    section {
        overflow: hidden;
    }

    .buttonTopCont a {
        margin-right: 20px !important;
    }

    .footerNav ul {
        margin: 0 auto;
    }

    .footerNav ul li {
        width: calc(50% - 30px);
    }

    .footerBody {
        margin: 0 auto;
        margin-top: 30px;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-tempate-rows: 1fr 1fr;
        justify-items: start;
        grid-template-areas: 'body1 body2''footer footer';
    }

    .footerBody>div {
        margin-bottom: 30px;
        align-items: center;
    }

    .footerRight {
        grid-area: body1;
        order: 0;
    }

    .footerCenter {
        grid-area: footer;
        order: 1;
    }

    .footerAdressCont {
        grid-area: body2;
        order: 0;
    }

    .container {
        padding: 0 15px;
    }

    .offersHead {
        max-width: 400px;
        min-width: auto;
    }

    .sliderSlick1 {
        height: 420px;
        width: 600px;
        margin: 0 auto;
    }

    .sliderSlick1 .slickItem {
        height: 420px;
        width: 100%;
    }

    .sliderSlick1 .slickItem img {
        height: 100%;
        width: 600px;
        object-fit: cover;
    }

    .img-comp-img span {
        padding: 10px;
        font-size: 20px;
    }

    .vantage {
        margin-top: 30px;
    }

    .lampTitle {
        font-size: 36px;
        line-height: 1.1;
    }

    .lampTitle span {
        font-size: 38px;
    }
}
.hiddenpc{display: none;}
@media only screen and (max-width: 768px) {
    .lightForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 490px;
        margin: 20px 120px;
        background: rgba(255, 255, 255, 0.82);
        padding: 10px 10px;
        text-align: center;
        width: 80%;
        min-width: 70%;
        border-radius: 0%;
    }
    .slider-cont {
    max-width: 480px;
    
}
.slick-slide img {
    display: block;
    max-width: 480px;
}
    .hiddenmob{ display:none }
    .hiddenpc{display: block}
    .absbtn {
        position: fixed;
        z-index: 999;
        overflow: hidden;
        bottom: 0px;
        right: auto;
        left: 0;
        border-radius: 0;
        width: 100%;
    }
    .absbtn__item {
        width: 50%;
        max-width: 50%;
    }
    .absbtn__item .orderTitle{
                padding: 5px 10px;
        width: 100%;
        text-align: center;
        writing-mode: inherit;
        transform: none;
    }
    .contactMap,
    .contactInfo {
        padding: 15px 0;
        margin: 0 -5px;
    }

    .lampTitle {
        font-size: 30px;
        line-height: 1.1;
    }

    .lampTitle span {
        font-size: 32px;
    }

    .offersFireplace {
        margin-bottom: 30px;
    }

    .offersFireplace,
    .offersCatchen {
        display: flex;
        flex-direction: column;
    }

    .offersHead {
        max-width: 100%;
    }

    .howBuyFlex {
        flex-direction: column;
    }

    .howBuy {
        margin: 30px 0 50px;
    }

    .howBuyRight {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .howBuyRight iframe {
        width: 100%;
        height: 400px;
    }

    .shenemanCallbackPhone {
        bottom: 6%;
        left: 10px;
    }

    .contentContainer .container {
        flex-direction: column;
    }

    .filterLeft {
        max-width: 100%;
    }

    .filterLeft>ul {
        margin-bottom: 30px;
    }

    .ceilingItem {
        padding: 0 10px;
    }

    .findCeiling {
        flex-wrap: wrap;
    }

    .findCeiling .ceilingItem {
        flex: auto;
        border: none;
    }

}

@media only screen and (max-width: 654px) {
    .headerCenter .msMiniCart {
        position: absolute;
        right: 8%;
        top: 50%;
    }
    .bonusBox {
        margin: 0 -10px;
    }

    .bonus {
        width: calc(50% - 22px);
        margin: 0 10px 15px;
        padding: 10px;
    }

    .bonus img {
        width: 100%;
        height: auto;
    }

    .bonus h2 {
        font-size: 18px;
        padding: 0;
        margin-bottom: 10px;
    }

    .bonus p {
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .bonus p span {
        font-size: 13px !important;
    }

    ul.metorblock {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 630px) {
    .fancyTitle {
        font-size: 20px;
    }

    .bottomForm {
        font-size: 16px;
    }

    .lampBody {
        flex-direction: column;
        justify-content: space-around;
        padding-top: 0;
    }

    .lampBody .lampTitle {
        width: 80%;
        font-size: 24px;
    }

    .lampBody .lampTitle span {
        font-size: 26px;
    }

    .lampBody .priceBottomRight {
        margin: 0 auto;
    }

    .ceilingButton {
        background-color: #66D78B;
        margin-top: 25px !important;
    }

    .reviewItemTop {
        margin-bottom: 10px;
    }

    .reviewItemTop img {
        width: 80px;
    }

    .reviewItemTop .title {
        font-size: 18px;
    }

    .reviewItemBottom img {
        display: none;
    }

    .reviewItemBottom p {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .recommendBlock a {

        -webkit-background-size: cover;
        background-size: cover;
    }

    .navigationCeilings .navCeilingsItem {
        width: calc(50% - 10px);
    }

    .fancyBody {
        margin: 0px 5px;
    }

    .flex .content_right_200 img {
        margin: 30px 50px;
    }

    .infoItem {
        width: 100%;
    }

    .headerSlider .container {
        padding: 0;
    }

    .headerSlider .container .sliderBox {
        padding: 0 15px;
    }

    .headerSlider .container .sliderBox .sliderBottomLink {
        justify-content: flex-start;
    }

    #humb {
        display: flex;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    }

    .sliderSlick1 {
        height: auto;
        width: calc(100vw - 30px);
        margin: 0 auto;
    }

    .sliderSlick1 .slickItem {
        height: 350px;
        width: 100%;
    }

    .sliderSlick1 .slickItem img {
        height: 350px;
        width: calc(100vw - 30px);
        object-fit: cover;
    }

    .shortInfoCompany .container {
        flex-wrap: wrap;
    }

    .shortInfoCompany .container>a {
        margin-bottom: 30px;
        flex-basis: 50%;
    }

    .headerCenter {
        position: relative;
        z-index: 9999;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .headerCenter .center {
        order: 2;
        width: 100%;
    }

    .headerCenter .nav {
        margin-bottom: 10px;
        position: relative;
        order: 1;
        width: 100%;
        padding: 0;
    }

    .headerCenter .nav .headerNav {
        transition: transform 0.13s ease;
        transform: translateX(110%);
        position: fixed;
        z-index: 9999;
        top: 120px;
    }

    .headerCenter .nav .headerNav.active {
        transform: translateX(0%);
        height: 100%;
        overflow: scroll;
    }

    .headerCenter .nav .navigation {
        border: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    .headerCenter .nav .navigation>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .headerCenter .nav .navigation li {
        position: relative;
        z-index: 99;
        border-right: none;
    }

    .headerCenter .nav .navigation li a {
        text-align: center;
        border-right: 0;
        border-left: 0;
    }

    .headerCenter .nav .navigation li ul.active {
        background-color: #fff;
    }

    .headerCenter .nav .navigation li ul.active li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .headerCenter .nav .navigation li ul {
        overflow: hidden;
        position: relative;
        display: block;
    }

    .headerCenter .nav .navigation li ul li {
        height: 0;
    }

    .headerCenter .nav .navigation .arrowNav {
        display: block;
        position: absolute;
        content: '';
        height: 46px;
        border-radius: 5px;
        top: 4px;
        right: 18px;
        width: 33px;
        background: rgba(62, 181, 233, 0.3) url(../fonts/arrow.svg) no-repeat 50%;
        background-size: 15px;
        transform: rotate(90deg);
    }

    .headerCenter .nav .navHome {
        max-width: 100%;
        width: 100% !important;
        display: flex;
        justify-content: flex-end;
    }

    .headerCenter .container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .orderCallButtonLeft,
    .orderCallButtonRight {
        top: auto;
        bottom: 0px;
        right: auto;
        left: 0;
        border-radius: 0;
        width: 100%;
    }

    .orderCallButtonLeft .orderTitle,
    .orderCallButtonRight .orderTitle {
        padding: 5px 10px;
        width: 50%;
        text-align: center;
        writing-mode: inherit;
        transform: none;
    }

    .orderCallButtonRight {
        left: 50vw;
    }

    .toTop {
        display: none;
    }

    .calc_cell_full {
        display: none;
    }
}

@media only screen and (max-width: 600px) {

    .headerPhoneBox{
        margin: 0 auto;
        position: relative;
        left: -60px;
        top: 26px;
        height: 50px;
    }
    .absoluteHide {
        width: 125px;
    }
    .checkboxPhonnumber {
        left: -10px;
    }
    .checkboxPhonnumber_footer{
        width: 175px;
    }
    .absoluteHide.absoluteHide_footer {
        width: 175px;
    }
    .flex .pre_box {
        width: 97%;
    }
    .shtapik{width: 100%;}

    .ceilingInfo.contacts .priceBottom {
        flex-direction: column;
    }

    .ceilingInfo.contacts .priceBottomRight {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .ceilingInfo.contacts .priceBottomRight p {
        text-align: center;
    }

    .ceilingInfo.contacts .priceBottomRight form {
        width: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ceilingInfo.contacts .priceBottomRight form input {
        width: 100%;
        max-width: 100%;
        height: 33px;
        font-size: 18px;
        text-align: center;
    }

    .contactInfo>div,
    .contactMap>div {
        width: calc(50% - 10px);
        min-width: auto;
    }

    .tableBox {
        width: 100%;
        overflow-x: scroll;
    }

    .tableBox .tableEvent {
        width: 700px;
    }

    .headerTop {
        padding-top: 10px;
    }

    .headerTop form {
        margin-top: 40px;
    }

    .headerTop h2 {
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        left: 50% !important;
        top: 50% !important;
        width: 100%;
    }

    .pricing {
        padding: 10px 0;
    }

    .buttonTopCont {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .blockСalc {
        display: grid;
        grid-row-gap: 10px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 0.2fr 1fr 1fr;
        grid-template-areas: 'p p''calc calc''block block2';
    }

    .blockСalc p {
        grid-area: p;
    }

    .calcForm {
        grid-area: calc;
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
    }

    .calcForm .formRow label {
        text-align: left;
        max-width: 100%;
        width: 100%;
    }

    .priceBottomRight {
        padding-right: 10px;
        width: auto;
    }

    .sliderContainer {
        background: none;
    }

    .sliderBox {
        background: none;
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .blockСalc {
        padding-top: 15px !important;
    }

    .slickSliderHeader {
        order: 2;
        background: url(/assets/images/head_ak11.png) no-repeat bottom right -185px;
    }

    .pricing {
        order: 1;
        padding-bottom: 20px;
        background: rgb(225, 225, 225);
    }

    .sliderBottomLink {
        border-left: none;
        width: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        border-left: solid 10px #ff0000;
    }

    .sliderBottomLink div {
        display: inline-block;
    }

    .timerCont {
        margin-top: 30px;
        text-align: center;
        margin-left: -145px;
    }

    .timerCont .timer {
        margin: 0 auto;
        width: 180px;
    }

    .priceBlock {
        margin: 0 5px;
        width: 100% !important;
        max-width: calc(100% - 15px) !important;
        grid-area: block;
    }

    .priceBlock2 {
        grid-area: block2;
    }

    .headerInfo {
        display: flex;
        flex-direction: row;
    }

    .headerQuestion {
        margin-bottom: 15px;
    }

    .headerQuestion .stockActivation {
        display: none;
    }

    h1 {
        font-size: 1.5em;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.3em;
        line-height: 1.2;
    }

    .howBuyRight iframe {
        height: 200px;
    }

    .footerBody {
        justify-items: center;
        display: flex !important;
        flex-direction: column;
    }

    .footerRight {
        margin-top: 15px !important;
    }

    .bottomForm {
        padding: 10px 0;
    }

    .blockСalc p {
        padding: 0 10px;
    }

    .eventForm {
        background: rgba(255, 255, 255, 0.8) !important;
    }

    .calc_cell_full {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
        .slider-cont {
    max-width: 360px;
    
}
.slick-slide img {
    display: block;
    max-width: 375px;
            height: 100%;
        min-height: 460px;
        overflow: hidden;
}
    .ceilingInfo {
        width: 100%;
        border: none;
        padding-left: 0;
    }

    .price-images {
        max-width: 100%;
    }

    .salePrice {
        width: 100px;
        height: 100px;
        font-size: 24px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    ul.metorblock {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .metro_img {
        width: 100%;
    }

    .activer_city {
        font-size: 18px;
    }

    .calc_cell_full {
        display: none;
    }
}

@media only screen and (max-width: 440px) {
    .ceilingInfo.contacts {
        padding: 30px 15px;
    }

    .ceilingInfo.contacts .priceBottomLeft {
        margin: 0;
        padding-left: 0;
    }

    .ceilingInfo.contacts .priceBottomLeft ul {
        padding-left: 10px;
    }

    .sliderTitle {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
    }

    .couponBox {
        background: none;
    }

    .coupon {
        width: 100%;
        padding: 35px 10px;
    }

    .bonus {
        width: 100%;
    }

    .bonus .buttonRed {
        max-width: 60%;
    }

    .fancyContent {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .fancyContent input {
        margin-bottom: 10px;
    }

    .fancyContent .fancyButton {
        margin: 0 !important;
    }

    .fancyContent a.fancyButton {
        width: auto !important;
        margin-bottom: 15px !important;
        display: flex;
        align-items: center;
    }

    .sliderBox {
        background: none;
        margin: 20px 0px;
    }

    .priceBottom {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .priceBottom>div {
        margin: 10px;
    }

    .priceBottomLeft {
        width: auto;
    }

    .priceBottomRight {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .priceBottomRight form {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .priceBottomRight form button {
        padding: 10px 15px;
    }

    .priceBottomRight form input {
        height: 36px;
        margin-bottom: 15px;
    }

    .headerInfo {
        flex-direction: column;
    }

    .phoneStock {
        margin-top: 10px;
        align-items: center;
    }

    .sliderSlick1 .slickItem {
        height: 250px;
    }

    .sliderSlick1 .slickItem span {
        padding: 5px 10px;
        font-size: 13px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .img-comp-slider {
        height: 20px;
        width: 20px;
        margin-left: -12px;
    }

    .sliderArrows>div {
        width: 30px;
        height: 30px;
    }

    .slick-dots li div {
        height: 15px;
        width: 15px;
    }

    .exclusive,
    .howWorked,
    .howBuy,
    .offers,
    .partners {
        margin-bottom: 40px;
    }

    .vantageList li {
        padding: 5px 0;
    }

    .shortInfoCompany .container {
        flex-wrap: wrap;
    }

    .shortInfoCompany .container>a {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        flex-basis: 100%;
    }

    ul.metorblock {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .metro_img {
        width: 100%;
    }

    .activer_city {
        font-size: 18px;
    }

    .flex div {
        width: 100%;
    }

    .calc_cell_full {
        display: none;
    }
}
.sliderBox.svetban {
    position: relative;
    height: 500px;
    background: none;
}
.lightline {
    background: rgba(255, 255, 255, 0.82);
    height: 130px;
    position: absolute;
    top: 60%;
    width: 100%;
}
.lightline .sliderTitle {
    margin-left: 15%;
    margin-top: 25px;
}
.part_block {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.part_block div {
    width: 48%;
}
.part_block div img {
    width: 95%;
    box-shadow: 5px 5px 8px #464545;
}
.part_block p {
    color: #555555;
}
.video_block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.out_foto_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    height: 1000px;
}
.out_foto_block img {
    width: 100%;
}
.out_foto_block .left_block, .out_foto_block .right_block {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.out_foto_block .w100 {
    width: 480px;
}
.out_foto_block .w60 {
    width: 66%;
}
.out_foto_block .w16 {
    width: 33%;
}
.out_foto_block .h320 {
    height: 320px;
}
.out_foto_block .h160 {
    height: 150px;
}
.out_foto_block .h620 {
    height: 620px;
}
.out_foto_block .id1 {
    position: absolute;
    left: 0;
}
.out_foto_block .id2 {
    position: absolute;
    left: 0;
}
.out_foto_block .id3 {
    position: absolute;
    left: 35%;
}
.out_foto_block .id4 {
    position: absolute;
    left: 68%;
}
.out_foto_block .id5 {
    position: absolute;
    left: 0;
    margin-top: 31%;
}
.out_foto_block .id6 {
    position: absolute;
    left: 0;
}
.out_foto_block .id7 {
    position: absolute;
    left: 0;
}
.out_foto_block .id8 {
    position: absolute;
    left: 0;
}
.out_foto_block .id9 {
    position: absolute;
    left: 0;
}

/*----------*/
.svet_foto {
    position: absolute;
}
.svet_foto img{
    -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
     -webkit-transition: all 1s ease-out;
    box-shadow: 5px 5px 8px #464545;
}
.svet_foto:nth-child(1) {
    left: 0;
    width: 470px;
    height: 470px;
}
.svet_foto:nth-child(1) img {
    height: 470px;
}
.svet_foto:nth-child(2) {
    left: 50%;
    height: 150px;
    width: 150px;
}
.svet_foto:nth-child(2) img {
    height: 150px;
}
.svet_foto:nth-child(3) {
    height: 150px;
    width: 150px;
    left: 67%;
}
.svet_foto:nth-child(3) img {
    height: 150px;
}
.svet_foto:nth-child(4) {
     height: 150px;
     width: 150px;
     left: 84%;
}
.svet_foto:nth-child(4) img {
    height: 150px;
}
.svet_foto:nth-child(5) {
    height: 320px;
    width: 320px;
    top: 16%;
    left: 50%;
}
.svet_foto:nth-child(5) img {
    height: 310px;
}
.svet_foto:nth-child(6) {
    height: 150px;
    width: 150px;
    top: 16%;
    left: 84%
}
.svet_foto:nth-child(6) img {
    height: 150px;
}
.svet_foto:nth-child(7) {
    height: 150px;
    width: 150px;
    top: 32%;
    left: 84%;
}
.svet_foto:nth-child(7) img {
    height: 150px;
}
.svet_foto:nth-child(8) {
    height: 150px;
    width: 150px;
    top: 50%;
    left: 33%;
}
.svet_foto:nth-child(8) img{
    height: 150px;
}
.svet_foto:nth-child(9) {
    height: 320px;
    width: 320px;
    left: 0%;
    top: 50%;
}
.svet_foto:nth-child(9) img{
    height: 320px;
}
.svet_foto:nth-child(10) {
    height: 150px;
    width: 150px;
    top: 67%;
    left: 33%;
}
.svet_foto:nth-child(10) img{
    height: 150px;
}
.svet_foto:nth-child(11) {
    height: 150px;
    width: 150px;
    top: 50%;
    left: 50%;
}
.svet_foto:nth-child(11) img{
    height: 150px;
}
.svet_foto:nth-child(12) {
    height: 150px;
    width: 150px;
    top: 67%;
    left: 50%;
}
.svet_foto:nth-child(12) img{
    height: 150px;
}
.svet_foto:nth-child(13) {
    height: 320px;
    width: 320px;
    top: 50%;
    left: 66%;
}
.svet_foto:nth-child(13) img{
    height: 320px;
}
.svet_foto:nth-child(14) {
    height: 150px;
    width: 150px;
    top: 84%;
}
.svet_foto:nth-child(14) img{
    height: 150px;
}
.svet_foto:nth-child(15) {
    height: 150px;
    width: 150px;
    top: 84%;
    left: 17%;
}
.svet_foto:nth-child(15) img{
    height: 150px;
}
.svet_foto:nth-child(16) {
    height: 150px;
    width: 150px;
    top: 84%;
    left: 33%;
}
.svet_foto:nth-child(16) img{
    height: 150px;
}
.svet_foto:nth-child(17) {
    height: 150px;
    width: 150px;
    top: 84%;
    left: 50%;
}
.svet_foto:nth-child(17) img{
    height: 150px;
}
.svet_foto:nth-child(18) {
    height: 150px;
    width: 150px;
    top: 84%;
    left: 66%;
}
.svet_foto:nth-child(18) img{
    height: 150px;
}
.svet_foto:nth-child(19) {
    height: 150px;
    width: 150px;
    top: 84%;
    left: 83%;
}
.svet_foto:nth-child(19) img{
    height: 150px;
}


.svet_foto img:hover{
-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
@media only screen and (max-width: 440px) {
    .sliderBox.svetban {
        height: 460px;
    }
    .lightline {
        background: rgba(255, 255, 255, 0.82);
        height: 130px;
        position: absolute;
        top: 56%;
        width: 100%;
    }
    .lightline .sliderTitle {
        margin-left: 0%;
        margin-top: 5px;
    }
    .part_block {
        flex-wrap: wrap;
    }
    .svet_foto {
        position: relative;
        width: 100% !important;
        height: auto !important;
        left: 0px !important;
    }
    .svet_foto img {
        height: auto !important;
        margin-bottom: 15px;
    }
    .out_foto_block {
        height: auto;
    }
    .part_block div{width: 100%}
    ul.metorblock {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .metro_img {
        width: 100%;
    }

    .activer_city {
        font-size: 18px;
    }

    .flex div {
        width: 100%;
    }

    .calc_cell_full {
        display: none;
    }

    .block_slider_description {
        margin-bottom: 20px;
    }

    .button_katalog {
        margin-bottom: 20px;
    }

    .flex div.form-group {
        width: 70%;
    }

    .ya-site-form__submit {
        width: 60px;
        height: 35px;
    }

    .priceBottomRight button {
        width: auto;
        margin: 0 auto !important;
    }

    h6 {
        line-height: 24px;
        font-size: 20px;
    }

    img.img-3d {
        float: left;
        text-align: center;
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .imggal img {
        width: 170px;
    }

    .flex .exclusive {
        width: 100%;
    }

    .block_contacts_form_about .block_contacts_form_2 {
        float: right;
        width: 100%;
        height: 330px;
    }

    section.block_our_partners.clearfix {
        margin: 0 auto;
        text-align: center;
    }

    .tmg #tmg_ps_body #tmg_ps_product {
        font-size: 18px !important;
    }

    .flex .content_left_760 {
        width: 100%;
    }

    .flex .content_right_200 {
        width: 100%;
    }

    .mapBlock .yandexMap {
        width: 100%;
    }

    .uroven {
        width: 100%;
    }

    .cellings_idea a {
        width: 50%;
    }

    .akcij_star {
        display: none;
    }

    ul.ul_production_stages li {
        width: 100%;
    }

    .contentBody p img {
        width: 100%;
    }

    .team.team_photo {
        width: 100%;
        margin: 5px auto;
    }
    .flex .exclusive_grid {
        width: 100%;
    }
    .flex.step_box .step_num {
        width: 100%;
        text-align: center;
    }
    .flex.step_box .step_num_img {
        width: 85%;
        margin: 0 auto;
    }
    .flex.step_box .step_num_txt {
        width: 100%;
    }
    .sliderSlick2 .slickItem {
        height: 243px !important;
    }
    .slickAbsoluteItem {
        transform: translate(-50%, -62%);
        width: 80%;
    }
    .slickAbsoluteItem h5 {
    line-height: 30px;
    font-size: 30px;}
    .slickAbsoluteItem.slickAbsoluteItem1 {
        width: 93%;
        top: 48%;
    }
    .slickAbsoluteItem.slickAbsoluteItem1 h5 {
        font-size: 26px;
        line-height: 28px;
    }
    .slickAbsoluteItem.slickAbsoluteItem1 p {
        font-size: 12px;
        line-height: 15px;
    }
    .slickAbsoluteItem.slickAbsoluteItem2 {
    top: 30%;}

    .slickAbsoluteItem.slickAbsoluteItem2 p {
        display: none;
        width: 95%;
        float: right;
        color: #fff;
        margin-right: 0;
        margin-top: -216px;
        text-align: right;
    }
    .slickAbsoluteItem.slickAbsoluteItem2 .link {
        margin-top: 90px;
        float: right;
        position: absolute;
        margin-right: 80px;
        right: 0px;
        top: 40%;
    }
    .slickAbsoluteItem.slickAbsoluteItem3 {
        width: 68%;
        top: 48%;
    }
    .slickAbsoluteItem.slickAbsoluteItem3 h5 {
        line-height: 36px;
        font-size: 26px;
    }
    .slickAbsoluteItem.slickAbsoluteItem3 {
        width: 68%;
    }
    .slickAbsoluteItem.slickAbsoluteItem3 p {
        font-size: 14px;
        line-height: 18px;
    }
    .slickAbsoluteItem.slickAbsoluteItem3 .link {
        margin-top: 0px;
    }
    .slickAbsoluteItem.slickAbsoluteItem5 {
        text-align: left;
        transform: translate(-39%, 0%);
        top: 5%;
        width: 94%;
    }
    .slickAbsoluteItem.slickAbsoluteItem5 {
        text-align: center;
        transform: translate(-42%, 0%);
        top: 5%;
        width: 85%;
    }
    .slickAbsoluteItem.slickAbsoluteItem5 h5 {
        line-height: 36px;
        font-size: 26px;
    }
    .slickAbsoluteItem.slickAbsoluteItem5 p {
        font-family: 'pts',Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 18px;
    }
    .slickAbsoluteItem.slickAbsoluteItem5 .link {
        margin-top: 0px;
        float: none;
    }
    .slickAbsoluteItem.slickAbsoluteItem6 {
        top: 0%;
        transform: translate(-48%, -5%);
    }
    .slickAbsoluteItem.slickAbsoluteItem7 {
        width: 100%;
        top: 50%;
    }
    .slickAbsoluteItem.slickAbsoluteItem7 h5 {
        text-align: center;
        line-height: 45px;
        font-size: 34px;
    }
    .slickAbsoluteItem.slickAbsoluteItem8 {
        position: absolute;
        top: 40%;
        left: 50%;
    }
    .yandex_map{width: 100% !important;}
}
.form_pay_dog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.form_pay_dog input{width: 300px;}
.form_pay_dog .btn-order{width: 300px;}
.col-address input {
    width: 100%;
}
@media (max-width: 620px){
    .row-order {
    flex-direction: column;
    }
    .d-flex {
        flex-direction: column;
    }
    .count input{
        max-width: 45px;
    }
    .count .form-group, .col-address {
        margin: 10px auto;
    }
    .row-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px dotted;
        margin-bottom: 20px;
    }
    .row-item:last-child{border: none;}
    .cart_row img {
        width: 50px;
    }
    .cart_row.images {
        width: 30%;
    }
    .cart_row.pagetitle {
        width: 70%;
        padding: 0px 5px;
    }
    .cart_row.count {
        width: 30%;
    }
    .cart_row.count input.input-sm.form-control {
        text-align: center;
        padding: 5px;
    }
    .recommendBlock{
        flex-direction: column;
        align-items: center;
    }
}
.galfiles img {
    width: 120px;
    border-radius: 6px;
}
button.counter-btn {
    height: 52px;
    border: 1px solid #bcbcbc;
    box-shadow: none;
    width: 33.3333%;
    font-weight: bold;
    color: #3ea600;
    background: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
}
.form-count {
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.product-counter .form-count .fc {
    height: 52px;
    max-width: 33.333%;
    padding: 0px 9px;
    font-size: 16px;
    color: #555555;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    text-align: center;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
#msMiniCart .textcart, .msMiniCart .textcart {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    font-size: 0.83em;
    font-weight: bold;
    unicode-bidi: isolate;
}
.checboxForm-text {
    font-size: 14px;
}
.main_down {
    text-align: right;
}
form.main_down-form {
    margin-top: -128px;
}
.priceBottomRight.mainforms {
    width: 100%;
        z-index: 2
}
.checboxForm-text {
    font-size: 12px;
    width: 100% !important;
}

@media (max-width: 620px){
    form.main_down-form {
    margin-top: 0px;
}
.priceBottomRight.mainforms {
    width: 90%;
}
    .recommendBlock{
      flex-direction: column;
      align-items: center;
    }
}
.carouselCeiling {
    display: flex;
    flex-wrap: wrap;
}