

/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1686560284420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/template1/style.min.css?1686560284490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/template1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/template_out_div/style.min.css?1686560284467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/main/styles.css?1750323330147983*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}


main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

.bold{
    font-family: "Muller Extra Bold" !important;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}


button,
input { 
  overflow: visible;
}



button,
select { 
  text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}


[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* / */

.price-page{
    padding: 35px;
    background-color: #eee;
	display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.price-page h3{
float: left;
    font-size: 40px;
    width: 400px;
margin: 0;
    padding: 0;
}

.price-page p{
float: left;
    font-size: 40px !important;
    font-family: "Muller Extra Bold" !important;
    color: #2b7d1c;
margin: 0;
    padding: 0;
}

.price-page a{
float:right;
    margin-top: 30px;
}

.page-probel{
background: #bbb;
    height: 1px;
    border: none;
    margin: 40px 0;
}

.colls4 .item{
	width: 25%;
text-align: center;
float:left;
padding: 1%;
}
.colls4 {
display: table;
    width: 100%;
}

.colls4 .item b{
margin: 20px 0;
    display: block;
    text-transform: uppercase;
}

.colls4 .item a{
    margin: 0 auto !important;
}

.colls2-text{
display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.colls2-text .item{
	width: 45%;
float:left;
margin-right:5%;
    margin-bottom: 50px;
}
.colls2-text .item img{
float:left;
margin-right:20px;
}

.colls2-text .item b{
text-transform: uppercase;
color:#2b7d1c;
}

  .services .container .services-item-hidden::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e1ecf7;
    position: absolute;
    top: 11px;
    left: 0;
  }

  .bdovhidden {
    overflow: hidden;
  }
  
  .brn {
    border-right: none !important;
  }
  
  a{
      color: #3c8a08;
  }
  
  a:hover{
      color: #316f07;
  }
  
  #popup {
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 40px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #000;
  }
  #popup .close_popup {
    cursor: pointer;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #popup .h4 {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #popup input {
    display: block;
    width: 100%;
    color: #7e8284;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    padding: 5px 15px;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 12.99px;
  }
  
  #side-menu {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(78, 78, 78, 0.65);
    z-index: 101;
  }
  #side-menu ul {
    width: fit-content;
    height: 100%;
    padding: 25px;
    padding-top: 80px;
    background-color: #3d697e;
  }
  #side-menu ul li {
    min-width: 331px;
    padding-left: 20px;
    cursor: pointer;
  }
  #side-menu ul li a {
text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
  }
  #side-menu #menuExit {
position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    background-image: url(/bitrix/templates/main/img/mex.png);
    background-size: contain;
    width: 45px;
    height: 45px;
  }

#side-menu ul li ol {
    margin-bottom: 40px;
    padding-left: 0;
}
#side-menu ul li ol li {
    list-style: none;
}

#side-menu ul li ol li a {
    text-decoration: none;
    color: #99d4ef;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
}


.menu-whatsapp{
	position: absolute;
    left: 0x;
    bottom: 0;
    background: #13384a;
    display: flex;
justify-content: space-evenly;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.menu-whatsapp a{
    background-image: url(/bitrix/templates/main/img/ico-whatsapp-menu.webp);
background-size: 100%;
    height: 54px;
    width: 54px;
}

.menu-whatsapp .text p:nth-child(1){
    padding-top: 5px;
}

.menu-whatsapp .text p:nth-child(2){
    font-size: 13px;
    padding-top: 10px;
}
  .services-item-hidden, .dpn {
    display: none;
  }
  
  .alt-image {
    display: none;
  }

.video-block{
display: inline-block;
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}

.video-block ul{
    display: inline-block;
    margin: 0 0 0 30px;
}

.video-block i{
    background: #e1ecf7;
    display: block;
    padding: 10px 20px;
}
.video-block h2{
margin-bottom: 10px !important;
}
.video-block .text-video{
display: table;
    padding-left: 30px;
}
  
  @media all and (max-width: 1023px) {
      .sim {
        background-color: #374468;
      }
      .sim .services-item-visible-name img {
        display: none;
      }
      .sim .services-item-visible-name .alt-image {
        display: block;
      }
      .sim .services-item-visible-name p {
        color: #3d637f !important;
      }
      .sim .services-item-visible-butt {
        display: none;
      }
      .sim .services-item-hidden {
          display: block;
      }
  }
  
  .important-info{
      margin: 30px auto;
      padding: 20px;
      background-color: #567f3d;
      color: #fff;
  }
  
  .important-info b {
      font-size: 44px;
      text-transform: uppercase;
      font-weight: 900;
  }
  
  @media all and (min-width: 1024px) {
      .services-item:hover {
        background-color: #e1ecf7;
color: #374468;
      }
      .services-item:hover .services-item-visible-name img {
        display: none;
      }
      .services-item:hover .services-item-visible-name .alt-image {
        display: block;
      }
      .services-item:hover .services-item-visible-name p {
        color: #3d637f !important;
      }
      .services-item:hover .services-item-visible-butt {
        display: none;
      }
      .services-item:hover .services-item-hidden {
          display: block;
      }
  }
  
  * {
    box-sizing: border-box;
    outline: none;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  img {
    max-width: 100%;
  }
  
  body, p {
    margin: 0;
    padding: 0;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      overflow-x: hidden;
  }
  
  .container {
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
  }

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

  h1{
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 36px;
      text-transform: uppercase; 
      margin: 36px 0;}

  .h-home{
      margin: 0 auto;
    text-align: center;
  }


  h1:after{
      content: "";
      width: 96px;
      height: 5px;
      background-color: #2b7d1c;
      margin-top: 9px;
      margin-bottom: 20px;
      display: block;
  }

  .h-home:after{
      content: "";
      width: 96px;
      height: 5px;
      background-color: #2b7d1c;
      margin: 9px auto 20px;
      display: block;
  }

  .button {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    background: #2b7d1c;
    text-align: center;
    line-height: 40px;
  }

  .button-pamyatka {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    background: #374468;
    text-align: center;
    line-height: 40px;
  }

  .breadcums {
    padding: 15px 0 35px;
    background-color: #e1ecf7;
  }
  .breadcums .container ul li {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #2b7d1c;
  }
  .breadcums .container ul li:last-child a {
    color: #828282;
  }
  .breadcums .container ul li a {
    text-decoration: none;
    color: #374468;
  }

  .bx-breadcrumb i {
      line-height: 13px;
      font-size: 12px;
      vertical-align: middle;
      margin-left: 5px;
      color: #234661;
      font-weight: bold;
      margin-right: -3px;
  }

  .opis {
  /  padding: 36px 0 40px 0;
  }
  .opis .container p {
    display: block;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .opis .container .hr-hl {
    width: 96px;
    height: 5px;
    background-color: rgba(49, 112, 143, 0.95);
    margin-top: 9px;
    margin-bottom: 20px;
  }
  .opis .container span {
    display: block;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }


  .price-list .container .p {
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .price-list .container .price-list-wrapper {
    display: flex;
      flex-wrap: wrap;
  }
  .price-list .container .price-list-wrapper .price-list-item {
    position: relative;
    width: calc(23.5% - 2px);
    border: 1px solid #b2b2b2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 10px 23px;
    box-shadow: -1px 20px 16px -17px rgba(0, 0, 0, 0.29);
    transition: all 0.3s ease;
  margin-right: 2%;
  margin-bottom:30px;
text-align: center;
  }

  .price-list .container .price-list-wrapper .price-list-item:nth-child(4n){
  margin-right: 0;
  }
  .price-list .container .price-list-wrapper .price-list-item:hover {
    transform: translateY(-10px);
    box-shadow: 11px 10px 10px 1px rgba(0, 0, 0, 0.29);
  }
  .price-list .container .price-list-wrapper .price-list-item .sale {
    position: absolute;
    right: 15px;
    top: 50px;
  }
  .price-list .container .price-list-wrapper .price-list-item p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  .price-list .container .price-list-wrapper .price-list-item span {
    display: block;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .price-list .container .price-list-wrapper .price-list-item ul {
    margin-bottom: 18px;
  }
  .price-list .container .price-list-wrapper .price-list-item ul li {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    color: #3d637f;
      list-style: circle;
      margin-left: 20px;
      font-size: 15px;
      padding: 3px 0;
  }
  .price-list .container .price-list-wrapper .price-list-item .price {
    margin: 0 auto;
	height: 68px;
  }
  .price-list .container .price-list-wrapper .price-list-item .price p,
  .trio .item p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
  }
  .price-list .container .price-list-wrapper .price-list-item .price p span,
  .trio .item span {
    display: inline-block;
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
  }
  .price-list .container .price-list-wrapper .price-list-item .button-wrap a,
  .sertific_item .button-wrap a  {
    cursor: pointer;
    display: block;
    margin: 0 2%;
    width: 177px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    background-color: #2b7d1c;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    text-transform: uppercase;
  }

.price-list .container .price-list-wrapper .price-list-item .button-wrap .more{
   background-color:#374468;
}

  .price-list .container .price-list-wrapper .price-list-item .button-wrap a:hover,
  .trio .item .button-wrap a:hover {
    background-color: #386114;
  }

  .price-list .container .price-list-wrapper .price-list-item .button-wrap .more:hover,
  .trio .item .button-wrap .more:hover {
  background-color: #6f7588;
  }

    .price-list .container .price-list-wrapper .price-list-item .description {
font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    color: #444;
    margin: 20px 15px;
}

.price-list .container .price-list-wrapper .all{
cursor: pointer;
    display: block;
    margin: 0 auto 40px;
    width: 170px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    background-color: #2b7d1c;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    text-transform: uppercase;
}
  .price-list del{
font-size: 14px;
    font-weight: 900;
    color: #b10d0d;
}

.specifications{
    padding: 0 25px;
}

.specifications p{
font-family: "Muller Extra Bold" !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.specifications span{
    float: right !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.skidka{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #c31717;
    line-height: 70px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 130px;
    right: 30px;
    font-size: 20px;
}

  .lets-start {
    padding-bottom: 75px;
    margin: 60px 0;
  }
  .lets-start-h {
    text-align: center;
    margin-bottom: 25px;
    color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
  }
  .lets-start-h2 {
text-align: center;
    color: #777;
    font-size: 18px;
    margin: 20px;
}

  .lets-start .container {
    padding: 50px 5px;
    background-color: #2b7d1c;
  }
  .lets-start .container .order-list {
    display: flex;
    justify-content: space-around;
  }
  .lets-start .container .order-list-item {
    display: flex;
  }
  .lets-start .container .order-list-item .numb {
color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 30px;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
  }
  .lets-start .container .order-list-item .text p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .lets-start .container .order-list-item .text span {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 12px;
    max-width: 230px;
    display: inline-block;
  }

  .sale {
    padding-bottom: 15px;
    margin: 60px 0 50px;
  }
  .sale .container {
    background-color: #e1ecf7;
    display: flex;
    min-height: 200px;
    padding-right: 65px;
    justify-content: space-between;
  }
  .sale .container .img img {
margin: 40px 20px 0 20px;
    max-width: 300px;
  }
  .sale .container .text {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    margin-left: 20px;
    padding-top: 30px;
  }
  .sale .container .text p {
   margin-bottom: 25px;
    color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
  }
  .sale .container .text span {
    display: block;
    color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    max-width: 450px;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .sale .container .text .bot-text {
    text-transform: none;
    font-size: 18px;
    color: #374468;
    max-width: 456px;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
  }
  .sale .container form {
    justify-self: flex-end;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
  .sale .container form p {
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
  }
  .sale .container form .hr-hl {
    width: 96px;
    height: 5px;
    margin-top: 5px;
    margin-bottom: 17px;
    background-color: #3d637f;
  }
  .sale .container form input {
    width: 316px;
    height: 38px;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.09);
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    padding: 0 11px;
    outline: none;
    margin-bottom: 11px;
  }
  .sale .container form button {
    width: 263px;
    height: 39px;
    background-color: #2b7d1c;
    outline: none;
    border: none;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 10px;
  }

  #district .acard_ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  #district .acard_ul li {
    display: block;
    cursor: pointer;
    margin-right: 1px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
    padding: 15px 18px;
    background: #3d637f;
    width: 244px;
  }
  #district .acard_ul li.active {
    background: #2b7d1c;
  }
  #district .acard_ul li.akcia {
    background: #ff0060;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
  }
  #district .district_bg {
    background: #c2d6e0;
    padding: 20px 0px 25px 0px;
  }
  #district .district_bg .offer_dist {
    display: flex;
    justify-content: space-between;
  }
  #district .district_bg .offer_dist .list_distr .distr_ban {
    margin-top: 30px;
    display: flex;
    align-items: center;
    background: #2b7d1c;
    padding: 15px 10px 20px 15px;
  }
  #district .district_bg .offer_dist .list_distr .distr_ban .time_ban {
    margin-right: 15px;
  }
  #district .district_bg .offer_dist .list_distr .distr_ban p.ban-aft {
    margin-right: 40px;
    position: relative;
  }
  #district .district_bg .offer_dist .list_distr .distr_ban p.ban-aft:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 32px;
    background-color: #c2d6e0;
  }
  #district .district_bg .offer_dist .list_distr .distr_ban p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 22px;
  }
  #district .district_bg .offer_dist .list_distr .distr_ban p strong {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 39px;
    text-transform: uppercase;
  }
  #district .district_bg .offer_dist .list_distr .offer_distr {
    display: flex;
  }
  #district .district_bg .offer_dist .list_distr .offer_distr .point_distr-l {
    margin-right: 40px;
  }
  #district .district_bg .offer_dist .list_distr .offer_distr li {
    margin-bottom: 13px;
    color: #3d637f;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 400;
  }
  #district .district_bg .offer_dist .list_distr .offer_distr li span {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-transform: uppercase;
  }
  #district .district_bg .offer_dist .list_distr .h5 {
    color: #3d637f;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 23px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }

  #our_works {
    padding: 80px 0;
    overflow-x: hidden;
  }
  #our_works .h4 {
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px;
    text-transform: uppercase;
  }
  #our_works .container {
    position: relative;
  }
  #our_works .container .next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
  #our_works .container .prev {
    left: 25px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }
  #our_works .work_wrap {
    padding: 0px 70px;
  }
  #our_works .work_wrap .work_item {
    padding-bottom: 20px;
    margin-right: 10px;
  }
  #our_works .work_wrap .work_item a{
    max-height: 380px;
    display: flex;
  }
  #our_works .work_wrap .work_item img {
    display: block;
    padding: 5px;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
    box-shadow: -1px 20px 16px -17px rgba(0, 0, 0, 0.29);
  }

  .wrapp {
    position: relative;
  }

 #sertific, #sertific2, #sertific3 {
    background: #e6e6e6;
    padding: 50px 0px 55px 0px;
  }
  #sertific .sertific_wrap, #sertific2 .sertific_wrap, #sertific3 .sertific_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #sertific .sertific_wrap .sertific_item.sm, #sertific2 .sertific_wrap .sertific_item.sm, #sertific3 .sertific_wrap .sertific_item.sm {
    max-width: 360px;
  }
  #sertific .sertific_wrap .sertific_item.sm .h4, #sertific2 .sertific_wrap .sertific_item.sm .h4, #sertific3 .sertific_wrap .sertific_item.sm .h4 {
    color: #3e2e2d;
  }
  #sertific .sertific_wrap .photo_sertificate.sertific_item, #sertific2 .sertific_wrap .photo_sertificate2.sertific_item, #sertific3 .sertific_wrap .photo_sertificate3.sertific_item {
    max-width: 290px;
    position: relative;
  }
  #sertific .sertific_wrap .photo_srtif, #sertific2 .sertific_wrap .photo_srtif, #sertific3 .sertific_wrap .photo_srtif {
    position: relative;
  }
  #sertific .sertific_wrap .prev, #sertific .sertific_wrap .next, #sertific2 .sertific_wrap .prev, #sertific2 .sertific_wrap .next, #sertific3 .sertific_wrap .prev, #sertific3 .sertific_wrap .next {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: #000000;
    text-align: center;
    z-index: 10;
  }
  #sertific .sertific_wrap .next, #sertific2 .sertific_wrap .next, #sertific3 .sertific_wrap .next {
        left: 50px;
  }
  #sertific .sertific_wrap .prev, #sertific2 .sertific_wrap .prev, #sertific3 .sertific_wrap .prev {
        left: 0px;
  }
  #sertific .sertific_wrap .sertific_item, #sertific2 .sertific_wrap .sertific_item, #sertific3 .sertific_wrap .sertific_item {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #sertific .sertific_wrap .sertific_item img, #sertific2 .sertific_wrap .sertific_item img, #sertific3 .sertific_wrap .sertific_item img {
    margin: 0 auto;
    display: block;
  }
  #sertific .sertific_wrap .sertific_item .h4, #sertific2 .sertific_wrap .sertific_item .h4, #sertific3 .sertific_wrap .sertific_item .h4 {
    color: #4a7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  #sertific .sertific_wrap .sertific_item p, #sertific2 .sertific_wrap .sertific_item p, #sertific3 .sertific_wrap .sertific_item p {
    margin-bottom: 10px;
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    line-height: 24px;
  }
  #sertific .sertific_wrap .sertific_item a.button, #sertific2 .sertific_wrap .sertific_item a.button, #sertific3 .sertific_wrap .sertific_item a.button {
    width: 175px;
  }

 #sertific .sertific_wrap .garant .h4{
color: #4a7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

  #partners {
    padding: 100px 0px 125px 0px;
    background: url("/bitrix/templates/main/img/nadejniy-partner.webp") no-repeat center/cover;
  }
  #partners .container {
    display: flex;
    justify-content: flex-end;
  }
  #partners .partner_block {
    padding: 30px 55px 28px 55px;
    max-width: 555px;
    background: #374468;
  }
  #partners .partner_block .h5 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    max-width: 225px;
  }
  #partners .partner_block p {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    max-width: 450px;
  }
  #partners .partner_block a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 12px 20px;
    text-align: center;
    background: #2b7d1c;
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
  }

  .whyWe .main_info-why .main_why-item {
    margin-bottom: 45px;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
  }
  .whyWe .main_info-why .main_why-item p, main p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 15px;
    margin: 10px 0;
  }
  .whyWe .main_info-why .main_why-item h2, main h2 {
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .whyWe .main_info-why .main_why-item ul, main ul {
      list-style: disc;
      padding: 0;
      margin: 10px 0 10px 30px;
    font-size: 15px;
  }

  .whyWe .main_info-why .main_why-item li, main li {
      padding: 5px 0;
  }

  .whyWe .main_info-why .main_why-item h3, main h3 {
    color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .text-page{
  padding-bottom: 0 !important;
  }

  .whyWe {
    padding: 45px 0;
  }
  .whyWe .h3 {
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 45px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
  }
  .whyWe .h6 {
    color: #202124;
    margin-top: 25px;
    margin-bottom: 45px;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 600;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  .whyWe .advantages_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .whyWe .advantages_wrap .advantages_item {
    display: flex;
  }
  .whyWe .advantages_wrap .advantages_item .adv_info {
    max-width: 210px;
    margin-left: 25px;
  }
  .whyWe .advantages_wrap .advantages_item .adv_info-head {
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .whyWe .advantages_wrap .advantages_item .adv_info-body {
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }
  .whyWe .why_form {
    padding: 35px 60px 65px 60px;
	height:322px; 
    background: url(/bitrix/templates/main/img/manager.webp) no-repeat right #e1ecf7;
  }
  .whyWe .why_form .h5 {
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    max-width: 600px;
  }

  .in-page .why_form .h5 {
font-size: 35px !important;
line-height: 40px !important;
  }

  .in-page .why_form>p {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

  .whyWe .why_form p {
    color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .whyWe .why_form>p {
    max-width: 355px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .whyWe .why_form>div>p {
    margin: 7px 0;
font-size: 15px;
  }

  .whyWe .why_form .field_group {
    display: flex;
    align-items: center;
  }
  .whyWe .why_form .field_group input {
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.09);
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    width: 315px;
    color: #5a5b5d;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    height: 38px;
    margin-right: 20px;
    padding: 0px 10px;
    border-radius: 4px;
  }
  .whyWe .why_form .field_group button {
    background: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #2b7d1c;
    text-align: center;
    height: 38px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    cursor: pointer;
  }

.svoimi-rukami {
    padding: 60px 0;
    height: 485px;
    background: url(/bitrix/templates/main/img/svoimi-rukami.webp) no-repeat right #374468;
    color: #e1ecf7;
}

.svoimi-rukami h2 {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
	padding: 0;
    margin: 0;
    line-height: 1.3;
	max-width: 450px;
}

.svoimi-rukami b {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
	color:#bce073;
}

.svoimi-rukami p {
font-size: 24px;
    margin: 15px 0;
    max-width: 600px;
}

.svoimi-rukami p span {
    font-size: 30px;
	color:#bce073;
    font-weight: 900;
}

.a-stone{
text-align: center;
    margin: 30px 0;
color: #9a8c8e;
    font-size: 20px;
}

.a-stone img,
.probel{
display: block;
    max-width: 70%;
    margin: 0 auto 30px;
}


  #map {
    overflow-x: hidden;
  }
  #map img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  footer .foot_feedback {
    background: #374468;
    padding: 38px 0px 38px 0px;
  }
  footer .foot_feedback .container {
    display: flex;
    justify-content: space-between;
  }
  footer .foot_feedback .feedback-company {
    max-width: 230px;
  }
  footer .foot_feedback .feedback-company p.pol {
    margin: 20px 0px;
  }
  footer .foot_feedback .feedback-company p {
    color: #a7999a;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  footer .foot_feedback .feedback-company p span {
    display: block;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  footer .foot_feedback .feedback_contacts {
    background: #2b7d1c;
    padding: 30px;
    display: flex;
    max-width: 937px;
  }
  footer .foot_feedback .feedback_contacts .vk_item>div {
    display: flex;
    align-items: center;
  }
  footer .foot_feedback .feedback_contacts .vk_item span {
color: #fff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
display: block;
  }
  footer .foot_feedback .feedback_contacts .vk_item a {
    margin-right: 10px;
  }
  footer .foot_feedback .feedback_contacts .contact_item {
    width: 50%;
  }
  footer .foot_feedback .feedback_contacts .contact_item .contact_head-it {
    color: #fff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  footer .foot_feedback .feedback_contacts .contact_item p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  footer .foot_feedback .feedback_contacts .contact_item p.address {
    line-height: 18px;
  }
  footer .foot_feedback .feedback_contacts .contact_item a {
    display: block;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }
  footer .foot_menu {
    background: #ebe7e7;
    padding: 30px 0px 40px 0px;
  }
  footer .foot_menu_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .foot_menu_nav ul a {
    text-decoration: none;
    color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  footer .foot_menu_nav ul li.dev a {
    display: flex;
    align-items: center;
  }
  footer .foot_menu_nav ul li.dev a span {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
      color: #616161;
  }
  
  .loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000000;
    transition: opacity .7s ease;
    opacity: 0;
    background-color: rgba(0,0,0,.55);
  }
   
  .loader:after,
  .loader:before {
    box-sizing: border-box;
  }
   
  .loader.is-active {
    top: 0;
    opacity: 1;
  }
   
  .loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: '';
    animation: rotation 1s linear infinite;
    border: solid 8px #ffffff;
    border-left-color: transparent;
    border-radius: 50%;
  }
   
  @keyframes rotation {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(359deg);
    }
  }
   
  @keyframes blink {
    from {
      opacity: .5;
    }
    to {
      opacity: 1;
    }
  }
  
  .ymap-container-h{
      color: #374468;
      margin-top: 25px;
      margin-bottom: 45px;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 600;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
  }
  
  .ymap-container {
    position: relative;
    margin:0;
    overflow: hidden;
    cursor: pointer;
    background: url('/bitrix/templates/main/img/map.webp') #ffffff no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 2em  0 rgba(0,0,0,.2);
  }
   
  /* Блок, в котором появится Яндекс.Карта */
  #map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 424px;
    cursor: pointer;
    background-color: transparent;
  }
  
  @media all and (max-width: 1165px) {
    #sertific .sertific_wrap, #sertific2 .sertific_wrap, #sertific3 .sertific_wrap {
      flex-wrap: wrap;
    }
  
    #sertific .sertific_wrap .sertific_item, #sertific2 .sertific_wrap .sertific_item, #sertific3 .sertific_wrap .sertific_item {
      margin-bottom: 25px;
    }
  }
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
box-shadow:0px 6px 10px 5px rgba(0,0,0,0.4);
-webkit-box-shadow:0px 6px 10px 5px rgba(0,0,0,0.4);
-moz-box-shadow:0px 6px 10px 5px rgba(0,0,0,0.4);
}
  header .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  header .container .logo-wrapper {
    display: flex;
    align-items: center;
  }
  header .container .logo-wrapper .menu-button {
    margin-right: 15px;
    cursor: pointer;
      display: none;
  }
  header .container .logo-wrapper .menu-button span {
    display: block;
    width: 44px;
    height: 2px;
    background-color: #202124;
    margin-bottom: 10px;
  }
  header .container .logo-wrapper .menu-button span:last-child {
    margin-bottom: 0;
  }
  header .container .info-wrapper {
    display: flex;
    align-items: flex-start;
  }
  header .container .info-wrapper .info-item {
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
  margin-right: 10px;
  }
  header .container .info-wrapper .info-item img {
    margin-right: 10px;
    margin-top: 1px;
    align-self: flex-start;
  }
  header .container .info-wrapper .info-item div p {
    font-weight: bold;
  }
  header .container .info-wrapper .info-item div span {
    display: block;
  }
  header .container .info-wrapper .info-phone img {
    margin-right: 15px;
  }
  header .container .info-wrapper .info-phone div .info-phone-number {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 600;
    font-size: 18px;
    font-weight: 400;
  }
  header .container .info-wrapper .info-phone div .info-phone-number a {
      text-decoration: none;
		color: #374468;
  }
  header .container .call-back-wrapper button {
    width: 178px;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
  }
  
  .services {
    background-color: #374468;
    padding: 0 0 8px 0;
  }
  .services .container {
    display: flex;
  }
  .services .container .services-item {
    padding-top: 8px;
    width: 25%;
    position: relative;
  }
  .services .container .services-item:last-child-visible {
    border-right: 0;
  }
  .services .container .services-item-hidden {
    z-index: 90;
    color: #3d637f;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 17px;
    text-decoration: underline;
    background-color: #e1ecf7;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 25px;
  }
  .services .container .services-item-hidden a {
    text-decoration: none;
    color: #374468;
      padding: 8px 0;
      display: block;
  }

  .services .container .services-item-visible {
    cursor: pointer;
    border-right: 1px solid rgba(32, 33, 36, 0.24);
    padding: 40px 10px 50px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
  }
  .services .container .services-item-visible:last-child {
    border-right: none !important;
  }
  .services .container .services-item-visible-name {
    display: flex;
  }
  .services .container .services-item-visible-name p {
    width: 170px;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }
  .services .container .services-item-visible-name p a {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #e1ecf7;
    text-decoration: none;
  }
  .services .container .services-item-visible-name p a:hover {
    text-decoration: none;
    color: #374468;
  }
  .services .container .services-item-visible-name img {

    height: 33px;
    margin-right: 20px;
  }


  .sec-menu {
    margin-top: 99px;
  }
  .sec-menu .container {
    background-color: #2b7d1c;
  }
  .sec-menu .container .sec-menu-wrapper {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 21px 15px 30px;
    height: 68px;
  }
  .sec-menu .container .sec-menu-wrapper ul li {
    display: inline-block;
    margin-right: 35px;
  }
  .sec-menu .container .sec-menu-wrapper ul li a {
    text-decoration: none;
    color: #ffffff;
  }
  .sec-menu .container .sec-menu-wrapper form {
    position: relative;
  }
  .sec-menu .container .sec-menu-wrapper form input {
    width: 240px;
    height: 38px;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.09);
    border: 1px solid #b2b2b2;
    padding-left: 20px;
    padding-right: 35px;
    color: #7e8284;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 12.99px;
    outline: none;
  }
  .sec-menu .container .sec-menu-wrapper form img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .actions-slider{
    background: url(/img/home-slider.webp) no-repeat center;
display: inline-block;
    width: 100%;
}
  
  .actions-slider .container {
    position: relative;
  }
  .actions-slider .container .prev, .actions-slider .container .next {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(100% - 50px);
    width: 50px;
    height: 50px;
    background: #000000;
    text-align: center;
    z-index: 23;
  }
  .actions-slider .container .prev img, .actions-slider .container .next img {
    width: 16px;
    height: 27px;
    margin: 0 auto;
  }
  .actions-slider .container .next {
    left: calc(100% - 50px);
  }
  .actions-slider .container .prev {
    right: 50px;
  }
  .actions-slider .container .actions-slider-wrapper {
    position: relative;
  }
  .actions-slider .container .actions-slider-wrapper .actions-slider-item-content p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    max-width: 390px;
    margin-bottom: 25px;
  }
  .actions-slider .container .actions-slider-wrapper .actions-slider-item-content span {
    font-size: 30px;
    display: block;
    margin-bottom: 30px;
  }
  .actions-slider .container .actions-slider-wrapper .actions-slider-item-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    width: 150px;
    height: 39px;
    font-size: 13px;
    background-color: #2b7d1c;
    border-radius: 20px;
  }
  
  .first-item {
    background-image: url("/bitrix/templates/main/img/arochnie-angari.webp");
  }
  
  .second-item {
    background-image: url("/bitrix/templates/main/img/sendvich-paneli.webp");
  }
  
  .third-item {
    background-image: url("/bitrix/templates/main/img/dopolnitelnie-raboti.webp");
  }
  
  .fourth-item {
    background-image: url("/bitrix/templates/main/img/metallicheskie-karkasi.webp");
  }
  
  .we-offer {
    padding: 64px 0 80px 0;
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
  }
  .we-offer .container {
    display: flex;
  }
  .we-offer .container .we-offer-left {
    margin-right: 120px;
    width: fit-content;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 15px;
  }
  .we-offer .container .we-offer-left p.h3 {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    width: 315px;
  }
  .we-offer .container .we-offer-left .hr-hl {
    width: 96px;
    height: 5px;
    background-color: rgba(49, 112, 143, 0.95);
    margin-bottom: 20px;
  }
  .we-offer .container .we-offer-left p.offer-text {
    width: 300px;
    margin-bottom: 40px;
  }
  .we-offer .container .we-offer-left img {
    margin-bottom: 20px;
  }
  .we-offer .container .we-offer-left p.h4 {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .we-offer .container .we-offer-left form {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .we-offer .container .we-offer-left form input {
    width: 316px;
    height: 38px;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.09);
    border: 1px solid #b2b2b2;
    outline: none;
    padding: 0 10px;
    margin-bottom: 11px;
    border-radius: 5px;
  }
  .we-offer .container .we-offer-left form button {
    width: 263px;
    height: 39px;
    background-color: #2b7d1c;
    border-radius: 20px;
    border: none;
    color: white;
    outline: none;
  }
  .we-offer .container .we-offer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: -10px;
    width: 100%;
  }
  .we-offer .container .we-offer-right-item {
    cursor: pointer;
    position: relative;
    margin: 10px;
    width: calc(50% - 20px);
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    color: #ffffff;
	background-size: cover;
    background-position: center;
    padding: 26px 10px 20px 30px;
    transition: 0.5s;
	min-height: 330px;
  }
.we-offer-right-item {
    cursor: pointer;
    position: relative;
    margin: 10px;
    width: calc(50% - 20px);
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    color: #ffffff;
	background-size: cover;
    background-position: center;
    padding: 36px 10px 72px 30px;
    transition: 0.5s;
  }
  .we-offer .container .we-offer-right-item:hover .bga {
  /  background-color: #003d5a;
    background-color: #2b7d1c;
    opacity: 0.8;
  }
  .we-offer .container .we-offer-right-item:hover .hr-hl {
    background-color: #71c9f3;
  }
  .we-offer .container .we-offer-right-item .bga {
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
  }
  .we-offer .container .we-offer-right-item p {
    position: relative;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 10px;
    z-index: 3;
  }

  .we-offer .container .we-offer-right-item p a{
    color: #fff;
text-decoration: none;
  }
  .we-offer .container .we-offer-right-item .hr-hl {
    transition: 0.5s;
    position: relative;
    width: 96px;
    height: 5px;
    background-color: #2b7d1c;
    margin-bottom: 30px;
    z-index: 2;
  }
  .we-offer .container .we-offer-right-item ul {
    position: relative;
    z-index: 2;
  }
  .we-offer .container .we-offer-right-item ul li {
    font-size: 18px;
    text-decoration: underline;
 /   margin-bottom: 5px;
  }
  .we-offer .container .we-offer-right-item ul li a {
    text-decoration: none;
    color: white;
  }
  
  .who-we {
    background-color: #e1ecf7;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .who-we .container {
    display: flex;
    justify-content: space-between;
  }
  .who-we .container .who-we-right {
    margin-left: 5%;
      width: 50%;
  }
  
  .who-we .container .who-we-left {
      width: 45%;
  }
  .who-we .container .who-we-right p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  .who-we .container .who-we-right span {
    display: block;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 575px;
  }
  .who-we .container .who-we-right a {
    text-decoration: none;
    width: 177px;
    height: 39px;
    background-color: #2b7d1c;
    border-radius: 20px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  
  .our-serv {
    padding: 90px 0;
  }
  .our-serv .container {
    display: flex;
    position: relative;
  }
  .our-serv .container .prev, .our-serv .container .next {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(100% - 50px);
    width: 50px;
    height: 50px;
    background: #000000;
    text-align: center;
    z-index: 23;
  }
  .our-serv .container .prev img, .our-serv .container .next img {
    width: 16px;
    height: 27px;
    margin: 0 auto;
  }
  .our-serv .container .next {
    left: calc(100% - 50px);
  }
  .our-serv .container .prev {
    right: 50px;
  }
  .our-serv .container .our-serv-left {
    float: left;
    width: fit-content;
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    margin-right: 46px;
  }
  .our-serv .container .our-serv-left p {
    font-size: 45px;
    max-width: 200px;
  }
  .our-serv .container .our-serv-left .hr-hl {
    width: 96px;
    height: 5px;
    background-color: #3d637f;
    margin-bottom: 20px;
  }
  .our-serv .container .our-serv-left span {
    font-size: 18px;
    width: 204px;
    display: block;
  }
  .our-serv .container .our-serv-right {
    width: calc(100% - 250px);
    display: flex;
  }
  .our-serv .container .our-serv-right .wrapper-slider-pr .item {
    display: flex;
  }
  .our-serv .container .our-serv-right-left {
    background: rgba(220, 220, 220, 0.66);
    width: 551px;
    padding: 30px 10px 60px 50px;
  }
  .our-serv .container .our-serv-right-left p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .our-serv .container .our-serv-right-left ul li {
    margin-left: 10px;
    position: relative;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 7px;
      list-style: none;
  }
  .our-serv .container .our-serv-right-left ul li::after {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("/bitrix/templates/main/../img/dot.jpg");
  }
  .our-serv .container .our-serv-right-right {
    width: 50%;
    position: relative;
  }
  .our-serv .container .our-serv-right-right .prev, .our-serv .container .our-serv-right-right .next {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(100% - 50px);
    width: 50px;
    height: 50px;
    background: #000000;
    text-align: center;
    z-index: 23;
  }
  .our-serv .container .our-serv-right-right .prev img, .our-serv .container .our-serv-right-right .next img {
    width: 16px;
    height: 27px;
    margin: 0 auto;
  }
  .our-serv .container .our-serv-right-right .next {
    left: calc(100% - 50px);
  }
  .our-serv .container .our-serv-right-right .prev {
    right: 50px;
  }
  .our-serv .container .our-serv-right-right-item {
    position: relative;
    height: 100%;
  }
  .our-serv .container .our-serv-right-right-item img {
    width: 100%;
  }
  .our-serv .container .our-serv-right-right-item a {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    cursor: pointer;
    width: 177px;
    height: 39px;
    background-color: #2b7d1c;
    display: block;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
  }
  
  .youtube {
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      display: inline-block;
      overflow: hidden;
      transition: all 200ms ease-out;
      cursor: pointer;
      min-height: 225px;
      width: 100% !important;
  }
  .youtube .play {
      background: url('/bitrix/templates/main/../img/youtube-play-btn.png') no-repeat;
      background-position: 0 -50px;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
      position: absolute;
      height: 50px;
      width: 69px;
      transition: none;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto;
  }
  .youtube:hover .play {
      background-position: 0 0;
  }
  
  .youtube_popap iframe {
      position: unset;
  width: 100%;
  height: 600px;
  }
  
  .youtube_popap_wrap {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 200;
  }
  
  .youtube_popap {
      max-width: 900px;
      position: relative;
      width: 100%;
      max-height: 320px;
      height: 100%;
      display: block;
      top: -13%;
      z-index: 2;
  
  }
  
  .youtube_popap_exit {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 1;
  background-color: #00000061;
  }
  
.price-list-item i{
    display: block;
    font-size: 11px;
    margin-top: -10px;
}

  .button-wrap{
  display: flex;
padding: 0 15px;
  }
  
  
  .price-work{
      width: 100%;
  border-collapse: collapse;
  }
  
  .price-work th{
      background-color: #374468;
      text-align: left;
      color: #fff;
      font-weight: bold;
      padding: 12px 10px;
  }
  
  .price-work tr{
      padding: 12px 10px;
      border-bottom:1px solid #ccc;
  }
  
  .price-work td{
      padding: 8px 10px;
  }
  
  .price-work tr:nth-child(odd){
  background: #e1ecf7;
  }
  
  .price-work tr:hover{
  background: #dedada;
  }
  
  .price-work img{
  width: 200px;
  }
  
  .price-work .img{
  width: 220px;
  }

.order-button{
      cursor: pointer;
      display: block;
      margin: 10px 0 30px;
      width: 177px;
      height: 40px;
      border-radius: 20px;
      outline: none;
      background-color: #2b7d1c;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 14px;
      text-transform: uppercase;
}
  
  .zakaz-button{
      cursor: pointer;
      display: block;
      margin: 0 2%;
      width: 177px;
      height: 40px;
      border-radius: 20px;
      outline: none;
      background-color: #2b7d1c;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .zakaz-button-margin0{
      margin: 0 0 40px 0 !important;
  }
  
  .more-button{
      cursor: pointer;
      display: block;
      margin: 0 2%;
      width: 177px;
      height: 40px;
      border-radius: 20px;
      outline: none;
      background-color: #3e627f;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .free-3d{
  background: url(/bitrix/templates/main/img/3d-bd.webp) no-repeat 0% 100%;
      text-align: center;
min-height: 420px;
    margin: 90px 0;
 margin-bottom:40px !important;
  }
  
  .free-3d img{
	display: block;
    margin: -134px 0 0 0;
    width: auto;
    float: right;
  }

  .free-3d .text{
    display: block;
    margin: 43px -390px 43px 0;
    width: 1130px;
    float: left;
    background: #374468;
    text-align: left;
    box-sizing: border-box;
    padding: 47px 120px 47px 63px;
  }

  .free-3d .text h2{
    color: #fff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

  .free-3d .text i{
color: #b1d8f5;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 600;
    font-size: 42px;
    font-style: normal;
}

  .free-3d .text p{
color: #b1d8f5;
    font-size: 18px;
    max-width: 712px;
}

  .free-3d .text hr{
    height: 3px;
    background: #b1d8f5;
    border: 0;
    width: 100%;
    max-width: 620px;
    margin-left: 0;
}

  .social .container{
      margin: 30px auto;
      padding: 20px;
      background-color: #cde5cf;
      display: flex;
      flex-wrap: wrap;
  }
  
  .social .container p{
      margin-right: 15px;
      line-height: 25px;
      font-weight: bold;
      color: #374468;
  }

  .social .container>div{
    width: 50%;
}

  .social .container>div:nth-child(2){
    text-align: right;
}
  
  .mesendger{
      font-weight: bold;
      color: #2b7d1c;
      font-size: 13px;
  }
  

  .zahvat-free{
        background: url('/bitrix/templates/main/img/zahvat-free-lestnica.webp') #e1ecf7 left no-repeat;
      background-size: contain;
      display: inline-block;
      width: 100%;
      min-height: 224px;
  }
  
  .zahvat-free .left{
      width:calc(100% - 355px);
      float:left;
  }
  
  .zahvat-free .right{
width: 315px;
    float: right;
    padding-left: 2%;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
  }
  
  .zahvat-free .left ul{
      margin-left: 40%;
      list-style: none;
      padding: 0;
      margin-top: 20px;
  border-right: 3px solid #999;
  }
  
  .zahvat-free .left ul li:nth-child(1){
      text-transform: uppercase;
      color: #2b7d1c;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 35px;
      max-width: 524px;
  }
  
  .zahvat-free .left ul li:nth-child(2){
      color: #374468;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 35px;
      max-width: 524px;
  }
  
  .zahvat-free .left ul li:nth-child(3){
      color: #000;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 25px;
      max-width: 524px;
      text-transform: uppercase;
  }
  
  .zahvat-free .right p{
    font-size: 18px;
    margin-bottom: 10px;
    display: table;
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-transform: uppercase;
}

  .zahvat-free .right input[type="text" i] {
width: 100%;
    height: 38px;
    box-shadow: inset 0 0 18px rgb(0 0 0 / 9%);
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    padding: 0 11px;
    outline: none;
    margin-bottom: 11px;
}

 .zahvat-free .right button{
    width: 100%;
    height: 39px;
    background-color: #2b7d1c;
    outline: none;
    border: none;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 10px;
}

  .prev-text{
      margin-top: 30px;
  }
  
  header .time{
  font-size: 11px;
  }
  
  header .container .info-wrapper .info-phone div .info-phone-number .mobile{
  display: block;
  margin-top:5px;
  }
  
  .mesendgers-header,
  .post{
      display: none;
  }
  
  .item_coll{
      width: 100%;
      padding: 0;
      margin: 0;
  display:flex;
  flex-wrap:wrap;
  }
  
  .item_coll li{
      float: left;
      text-align: center;
      list-style: none;
      width: 25%;
      padding: 1%;
      margin: 0;
  }
  
  .item_coll li img{
      margin: 5px;
      padding: 5px;
      border: 1px solid #b2b2b2;
      box-shadow: -1px 20px 16px -17px rgba(0, 0, 0, 0.29);
  }
  
  .item_coll:after{
      content: '';
      clear: both;
      display: block;
  }
  
  .our-works{
      background-color: #d7e0e4;
      padding: 40px 0;
  }
  
  .our-works .h4 {
      color: #3d637f;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      text-align: center;
      margin-bottom: 35px;
      font-size: 36px;
      text-transform: uppercase;
  }
  
  .our-works .all-works{
      display: block;
      margin: 20px auto 0;
      width: 177px;
      height: 40px;
      border-radius: 20px;
      outline: none;
      background-color: #2b7d1c;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .podmoskovie .container{
      background-color: #3d637f;
      padding: 40px 40px 30px 40px;
      margin: 60px auto;
      display: table;
  }
  
  .podmoskovie .container img{
      float:left;
      margin-right: 40px;
  }
  
  .podmoskovie .container .text .link{
      display: flex;
      flex-wrap: wrap;
  }
  
  .podmoskovie .container .text b{
      color: #fff;
      font-size: 30px;
      margin-bottom: 20px;
      display: block;
  }
  
  .podmoskovie .container .text .link a{
      width: 18%;
      color: #fff;
      display: block;
      padding: 7px 0;
      font-size: 16px;
      margin-right: 2%;
  }
  
  .otdelka-lestnic h2{
      color: #3d637f !important;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      text-align: center;
      margin-bottom: 35px;
      font-size: 36px !important;
      text-transform: uppercase;
  }
  
  .otdelka-lestnic .item {
      width: 100%;
      display: block;
      clear: both;
      width: 100%;
      display: inline-block;
      clear: both;
      border-bottom: 1px solid #ccc;
      padding: 30px 0;
  }
  
  .otdelka-lestnic .wrap .left{
      float:left;
      width: 25%;
      margin-right: 4%;
  }
  
  .otdelka-lestnic .wrap .right{
      width: 71%;
      float: left;
  }
  
  .otdelka-lestnic .wrap .right .item_coll li {
      width: 23%;
      padding: 1% !important;
  }
  
  .otdelka-lestnic strong {
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 22px;
      margin-bottom: 15px;
      display: block;
      color: #3e627f;
  }
  
  .otdelka-lestnic .item .button-wrap a {
      cursor: pointer;
      display: block;
      margin: 0 2%;
      width: 177px;
      height: 40px;
      border-radius: 20px;
      outline: none;
      background-color: #2b7d1c;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .otdelka-lestnic .price {
      margin: 20px 0;
  }
  
  .otdelka-lestnic .price span {
      display: inline-block;
      color: #2b7d1c;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 24px;
      margin-bottom: 0;
  }

  .dop-raboti{
  background: url("/bitrix/templates/main/img/dop-bg.webp") no-repeat center; background-size: cover;
  padding: 60px 0;
  }

  .dop-raboti .container{
  background:#3d637f;
  padding:20px;
  }

  .dop-raboti .container .right{
      display:table;
  }
  
  .dop-raboti .container .left{
      float: left;
      width: 370px;
padding-right: 30px;
  }
  
  .dop-raboti .container .left b,
  .dop-raboti .container .left .head{
      color: white;
      font-size: 28px;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      text-transform: uppercase;
margin: 60px 0 0 0;
    display: block;
  }
  
  .dop-raboti .container .left p{
      color: #fff;
      font-size: 16px;
  }
  
  .dop-raboti .container .left .zakaz {
      display: block;
      margin: 0 2%;
      width: 280px;
      height: 40px;
      border-radius: 20px;
      outline: none;
      background-color: #2b7d1c;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
      font-size: 14px;
      text-transform: uppercase;
  }
  
 
  .custom-accordion {
    color: #fff;
    font-family: 'Sunflower', sans-serif;
    padding-bottom: 2rem;
  }
  .custom-accordion > .item {
    padding: 1rem 2rem;
    margin: 0 auto;
    max-width: 30rem;
  }
  .custom-accordion > .item:last-of-type {
    background: #d7e0e4;
    text-align: center;
  }
  .custom-accordion > .item:last-of-type > .icon {
    color: #FFFFFF;
  }
  .custom-accordion > .item:nth-of-type(6) {
    padding-bottom: 2rem;
  }
  .custom-accordion > .item > .icon {
    color: #462521;
    font-size: 2rem;
  }
  .custom-accordion > .item > .title {
    font-size: 1.5rem;
  }
  
  .reviews .container{
  display:flex;
  margin-bottom: 60px;
  }
  
  .reviews .h2{
  color: #202124;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 45px;
      font-weight: 400;
      margin: 40px 0;
      text-transform: uppercase;
      text-align: center;
      color:#2b7d1c;
  }
  
  .reviews .container b{
      color: #3d2d2c;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  }
  
  .reviews .item{
  margin: 0 20px;
  }
  
  .home-type{
      padding:0 !important;
      width: 100%;
  background: none !important;
  }
  
  .home-type .sertific_wrap .photo_sertificate.sertific_item, .home-type .sertific_wrap .photo_sertificate2.sertific_item, .home-type .sertific_wrap .photo_sertificate3.sertific_item {
      max-width: 402px !important;
  }
  
  .home-type .photo_sertificate .slick-slide, .home-type .photo_sertificate2 .slick-slide, .home-type .photo_sertificate3 .slick-slide {
      width: 402px !important;
      margin:15px 0;
  }
  
  .home-type #sertific .sertific_wrap .prev, .home-type #sertific2 .sertific_wrap .prev, .home-type #sertific3 .sertific_wrap .prev {
      left: 0px !important;
  }
  
  @media screen and (min-width: 300px) and (min-height: 270px) {
    .custom-accordion {
      display: table;
      width: calc(100% - 330px);
      max-width: 1200px;
      margin: 0 auto;
      height: 300px;
      max-height: 1000px;
      overflow: hidden;
      padding-bottom: 0;
    }
    .custom-accordion > .item {
      display: table-cell;
      position: relative;
      height: 100%;
      padding: 2rem 1rem;
      text-align: center;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    }
    .custom-accordion > .item:hover:not(:last-of-type) {
      -webkit-transform: scaleX(2) translateX(-1px);
              transform: scaleX(2) translateX(-1px);
      box-shadow: 0 0 3rem #301916;
      background-size: auto;
      border-color: transparent;
    }
    .custom-accordion > .item:hover + .item {
      opacity: .0;
    }
    .custom-accordion > .item:hover + .item:last-of-type {
      opacity: .0;
    }
    .custom-accordion > .item:last-of-type > .title {
      -webkit-transform: rotate(0) translateX(-50%) translateY(-2.5rem);
              transform: rotate(0) translateX(-50%) translateY(-2.5rem);
      padding: 0;
      text-align: center;
    }
    .custom-accordion > .item:last-of-type > .content {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
    }
    .custom-accordion > .item:hover:not(:last-of-type) > .title {
      background: #CA2E55;
      text-align: center;
      padding: 0;
      display:none
    }
    .custom-accordion > .item:hover:not(:last-of-type) > .title > .text {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%;
      background: #CA2E55;
      padding: 0;
      display:none
    }
    .custom-accordion > .item:hover:not(:last-of-type) > .content {
      opacity: 1;
    }
    .custom-accordion > .item > .icon {
      font-weight: 700;
      font-size: 2rem;
      transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
      color: #FFFFFF;
    }
    .custom-accordion > .item > .title {
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 1.5rem;
      width: 200%;
      text-align: left;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
      font-size: 1.2rem;
    }
    .custom-accordion > .item > .title > .text {
      position: absolute;
      left: 0;
      bottom: 0;
      white-space: nowrap;
      transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
      background-color: #4c4c4c;
      padding: 5px;
      width: 170px;
    }
    .custom-accordion > .item > .title > .text a{
      color:#fff;
      text-decoration: none;
      }
    .custom-accordion > .item > .content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200%;
      height: auto;
      -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.5);
              transform: translateX(-50%) translateY(-50%) scaleX(0.5);
      transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
      opacity: 0;
      padding: 1rem;
      pointer-events: none;
  display: none;
    }
  }
  .heart-icon {
    color: #CA2E55;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
  }
  
  
      .calc-block {
          width: 100%;
          position: relative;
          display: block;
          margin: 30px auto;
          border: 2px solid #3d637f;
      }
      .calc-block .left-info {
          float: left;
          width: 25%;
          position: relative;        
          display: block;
          height: 100%;
      }
      .calc-block .left-info .content {
          width: 100%;
          padding: 20px 15px;
      }
      .calc-block .right-info {
          float: left;
          width: 100%;
          position: relative;        
          display: block;
          border-left: 2px solid #3d637f;
      }
      .calc-block .right-info.end {
          border-left: 0px solid #3d637f;
      }
      .calc-block .left-info.end {
          border-right: 2px solid #3d637f;
      }
      form.calc_info {
          display: none;
      }
      .clear {
          clear: both;
      }
      .calc-block .head {
          width: 100%;
          background-color: #3d637f;
          color: #fff;
          text-align: center;
          height: 60px;
          line-height: 60px;
          font-size: 16px;
      }
      .calc-block .head .step {
          background-color: #3d637f;
          width: 25%;
          float: left;
          margin: 0px;
          text-align: center;
      }
      .calc-block .head .step.active {
          background-color: #bedcf2;
          color: #3d637f;
      }
      .calc-block .head .step.changed {
          background-color: #2b7d1c;
      }
      .calc_inputs .step_info {
          width: 100%;
          background-color: #fff;
          padding: 30px;
          text-align: center;
          display: none;
      }
      .calc_inputs .step_info.active {
          display: flex;
      }
      .calc_inputs .input-block {
          margin: 0px auto;
          width: 25%;
          text-align: center;
      }
  
      .calc_inputs .input-block p{
          width: 90%;
  }
  
      .calc_inputs .step_info.active img{
          float:right;
          width: 75%;
          max-width: max-content;
  }
      .calc_inputs select, .calc_inputs input {
          display: block;
          position: relative;
          margin: 20px 0px;
          padding: 12px;
          font-size: 14px;
          width: 90%;
          border: 1px solid #3d637f;
      }
      .calc_inputs button {
          background: #2b7d1c;
          color: #ffffff;
          font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          border: 1px solid #2b7d1c;
          text-align: center;
          height: 38px;
          padding-left: 50px;
          padding-right: 50px;
          border-radius: 20px;
          cursor: pointer;
          position: relative;
          display: block;
      }
      .calc_inputs select.error, .calc_inputs input.error {
          border: 2px solid red;
      }
  
  .calc h2{
      color: #3d637f;
      font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      text-align: center;
      margin-bottom: 35px;
      font-size: 36px;
      text-transform: uppercase;
  }
  
  .calc>p{
      text-align: center;
  }
  
  .circle{
      display: flex;
      flex-wrap: wrap;
  }
  
  .circle .item{
      width: 22%;
      margin-right: 4%;
      text-align: center;
  }
  
  .circle .item:nth-child(4){
      margin-right: 0;
  }
  
  .circle .item img{
      border-radius: 50%;
      padding: 5px;
      border: 1px solid #b2b2b2;
  }
  
  .price-important{
  display:none;
  }
  
  .work-price{
      display: block;
      margin: 20px 0 30px 0;
      width: 177px;
}



.popupover {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: #000;
  opacity: 0.6;
}

.popup_success {
  position: fixed;
  display: none;
  padding: 30px 15px;
  top: 10%;
  z-index: 1000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
	left: 15%;
    width: 70%;
    text-align: center;
}
.popup_form,
.popup_form2, .popup_form_order {
  position: fixed;
  display: none;
  left: 5%;
  max-width: 1340px;
	width: 90%;
  padding: 0px;
  top: 10%;
  z-index: 1000;
}

.popup_success p {
    font-size: 14px;
    text-transform: initial;
    margin: 10px 0;
}

.popupover {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 999;
	display: none;
	opacity: 0.6;
	top: 0px;
	left: 0px;
}


.color-podstolie{
display: flex;
}

.color-podstolie .item{
    margin-right: 4.5%;
    width: 31%;
}

.color-podstolie .item:nth-child(3){
    margin-right: 0;
}

.color-podstolie .item ul{
    padding: 0;
    margin: 0;
}

.color-podstolie .item ul li{
	float: left;
    width: 48%;
    padding: 0;
    margin: 0 4% 2% 0;
    list-style: none;
}

.color-podstolie .item ul li:nth-child(2n){
    margin-right: 0;
}

.color-podstolie .item b{
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: #374468;
}

.color-podstolie .item p{
	margin: 10px 0 20px 0;
    color: #63514e;
}

.color-podstolie .js-click-modal{
	margin: -12px auto 0 !important;
    position: relative;
    width: 250px;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
    display: block;
    text-align: center;
}

.block-end{
    display: block;
    margin: 50px auto;
    max-width: 80%;
}

.section_description{
    margin-bottom: 50px;
}

.nerja-2-coll{
    background: #e5ebf6;
    margin: 40px 0;
}

.nerja-2-coll b {
    font-size: 30px !important;
    margin: 15px 0 !important;
    display: block;
}

.nerja-2-coll p {
line-height: 1.4;
}

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

.etapi>div{
width: 45%;
    margin-bottom: 30px;
}
.etapi b{
color: #3d637f;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

.etapi b span{
color: #9ec1db;
    font-size: 33px;
    margin-right: 10px;
}
.etapi p{
    font-size: 16px;
    line-height: 1.3;
}

.text-slider{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.container-slider{
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
}

.container-slider .left{
float:left;
margin-top: 81px;
}

.container-slider .left .top{
font-size: 60px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    max-width: 750px !important;
    display: block;
line-height: 1.2 !important;
text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
color: #fff;
}

.container-slider .left i{
color: #fff;
    font-size: 33px;
    font-style: normal;
    font-weight: 100;
    padding: 15px;
    background: #323360;
    text-transform: uppercase;
    display: inline-block;
}

.container-slider .right{
float:right;
    width: 376px;
background: #e2e5ee;
    padding: 25px 40px;
    border-radius: 8px;
    margin: 35px 0;
}

.container-slider .right ul li{
font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3762;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
padding: 5px 0;
}

.container-slider .right b{
font-size: 18px;
    font-weight: bold;
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    padding: 10px 0 5px;
    display: block;
    text-align: center;

}

.container-slider .right i{
    font-size: 14px !important;
    font-style: normal !important;
    color: #666 !important;
    display: block !important;
    text-align: center !important;
margin: 5px 0 !important;
}

.container-slider .right ul li img{
float:left;
margin-right:10px;
}

.container-slider .right form input {
    width: 316px;
    height: 38px;
    box-shadow: inset 0 0 18px rgb(0 0 0 / 9%);
    border: 1px solid #b2b2b2;
    outline: none;
    padding: 0 10px;
    margin-bottom: 11px;
    border-radius: 5px;
}

.container-slider .right form button {
    padding: 0 20px !important;
    width: 316px !important;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
}

.slider .text-slider strong{
color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
}

.slider .text-slider span{
color:#fff;
text-transform: uppercase;
    font-size: 27px !important;
    margin-bottom: 10px !important;
}

.slider .text-slider button{
	width: 178px;
    height: 39px;
    background-color: #c31b1b;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
}
@media only screen and (min-width: 1600px) {
.popup_form,
.popup_form2, .popup_form_order {
  left:calc(50% - 670px);
}
}
.popup_form #whyWe,
.popup_form2 #whyWe, .popup_form_order #whyWe {
  margin: 0px;
  padding: 0px;
}
.popup_form #whyWe .why_form,
.popup_form2 #whyWe .why_form, .popup_form_order #whyWe .why_form {
  margin: 0px;
}
.popup_form .container,
.popup_form2 .container, .popup_form_order .container {
  margin: 0px;
  padding: 0px;
}
.popup_success .content_text {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup_success .close, .popup_form .close, .popup_form2 .close, .popup_form_order .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    background-color: #2b7d1c;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	font-size: 22px;
}

.popup_form2 b, .popup_form_order b {
font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    max-width: 480px;
    color: #052838;
}

.popup_success .close:before, .popup_form .close:before, .popup_form2 .close:before, .popup_form_order .close:before  {
  content: "\2716";
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.slick-list {
  width: 100% !important;
}

.photo_sertificate .slick-slide {
  width: 290px !important;
}

.o_dist {
  display: none;
}
.o_dist.active {
  display: block;
}

.tovar {
display: flex;
    flex-wrap: wrap;
margin-top: 40px;
}

.tovar .left{
    width: 60%;
    margin-right: 5%;
}

.tovar .right{
    width: 35%;
}

.tovar .right .about{
margin-bottom:20px;
}

.tovar .right .nalichie{
color: #3c8a08;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
}

.tovar .right .time,
.tovar .right .delivery{
color: #3c8a08;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.tovar .right strong{
font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px 0 !important;
    display: block;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    color: #202124;
}

.tovar .right form strong{
    margin: 20px 0 15px 0 !important;
}

.tovar .right .item{
margin: 10px 0;
    border-bottom: 1px solid #bbb;
padding-bottom:5px;
}

.tovar .right .item select{
    width: 50%;
    display: inline-block;
    padding: 3px;
    border: 1px solid #bbb;
}

.tovar .right .item .color option{
padding:5px;
}

.tovar .right .item b{
    width: 49%;
    display: inline-block;
}

.tovar .right .price{
    color: #3c8a08;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.tovar .right .price span{
text-decoration: line-through;
    color: #999;
}

.tovar .right  .js-click-modal{
width: 263px;
    height: 39px;
    background-color: #2b7d1c;
    outline: none;
    border: none;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
   display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
}

.tovar .right b{
color: #4b7d1d;
    margin-bottom: 10px;
    display: inline-block;
}

.tabs .js-click-modal{
    height: 39px;
    background-color: #2b7d1c;
    outline: none;
    border: none;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
   display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0 30px;
}

.tovar .right .share{
display: inline-block;
    color: #999;
    clear: both;
    margin: 30px 0 10px 0 !important;
}

.ya-share2__badge span {
    margin-bottom: 0 !important;
  }
.slider{
    height: 450px;
	position: relative;
overflow: hidden;
clear: both;
}

#slider{
	overflow: hidden;
	height: 450px;
	width: 100%;
}
#slider ul{
    margin: 0;
    padding: 0;
}
#slider li{
	float: none;
	padding: 0;
}
#slider .image1{
	left: 0;
}
#slider .image2{
	right: -40px;
	left: inherit !important;
}
#slider .image3{
	left: 50%;
}
#slider .image4{
	right: -250px;
	left: inherit !important;
}
.text-slider{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.slider .text-slider strong{
color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
}

.slider .text-slider i{
    color: #a8d6ef;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin: 15px 0;
}

.slider .text-slider span{
color:#fff;
text-transform: uppercase;
    font-size: 27px !important;
    margin-bottom: 10px !important;
}

.slider .text-slider button{
/	width: 178px;
padding: 0 20px;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
}


.slider-mobile{
    width: 100%;
	display:none;
} 

.slider-inside{
	background: url(/bitrix/templates/main/img/slider-inside.jpg) top center no-repeat;
    height: 209px;
}

.slider-inside strong{
	color: #4d4038;
    font-size: 37px;
    text-transform: uppercase;
 margin: 20px 0 10px 0;
    font-weight: 900;
    float: left;
    width: 50%;
    clear: both;
}

.slider-inside i{
color:#fff;
    font-size: 24px;
    text-transform: uppercase;
	background:#658f0c;
    font-style: normal;
    font-weight: bold;
    width: 547px;
text-align: center;
    display: block;
padding: 18px 0;
	float:right;
    margin: 50px 0 0 0;
}

.slider-inside i span{
color:#fff;
    font-size: 35px;
	display:block;
}

.slider-mobile-inside{
    width: 100%;
	display:none;
} 

.catalog-kamnya{
background: #f3f3f3;
    padding: 75px 0;
    display: inline-block;
    width: 100%;
margin: 50px 0;
}

.catalog-kamnya img{
display: block;
    float: left;
    width: 12.5%;
}

.catalog-kamnya .space{
margin: 21px -6px 0 -6px;
    width: 12px;
    background: #4c3737;
    display: block;
    height: 247px;
    float: left;
    z-index: 10;
    position: relative;
}

.catalog-kamnya .text,
.catalog-kamnya .text-bottom {
display: inline-block;
    width: 100%;
}

.catalog-kamnya .text-bottom p{
color: #636363;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    line-height: 1.4;
}

.catalog-kamnya .text-bottom .left{
    float: left;
    width: 45%;
text-align: left;
}

.catalog-kamnya .text-bottom .right{
    float: right;
    width: 45%;
text-align: right;
}

.catalog-kamnya .text p:nth-child(1){
color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
}

.catalog-kamnya .text p a{
    color: #3c8a08;
}

.catalog-kamnya .text p:nth-child(2){
color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    float: right;
}

.catalog-kamnya .button {
    display: inline-block;
    padding: 0 20px;
}


.name{
color: #374468;
}

.tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 30px auto;
    border-bottom: 4px solid #ccc;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label p {
    padding: 5px;
    margin: 5px 0;
    font-weight: bold;
}
.tabs label {
display: block;
    float: left;
    width: 30%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    transition: all 0.5s;
background: #4d607d;
    border-radius: 10px 10px 0 0;

font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 15px;
        padding: 5px;
    font-weight: bold;
}
.tabs label span {
    display: none;
}
.tabs label:hover {
    color: #ffffff;
    background: #374468;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background: #c2cfd5;
}

.tabs [id^="tab"]:checked + label {
color: #555e7b;
    font-weight: bold;
    background: #c6ced4;
}
#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2,
#tab-3:checked ~ #tab-content-3,
#tab-4:checked ~ #tab-content-4
{
    display: block;
}

.slick-dots{
    display: none!important;
}

.color-stone img{
    width: 11%;
    margin: 0.5%;
}

.color-stone .active{
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
border: 5px solid #2b7d1c;
}

.popular-product{
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    margin: 36px 0;
}

.services .services-item:hover p a {
    text-decoration: none !important;
    color: #374468 !important;
}
.sections_block h1 {
	display: block;
	width: 100%;
	margin-bottom: 40px;
/	margin-top: -40px;
	position: relative;
}
.color-stone {
	cursor: pointer;
}

.three {
	background: #f3f3f3;
    padding: 75px 0;
    display: inline-block;
    width: 100%;
/    margin: 50px 0;
 margin:0 !important;
}

.three .wrap {
    display: flex;
    flex-wrap: wrap;
}

.three .item {
    width: 30%;
    margin-right: 5%;
}

.three .item:nth-child(3n) {
    margin-right: 0;
}

.three strong {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: #374468;
	margin-top: 40px;
}


.three i {
font-family: arial;
}

.three .item p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
}

.three .item .price-list-item button{
    width: 178px;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
	display: block;
    text-align: center;
    line-height: 39px;
	margin:0 auto;
}

.personal{
    display: flex;
	border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.personal .item{
    margin-right: 20px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
}

.personal b{
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.personal img{
	margin-right: 30px;
    float: left;
}

.skidka-data{
border-radius: 10px;
    background-color: #b56e6e;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    margin: 10px 25px;
    padding: 5px;
}

.action{
background: url(/bitrix/templates/main/img/action-2022.webp) no-repeat center/cover;
min-height: 235px;
margin: 50px 0;
width: 100%;
}


.action img{
  display: none;
}

.action .action-a{
    display: table;
    margin: 0;
    width: 100%;
    background: none;
    min-height: 253px;
}

.tags_block a{
    border-radius: 5px;
    background-color: #2b7d1c;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
}

 .garant{
  background: url(/bitrix/templates/main/img/garantiya-bg.webp) no-repeat 0% 100%;
      text-align: center;
min-height: 420px;
    margin: 90px 0;
  }
  
  .garant img{
	display: block;
    margin: -35px 0;
    width: auto;
    float: right;
  }

  .garant .text{
    display: block;
    margin: 43px -250px 43px 0;
    width: 1030px;
    float: left;
    background: #2b6087;
    text-align: left;
    box-sizing: border-box;
    padding: 47px 120px 47px 63px;
  }

  .garant .text h2{
    color: #fff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

  .garant .text i{
color: #b1d8f5;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 600;
    font-size: 42px;
    font-style: normal;
}

  .garant .text p{
color: #b1d8f5;
    font-size: 18px;
    max-width: 712px;
}

  .garant .text hr{
    height: 3px;
    background: #b1d8f5;
    border: 0;
    width: 100%;
    max-width: 712px;
    margin-left: 0;
}

 .materials{
    background: #e1ecf7;
    padding: 50px 0px 55px 0px;
    margin-bottom: 50px;
  }
  .materials .sertific_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
 .materials h2{
color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

 .materials .h4{
color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

 .materials .left{
width: 100%;
    max-width: 464px;
    margin-right: 100px;
}

 .materials .left>div{
       width: 45%;
    margin-right: 10%;
    float: left;
}

 .materials .left>div:nth-child(2n+1){
    margin-right: 0;
}

 .materials .left img{
       width: 100%;
}
 .materials i{
font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}

.materials button{
	background-color: #374468;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
display: inline-block;
    padding: 0 20px;
}

.tovar .color i {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    display: block;
color: #374468;
}

.tovar .color .button{
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    background: #374468;
    text-align: center;
    line-height: 40px;
    display: inline-block;
padding: 0 20px 0 45px;
    margin-top: 10px;
    background: url(/bitrix/templates/main/img/video-button.webp) left center no-repeat #374468;
background-position-x: 6px;
}

.button-video{
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    background: #374468;
    text-align: center;
    line-height: 40px;
    display: inline-block;
padding: 0 20px 0 45px;
    margin-top: 10px;
    background: url(/bitrix/templates/main/img/video-button.webp) left center no-repeat #374468;
background-position-x: 6px;
}

.button-center{
	color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0 45px;
    margin: 10px auto;
    background: #374468;
    border: 0;
}

.nerja{
    display: flex;
flex-wrap: wrap;
}

.nerja div{
       width: 22%;
margin-right:3%;
}

.nerja i {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 30px;
    display: block;
}

.nerja .button {
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
padding: 0 20px 0 45px;
    margin-top: 10px;
    background: url(/bitrix/templates/main/img/video-button.webp) left center no-repeat #374468;
background-position-x: 6px;
}


.horeca-partners{
display: flex;
    padding: 90px 0;
    text-align: center;
}

.horeca-partners .item{
    width: 22%;
    margin-right: 4%;
    float: left;
}

.horeca-partners .item:nth-child(5){
margin-right:0;
}

.horeca-partners .item img {
    border-radius: 50%;
    border: 4px solid #ccdbe7;
}
.horeca-partners .item b {
color: #396e95;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase;
    display: block;
}

.footer-menu{
    background: #d7eef9;
    display: table;
    padding: 40px 0;
    width: 100%;
}

.footer-menu .left{
	float:left;
    width: 35%;
    margin-right: 3%;
}

.footer-menu .center{
	float:left;
    width: 35%;
    margin-right: 3%;
}

.footer-menu .right{
	float:left;
    width: 20%;
    margin-right: 3%;
}

.footer-menu a{
    color: #7688bf;
    text-decoration: none;
    font-size: 18px;
}

.footer-menu li{
    display: block;
    margin: 5px 0;
}

.footer-menu b{
	font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #374468;
    display: block;
}


  .trio .item p {
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 16px;
  }
  .trio .item span {
    display: inline-block;
    color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
  }
  .trio .item .button-wrap a {
    cursor: pointer;
    display: block;
    margin: 0 2%;
    width: 177px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    background-color: #2b7d1c;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    text-transform: uppercase;
  }
  .trio .item .button-wrap a:hover {
    background-color: #3fa52c;
  }
  
  .trio .item .button-wrap .more{
  background-color: #374468;
  }
  
  .trio .item .button-wrap .more:hover {
  background-color: #5d8bb3;
  }

  .trio{
      padding: 64px 0 0 0;
  }
  .trio .container{
      padding: 0 0 80px 0;
  }
  
  .trio .container .wrap{
      display: flex;
      flex-wrap: wrap;
  }
  
  .trio .item{
      width: 30%;
      margin-right: 5%;
overflow-x: hidden;
  }
  
  .trio .item:nth-child(3){
      margin-right: 0;
  }
  
  .trio strong{
  font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
      font-size: 18px;
      margin-bottom: 15px;
          display: block;
      color: #3e627f;
  }
  
  .trio img{
  margin: 15px 0;
  }
  
  .trio .price{
      text-align: center;
  margin: 20px 0;
  }

.item-video{
    width: 31%;
    float: left;
padding: 0.5%;
    border: 1px solid #b2b2b2;
    box-shadow: -1px 20px 16px -17px rgb(0 0 0 / 29%);
    margin:20px 2% 20px 0;
}

.item-video:nth-child(3){
    margin-right:0;
}

.item-video i{
	font-style: normal;
    padding: 10px;
    display: block;
    color: #374468;
    font-size: 14px;
    font-weight: bold;
}

.tabset > input {
  display:block; /* "включает" скрытые элементы в IE/Edge */
  position:absolute; /* а потом скрывает их за пределом экрана */
  left:-100%;
}

.tabset > ul {
  position:relative;
  list-style:none;
  display:flex;
  margin:0;

}


.tabset > ul label {
width: 162px;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    border: none;
    display: block;
    text-align: center;
    line-height: 39px;
    margin-right: 20px;
    border-radius: 20px;
}



.tabset > div {
  position:relative;
}

.tabset > div  > section > p{
color: #cceaf3;
}


.tabset > input:nth-child(1):checked ~ ul li:nth-child(1) label,
.tabset > input:nth-child(2):checked ~ ul li:nth-child(2) label,
.tabset > input:nth-child(3):checked ~ ul li:nth-child(3) label,
.tabset > input:nth-child(4):checked ~ ul li:nth-child(4) label,
.tabset > input:nth-child(5):checked ~ ul li:nth-child(5) label,
.tabset > input:nth-child(6):checked ~ ul li:nth-child(6) label,
.tabset > input:nth-child(7):checked ~ ul li:nth-child(7) label,
.tabset > input:nth-child(8):checked ~ ul li:nth-child(8) label,
.tabset > input:nth-child(9):checked ~ ul li:nth-child(9) label {
  background:hsl(110deg 66% 43%);
  border-bottom-color:hsl(220, 100%, 98%);
}


.tabset > div > section,
.tabset > div > section h2 {
  position:absolute;
  top:-999em;
  left:-999em;
}


.tabset > div > section {
  padding:1em 0;
}


.tabset > input:nth-child(1):checked ~ div > section:nth-child(1),
.tabset > input:nth-child(2):checked ~ div > section:nth-child(2),
.tabset > input:nth-child(3):checked ~ div > section:nth-child(3),
.tabset > input:nth-child(4):checked ~ div > section:nth-child(4),
.tabset > input:nth-child(5):checked ~ div > section:nth-child(5),
.tabset > input:nth-child(6):checked ~ div > section:nth-child(6),
.tabset > input:nth-child(7):checked ~ div > section:nth-child(7),
.tabset > input:nth-child(8):checked ~ div > section:nth-child(8),
.tabset > input:nth-child(9):checked ~ div > section:nth-child(9) {
  position:Static;
}


  .price-list-table{
      width: 100%;
  border-collapse: collapse;
  }
  
  .price-list-table th{
      background-color: #3d637f;
      text-align: left;
      color: #fff;
      font-weight: bold;
      padding: 12px 10px;
  }
  
  .price-list-table tr{
      padding: 12px 10px;
      border-bottom:1px solid #ccc;
  }
  
  .price-list-table td{
      padding: 8px 10px;
  }
  
  .price-list-table tr:nth-child(odd){
  background: #d7e0e4;
  }
  
  .price-list-table tr:hover{
  background: #c9d2d6;
  }
  
  .price-list-table img{
  cursor: zoom-in;
  }
  
  .price-list-table .img{
  width: 220px;
  }

.material-otdelka{
    display: flex;
}

.material-otdelka .item{
margin-right:10px;
}

.material-otdelka .item p{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    display: block;
    color: #d4edff;
}

.offer{
    background-image: url(/bitrix/templates/main/img/offer-bg.webp);
background-size: cover;
margin-bottom:50px;
}

.nerjaveyka-offer{
    background-image: url(/bitrix/templates/main/img/nerjaveyka-offer.webp);
background-size: cover;
margin-bottom:50px;
}


.offer>div{
    display: flex;
    flex-wrap: wrap;
}

.offer .left{
  width: 34%;
padding: 2%;
background: rgba(33, 33, 33, 0.65);
}

.offer .left img:nth-child(1){
float:left;
margin-right:15px;
}

.offer .left b:nth-child(2){
font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-align: left;
    display: block;
    color: #fff;
margin-top: 17px;
}

.offer .left b:nth-child(3){
    color: #ade2fa;
font-size: 36px;
    text-align: left;
}

.offer .left p{
    display: inline-block;
    clear: both;
    margin: 20px 0 0;
    color: #fff;
    font-size: 18px;
    background: #2b7d1c;
    padding: 18px;
}
.offer .left img:nth-child(5){
float:left;
margin-right:15px;
}

.offer .left .pol{
width: 178px;
    height: 40px;
    background-color: #3c8a08;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
    display: block;
    float: right;
    text-align: center;
    margin-top: 17px;
}

.offer .center{
  width: 43%;
padding: 2%;
background: rgba(80, 80, 80, 0.70);
}

.nerjaveyka-offer .center{
  width: 43%;
padding: 2%;
background: rgba(80, 80, 80, 0.50);
}

.offer .right{
  width: 23%;
padding: 2%;
background: rgba(55, 68, 104, 0.95);
}

.offer .left b{
font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    display: block;
    color: #b1d8f4;
}

.offer .center b{
font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    display: block;
    color: #fff;
margin-bottom: 28px;
}

.offer .center strong{
font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    display: block;
    color: #bfe4f5;
    margin-top: 28px;
}


.offer .center p{
    line-height: 31px;
font-size: 18px;
    color: #fff;
margin-bottom:0;
}

.offer .center p img{
float:left;
margin-right:10px;
}

.offer .center p span{
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
margin-bottom:0;
}

.offer .right b{
font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    display: block;
    color: #fff;
}

.offer .right i{
color: #c2d6e0;
    font-style: normal;
    padding: 20px 0;
    display: block;
}

.offer .right p{
font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    display: block;
    color: #78ea2b;
display: flex;
    line-height: 45px;
}

.offer .right p img{
margin-right:8px;
}

.offer .right .pol{
    color: #d7e0e4;
    font-size: 11px;
    text-align: center;
    display: block;
}

.offer form input {
    width:100%;
    height: 36px;
    box-shadow: inset 0 0 18px rgb(0 0 0 / 9%);
    color: #202124;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 18px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    padding: 0 11px;
    outline: none;
    margin-bottom: 11px;
}

.offer form button {
 width: 100%;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
margin-bottom: 15px;
}

.design {
    padding: 80px 0px 80px 0px;
}
.design .design_wrap{
    display: flex;
    flex-wrap: wrap;
}

.design .design_item{
	width: 45%;
	margin-right:5%;
    border-left: 5px solid #d7e3e7;
    padding-left: 30px;
}

.design .design_item b{
    color: #4a7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}


.stair-for{
    background-color: #d7e0e4;
    margin: 50px 0;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.stair-for .item{
    width: 22%;
    margin-right: 4%;
    float: left;
}

.stair-for .item:nth-child(5){
margin-right:0;
}

.stair-for .item img {
    border-radius: 50%;
    width: 80%;
    border: 4px solid #3d637f;
}

.stair-for .item b {
color: #3d637f;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase;
    display: block;
}

.h2-center{
color: #2b7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
}

.reviews{
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    padding: 40px 0;
}

.vk_item{
    min-width: 110px;
}

.actions-banner .pc{
    display: block;
}

.actions-banner .mobile{
    display: none;
}

.actions-banner-4{
    background-color: #d7e0e4;
    padding: 40px 0;
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.actions-banner-4 .wrapper .item{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.actions-banner-4 .wrapper .item:nth-child(2n){
text-align: right;
}

.actions-banner-4 h2{
    color: #3d637f;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px;
    text-transform: uppercase;
}

.actions-banner-4 .wrapper .item img{
max-width: 94%;
}

.actions-banner-4 .more{
    display: inline-block;
    width: 177px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    background-color: #374468;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: calc(50% - 88px);
}

.white{
    background-color: #fff !important;
}

.tovar .right form input[type="text"]  {
width: 100%;
    height: 38px;
    box-shadow: inset 0 0 18px rgb(0 0 0 / 9%);
    border: 1px solid #b2b2b2;
    outline: none;
    padding: 0 10px;
    margin-bottom: 11px;
    border-radius: 5px;
}

.tovar .right form button {
width: 100%;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
}

.oborudovanie{
    display: inline-block;
    width: 100%;
padding: 80px 0;
}

.oborudovanie .text{
width: 480px;
    float: left;
}

.oborudovanie .text p:nth-child(1){
color: #4a7d1c;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.oborudovanie .text p:nth-child(2){
color: #374468;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.oborudovanie .text div{
background: #374468;
padding:15px
}

.oborudovanie .text div p{
color: #fff !important;
    font-size: 16px !important;
    text-transform: none !important;
font-family: "Muller Regular" !important;
}

.oborudovanie .text>p>a{
width: 178px;
    height: 39px;
    background-color: #2b7d1c;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    outline: none;
    border: none;
    border-radius: 20px;
    float: right;
    text-align: center;
}

.oborudovanie .text div p a{
    color: #d4ddf7;
}

.oborudovanie img{
   float: right;
width: calc(100% - 500px);
}

.wrap-two{
display: table;
}

.wrap-two .item:nth-child(1){
   float: left;
width: 47%;
}


.wrap-two .item:nth-child(2){
   float: right;
width: 47%;
}

.projects h2{
font-family: "Montserrat", sans-serif; font-optical-sizing: auto;  font-weight: 900;
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px;
    text-transform: uppercase;
}

.city a{
padding: 10px;
}


  @media all and (max-width: 1500px) {
.free-3d .text h2 {
    font-size: 40px;
    line-height: 40px;
}

.free-3d .text p {
    font-size: 16px;
    max-width: 450px;
}

.free-3d .text i {
    font-size: 30px;
}
.free-3d .text hr {
    max-width: 450px;
}

.free-3d .text {
    margin: 43px -589px 43px 0;
    max-width: 1010px;
    width: 100%;
}
}


  @media all and (max-width: 1400px) {
  .zahvat-free .left ul li:nth-child(1) {
      font-size: 30px;
  }
  
  .zahvat-free .left ul li:nth-child(2) {
      font-size: 30px;
  }
  
  .zahvat-free .left ul li:nth-child(3) {
      font-size: 20px;
  }
  
    .sale .container {
      padding-right: 20px;
    }

.garant .text h2 {
    font-size: 40px;
    line-height: 40px;
}

.garant .text i {
    font-size: 32px;
}

.garant .text hr {
    max-width: 485px;
}

.garant .text p {
    font-size: 16px;
    max-width: 485px;
}

.garant .text {
    margin: 43px -300px 43px 0;
max-width: 870px;
    width: 100%;
}
  }
  
  @media all and (max-width: 1460px) {
    .sec-menu .container .sec-menu-wrapper ul li {
      margin-right: 17px;
    }
.catalog-kamnya .space {
    height: 200px;
}
  }
  
  @media all and (max-width: 1420px) {
    .we-offer .container .we-offer-right-item ul li {
      font-size: 15px;
    }

.offer .left b {
    font-size: 25px;
}
  }

@media all and (max-width: 1350px) {
.offer .center b {
    font-size: 25px;
}
.offer .center p {
    font-size: 16px;
}
.offer .center strong {
    font-size: 25px;
}
.offer .right p img {
    display: none;
}
}

  @media all and (max-width: 1330px) {
    .our-serv .container .our-serv-right-left ul li {
      font-size: 15px;
    }
  
    .we-offer .container .we-offer-left {
      margin-right: 40px;
    }
  
    .sec-menu .container .sec-menu-wrapper ul {
      display: flex;
      justify-content: flex-start;
      padding: 0px 10px;
      width: 100%;
    }
    .sec-menu .container .sec-menu-wrapper ul li {
      margin-right: 17px;
    }
  }
  @media all and (max-width: 1280px) {
    .we-offer .container .we-offer-left p.h3 {
      width: 100%;
    }
  
    .we-offer .container .we-offer-left p.offer-text {
      width: 100%;
    }
  
    .we-offer .container {
      flex-direction: column;
    }
    .we-offer .container .we-offer-left {
      margin-bottom: 30px;
      margin-right: 0;
      width: 100%;
      text-align: center;
    }
    .we-offer .container .we-offer-left .h3 {
      width: auto !important;
    }
    .we-offer .container .we-offer-left p.offer-text {
      width: auto;
      margin: 0 auto;
      margin-bottom: 20px;
      max-width: 700px;
    }
    .we-offer .container .we-offer-left img {
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .we-offer .container .we-offer-left form {
      margin: 0 auto;
    }
    .we-offer .container .we-offer-left .hr-hl {
      margin: 0 auto;
      margin-bottom: 20px;
    }
  
    .services .container .services-item-visible {
      padding: 10px 15px;
    }
  
    .services .container .services-item-visible-name p {
      width: fit-content;
      font-size: 16px;
    }
.tovar .right .item select,
.tovar .right .item b{
    width: 100%;
}

.dop-raboti .container .left {
    width: 100%;
    margin-bottom: 20px;
}
.dop-raboti .container .left b,
  .dop-raboti .container .left .head {
    margin-top: 20px;
}

.dop-raboti .container .left .zakaz {
    display: none;
	}

.container-slider .left .top {
    font-size: 40px !important;
    max-width: 500px !important;
}
.sec-menu .container .sec-menu-wrapper form {
    display: none;
}
  }
  @media all and (max-width: 1215px) {
    .sale .container {
      padding: 0 20px;
    }
    .sale .container .text {
      margin-left: 0;
    }
  
    .lets-start .container .order-list {
      flex-direction: column;
      align-items: center;
    }
    .lets-start .container .order-list-item {
      margin-bottom: 15px;
    }
  
    .price-list .container .price-list-wrapper {
      flex-wrap: wrap;
      justify-content: space-around;
    }
  
    .price-list .container .price-list-wrapper .price-list-item {
      width: 40%;
      margin-bottom: 20px;
    }
    .price-list .container .price-list-wrapper .price-list-item img {
      display: block;
      margin: 0 auto;
    }

 
    .our-serv .container .our-serv-right {
      width: 100%;
      flex-direction: column;
    }
    .our-serv .container .our-serv-right-left {
      width: 100%;
    }
    .our-serv .container .our-serv-right-right {
      width: 100%;
    }
  
    .our-serv .container {
      flex-direction: column;
      align-items: center;
    }
    .our-serv .container .our-serv-left {
      text-align: center;
      width: 100%;
      margin-right: 0;
    }
    .our-serv .container .our-serv-left p {
      max-width: inherit;
    }
    .our-serv .container .our-serv-left span {
      width: auto;
      margin-bottom: 10px;
    }
    .our-serv .container .our-serv-left .hr-hl {
      margin: 0 auto;
      margin-bottom: 20px;
    }
  
    header .container .logo-wrapper .logo {
      height: auto;
      width: 151px;
    }
  
  .zahvat-free .left ul li:nth-child(3) {
      font-size: 14px;
  }
.action{
  background: none;
}
.action img{
    display: inline-block;
    max-width: 48%;
}

.free-3d img {
    display: none;
}

.free-3d {
    margin-top: 0;
}
  }
  @media all and (max-width: 1170px) {
    #district .acard_ul li {
      width: auto;
    }
  
    header .container .info-wrapper .info-item.info-rejim {
      display: none;
    }
  
    header .container .info-wrapper .info-item {
      font-size: 12px;
    }
.catalog-kamnya .space {
    height: 150px;
}
.garant img {
    display: none;
}
.lets-start {
    padding-bottom: 0;
}
  }

  @media all and (max-width: 1100px) {
.personal b {
    font-size: 15px;
}
}


  @media all and (max-width: 1060px) {
    .sec-menu .container .sec-menu-wrapper {
      padding: 15px 15px;
    }
  
    .services .container .services-item-visible-name p {
      font-size: 12px;
    }

.tovar .left,
.tovar .right {
    width: 100%;
    margin-right:0;
    margin-bottom:30px;
}

.offer .left {
    width: 100%;
}

.offer .center {
    width: 60%;
}

.offer .right {
    width: 40%;
}
  }
  @media all and (max-width: 992px) {
    .sec-menu .container .sec-menu-wrapper form input {
      width: 250px;
    }
  
    .sec-menu .container .sec-menu-wrapper {
      justify-content: flex-end;
    }
  
    .sec-menu .container .sec-menu-wrapper ul {
      display: none;
    }
  
    #district .district_bg .offer_dist {
      flex-direction: column;
      align-items: center;
    }
  
    #district .district_bg .offer_dist .list_distr .distr_ban p {
      font-size: 20px;
    }
  
    #district .district_bg .offer_dist .list_distr .distr_ban p strong {
      font-size: 28px;
    }
  
    .who-we .container {
      flex-direction: column;
      align-items: center;
    }
    .who-we .container .who-we-left {
      margin-bottom: 10px;
    }
  
    .who-we .container .who-we-right,   .who-we .container .who-we-left {
      margin-left: 0;
      width: 100%;
    }
    .who-we .container .who-we-right p {
      text-align: center;
    }
    .who-we .container .who-we-right span {
      max-width: inherit;
    }
    .who-we .container .who-we-right a {
      margin: 20px auto 0;
    }
  
    footer .foot_menu_nav ul li {
      display: none;
    }
  
    footer .foot_menu_nav ul li.dev {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    footer .foot_feedback .container {
      flex-direction: column;
    }
  
    footer .foot_feedback .feedback-company {
      max-width: 100%;
      margin-bottom: 15px;
    }
  
    .whyWe .why_form .field_group input {
      width: 220px;
      margin-right: 10px;
    }
  
    .whyWe .why_form {
      padding: 45px 20px 65px 20px;
    }
  header .container .logo-wrapper .menu-button {
      display: block;
  }

.personal {
    display: block;
}

.personal>div {
    display: inline-block;
    margin-bottom: 25px;
}
.horeca-partners .item {
    width: 44%;
    margin-right: 4%;
    float: left;
}

.tabset > ul label {
    width: 100%;
    font-size: 12px;
    margin-right: 30px;
}

.tabset > ul li {
    margin-right:10px;
}

.actions-slider {
    background: none;
}

.slider {
height: 400px;
    margin-top: 50px;
}
.container-slider .left .top {
margin-bottom: 25px;
    color: #2b7d1c;
    text-shadow: none;
    font-size: 25px !important;
		}

.container-slider .left {
    display: none;
}

.container-slider .right {
    float: none;
    width: 100%;
    margin-top: 17px;
}

.container-slider .right form input, 
.container-slider .right form button{
    width: 100% !important;
}

.actions-banner .pc{
    display: none;
}

.actions-banner .mobile{
    display: block;
}
.oborudovanie .text {
    width: 100%;
}
.oborudovanie img {
    width: 100%;
    margin-top: 30px;
}
  }
  @media all and (max-width: 930px) {
    .sale .container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 30px;
    }
  
    .sale .container form input {
      width: 260px;
    }
  
    .our-serv .container .our-serv-right {
      flex-direction: column;
    }
    .our-serv .container .our-serv-right-left {
      width: 100%;
    }
    .our-serv .container .our-serv-right-right {
      width: 100%;
    }
  
    .services .container {
      flex-wrap: wrap;
    }
    .services .container .services-item {
      width: 50%;
    }
    .services .container .services-item-visible {
      border-right: none;
      border-bottom: 1px solid #84b2d4;
    }
  
    .services .container .services-item-visible-name {
      align-items: center;
    }
  
  .zahvat-free {
      background: #dae0e4;
  }
  
  .zahvat-free .left ul {
      margin: 5%;
  }
  
      .calc_inputs .input-block {
          width: 100%;
      }

      .calc_inputs .step_info.active img{
  float:none;
          width: 100%;
  }
  .calc_inputs .step_info.active {
      display: block;
  }
  .calc_inputs select, .calc_inputs input {
      width: 100%;
  }
  .calc-block .head {
      line-height: 1.5;
  }
  .calc-block .head {
      height: 50px;
  }
  .calc_inputs button {
      margin: 0 auto 20px;
  }
  
  .dop-raboti .container .left {
      float: none;
      width: 100%;
      margin-bottom:30px;
      text-align: center;
  }
  
  .dop-raboti .container .left .zakaz {
      margin: 0 auto;
  }
  
  .custom-accordion {
      width: 100%;
  }

.project {
    background: #e4e6f0;
}

.catalog-kamnya img {
    width: 25%;
}

.catalog-kamnya .space {
    display: none;
}

.catalog-kamnya .text p:nth-child(1),
.catalog-kamnya .text p:nth-child(2) {
    font-size: 20px;
}

.svoimi-rukami {
    background: #374468;
	height: auto;
}
.svoimi-rukami h2 {
    font-size: 35px;
}
.svoimi-rukami b {
    font-size: 35px;
}
.svoimi-rukami p {
    font-size: 20px;
}
.social .container>div {
    width: 100%;
    text-align: left !important;
    margin: 10px 0;
}
.design .design_item {
    width: 100%;
		}
  }
  @media all and (max-width: 840px) {
    .price-list .container .price-list-wrapper .price-list-item {
      width: 100%;
    }
  
    header .container .info-wrapper .info-item:last-child {
      display: none;
    }
  
    .sec-menu .container .sec-menu-wrapper {
      justify-content: flex-end;
    }
    .sec-menu .container .sec-menu-wrapper ul {
      margin-bottom: 15px;
    }
    .sec-menu .container .sec-menu-wrapper form input {
      width: 240px;
    }
  
  .services {
      display: none;
  }
  main {
      margin-top: 130px;
  }
  
  header {
      background-color: #f3f3f3;
  }
  
  .services,
  .breadcums {
      display: none;
  }
  .trio {
      padding: 0;
  }

.materials .left,
.materials .right {
    max-width: 100%;
    margin-right: 0;
}

.materials .h4 {
    display: inline-block;
    width: 100%;
}

.materials .sertific_wrap {
    display: block;
}

  .trio {
      padding: 0;
  }
.colls4 .item {
    width: 50%;
}
  }
  @media all and (max-width: 800px) {
    .we-offer .container .we-offer-right-item {
      width: calc(100% - 20px);
    }

  .youtube_popap iframe {
  height: 400px;
  }
  
  .free-3d{
      background: none;
  }
  
  .free-3d img{
      width: 90%;
  }

.free-3d .text {
    margin: 0;
}
  
  .post {
    display: flex;
    width: 60px;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    z-index: 10;
    right: 0;
  }
  
  .post>div{
      display: block;
      width: 100%;
      text-align: center;
      padding: 3px;
      }
  
  .post img {
      height: 30px;
      margin: 0 auto;
  }
  
  .otdelka-lestnic .wrap .right {
      width: 100%;
      float: none;
  }
  
  .otdelka-lestnic .wrap .right .item_coll li {
      width: 48%;
      padding: 1% !important;
  }
  .otdelka-lestnic .wrap .right .item_coll li img {
      width: 90%;
  }
  
  .otdelka-lestnic .wrap .left {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 6%;
  }
  
  .otdelka-lestnic .wrap .left img {
      width: 45%;
      float: left;
      margin-right: 5%;
  }

.color-podstolie {
    display: block;
}

.color-podstolie .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
  .we-offer .container .we-offer-right-item {
	min-height: auto;
  }

.stair-for .item {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px;
}
  }
  @media all and (max-width: 768px) {
  .sec-menu,
  .breadcums {
      display: none;
  }
  .services {
      padding: 0 0 10px 0;
  }
    .our-serv .container .our-serv-right .wrapper-slider-pr .item {
      flex-direction: column;
    }
  
    .sec-menu .container .sec-menu-wrapper ul {
      display: none;
    }
  
    #district .acard_ul {
      flex-wrap: wrap;
    }
  
    #district .acard_ul li {
      width: calc(50% - 2px);
    }
  
    #sertific .sertific_wrap .sertific_item.sm, #sertific2 .sertific_wrap .sertific_item.sm, #sertific3 .sertific_wrap .sertific_item.sm {
      max-width: 100%;
    }
  
    #sertific .sertific_wrap .sertific_item, #sertific2 .sertific_wrap .sertific_item, #sertific3 .sertific_wrap .sertific_item {
      max-width: 100%;
    }
  
    .actions-slider .container .actions-slider-wrapper .actions-slider-item {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .actions-slider .container .actions-slider-wrapper .actions-slider-item-content {
      margin: 0;
      width: 100%;
    }
    .actions-slider .container .actions-slider-wrapper .actions-slider-item-content p {
      font-size: 26px;
    }
    .actions-slider .container .actions-slider-wrapper .actions-slider-item-content span {
      font-size: 20px;
    }
  
    .sec-menu .container .sec-menu-wrapper ul {
      flex-direction: column;
      align-items: center;
    }
    .sec-menu .container .sec-menu-wrapper ul li {
      margin-bottom: 10px;
    }
    .sec-menu .container .sec-menu-wrapper ul li:last-child {
      margin-bottom: 0;
    }
  
    #partners .container {
      justify-content: center;
    }
  
    .whyWe .advantages_wrap {
      flex-direction: column;
    }
  
    .whyWe .advantages_wrap .advantages_item .adv_info {
      max-width: 100%;
    }
  
    .whyWe .advantages_wrap .advantages_item .adv_info-head {
      margin-bottom: 10px;
    }
  
    .whyWe .advantages_wrap .advantages_item {
      margin-bottom: 15px;
    }
  
    .whyWe .advantages_wrap .advantages_item .better_img {
      min-width: 62px;
    }
  
    .whyWe .advantages_wrap .advantages_item .better_img img {
      max-width: none;
    }
  
    .whyWe .why_form {
      background: #e1ecf7;
height: auto; 
    }
  
    .whyWe .why_form .h5 {
      max-width: 100%;
    }
  
    .whyWe .why_form p {
      max-width: 100%;
    }
  
    .whyWe .why_form .field_group {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .whyWe .why_form .field_group input {
      width: 50%;
      margin-bottom: 10px;
    }
  
    footer .foot_feedback .feedback_contacts {
      flex-wrap: wrap;
    }
  
    footer .foot_feedback .feedback_contacts .contact_item {
      width: 50%;
    }
  
  .trio .item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
overflow-x: hidden;
  }
  .button-pamyatka {
      margin-bottom: 20px;
      width: 290px;
  }
  .zahvat-free .left,
  .zahvat-free .right {
width: 90%;
    float: none;
    border: 0;
    padding: 0;
    text-align: center;
    display: block;
    margin: auto;
  }
  .zahvat-free .left ul{
      border: 0;
	}
.zahvat-free .right button {
    margin-bottom: 20px;
}

  .zahvat-free .left ul li:nth-child(2) {
      max-width: 100%;
  }
  .zahvat-free .left ul li:nth-child(3) {
      max-width: 100%;
  }

  .zahvat-free .right p,
  .zahvat-free .right i {
      font-size: 14px;
  }
  .zakaz-button {
      margin: 0 auto 20px;
  }
  
  #partners {
      padding: 20px 0;
      background-image: none;
      background-color: #374468;
  }
  
  .ymap-container-h, .ymap-container{
      display: none;
      }

.garant {
    background: none;
    min-height: auto;
    margin: 0;
}
.actions-slider {
    margin-top: 110px;
}
  }
  
  @media all and (max-width: 700px) {
  header .container {
      display: block;
  }
  
  header .container .logo-wrapper .logo {
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
  }
  header .container .info-wrapper .info-item {
      width: 100%;
      text-align: center;
      display: block;
  }
  .call-back-wrapper{
      text-align: center;
      margin-top: 10px;
      }
  
  header .container .info-wrapper .info-phone img {
      display: none;
  }
  
  .call-back-wrapper,
  header .time{
      display: none !important;
  }
  
  header .container .info-wrapper .info-phone div .info-phone-number .wrap {
      float: left;
      width: 50%;
  }
  
  header .container .info-wrapper .info-phone div .info-phone-number .mobile{
  margin-top:0;
  }
  
  header .container {
      width: 96%;
      padding: 2%;
  }
  
  .mesendgers-header{
      display: flex !important;
  width: 60px;
  }
  
  .mesendgers-header img{
      display: block !important;
  width: 25px !important;
      height: 25px !important;
      margin-left: 5px !important;
      margin-top: -5px !important;
  }

  .reviews .container {
      display: block;
  }
  .reviews .item {
      margin: 0 0 30px 0;
  }

.project b {
    font-size: 30px;
    margin-bottom: 20px;
}

.project li {
    font-size: 18px;
}

.project p {
    font-size: 15px;
}

.project a {
    font-size: 11px;
}

.project ul {
    margin: 10px 0 10px 0;
}

    .tabs p {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs {
    max-width: 750px;
    margin: 50px auto;
    }
.action img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.item-video {
    width: 100%;
    margin: 20px 0;
}

.footer-menu div {
    width: 90% !important;
    margin: 5% !important;
}

.offer .center {
    width: 100%;
    padding: 20px;
}

.offer .right {
    width: 100%;
    padding: 20px;
}
.offer .left {
    padding: 20px;
    display: none;
}
  }
  
  @media all and (max-width: 650px) {
    #side-menu ul {
      width: 100%;
    }
    #side-menu ul li {
      padding: 0;
    }
    #side-menu ul li a {
      line-height: 30px;
    }
  
  
    .services .container .services-item-visible {
  min-height: auto;
  padding: 5px 15px;
    }
  
  .services .container .services-item-visible-name img {
      width: auto;
      height: 25px;
  }
  
  .item_coll li {
      width: 50%;
  }
  
  .calc-block .head {
      font-size: 12px;
  }
  .calc-block .head {
      height: 40px;
  }
  
  .reviews .h2 {
      font-size: 25px;
  }

.catalog-kamnya .text p:nth-child(1),
.catalog-kamnya .text p:nth-child(2) {
    float: none;
}
.catalog-kamnya .text-bottom {
    display: none;
}

.three .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

.personalization img {
    margin-right: 25px;
    width: 50px;
}

.opis .container p {
    font-size: 14px;
    margin: 0;
}

.offer {
    background: #fff;
}

.dop-raboti {
    background: none;
}
.h2-center {
    font-size: 22px;
}

.text-video p {
    margin-bottom: 20px !important;
}
.etapi>div {
    width: 100%;
}
.design {
    padding: 40px 0px;
}

.design .design_item b {
    font-size: 25px;
    margin-bottom: 15px;
}
.free-3d {
min-height: auto;
    margin-bottom: 30px !important;
    display: inline-block;
    width: 100%;
}
.projects h2 {
    font-size: 25px;
}

.calc h2 {
    font-size: 25px;
}
.whyWe .h3 {
    font-size: 24px;
}
  }
  @media all and (max-width: 576px) {
    .our-serv .container .prev {
      left: 0;
    }
  
    .services .container .services-item-hidden::before {
      display: none;
    }
  
    .our-serv .container .our-serv-left p {
      font-size: 34px;
    }
  
    .who-we .container .who-we-right p {
      font-size: 34px;
    }
  
    .we-offer .container .we-offer-left p.h3 {
      font-size: 34px;
    }
  
    .services .container {
      flex-wrap: wrap;
    }
  
    .services .container .services-item {
      width: 100%;
    }
  
    #district .district_bg .offer_dist .list_distr .distr_ban p strong {
      font-size: 25px;
    }
  
    #district .district_bg .offer_dist .list_distr .distr_ban {
      flex-direction: column;
      align-items: flex-start;
    }
  
    #district .district_bg .offer_dist .list_distr .distr_ban p.ban-aft:after {
      display: none;
    }
  
    #district .district_bg .offer_dist .list_distr .distr_ban p.ban-aft {
      margin: 10px 0px;
    }
  
    #district .district_bg .offer_dist .list_distr .offer_distr {
      flex-direction: column;
    }
  
    #district .district_bg .offer_dist .list_distr .offer_distr .point_distr-l {
      margin-right: 0;
    }
  
    .slick-dots li {
      background: #d7e0e4;
      border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    }
  
    .slick-dots li.slick-active {
      background: #000;
    }
    .slick-dots li button{
display:none;
	}

.slick-dots li::marker{
display:none;
	}

    #our_works .work_wrap {
      padding: 0;
    }
  
    #our_works .h4,
    .our-works .h4 {
      font-size: 22px;
    }
  
    #sertific .sertific_wrap .sertific_item .h4, #sertific2 .sertific_wrap .sertific_item .h4, #sertific3 .sertific_wrap .sertific_item .h4 {
      margin-bottom: 10px;
      font-size: 35px;
    }
  
    #partners .partner_block a {
      display: block;
      margin: 0 auto;
    }
  
    #partners .partner_block .h5 {
      max-width: auto;
    }
  
    #partners .partner_block {
      padding: 30px 30px 28px 30px;
    }

 footer .foot_feedback .feedback_contacts .contact_item {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .whyWe .why_form .field_group input {
      width: 100%;
    }
  
    .whyWe .why_form .field_group button {
      width: 100%;
    }
  
    .whyWe .why_form .h5 {
      font-size: 26px;
      line-height: 30px;
    }
  
  .price-list-table .zakaz-button {
      width: auto;
      font-size: 10px;
      padding: 0 5px;
      }
  
  .price-list-table {
      font-size: 12px;
  }

.price-work {
    font-size: 12px;
}

.tabset > ul,
.material-otdelka {
    flex-wrap: wrap;
}
.material-otdelka .item {
    margin-right: 3%;
    width: 47%;
}
.container-slider .right form button {
    font-size: 10px;
}
  }


@media only screen and (max-width: 500px) {
.popup_form .whyWe, .popup_form2 .whyWe{
    padding: 0;
	}

.popup_form .whyWe .why_form .h5,
.popup_form2 .whyWe .why_form .h5 {
    font-size: 20px;
    line-height: 1.2;
}
.whyWe .why_form p {
    font-size: 14px;
    line-height: 1.2;
}
.tags_block a {
    font-size: 12px;
    padding: 5px;
}

.free-3d .text h2,
.free-3d .text i {
    font-size: 28px;
}

.free-3d .text {
    margin: 0;
    max-width: 1010px;
	}

.calc h2 {
    font-size: 30px;
}

.price-page h3 {
    font-size: 25px !important;
}
.price-page p {
    font-size: 20px !important;
    padding: 20px 0;
}
.price-page a {
    float: left;
    margin-top: 0px;
}
.price-page h3 {
    width: auto;
}

.design .design_item b {
    font-size: 27px;
}
.we-offer .container .we-offer-right-item p {
    font-size: 18px;
}
.free-3d .text {
    padding: 20px;
}
.dop-raboti .container .left .head {
    font-size: 18px;
}
.oborudovanie .text p:nth-child(1) {
    font-size: 30px;
}
.social{
display: inline-block;
	}
.garant .text {
    padding: 30px;
}
}

  
  @media all and (max-width: 480px) {
    .our-serv .container .our-serv-right .wrapper-slider-pr .item {
      padding-bottom: 55px;
    }
  
    .our-serv .container .our-serv-right-right .prev, .our-serv .container .our-serv-right-right .next {
      top: calc(100% + 10px);
    }
  
    .our-serv .container .our-serv-right-right .prev {
      right: 50%;
    }
  
    .our-serv .container .our-serv-right-right .next {
      right: calc(50% - 50px);
      left: inherit;
    }
  
    .our-serv .container .our-serv-right-left {
      padding: 20px;
    }
    .our-serv .container .our-serv-right-left ul li {
      font-size: 12px;
      margin-left: 0;
    }
    .our-serv .container .our-serv-right-left ul li::after {
      display: none;
    }
  }
  @media all and (max-width: 440px) {
    .lets-start .container .order-list-item .text p {
      font-size: 22px;
    }
  
    .lets-start .container .order-list-item .numb {
      margin-right: 10px;
    }
  
    #prevSec {
      left: 0;
    }
  
    .we-offer .container .we-offer-left p.h3 {
      font-size: 34px;
    }
  
    .we-offer .container .we-offer-left img {
      width: 300px;
      margin: 0 auto;
      display: block;
      margin-bottom: 20px;
    }
  
    .we-offer .container .we-offer-left form {
      margin: 0 auto;
    }
    .we-offer .container .we-offer-left form input {
      width: 250px;
    }
  
    header .container .logo-wrapper .logo {
      width: 200px;
      margin: 0 auto 10px;
    }
  
    header .container .logo-wrapper .menu-button {
      margin-right: 9px;
    }
  
    header .container .logo-wrapper .menu-button span {
      width: 22px;
      margin-bottom: 5px;
    }
  
    header .container .call-back-wrapper button {
      font-size: 11px;
      width: 130px;
    }
  
    .actions-slider .container .actions-slider-wrapper .actions-slider-item-content {
      padding: 20px;
    }
    .actions-slider .container .actions-slider-wrapper .actions-slider-item-content p {
      font-size: 25px;
      line-height: inherit;
      width: auto;
    }
  h1 {
      font-size: 26px;
  }
  .price-list-table .zakaz-button {
      width: 80px;
  }
  .more-button {
      width: 80px;
      font-size: 10px;
      padding: 0 5px;
  }
  .zahvat-free .zakaz-button {
      width: 250px;
      font-size: 12px;
  }

.personal img {
    display: none;
}
.colls4 .item {
    width: 100%;
}
.tabs label p {
    font-size: 13px;
}
  }
  
  @media all and (max-width: 400px) {
  header .container .info-wrapper .info-phone div .info-phone-number a {
      font-size: 13px;
  }

.project b {
    font-size: 25px;
}

.offer .left b {
    font-size: 20px;
}

.sertific_wrap .wrapp{
display: contents;
			}

.material-otdelka .item p{
    font-size: 15px;
}
.container-slider .right ul li {
    font-size: 15px;
}

.container-slider .left .top {
    margin-bottom: 22px;
}
  }
  
  
  @media all and (max-width: 350px) {
  .price-list-table .zakaz-button {
      width: 60px;
      font-size: 9px;
  }
  .more-button {
      width: 60px;
      font-size: 9px;
  }
.tabs label p {
    font-size: 12px;
}
.free-3d .text h2 {
    font-size: 25px;
}

.free-3d .text i {
    font-size: 20px;
}
.lets-start .container .order-list-item .text p {
    font-size: 18px;
}
  }
  @media all and (min-width: 1060px) {
    .sec-menu .container .sec-menu-wrapper form input {
      transition: all 0.3s ease;
    }
    .sec-menu .container .sec-menu-wrapper form input:focus {
      width: 270px;
    }
  }
  

  .lazyLoad_unset {
    background: unset;
  }

.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 40%;
}
.owl-prev {
	position: absolute;
	top: 40%;
	left: 20px;
	font-size: 80px !important;
}
.owl-next {
	position: absolute;
	top: 40%;
	right: 20px;
	font-size: 80px !important;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;height:auto !important}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/main/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:20px;height:20px;margin:5px 7px;background:#65a22d;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#2e520d}

.price-page{
padding: 35px;
    background-color: #eee;
}

.tags_block {
	display: block;
	position: relative;
	margin: 40px 0px;
}
.tags_block ul {
	list-style: none;
	width: 100%;
	margin-left: 0px;
}
.tags_block ul li {
	display: inline-block;
	margin-right: 20px;
}
/* End */
/* /bitrix/templates/.default/ajax/ajax.min.css?1686560284420 */
/* /bitrix/templates/.default/components/bitrix/menu/template1/style.min.css?1686560284490 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/template_out_div/style.min.css?1686560284467 */
/* /bitrix/templates/main/styles.css?1750323330147983 */
