html {
  scroll-behavior: smooth;
  }
/* иконки преимущества */
.preim_cont {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .preim_cont_item {
            padding: 20px;
            border-radius: 5px;
            border: 2px solid #4593d8;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        @media (max-width: 480px) {
            .preim_cont {
                grid-template-columns: 1fr;
            }
        }
        .fa-users { 
            color: #4593d8;
     font-size:64px;
                                             }
        .fa-credit-card { 
            color: #4593d8;
     font-size:64px;
                                             }
        .fa-handshake { 
            color: #4593d8;
     font-size:64px;
                                             }
 /* иконки преимущества */

/* рамка голубая вокруг */
 div.border-ng{
                padding: 10px 20px;
                border: 2px solid #4593d8;
                border-radius: 30px;
            }
/* рамка голубая вокруг */         
        
/* карточки услуг на главной - начало */
 @import url('https://fonts.googleapis.com/css?family=Roboto');
 body{
     font-family: 'Roboto', sans-serif;
}
 h1{
     text-align: center;
     color: #4181ee;
}
 .wrapper{
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 /*.card{
    max-width: 300px;
     min-height: 250px;
     background: #4593d8;
     padding: 20px;
     box-sizing: border-box;
     color: #FFF;
     margin:20px;
     box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
     border-radius: 20px;
}*/
 .card-title{
     margin-top: 0;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 1.0px;
}
 .card-content{
     font-size: 14px;
     letter-spacing: 0.5px;
     line-height: 1.5;
   }
 .card-btn{
     all: unset;
     display: block;
     margin-left: auto;
     border: 2px solid #FFF;
     padding: 10px 15px;
     border-radius: 25px;
     font-size: 10px;
     font-weight: 600;
     transition: all 0.5s;
     cursor: pointer;
     letter-spacing: 1.2px;
     }
 .card-btn:hover{
    color:#02b875;
    background: #FFF;
}
/* карточки услуг на главной - конец */

/* про стоимость газификации - начало */
.radius-pixels {
  border-radius: 20px;
  }
  DIV.radius-pixels {
  margin: 20px;
  padding: 25px 40px;
  background: #3366ff;
  }
/* про стоимость газификации - конец */

/* trew */
.header-address-outer {
    max-width: 30%;
}
.fa-whatsapp, .whatsapp-color {
    color: #4ac959;
    font-size: 20px;
}
.fa-telegram-plane, .telegram-color {
    color: #08c;
    font-size: 20px;
}
.button{
    background: #60abec;
}
.content {
    width: 90%;
    order: 5;
    margin: 0 auto;
}
.slider-banner {
    height:455px;
    border-radius: 20px;
}
.slider-banner__img {
    height: 455px !important;
}
.categories-v {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .1);
}
.categories-v__head {
	border-radius: 20px;
}
.categories-v__menu {
	border-radius: 0 0 20px 20px;
	margin-top: -15px;
	background: #4594D9;
	height: 370px;
}
span.categories-v__item-inner a:hover {
    color: #4594D9;
}
span.categories-v__item-inner a {
    color: white;
}
div#slkt >div h1 {
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    color: white;
    line-height: 40px;
    /*width:350px;*/
}
div#slkt {
    background: transparent;
}
.slider-banner__title {
    text-align:center;
}
.slider-banner__content {
    top:20px;
    padding: 35px 25px;
    max-width: 450px;
}
.js-main-slider-el.main-slider_el.main-slider_el--2 {
    background: #0072ae;
}
.mainpage__cats-slider {
    margin-bottom:-40px;
}
.top-wrapper {
    /*    padding: 40px 0 40px 296px;
    display: flex;
    background: white;
    border-radius: 20px;
    padding: 40px;*/
    margin-top: 40px;
    display: flex;
    background: white;
    border-radius: 20px;
    justify-content: space-between;
}
.card {
    width: 33%;
    min-height: 170px;
    background: #4594D9;
    padding: 20px;
    box-sizing: border-box;
    color: #FFF;
    margin:20px;
    border-radius: 20px;
    text-align: center;
}
h3.card-title {
    font-size: 40px;
    margin-top: 32px;
    line-height: 36px;
}
.h2.head-decor {
    font-size: 36px;
    margin-bottom: 42px;
}
.home-photos-description {
        margin: 40px 0 40px;
}
.serv {
    padding: 40px;
    border-radius: 20px;
    background: white;
    margin-bottom:40px;
}
.card-serv {
    width: 300px;
    min-height: 170px;
    background: #F7F7F7;
    box-sizing: border-box;
    color: #FFF;
    margin:20px;
    border-radius: 20px;
    text-align: center;
    outline: 4px solid #4594D9;
}
.card-serv h3.card-title {
    font-size: 18px;
    font-weight: normal;
    color: #2C2C2C;
    margin: 5px 0 0;
    
}
.card-serv a {
    text-decoration: none;
}

.card-serv img {
    border-radius: 20px 20px 0 0;
}
.card-serv p.card-content {
    color: #2C2C2C;
}
div#shlyapa {
    width: 80px;
    height: 5px;
    background: #4594D9;
    border-radius: 20px;
    margin: -20px auto 0;
    z-index: 1;
    position: relative;
    padding: 12px;
}
div#line {
    width: 40px;
    height: 3px;
    background: white;
    margin: 0px auto;
    
}
.spec {
    padding: 40px;
    border-radius: 20px;
    background: white;
    margin-bottom:40px;
}
.spec-text {
    width: 45%;
    padding: 0 40px;
}
p.extra {
    font-size: 18px;
    font-weight:600;
}
p#cnt {
    text-align: center;
}
.comf {
    padding: 40px;
    border-radius: 20px;
    background: white;
    margin-bottom:40px;
}
.cart-comf{
    background: #4594D9;
    border-radius:20px;
    padding: 12px;
    width: 190px;
    margin: 40px;
}
.cart-comf .text {
    color: white;
    width: 150px;
}
.bann {
    padding: 40px;
    border-radius: 20px;
    margin-bottom:40px;
}
/*.owl-stage {
    width: 100% !important;
}*/
.product-tile__image {
    padding: 8px 8px 0;
    height: 285px;
}
img.js-product-preview-img.owl-lazy {
    width: 100%;
}
.product-list {
    margin: 0 0 40px !important;
    padding: 40px;
    background: white;
    border-radius: 20px;
}
.carousel-products{
    justify-content: space-around;
}
.js-products-list.carousel-products{
    width: 100% !important;
}
.product-tile {
    border-radius:20px;
    background: #4594D9;
}
.product-tile__image img {
    max-height: 300px;
}
img.js-product-preview-img.owl-lazy {
    border-radius: 20px;
}
.product-tile__name a {
    color: white;
}
.product-stock.product-tile__stock {
    border-radius: 20px;
}
.footer {
    background: #0072ae;
}
.footer img.header-logo__image {
    width: 140px;
}
iframe {
    border: 2px solid white;
    border-radius: 20px;
}
.cont {
    margin-bottom: 60px;
}
.footer-subs-contacts {
    display: none;
}
.cont .text {
    /*width: 45%;*/
    background: #4594D9;
    border-radius: 20px;
    color: white;
    padding: 40px;
    margin: 0 20px 0px 0px;
}
.cont .footer-contacts_item--address {
    max-width: 100%;
    margin: 0;
    font-size: 12px;
}
.conti .header-phone__icon.bs-color.fas.fa-phone:before {
    color: white;
}
.cont .bs-color, .link.bs-color, a.bs-color, .link.bs-color:hover, a.bs-color:hover {
    color: white;
}
.cont a.footer-contacts__phone {
    color: white;
}
.cont_info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.cont_info p {
    margin: 0;
}
i.fas.fa-envelope {
    margin-right: 4px;
}
.cont a {
    color: white;
}
.cont .footer-contacts_social-delimiter {
    height:2px;
}
.footer__links-about {
    padding: 45px 0 15px;
    display: flex;
    justify-content: space-evenly;
}
.footer_text {
    margin: 0 0 0 10%;
}
.footer_menu {
    display: flex;
    flex-direction: column;
}
.footer-contacts_social i.fab.fa-whatsapp {
    font-size: 28px;
    color:white;
}
.footer-contacts_social i.fab.fa-telegram-plane {
    font-size: 28px;
    color:white;
}
.cont .footer-contacts_social-delimiter {
    
    background: transparent;
}
/* popup forms */
.default-theme .mf-button {
    color:white !important;
    padding: 0 24px !important;
}
.default-theme .multiform-submit {
    text-align: center !important;
}
/*.default-theme .multiform-gap-field {
    display: flex !important;
    flex-direction: column !important;
}*/
.default-theme .multiform-gap-name {
    font-weight:normal !important;
    font-family: Roboto, sans-serif !important;
}
.multiform-wrap .multiform-gap-value.mf-colm8 {
    margin-left: 0 !important;
    width: 100% !important;
}
.default-theme .multiform-gap-value input {
    border-radius: 20px !important;
    width: 100% !important;
}
.default-theme .type-checkbox .multiform-gap-value input {
    width:auto !important;
}
.multiform-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}
.multiform-popup-window .s-close {
    font-size: 20px !important;
    position: absolute;
    right: 20px !important;
    top: 18px !important;
    text-decoration: none !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 50% !important;
    border: 1px solid #ebebeb !important;
    color: #000 !important;
    opacity: 1 !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}

/* brake points */
@media (max-width: 650px) {
.slider-banner__img {
    display:none !important;
}
div#slkt {
    border-top: 2px solid white;
    background: #4593d8;
    }

div#slkt >div h1 {
    font-size: 24px;
    width: auto;
}
.top-wrapper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
    width: 100%;
}
.spec-text {
    width: 100%;
    padding: 0;
}
.cart-comf {
    margin: 12px 40px;
}
.cont .text {
    width: 100%;
    margin: 0 0 20px;
}
.l-wrapper {
    min-width: 300px;
    padding: 20px;
} 
.carousel-products__outer {
    margin: 0 -5px;
    padding:0;
}
.js-products-list.carousel-products {
    width: 299px !important;
}
.product-tile__image img {
        max-height: 140px;
}
.product-tile__image {
    height: 140px;
}
.product-tile__name {
        height: 70px;
    }
.product-tile__content {
        padding: 8px;
    }
}
/* категории на главной */
.c-main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.c-main-image [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.c-main-image .col-lg-5 {
  margin-bottom: 20px;
  height: 220px;
  padding-right: 0 !important;
}
.c-main-image img {
  max-width: 100%;
}
.c-main-image a {
  color: #333333;
}
.c-main-image .name-lvl-one {
  font-size: 18px;
  font-family: 'Roboto-Medium', serif;
}
.c-main-image .name-lvl-two {
  font-size: 16px;
  font-family: 'Roboto-Light', serif;
  color: #c0c0c0;
}
.c-main-image .show-more {
  font-family: 'Roboto-Light', serif;
  color: #838383;
  font-size: 12px;
}
.c-main-image .show-more .fa {
  margin-left: 5px;
}
.c-main-image .show-more a {
  font-size: 14px;
  color: #838383;
  border-bottom: 1px dotted #838383;
}
.c-main-image .show-more a:hover,
.c-main-image .show-more a:focus {
  text-decoration: none;
}
/* категории на главной */