html,
body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}

.footer-social {
    padding: 0;
    display: flex;
}

.footer-social li {
    list-style-type: none;
    font-size: 30px;
    margin-right: 20px;
}

.for-preloader {
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    height: 100vh;
    background: #fff;
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.thecube {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-top: 40vh;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #27b84e;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.ecard-dop-1 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 16px;
    display: block;
}

:root {
    --bs-success-rgb: 39, 184, 78 !important;
}

.desc-1 {
    padding: 1em;
}

.desc-1 .price span {
    color: #27b84e;
    font-size: 22px;
    font-weight: 600;
}

.card-table {
    width: 100%;
}

.card-table td:last-child {
    text-align: right;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/assets/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

.bg-banner {
    /*background-image: linear-gradient(90deg, #ffffff 42.4%, rgba(255, 255, 255, 0) 68.22%), url(/assets/img/bg-banner.webp);*/
    background-image: url(/assets/img/bg-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #000;
}

.bg-banner-mobile {
    background-image: url(/assets/img/bg-banner-modal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: 430px;
    display: none;
}

.bg-transparent {
    background-color: rgba(255, 255, 255, 0.65) !important;
    padding: 15px 15px 5px 15px;
    display: block;
    margin-left: 207px;
    margin-top: 54px;
}

.table-banner {
    width: 500px;
}

.table-banner td {
    padding: 2px !important;
}

.etStep {
    color: #C4C4C4 !important;
}

.etSeconds {
    display: none;
}

.etSeconds {
    display: none;
}

.sv-btn-1 {
    display: none !important;
}

@media (max-width: 767px) {
    .bg-banner {
        display: none;
    }
    .bg-banner-mobile {
        display: block;
    }
    .sv-btn {
        display: none !important;
    }
    .sv-btn-1 {
        display: block !important;
        width: 100% !important;
    }
}

/* табы на главной*/

#tabs {
    margin: 10px 0;
}

.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}

.tabs-nav a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #26b14b;
    border-bottom: 1px solid #26b14b;
    border-left: 1px solid #26b14b;
    background: #fbfbfb;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #999;
}

.tabs-nav li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs-nav li:last-child a {
    display: block;
    border-right: 1px solid #26b14b;
    border-radius: 0 5px 0 0;
}

.tabs-nav a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

.tabs-items {
    border: 1px solid #26b14b;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}

.tabs-item {
    padding: 15px;
}

#tabs-1 {
    margin: 10px 0;
}

.tabs-nav-1 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs-nav-1 li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}

.tabs-nav-1 a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #26b14b;
    border-bottom: 1px solid #26b14b;
    border-left: 1px solid #26b14b;
    background: #fbfbfb;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #999;
}

.tabs-nav-1 li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs-nav-1 li:last-child a {
    display: block;
    border-right: 1px solid #26b14b;
    border-radius: 0 5px 0 0;
}

.tabs-nav-1 a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

.tabs-items-1 {
    border: 1px solid #26b14b;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}

.tabs-item-1 {
    padding: 15px;
}

#tabs-3 {
    margin: 10px 0;
}

.tabs-nav-3 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs-nav-3 li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}

.tabs-nav-3 a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #26b14b;
    border-bottom: 1px solid #26b14b;
    border-left: 1px solid #26b14b;
    background: #fbfbfb;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #999;
}

.tabs-nav-3 li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs-nav-3 li:last-child a {
    display: block;
    border-right: 1px solid #26b14b;
    border-radius: 0 5px 0 0;
}

.tabs-nav-3 a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

.tabs-items-3 {
    border: 1px solid #26b14b;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}

.tabs-item-3 {
    padding: 15px;
}

#tabs-4 {
    margin: 10px 0;
}

.tabs-nav-4 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs-nav-4 li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}

.tabs-nav-4 a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #26b14b;
    border-bottom: 1px solid #26b14b;
    border-left: 1px solid #26b14b;
    background: #fbfbfb;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #999;
}

.tabs-nav-4 li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs-nav-4 li:last-child a {
    display: block;
    border-right: 1px solid #26b14b;
    border-radius: 0 5px 0 0;
}

.tabs-nav-4 a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

.tabs-items-4 {
    border: 1px solid #26b14b;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}

.tabs-item-4 {
    padding: 15px;
}

#tabs-5 {
    margin: 10px 0;
}

.tabs-nav-5 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs-nav-5 li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}

.tabs-nav-5 a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #26b14b;
    border-bottom: 1px solid #26b14b;
    border-left: 1px solid #26b14b;
    background: #fbfbfb;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #999;
}

.tabs-nav-5 li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs-nav-5 li:last-child a {
    display: block;
    border-right: 1px solid #26b14b;
    border-radius: 0 5px 0 0;
}

.tabs-nav-5 a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

.tabs-items-5 {
    border: 1px solid #26b14b;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}

.tabs-item-5 {
    padding: 15px;
}

table.iksweb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
}

table.iksweb,
table.iksweb td,
table.iksweb th {
    border: 1px solid #595959;
}

table.iksweb td,
table.iksweb th {
    padding: 5px;
    width: 30px;
    height: 35px;
}

table.iksweb th {
    background: #26b14b;
    color: #fff;
    font-weight: normal;
}

.col-xs-12.col-md-12 {
    overflow-y: scroll;
}

.my-table {
    width: 100%;
    background-color: #f5f5f5;
}

.my-table td {
    padding: 8px;
}

.my-table tr td:nth-child(1) {
    color: #000;
    font-weight: bold;
}

.my-table tr:nth-child(even) {
    background-color: #8ae6a2;
}

.my-table thead {
    background-color: #26b14b !important;
    color: #fff;
    font-weight: bold;
}

.my-table th {
    font-weight: bold;
}

.primary-menu ul {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.primary-menu li:hover ul {
    opacity: 1;
}

.primary-menu ul li:hover a {
    background-color: #26b14b !important;
}

.product_block .price_block .price span {
    font-weight: 900;
    font-size: 22px;
}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */

@media (max-width: 575.98px) {
    /* мобильная млоденная версия таблицы */
    .product_table {
        border: 0;
    }
    .product_table thead {
        display: none;
    }
    .product_table tr {
        margin-bottom: 2rem;
        display: block;
    }
    .product_table td {
        display: block;
        text-align: right;
        border-right: 1px solid transparent;
    }
    .product_table td:last-child {
        border-bottom: 0;
    }
    .product_table td:first-child {
        text-align: left;
    }
    .product_table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

.otdelka {
    margin-top: 50px;
    padding: 20px 0;
    background: url('/assets/img/otdelka-bg.jpg') no-repeat !important;
    background-size: auto;
    background-size: 100% 100%;
}

@media (min-width: 340px) {
    .d-none {
        display: none;
    }
}

@media (min-width: 740px) {
    .d-none {
        display: block;
    }
}

@media(max-width:1023px) {
    .c-img2 {
        display: none
    }
}

@media (min-width: 360px) and (max-width: 1023px) {
    .cnts {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #nav {
        display: flex !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hc>.col-md-2:first-child {
        display: none;
    }
    .hc>.col-md-2:nth-child(3) {
        width: 30.666667%;
    }
}

/* Стили меню */

#nav {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
    padding: 0;
}

#nav li {
    float: left;
    position: relative;
    list-style: none;
}

#nav a {
    font-weight: bold;
    text-decoration: none;
    display: block;
}

/* sВыбранный пункт меню */

#nav .current a,
#nav li:hover>a {}

/* Подуровень */

#nav ul li:hover a,
#nav li:hover li a {
    background: none;
    border: none;
}

#nav ul li:hover {
    background-color: #35d45f;
}

/* выпадающий список */

.submenu {
    padding: 0 16px 0 16px;
    background-color: #27B84E;
    list-style-type: none;
    visibility: hidden;
    position: absolute;
    top: 55%;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
}

.submenu li {
    padding: 0 16px 0 16px;
    margin-bottom: 16px;
}

.top-menu li:hover .submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

#nav ul li {
    float: none;
    margin: 0;
}

#nav ul a {
    font-weight: normal;
}

#nav ul ul {
    left: 160px;
    top: 0px;
}

.sm {
    width: 130px !important;
    height: 130px !important;
    display: block;
    margin: 0 auto;
}

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

.ecard-dop {
    font-size: 2rem;
    text-transform: uppercase
}

.h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1
}

.image-box span {
    width: calc(100% - 2rem);
    height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    bottom: -20px;
    left: 1rem;
    z-index: 9910;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: rgba(39, 184, 78, 0.6);
    padding: 1rem
}

.image-box:hover span {
    bottom: 0;
    height: 60px;
    color: #fff
}

input,
textarea {
    outline: 0
}

@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("MontserratRegular"), url("/assets/fonts/Montserrat-Regular.woff")
}

body {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px
}

.grecaptcha-badge {
    display: none
}

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

a:hover,
a:focus {
    text-decoration: none;
    color: #848282
}

p {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 15px;
    color: #1b1b1b
}

p b,
p strong,
ul b,
ul strong {
    color: #27b84e
}

ul {
    list-style-type: square
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 32px;
    font-weight: 800
}

img {
    width: 100%
}

.block {
    margin-top: 40px;
    margin-bottom: 30px
}

.box-title {
    position: relative;
    font-size: 28px;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 28px;
    color: #212020
}

.ol-decor {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 15px;
    color: #636363;
    padding-left: 15px
}

.ol-decor>li {
    margin-bottom: 5px
}

.box-title:after {
    content: '';
    display: block;
    width: 30px;
    margin: 10px auto;
    top: -1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #27b84e
}

.box-title.nonrow:after {
    display: none
}

.box-title.white {
    color: #fff
}

.box-title.left {
    text-align: left
}

.box-title.left:after {
    left: 0;
    margin: 10px 0
}

.box-title.hideborder:after {
    display: none
}

.green_btn {
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 11px 18px;
    line-height: 1;
    background-color: #27b84e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all .35s ease 0;
    -moz-transition: all .35s ease 0;
    transition: all .35s ease 0;
    text-decoration: none;
    width: 100%
}

.header {
    background-color: #26b14b;
    height: 75px
}

.hc .hc-menu,
.hc .hc-logo {
    display: inline-block
}

.hc .hc-logo {
    background-color: #27b84e;
    padding: 14px 30px 14px;
    position: absolute;
    z-index: 3
}

.hc .hc-logo a {
    display: inline-block
}

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

.hc .hc-menu ul li {
    display: inline;
    padding: 0
}

.hc .hc-menu ul li a {
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    font-size: 11px;
    height: 45px;
    line-height: 70px;
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    color: #fff
}

.hc .hc-menu ul li:hover,
.hc .hc-menu ul li.current {
    background-color: #27b84e
}

.hc .hc-menu ul li:hover,
.hc .hc-menu ul li.current a {
    color: #fff
}

.hc .hc-contacts {
    min-height: 40px;
    margin-top: 9px;
    text-align: right;
    position: absolute
}

.hc .hc-contacts p {
    display: inline-block;
    margin: 0
}

.hc .hc-contacts p a {
    color: #fff;
    font-size: 12px;
    vertical-align: middle
}

.hc .hc-contacts .phone {
    font-size: 17px
}

.carousel-animate .carousel-indicators>li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #3a2453;
    opacity: .7
}

.carousel-animate .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1
}

.carousel-animate .hero {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75)
}

.carousel-animate .hero p {
    color: #fff
}

.btn.btn-lg {
    padding: 10px 40px
}

.btn.btn-hero {
    color: #fff;
    background-color: #27b84e;
    outline: 0;
    margin: 20px auto 0;
    -webkit-transition: all .35s ease 0;
    -moz-transition: all .35s ease 0;
    transition: all .35s ease 0
}

.btn.btn-hero:hover {
    background-color: #26b14b
}

@media(max-width:420px) {
    .hc .hc-menu,
    .hc .hc-logo {
        display: none
    }
}

@media screen and (max-width:640px) {
    .hero h1 {
        font-size: 2em
    }
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-bg .carousel-inner .item {
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    min-height: 590px;
    height: 80vh
}

.carousel-control span {
    line-height: 480px;
    font-size: 30px
}

.la_block .first img {
    box-shadow: 7px 7px #27b84e;
    margin-right: -7px
}

.la_block .first .image {
    margin-left: 0;
    margin-right: 10px
}

.la_block .second {
    margin-top: 25px
}

.s_card .desc {
    padding-left: 12px;
    padding-bottom: 12px
}

.s_card .desc h3 {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.s_card .desc a {
    width: auto
}

.lc_block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(/assets/img/counters_back.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 170px
}

.lc_block .counter {
    margin-bottom: 40px
}

.lc_block .icon {
    color: #fff;
    font-size: 27px;
    text-align: center;
    margin-bottom: 0
}

.lc_block .count {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px
}

.lc_block .desc {
    margin-top: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.calculate-result {
    background: #27b84e
}

.calculate-result table td.td-price-summury {
    color: #d5f795;
    text-shadow: 0 3px #000000a8
}

.calculate-result table td.td-price-installment {
    color: #ef8080;
    text-shadow: 0 2px #000000a8
}

.calculate-result table td.inp-td {
    text-align: right;
    padding-right: 40px
}

.temp-warm,
.temp-slidors,
.temp-cold {
    font-size: 17px
}

.lmi_block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center
}

.lmi_block p {
    margin-top: 30px
}

.lmi_block img {
    box-shadow: 7px 7px #27b84e;
    margin-right: -7px
}

.s_card2 {
    margin-bottom: 30px
}

.s_card2 .desc {
    position: relative;
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.s_card2:hover .desc {
    box-shadow: 0 0 19px 0 #00000021
}

.s_card2 .desc h4,
.s_card2 .desc h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.s_card2 .desc a {
    width: auto
}

.s_card2 .desc p {
    margin-bottom: 0
}

.s_card2 .desc .price span {
    color: #27b84e;
    font-size: 22px;
    font-weight: 600
}

.s_card2 .image {
    height: 240px;
    overflow: hidden
}

.s_card2 .image img {
    min-width: 100%;
    height: 100%
}

.lop_block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eee
}

.lop_block .p_item {
    border: 4px solid #fff
}

.s_card3 .inner-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    border: 1px solid #eef2ed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.s_card3 .inner-box:hover {
    box-shadow: 0 0 16px #0000003d
}

.s_card3 .inner-box .desc {
    position: relative;
    text-align: center
}

.s_card3 .desc h3 {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.s_card3 .desc p {
    margin-bottom: 0
}

.s_card3 .desc .price span {
    color: #27b84e;
    font-size: 22px;
    font-weight: 600
}

.loa_block .services-block-two {
    margin: 0 15px;
    margin-bottom: 30px
}

.loa_block .services-block-two .inner-box {
    position: relative;
    text-align: center;
    padding-right: 30px
}

.loa_block .services-block-two .inner-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -90px;
    width: 60px;
    height: 70px;
    font-size: 42px;
    color: #26b14b;
    line-height: 68px;
    text-align: center;
    z-index: 1;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #fff;
    border: 1px solid #eef2ed
}

.loa_block .services-block-two .inner-box:hover .icon-box {
    margin-bottom: 0;
    bottom: 20px;
    color: #fff;
    border-color: #26b14b;
    background-color: #26b14b
}

.loa_block .services-block-two .inner-box .content-box {
    position: relative;
    padding: 55px 15px 30px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10)
}

.loa_block .services-block-two .inner-box .content-box .text {
    position: relative;
    top: 0;
    color: #7c7b7b;
    font-size: 14px;
    line-height: 1.6em;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.loa_block .services-block-two .inner-box .content-box h3 a {
    position: relative;
    color: #262626;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.loa_block .services-block-two .inner-box .read-more {
    position: relative;
    top: 0;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    margin-top: 15px;
    opacity: 0;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.lcf_block .form-column {
    position: relative;
    margin-bottom: 40px
}

.lcf_block .form-column .inner-column {
    position: relative;
    padding: 40px 30px 10px;
    border: 1px solid #eef2ed;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.lcf_block .estimate-section .form-column .inner-column:hover {
    border-color: #26b14b
}

.lcf_block .estimate-form {
    position: relative
}

.lcf_block .estimate-form .form-group {
    margin-bottom: 30px
}

.estimate-form .form-group input[type="text"],
.estimate-form .form-group input[type="tel"],
.estimate-form .form-group input[type="email"],
.estimate-form .form-group input[type="password"],
.estimate-form .form-group select,
.estimate-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    padding: 10px 18px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #eef2ed;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.estimate-form .form-group input:focus,
.estimate-form .form-group select:focus,
.estimate-form .form-group textarea:focus {
    border-color: #26b14b
}

.lcf_block .info-block {
    position: relative;
    margin-bottom: 35px
}

.lcf_block .info-block .inner-box {
    position: relative
}

.lcf_block .info-block .inner-box .icon-box {
    position: relative;
    color: #26b14b;
    line-height: 1em;
    font-size: 40px;
    margin-bottom: 20px
}

.lcf_block .info-block .inner-box .icon-box i {
    text-align: center;
    display: inherit
}

.lcf_block .info-block .inner-box h3 {
    position: relative;
    color: #1e1e29;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px
}

.lcf_block .info-block .inner-box ul {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.lcf_block .info-block .inner-box .find-map {
    position: relative;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.lcf_block .info-block .inner-box .find-map .arrow {
    position: relative;
    margin-right: 6px
}

.btn-style-two {
    position: relative;
    padding: 10px 15px 10px;
    line-height: 25px;
    background: #26b14b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border: 2px solid #26b14b;
    font-family: 'Alegreya Sans', sans-serif;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-two:focus {
    color: #fff
}

.btn-style-two:hover {
    background: 0;
    color: #26b14b
}

.btn-style-two .arrow {
    position: relative;
    margin-right: 10px
}

.buy_btn {
    text-align: center;
    padding: 17px
}

.review_btn {
    text-align: center;
    padding: 9px
}

.lcf_block .info-column .inner-column {
    position: relative;
    padding: 40px 30px 10px;
    border: 1px solid #eef2ed;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.footer_b1 {
    background-color: #1f1f1f;
    padding: 40px 0
}

.footer_b1 .f_r .first img {
    width: auto
}

.footer_b1 .f_r .first .desc {
    color: #585858;
    margin: 20px 0;
    font-weight: 600
}

.footer_b1 .f_r .second h4 {
    color: #fff;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase
}

.footer_b1 .f_r .second ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer_b1 .f_r .second ul li {
    margin-top: 5px;
    color: #585858
}

.footer_b1.f_r .second li a,
.footer .second li {
    color: #585858
}

.footer_b2 {
    background-color: #191919;
    padding: 10px 0
}

.footer_b2 .s_r .seovolga {
    color: #585858;
    text-align: center
}

.block_content {
    margin-top: 30px;
    margin-bottom: 70px
}

.block_content p {
    color: #585858
}

.h1_title {
    position: relative;
    padding: 115px 0 230px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center bottom
}

.h1_title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.30)
}

.h1_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 171px;
    display: block;
    background: url(/assets/img/pattern-4.png) repeat-x
}

.h1_title h1 {
    position: relative;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px
}

.gallery-section-three {
    position: relative;
    padding: 60px 0 70px
}

.gallery-block-three {
    position: relative;
    margin-bottom: 30px
}

.gallery-block-three .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden
}

.gallery-block-three .image-box {
    position: relative;
    display: block;
    margin-bottom: 0
}

.gallery-block-three .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-block-three .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.gallery-block-three .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(0, 0, 0, 0.30);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.gallery-block-three .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.gallery-block-three .inner-box:hover .overlay-box {
    opacity: 1
}

.gallery-block-three .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.gallery-block-three .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.gallery-block-three .inner-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0 5px;
    display: inline-block;
    background-color: #26b14b;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.gallery-block-three .inner-box .overlay-inner .link-text {
    position: relative;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.link-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.gallery-block-three .inner-box .overlay-inner .link .icon {
    position: relative
}

.gallery-block-three .overlay-inner .link:hover {
    color: #666;
    background-color: rgba(255, 255, 255, 1)
}

.product_page .price {
    font-size: 25px
}

.product_page .price span {
    color: #26b14b;
    font-weight: 600
}

.fotorama__thumb-border {
    border-color: #26b14b !important
}

.close_modal {
    font-size: 24px;
    position: absolute;
    display: inline-block;
    right: 8px;
    cursor: pointer;
    z-index: 3
}

.close_modal :hover {
    color: #a6a6a6
}

.form_main {
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #fff !important;
    border-radius: 10px !important
}

.form_main h3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #26b14b !important
}

.form_main .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.form_main .form_elem {
    margin-bottom: 10px !important
}

.form_main .form_elem input,
.form_main textarea {
    border: 0;
    width: 100%;
    padding: 12px;
    line-height: normal;
    color: #333;
    background: #fff;
    border: 1px solid #e2e6e7;
    -webkit-transition: all .35s ease 0;
    -moz-transition: all .35s ease 0;
    transition: all .35s ease 0;
    margin-bottom: 0 !important;
    max-width: 300px;
    min-width: 100%
}

.form_main textarea {
    height: 130px
}

input[type="submit"],
.green_button {
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 15px 20px;
    line-height: 1;
    background-color: #27b84e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all .35s ease 0;
    -moz-transition: all .35s ease 0;
    transition: all .35s ease 0;
    text-decoration: none
}

input[type="submit"]:hover,
.green_button:hover {
    background-color: #26b14b;
    color: #fff;
    -webkit-transition: all .35s ease 0;
    -moz-transition: all .35s ease 0;
    transition: all .35s ease 0;
    text-decoration: none
}

.product_table thead,
.product_table2 thead {
    background-color: #26b14b;
    border-radius: 3px
}

.product_table thead th,
.product_table2 thead th {
    color: #fff;
    font-weight: 400;
    border: none !important
}

.product_table tbody tr td:nth-child(3),
.product_table tbody tr td.price {
    font-weight: 600
}

.product_table tbody tr td .buy_link {
    float: right;
    color: #26b14b;
    font-weight: 400;
    text-decoration: underline
}

.product_table2 tbody tr td .buy_link {
    float: left;
    color: #26b14b;
    font-weight: 400;
    text-decoration: underline
}

.product_table2 tbody tr:nth-child(2) td {
    font-weight: 600
}

.product_tables hr {
    margin-top: 50px
}

.product_advantages {
    margin-top: 40px;
    margin-bottom: 0
}

.product_advantages .name {
    font-weight: 600;
    margin-bottom: 10px
}

.product_advantages .text {
    font-size: 13px
}

.product_advantages .advantage:hover .name {
    color: #26b14b;
    font-weight: 600;
    text-decoration: underline
}

.product_advantages .advantage {
    padding-left: 20px
}

.product_advantages .advantage {
    border-left: 1px solid #f2eded
}

.menu_container {
    text-align: center
}

.mobile_menu {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    padding: 12px 25px;
    color: #fff;
    background: #26b14b;
    border-radius: 2px;
    border: 0;
    width: auto;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}

.mobile_menu:hover {
    background: #26b14b;
    cursor: pointer
}

.mobile_menu_overlay,
.mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mobile_menu_container,
.mobile_menu_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5)
}

.mobile_menu_container {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #26b14b
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px
}

.mobile_menu_container ul {
    margin: 0;
    padding: 0
}

.mobile_menu_container ul li {
    list-style: none
}

.mobile_menu_container ul li a {
    display: block;
    padding: 15px 20px;
    background: #26b14b;
    color: #fff;
    font-weight: bold;
    text-decoration: none
}

.mobile_menu_container ul li a.parent {
    padding-right: 50px;
    background-size: 20px
}

.mobile_menu_container ul li a.parent:hover {
    background-size: 20px
}

.mobile_menu_container ul li a.back {
    padding-left: 50px;
    background-size: 20px;
    min-height: 50px
}

.mobile_menu_container ul li a.back:hover {
    background-size: 20px
}

.mobile_menu_container ul li a:hover {
    background: #27b84e
}

.mobile_menu_container ul li ul {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26b14b;
    z-index: 2
}

.mobile_menu_container ul li ul.loaded {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toggle_mobile_menu {
    display: none;
    float: right;
    z-index: 100
}

.toggle_mobile_menu i {
    line-height: 96px;
    color: #fff;
    font-size: 30px
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777;
    color: #eee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.scroll-top-wrapper:hover {
    background-color: #888
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0
}

.scroll-top-wrapper i.fa {
    line-height: inherit
}

.img-top {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 27% 50%
}

.img-top-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 12, 14, 0.65)
}

.img-index {
    background-image: url(/assets/img/inNTIVl.jpg)
}

.img-top>img {
    width: 100%
}

.img-top>div.container {
    display: flex;
    align-items: center;
    height: 100%
}

.img-top-info {
    font-family: 'Gotham Pro' !important
}

.img-top-info>p {
    font-family: 'Gotham Pro' !important
}

.img-top-info>h1 {
    font-weight: bold;
    font-size: 32px
}

.img-top-info>p {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase
}

.img-top-content {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 90px
}

.img-top-info {
    border-bottom: 4px solid #26b14b;
    color: white
}

.img-top-links {
    margin-top: 35px;
    display: flex;
    flex-direction: column
}

.img-top-links>a {
    font-size: 18px;
    color: white;
    text-decoration: none
}

.img-top-links>a:hover {
    color: #27b84e
}

.img-top-links>a>i {
    margin-right: 10px
}

.img-top-sell {
    margin-top: 20px
}

.sell-name,
.sell-timer>p {
    color: white;
    text-align: center
}

.sell-name>p {
    font-size: 22px;
    font-weight: bold;
    color: #fff
}

.sell-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 40px
}

.sell-form>.buy_btn {
    min-width: 340px;
    width: auto;
    border-radius: 3px;
    padding: 12px
}

.phoneSell {
    padding: 10px;
    border-radius: 3px;
    border: 0;
    outline: 0;
    width: 50%;
    display: block;
    margin: 0 auto
}

.img-top-sell {
    border: 4px solid #26b14b;
    border-radius: 20px
}

.img-top-sell .sell-timer {
    margin-bottom: 20px
}

.sellButton {
    padding: 10px 25px;
    border: 0;
    background: #26b14b;
    color: white;
    font-size: 21px;
    outline: 0;
    transition: .3s ease-out;
    margin: 0 auto;
    position: relative;
    display: block !important;
    margin-top: 20px
}

.sellButton:hover {
    background: #27b84e
}

.pulse {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
    background: #27b84e;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
    z-index: 12
}

.pulse:hover {
    cursor: pointer
}

.pulse:before,
.pulse:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 3px solid #f7941d;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden
}

.pulse:after {
    animation-delay: .5s
}

@keyframes animate {
    0 {
        transform: scale(0.5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.strikethrough {
    position: relative;
    font-size: 17px;
    font-weight: bold
}

.strikethrough:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    top: 1px;
    width: 100%;
    height: 50%;
    transform: rotate(-7deg)
}

.afterPrice {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px
}

.product_block {
    background-color: #fff;
    display: flex;
    margin-left: 15px;
    margin-right: 15px
}

.product_block p {
    color: #333
}

.product_block .image_gallery {
    padding-left: 0
}

.product_block .desc {
    padding: 25px
}

.product_block .price_block {
    display: inline-block
}

.product_block .price_block .price {
    color: #333;
    display: inline-block;
    margin: 0
}

.product_block .price_block .price span {
    font-weight: 800;
    font-size: 22px
}

.product_block .price_block .moreinfo {
    color: #a1a1a1;
    font-size: 11px
}

.product_block .desc .price_and_btn {
    display: inline-block;
    width: 100%;
    margin-top: 15px
}

.product_block .desc .buy_btn {
    max-width: 200px;
    float: right;
    border-radius: 2px;
    padding: 10px
}

.btn-style-two:hover {
    background: #219641;
    border-color: #219641;
    color: #e6e6e6
}

.prod_first_new {
    padding: 80px 0 40px 0;
    background-color: #f9f9f9
}

.prod_first_new .lf_block {
    margin-top: 0 !important;
    margin-bottom: 20px
}

.mcf_block {
    margin-top: 20px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(/assets/img/form_back.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.mcf_block .manager_img {
    content: '';
    background: url(/assets/img/logo-minn.png) no-repeat;
    position: absolute;
    width: 300px;
    z-index: 0;
    bottom: 0;
    display: block;
    height: 100%;
    margin-left: 30px
}

.mcf_block .head_text {
    margin-top: -7px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 27px
}

.mcf_block .desc {
    color: #fff;
    margin-top: 20px;
    display: block;
    font-size: 13px;
    max-width: 600px
}

.mcf_block .form_row {
    margin-top: 25px
}

.mcf_block .submit_row {
    margin-top: 15px
}

.mcf_block .submit_row .form_desc {
    color: #fff;
    display: block;
    font-size: 11px
}

.mcf_block input[type="text"] {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 0;
    margin-bottom: 10px
}

.mcf_block input[type="tel"] {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 0;
    margin-bottom: 10px
}

.mcf_block input[type="submit"] {
    background-color: #26b14b;
    width: 100%
}

.mcf_block input[type="submit"]:hover {
    background-color: #33a34d
}

@media(max-width:991px) {
    .product_block {
        display: block
    }
    .product_block .image_gallery {
        padding: 0
    }
    .product_block .desc {
        padding: 25px 0
    }
    .product_block .desc .buy_btn {
        max-width: 100%
    }
    .product_advantages .advantage {
        margin-bottom: 20px
    }
    .table-responsive {
        border: 0
    }
    .mcf_block .manager_img {
        background: 0
    }
}

@media(max-width:767px) {
    .mcf_block .manager_img {
        margin-left: 0
    }
    .hc .hc-contacts {
        display: flex;
        flex-direction: column
    }
    .hc .hc-logo {
        position: relative;
        display: none
    }
    .toggle_mobile_menu {
        display: inline-block
    }
    #carousel-example-generic {
        display: none
    }
    .balc_type_img {
        padding: 20px 0
    }
    .box-title {
        font-size: 20px
    }
    .prod_first_new {
        padding: 50px 0 40px 0
    }
}

img.lazy {
    background-color: #eaeaeade;
    min-height: 300px;
    object-fit: cover;
    height: 100%;
}

.img-top2 {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: right
}

.img-index2 {
    background-image: url('/assets/img/remont_img3.jpg');
    z-index: 0
}

.img-index5 {
    background-image: url('/assets/img/image4.jpg');
    z-index: 0
}

.img-top-layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #fff 49.24%, rgba(255, 255, 255, 0) 57%)
}

.img-top-info2>h1 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.045em;
    color: #1a1a1a
}

.img-top-links2>a {
    color: #1a1a1a !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px
}

.img-top-links2 {
    margin-top: 20px
}

.afterPrice2 {
    display: inline-block;
    width: 50px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px
}

.strike2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 204.5%;
    position: relative
}

.strike2:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    top: 1px;
    width: 100%;
    height: 50%;
    transform: rotate(-7deg)
}

.c-img2 {
    position: absolute;
    right: -59px;
    top: 12px
}

.slider-3-btn {
    width: 165px;
    height: 40px;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 15px
}

.img-top-sell2 {
    border: 2px solid white;
    border-radius: 2px;
    width: 360px;
    height: 166px;
    background: white;
    color: black;
    padding: 15px;
    margin-top: 20px
}

.count {
    position: relative;
    top: -15px
}

.img-top-info2>.span-h1 {
    font-size: 24px;
    line-height: 120%;
    font-weight: bold;
    display: block;
    margin-top: 10px
}

.sell-name2 {
    color: black;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0
}

.sell-timer2 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #1a1a1a
}

.sell-timer2>.countdownHolder {
    display: flex;
    justify-content: space-between
}

.sell-timer2>.countdownHolder .digit.static {
    background: #26b14b
}

.c-flex {
    display: flex;
    justify-content: flex-end
}

.img-top-content-2 {
    padding-top: 100px !important
}

.block-details {
    margin-top: 50px;
    padding: 20px 0;
    background: url('/assets/img/block-details-bg.jpg') no-repeat;
    background-size: 100% 100%
}

.block-details .row {
    display: flex;
    align-items: center
}

.block-details h1 span {
    display: block;
    font-weight: 100
}

.block-details p {
    max-width: 450px;
    margin: 30px 0
}

.block-details ul {
    padding: 0
}

.block-details ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    list-style: none;
    border-left: 3px solid #26b14b
}

.block-details ul li span {
    font-weight: bold;
    color: #26b14b
}

.block-details a {
    width: 250px;
    margin: 25px 0;
    padding: 10px
}

.block-details .advantages .count {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #26b14b
}

.block-details .balcony-img {
    position: relative;
    width: 400px;
    margin: auto
}

.block-details .dot {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 3px solid #26b14b;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center
}

.dot-inner {
    height: 6px;
    width: 6px;
    margin: auto;
    background-color: #26b14b;
    border-radius: 100%
}

@-webkit-keyframes pulse {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(38, 177, 75, 1)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(38, 177, 75, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(38, 177, 75, 0.0)
    }
}

@keyframes pulse {
    0 {
        -moz-box-shadow: 0 0 0 0 rgba(38, 177, 75, 1);
        box-shadow: 0 0 0 0 rgba(38, 177, 75, 0.9)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(38, 177, 75, 0.1);
        box-shadow: 0 0 0 10px rgba(38, 177, 75, 0.1)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(38, 177, 75, 0.0);
        box-shadow: 0 0 0 0 rgba(38, 177, 75, 0.0)
    }
}

.block-details .dot:hover {
    transition: .25s;
    background-color: #26b14b
}

.block-details .dot01 {
    bottom: 80px;
    left: 50px
}

.block-details .dot02 {
    bottom: 40px;
    left: 150px
}

.block-details .dot03 {
    bottom: 150px;
    left: 200px
}

.block-details .dot04 {
    bottom: 200px;
    left: 300px
}

.block-details .dot05 {
    bottom: 100px;
    left: 320px
}

.block-details .dot06 {
    bottom: 25px;
    left: 355px
}

.balcony-desc {
    width: 200px;
    margin: 0 auto;
    padding: 10px 0
}

.balcony-desc span {
    font-weight: bold;
    color: #26b14b
}

.balcony-desc p {
    margin: 0
}

.check-modal {
    position: relative
}

.check-modal2 {
    position: relative
}

.check-modal2:before {
    content: "";
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.check-modal2:after {
    content: "\2714";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    color: #26b14b !important;
    font-size: 13px;
    top: -3px;
    font-weight: bold;
    left: 1px
}

.check-modal:before {
    content: "";
    background: #26b14b !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.check-modal:after {
    content: "\2714";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    color: white;
    font-size: 13px;
    top: -3px;
    font-weight: bold;
    left: 1px
}

.our-partners-wrap {
    padding-bottom: 80px;
    padding-top: 60px
}

.our-partners-img>img {
    min-height: auto
}

.hour-work {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 0 !important
}

@media(max-width:768px) {
    .hide-mobile {
        display: none !important
    }
    .block-details {
        background-size: 350% 100%;
        background-position: 50% 100%
    }
    .no-mob_table {
        display: none
    }
}

@media(max-width:450px) {
    .img-top-sell2 {
        display: none
    }
    .mcf_block {
        background: url(/assets/img/form_back22.jpg)
    }
    .img-index5 {
        background-image: url('/assets/img/image44.jpg');
        z-index: 0
    }
    .c-img2 {
        display: none
    }
    .img-top2 {
        background-size: cover !important
    }
    .img-top-layer2 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: linear-gradient(90deg, #fff 31.24%, rgba(255, 255, 255, 0) 57%)
    }
}

.ecard {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bebebe;
    transition: all .3s;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ecard:hover {
    border: 1px solid #26b14b;
    box-shadow: 3px 3px 13px #c7c7c7
}

.ecard-body>.ecard-header {
    font-size: 18px;
    color: #26b14b;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    display: flex;
    min-height: 70px;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    margin-top: 0
}

.ecard-body hr {
    margin-top: 0
}

.ecard-content {
    margin: 0 5px;
    padding: 10px;
    height: 150px;
    overflow: auto
}

.ecard-content table {
    width: 100%
}

.ecard-content>table>thead {
    font-weight: 600
}

.ecard-content>table>tbody {
    vertical-align: top
}

.ecard-content>table>tbody>tr>td:nth-child(2),
.ecard-content>table>thead tr>th:nth-child(2) {
    text-align: right;
    width: 100px;
    font-weight: 600
}

.ecard-content>table>tbody>tr>td {
    padding: 3px 0
}

.ecard-content::-webkit-scrollbar {
    width: 3px;
    background: #a6a5a1
}

.ecard-content::-webkit-scrollbar-corner {
    background-color: #61be00
}

.ecard-content::-webkit-scrollbar-thumb {
    background: #61be00;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75)
}

.ecard-price {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 17px 0
}

.ecard-btn {
    margin-top: 8px;
    text-align: center;
    display: block;
    border-radius: 0;
    background: #26b14b;
    color: white
}

.row-flex,
.row-flex>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0
}

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

.row-height .col-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.full-row {
    margin-bottom: 20px
}

.pb-otzyv-div img {
    height: 250px;
    margin-bottom: 15px
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

body {
    margin-top: 75px;
}

.our-partners-img {
    background: #fff;
    box-shadow: 0 0 13px #3333333d;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

div:not(.header) p a{
    text-decoration: underline;
    font-weight: 600;
}