import url('../css-1');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular-1.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light-1.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold-1.eot') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.eot');
    src: url('../fonts/Gilroy-Heavy-1.eot') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium-1.eot') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Forum';
    src: url('../fonts/Forum.eot');
    src: url('../fonts/Forum-1.eot') format('embedded-opentype'), url('../fonts/Forum.woff') format('woff'), url('../fonts/Forum.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-family: 'Gilroy';
    background-color: #F4F4F6;
}

h1,
h2,
.forum {
    font-family: 'Forum', sans-serif;
}

* {
    outline: none!Important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 17px !important;
}

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

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.row.flex::before,
.row.flex::after {
    display: none
}

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

.container {
    max-width: 1160px;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

button {
    background: none;
    padding: 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.greenb {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80.95%, #FFFFFF), color-stop(100.59%, rgba(255, 255, 255, 0))), #dc214c;
    background: linear-gradient(180deg, #FFFFFF -80.95%, rgba(255, 255, 255, 0) 100.59%), #dc214c;
    background-blend-mode: overlay, normal;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    border-radius: 80px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.greenb:hover {
    background: #dc214c;
}

.greenb:active {
    background: #dc214c;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
}

header {
    top: 33px;
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
}

.head_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo img {
    position: relative;
    max-width: 180px;
}

.logo span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    max-width: 200px;
    color: #40372E;
}

.logo span br {
    display: block!important;
}

.recall {
    width: 210px;
    height: 50px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contact_wrp {
    position: relative;
    padding-left: 24px;
}

.contact_wrp::before {
    content: '';
    display: block;
    background-image: url(../img/ttel.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    position: absolute;
}

.toptel {
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    line-height: 1;
    color: #40372E;
    display: block;
}

.adres {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #40372E;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    text-decoration: underline;
    /* Brown middle */
    color: #dc214c;
}

.top_nav {}

.top_nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.top_nav li:last-child {
    margin-right: 0;
}

.top_nav li a {
    font-weight: bold;
    font-size: 11.5px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    color: #40372E;
    border-radius: 2px;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_nav li a:hover,
.top_nav li.active a {
    color: #dc214c;
    border-bottom-color: #dc214c;
}

.toptel:hover {
    color: #dc214c;
}

.one {
    overflow: hidden;
    padding-top: 185px;
    position: relative;
    min-height: 1000px;
    z-index: 100;
    background-repeat: no-repeat;
    background-image: url(../img/house_bg1.png);
    background-position: calc(50% + 349px) 1040px;
    padding-bottom: 100px;
}

.one .container {
    position: relative;
    z-index: 10;
}

.one::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/clouds1.png);
    left: 0;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    height: 100%;
}

h1 {
    margin: 0;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
    color: #40372E;
}

h1 span {
    color: #dc214c;
}

.subh1 {
    padding-left: 30px;
    margin-bottom: 35px;
    border-left: 1px solid #dc214c;
}

.subh1 p {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 20px;
    color: #40372E;
}

.subh1 p span {
    font-weight: bold;
}

.subh1 > span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #7D746D;
}

.subh1 > span span {
    font-weight: 500;
}

.orange_but {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-329.83%, #FFFFFF), color-stop(173.39%, rgba(0, 0, 0, 0))), #a4bf46;
    background: linear-gradient(180deg, #FFFFFF -329.83%, rgba(0, 0, 0, 0) 173.39%), #a4bf46;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: inset 0px 4px 14px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 4px 14px rgba(255, 255, 255, 0.25);
    border-radius: 80px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.orange_but:hover {
    background: #a4bf46;
    -webkit-box-shadow: inset 0px 4px 14px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 4px 14px rgba(255, 255, 255, 0.25);
}

.orange_but:active {
    background: #a4bf46;
    -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.noActive {
    background: #a4bf46!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    opacity: .4!important
}

.normb {
    width: 280px;
    height: 65px;
}

.house_wrp {
    position: absolute;
    z-index: 10;
    top: 180px;
    left: calc(50% - 58px);
}

.garance {
    position: absolute;
    left: -33px;
    top: -80px;
    width: 360px;
}

.house_img {
    position: relative;
    z-index: 100
}

.scrol_down {
    left: 0;
    position: absolute;
    z-index: 100;
    top: 440px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.circle_paralax {
    position: absolute;
}

.house_wrp .circle_paralax {
    bottom: -220px;
    z-index: 100;
    right: 100px;
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}

.pr_item {
    position: relative;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    padding-left: 25px;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 7px 26px 66px rgba(170, 170, 187, 0.24);
    box-shadow: 7px 26px 66px rgba(170, 170, 187, 0.24);
    border-radius: 6px;
    background-color: #fff;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.pr_item:hover {
    top: -5px;
}

.pr_item::before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    background: #dc214c;
    border-radius: 6px;
    -webkit-transform: rotate(-3.85deg);
    z-index: -1;
    transform: rotate(-3.85deg);
}

.pr_item:hover::before {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.pr_item > img {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 21px;
    left: 25px;
}

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

.pr_inner p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #40372E;
}

.preim_flex {
    margin-bottom: -25px;
    margin-top: 65px;
    padding-bottom: 60px;
}

.preim_flex> div {
    margin-bottom: 25px;
}

h2 {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    color: #40372E;
}

h2 span {
    color: #dc214c;
}

.complex_flex > div {
    padding-left: 0;
    padding-right: 0;
}

.complex_item_wrp {
    background-repeat: no-repeat!important;
    height: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 75px;
    background: linear-gradient(140.57deg, #FFFFFF 5.31%, #EBEBEF 150.51%), #F9F8F8;
}

.complex_item_wrp:hover {
    z-index: 100;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
}

.coplex_num {
    margin-bottom: 64px;
    font-weight: normal;
    font-size: 58px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Forum', cursive;
    color: #dc214c;
}

.complex_ttle {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #40372E;
}

.complex_descript {
    margin-bottom: 0;
    max-width: 425px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #40372E;
}

.complex_item1 {
    border-top-left-radius: 6px;
    background-image: url(../img/complex1.png);
    background-position: top right;
}

.complex_item2 {
    background: #FFFFFF;
    border-top-right-radius: 6px;
    padding-left: 82px;
    background-image: url(../img/complex2.png);
    background-position: top right;
}

.complex_item3 {
    border-bottom-left-radius: 6px;
    background: #FFFFFF;
    background-image: url(../img/complex3.png);
    background-position: 100% 25px;
}

.complex_item4 {
    border-bottom-right-radius: 6px;
    padding-left: 82px;
    background: #F9F8F8;
    background-image: url(../img/complex4.png);
    background-position: top right;
}

.complex_flex {
    margin-bottom: 65px;
}

.quality_flex {
    margin-bottom: 35px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.quality_flex h2 {
    margin-bottom: 45px;
}

.quote_ttle {
    height: 165px;
    position: relative;
    margin-bottom: 0;
    padding-left: 90px;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #40372E;
}

.quote_ttle span {
    font-weight: 500;
}

.quote_ttle::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #dc214c;
    left: 0;
    top: 16px;
}

.quote_wrp {
    position: relative;
    background: #FEFEFE;
    border-radius: 6px;
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 62px;
    padding-right: 62px;
    -webkit-box-shadow: 7px 20px 45px rgba(119, 109, 100, 0.1);
    box-shadow: 7px 20px 45px rgba(119, 109, 100, 0.1);
}

.quote_wrp::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0.2;
    border: 1px solid #dc214c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.quote_wrp::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/circle2.png);
    width: 288px;
    height: 288px;
    z-index: -1;
    top: -100px;
    right: -150px;
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}

.quote_text {
    position: relative;
    z-index: 100;
    padding-left: 96px;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Forum', cursive;
    color: #40372E;
}

.quote_text::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/quote.svg);
    width: 66px;
    height: 52px;
    left: 0;
    top: 3px;
}

.author_text {
    position: relative;
    padding-left: 73px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #40372E;
    margin-bottom: 0;
    margin-left: 24px;
}

.author_text::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #dc214c;
    left: 0;
    top: 10px;
}

.collection_container {
    position: relative;
    margin-top: 30px;
    padding-top: 60px;
}

.col_ttle {
    max-width: 100%;
    display: block;
}

.kott1 {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #40372E;
    margin-top: 74px;
}

.kott2 {
    margin-bottom: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #40372E;
}

.collection_container > div {
    position: relative;
    z-index: 100
}

.collection_container::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/house_bg2.png);
    width: 660px;
    height: 721px;
    top: 0px;
    left: calc(50% - 1050px);
}

.catalog_sight_bar {}

.catalog_sight_bar ul {
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 7px 20px 45px rgba(119, 109, 100, 0.1);
    box-shadow: 7px 20px 45px rgba(119, 109, 100, 0.1);
}

.catalog_sight_bar ul li {
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}

.catalog_sight_bar ul li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dashed #40372E;
    color: #40372E;
}

.catalog_sight_bar ul li.active {
    background: #dc214c;
}

.catalog_sight_bar ul li.active a {
    border-bottom-color: transparent;
    color: #fff;
}

.catalog_sight_bar ul li:hover a {
    border-bottom-color: transparent;
}

.siding_flex {
    margin-bottom: -40px;
}

.siding_flex > div {
    margin-bottom: 40px;
}

.siding_item {
    position: relative;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
    height: 100%;
}

.siding_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    height: 190px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

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

.siding_img::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
    background-image: url(../img/zoom.svg);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(178, 139, 102, 0.94)
}

.siding_img:hover::before {
    opacity: 1;
}

.siding_ttle {
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #40372E;
    margin-bottom: 8px;
}

.siding_price {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    color: #7D746D;
}

.siding_price span {
    font-size: 18px;
}

.siding_item.extra .siding_price {
    color: #40372E;
}

.siding_item:hover {
    -webkit-box-shadow: 7px 20px 45px rgba(190, 167, 146, 0.25);
    box-shadow: 7px 20px 45px rgba(190, 167, 146, 0.25);
}

.siding_item > img {
    position: absolute;
    z-index: 100;
    top: -23px;
    right: 20px;
}

.sale {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    top: -18px;
    right: 30px;
    background: white;
    border: 1px solid rgb(193, 162, 132);
}

.sale::before {
    content: '';
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid white;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px -4px rgb(196, 199, 199);
    -moz-box-shadow: 0px 0px 15px -4px rgb(196, 199, 199);
    box-shadow: 0px 0px 15px -4px rgb(196, 199, 199);
}

.sale__title {
    margin-top: 2px;
    font-size: 0.75rem;
    letter-spacing: 0.8px;
    font-weight: bold;
}

.sale__amount {
    color: #649A7D;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 2px;
}

.two {
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.two .container {
    position: relative;
    z-index: 100
}

.two::before {
    background-image: url(../img/count.png);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 555px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-position: calc(50% + 410px) 0px;
}

.two::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/clouds2.png);
    height: 754px;
    background-repeat: no-repeat;
    width: 100%;
    left: 0;
    bottom: -360px;
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}

.two h2 {
    margin-bottom: 49px;
}

.overh2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #40372E;
}

.steps_list {
    max-width: 490px
}

.steps_list li {
    margin-bottom: 20px;
}

.steps_list li:last-child {
    margin-bottom: 0;
}

.steps_list li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #FFFFFF), color-stop(118%, rgba(255, 255, 255, 0))), #FBFBFA;
    background: linear-gradient(180deg, #FFFFFF -100%, rgba(255, 255, 255, 0) 118%), #FBFBFA;
    -webkit-box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    border-radius: 69.0223px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #dc214c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0;
    position: relative;
    top: 0;
}

.steps_list li:hover > span {
    top: -4px
}

.steps_list li p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px);
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #40372E;
}

.steps_list li p a {
    color: #dc214c;
    text-decoration: underline;
}

.steps_list li p a:hover {
    text-decoration: none;
}

.steps_button {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 35px;
}

.steps_button .orange_but {
    height: 65px;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.steps_button .greenb {
    height: 65px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.count_extra {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}

.count_extra::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url(../img/shield.svg);
    -webkit-box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    left: 0;
    top: 0;
}

.count_extra p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #40372E;
    margin-bottom: 15px;
}

.count_extra span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #40372E;
}

.count_price_wrp {
    max-width: 670px;
}

.three {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/house_bg3.png);
    background-position: calc(50% + 760px) -90px;
    padding-bottom: 90px;
    margin-bottom: -100px;
    padding-top: 40px;
}


/*
.three h2 {
    margin-bottom: 0;
}
*/

.make_pleasure {
    padding-top: 34px;
    display: inline-block;
    margin-bottom: 55px;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #40372E;
    border-top: 2px solid #dc214c;
}

.make_pleasure span {
    font-weight: 500;
}

.case_preview_wrp {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    height: 100%;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.case_preview_wrp::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: calc(100% - 20px);
    width: calc(100% - 10px);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.case_descript_block {
    padding-bottom: 55px;
}

.case_num {
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: 'Forum', cursive;
    color: #dc214c;
}

.case_ttle {
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 22px;
    line-height: 31px;
    color: #40372E;
}

.look_more {
    width: 100%;
    max-width: 260px;
    height: 65px;
}

.label_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    color: #40372E;
    width: 90px;
    height: 90px;
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    top: 85px;
    left: -42px;
}

.label_text::before {
    content: '';
    display: block;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #dc214c;
    border-radius: 50%;
    position: absolute;
}

.owl-dot {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    width: 8px;
    height: 8px;
    background-color: #40372E;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dot:first-child {
    margin-left: 0;
}

.owl-dot:last-child {
    margin-right: 0;
}

.owl-dot.active {
    width: 20px;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80.95%, #FFFFFF), color-stop(100.59%, rgba(255, 255, 255, 0))), #8FAC51;
    background: linear-gradient(180deg, #FFFFFF -80.95%, rgba(255, 255, 255, 0) 100.59%), #8FAC51;
    background-blend-mode: overlay, normal;
    -webkit-box-shadow: 6.08274px 22.593px 57.3515px rgba(115, 98, 82, 0.08);
    box-shadow: 6.08274px 22.593px 57.3515px rgba(115, 98, 82, 0.08);
    margin: 0 20px;
}

.header-loader {
    display: none;
}

.owl-dot.active .header-loader {
    display: block;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
}

.control_wrp_all {
    margin-top: -50px;
    position: relative;
    z-index: 100;
}

.mt90 {
    margin-top: 90px;
}

.three .quote_wrp {
    padding-top: 55px;
    padding-bottom: 38px;
    padding-left: 50px;
    padding-right: 55px;
}

.three .quote_wrp::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/circle3.png);
    width: 288px;
    height: 288px;
    z-index: -1;
    top: inherit;
    right: -150px;
    bottom: -170px;
}

.opinion_video_wrp {
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    max-width: 500px;
    width: 100%;
    border-radius: 50%;
}

.opinion_video_wrp::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.opinion_video_wrp::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #7D746D;
    opacity: 0.45;
}

.opinion_video_wrp div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.opinion_video_wrp div::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/video_ramka.svg);
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.opinion_video_wrp div::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/play.svg);
    width: 380px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 70px);
    -webkit-transition: 0.3s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: 0.3s;
}

.opinion_video_wrp:hover div::after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.four h2 {
    margin-bottom: 45px;
}

.expert_text {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #40372E;
    max-width: 470px;
}

.expert_text span {
    font-weight: 500;
}

.look_video_flex {
    max-width: 580px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    justify-content: space-between;
    margin-top: 210px;
}

.look_video_flex a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
}

.look_video_flex a:hover {
    -webkit-animation: none;
    animation: none
}

.look_video_flex a::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-shadow: 7px 26px 66px rgba(170, 170, 187, 0.24);
    box-shadow: 7px 26px 66px rgba(170, 170, 187, 0.24);
    background-image: url(../img/round.svg);
    width: 240px;
    height: 240px;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 120px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.look_video_flex a:hover::before {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.look_video_flex p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7D746D;
}

.jam_traffic {
    margin-top: 80px;
}

.look_video_flex::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 420px);
    background: #dc214c;
    opacity: .4;
    z-index: 10;
    left: calc(50% - 80px);
}

.consult_wrp {
    padding-top: 40px;
    border-top: 2px solid #dc214c;
    margin-top: 145px;
}

.consult_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.consult_head > p {
    width: calc(100% - 160px);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: #40372E;
    max-width: 340px;
}

.consult_head > span {
    width: 160px;
}

.consult_head > span > span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7D746D;
}

.consult_text {
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #40372E;
}

.steps_button button img {
    margin-left: 8px;
}

.four {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../img/expert_bg.png);
    background-position: 50% 45%;
    z-index: 100;
}

.five {
    padding-top: 95px;
    z-index: 10;
    position: relative;
    padding-bottom: 90px;
}

.five::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/circle4.png);
    height: 533px;
    background-repeat: no-repeat;
    background-position: calc(50% + 840px) 0;
    top: -50px;
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}

.five h2 {
    font-size: 58px;
}

.five .make_pleasure {
    margin-bottom: 75px;
    padding: 0;
    border: none;
    margin-top: 50px;
}

.container_flex {
    margin-bottom: -40px;
    padding-bottom: 24px;
}

.container_flex > div {
    margin-bottom: 40px;
}

.contain_item {
    position: relative;
    height: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    background: #FFFFFF;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.contain_item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5px;
    top: 5px;
    background: #dc214c;
    opacity: 0.1;
    border-radius: 6px;
    -webkit-transform: rotate(-1.54deg);
    transform: rotate(-1.54deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.contain_item:hover::before {
    background: #dc214c;
    opacity: 1;
}

.contain_ttle {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #40372E;
    width: 100%;
}

.cont_img {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

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

.contain_price {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #40372E;
    width: 100%;
    display: none;
}

.contain_price span {
    font-weight: 500;
    font-size: 25px;
}

.pdf_link {
    margin-top: 30px;
    display: block;
}

.pdf_link img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    width: auto!important;
    display: inline-block!important;
}

.pdf_link span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #40372E;
    padding-left: 23px;
    width: calc(100% - 64px);
    text-align: left;
}

.pdf_link:hover span {
    text-decoration: none;
}

.six {
    padding-top: 82px;
    background-repeat: no-repeat;
    background-image: url(../img/bg_pay.png);
    background-position: calc(50% + 380px) 55px;
    position: relative;
    z-index: 100;
}

.six h2 {
    margin-bottom: 28px;
}

.six .afterh2 {
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #40372E;
}

.six .afterh2 span {
    font-weight: 500;
}

.six .steps_list {
    max-width: 100%;
    margin-bottom: 40px;
}

.six .steps_list li p a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 245px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80.95%, #FFFFFF), color-stop(100.59%, rgba(255, 255, 255, 0))), #8FAC51;
    background: linear-gradient(180deg, #FFFFFF -80.95%, rgba(255, 255, 255, 0) 100.59%), #8FAC51;
    background-blend-mode: overlay, normal;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    border-radius: 30px;
    color: #fff;
    margin-left: 10px;
}

.six .steps_list li p a:hover {
    background: #8CA751;
    -webkit-box-shadow: none;
    box-shadow: none
}

.six .steps_list li p a:active {
    background: #7D9549;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.six .steps_list li p a img {
    margin-left: 9px;
}

.payment_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 730px;
}

.payment_footer .orange_but {
    width: 260px;
    height: 65px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    padding-top: 4px;
}

.order_text {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    color: #40372E;
}

.order_text > img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
}

.order_text> span {
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
}

.order_text > span span {
    font-weight: 500;
}

.rev_item {
    display: block;
    position: relative;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
}

.rev_item::before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    z-index: 100;
}

.rev_item::after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(249, 249, 248, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../img/play_rev.svg);
    background-position: center;
}

.rev_item:hover::after {
    background-color: rgba(178, 139, 102, 0.5);
}

.rev_item span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-radius: 6px;
}

.seven {
    padding-top: 120px;
    padding-bottom: 100px;
    overflow: hidden;
    background-repeat: no-repeat;
}

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

.rev_navigation .owl-dot {
    margin: 0 10px;
    width: 4px;
    height: 4px;
}

.rev_navigation .owl-dot.active {
    width: 10px;
    height: 10px;
}

.rev_navigation .owl-dot.active .header-loader {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.owl-nav_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 110px;
}

.owl-nav_custom > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    cursor: pointer;
}

.owl-nav_custom > div:hover {
    background-color: #dc214c;
}

.owl-nav_custom > div:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.vizualation_container {
    margin-top: 0px;
}

.vizualation_container .overh2 {
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #40372E;
}

.vizualation_container h2 {
    font-weight: normal;
    font-size: 43px;
    line-height: 51px;
    text-transform: uppercase;
}

.vizualation_container .make_pleasure {
    padding-top: 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 55px;
    display: block;
}

.check_list {
    margin-bottom: 28px;
    max-width: 530px;
}

.check_list li {
    position: relative;
    display: block;
    margin-bottom: 50px;
    padding-left: 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #40372E;
}

.check_list li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/check_list.svg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    left: 0;
    top: -9px;
}

.vizualation_container .orange_but {
    height: 65px;
    max-width: 320px;
    width: 100%;
}

.count_list {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.count_list li {
    position: relative;
    padding-left: 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #40372E;
}

.count_list li::before {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 4.31389px 8.62779px rgba(217, 217, 223, 0.4);
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/pdf.svg);
    width: 60px;
    height: 60px;
    left: 0;
    top: calc(50% - 30px);
}

.cocoen {
    overflow: visible;
}

.cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 5px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    height: calc(100% + 60px);
    top: -30px;
}

.cocoen-drag::before {
    background-image: url(../img/drag.svg);
    width: 110px;
    height: 110px;
    border: none;
    border-radius: 0;
    top: calc(50% - 20px);
    left: calc(50% - 47px);
    z-index: 100;
}

.cocoen::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: calc(100% - 20px);
    width: calc(100% - 10px);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.cocoen>div:first-child img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cocoen>img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.contact_section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
}

.contact_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/circle5.png);
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: calc(50% - 830px) 0;
    top: -180px;
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}

.contact_section .container {
    position: relative;
    z-index: 100
}

.contact_section h2 {
    margin-bottom: 46px;
}

.cont_label {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 34px;
}

.cont_info {
    margin-bottom: 45px;
}

.cont_info li {
    margin-bottom: 20px;
}

.cont_info li:last-child {
    margin-bottom: 0;
}

.cont_info li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    background-color: #fff;
    vertical-align: middle;
}

.cont_info li p,
.cont_info li a {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 64px);
    padding-left: 14px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #40372E;
}

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

.contact_section .orange_but {
    width: 100%;
    max-width: 260px;
    height: 65px;
    font-size: 15px
}

.map_wrp {
    height: 100%;
    -webkit-box-shadow: 7px 26px 66px rgba(170, 170, 187, 0.24);
    box-shadow: 7px 26px 66px rgba(170, 170, 187, 0.24);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
    position: relative;
}

.map_wrp::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #dc214c;
    opacity: .5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: calc(100% - 20px);
    width: calc(100% - 10px);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.map_wrp iframe {
    width: 100%;
    height: 100%;
}

.map_wrp:hover::before {
    width: 0px
}

footer {
    background: #FFFFFF;
    padding-top: 68px;
    padding-bottom: 55px;
}

footer > a {}

footer hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-color: #EEE8E4
}

.foot_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot_flex > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.foot_flex li:last-child {
    text-align: right;
}

.foot_flex li:nth-child(2) {
    text-align: center;
}

.foot_logo {
    max-width: 180px;
}

.go_top {
    position: relative;
}

.go_top::before {
    background-image: url(../img/go_top.svg);
    width: 67px;
    height: 67px;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    -webkit-box-shadow: 0px 5px 15px rgba(187, 170, 158, 0.2);
    box-shadow: 0px 5px 15px rgba(187, 170, 158, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: calc(50% - 33.5px);
    top: -114px;
}

.go_top:hover::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -117px;
}

.foot_tel {
    display: inline-block;
    margin-bottom: 0;
}

.foot_tel a {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #40372E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.foot_tel a:first-child {
    margin-left: 0;
}

.foot_tel a:hover {
    color: #dc214c
}

.foott {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #40372E;
}

.foott a {
    display: block;
    text-decoration: underline;
    color: #dc214c;
}

.foott a:hover {
    text-decoration: none;
}

.razrab {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.razrab> span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #40372E;
}

.razrab > span > span {
    display: block;
    text-decoration: underline;
    color: #dc214c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.razrab:hover > span > span {
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.fix_header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    background: #fff;
    padding: 15px 0;
    display: none;
}

.fix_head_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fix_head_flex .top_nav {
    margin-top: 0;
}

.fix_head_flex .logo img {
    top: 0;
    max-width: 180px;
}

.fix_head_flex .top_nav li {
    margin: 0 8px;
}

.mod_wrp {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #FFFFFF;
    -webkit-box-shadow: 7px 26px 66px rgba(48, 48, 60, 0.24);
    box-shadow: 7px 26px 66px rgba(48, 48, 60, 0.24);
    border-radius: 6px;
    padding-top: 55px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 55px;
}

.mod_wrp::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.2;
    border: 1px solid #dc214c;
    border-radius: 3px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.modal-lg {
    max-width: 1160px;
    width: 100%;
}

.modal-lg .mod_wrp {
    max-width: 100%
}

.closemod {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 24px;
    right: 24px;
}

.closemod:hover {
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg);
}

.modal_in {
    position: relative;
    z-index: 100;
}

.case_ttle_modal {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #40372E;
}

.modal-backdrop.in {
    background: #40372E;
    opacity: 0.6;
}

.case_img_item {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 340px;
    margin-bottom: 10px;
}

.case_img_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.owl-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    cursor: pointer;
    position: absolute;
}

.owl-nav > div:hover {
    background-color: #dc214c;
}

.owl-nav > div:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.owl-prev::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-next::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-next {
    top: calc(50% - 25px);
    right: -25px
}

.owl-prev {
    top: calc(50% - 25px);
    left: -25px;
}

.target_item {
    display: block;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
}

.target_item::before {
    padding-top: 64%;
    content: '';
    display: block;
}

.target_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #dc214c;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.car_targets {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
}

.car_targets > div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.target_item.active::after {
    opacity: 1
}

.cat_ttle {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #40372E;
}

.normt {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #40372E;
}

.norm_list {
    margin-bottom: 30px;
}

.norm_list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #40372E;
}

.norm_list li:last-child {
    margin-bottom: 0;
}

.norm_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/norm_list.svg);
    width: 22px;
    height: 22px;
}

.chars_list {
    margin-bottom: 44px;
}

.chars_list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

.chars_list div:last-child {
    margin-bottom: 0;
}

.chars_list div p:first-child {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #40372E;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.chars_list div p:last-child {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #dc214c;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.case_media_area_wrp {
    padding-right: 15px;
}

.over_forma_t {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #40372E;
    margin-bottom: 25px;
    border-left: 4px solid #F48140;
    padding-left: 30px;
}

.over_forma_t p {
    font-weight: bold;
    margin-bottom: 0;
}

.in_item {
    position: relative;
    margin-bottom: 22px;
}

.in_item input {
    background: none;
    border: none;
    padding-bottom: 19px;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    padding-right: 30px;
    color: #40372E;
    border-bottom: 1px solid #40372E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.in_item span {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #dc214c;
}

.in_item input:focus {
    border-bottom-color: #dc214c;
}

form .orange_but {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    height: 70px;
    margin-bottom: 27px;
    font-size: 14px;
}

.pressing {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #40372E;
}

.pressing span {
    display: inline-block
}

.pressing a {
    color: #dc214c;
    text-decoration: underline;
}

.pressing a:hover {
    text-decoration: none;
}

.pressing::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1.4px solid #dc214c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 2px 2px rgba(84, 71, 52, 0.06);
    box-shadow: 1px 2px 2px rgba(84, 71, 52, 0.06);
    border-radius: 2px;
}

.pressed::before {
    background-image: url(../img/pressed.svg);
    background-position: center;
    background-repeat: no-repeat;
}

form {
    max-width: 360px;
}

::-webkit-input-placeholder {
    color: #40372E;
}

::-moz-placeholder {
    color: #40372E;
}

:-moz-placeholder {
    color: #40372E;
}

:-ms-input-placeholder {
    color: #40372E;
}

.mttle1 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 33px;
    line-height: 42px;
    font-family: 'Forum', cursive;
    text-align: center;
    text-transform: uppercase;
    color: #40372E;
}

.mttle1 span {
    color: #dc214c;
}

.mttle2 {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #40372E;
}

#recall form {
    margin-left: auto;
    margin-right: auto;
}

a.greenb,
a.orange_but {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.greenb img {
    margin-left: 8px;
}

.onlyxs_menu {
    display: none
}

.mobile_nav_panel_wrp {
    display: none
}

.case_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    max-width: 360px;
    font-weight: 500;
    color: #dc214c;
    text-transform: uppercase;
    font-weight: bold;
}

.case_control li {
    cursor: pointer;
}

.relativess {
    position: relative;
    z-index: 100;
}

.siding_item > img + img {
    right: 90px;
}

.size_panel {
    padding: 0 20px;
}

.main-title {
    font-size: 30px;
    line-height: 1.5;
}

.siding_promo {
    position: relative;
    overflow: hidden;
    z-index: 100;
    background-image: url(../img/siding_section.png);
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: calc(50% + 220px) 730px;
    padding-bottom: 60px;
}

.siding_promo h2 {
    margin-bottom: 10px;
}

.siding_promo .descript {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #40372E;
}

.price_siding {
    margin-top: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #40372E;
    position: relative;
    display: inline-block;
}

.precent_text {
    padding-left: 75px;
    font-size: 18px;
    line-height: 24px;
    color: #40372E;
    margin-bottom: 40px;
    position: relative;
}

.precent_text span {
    font-weight: 500;
}

.precent_text::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/percent.svg);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
}

.av_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 395px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #40372E;
}

.preim_flex_wrp {
    margin: 40px 0;
}

.gal_flex_sid > div {
    margin-bottom: 26px;
}

.gar_wrp {}

.gar_wrp img {
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
}

.gar_wrp p {
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    /* Brown_dark 01 */
    color: #40372E;
}

.gar_wrp span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Brown_dark 01 */
    color: #40372E;
}

.gar_wrp a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    /* Green 01 */
    color: #dc214c;
}

.gar_wrp a:hover {
    text-decoration: none;
}

.footer_social img {
    height: 30px;
}

ul.footer_social {
    display: inline-flex;
    margin-top: 20px;
    width: 257px;
    align-items: center;
    justify-content: space-between;
}

ul.footer_social li {
    margin-left: 10px;
    position: relative;
    top: 0;
    transition: 0.3s;
}

ul.footer_social li:hover {
    top: -4px;
}

.pr_inner p span {
    font-weight: 500;
    color: #40372E
}

.mat_use_section h2 {
    font-size: 55px;
    margin-bottom: 60px;
}

.mat_use_section {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #FFFFFF
}

.ex_item {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

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

.ex_item > div {
    margin-bottom: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.ex_item > div::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.ex_item > div::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/ex_zoom.svg);
    transition: 0.3s;
    opacity: 0;
    background-color: rgba(178, 139, 102, 0.7);
    background-size: calc(100% - 20px);
}

.ex_item:hover > div::after {
    opacity: 1;
}

.ex_item > p {
    transition: 0.3s;
    margin-bottom: 0;
    min-height: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    text-align: center;
    /* Brown_dark 01 */
    color: #40372E;
}

.ex_item:hover > p {
    color: #dc214c;
}

.owlex_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.owlex_wrp .owl-prev,
.owlex_wrp .owl-next {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.owlex_wrp .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
    order: 2;
}

.owlex_wrp .owl-dot.active .header-loader {
    width: 42px;
    height: 42px;
    border: 1px solid #dc214c;
    border-radius: 50%;
}

.s_container {
    padding-bottom: 80px;
}

.s_container h2 {
    margin-bottom: 30px;
}

.af_h2 {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    /* Brown_dark 01 */
    color: #40372E;
}

.ch_flex {
    max-width: 760px;
    padding-bottom: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ch_item {
    position: relative;
    top: 0;
    transition: 0.3s;
    margin-bottom: 15px;
}

.ch_item:hover {
    top: -4px;
}

.ch_item img {
    display: inline-block;
    margin-bottom: 16px;
}

.ch_item p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    /* Brown_dark 01 */
    color: #40372E;
}

.ch_item p span {
    font-weight: 500;
}

.descript span {
    font-weight: 600;
}

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

.sid_but_flex a {
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.sid_but_flex a img {
    transition: 0.3s
}

.sid_but_flex a:hover img {
    opacity: .5
}

section {
    /* float: left; */
    /* width: 100%; */
}

.calc_cont {
    padding-top: 50px;
}

.calc_cont h2 {
    margin-bottom: 5px;
}

.pay_wrp {
    position: relative;
    height: 140px;
    background: #FFFFFF;
    /* SD_small shadows */
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    border-radius: 6px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 25px;
}

.pay_wrp img {
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
}

.pay_wrp p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    /* or 111% */
    /* Brown_dark 01 */
    color: #40372E;
}

.calc_cont .col-md-3:last-child .pay_wrp::before {
    background-image: url(../img/pay_pseudo.png);
    width: 377px;
    height: 378px;
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    top: -20px;
}

.steps_section {
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 75px;
}

.steps_section h2 {
    margin-bottom: 50px;
}

.steps_section .flex {
    margin-bottom: -35px;
}

.steps_section .flex > div {
    margin-bottom: 35px;
}

.step_item {}

.step_item div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 16px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(178, 139, 102, 0.5)
}

.step_item:hover div {
    border-color: #dc214c;
    background-color: #dc214c;
}

.step_item:hover div img {
    filter: brightness(0) invert(1)
}

.step_item p span {
    font-weight: 600;
}

.step_item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    /* Brown_dark 01 */
    color: #40372E;
}

.qu_an {
    padding-top: 60px;
    padding-bottom: 60px;
}

.qu_an h2 {
    margin-bottom: 60px;
}

.q_item {
    position: relative;
    background: #FFFFFF;
    margin-bottom: 20px;
    padding: 25px 40px;
    transition: 0.3s;
    cursor: pointer;
    padding-right: 65px;
    /* SD_small shadows */
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
}

.q_item::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/qar1.svg);
    width: 40px;
    height: 40px;
    top: 17px;
    right: 20px;
}

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

.q_item.open {
    box-shadow: 7px 20px 30px rgba(151, 175, 99, 0.15);
}

.q_item.open::before {
    background-image: url(../img/qar2.svg)
}

.q_head {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #40372E;
}

.q_body {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #dc214c;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    /* Brown_dark 01 */
    color: #40372E;
    display: none;
}

.qu_section h2 {
    margin-bottom: 50px;
    font-size: 60px;
}

.qu_section {
    padding-bottom: 130px;
    padding-top: 40px;
}

.min_img {
    display: inline-block;
    max-width: 100%;
}

.wr_panel {
    padding-top: 30px;
    border-top: 2px solid #dc214c;
    display: inline-block;
    margin-bottom: 20px;
}

.wr_panel p {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    /* Brown_dark 01 */
    color: #40372E;
}

.wr_panel span {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    /* identical to box height, or 105% */
    /* Brown_dark 01 */
    color: #40372E;
}

.wr_panel b {
    margin-bottom: 35px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    /* Brown_dark 01 */
    color: #40372E;
}

.wr_panel a {
    display: inline-flex;
    transition: 0.3s;
    height: 65px;
    max-width: 280px;
    width: 100%;
    font-size: 14px;
}

.rev_section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.rev_section h2 {
    margin-bottom: 75px;
    font-size: 45px;
}

.rev_wrp {
    background: #FFFFFF;
    padding: 38px;
    padding-top: 34px;
    /* SD_small shadows */
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    border-radius: 6px;
}

.rev_wrp > p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    /* or 133% */
    /* Brown_dark 01 */
    color: #40372E;
}

.rev_head {
    padding-bottom: 35px;
}

.rev_head div {
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.rev_head div::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    opacity: .5;
    border: 1px solid #FFFFFF;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.rev_head p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(100% - 74px);
    padding-left: 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #40372E;
}

.vid_rev_item {
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
}

.vid_rev_item::before {
    content: '';
    display: block;
    padding-top: 80%;
}

.vid_rev_item::after {
    content: '';
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #FFFFFF;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-image: url(../img/play_rev.svg);
    background-position: calc(50% + 2px) calc(50% + 2px);
    transition: 0.3s;
    background-size: 100px;
}

.vid_rev_item:hover::after {
    background-size: 95px;
}

.vid_flex {
    margin-top: 45px;
    margin-bottom: -20px;
}

.vid_flex> div {
    margin-bottom: -20px;
}

.rev_section {
    position: relative;
}

.mat_use_section {
    position: relative;
}

.mat_use_section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../img/fasad_bg.png);
    height: 926px;
    background-repeat: no-repeat;
    bottom: -740px;
    background-position: calc(50% + 750px) 0;
}

.three h2 {
    font-size: 61px;
    margin-bottom: 45px;
}

.three .col-md-5 .make_pleasure {
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 110px;
}

.three .col-md-7 .make_pleasure {
    display: block;
    font-size: 20px;
    padding-top: 30px;
    max-width: 586px;
}

p.old_pr {
    display: block;
    text-decoration: line-through;
    font-size: 17px;
    margin-bottom: -3px;
}

.rev_wrp {
    padding: 30px
}

.rev_wrp img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.rev_wrp a {
    display: block
}

.rev_wrp a span {
    display: block;
    background-position: center;
    background-size: contain;
    height: 350px;
    background-repeat: no-repeat;
}

.amoforms_iframe {
    height: 290px !important;
    position: relative!important;
}

.pressing {
    cursor: default!important;
    margin-top: 10px !important;
    padding-left: 0 !important;
}

.pressing::before {
    display: none!important
}

.akce {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #508c6a;
}

.bordrd {
    border: 3px solid #97b257;
}

.siding_price i {
    font-style: normal;
    font-size: 68%;
    position: relative;
}

.siding_price i::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: red;
    top: calc(50% - 1px);
    transform: rotate(-9deg);
}

.new_section_after_intro {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../img/bgn1.png);
    z-index: 100;
    padding-top: 140px;
    padding-bottom: 80px;
    background-position: calc(50% - 840px) calc(100% + 30px);
}

.akct1 {
    display: inline-block;
    font-family: 'Forum', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 68px;
    line-height: 74px;
    background-color: #8FAC51;
    padding: 0 12px;
    margin-bottom: 15px;
    padding-top: 4px;
}

.akct2 {
    font-family: 'Forum', sans-serif;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #40372E;
}

.akct2 span {
    color: #dc214c;
}

.akct3 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
    /* or 136% */
    /* Brown_dark 01 */
    color: #40372E;
}

.preim_wrp_new {
    max-width: 490px;
}

.price_siding img {
    position: absolute;
    top: -40px;
    right: -70px;
}

.schema_wrp {
    position: absolute;
    width: 939px;
    height: 613px;
    top: 280px;
    left: calc(50% - 120px);
    z-index: 100;
}

.schema_wrp svg {
    position: relative;
    z-index: 10;
}

.colors_im {
    right: -7px;
    position: absolute;
    top: 34px;
    z-index: 100;
}

.hoome_img {
    position: absolute;
    right: 115px;
    top: -60px;
}

.gar_img {
    position: absolute;
    top: 210px;
    left: 40px;
}

.hot_img {
    position: absolute;
    right: 320px;
    top: -58px;
}

#video_open1 {
    cursor: pointer
}

#video_open1:hover {
    text-decoration: none!important
}

#gar_open {
    cursor: pointer
}

#gar_open:hover {
    text-decoration: none!important
}

.novinki_section {
    background-color: #fff;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 45px;
    position: relative;
}

.novinki_section h2 {
    padding-left: 120px;
    margin-bottom: 40px;
}

.novinki_section .kott2 {
    padding-left: 120px;
    margin-bottom: 20px;
}

.case_wrp_all {
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: center;
}

.case_preview {
    position: absolute;
    right: calc(50% - 1278px);
    top: 250px;
}

.case_nav {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 720px;
    width: 100px;
    right: 85px;
    top: 190px;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.case_nav img {
    cursor: pointer;
}

.case_imgs {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.case_imgs li {
    margin: 20px 0;
}

.case_imgs li img {
    max-width: 100%;
}

.case_descript {
    width: calc(100% - 165px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 100px;
    padding-right: 280px;
}

.caset1 {
    margin-bottom: 19px;
    font-size: 36px;
    line-height: 36px;
    /* or 100% */
    color: #000000;
    font-weight: 500;
}

.caset2 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    /* Brown_dark 01 */
    color: #40372E;
}

.price_case {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    /* identical to box height, or 115% */
    /* Brown_dark 01 */
    color: #40372E;
}
.price_case span {
    display: block;
    margin-bottom: 5px;
    font-size: 80%
}
.mb2 {
    margin-bottom: 16px!important;
}
.case_prev {
    max-width: 490px;
    display: flex;
}

.case_prev li {
    display: inline-block;
    background-position: center;
    margin-right: 20px;
    background-size: cover;
    flex: 1;
    position: relative;
    max-width: 130px;
}

.case_prev li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.case_prev li:last-child {
    margin-right: 0;
}

.case_prev li::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.case_item {
    display: none
}

.case_item:first-child {
    display: block
}

.five::before {
    display: none
}

.five {
    padding-top: 0;
    padding-top: 70px;
}

.delivery_container {
    margin-top: 80px;
    margin-bottom: 0;
}

.delivery_container h2 {
    margin-bottom: 30px;
    font-size: 50px;
}

.delivery_item {
    position: relative;
    margin-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 20px;
    border: 5px solid #FFFFFF;
    box-sizing: border-box;
    max-width: 980px;
    margin-left: 30px;
    width: calc(100% - 30px);
}

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

.delivery_item p {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    /* or 136% */
    /* Brown_dark 01 */
    color: #40372E;
    margin-bottom: 30px;
}

.delivery_item span {
    display: block;
    font-size: 18px;
    line-height: 23px;
    /* or 136% */
    /* Brown_dark 01 */
    color: #40372E;
}

.delivery_item i {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #40372E;
    margin-top: 11px;
    padding-bottom: 13px;
}

.delivery_item::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/delivery_ic.svg);
    width: 78px;
    height: 78px;
    left: -40px;
    top: -30px;
}

.delivery_item .orange_but {
    max-width: 260px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 65px;
}

.hw_proc {
    margin-top: 100px;
}

.pr_itemsd {
    position: relative;
}

.pr_itemsd::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/ar1.svg);
    width: 132px;
    height: 24px;
    top: 30px;
    right: 7px;
}

.pr_itemsd div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(178, 139, 102, 0.4);
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pr_itemsd p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    /* Brown_dark 01 */
    color: #40372E;
}

.pr_itemsd:hover div {
    background-color: #dc214c;
    border-color: #dc214c;
}

.pr_itemsd:hover div img {
    filter: brightness(0) invert(1)
}

.pr_itemsd p span {
    font-weight: 500;
}

.nops::after {
    display: none!important
}

.ar_l {
    max-width: calc(100% - 30px);
    margin: 14px 0;
    margin-left: 30px;
}

.know_w {}

.know_w h2 {
    margin-bottom: 30px;
    font-size: 55px;
}

.need_after {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    /* or 159% */
    color: #40372E;
    font-weight: 500;
}

.need_after span {
    font-weight: 500;
}

.why_img {
    float: right;
    background-position: center;
    background-size: 110%;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    margin-top: 135px;
}

.svg_why {
    margin-left: -190px;
}

.houses_wrp {
    text-align: right;
    padding-right: 100px;
    margin-bottom: -51px;
}

.houses_wrp img {}

.think_about {
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 36px;
    line-height: 35px;
    /* or 97% */
    color: #000000;
    padding-left: 49px;
}

.uch_wrpa {
    width: 1050px;
    padding-left: 50px;
}

.uch_wrpa .row {
    margin-left: -23px;
    margin-right: -23px;
    margin-bottom: -20px;
}

.uch_wrpa .row > div {
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: 20px;
}

.uch_wrp {
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    /* SD_small shadows */
    box-shadow: 0px 5px 10px rgba(217, 217, 223, 0.4);
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.uch_wrp img {
    height: 60px;
    margin-bottom: 12px;
    display: inline-block;
}

.uch_wrp p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    text-align: center;
    color: #000000;
}

.uch_wrp p b {}

.case_imgs ul {
}

.delivery_container .need_after {
    margin-bottom: 40px;
}

#hovers:hover {
    text-decoration: none
}

.akct2 i {
    font-weight: bold;
    color: #eb5757;
    font-style: normal
}

.dulezite, .zoznam {
    display: none!important
}
.mt20 {
    margin-top: 20px;
    font-size: 15px
}
.siding_price {
    display: none
}
.extra .siding_price, .bordrd .siding_price {
    display: block
}
.vertical_install .siding_price {
	display: none
}
.show_price .siding_price {
	display: block
}
.siding_item > img + .sale {
    right: 100px;
    top: -14px;
}
.siding_price {
    display: none!important
}

/*.bordrd .siding_price {*/
/*	display: block!important*/
/*}*/
.catalog_form {
    margin-left: auto;
    margin-right: auto;
}
.get_catalog {
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.akce_txt_main {
    font-size: 18px;
    color: #d43e3e;
    margin-bottom: 20px;
    margin-top: -15px;
}
.pr_item > b {
    position: absolute;
    top: 30px;
    left: 27px;
    font-size: 22px;
    color: #dc214c;
}
.qu_section .check_list li {
    margin-bottom: 30px;
}
.qu_section .check_list li:last-child {
    margin-bottom: 0;
}
.qu_section .check_list {
    margin-bottom: 0;
}
.collection_container .steps_button {
    margin-top: 0;
    width: calc(100% + 10px);
    margin-left: -10px;
}

.collection_container .steps_button > a {
    margin: 0 10px;
}
#newtb2 p.siding_price {
    display: block!important;
}
.panel_after {
    font-weight: bold;
font-size: 22px;
line-height: 40px;
/* or 182% */

text-align: center;
text-transform: uppercase;

/* Brown_dark 01 */

color: #40372E;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 100px;
}
.panel_after div {
    position: relative;
    z-index: 10
}
.panel_after::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #dc214c;
    border-radius: 5px;
    z-index: -1;
    transform: rotate(-1.2deg);
}
.panel_after img {
    position: absolute;
    left: -33px;
    top: -31px;
}
.news_pr .case_preview_wrp {
    position: relative;
    min-height: 630px;
    background-size: 830px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.news_pr .case_preview_wrp::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/calc.png);
    width: 398px;
    height: 308px;
    bottom: -90px;
    left: calc(50% - 650px);
}
.news_pr h2 {
    margin-bottom: 20px;
    font-size: 42px;
}

.news_pr p.make_pleasure {
    font-size: 19px;
    padding: 0;
    padding-top: 10px;
    margin-bottom: 50px;
}

.news_pr .case_descript_block {
    padding: 0;
}

.news_pr p.case_ttle {
    font-size: 20px;
}

.news_pr {
    padding-bottom: 90px;
}
.catalog_sight_bar ul li a img {
    width: 27px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.akce-s a {
   
    color: #fff!important;
    border-bottom: none!important;
}
.akce-s {
     background-color: #95C131!important;
}
.akce-s a span {
    transition: 0.3s;
        border-bottom: 1px dashed #fff;
}
.akce-s a:hover span {
    border-bottom-color: transparent;
}
.akce-s.active a {
    color: #fff!important
}
.akce-s.active a span {
    border-bottom-color: transparent
}
.attach_wrp {
    position: relative;
    height: 37px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 240px;
    cursor: pointer;
    background-color: #8fac51;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 40px;
    transition: 0.3s;
    color: #fff;
    font-size: 15px;
    margin-bottom: 55px;
}
.attach_wrp:hover {
    opacity: .7
}
.attach_wrp img {
    width: 15px;
    margin-right: 8px;
}
#pricen form {
    margin-left: auto;
    margin-right: auto;
}
.attach_wrp input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
}
.in_item span.selected_in {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    margin-top: 0;
    top: 48px;
}
.five  .panel_after {
	max-width: 720px;
}
.new_shop_section {
    padding-top: 100px;
    background-image: url(../img/clouds.png);
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
    background-position: calc(50% - 90px) 20%;
    background-size: 140%;
}

.new_shop_section h2 {
    margin-bottom: 37px;
}

img.shop_logo {
    max-width: 100%;
}
.new_shop_section .flex {
    align-items: flex-end
}
.new_shop_section .make_pleasure {
	margin-bottom: 0;
}
.shop_new_img {
    background-position: center;
    background-size: cover;
}
.shop_new_img::before {
padding-top: 70%;
content: '';
display: block;

}
.shop_slider {
    margin-top: 60px;
}
.new_shop_section .owl-prev {
    left: 15px;
}
.new_shop_section .owl-next {
    right: 15px;
}
.nums_item {
    
}
.nums_item p {
    margin-bottom: 0;
    margin-top: 13px;
    font-size: 18px;
    line-height: 25px;
/* or 125% */
    text-align: center;
    text-transform: uppercase;
    color: #40372E;
}
.container.newb_cont {
    margin-top: -59px;
    position: relative;
    z-index: 100;
    max-width: 1430px;
}
.open_panel {
    margin-top: 55px;
    text-align: center;
    background: #FFFFFF;
border-radius: 6px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.open_panel span {
    display: block;
    font-size: 24px;
    line-height: 1.3;
/* or 125% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.open_panel p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
/* or 42% */
    text-align: center;
    text-transform: uppercase;
    color: #8FAC51;
}
.row.flex.akce_flex {
    padding-bottom: 40px;
}

.akce_lbl {
    color: #fff;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #95C131!important;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-radius: 7px;
    margin-bottom: 50px;
    margin-top: -20px;
    position: relative;
    top: -14px;
}

.akce_lbl img {
    width: 27px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.collection_container .steps_button {
    margin-bottom: -80px;
}

.akce_lbl {
    background: none!important;
    color: black;
    pointer-events: none;
    font-size: 20px;
    padding: 0;
}

.akce_lbl img {
    margin: 0;
    margin-right: 15px;
}
.row.flex.akce_flex {
    position: relative;
    z-index: 1
}
.collection_container .steps_button {
    position: relative;
    z-index: 100
}
.akce_flex .siding_price {
    display: block!important;
}