  /*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
  height: 100%;
  min-height: 100%;
}

body {
    font-family: 'Gilroy';
    color: #111111;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
  padding-top: 118px;
}

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400');
img{
  max-width: 100%;
}
body * {
  box-sizing: border-box;
  outline: none !important;
}

a, a:hover, a:active, a:focus {
  outline: none;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:hover {
  
}

.top-row {
  background-color: #1fc2f0;
  padding: 8px 0;
  z-index: 2;
  transition: all 0.3s linear 0s;
}
body.fixed .top-row {
  height: auto;
  padding: 25px 0;
}
.main-slider-wrapper {
  position: relative;
  z-index: 1;
}
.main-slider {
  position: relative;
  z-index: 1;
}
.main-slider-bg {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 685px;
  background: url("../img/main-slider-bg.png") left bottom no-repeat;
}
.grecaptcha-badge{
  display: none !important;
}
.main-text-slider-wrapper {
  position: absolute;
  z-index: 3;
  right: 35px;
  width: 350px;
  top: 0;
  bottom: 0;
}
.main-text-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 310px;
  margin-bottom: 30px;
}
.main-text-slide .title {
  font-size: 25px;
  line-height: 36px;
  color: #1e1e1e;
  font-family: 'Gilroy';
  margin-bottom: 35px;
}
.main-text-slide .title span.black_friday{
    color: #000000;
    font-size: 37px;
}
.main-text-slide .title span{
  color: #FF3A1A;
  font-size: 28px;
}

.main-slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider-buttons div {
  display: flex;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  background: #939393;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear 0s;
  position: relative;
}
.main-slider-buttons div img:first-child {
  opacity: 1;
  transition: all 0.3s linear 0s;
}
.main-slider-buttons div img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.main-slider-buttons div.active {
  background: #ff3a1a;
}
.main-slider-buttons div.active img:first-child {
  opacity: 0;
}
.main-slider-buttons div.active img:nth-child(2) {
  opacity: 1;
}
.main-slider-prev, .main-slider-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 4;
  display: none !important;
}
.main-slider-prev {
  background: #1bc1f0 url("../img/main-slider-prev.png") center center no-repeat;
  transform: translate(-580px,-50%);
}
.main-slider-next {
  background: #1bc1f0 url("../img/main-slider-next.png") center center no-repeat;
  transform: translate(380px,-50%);
}
.content-404 {
	padding: 50px 0 100px 0;
	text-align: center;
}
@media (min-width: 768px) {
  .menu-row.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 45;
    /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
  }
  .menu-row-container {height: 40px;}
}

@media (max-width: 767px) {
  .menu-row-container {height: 0;}
}

.top-row .container-1200 {
  position: relative;
}

.inner-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  height: 44px;
}

.footer-bottom .inner-flex {
  height: auto;
}

.logo img {
  width: 161px;
  height: auto;
}

.about-company {
  position: relative;
}

.about-company .dropdown {
  position: absolute;
  top: 34px;
  background-color: rgba(255,255,255,0.83);
  z-index: 9;
  width: 100%;
  padding: 7px 0;
}


.about-company .dropdown li a {
  color: #747b7e;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 9px 4px 9px;
  transition: all 0.2s;
  display: block;
  font-weight: 400;
}

.about-company .dropdown li a:hover {
  background-color: #23c3f0;
  color: #fff;
}
.about-company a.company-button, .worktime span, .metering a, .location a, .top-row .calculator a, .phone a {
  display: block;
  padding: 0 0 0 28px;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}

.about-company a.company-button {
  padding: 5px 24px 5px 36px;
  background: url(../img/header-icon1.png) 6px 5px no-repeat #22bae5;
  background-size: 22px;
  position: relative;
  transition: all 0.2s;
}

.about-company a.company-button:hover, .about-company a.company-button.active {
  background-position: 6px -27px;
}

.about-company a.company-button:after {
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  background: url(../img/down-arrow.svg) center center no-repeat;
  background-size: 11px;
  position: absolute;
  right: 9px;
  top: 11px;
}

.about-company a.company-button:hover, .about-company a.company-button.active {
  background-color: #f8f8f8;
  color: #1fc2f0;
}

.about-company a.company-button:hover:after, .about-company a.company-button.active:after {
  background: url(../img/down-arrow-active.svg) center center no-repeat;
  background-size: 11px;
}

.worktime, .metering, .location, .calculator {
  position: relative;
}

.worktime span, .metering a, .location a,  .top-row .calculator a, .phone a {
  background: url(../img/44x44.png) left top no-repeat;
  background-size: 22px;
}

.worktime span {
  padding:0;
  background: none;
}
.time-wrap .time-item:nth-child(3) p {
  margin-left: 27px;
}
.time-item {
  display: flex;
  align-items: baseline;
}
.time-item img {
  margin-right: 5px;
}
.time-item span {
  font-weight: bold;
}
.time-item p {
  margin-right: 8px;
}

.metering a {
  background: url(../img/header-icon3.png) left top no-repeat;
}

.location a {
  background: url(../img/header-icon4.png) left top no-repeat;
}

.top-row .calculator a {
  background: url(../img/header-icon5.png) left top no-repeat;
  background-size: 22px;
}

.phone a {
  background: url(../img/header-icon6.png) left 1px no-repeat;
}
.phone a:hover {
  text-decoration: underline;
}

.metering a:after, .location a:after, .top-row .calculator a:after {
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: url(../img/1px.png) center center repeat-x;
  margin-top: -2px;
  transition: opacity 0.2s;
}

.metering a:hover:after, .location a:hover:after, .top-row .calculator a:hover:after {
  opacity: 0;
}



.phone {
  padding-right: 65px;
}

.phone a {
  font-size: 22px;
  padding-left: 28px;
}

.tooltip {
  position: absolute;
  top: 35px;
  left: 0;
  width: 200px;
  background-color: rgba(0,0,0,0.65);
  color: #fff;
  padding: 7px 7px 4px 7px;
  font-size: 13px;
  display: none;
  z-index: 5;
}

.tooltip:before {
  content: '';
  display: block;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;  
  border-bottom: 7px solid rgba(0,0,0,0.65);
  position: absolute;
  top: -7px;
  left: 5px;
}

.hamburger {
  width: 22px;
  height: 22px;
  background: url(../img/header-icon7.png) center top no-repeat;
  background-size: 22px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 9px;
  z-index: 3;
  transition: all 0.2s;
}

.hamburger:hover, .hamburger.active {
  background-position: left bottom;
}
.hamburger.active {
  background: url("../img/menu-close.png") center center no-repeat;
  background-size: 100%;
}

.hamburger-menu {
  position: absolute;
  right: 0;
  top: -17px;
  z-index: 2;
  padding: 24px 0 16px 0;
  width: 100%;
  max-width: 580px;
  background-color: #fff;
}


.menu-row {
  background-color: #f8f8f8;
  height: auto;
  padding:5px 0;
  box-shadow: 0 5px 10px #d5d5d5;
}

.menuzord {
  padding: 0;
}

.menuzord-menu > li > a {
  padding: 10px 20px;
  display: block;
  letter-spacing: 1px;
  border:1px solid transparent;
  border-radius: 15px;
}
.menuzord-menu > li > a:hover {
  border:1px solid #1fc2f0;
}
.menuzord-menu > li > a.active {
  color: #1fc2f0;
  border:1px solid #1fc2f0;
}
.menuzord-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.slider-row .item {
  height: 500px !important;
}

.slider-row .item.first {
  background: url(../img/pic1.jpg) center center no-repeat;
  background-size: cover;
}

.slider-row .item.second {
  background: url(../img/pic2.jpg) center center no-repeat;
  background-size: cover;
}

.slider-row .item.third {
  background: url(../img/pic3.jpg) center center no-repeat;
  background-size: cover;
}

.slider-row .item.fourth {
  background: url(../img/pic4.jpg) center center no-repeat;
  background-size: cover;
}

.slider-row .item.fivths {
  background: url(../img/pic2.jpg) center center no-repeat;
}

.slider-row .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: left;
  padding-left: 30px;
}

.slider-row .owl-dots .owl-dot {
  padding: 20px 0;
}

.slider-row .owl-dots .owl-dot.active {
  padding: 10px 0;
}

.slider-row .owl-dots .owl-dot span {
  display: block;
  width: 60px;
  height: 60px;
  /*background-color: rgba(0,0,0,0.5);*/
  background-size: 35px;
  transition: background-color 0.2s;
}

.slider-row .owl-dots .owl-dot:hover span {
  /*background-color: #1bc1f0;*/
}

.slider-row .owl-dots .owl-dot.item4 {
  right: 30px;
  top: 50%;
  margin-top: -40px;
  position: absolute;
}

.slider-row .owl-dots .owl-dot .active-state {
  display: none;
  height: 80px;
  margin-left: -10px;
  background: #f8f8f8;
  padding: 10px 20px 10px 10px;
  width: 470px;
}

.slider-row .owl-dots .owl-dot.active span {
  display: none;
}

.slider-row .owl-dots .owl-dot.active .active-state {
  display: block;
}

.slider-row .owl-dots .owl-dot.active .active-state .ico {
  float: left;
  width: 60px;
  height: 60px;
  background: url(../img/ico.png) center center no-repeat #1bc1f0;
  background-size: 35px;
  margin-right: 10px;
}

.slider-row .owl-dots .owl-dot .active-state p a {
  color: #1bc1f0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 2px;
}

.slider-row .owl-dots .owl-dot .active-state p+p a {
  font-size: 15px;
  color: #1a3945;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 2px solid #f8f8f8;
  transition: border-color 0.2s;
}

.slider-row .owl-dots .owl-dot .active-state a:hover {
  border-color: #1a3945;
}

.slider-row .owl-dots .owl-dot.item0 span {
  background-position: center top;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item0.active .active-state .ico {
  background-position: center bottom;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item1 span {
  background-position: center top;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item1.active .active-state .ico {
  background-position: center bottom;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item2 span {
  background-position: center top;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item2.active .active-state .ico {
  background-position: center bottom;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item3 span {
  background-position: center top;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item3.active .active-state .ico {
  background-position: center bottom;
  background-size: cover;
}

.slider-row .owl-dots .owl-dot.item4 span {
  background: url(../img/ico5.png) center top no-repeat;
}

.slider-row .owl-dots .owl-dot.item4.active .active-state .ico {
  background: url(../img/ico5.png) center bottom no-repeat;
}

.slider-row .slider-desc {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -70px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  width: 400px;
  height: 140px;
  text-align: right;
  padding: 15px 20px;
  font-size: 20px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1fc2f0;
  border-right: 0;
}

@media only screen and (max-width: 899px) {
  .slider-row .slider-desc {
    font-size: 16px;
    padding: 10px 14px;
    width: 300px;
    height: 110px;
    margin-top: -55px;
    border: 0;
    border-top: 1px solid #1fc2f0;
  }
}

@media only screen and (max-width: 639px) {
  .slider-row .slider-desc {
    font-size: 16px;
    padding: 10px 14px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    border-radius: 0;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}

@media only screen and (min-width : 768px) {
  .slider-row .owl-dots .owl-dot.item4 .active-state {
    margin: 0 -10px 0 0;
    text-align: right;
    padding: 10px 10px 10px 20px;
	
  }
  .slider-row .owl-dots .owl-dot.item4 .active-state .ico {
    float: right;
    margin: 0 0 0 10px;
  }


 }

@media only screen and (max-width : 514px) {
  .homepage .phone {
    display: none !important;
  }
  .homepage .phone.second {
    display: block !important;
    position: absolute;
    left: 20px;
    /*top: 75px;*/
    z-index: 2;
    padding: 7px 9px !important;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
  }
}
  /* fix slider item4  mobile */
  
 @media   (min-width : 240px) and (max-width : 767px) {
  .slider-row .owl-dots .owl-dot .active-state a:hover {border-width: 1px !important;}
  .slider-row .owl-dots .owl-dot .active-state p {line-height: 1.3;}
  .slider-row .owl-dots .owl-dot.active .active-state .ico {float: none; display: none;}
  .slider-row .owl-dots .owl-dot .active-state p a {font-size: 12px; line-height: 1.3; margin-left: 0;
display: inline-block;}
.slider-row .owl-dots .owl-dot .active-state p a {margin-bottom: 0}
  .slider-row .owl-dots .owl-dot .active-state p + p a {font-size: 9px; line-height: 1.3; margin-left: 0;}

	  .slider-row .owl-dots .owl-dot .active-state {
		 height:auto!important;
		 
	 }
	 .calculator {margin-left: 9px; margin-top: -15px;}
/*	 .slider-row .owl-dots .owl-dot.item4  .ico {
		     margin-bottom: 45px;
	 }*/
/*	 .slider-row .owl-dots .owl-dot.item2  .ico {
		     margin-bottom: 90px;
	 }*/
/*	 .slider-row .owl-dots .owl-dot .ico {
		     margin-bottom: 50px;
	 }*/

.slider-row .owl-dot.active {
  padding: 0 !important;
}

	 .slider-row .owl-dots .owl-dot .active-state p a {line-height:1.25;}
	 .slider-row .owl-dots .owl-dot .active-state p {margin-bottom:10px;}
.slider-row .owl-dots .owl-dot.item0.active .active-state,
.slider-row .owl-dots .owl-dot.item1.active .active-state,
.slider-row .owl-dots .owl-dot.item2.active .active-state,
.slider-row .owl-dots .owl-dot.item3.active .active-state {
    position: relative;
    padding-left: 60px;
    height: 60px !important;
}

.slider-row .owl-dots .owl-dot.item0.active .active-state:after {
    background: url(../img/ico1.png) 0 bottom no-repeat #fff;
    background-size: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
      }

.slider-row .owl-dots .owl-dot.item1.active .active-state:after {
    background: url(../img/ico2.png) 0 bottom no-repeat #fff;
    background-size: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
      }
.slider-row .owl-dots .owl-dot.item2.active .active-state:after {
    background: url(../img/ico3.png) 0 bottom no-repeat #fff;
    background-size: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
      }
.slider-row .owl-dots .owl-dot.item3.active .active-state:after {
    background: url(../img/ico4.png) 0 bottom no-repeat #fff;
    background-size: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
      }
 }

.section {
  padding: 45px 0;
}


.product-list-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #828282;
  
  letter-spacing: 1px;
}

.product-list-title {
  font-size: 23px;
  color: #22414d;
  margin-bottom: 10px;
  font-weight: 400;
}

.products-list .product {
  border: 1px solid #fff;
  transition: border-color 0.2s;
  margin-bottom: 15px;
}

.products-list .product .middle {
  position: relative;
}

.products-list .product .middle span {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 2;
}

.products-list .product .middle span.active {
  color: #27434e;
}

.products-list .product .middle a.info-button {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/info.png) left top no-repeat;
  background-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.products-list .product .middle a.info-button:hover,
.products-list .product .middle a.info-button.active {
  background-position: left bottom;
}

.products-list .product .middle .info {
  background-color: #f8f8f8;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  font-size: 12px;
  box-sizing: border-box;
  padding: 11px;
}

.products-list .product .middle .info ul {
  padding: 50px 10px;
  color: #828282;
  font-size: 12px;
}

.products-list .product .middle .info ul strong {
  font-weight: normal;
  color: #27434e;
}

.products-list .product .middle .info ul li {
  margin-bottom: 16px;
}

.products-list .product .middle .info ul li:last-child {
  margin-bottom: 0;
}

.products-list .product .middle .info a {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  background-color: #1bc1f0;
  transition: background-color 0.2s;
}

.products-list .product .middle .info a:hover {
  background-color: #019fe9;
}

.products-list .product .bottom .price {
  font-size: 26px;
  text-align: center;
  color: #22414d;
  padding: 14px 0;
  
}
.products-list .product .bottom{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
/*.products-list .product .bottom.pt-0{
  padding-top: 0px;
}*/
.products-list .product .bottom .link {
  text-align: center;
  font-size: 14px;
  color: #1bc1f0;
  text-transform: uppercase;
  /*border-bottom: 2px solid #fff;
  transition: border-color 0.2s;*/
  font-weight: 700;
}

.main_banner {
  padding:110px 0;
  position: relative;
}

.main_banner .fon {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.main_wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-gap: 30px 20px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.main_wrap ul {
  margin-top: 25px;
}
.main_wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main_wrap ul li img {
  max-width: 80px;
}
.main_wrap ul li p {
  font-size: 16px;
  margin:0 0 0 15px;
  text-transform: uppercase;
}
.forma-right {
  background: rgba(255,255,255, 0.8);
  padding:30px;
  border-radius: 15px;
}
.forma-right .title-block {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.forma-right .pod-title {
  font-size: 18px;
  display: block;
  text-align: center;
  margin:15px 0;
}
.forma-right .pod-title strong {
  color:#1bc1f0;
}
.forma-right form {
    color:#fff;
    margin-top: 20px;
}
.forma-right .wpcf7 form .wpcf7-response-output {
  color:#000;
}
.forma-right input {
    display: block;
    border: 1px solid #e6e7e8;
    background: #f8f8f8;
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #1fc2f0;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    transition: border 0.2s linear 0s;
    margin:10px 0;
}
.forma-right label {
  text-align: center;
}
.forma-right input.btn-cta {
    background: #ff3a1a;
    color: #fff;
    border:1px solid #ff3a1a;
    height: auto;
    margin-top: 25px;
}
.forma-right .wpcf7-spinner {
    display: none;
}
.main_banner_child {
  width: 100%;
  margin-bottom: 20px;
}


.main_banner_child p.title {
  margin:0;
  font-size: 35px;
  line-height: 1;
  color:#fff;
  font-weight: 700;
}

.main_banner_child p {
  color: rgba(255,255,255,0.82);
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  margin:25px 0 0 0;
}

.wrap-reviews {
  padding:50px 0 0 0;
}

.subtitle-section h2 {
  color:#fff;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 32px;
}

.subtitle-section .subtitle {
    color: #1fc2f0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.review_rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  color: #fff;
}
.review_rating img {
  flex: 0 0 25%;
  max-width: 25%;
}

.review_rating .rating .rating-stars {
  padding-right: 20px;
  font-size: 29px;
}
.review_rating a {
  font-size: 16px;
  text-decoration: underline;
  color:#1fc2f0;
  margin-top: 15px;
  display: block;
}
.review_rating a:hover {
  text-decoration: none;
}
.subtitle-section .grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 20px;
    padding:30px 0;
}



.products-list .product .bottom .price span {
  font-weight: 400;
  /*color: #828282;*/
}

.products-list .product.last a {
  display: block;
  height: 100%;
  background: url(../img/window-big.png) center 140px no-repeat;
  box-sizing: border-box;
  padding: 290px 0 0 0;
  text-align: center;
  opacity: 1;
  font-size: 18px;
  color: #1bc1f0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: opacity 0.3s;
}

.products-list .product.last a:hover {
  opacity: 0.65;
}

.products-list .product:not(.last):hover {
  border-color: #d7d7d7;
  background: #fff;
}

#raschet .wpcf7-spinner {
  display: none;
}

#raschet span.wpcf7-not-valid-tip {
  display: none;
}

#raschet .modal-form .wpcf7-form-control-wrap {
  width: 100%;
}

#raschet input {
  width: 100%;
  height: 60px;
  margin: 5px 0;
}
#raschet div.wpcf7-response-output {
  max-width: 367px;
  width: 100%;
  margin:0 auto;
}
.skidka-before-text {
  font-size: 24px;
  color: #828282;
  text-align: center;
  margin-bottom: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.skidka-before-text span {
  color: #1fc2f0;
}

.skidka-before-text a {
  color: #828282;
}

.skidka {
  height: 200px;
  width: 100%;
  background: url(../img/trigger-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

.skidka .title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 38px 0 31px;
  font-weight: 400;
  letter-spacing: 1px;
}

.skidka .subcontainer {
  width: 704px;
  margin: 0 auto;
}

.skidka input {
  display: block;
  width: 337px;
  border: 2px solid #e6e6e6;
  background: transparent;
  height: 43px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
}

.skidka input.submit {
  margin-left: 30px;
  font-size: 18px;
  color: #1bc1f0;
  font-weight: 400;
  background-color: #fff;
  transition: background-color 0.2s;
  transition: border-color 0.2s;
}

.skidka input.submit:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.skidka ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.skidka ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.skidka :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.skidka :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}

.footer-top {
  padding: 35px 0;
  background-color: #f8f8f8;
}

.footer-top .container-1200 {
  position: relative;
}

/*.footer-top .container-1200 .footer-contacts {
  position: absolute;
  left: 20px;
  top: 0;
  width: 215px;
}*/



/*.footer-top-inner .col1 {
  width: 50%;
}

.footer-top-inner .col1 .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}*/

.footer-worktime {
  font-size: 13px;
  color: #1e3d49;
  text-transform: uppercase;
  background: url(../img/footer-icon1.png) 4px center no-repeat;
  background-size: 18px;
  padding-left: 28px;
}

.footer-link {
  background: url(../img/_44x44.png) left center no-repeat;
  background-size: 22px;
  padding-left: 28px;
}

.footer-link.first {
  background: url(../img/footer-icon2.png) left center no-repeat;
}

.footer-link.second {
  background: url(../img/footer-icon3.png) left center no-repeat;
}

.footer-link a {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  border-bottom: 1px dashed #1a3945;
  color: #1a3945;
}

.footer-link a:hover {
  border-color: #f8f8f8;
}

.footer-phone {
  background: url(../img/footer-icon4.png) left center no-repeat;
  background-size: 22px;
  padding-left: 28px;
  line-height: 22px;
  font-size: 16px;
  color: #1a3945;
}

.footer-worktime,
.footer-link,
.footer-phone {
  margin-top: 14px;
}

.footer-logo {
  padding-bottom: 11px;
}

.footer-accordions {
  width: 100%;
  padding-left: 215px;
}

.column-title {
  padding-top: 5px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.column-list a {
  line-height: 1.6;
  font-size: 15px;
  color: #1a3945;
  font-weight: 300;
  display: block;
  padding-left: 14px;
  background: url(../img/arrow-right-dark.svg) left center no-repeat;
  background-size: 7px;
  transition: all 0.2s;
}

.column-list a:hover {
  background-position: 2px center;
  color: #1fc2f0;
}

.footer-top .column {
  border-right: 1px solid rgba(0,0,0,0.1);
}

.footer-top .column .inner {
  padding: 0 0 0 30px;
}

.footer-top .four-columns .column:last-child {
  border: 0;
}

.footer-socials-list li {
  display: block;
  float: left;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-socials-list li a {
  width: 40px;
  height: 40px;
  transition: all 0.2s;
}

.footer-socials-list li a svg {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

.footer-socials-list li a:hover svg {
  scale:1.2;
}

@media (max-width: 1059px) {
  .footer-top .column .inner {padding-left: 10px;}
}

@media (max-width: 991px) {
  .footer-top .column {border: 0;}
  .footer-top .four-columns .column:nth-child(3) .inner,
  .footer-top .four-columns .column:nth-child(4) .inner {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 25px;
    padding-left: 0;
  }
}

.accordion-content {
  display: none;
}

.footer-accordions .accordion {
  font-size: 18px;
  text-transform: uppercase;
  padding: 9px 10px 6px 10px;
  background-color: #fff;
  color: #1fc2f0;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

.footer-accordions .accordion:after {
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  top: 7px;
  width: 22px;
  height: 22px;
  background: url(../img/pm.png) center top no-repeat;
  background-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}

.footer-accordions .accordion.active:after {
  background: url(../img/pm.png) center bottom no-repeat;
  background-size: 20px;
}

.footer-accordions .accordion.active {
  color: #fff;
  background-color: #1fc2f0;
  margin-bottom: 0;
}

.footer-accordions .accordion-content {
  padding: 10px;
  font-size: 13px;
  margin-bottom: 5px;
}

.footer-accordions .accordion-content strong {
  font-weight: 400;
  font-weight: normal;
  margin-bottom: 4px;
}

.footer-accordions .accordion-content a {
  color: #1e3d49;
  display: inline-block;
  border-bottom: 1px dashed #1e3d49;
  margin-bottom: 5px;
}

.footer-accordions .accordion-content a:hover {
  border-color: #f8f8f8;
}

.footer-bottom .inner-flex {
  justify-content: center;
}

.footer-bottom {
  padding: 25px 0;
  background-color: #1fc2f0;
  text-align: center;
}

.footer-bottom a {
  margin-left: 20px;
}


.footer-bottom .text {
  font-size: 17px;
  color: #f8f8f8;
  text-align: right;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
}

.hamburger-bottom-links {
  padding-top: 5px;
}

.hamburger-bottom-links-row {
  margin: 0 -4px;
}

.hamburger-bottom-links-row .item {
  padding: 4px;
  width: 33.333%;
  float: left;
}

.hamburger-bottom-links-row .item a {
  color: #1a3945;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
  display: block;
  border: 1px solid #f2f2f2;
  text-transform: uppercase;
  transition: border-color 0.2s;
}

.hamburger-bottom-links-row .item a:hover {
  border-color: #1a3945;
}

.top-row .hamburger-menu li ul li .two-buttons .back,
.top-row .hamburger-menu li ul li .two-buttons .crumb {
  float: left;
  line-height: 50px;
  background-color: #1ec2f0;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  height: 50px;
  position: relative;
}

.top-row .hamburger-menu li ul li .two-buttons .back span {
  background: url(../img/arrow-left.svg) center center no-repeat;
  background-size: 31px;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 12px;
  top: 10px;
  display: block;
}

.top-row .hamburger-menu li ul li .two-buttons .back {
  cursor: pointer;
  width: 155px;
  padding-left: 63px;
  margin-right: 9px;
}

.top-row .hamburger-menu li ul li .two-buttons .crumb {
  width: 376px;
  padding-left: 60px;
}

.top-row .hamburger-menu li ul li .two-buttons .crumb span {
  background: url(../img/menuicon1.png) center bottom no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 17px;
  top: 10px;
  display: block;
}

.profile-type {
  position: relative;
}

.s_column_reviews{
    text-align:center;    
}

.profile-type-ico {
  margin: 0 0 20px 0;
}
.profile-type-ico a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.profile-type-label {
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #1a3945;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 15px;
  letter-spacing: 0.04em;
}
.profile-type-label i {
  margin-right: 18px;
}
.profile-type-name {
  color: #27434e;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 12px 0;
  font-weight: 400;
}
.profile-type-desc {
  font-size: 14px;
  color: #27434e;
  
}
.icon-roller {
  display: inline-block;
  background: url(../img/roller-ico.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.icon-aluminum {
  display: inline-block;
  background: url(../img/aluminum-ico.svg) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.service-item {
  text-align: center;
}
.service-ico {
  text-align: center;
  margin: 0 0 35px 0;
}
.service-title {
  color: #22414d;
  font-size: 24px;
  margin: 0 0 25px 0;
}
.service-desc {
  color: #828282;
  font-size: 18px;
  margin: 0 auto 25px;
  line-height: 1.4;
}
.service-btn a, .service-btn button {
  text-align: center;
  text-transform: uppercase;
  color: #1fc2f0;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  max-width: 270px;
  margin: 0 auto;
  line-height: 1;
}
.service-btn a:hover, .service-btn button:hover {
  background: #1fc2f0;
  color: #fff;
  font-weight: 400;
}
.about-item {
  text-align: center;
}
.about-inner {
  background: #f0f0f1;
  border-radius: 15px;
  padding: 15px;
}
.about-title {
  color: #414141;
  font-size: 48px;
  font-weight: 600;
}
.about-desc {
  font-size: 18px;
  color: #414141;
  font-weight: 500;
}
.about-text p {
  color: #828282;
  font-size: 18px;
  line-height: 1.6;
}
.about-text-hidden {
  display: none;
}
.about-text-toggler {
  text-align: center;
  margin: 10px 0 0 0;
}
.about-text-toggler button {
  display: block;
  width: 100%;
  border: 0;
  height: 45px;
  line-height: 45px;
  color: #969696;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
}
.about-text-toggler button:after {
  content: "";
  width: 18px;
  height: 16px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: #e1e1e1;
}

/* Part 2 */
.packages {
  background: #377b98 url(../img/bg-packages.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-title.mod-white {
  color: #fff;
}
.section-subtitle.mod-white {
  color: #fff;
}
.callback {
  text-align: center;
}
.callback_submit {
  font-weight: bold;
  text-transform: uppercase;
  color: #1bc1f0;
  font-size: 18px;
  text-align: center;
  background: #fff;
  padding: 13px 20px;
  border: 0;
  line-height: 1.2;
  outline: none;
  letter-spacing: 0.04em;
  max-width: 373px;
  float: left;
  width: 100%;
}
.callback_submit:hover {
  background: #1bc1f0;
  color: #fff;
}
.callback_phone {
  width: 100%;
  max-width: 373px;
  display: inline-block;
  border: 2px solid #e6e6e6;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  text-align: center;
  outline: none;
  height: 47px;
  vertical-align: top;
  float: right;
}
.callback_phone:focus {
  border-color: #fff;
}
.callback_phone::-webkit-input-placeholder {
  color: #ffffff;
}
.callback_phone::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.callback_phone:-ms-input-placeholder {
  color: #ffffff;
}
.callback_phone:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.section.section2 {
  padding-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.test-common-container {
  margin-left: -15px;
  margin-right: -15px;
  background-color: black;
}

.test-common-container .col {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.test-common-container .col div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.test-common-container .col.col1 div {
  background-color: green;
}

.test-common-container .col.col2 div {
  background-color: yellow;
}

.test-common-container .col.col3 div {
  background-color: orange;
}

.test-common-container .col.col4 div {
  background-color: #FF3A1A;
}

.page-title-section {
  /*background: url(../img/title-bg.jpg) center center no-repeat;
  background-size: cover;*/
  line-height: 1.1;
  text-align: center;
  font-size: 40px;
  color: #1a3e4c;
  font-weight: 500;
  padding: 20px 0;
}

.page-breadcrumbs-section {
  padding: 10px 0 30px;
  font-size: 15px;
  color: #c4c4c4;
  text-align: left;
}

.page-breadcrumbs-section span a span {
  color: #c4c4c4;
  display: inline-block;
  border-bottom: 1px dashed #c9c9c9;
}

.page-breadcrumbs-section span a:hover span {
  border-color: #fff;
}

.page-breadcrumbs-section span span {
  color: #c9c9c9;
}

.category-image {
  width: 100%;
  background-position: center top;

}

.s_main_img_container{
    height:auto;
    max-height:540px;
    display:inline-block;
    position:relative;
}

.s_main_img_container img{
    max-width:100%;
    height:auto;
    max-height:540px;
    display:inline-block;
    position:relative;
}

.s_block_reviews{
    height:auto;
    max-height:540px;
    z-index:100;
    left:79px;
}

.s_block_reviews + img{
    width:auto;
    max-width:100%;
    height:auto;
    max-height:316px;
    display:inline-block;
    position:relative;
}

.map-container {
  width: 100%;
}

.modal-form .modal-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-form .form-group {
  margin-bottom: 10px;
}

.modal-form .form-group.last {
  margin-bottom: 0;
}

.modal-form .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #828282;
  
}

.modal-form input {
  background-color: #fff;
  border: 1px solid #1fc2f0;
  padding: 5px;
  width: 255px;
}
.modal-form input:focus {
  box-shadow: 0 0 10px rgba(31,194,240, 0.6);
}
.modal-form textarea {
  resize: vertical;
  background-color: #fff;
  border: 1px solid #1fc2f0;
  padding: 5px;
  width: 255px;
  height: 140px;
}

.modal-form input.submit {
  background-color: #1fc2f0;
  padding: 8px 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.2s;
}

.modal-form input.submit:hover {
  background-color: #20add5;
}

.category-image .anchors {
  height: 100%;
}

.category-image .anchors.inner-flex {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.anchors.inner-flex {
	display:none !important;
}

.anchor-wrapper {
  padding: 14px 0;
}

.anchor-wrapper .anchor {
  overflow: hidden;
}


.anchor-wrapper .anchor a {
  font-size: 17px;
  font-weight: 500;
  margin: 0 20px;
  color: #1b5568;
  display: none;
}

.offers .anchor-wrapper .anchor a {
  display: block;
}

.anchor-wrapper .anchor.active a {
  display: inline-block;
}

.anchor-wrapper a {
  border-bottom: 1px dashed #f8f8f8;
}

.anchor-wrapper a:hover {
  border-color: #1b5568;
}

.anchor-wrapper .anchor {
  padding: 20px 60px 0 0;
  position: relative;
  height: 60px;
  line-height: 1.1;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

.anchor-wrapper .anchor img {
  position: absolute;
  top: 0;
  right: 0;
}

.posts-query {
  margin-bottom: 50px;
}

.trigger {
  padding: 52px 0;
  background: url(../img/trigger-bg2.jpg) center center no-repeat;
  background-size: cover;
}
.soc-wrap {
  display:flex;
  align-items: center;
}
.soc-wrap ul {
  margin-left: 15px;
}
.trigger .columns-row {
  max-width: 400px;
  margin:0 auto;
}
.trigger .columns-row input {
  margin:15px 0;
}
.trigger .columns-row input.wpcf7-submit {
   display: block;
    background: #1bc1f0;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    width: 100%;
    transition: opacity 0.2s;
}

.trigger .columns-row input.wpcf7-submit:hover {
  opacity: 0.7;
  box-shadow: none !important;
}

.trigger-inner {
  background-color: #fff;
  padding: 33px 35px 18px 35px;
}

.trigger .trigger-title {
  color: #1a3e4c;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trigger .attention {
  padding: 7px 10px;
  background-color: #f8f8f8;
  font-size: 16px;
  color: #1a3e4c;
  
  margin-bottom: 15px;
  line-height: 1.4;
}

.trigger .attention span {
  color: #1bc1f0;
  text-transform: uppercase;
  font-weight: 500;
}

.trigger .text {
  color: #000;
  
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.trigger .text span {
  font-weight: 500;
}

.trigger-text-input {
  display: block;
  border: 1px solid #e6e7e8;
  background: #f8f8f8;
  height: 50px;
  text-align: center;
  font-size: 24px;
  color: #1fc2f0;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  transition: border 0.2s linear 0s;
}
.trigger-text-input:focus {
  border-color: #1fc2f0;
}
.trigger-submit-input {
  display: block;
  background: #1bc1f0;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  width: 100%;
  transition: opacity 0.2s;
}

.trigger-submit-input:hover {
  opacity: 0.7;
}

.upsells {
  margin-bottom: 70px;
}

.upsells h2 {
  background: url(images/header.jpg) no-repeat 0 0;
  color: #1a3e4c;
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 1.8em 0 .8em 0;
  line-height: 1.1;
  
  font-size: 2em;
  font-weight: normal;
}

.special-offers .group-offer {
  background: transparent;
}

.special-offers .group-offer .item-offer {
  width: 50%;
  max-width: none;
  display: block;
  float: left;
  margin: 0;
}

.special-offers .group-offer .item-offer .field-image, .special-offer .group-offer .item-offer header {
  margin: 0;
}

.special-offers .group-offer {
  padding: 20px 0;
}

.more-load span {
  display: inline-block;
  padding: .6em 1.5em;
  text-decoration: none;
  background: #fff;
  color: #1fc2f0;
  font-size: .9em;
  cursor: pointer;
  transition: background-color 0.2s;
}
/* line 193, ../scss/style.scss */
.more-load span:hover {
  text-decoration: underline;
}

.more-load {
  text-align: center;
  font-weight: 300;
  padding-top: 15px;
}
/* line 347, ../scss/style.scss */
.more-load span {
  font-size: 1.2em;
  padding: 0 1em 0 0;
}
/* line 351, ../scss/style.scss */
.more-load span::before {
  content: '';
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 14px;
  padding: 0;
  background: url(../img/circular-arrow.svg) center center no-repeat;
  background-size: 29px;
  margin-top: -2px;
}

.special-offers .group-offer .item-offer header {
  min-height: 1em;
}

.special-offers .group-offer .item-offer {
  margin-bottom: 35px;
}

.posts-query.items.special-offers {
  margin-bottom: 40px;
}

.special-offers .group-offer .item-offer footer .field-theme::before {
  display: none;
}

.group-offer .item-offer footer .field-theme span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0 1em 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 154, ../scss/_offer.scss */
.group-counter .col {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #1fc2f0;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
/* line 164, ../scss/_offer.scss */
.group-counter .col > * {
  position: relative;
  z-index: 1;
}
/* line 167, ../scss/_offer.scss */
.group-counter .col::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(31, 194, 240, 0.8);
}
/* line 173, ../scss/_offer.scss */
.group-counter .col h3,.group-counter .col .h3 {
  border: none;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  padding: 0;
}
/* line 182, ../scss/_offer.scss */
.group-counter .offer-icon {
  width: 4em;
  height: 4em;
  display: block;
  margin: 1em auto 3em auto;
  background: url(images/cottage.png) no-repeat 0 0;
  background-size: 100%;
}
/* line 189, ../scss/_offer.scss */
.group-counter .offer-counter {
  font-size: 4.2em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  min-height: 2.5em;
}

@media all and (max-width:854px){
    .s_block_reviews{
        left:60px;
    }
}

@media (max-width: 768px) {
 
  
  .main_wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  /* line 189, ../scss/_offer.scss */
  .group-counter .offer-counter {
    font-size: 3em;
  }
}

@media all and (max-width:736px){
    .s_block_reviews{
        left:28px;
    }
}

@media all and (max-width:568px){
    .s_block_reviews{
        left:74px;
    }
}


@media (max-width: 520px) {
  /* line 189, ../scss/_offer.scss */
  .group-counter .offer-counter {
    font-size: 2em;
  }
}

@media all and (max-width:375px){
    .s_block_reviews{
        left:34px;
    }
}

@media all and (max-width:375px){
    .s_block_reviews{
        left:29px;
    }
}

/* line 203, ../scss/_offer.scss */
.group-counter .offer-counter span {
  display: inline-block;
  vertical-align: top;
  min-width: 2em;
}
/* line 208, ../scss/_offer.scss */
.group-counter .offer-counter sub {
  font-size: 0.21429em;
  
  display: block;
}

.single-offer .group-colors .colors-info::after {
  display: none;
}

.single-offer a, .group-contacts a {
  text-decoration: underline;
  color: #1bc1f0;
}

.single-offer a:hover, .group-contacts a:hover {
  text-decoration: none;
}

.single-offer p.grey {
  color: #838383 !important;
}

pre {
  padding: 0;
  margin: 0 0 1em 0;
  line-height: inherit;
}

/* line 128, ../scss/style.scss */
pre {
  overflow: auto;
}

/* line 142, ../scss/style.scss */
div.tabs .tabs-labels {
  text-align: center;
  background: #eee;
  margin: 0 0 1em 0;
  padding: 0;
  display: inline-block;
  border-radius: 2em;
}
/* line 148, ../scss/style.scss */
div.tabs .tabs-labels li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: .7em 1em;
  display: inline-block;
  vertical-align: top;
  font-size: .9em;
  white-space: nowrap;
  background: #eee;
  border-radius: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
/* line 161, ../scss/style.scss */
div.tabs .tabs-labels li.active {
  background: #1fc2f0;
  color: #fff;
}
/* line 167, ../scss/style.scss */
div.tabs .tabs-contents {
  padding: 0;
  margin: 0;
}
/* line 169, ../scss/style.scss */
div.tabs .tabs-contents li {
  list-style-type: none;
  list-style-image: none;
  display: none;
  margin: 0;
  padding: 0;
}
/* line 174, ../scss/style.scss */
div.tabs .tabs-contents li.active {
  display: block;
}

/* line 183, ../scss/style.scss */
.btn {
  display: inline-block;
  padding: .6em 1.5em;
  text-decoration: none;
  background: #fff;
  color: #1fc2f0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9em;
  cursor: pointer;
}
/* line 193, ../scss/style.scss */
.btn:hover {
  background: #1fc2f0;
  color: #fff;
}
.btn-filled {
  background: #1fc2f0;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.2s linear 0s;
}
.btn-filled:hover {
  background: #1e3eac;
}
/* line 3, ../scss/_contacts.scss */
.group-contacts {
  position: relative;
}
/* line 5, ../scss/_contacts.scss */
.group-contacts h2 {
  background: url(images/header.jpg) no-repeat 0 0;
}
/* line 8, ../scss/_contacts.scss */
.group-contacts .contacts-info {
  position: absolute;
  right: 2em;
  top: 5em;
  width: 400px;
  background-color: #fff;
  z-index: 99;
}
/* line 13, ../scss/_contacts.scss */
.group-contacts .contacts-info .tabs-labels {
  width: 100%;
}
/* line 15, ../scss/_contacts.scss */
.group-contacts .contacts-info .tabs-labels li {
  width: 50%;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #8a8a8a;
  letter-spacing: 1px;
}
/* line 21, ../scss/_contacts.scss */
.group-contacts .contacts-info .tabs-contents {
  padding: 1em;
}
/* line 24, ../scss/_contacts.scss */
.group-contacts .contacts-info .field {
  margin-bottom: 1em;
}
/* line 27, ../scss/_contacts.scss */
.group-contacts .contacts-info .field-label {
  font-weight: 500;
}
@media (max-width: 520px) {
  /* line 32, ../scss/_contacts.scss */
  .group-contacts .contacts-info {
    position: static;
    width: auto;
  }
}

address {
  font-style: normal;
}

.field .field-label, .field .field-value {
    display: inline-block;
    vertical-align: top;
}

.group-contacts .contacts-info .field-label {
   font-size: 14px;
   color: #3d3d3d;
}

.group-contacts .contacts-info .field-value {
   font-size: 14px;
   color: #3d3d3d;
}

.group-series {
  color: #232323;
  line-height: 1.3;
  font-size: 1em;
  font-size: 14px;
}

.group-series h3 {
    border: 1px solid #eee;
    border-width: 1px 0;
    padding: .6em;
    font-size: 1.2em;
    color: #1a3e4c;
    font-weight: normal;
    margin-bottom: 14px;
}

.group-series strong {
  font-weight: 400;
}

/* line 4, ../scss/_series.scss */
.group-series h2 {
  text-align: left;
  font-size: 1.6em;
  border: 1px solid #eee;
  margin: 16px;
  margin: 1rem;
  padding-right: 2em;
  position: relative;
  cursor: pointer;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  font-weight: normal;
}

.group-series p {
  margin: 0 0 1em 0;
  color: #232323;
  font-size: 1em;
  font-size: 14px;
  line-height: 1.3;
}

/* line 13, ../scss/_series.scss */
.group-series h2 .preview {
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
  width: 12em;
  overflow: hidden;
  opacity: .7;
  -ms-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
}
/* line 20, ../scss/_series.scss */
.group-series h2 .preview img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  /* line 13, ../scss/_series.scss */
  .group-series h2 .preview {
    display: none;
  }
}
/* line 26, ../scss/_series.scss */
.group-series h2 .preview::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggaWQ9InMyIiBkPSJNMCAwIEgzMCBsLTMwIDYweiIgc3Ryb2tlLXdpZHRoPSIwIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
/* line 36, ../scss/_series.scss */
.group-series h2 .preview::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggaWQ9InMyIiBkPSJNMzAgMCBWNjAgbC0zMCAweiIgc3Ryb2tlLXdpZHRoPSIwIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
}
/* line 47, ../scss/_series.scss */
.group-series h2::after {
  content: '';
  /*position: relative; z-index: 3;
  display: inline-block;
  width: 20px; height: 20px;
  margin-right: -1.1em;
  float: right;
  */
  position: absolute;
  width: 20px;
  height: 20px;
  right: 1em;
  top: .8em;
  background: url(images/plus.png) no-repeat 0 0;
}
/* line 60, ../scss/_series.scss */
.group-series h2:hover {
  color: #1fc2f0;
}
/* line 62, ../scss/_series.scss */
.group-series h2:hover .preview {
  opacity: 1;
}
/* line 65, ../scss/_series.scss */
.group-series h2:hover::after {
  background-position: -20px 0;
}
/* line 71, ../scss/_series.scss */
.group-series.active h2 {
  background: #1fc2f0;
  color: #fff;
}
/* line 75, ../scss/_series.scss */
.group-series.active h2 .preview {
  opacity: 0;
}
/* line 78, ../scss/_series.scss */
.group-series.active h2::after {
  background-position: -40px 0;
}
/* line 82, ../scss/_series.scss */
.group-series.active .series-scheme, .group-series.active .series-info {
  display: block;
}
/* line 84, ../scss/_series.scss */
.group-series .series-scheme, .group-series .series-info {
  display: none;
}
/* line 87, ../scss/_series.scss */
.group-series .series-scheme .col {
  width: 100%;
  padding: 0;
}
/* line 91, ../scss/_series.scss */
.group-series .series-scheme h4 {
  text-align: left;
}
/* line 92, ../scss/_series.scss */
.group-series .series-scheme .price {
  margin: 0;
  color: #1fc2f0;
  font-size: 1.2em;
}
/* line 98, ../scss/_series.scss */
.group-series table.scheme {
  width: 50%;
  padding: 1em;
  margin: 0;
  border-spacing: 0;
  border-collapse: separate;
  display: inline-table;
}
/* line 105, ../scss/_series.scss */
.group-series table.scheme td {
  border: 1px dashed #d5d5d5;
  color: #d5d5d5;
  vertical-align: top;
  padding: 1em;
  position: relative;
}
/* line 111, ../scss/_series.scss */
.group-series table.scheme td:first-child {
  border-right: none;
  vertical-align: middle;
  text-align: center;
}
/* line 115, ../scss/_series.scss */
.group-series table.scheme td:first-child img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 98, ../scss/_series.scss */
  .group-series table.scheme {
    width: 100%;
  }
}
@media (max-width: 520px) {
  /* line 98, ../scss/_series.scss */
  .group-series table.scheme {
    width: 100%;
  }
  /* line 127, ../scss/_series.scss */
  .group-series table.scheme td {
    display: block;
  }
  /* line 129, ../scss/_series.scss */
  .group-series table.scheme td:first-child {
    padding: 0;
    float: left;
    width: 25%;
    border: none;
  }
}

.group-series h2 {
  padding: .8em 2em .8em 1em;
}


.group-series .col {
  width: 50%;
  margin: 0;
  padding: 0 1em;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  /* line 232, ../scss/style.scss */
  .group-series .col {
    width: 100%;
    margin-bottom: 1em;
  }
  /* line 241, ../scss/style.scss */
  .group-series .col:last-child {
    margin-bottom: 0;
  }
}
/* line 244, ../scss/style.scss */
.group-series .col-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

h2.group-title,
h1.group-title,
.page-title-section {
  /*background: url(images/header.jpg) no-repeat center 0;*/
  color: #1a3e4c;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  line-height: 1.1;
  font-size: 2em;
  font-weight: bold;
}

h1.group-title,
.page-title-section {
  font-weight: bold;
  font-size: 2.3em;
}

h1.group-title {
	margin-top:15px !important;
}

.series-info .image img {
  width: 100%;
  height: auto;
}

.field .field-label, .field .field-value {
    display: inline-block;
    vertical-align: top;
}

.group-series .contacts-info .field-label {
   font-size: 14px;
   color: #3d3d3d;
}

.group-series .contacts-info .field-value {
   font-size: 14px;
   color: #3d3d3d;
}

.group-series .field-value ul {
  padding-left: 10px;
}

.group-series .field-value ul li {
  list-style: disc inside;
}

.group-series h4 {
  font-size: 14px;
  font-weight: 400;
  color: #1a3e4c;
  font-weight: normal;
  margin-bottom: 18px;
}

.group-series td p {
  color: #c4c4c4;
}

.series-scheme {
  padding-top: 17px;
}

/* line 3, ../scss/_calc.scss */
.group-calc {
  text-align:center;
  margin:0 auto;
}

.group-calc h2 {
  font-weight: 300;
  margin: 0;
  padding-bottom: 0;
}
/* line 7, ../scss/_calc.scss */
.group-calc form {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 700px;
}
/* line 11, ../scss/_calc.scss */
.group-calc form h3 {
  border: none;
  color: #1fc2f0;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 18, ../scss/_calc.scss */
.group-calc fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 25, ../scss/_calc.scss */
#fieldset-win-type .form-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: .5em 1em 1em 1em;
  margin: 0;
  max-width: 100%;
  text-align: center;
}
/* line 35, ../scss/_calc.scss */
#fieldset-win-type label {
  cursor: pointer;
}
/* line 37, ../scss/_calc.scss */
#fieldset-win-type label img, #fieldset-win-type a img {
  background: #d0d2d2;
  -ms-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
  -webkit-transition: background ease 0.3s;
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* line 44, ../scss/_calc.scss */
#fieldset-win-type input {
  position: absolute;
  position: fixed;
  left: -600px;
}
/* line 49, ../scss/_calc.scss */
#fieldset-win-type input:checked + label img {
  background: #1fc2f0;
}
/* line 52, ../scss/_calc.scss */
#fieldset-win-type input:checked + label::before {
  content: url(images/checked.png);
  position: absolute;
  top: -.5em;
  left: 50%;
  margin-left: -17px;
}

/* line 301, ../scss/style.scss */
.hidden-info {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.item.item-portfolio > span{
  position: absolute;
  width: 100%;
}

.item.item-portfolio:hover .hidden-info-content {
  padding-bottom: 5em;
  transition: 1s all;
  background:rgba(0, 0, 0, 0.5);
}
/* line 305, ../scss/style.scss */

/* line 311, ../scss/style.scss */



.form-submit {
  font-size: 1.2em;
  background: #1fc2f0;
  color: #fff;
  border: 1px solid #1fc2f0;
  margin: .5em .5em;
  white-space: normal;
  word-break: break-word;
}
/* line 207, ../scss/style.scss */
.form-submit:hover {
  background: #fff;
  color: #1fc2f0;
}

#calc-form {
  padding: 55px 0;
}

#calc-form .description.hidden-info {
  padding-top: 11px;
}

.news .date {
  font-size: 12px;
  color: #898989;
  padding: 10px 0;
}

.news .group-offer .item-offer header {
  padding-top: 0;
}

.news .group-offer .item-offer header h1.title {
  font-size: 18px;
  color: #1a3e4c;
  font-weight: normal;
  
  padding: 20px 0;
  border: 1px solid #eeeeee;
  border-width: 1px 0;
}

.news .group-offer .item-offer .short-desc {
  font-size: 14px;
  color: #232323;
  text-align: left;
  line-height: 1.3;
  padding: 5px 0 15px 0;
}

.news .group-offer .item-offer a.full-text {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
  background-color: #1bc1f0;
  transition: all 0.2s;
}

.news .group-offer .item-offer a.full-text:hover {
  background-color: #e8e8e8;
  color: #fff;
}

.group-counter .col h3.news-title {
  font-size: 36px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px auto;
}

.group-counter .col .news-date {
  padding: 0 0 70px 0;
  font-size: 24px;
}

.product-description ul, .product-description ul li {
  list-style: none;
}

.product-description h2 {
  padding: 15px;
  font-size: 18px;
  color: #1a3e4c;
  border: 1px solid #eeeeee;
  border-width: 1px 0;
  font-weight: normal;
  margin-bottom: 15px;
}

.product-description h3 {
  font-size: 14px;
  color: #1a3e4c;
  font-weight: normal;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.product-description p {
  font-size: 16px;
  color: #1a3e4c;
  margin-bottom: 15px;
  line-height: 1.4;
}

.product-description ul, .product-description ul li {
  list-style: none;
}


.s_column_info_page_text h2 {
  padding: 15px;
  font-size: 18px;
  color: #1a3e4c;
  border: 1px solid #eeeeee;
  border-width: 1px 0;
  font-weight: normal;
  margin-bottom: 15px;
    text-align:left;
    
    line-height:auto;
}

.s_column_info_page_text h3 {
  font-size: 14px;
  color: #1a3e4c;
  font-weight: normal;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
    text-align:left;
    line-height:auto;
}

.s_column_info_page_text p {
  font-size: 14px;
  color: #1a3e4c;
  margin-bottom: 15px;
    text-align:left;
    line-height:auto;
    
}

.s_column_info_page_text span {
   font-size: 14px;
   color: #1a3e4c;
   margin-bottom: 15px;
   text-align:left;
   line-height:auto;
   
   width:100%;
   display:inline-block; 
}

.s_column_info_page_text li {
   font-size: 14px;
   color: #1a3e4c;
   margin-bottom: 15px;
   text-align:left;
   line-height:auto;
     
}

.s_column_info_page_text > ul{
    list-style:circle;
}

.s_column_info_page_text > ol, .s_column_info_page_text > ol > li{ 
    list-style:decimal;
}

.product-description ul.seo-pages li.label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #1a3e4c;
  padding: 0;
  margin: 0;
  border: none;
}

.product-description ul.seo-pages li {
  margin-left: 6px;
  padding-left: 8px;
  border-left: 1px solid #b0b0b0;
  display: inline-block;
  line-height: 1;
}

.product-description ul.seo-pages li a {
  color: #1bc1f0;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.product-description ul.seo-pages li a:hover {
  text-decoration: none;
}

.warm-properties {
  line-height: 1.8;
  border: 1px solid #eeeeee;
  border-width: 1px 0;
  padding: 15px 0;
}

.warm-properties .column.first, .warm-properties .column.second {
  font-size: 14px;
  color: #1a3945;
  padding-top: 0;
  padding-bottom: 0;
}

.warm-properties .column.first .type1, .warm-properties .column.second .type1 {
  text-transform: uppercase;
  font-weight: 500;
}

.warm-properties .column.first span {
  font-weight: 500;
}

.warm-properties .column.second .bar {
  width: 100%;
  height: 15px;
  background-color: #1a3945;
  position: relative;
  margin-top: 4px;
}

.warm-properties .column.second .bar span {
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1bc1ef;
}

.warm-properties .column.second .block.padtop {
  padding-top: 7px;
}

.product-price.gutter-30 {
  font-size: 30px;
  text-align: center;
  color: #22414d;
  padding: 14px 0;
  
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
}

.product-price span {
  font-weight: 400;
  color: #828282;
}

.product-price a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 11px 0;
  background-color: #1fc2f0;
  letter-spacing: 1px;
  transition: opacity 0.2s;
}

.product-price a:hover {
  opacity: 0.7;
}

.two-columns.product-price .column {
  padding-top: 0;
  padding-bottom: 0;
}

.properties .harakteristiki {
  font-size: 14px;
  color: #1a3945;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.properties table {
  width: 100%;
}

.properties tr td {
  padding: 11px 20px;
}

.properties tr {
  background-color: #eeeeee;
}

.properties tr:nth-child(2n) {
  background-color: #fff;
}

.properties tr td:first-child {
  color: #828282;
  font-size: 14px;
}

.properties tr td:last-child {
  text-align: right;
  color: #27434e;
  font-size: 14px;
  font-weight: 400;
}
/* line 3, ../scss/_portfolio.scss */
.group-portfolio {
  text-align: center;
}
/* line 5, ../scss/_portfolio.scss */
.group-portfolio h2 {
  background: url(images/header.jpg) no-repeat 0 0;
}
/* line 8, ../scss/_portfolio.scss */
.group-portfolio .item {
  display: block;
  float: left;
  overflow: hidden;
  vertical-align: top;
  padding: 1em;
  position: relative;
  width: 25%;
  font-size: .8em;
}
/* line 16, ../scss/_portfolio.scss */

@media (max-width: 768px) {
  /* line 8, ../scss/_portfolio.scss */
  .group-portfolio .item {
    width: 50%;
  }
  /* line 22, ../scss/_portfolio.scss */
  .group-portfolio .item header {
    font-size: 1.5em;
  }
  /* line 23, ../scss/_portfolio.scss */
  .group-portfolio .item:nth-child(-n+1) {
    width: 100%;
  }
}
/* line 29, ../scss/_portfolio.scss */
.group-portfolio .field-image img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
/* line 35, ../scss/_portfolio.scss */
.group-portfolio .hidden-info {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  overflow: hidden;
}

/* line 46, ../scss/_portfolio.scss */
.group-portfolio .hidden-info-content {
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .1s;
    padding: 1em 2em 3em;
    height: 100%;
    color: #fff;
    transition-delay: .3s;
    background: rgba(0,0,0,0.1);
    box-shadow: none;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
}
/* line 53, ../scss/_portfolio.scss */
.group-portfolio .hidden-info-content::before {
  content: none;
}
.hidden-info:hover .hidden-info-content {
    top: 50%;
}
/* line 58, ../scss/_portfolio.scss */
.group-portfolio .photo-num {
  text-transform: uppercase;
  font-size: 12px;
  
}
/* line 61, ../scss/_portfolio.scss */
.group-portfolio header {
  padding-top: 3%;
  width:100%;
  text-align:center;
}

.group-portfolio .subtitle {
  color: #fff;  
}
/* line 64, ../scss/_portfolio.scss */
.group-portfolio header .h3 {
  padding: 0;
  font-weight: 500;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

/* line 68, ../scss/_portfolio.scss */
.group-portfolio .more-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
/* line 73, ../scss/_portfolio.scss */
.group-portfolio .more-link a {
  display: block;
  font-size: 1.1em;
  padding: 1em;
}
@media (max-width: 520px) {
  .group-portfolio .hidden-info{
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  /* line 82, ../scss/_portfolio.scss */
  .group-portfolio .item {
    width: 100% !important;
    margin-bottom: 10px;
  }
  /* line 85, ../scss/_portfolio.scss */
  .group-portfolio .item header {
    font-size: 1em !important;
    padding: 0;
  }
  /* line 88, ../scss/_portfolio.scss */
  .group-portfolio .item header h3 {
    padding: 0;
    margin: 0;
  }
  /* line 94, ../scss/_portfolio.scss */


  /* line 102, ../scss/_portfolio.scss */
  .group-portfolio .more-link a {
    font-size: .8em;
  }
}

.group-portfolio .more-link a {
  color: #1fc2f0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s;
}

.group-portfolio .more-link a:hover {
  color: #fff;
  background-color: #1fc2f0;
}

.section-nestandart {
  padding: 35px 0;
  background: url(../img/noformatbg.jpg);
  background-size: cover;
}

.section-nestandart .noformat-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.section-nestandart .bg {
  background: url(../img/noformat-bg2.png) center center no-repeat;
  background-size: cover;
  font-size: 15px;
  color: #fff;
  
  text-align: center;
  display: inline-block;
  width: 365px;
  height: 226px;
  position: relative;
}

.section-nestandart .bg span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15% 20px 15%;
}

.section-nestandart .column.first {
  text-align: right;
}

.section-nestandart .column.second .text1 {
  font-size: 18px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.section-nestandart .column.second .text2 {
  font-size: 24px;
  color: #f8f8f8;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
}

.section-nestandart .column.second input {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: 2px solid #ffffff;
  background: transparent;
  height: 49px;
}

.section-nestandart .column.second input.submit {
  margin-top: 8px;
  color: #1bc1f0;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.2s;
}

.section-nestandart .column.second input.submit:hover {
  background-color: #1bc1f0;
  border-color: #1bc1f0;
  color: #fff;
}

.product-description.album h2 span {
  color: #1bc1f0;
}

a.video {
  display: block;
  width: 100%;
  height: 380px;
  background: url(../img/video.jpg) center center no-repeat;
}

a.video:hover {
  opacity: 0.7;
}

.section-service-uslugi {
  padding-bottom: 45px;
  text-align: center;
}

.section-service-uslugi img {
  margin-bottom: 35px;
}

.section-service-uslugi .text1 {
  font-size: 24px;
  color: #22414d;
  margin-bottom: 25px;
}

.section-service-uslugi .text2 {
  font-size: 18px;
  color: #828282;
  margin-bottom: 20px;
}

.section-service-uslugi a {
  display: inline-block;
  font-size: 18px;
  color: #1fc2f0;
  text-transform: uppercase;
  padding: 10px 18px;
  letter-spacing: 1px;
  transition: all 0.2s;
  background-color: #fff;
  font-weight: 500;
}

.section-service-uslugi a:hover {
  color: #fff;
  background-color: #1fc2f0;
}

.typography-enabled {color: #1a3e4c;}
.typography-enabled h1 {
  background: url(images/header.jpg) no-repeat center 0;
  color: #1a3e4c;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 1.8em 0 .8em 0;
  line-height: 1.1;
  
  font-size: 2em;
  font-weight: normal;
}
.typography-enabled p {
  font-size: 14px;
  color: #232323;
  margin-bottom: 15px;
}
.typography-enabled ul, .column.product-description ul {margin: 0 0 15px 0; padding: 0; list-style: disc inside; font-size: 14px; color: #232323;}
.typography-enabled ol, .column.product-description ol {margin: 0 0 15px 0; padding: 0; list-style: decimal inside; font-size: 14px; color: #232323;}
.typography-enabled ul li, .column.product-description ul li {list-style: disc inside; padding-bottom: 5px;}
.typography-enabled ol li, .column.product-description ol li {list-style: decimal inside; padding-bottom: 5px;}
.typography-enabled ul li:last-child, .typography-enabled ol li:last-child,
.column.product-description ul li:last-child,
.column.product-description ol li:last-child {padding-bottom: 0;}

.column.product-description ul,
.column.product-description ol {
  color: #1a3e4c;
}

.posts-query .description .price {
  font-size: 16px;
  padding-top: 14px;
}

.posts-query .description .price span {
  font-weight: 500;
  font-size: 20px;
}

.typography-enabled p strong {
  font-weight: 500;
  font-weight: normal;
}

.posts-query.items .group .col p strong {
  font-weight: 500;
  font-weight: normal;
}

.page.typography-enabled {
  padding-top: 20px;
}

.page.typography-enabled h2 {
  padding: 0;
  border: none;
}

.page.typography-enabled h3 {
  margin-bottom: 15px;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.category-link {
  margin-bottom: 35px;
  padding-top: 20px;
}

.category-link a {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
  max-width: 320px;
  margin: 0 auto;
  line-height: 1;
  background: #1fc2f0;
  transition: all 0.2s;
  border: 1px solid #fff;
}
.category-link a:hover {
  background: #fff;
  color: #1fc2f0;
  border: 1px solid #1fc2f0;
}

a.cat-button {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  max-width: 200px;
  line-height: 1;
  background: #1fc2f0;
  transition: all 0.2s;
  border: 1px solid #fff;
}
a.cat-button:hover {
  background: #fff;
  color: #1fc2f0;
  border: 1px solid #1fc2f0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
}

body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
border: 1px solid #ec3c06;
}

body span.wpcf7-not-valid-tip {
display: none;
color: #ec3c06;
border: none;
position: relative;
left: 2px;
padding: 0;
margin-bottom: 14px;
margin-top: -6px;
background: none;
font-size: 12px;
width:auto;
line-height: 14px;
}

body div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid #ff8a8a;
color: #ec3c06;
}

body div.wpcf7-response-output {
margin: 5px 0 5px;
padding: 13px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 0;
font-size: 0.75em;
line-height: 1.3;
}

body .fancybox-stage div.wpcf7-response-output {
  width: 255px;
}

body .wpcf7-mail-sent-ng {
background: #fff2e2;
border: 1px solid #ffbc8a;
color: #e17731;
}

body .wpcf7-mail-sent-ok {
background: #e8ffe2;
border: 1px solid #6fdf51;
color: #1ea524;
}

body .wpcf7-response-output.wpcf7-spam-blocked {
background: #fff2e2;
border: 1px solid #ffbc8a;
color: #e17731;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.skidka form p {
  display: inline-block;
}

.item-cat .typography-enabled h1 {
  display: none;
}

.category-image-description {
  height: 500px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  max-width: 400px;
}

.category-image-description .inner {
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255,255,255,0.65);
}

.category-image-description .inner h1 {
  color: #1a3e4c;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 500;
  font-size: 2em;
  font-weight: normal;
}

.category-image-description .inner p {
  
  font-size: 0.9em;
  margin-top: 0.65em;
  color: #1a3e4c;
}

div.tabs .tabs-contents li.active.ficha {
  margin-top: -0.25em;
  height: 400px;
  overflow-y: auto;
}

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

.trigger-inner form {
  position: relative;
}

.trigger-inner form .wpcf7-form-control-wrap {
  position: inherit;
}

.trigger-inner form .g-recaptcha {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -116px !important;
}

.trigger-inner form .rec {
  padding: 0 !important;
}

/********************/
/* Dominika styles */
/******************/
.container {
  padding-left: 0;
  padding-right: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.section-title {
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  font-weight: 300;
}

.section-subtitle {
  letter-spacing: 0.2px;
  margin-bottom: 93px;
}

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

.calc_nav li a {
  display: block;
  width: 150px;
  height: 150px;
  padding: 0;
}

.calc_nav li .window_1 {
  background: url("../img/calc_button-1.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_1,
.calc_nav li .window_1:hover {
  background: url("../img/calc_button_white-1.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_nav li .window_2 {
  background: url("../img/calc_button-2.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_2,
.calc_nav li .window_2:hover {
  background: url("../img/calc_button_white-2.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_nav li .window_3 {
  background: url("../img/calc_button-3.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_3,
.calc_nav li .window_3:hover {
  background: url("../img/calc_button_white-3.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_nav li .window_4 {
  background: url("../img/calc_button-4.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_4,
.calc_nav li .window_4:hover {
  background: url("../img/calc_button_white-4.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_nav li .window_5 {
  background: url("../img/calc_button-5.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_5,
.calc_nav li .window_5:hover {
  background: url("../img/calc_button_white-5.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_nav li .window_6 {
  background: url("../img/calc_button-6.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_6,
.calc_nav li .window_6:hover {
  background: url("../img/calc_button_white-6.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_nav li .window_7 {
  background: url("../img/calc_button-7.png") center center no-repeat;
  background-color: #f8f8f8;
  background-size: auto 39%;
}

.calc_nav li.active .window_7,
.calc_nav li .window_7:hover {
  background: url("../img/calc_button_white-7.png") center center no-repeat;
  background-color: #1fc2f0;
  background-size: auto 39%;
}

.calc_content {
  padding-top: 32px;
  text-align: left;
}

.calc_content hr,
.calc_content h1 {
  display: none;
}

.calc_content h3,
.calc_content label {
  color: #1a3945;
  font-size: 14px;
  
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 9px;
  line-height: 1;
}

.aside {
  width: 270px;
}

.aside .photo_block {
  width: 270px;
  height: 320px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aside .param {
  width: 270px;
  margin-top: 25px;
  padding: 12px;
  background-color: #f8f8f8;
}

.aside .param h3 {
  font-weight: 500;
  margin-bottom: 7px;
}

.aside .progress {
  height: 15px;
  border-radius: 0;
  background-color: #1a3945;
  margin-bottom: 13px;
}

.aside .progress .progress-bar {
  background-color: #1bc1ef;
  height: 15px;
  transition: width 0.2s;
}

.aside .bottom_block {
  padding: 15px;
  text-align: center;
  margin-top: 36px;
}

.aside .bottom_block img {
  margin-bottom: 30px;
}

.aside .bottom_block h3 {
  
  font-size: 18px;
  color: #22414d;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 21px;
}

.aside .bottom_block p {
  color: #828282;
  font-size: 14px;
  letter-spacing: 0px;
}

.aside .bottom_block a {
  font-weight: 500;
  color: #1bc1ef;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin-top: 22px;
  letter-spacing: 1.4px;
}

.main {
  width: 870px;
}

.main > h3 {
  display: none;
}

.calc_content .extra_select {
  display: none;
}

.calc_content .select_wrapper {
  display: block;
  width: 270px;
  margin-bottom: 19px;
}

.calc_content select {
  
  width: 270px;
  border: 1px solid #e6e7e8;
  color: #1a3945;
  font-size: 16px;
  padding: 4px 30px 5px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: transparent;
  background: url("../img/select_arrow.png") calc(100% - 8px) 8px no-repeat;
  background-color: #f8f8f8;
}

.main .stvorka {
  float: left;
}

.main .stvorka + .stvorka {
  margin-left: 30px;
}

.main .stvorka.center {
  float: none;
}

.main .stvorka.center .select_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.main .stvorka.center + .stvorka {
  margin-left: 0px;
}

.window_shema {
  clear: both;
  text-align: center;
  padding: 102px 100px 39px;
  position: relative;
}

.window_shema.bottom {
  padding: 39px 100px 102px;
}

.window_wrapper {
  display: inline-block;
}

.window_inner {
  display: block;
  background: #e6e7e8;
  padding: 13px 10px;
  float: left;
}

.window_top {
  margin-bottom: -17px;
}

.window_under {
  clear: both;
}

.window {
  background: #f0f0f1;
  width: 186px;
  padding: 13px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}

.window_row {
  margin-left: -10px;
}

.window_double {
  width: 382px;
}

.window_triple {
  width: 578px;
}

.window_small {
  height: 130px;
}

.window_big {
  height: 308px;
}

.window_item {
  background: #1bc1ef;
  border: 1px solid #4dc4e4;
  position: relative;
}

.metrika_horizontal {
  position: absolute;
  left: 0;
  top: -38px;
  width: 100%;
  border-top: 1px solid #1a3945;
}

.metrika_horizontal:before,
.metrika_horizontal:after {
  display: block;
  content: " ";
  width: 1px;
  height: 5px;
  position: absolute;
  background: #1a3945;
}

.metrika_horizontal:before {
  top: 0;
  left: 0;
}

.metrika_horizontal:after {
  right: 0;
  top: 0;
}

.metrika_horizontal .metrika_inner {
  position: absolute;
  left: 50%;
  top: -67px;
  margin-left: -25px;
}

.metrika_horizontal.bottom {
  top: auto;
  bottom: -38px;
}

.metrika_horizontal.bottom:before {
  top: auto;
  bottom: 0;
}

.metrika_horizontal.bottom:after {
  top: auto;
  bottom: 0;
}

.metrika_horizontal.bottom .metrika_inner {
  top: auto;
  bottom: -65px;
}

.metrika_inner .sm {
  font-weight: 400;
  font-size: 18px;
  color: #bcbcbd;
  padding-bottom: 5px;
}

.metrika_vertical {
  position: absolute;
  left: -35px;
  top: 0;
  height: 100%;
  border-left: 1px solid #1a3945;
}

.metrika_vertical:before,
.metrika_vertical:after {
  display: block;
  content: " ";
  width: 5px;
  height: 1px;
  position: absolute;
  background: #1a3945;
}

.metrika_vertical:before {
  top: 0;
  left: 0;
}

.metrika_vertical:after {
  left: 0;
  bottom: 0;
}

.metrika_vertical .metrika_inner {
  position: absolute;
  top: 50%;
  left: -70px;
  margin-top: -25px;
}

.metrika_inner input {
  font-weight: 400;
  width: 50px;
  height: 30px;
  font-size: 17px;
  color: #1a3945;
  text-align: center;
  border: 1px solid #bcbcbd;
  background-color: #e6e7e8;
  outline: transparent;
}

.metrika_inner input::-webkit-outer-spin-button,
.metrika_inner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.metrika_vertical .sm {
  padding-top: 5px;
}

.net .check {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/grey_net.png") center center no-repeat;
  background-size: 28px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -20px;
}

.window_double .net .check {
  top: auto;
  bottom: 15px;
}

.window_net .net {
  width: 100%;
  height: 100%;
  background: url("../img/white_net.png") 0 0 repeat;
  position: absolute;
}

.window_net .net .check {
  background: url("../img/black_net.png") center center no-repeat;
  background-size: 28px;
  background-color: #fff;
}

.flap {
  display: none;
  width: 100%;
  height: 100%;
}

.flap .handle_right {
  display: block;
  width: 29px;
  height: 32px;
  background: url("../img/handle_right.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -16px;
}

.first_left .flap .handle_right {
  display: block;
  width: 29px;
  height: 32px;
  background: url("../img/handle_left.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -11px;
  left: auto;
  margin-top: -16px;
}

.flap .handle_up {
  display: block;
  width: 32px;
  height: 29px;
  background: url("../img/handle_up.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -16px;
}

.flap .hinge_left {
  display: block;
  width: 11px;
  height: 43px;
  background: url("../img/hinge.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: -9px;
}

.first_left .flap .hinge_left {
  background: url("../img/hinge.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: auto;
  left: -4px;
}

.hinge_left.top {
  top: 46px;
}

.hinge_left.bottom {
  bottom: 46px;
}

.flap .hinge_bottom {
  display: block;
  width: 43px;
  height: 11px;
  background: url("../img/hinge_up.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -9px;
}

.hinge_bottom.left {
  left: 46px;
}

.hinge_bottom.right {
  right: 46px;
}

.window_flap .flap {
  display: block;
  background: url("../img/open_right.png") center center no-repeat;
  background-size: contain;
}

.first_left.window_flap .flap {
  display: block;
  background: url("../img/open_left.png") center center no-repeat;
  background-size: contain;
}

.window_double .window_flap .flap,
.window_triple .window_flap .flap {
  display: block;
  background: url("../img/open_top.png") center center no-repeat;
  background-size: contain;
}

.window_flap_rotate .flap {
  display: block;
  background: url("../img/open_right_top.png") center center no-repeat;
  background-size: contain;
}

.first_left.window_flap_rotate .flap {
  display: block;
  background: url("../img/open_left_top.png") center center no-repeat;
  background-size: contain;
}

.type_small {
  position: absolute;
  right: 0;
  top: 225px;
}

.type_small .name {
  
  color: #1a3945;
  font-size: 18px;
  margin-bottom: 5px;
}

.type_small .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #1fc2f0;
}

.type_small .photo img {
  width: auto;
  max-height: 29px;
}

.calc_content .commons select {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 30px 7px 8px;
}

.commons_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.calc_content .buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.calc_content .buttons a {
  font-weight: 500;
  width: 270px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #1a3945;
  padding: 14px;
}

.calculator.new .calc_content .buttons a#calculate {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  color: #111111 !important;
  cursor: default;
  opacity: 1 !important;
}

.calc_content .buttons .note_data {
  background-color: #1bc1ef;
}

.calc_content .buttons .amount {
  width: 250px;
  text-align: center;
  padding: 5px;
}

.calc_content .buttons .amount p {
  font-weight: 500;
  color: #1bc1ef;
  font-size: 33px;
  letter-spacing: 3.5px;
}

.calc_content .buttons .amount span {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../img/ruble_icon.png") 0 0 no-repeat;
  background-size: cover;
}

.cart {
  margin-top: 38px;
  background-color: #f8f8f8;
}

.cart .buy_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-color: #1bc1ef;
}

.cart .text {
  width: calc(100% - 150px - 172px);
  padding: 16px 15px 15px 24px;
}

.cart .text h4 {
  font-weight: 500;
  color: #1a3945;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.cart .text p {
  color: #1a3945;
  line-height: 15px;
  letter-spacing: 0px;
}

.cart .text .price {
  font-weight: 500;
  font-size: 14px;
  margin-top: 18px;
  letter-spacing: -0.1px;
}

span.blue {
  color: #1bc1ef;
}

span.grey {
  color: #bbbbbb;
  
}

.cart .amount_block {
  font-weight: 500;
  width: 172px;
  color: #1a3945;
  font-size: 14px;
  text-align: center;
  margin-top: 3px;
  padding: 16px 15px 15px;
}

.cart button {
  background: none;
  outline: transparent;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
}

.cart .counterBut {
  font-size: 27px;
  vertical-align: middle;
}

.cart .counterBut.not_active {
  color: #e6e7e8;
}

.cart input.amount {
  width: 32px;
  height: 32px;
  border: 1px solid #e6e7e8;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  outline: transparent;
}

.cart .amount_button {
  width: 100%;
  padding: 6px 5px;
  letter-spacing: 1px;
}

.cart .change {
  color: #ffffff;
  background-color: #1bc1ef;
  margin-top: 7px;
}

.cart .change:before {
  display: inline-block;
  content: " ";
  width: 12px;
  height: 15px;
  background: url("../img/pen_icon.png") 0 0 no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.cart .delete {
  color: #979797;
  background-color: #ffffff;
  margin-top: 11px;
}

.add_window {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 151px;
  border: 2px dashed #1bc1ef;
  margin-top: 20px;
  cursor: pointer;
}

.add_window p {
  font-weight: 500;
  color: #1fc2f0;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  letter-spacing: 2.3px;
}

.add_window p:before {
  display: inline-block;
  content: "+";
  font-size: 38px;
  position: absolute;
  top: -9px;
  left: 0;
}

.totals {
  width: 100%;
  background-color: #f8f8f8;
  text-align: center;
  margin-top: 20px;
  padding: 20px 11px;
}

.totals h3 {
  font-size: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}

.totals p {
  font-weight: 500;
  color: #1a3945;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.totals del {
  
  opacity: 0.5;
}

.totals i {
  font-style: normal;
  margin-left: 10px;
}

.totals em {
  font-style: normal;
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  
  text-transform: lowercase;
  color: #FF3A1A;
}

.callback {
  width: 368px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 41px;
}

.callback input {
  display: block;
  width: 100%;
  border: 1px solid #e6e7e8;
  background: #f8f8f8;
  color: #1fc2f0;
  font-size: 24px;
  padding: 9px 24px 12px;
  letter-spacing: 2.4px;
  outline: transparent;
}

.callback input::-webkit-input-placeholder {
  color: #1fc2f0;
}

.callback input::-moz-placeholder {
  color: #1fc2f0;
}

.callback input:-moz-placeholder {
  color: #1fc2f0;
}

.callback input:-ms-input-placeholder {
  color: #1fc2f0;
}

.callback input:focus::-webkit-input-placeholder {
  color: transparent;
}

.callback input:focus::-moz-placeholder {
  color: transparent;
}

.callback input:focus:-moz-placeholder {
  color: transparent;
}

.callback input:focus:-ms-input-placeholder {
  color: transparent;
}

.callback button {
  font-weight: 500;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #1bc1f0;
  border: none;
  outline: transparent;
  margin-top: 10px;
  padding: 14px;
  letter-spacing: 1.8px;
}
/***************************/
/* End of Dominika styles */
/*************************/

.calc_content .buttons #write {
  color: #fff !important;
}

.calculator.new a:after {
  display: none;
}

.calculator.new a.send-data, .calculator.new a.note_data {
  background-image: none;
}

.calculator.new .calc_content select {
  font-size: 15px;
  padding: 10px 30px 8px 8px;
}

.calculator.new * {
  outline: none !important;
}

.calculator.new .tab-pane {
  display: none;
}

.calculator.new .tab-pane.active {
  display: block;
}

.calculator.new .add_window {
  transition: opacity 0.2s;
}

.calculator.new .add_window:hover {
  opacity: 0.63;
}

.calculator.new a.note_data, .calculator.new a.send-data, .cart .amount_button {
  transition: all 0.2s;
}

.calculator.new a.note_data:hover, 
.calculator.new .change.amount_button:hover {
  background-color: #19abd4;
}

.calculator.new .delete.amount_button:hover {
  color: #fff;
  background-color: #e13e3e;
}

.calculator.new a.send-data:hover {
  background-color: #0b2029;
}

.calculator.new a.send-data:hover {
  background-color: #0b2029;
}

.calculator.new .calc_content .buttons a {
    padding: 16px 14px 14px 14px;
}

#callback-message div {
  width: 100%;
  padding: 15px 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 20px;
}

#callback-message .success {
  background-color: #e5f9e7;
  color: #1ebc30;
}

#callback-message div.error {
  background-color: #ffedde;
  color: #f2711c;
}


/*****************************/
/*  НОВЫЕ DESKTOP СТИЛИ!!!  */
/***************************/
.window_door .hinge_right {
  display: block;
  width: 11px;
  height: 43px;
  background: url("../img/hinge.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: -4px;
}

.window_door .hinge_right.top {
  top: 60px;
}

.window_door .hinge_right.bottom {
  bottom: 60px;
}

.window_door .handle_right {
  display: block;
  width: 29px;
  height: 32px;
  background: url("../img/handle_left.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 57%;
  right: 2px;
  margin-top: -14px;
}

.window_door .flap,
.window_door .window_flap .flap {
  display: block;
  background: url("../img/open_left.png") center center no-repeat;
  background-size: contain;
}

.window_door .window_flap_rotate .flap {
  background: url("../img/open_left_top.png") center center no-repeat;
  background-size: contain;
}

.door_bottom {
  height: 130px;
  margin-top: 12px;
  background-color: #e6e7e8;
  border: 1px solid #dadadb;
  position: relative;
}

.window_door .window_big .metrika_vertical {
  height: auto;
  top: -14px;
  bottom: 0px;
}

.window_door .door_bottom .metrika_vertical {
  height: auto;
  top: 0;
  bottom: -14px;
}

.window_door .metrika_vertical {
  left: -49px;
}

.window_door .window_big .metrika_vertical .metrika_inner {
  margin-top: -18px;
}

.metrika_vertical.right_side {
  left: auto;
  right: -35px;
}

.metrika_vertical.right_side:before,
.metrika_vertical.right_side:after {
  left: auto;
  right: 0;
}

.metrika_vertical.right_side .metrika_inner {
  left: auto;
  right: -70px;
}
/*****************************/
/*  НОВЫЕ DESKTOP СТИЛИ!!!  */
/***************************/

.articles-description p {
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
  padding: 0 0 10px 0;
}

.items .group .articles-description h3 {
  border: 0;
  padding: 0;
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 700;
  font-style: italic;
}

.articles-description {
  padding: 15px 10px 5px 10px;
  border: 1px solid #1fc2f0;
  margin-bottom: 20px;
}

.articles-anchors {
  text-align: center;
}

.articles-anchors a {
  color: #fff;
  display: inline-block;
  margin: 0 5px 10px 5px;
  padding: 11px 18px;
  background-color: #1fc2f0;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 3px;
}

.articles-anchors a:hover {
  background-color: #10a6d1;
}
.articles-grid.gutter-30{
  margin: 0 -15px 30px;
}
.articles-grid p {
  text-align: center;
  font-size: 16px;
}

.articles-grid p a {
  color: #232323;
  transition: all 0.2s;
}

.articles-grid p a:hover {
  color: #1fc2f0;
}


.group-offer .three-columns {
  text-align: center;
}

.group-offer .three-columns .big-title {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 140px;
  height: 34px;
  background-color: #1fc2f0;
  line-height: 34px;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -70px;
  text-transform: uppercase;
}

.group-offer .three-columns .ico {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -16px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-image: url(../img/ico1.svg);
}

.group-offer .three-columns .date {
  font-weight: 700;
  font-size: 13px;
  padding: 18px 0 15px 0;
}

.group-offer .three-columns .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.group-offer .three-columns .inner {
  padding: 30px 25px 30px 25px;
  border: 1px solid #fff;
  position: relative;
  background-color: rgba(255,255,255,0.95);
}

.group-offer .three-columns .short-desc {
  display: block;
  padding-top: 14px;
  color: #111111;
  text-decoration: none;
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
}

.group-offer .three-columns .owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.group-offer .three-columns .owl-dots .owl-dot {
  padding: 4px;
}

.group-offer .three-columns .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1fc2f0;
  display: block;
}

.group-offer .three-columns .owl-dots .owl-dot.active span {
  background-color: rgba(0,0,0,0.5);
}

.group-offer .three-columns .button-container {
  padding-top: 20px;
}

.group-offer .three-columns .button {
  color: #111111;
  font-weight: 500;
  font-size: 22px;
  text-decoration: underline;
}

.group-offer .three-columns .button:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .group-offer .three-columns .column {width: 50%;}
  .group-offer .three-columns .column:first-child {display: none;}
  .group-icons .text {font-size: 14px !important;}
}

@media (max-width: 589px) {
  .group-offer .three-columns .column {width: 100%;}
  .group-offer .three-columns #offers {padding-top: 50px;}
  .group-offer .three-columns .title,
  .group-offer .three-columns .short-desc {font-size: 14px;}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.align-center {
  text-align: center;
}

.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.container-1500 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.container-830 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.v-pad-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-row {
  overflow: hidden;
}
.gutter-30.portfolio-fscreen{
  margin: 0 -15px 30px -15px ;
}
.gutter-30 {
  margin: 0 -15px;
}

.gutter-30 .column {
  padding: 0 15px;
}

.gutter-20 {
  margin: 0 -10px;
}

.gutter-20 .column {
  padding: 10px;
}

.four-columns .column {
  width: 25%;
  float: left;
}

.six-columns .column {
  width: 16.666666666%;
  float: left;
}

.five-columns .column {
  width: 20%;
  float: left;
}

.two-columns .column {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.three-columns .column {
  width: 33.333%;
  float: left;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.section-title {
  font-size: 35px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 500;
  color: #1fc2f0;
}

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.debug table {
  width: 100%;
  color: #000;
}

.debug table td, .debug table th {
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.5);
  text-align: left;
}

.strange-pic {
  height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-template .typography-enabled h1,
.new-template .typography-enabled h2 {
  margin-bottom: 25px;
}

.new-template .typography-enabled h2 {
  margin-top: 45px;
}

.vars-block .var-columns {
  margin-bottom: 30px;
}

.vars-block .var-columns .image {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
}

.vars-block .var-columns .properties {
  width: 55%;
  float: left;
}

@media (max-width: 991px) {
  .vars-block .var-columns .image {width: 100%; padding-right: 0; float: none; margin-bottom: 15px;}
  .vars-block .var-columns .properties {width: 100%; float: none;}
  .vars-block .var-columns .product-price {margin: 0 !important;}
  .vars-block .var-columns .product-price .column.first {float: left !important; padding-right: 0 !important; margin-bottom: 0 !important; text-align: left !important; width: 50% !important;}
  .vars-block .var-columns .product-price .column.second {float: right !important; padding-left: 0 !important; margin-bottom: 0 !important; width: 50% !important;}
}

@media (max-width: 479px) {
  .vars-block .var-columns .product-price .column.second a {font-size: 14px; letter-spacing: 0;}
  .vars-block .var-columns .product-price .column.first {font-size: 20px; line-height: 40px;}
}

.pr-gr .group-series table.scheme {
  width: 100%;
}

.pr-gr .group-series table.scheme tr td:first-child {
  width: 70%;
}

.pr-gr .post-title {
  color: #1a3e4c;
  text-align: left;
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 10px;
  line-height: 1;
}

.pr-gr .scheme-link {
  display: inline-block;
  padding: 11px 35px;
  color: #a8b6c1;
  
  border: 1px dashed #a8b6c1;
  border-top: 6px solid #a8b6c1;
  text-transform: uppercase;
  margin-top: 11px;
  transition: all 0.2s;
}

.pr-gr .scheme-link:hover {
  border-color: #1a3e4c;
  color: #1a3e4c;
}

.pr-gr .post-title span {
  display: block;
  
  font-size: 0.9em;
  opacity: 0.5;
  padding-top: 5px;
}

.pr-gr .group-series p {
  color: #1a3e4c !important;
  font-size: 15px !important;
  
}

.vars-block .properties .harakteristiki {
  margin-bottom: 22px;
  padding-top: 5px;
}

.vars-block .product-price.gutter-30 {
  padding-top: 27px;
}

.posts-query .pr-gr .group-series p.price {
  color: #1fc2f0 !important;
  font-size: 23px !important;
  margin-bottom: 35px !important;
}

.posts-query .pr-gr .group-series p.price del {
  color: #c4c4c4 !important;
  display: block;
}

.posts-query .pr-gr .group-series p.price span {
  font-size: 31px !important;
}

.posts-query .pr-gr .group-series p.price span span {
  font-weight: 500;
}

.posts-query .pr-gr .group-series a.show-modal {
  display: block;
  color: #fff;
  background-color: #1fc2f0;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

.posts-query .pr-gr .group-series table.scheme td {
  border: 1px solid #1fc2f0 !important;
}

.posts-query .pr-gr .group-series table.scheme td.description {
  padding-bottom: 50px;
  border-left: 0 !important;
}

.cat-gallery .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
}

.cat-gallery .owl-dots .owl-dot {
  padding: 0 5px;
}

.cat-gallery .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  border: 1px solid #1fc2f0;
  transition: all 0.2s;
}

.cat-gallery .owl-dots .owl-dot.active span {
  background-color: #1fc2f0;
}

.menu-row .cat-item.cat-item-8,
.super-menu .cat-item.cat-item-8 {
  display: none !important;
}

@media (max-width: 1023px) {
  .worktime span {
    overflow: hidden;
  }
  .pr-gr .post-title {
    font-size: 1.3em;
  }
  .items .group .col p {
    font-size: 14px !important;
    margin-bottom: 12px;
  }
  .posts-query .pr-gr .group-series p.price {
    color: #1fc2f0 !important;
    font-size: 17px !important;
    margin-bottom: 20px !important;
    padding-top: 9px !important;
  }
  .posts-query .pr-gr .group-series p.price span {
    font-size: 25px !important;
  }
  .posts-query .pr-gr .group-series a.show-modal {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .pr-gr .scheme-link {
    display: block;
  }
  .pr-gr table td {
    display: block;
    width: 100% !important;
    float: none !important;
  }
  .pr-gr table tr td:first-child {
    padding: 0 0 15px 0 !important;
    border: 0;
  }
  .pr-gr table tr td:first-child .td-container {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .pr-gr table tr td:first-child .td-container {
    height: 200px;
  }
}

@media (min-width: 768px) {

  .hamburger {display: none;}
  .phone {padding-right: 0;}
}

.modal-contacts {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
  
}

.modal-contacts hr {
  opacity: 0.5;
}

.modal-contacts span {
  display: block;
  color: #1bc1f0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-top .accordion-content br {
  display: none;
}

.footer-top .accordion-content a {
  display: inline-block;
  margin-left: 5px;
}

table.styled {
  border: 0;
}

table.styled tr {
  border-top: 1px solid #ddd;
}

table.styled tr:nth-child(2n) {
  background-color: rgba(0,0,0,0.05);
}

table.styled tr:last-child {
  border-bottom: 1px solid #ddd;
}

table.styled tr td {
  border: 0;
  padding: 9px 4px;
  font-size: 12px;
  color: #232323;
  
  text-align: left;
}

.group-colors h2.table-header {
  padding: 10px 4px;
  text-align: left !important;
  font-size: 16px;
  font-weight: 400;
  background: unset;
}

.menuzord-menu > li > .megamenu {
  padding: 20px 20px 13px 20px;
}

.megamenu .group-title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}

.megamenu .group-items a {
  display: block;
  color: #2792b1;
  text-decoration: none;
  padding: 7px 0 7px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 15px;
  background: url(../img/right-arrow2.svg) 2px center no-repeat;
  background-size: 7px;
  transition: all 0.2s;
}

.megamenu .group-items a:last-child {
  border: 0;
}

.megamenu .group-items a:hover {
  background-position: 4px center;
  color: #20c2f0;
}
.megamenu .group-items a.active {
  background-position: 4px center;
  color: #20c2f0;
  text-decoration: underline;
}

#menuzord {
  background-color: #f8f8f8;
}

.section-portfolio {
  padding: 45px 0 45px 0;
}

.more-load span {
  background-color: transparent;
}

.show-all-products-button-container {
  text-align: center;
  padding: 35px 0 15px 0;
}

.show-all-products-button-container a {
  display: inline-block;
  padding: 15px 25px;
  background-color: #20c2f0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.2s;
}

.show-all-products-button-container a:hover {
  background-color: #24cfff;
}

.section-vizualization {
  background-color: #f8f8f8;
  padding-bottom: 45px;
}

.section-vizualization .row {
  display: table;
}

.section-vizualization .row .col {
  display: table-cell;
  vertical-align: top;
}

.section-vizualization .row .col.first {
  width: 700px;
}

.section-vizualization .row .col.second {
  padding-left: 30px;
}


.section-vizualization .row .col img {
  width: 100%;
  height: auto;
}

.footer-bottom a.button  {
  display: block;
  padding: 11px 16px 11px 16px;
  background-color: #fff;
  color: #20c2f0;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  transition: all 0.2s;
  border: 1px solid #20c2f0;
}

.footer-bottom a.button:hover {
  background-color: #20c2f0;
  color: #fff;
  border-color: #fff;
}

.switcher-icons {
  padding-top: 40px;
}

.switcher-icons .item {
  width: 50px;
  height: 50px;
  background-color: #20c2f0;
  border-radius: 50px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.switcher-icons .item:last-child {
  margin-right: 0;
}

.switcher-icons .item:hover,
.switcher-icons .item.active {
  background-color: #1193b7;
}

.switcher-icons .item span {
  display: block;
  width: 33px;
  height: 33px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.productions {
	margin-top: 25px;
}

.production_item a {
	display: grid;
	grid-template-columns: 0.2fr 1fr;
	gap:0;
	margin-top: 15px;
  align-items: center;
}

.production_item a span {
  color:#000;
}

.switcher-icons .item span.i1 {
  background-image: url(../img/i1.svg);
}

.switcher-icons .item span.i2 {
  background-image: url(../img/i2.svg);
}

.switcher-icons .item span.i3 {
  background-image: url(../img/i3.svg);
}

.switcher-icons .item span.i4 {
  background-image: url(../img/i4.svg);
}

.switcher-icons .item span.i5 {
  background-image: url(../img/i5.svg);
}

.switcher-icons .item span.i6 {
  background-image: url(../img/i6.svg);
}

.switcher-icons .item span.i7 {
  background-image: url(../img/i7.svg);
}

.switcher-content {
  padding-top: 35px;
}

.switcher-content .title {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 11px;
}

.switcher-content .price-button {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.switcher-content .price-button a {
  display: block;
  color: #fff;
  padding: 9px 20px 9px 50px;
  background-color: #20c2f0;
  background-image: url(../img/plus-and-minus.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.2s;
}

.switcher-content .price-button a:hover {
  background-color: #24cfff;
}

.switcher-content .price-button .price span {
  font-weight: 500;
  color: #1fc2f0;
  font-size: 29px;
  margin-right: 10px;
}

.switcher-content p {
  font-size: 18px;
  padding-top: 30px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .section-vizualization .row .col.first, .section-vizualization .row .col.first img {width: 500px;}
  .section-vizualization .row .col.second {padding-left: 30px;}
}

@media (max-width: 1023px) {
  .switcher-icons .item {width: 40px; height: 40px; margin-right: 7px;}
  .switcher-icons .item span {width: 24px; height: 24px;}
  .switcher-content .price-button {display: block;}
  .switcher-content .price-button .price {margin-bottom: 18px;}
  .switcher-content .price-button a {display: inline-block;}
  .switcher-icons {padding-top: 10px;}
  .switcher-content p {
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.5;
  }
  .switcher-content {
    padding-top: 25px;
  }
}

@media (max-width: 899px) {
  .section-vizualization .row .col.first, .section-vizualization .row .col.first img {width: 370px;}
}

@media (max-width: 767px) {
  .section-vizualization .row {display: block;}
  .section-vizualization .row .col.first,
  .section-vizualization .row .col.first img,
  .section-vizualization .row .col {
    width: 100%;
    display: block;
    padding-left: 0 !important;
    text-align: center;
  }
  .section-vizualization .row .col.first {
    margin-bottom: 25px;
  }

  .switcher-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 359px) {
.switcher-icons .item {
    width: 34px;
    height: 34px;
    margin-right: 5px;
}
.switcher-icons .item span {
  width: 20px;
  height: 20px;
}
}

.mix .product-list-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  min-height: 53px;
}

.products-list.owl-carousel .product-list-title{
  height: auto;
  text-align: center;
}
.products-list .product.mix .middle span {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  padding: 3px 9px 4px 9px;
  background-color: #FF3A1A;
}

.products-list .product.mix .bottom .price {
  font-size: 21px;
}

.products-list .product.mix .bottom .zamer {
  font-size: 14px;
  text-align: center;
  margin-bottom: 14px;
}

.mix-controls {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 13px;
}

.mix-controls button,
.mix-controls a {
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #1fc2f0;
  margin: 4px;
  padding: 5px 11px;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.2s;
  box-shadow: unset !important;
  color: #1fc2f0;
}

.mix-controls button.mixitup-control-active,
.mix-controls button:hover,
.mix-controls a.active,
.mix-controls a:hover {
  background-color: #1fc2f0;
  color: #fff;
}

.section-icons {
  background-color: #f8f8f8;
  background: url(../img/noformatbg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.group-icons {
  text-align: center;
}

.group-icons img {
  width: 40px;
  height: auto;
}

.group-icons .image {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.group-icons .title {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 19px !important;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  display: none;
}

.group-icons .text {
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
}

.group-icons .column {
  padding-top: 0px;
}

.section1 .products-list .column {
  width: 100% !important;
}

/*@media (max-width: 899px) {
  .group-icons .column {width: 50%;}
}*/

@media (max-width: 479px) {
  .group-icons .column {width: 100%;}
}

@media (max-width: 767px) {
  .top-row .calculator {
    position: absolute;
    margin: 0;
    left: 200px;
  }
  .hamburger {top: 9px;}
  .menu-row {
    display: block !important;
    padding:0;
  }
  .menuzord-responsive .menuzord-menu > li > a {
    padding: 10px 20px;
    border:0;
  }
  #menuzord .showhide {display: none !important;}
  .menuzord-menu {flex-direction: column !important;}
  .menuzord-menu > li > .megamenu {
    background-color: #f8f8f8 !important;
  }
  .menu-row .pad-20 {
    padding: 0;
  }
  .menuzord-responsive .menuzord-menu li .indicator {
    background: url(../img/down-arrow.png) center center no-repeat;
    background-size: 16px;
  }
}

.reviews {
  margin: 0 -15px;
}

.reviews .item {
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  float: left;
  width: 33.3333%;
}

.reviews .item .inner {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  border: 1px solid rgba(0,0,0,0.09);
  position: relative;
  align-items: center;
  box-shadow: 1px 1px 7px #a3a3a3;
}
.reviews .item .inner:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 40px;
  background: url("../img/left_top.webp") 50% 50% no-repeat;
  background-size: cover;
}
.reviews .item .review-header {
  flex: 0 0 23%;
  max-width: 23%;
}

.reviews .item img {
  /*width: 90px;
  height: auto;*/
  border: 1px solid #1fc2f0;
  /*border-radius: 70px;
  box-sizing: border-box;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;*/
}
.review-header a{
  position:relative;
}
.review-header a:before{
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/zoom.webp) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.review-header a:hover:before{
  opacity: 1;
}
.reviews .item .person {
    font-weight: 700;
    font-size: 16px;
    color: #22414d;
    font-weight: 500;
}

.reviews .item .person .position {
  font-weight: 300;
  font-size: 15px;
  padding-top: 4px;
}

.reviews .item .review {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 10px;
  color: #000;
}

.reviews .item .review .review-original {
  padding-top: 10px;
    color: #20c2f0;
}

.reviews .item .review .review-original a {
  color: #1fc2f0;
  text-decoration: underline;
}

.reviews .item .review .review-original a:hover {
  text-decoration: none;
}

.reviews-letter .item {
  padding-top: 20px;
}

@media (max-width: 899px) {
  .group-offer .item-offer header h1 {font-size: 25px;}
  .group-offer .item-offer .details p, .group-offer .item-offer .details {font-size: 14px;}
}

@media (max-width: 767px) {
  .reviews .item {width: 100%; }
  .reviews .item:last-child {margin-bottom: 0;}
  /*.reviews .item .inner {padding: 50px 15px 15px 15px;}*/
  .group-offer .item-offer header h1 {font-size: 21px;}
  .group-offer .item-offer .details p, .group-offer .item-offer .details {font-size: 12px;}
  /*.reviews .item img {width: 70px; top: -35px; margin-left: -35px;}*/
  .reviews .item .person {font-size: 16px;}
  .reviews .item .review {font-size: 14px;}
}

a.btn-new {
  display: block;
  padding: 12px 16px 12px 16px;
  background-color: #20c2f0;
  color: #fff;
  border: 1px solid #20c2f0;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.2s;
  border-radius: 0;
  text-align: center;
}

a.btn-new:hover {
  background-color: #24cfff;
  border-color: #24cfff;
}

a.btn-new.hollow {
  background-color: #fff;
  color: #20c2f0;
  border: 1px solid #20c2f0;
}

a.btn-new.hollow:hover {
  background-color: #20c2f0;
  color: #fff;
  border: 1px solid #20c2f0;
}

@media (max-width: 767px) {
  .footer-bottom .text br {display: none;}
}

@media (max-width: 639px) {
  .three-columns .column.mix {width: 50%;}
}

@media (max-width: 479px) {
  .three-columns .column.mix {width: 100%;}
}

.appointments {
  text-align: center;
  padding-top: 0;
}

.appointments .inner {
  padding: 17px 10px 10px 10px;
  background-color: #f8f8f8;
  font-size: 15px;
  /*text-transform: uppercase;*/
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  line-height: 1.3;
}

.appointments .inner br {
  display: none;
}

.appointments .column {
  padding-top: 17px;
}

.appointments .inner:after {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  top: -16px;
  margin-left: -16px;
  background-color: #1fc2f0;
  display: block;
  content: '';
  border: 2px solid #fff;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
}

.appointments .inner.i1:after {
  background-size: 14px;
  background-image: url(../img/ic.svg);
}

.appointments .inner.i2:after {
  background-size: 14px;
  background-image: url(../img/ic.svg);
}

.appointments .inner.i3:after {
  background-size: 14px;
  background-image: url(../img/ic.svg);
}

.appointments .inner.i4:after {
  background-size: 14px;
  background-image: url(../img/ic.svg);
}

.calc-body {
  display: table;
  width: 100%;
  padding-top: 10px;
}

.calc-body img {
  display: block;
  width: 100%;
  height: auto;
}

.calc-body .left-col,
.calc-body .right-col {
  display: table-cell;
  vertical-align: top;
}

.calc-body .left-col {
  width: 650px;
}

.calc-body .left-col .inner {
/*  border: 1px solid rgba(31,194,240,0.5);
  padding: 2px;*/
}

.calc-body .right-col {
  padding-left: 20px;
  padding-top: 39px;
}

.calc-body .form-group {
  /*border: 1px solid #1fc2f0;*/
  min-height: 140px;
  position: relative;
}

.calc-body .form-group-title {
  font-weight: 400;
  padding: 0 11px;
  background-color: #1fc2f0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: -1px;
  top: -40px;
  box-sizing: border-box;
  width: calc(100% + 2px);
}

.calc-body .form-group .item .inner {
  padding: 14px 13px;
}

/*.calc-body .form-group .items .item:nth-child(2n) {
  background-color: #f8f8f8;
}*/

.calc-body .form-group .items .item .item-title {
  font-size: 16px;
  color: #212121;
  display: block;
  line-height: 34px;
  background-color: #f8f8f8;
  padding: 0 15px 2px 15px;
  font-weight: 400;
  margin-top: -15px;
  margin-left: -13px;
  margin-right: -13px;
}

.calc-body .types span {
  display: block;
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  font-size: 17px;
}

.calc-body .types span:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  box-sizing: border-box;
  border: 1px solid #1fc2f0;
  position: absolute;
  left: 0;
  top: 3px;
}

.calc-body .types span.active:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #1fc2f0;
  position: absolute;
  left: 3px;
  top: 6px;
}

.calc-body .types span:last-child {
  margin-right: 0;
}

.calc-body .palette {
  padding-top: 12px;
}

.calc-body .palette span {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 6px 6px 0;
  cursor: pointer;
  border: 2px solid rgba(0,0,0,0.2);
  transition: all 0.2s;
  border-radius: 30px;
}

.calc-body .palette span:hover,
.calc-body .palette span.active {
  border-color: #1fc2f0;
}

.calc-body .palette span:last-child {
  margin-right: 0;
}

.calculator-body {
/*  background-color: #f8f8f8;
  padding: 20px 0;*/
  margin-bottom: 70px;
  text-align: center;
}

.calculator-body .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #1a3e4c;
  font-weight: 500;
  margin-bottom: 5px;
}

/*.calculator-body .calculator-body-columns .column {
  border-right: 1px solid rgba(0,0,0,0.1);
}*/

.calculator-body .calculator-body-columns .column:last-child {
  border: 0;
}

.range-quantity {
  background-color: #1fc2f0;
}

.calculator-body .calculator-body-columns {
  padding-top: 10px;
}

.calculator-body .calculator-body-columns .column .inner {
  padding: 0 15px;
  height: 100%;
}

.calculator-body .calculator-body-columns .subtitle {
  margin-bottom: 30px;
  background-color: #1fc2f0;
  padding: 5px 0 7px 0;
  font-size: 16px;
  color: #fff;
 /* text-transform: lowercase;*/
}

#js-display-change1,
#js-display-change2,
#js-display-change3,
#js-display-change4 {
  padding-top: 20px;
  font-size: 13px;
  height: 35px;
  font-weight: 700;
}

.calculator-body .calculator-body-columns .rs {
  padding: 0 25px;
}
/*
.nice-select {
  height: 36px !important;
  line-height: 34px !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.nice-select .list {
  margin-top: 1px !important;
  width: 100% !important;
  border-radius: 0 !important;
}
*/
.calculator-body .calculator-body-columns {
  margin: 0 -15px;
}

.calculator-body .calculator-body-columns .column .inner a.btn {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1fc2f0;
  transition: all 0.2s;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  padding: 5px 0 6px 0;
}

.calculator-body .calculator-body-columns .column .inner .price {
  font-size: 25px;
  /*margin-bottom: 12px;*/
}

.calculator-body .calculator-body-columns .column .inner .price span {
  font-weight: 700;
}

.calculator-body .calculator-body-columns .column .subtitle span,.list li span {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin: 2px 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url(../img/questi.svg);
  cursor: pointer;
}
.head-advantages .list li{
    position: relative;
    padding: 2px 23px 7px 30px;
}
.head-advantages .list li span{
  position: absolute;
  float: none;
  margin: 0;
  right: 5px;top: 50%;
  transform: translateY(-50%);
}
.list li span{
  filter: invert(60%) sepia(83%) saturate(1130%) hue-rotate(154deg) brightness(99%) contrast(90%);
}

.color-palette .palette {
  display: none;
}

.color-palette .palette.active {
  display: block;
}

.calc-body .left-col .inner {
  height: 100%;
  position: relative;
  z-index: 1;
}

.potolok-back img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.top-back img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.middle-back img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.bottom-back img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.pol-palette span {
  background-repeat: no-repeat;
  background-size: 230px !important;
  background-position: center -135px !important;
}

.calc-body .left-col, .calc-body .right-col {
  height: 440px;
  overflow: hidden;
}

.calc-body .form-group {
  height: 100%;
}
/*
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
*/
.calculator-body select {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
}

.under-title .inner {
  font-size: 20px;
  padding: 20px;
  background-color: #19b7e4;
  text-align: center;
  line-height: 1.4;
  color: #f8f8f8;
  font-weight: 300;
}

.single-description {
  padding-top: 40px;
}

.single-description.with-table {
  display: table;
  width: 100%;
}

.single-description.with-table .desc,
.single-description.with-table .table {
  display: table-cell;
  vertical-align: top;
}

.single-description.with-table .table {
  width: 450px;
}

.single-description.with-table .desc {
  padding-right: 30px;
}

.single-description .desc p {
  margin-bottom: 20px;
  line-height: 1.4;
}

.single-description.with-table .table table {
  width: 100%;
  margin-bottom: 20px;
}

.single-description.with-table .table td,
.single-description.with-table .table th {
  padding: 12px 10px;
  border: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: top;
  font-weight: 300;
  font-size: 14px;
}

.single-description.with-table .table td span,
.single-description.with-table .table th span {
  font-weight: 300;
}

.single-description.with-table .table th {
  color: #000;
  background-color: #e8e8e8;
  font-size: 15px;
}

.single-description.with-table .table .tfoot td em {
  color: #FF3A1A;
  font-style: normal;
  display: inline-block;
}

.single-description.with-table .table .tfoot td b {
  display: inline-block;
}

.single-description.with-table a.button {
  display: block;
  padding: 15px 25px;
  background-color: #20c2f0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  transition: all 0.2s;
  text-align: center;
}

.single-description.with-table a.button:hover {
  background-color: #24cfff;
}

ul.single-list li {
  display: block;
  background-size: 14px;
  background-position: left 6px;
  background-image: url(../img/chk.svg);
  padding: 2px 0 7px 30px;
  background-repeat: no-repeat;
  line-height: 1.4;
}

.single-description .h3 {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.all-links-container {
  text-align: center;
  padding: 10px 0 15px;
}

a.product-button {
  display: inline-block;
  padding: 15px 25px;
  background-color: #20c2f0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  transition: all 0.2s;
  text-align: center;
}

a.product-button {
  display: block;
}

.all-links-container a:hover,
a.product-button:hover {
  background-color: #24cfff;
}

.single-gallery .gallery {
  margin: 0 -10px;
  padding-bottom: 15px;
}

.single-gallery .gallery .item {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

/*.single-gallery .gallery.gallery-size-thumbnail .gallery-item {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}*/

.single-gallery .gallery .item img {
  width: 100%;
  height: auto;
}

.typography-enabled .product-short-desc {
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 20px !important;
}

.product-category-title {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 10px;
}

ul.column-list li {
  display: block;
  padding-bottom: 6px;
}

ul.column-list li:last-child {
  padding-bottom: 0;
}

.has-typography ul li,.list li {
  display: block;
  background-size: 14px;
  background-position: left 6px;
  background-image: url(../img/chk.svg);
  padding: 2px 0 7px 30px;
  background-repeat: no-repeat;
  line-height: 1.4;
}
.list li{
  border-bottom: 1px dashed #a0a0a0;
  margin-bottom: 5px;
}

.has-typography ol,
.has-typography ul,
.list {
  padding: 0;
  margin: 0 0 .8em 0;
}

.has-typography ol li {
  padding: 2px 0 7px 0;
  line-height: 1.4;
  list-style: decimal;
  margin-left: 20px;
}

.has-typography h1,
.has-typography h2,
.has-typography h3,
.has-typography h4 {
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: .6em;
}

.has-typography h1 {
  font-size: 1.7em;
}

.has-typography h2 {
  font-size: 1.5em;
  margin-top: 30px;
}

.has-typography h3 {
  font-size: 1.35em;
  margin-top: 30px;
}

.has-typography h4 {
  font-size: 1.2em;
}

.has-typography h4 {
  text-transform: uppercase;
}

.has-typography p {
  margin-bottom: .8em;
}

.has-typography table {
  width: 100%;
  margin-bottom: 1.4em;
}

.has-typography table td,
.has-typography table th {
  padding: 14px 10px;
  border: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
}

.has-typography table th,
.has-typography table tr.tfoot td {
  color: #000;
  background-color: #e8e8e8;
  font-size: 18px !important;
}

.has-typography table tr {
  height: auto !important;
  background: #fff;
}

@media (max-width: 1023px) {
.calc-body .left-col {
    width: 450px;
}
.six-columns .column {
  width: 33.333%;
}
.calculator-body .calculator-body-columns .column {
  border: 0;
}
}

@media (max-width: 823px) {
.calc-body .left-col,
.calc-body .right-col {
    width: 100%;
    display: block;
    padding-left: 0;
    height: auto;
}
.calc-body .right-col {
  margin-top: 20px;
}
.calc-body .right-col .items .item:nth-child(3),
.calc-body .right-col .items .item:nth-child(4) {
  display: none;
}
}

@media (max-width: 578px) {
.six-columns .column {
  width: 50%;
}
}

@media (max-width: 379px) {
.six-columns .column {
  width: 100%;
}
.six-columns .column:first-child {
  margin-bottom: 16px;
}
}

.gallery-size-custom-size-571x320 {
  width: 100%;
  padding: 0 5px;
}

.gallery-size-custom-size-571x320 img {
  max-width: 100%;
  height: auto;
  border: 0 !important;
}

.gallery-size-custom-size-571x320 dl {
  margin: 0 !important;
  box-sizing: border-box;
  padding: 15px;
  /*width: 33.333% !important;*/
}

.has-typography {
  line-height: 1.4;
}
.has-typography img {
  max-width: 100%;
  height: auto;
}
.prototypes-header-columns {
  display: table;
  width: 100%;
  height: 100%;
}

.prototypes-header-columns .price-table,
.prototypes-header-columns .image {
  display: table-cell;
}

.prototypes-header-columns div.price-table {
  width: 50%;
  vertical-align: middle;
}

.prototypes-header-columns .single-description {
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.prototypes-header-columns .single-description.with-table .table td {
  color: #fff;
  font-size: 18px;
}

.prototypes-header-columns table tr.tfoot td {
  color: #333 !important;
}

.prototypes-header-columns .single-description .price-table,
.prototypes-header-columns .single-description .table {
  width: 100%;
}

.su-service {
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #19b7e4;
}

.su-service-title i {
  top: 10px !important;
  left: 10px !important;
}

.su-service-title {
  margin-bottom: 0 !important;
}

.prices-table table {
  border: 0;
  width: 100% !important;
}

.prices-table table tr {
  border-top: 1px solid #ddd;
}

.prices-table table tr:nth-child(2n) {
  background-color: rgba(0,0,0,0.05);
}

.prices-table table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.prices-table table tr td {
  border: 0;
  padding: 11px 7px;
  font-size: 14px;
  color: #232323;
  width: auto !important;
  height: auto !important;
  text-align: left;
}

.prices-table table tr:first-child td {
  font-weight: 500;
}

.prices-table table tr:first-child {
  border-top: 0;
}

h2.accordion-toggle,
h2.lightning-category-title {
  
  cursor: pointer;
  padding: .8em 0 .8em 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  transition: all 0.2s;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 1%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 1%,#f2f2f2 100%);
  background: linear-gradient(to bottom, #fcfcfc 1%,#f2f2f2 100%);
}

h2.lightning-category-title {
  cursor: default;
}

h2.accordion-toggle:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 1%, #f8f8f8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 1%,#f8f8f8 100%);
  background: linear-gradient(to bottom, #fcfcfc 1%,#f8f8f8 100%);
}

.single-columns {
  display: table;
  width: 100%;
}

.single-columns .first-col,
.single-columns .second-col {
  display: table-cell;
}

.single-columns .first-col {
  padding-right: 30px;
}
.first-col a{
  text-decoration: underline;
}
.single-columns .second-col {
  width: 350px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.commentlist div.reply {
  display: none;
}

.comment-form .comment-form-url {
  display: none;
}

h3#comments {
  display: none;
}

.commentlist .avatar {
  display: none;
}

.has-typography ol.commentlist {
  margin-bottom: 40px;
}

.has-typography ol.commentlist li {
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 11px 0;
}

.has-typography ol.commentlist li p {
  margin-bottom: 0;
  padding-top: 4px;
  font-style: italic;
}

h3#reply-title {
  font-size: 1.5em !important
}

.has-typography ol.commentlist li .fn {
  font-weight: 400;
  font-style: normal;
}

.has-typography ol.commentlist li .says {
  display: none;
}

.has-typography ol.commentlist li .comment-meta a {
  display: inline-block;
  opacity: 0.7;
  font-size: 14px;
  color: #19b7e4;
  font-weight: 400;
}

#commentform textarea,
#commentform input,
#commentform label {
  width: 100% !important;
  display: block;
  font-size: 14px;
}

#commentform p.form-submit {
  margin: 0;
}

#commentform .comment-notes {
  font-size: 13px;
}

#commentform label {
  margin-bottom: 5px;
}

#commentform textarea {
  height: 110px;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 7px;
}

#commentform input {
  border: 1px solid rgba(0,0,0,0.2);
  padding: 7px;
}

#commentform input[type="submit"] {
  background-color: #19b7e4;
  color: #fff;
  display: block;
  border: 0;
  font-size: 16px;
  padding: 9px 0;
  transition: all 0.2s;
}

#commentform input[type="submit"]:hover {
    background-color: #24cfff;
}

@media (max-width: 899px) {
  .single-columns .second-col {width: 250px}
}

@media (max-width: 767px) {
  .single-columns .first-col {padding-right: 0;}
  .single-columns .first-col, .single-columns .second-col {display: block; width: 100%;}
}

a.palette-banner {
  display: block;
  padding: 20px 20px 20px 270px;
  background: url(../img/palette.png) 20px center no-repeat;
  background-size: 230px;
  min-height: 270px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 35px;
  transition: all 0.4s;
  background-color: #19b7e4;
}

a.palette-banner:hover {
  background-color: #24cfff;
}

@media (max-width: 1023px) {
  a.palette-banner {font-size: 29px; background-size: 190px; padding-left: 230px; min-height: 230px;}
}

@media (max-width: 767px) {
  a.palette-banner {margin-bottom: 40px;}
}

@media (max-width: 639px) {
  a.palette-banner {font-size: 22px; background-size: 150px; padding-left: 190px; min-height: 190px;}
}

@media (max-width: 459px) {
  a.palette-banner {font-size: 18px; background-size: 110px; padding: 15px 15px 15px 140px; min-height: 150px; background-position: 15px center;}
}

@media (max-width: 369px) {
  a.palette-banner {font-size: 16px; background-size: 90px; padding: 15px 15px 15px 120px; min-height: 130px; background-position: 15px center;}
}

.gallery dl {
  display: none;
}

.gallery dl:nth-child(1),
.gallery dl:nth-child(2),
.gallery dl:nth-child(3) {
  display: block;
}

.gallery dl.active {
  display: block !important;
}

@media (max-width: 899px) {
  .gallery-size-custom-size-590x360 dl {width: 50% !important;}
  
}

.prices-table table {
  margin-bottom: 14px;
}

.prices-table table tr td:last-child {
  width: 25% !important;
}

.single-description.with-table {
  display: block;
}

.single-description.with-table .desc {
  width: 60%;
  float: left;
}

.single-description.with-table .table {
  width: 40%;
  float: left;
}

.single-description.with-table .table table thead th {
  text-transform: uppercase;
  padding: 11px 14px;
  margin-bottom: 0;
  color: #fff;
  background-color: #1bc1f0;
  font-size: 21px;
  font-weight: 700;
  border-color: #1bc1f0;
}

.single-description.with-table .table.mh table {
  margin-bottom: 30px;
  /*height: 100%;*/
}
@media (min-width: 900px) {
  .single-description.with-table .table.mh table tbody td,
  .single-description.with-table .table.mh table tbody th {
    vertical-align: middle !important;
    padding: 10px 15px;
  }
}

@media (max-width: 899px) {
  .single-description.with-table .desc,
  .single-description.with-table .table {
    width: 100%;
    float: none;
    display: block;
    padding-right: 0;
  }
}

.single-description.with-table .desc .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
}

.single-description.with-table .desc .owl-dots .owl-dot {
  padding: 5px;
}

.single-description.with-table .desc .owl-dots .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.2s;
}

.single-description.with-table .desc .owl-dots .owl-dot.active span,
.single-description.with-table .desc .owl-dots .owl-dot:hover span {
  background-color: #1bc1f0;
}

.thumbnail-gallery {
  /*margin: 0 -10px;*/
  padding: 0 10px;
}

.thumbnail-gallery .item {
  display: block;
  float: left;
  width: 14.2857%;
  box-sizing: border-box;
  padding: 10px;
}

.thumbnail-gallery .item.hid {
  display: none;
}

/*.thumbnail-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #1fc2f0;
}*/

.thumbnail-gallery a img {
  width: 100%;
  height: auto;
}

@media (max-width: 989px) {
  .thumbnail-gallery .item {width: 20%}
}

@media (max-width: 767px) {
  .thumbnail-gallery .item {width: 25%}
}

@media (max-width: 479px) {
  .thumbnail-gallery .item {width: 50%}
}

.js-check-wrapper {
  position: relative;
}

.calculator-body .calculator-body-columns .subtitle {
  margin-bottom: 16px !important;
}

.calculator-body .calculator-body-columns .rs {
  padding: 0 !important;
}

.js-check-wrapper input {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.js-check-wrapper span.plus {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1fc2f0;
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.js-check-wrapper span.minus {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1fc2f0;
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.js-check-wrapper span.plus:hover,
.js-check-wrapper span.minus:hover {
  background-color: #24cfff;
}

@media (max-width: 1023px) {
  .calculator-body .calculator-body-columns .column .inner {padding-bottom: 20px;}
  .calculator-body {margin-bottom: 30px !important;}
}


#imgdiv {
  width: 100px;
  height: 34px;
}

.registration-section {
  padding-bottom: 50px;
  display: flex;
}

.registration-section .form {
  width: 280px;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  margin-left: 25px;
  border: 3px dashed #1fc2f0;
}

.registration-section .image {
  flex: 1;
}

.registration-section .image img {
  width: 100%;
  height: auto;
}

.registration-section .form input,
.registration-section .form label {
  display: block;
  width: 100%;
  text-align: center;
}

.registration-section .form .field {
  margin-bottom: 14px;
}

.registration-section .form input {
  height: 36px;
  box-sizing: border-box;
  line-height: 34px;
  border-radius: 0 0 2px 2px;
  padding: 0 10px;
  border: 1px solid #1fc2f0;
}

.registration-section .form label {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 3px 10px;
  border-radius: 2px 2px 0 0;
  background-color: #1fc2f0;
}

.registration-section .form label span {
  display: block;
  line-height: 1.1;
  font-size: 11px;
  padding: 0 0 5px 0;
}

.registration-section .form h3 {
  /*color: #fff;*/
  font-size: 20px;
  margin: 2px 0 16px 0;
  text-align: center;
}

.registration-section .form * {
  outline: 0;
}

.registration-section .form .captcha {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 4px;
}

.registration-section .form .captcha input {
  border-radius: 2px;
}

.registration-section .form .captcha .field {
  margin-bottom: 0;
}

.registration-section .form .captcha .refresh {
  padding: 0 11px;
  display: flex;
  align-items: center;
}

.registration-section .form .captcha .refresh a {
  text-indent: -99999px;
  width: 23px;
  height: 23px;
  background: url(../sms4b/refresh.svg) center center no-repeat;
  background-size: cover;
  display: block;
  outline: 0;
}

.registration-section .form .send-code,
.registration-section .form .verify-code {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}

.registration-section .form .send-code a,
.registration-section .form .verify-code a {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #1fc2f0;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
}

.registration-section .form .send-code a:hover,
.registration-section .form .verify-code a:hover {
  background-color: #2c4757;
}

.registration-section .form .send-code.wait span,
.registration-section .form .verify-code.wait span {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1e333f;
  border-radius: 5px;
  background-image: url(../sms4b/loading.svg);
  background-position: center;
  background-size: 140px;
  background-repeat: no-repeat;
}

.registration-section .form .with-loader {
  position: relative;
}

.registration-section .form .with-loader.wait:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 188, 235, 0.75);
}

.registration-section .form .success {
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 9px 10px 14px;
  background-color: #1e333f;
  border-radius: 5px;
  margin-top: 105px;
}

.retargeting-text {
  text-align: center;
  padding-bottom: 30px;
  display: block;
  width: 100%;
  font-size: 16px !important;
}

.retargeting-text.last {
  margin-bottom: 40px !important;
  font-size: 29px !important;
}

@media (max-width: 767px) {
  .registration-section {flex-direction: column;}
  .registration-section .image {margin-bottom: 25px;}
  .registration-section .form {margin: 0 auto; width: 100%;}
  .registration-section .form .captcha {justify-content: center;}
}

span.has-red {
    font-weight: bold !important;
    color: #22414d !important;
}
span.has-red span {
    font-weight: 400 !important;
    /*color: red !important;*/
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled{
  display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 18px !important;
  border-radius: 0 !important;
  padding: 11px 11px !important;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -27px 0 0 0 !important;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -27px 0 0 0 !important;
}

.menuzord-menu li a span.offers-counter {
  display: inline-block;
  background-color: #FF3A1A;
  color: #fff;
  padding: 0 5px;
  border-radius: 20px;
}

@media (max-width: 767px) {
.posts-query{
  margin-bottom: 10px;
}
.products-list .product .bottom .price{
  font-size: 18px;
  padding: 0;
}
.all-links-container{
  padding: 10px 0 ;
}
.products-list .product .bottom{
  padding-top: 10px;
}
.posts-query.items.special-offers{
  margin-bottom: 10px;
}
#gallery-1 .gallery-item{
  width: 100% !important;
}
  body {
    padding-top: 44px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  body.fixed .top-row {
    padding: 0;
  }
  .top-row-container {
    position: relative;
    z-index: 2;
  }
  .top-row {
    height: 44px;
    padding: 0;
  }
  .top-row-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 7;
  }
  .menu-row {
    height: auto;
  }
  .single-description {
    padding-top: 0;
  }
  .menuzord-responsive .menuzord-menu .mobile-menu-buttons {
    display: flex;
  }
  .menuzord-responsive .menuzord-menu .mobile-menu-buttons a {
    width: auto;
    display: inline-block;
    color: #fff !important;
  }
  .mobile-calc-button {
    display: block !important;
  }
}

a.to-top {
  width: 58px;
  height: 58px;
  display: block;
  position: fixed;
  right: 61px;
  bottom: 151px;
  border-radius: 58px;
  background-color: #1fc2f0;
  z-index: 7;
  text-align: center;
  line-height: 52px;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  font-weight: bold;
  opacity: 0;
  display: none;

}

a.to-top.show {
  opacity: 1;
  display: block;
}

.used-item{
  text-align: center;
  position: relative;
  overflow: hidden;
}
.used-items .used-item img{
  -webkit-transform-style: unset;

}
.used-items{
  margin-bottom: 20px;
}
.used-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -117px;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background-size: 2em 100%;
}
.used-item:hover:before {
    -webkit-transition: .7s linear;
    transition: .7s linear;
    background-position: 200% 0;
}
.used-item p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  padding: 10px 0;
  background: rgba(255, 255, 255, .65);
  transition: .3s;
}
.used-item:hover p{
  padding: 10px 0 20px;
}
@media (max-width: 480px) {
  h1.group-title, .page-title-section {
    font-size: 1.6em;
  }
}
.no-gutter .col50,.no-gutter .col100, .no-gutter .col30,.no-gutter .col70{
  padding: 0;
}
.align-items-center{
  align-items: center;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-40{
  margin-bottom: 40px !important;
}
.mt-15{
  margin-top: 15px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-40{
  margin-top: 40px !important;
}
.flex-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculator-body .price p{
  font-size: 14px;
  margin-bottom: 5px;
}
.calculator-body .calc-right-side .col50:last-child{
  margin-bottom: 0;
}
.col-item{
  display: flex;
}
.col50{
  flex: 0 0 50%;
  max-width: 50%; 
    flex-direction: column;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
.col100{
  flex: 0 0 100%;
  max-width: 100%; 
    flex-direction: column;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
.bord-item{
  height: 100%;
  padding: 10px;
  border: 1px solid #eaeaea;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s ease-out;
}
.bord-item:hover {
    background: #dfdfdf;
}
.col50 img{
  max-width: 100%;
}
.flex-row .col50 p{
  margin-bottom: 10px;
}
.col70{
  flex: 0 0 70%;
  max-width: 70%;
  flex-direction: column;
  align-self: flex-end;
}
.col70 h1{
  margin-bottom: 40px;
}
.col60{
  flex: 0 0 60%;
  max-width: 60%;
}
.col30{
  flex: 0 0 30%;
  max-width: 30%;
}
.col40{
  flex: 0 0 40%;
  max-width: 40%;
}
.col33{
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col25{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.mix.product {
    padding: 15px;
}
.wrapper{
  background: rgba(255,255,255,.8) url('../img/groovepaper.png') repeat;
  overflow: hidden;
  position: relative;
}
.head-advantages{
  padding: 0px 20px;
    width: 100%;
    font-weight: 460;
}
.head-advantages .h3{
  font-size: 22px;
  margin-bottom: 25px;
}
.price-head{
  font-size: 20px;  
  margin-bottom: 25px;
}
.price-span{
  font-size: 34px;
  color: #FF3A1A;
  font-weight: bold;
}

h1.heading-title{
  font-size: 36px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  margin-bottom: 20px;
}
.text-center{
  text-align: center;
}
.flex-revert{
  flex-direction: row-reverse;
}
.etap-arrow{
      width: 98px;
    height: 98px;
    background: url(/wp-content/themes/shablon/img/arrow-etaps.png) 50% 50% no-repeat;
    background-size: cover;
    display: block;
}
.images-block-row img{
  max-width: 100%;
  margin-bottom: 10px;
  height: auto !important;
}
.images-block-row{
  text-align: center;
  justify-content: space-between;
}
.justify-content-space-between{
  justify-content: space-between;
}
.svet-item{
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
  height: 100%;
  padding-bottom: 49px;
}
.svet-item .flex-row.justify-content-space-between.mt-30{
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}
.svet-item .svet-title{
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0px 15px;
}
.svet-item .price-svet span{
  color: #FF3A1A;
  font-weight: bold;
  font-size: 22px;
}
.svet-item .price-svet{
  margin-top: 10px;
  font-size: 18px;
}
/* button start  */
.btn-neon.btn-cta{
  background: #ff3a1a;
  color: #fff;
}
.btn-neon{
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #20c2f0;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  transition: .2s;
  background: #fff;
  z-index: 1;
}
.btn-neon.btn-cta:before{
  border: 2px solid #ff3a1a;
}
.btn-neon:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: calc(100% - 4px);
height: calc(100% - 4px);
z-index: 0;
border: 2px solid #20c2f0;
}
.btn-neon.btn-cta:hover{
  box-shadow: 0 0 0px #ff3a1a, 0 0 5px #ff3a1a, 0 0 10px #ff3a1a;
  background: #ff3a1a;
}
.btn-neon:hover{
  box-shadow: 0 0 0px #20c2f0, 0 0 5px #20c2f0, 0 0 10px #20c2f0;
  transition-delay: .5s;
  color: #fff;
  background: #20c2f0;
}
.btn-neon:hover:before{
  display: none;
}
.btn-neon span{
  position: absolute;
  display: block;
}
.btn-neon.btn-cta span:nth-child(1){
  background: linear-gradient(90deg,transparent,#2e2e2e);
}
.btn-neon span:nth-child(1){
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#20c2f0);
}
.btn-neon:hover span:nth-child(1){
  left: 100%;
  transition: .5s;
}
.btn-neon.btn-cta span:nth-child(3){
  background: linear-gradient(270deg,transparent,#2e2e2e);
}
.btn-neon span:nth-child(3){
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg,transparent,#20c2f0);
}
.btn-neon:hover span:nth-child(3){
  right: 100%;
  transition: .5s;
  transition-delay: .25s;
}
.btn-neon.btn-cta span:nth-child(2){
  background: linear-gradient(180deg,transparent,#2e2e2e);

}
.btn-neon span:nth-child(2){
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,#20c2f0);
}
.btn-neon:hover span:nth-child(2){
  top: 100%;
  transition: .5s;
  transition-delay: .12499s;
}
.btn-neon.btn-cta span:nth-child(4){  
  background: linear-gradient(360deg,transparent,#2e2e2e);
}
.btn-neon span:nth-child(4){
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,#20c2f0);
}
.btn-neon:hover span:nth-child(4){
  bottom: 100%;
  transition: .5s;
  transition-delay: .37999s;
}
/* button-end  */
.calc-instruction .etap-item{
  height: 100%;
  background: #e5e5e5;
}
.etap-item{
  position: relative;
  padding: 15px;
}
.etap-number{
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  left: -18px;
  top: -22px;
  opacity: 0.35;
  color: #20c2f0;
}
blockquote{
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #FFB914;
  background: rgb(255 202 79 / 50%);
}
.tooltipster-sidetip .tooltipster-box{
  font-size: 15px;
}
.items .group .colors .tabs-contents li {
    height: 221px !important;
    overflow: hidden;
}

.items .group .image .image_for_calc{
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  background: transparent;
  width: calc(100% - 2em);
}
.colors-variants .image img{
 height: auto !important;
}
.items .group .col.image{  
    max-height: 300px;
    overflow: hidden;
}
.single-offer.items .group .col.image{  
    max-height: 600px;
    overflow: hidden;
}
#gallery-1 img{
  max-width: 100%;
}
.cms-breadcrumb li{
display: inline-block;
}
@media screen and (max-width: 768px){
  .group-portfolio .item {
    padding: 0;
  }
  .head-advantages{
    margin-top: 20px;
  }
  #gallery-1 div{
    clear: none !important;
  }
  .products-list .type1.product:last-child{
    display: none;
  }
  .mobile-col100{
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
  .mobile-col50{
    flex: 0 0 50%;
    max-width: 50%;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
  h1.heading-title{
    font-size: 24px;
    margin-bottom: 0;
  }
  .footer-top-inner .four-columns .column{
    width: 50%;
  }
  .under-title .inner{
    font-size: 14px;
  }
  .mix .product-list-title{
    font-size: 14px;
  }
  .flex-revert{
    flex-direction: row;
  }
}


#bg-intro{
width:100%;
position: relative;
background: linear-gradient(269deg, #ffd600, #ff4f0a, #a2f692, #0651a8, #c33fff, #ff0000);
background-size: 800% 800%;

-webkit-animation: AnimationName 35s ease infinite;
-moz-animation: AnimationName 35s ease infinite;
-o-animation: AnimationName 35s ease infinite;
animation: AnimationName 35s ease infinite;
}
a.color-banner {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    background: rgba(255,255,255,.8);
    padding: 20px 40px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.select2-container .select2-selection--single{
  height: auto;
}
.select-image {
  padding: 5px 0;
  width: 100%;
}
.select-image p{
  display: inline-block;
  margin-left: 10px;
    font-size: 13px;
}
.select-image-title{

}
/*.owl-carousel .owl-dots{
  text-align: center;
  margin: 10px 0;
}
.owl-carousel .owl-dot{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background: #eaeaea;
  border-radius: 50%;
  transition: background .3s ease;
}
.owl-carousel .owl-dot.active,.owl-carousel .owl-dot:hover{
  background: #1fc2f0;
}*/
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
  padding: 15px;
  background: #1fc2f0;
  color: #fff;
}
.modal-form .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
}
body .modal-form span.wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  top: 5px;
  left: auto;
  display: block;
}
.wpcf7-spinner {
    visibility: hidden;
    /* display: inline-block; */
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    /* margin: 0 24px; */
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
#menuzord .indicator.opened {
  transform: rotate(180deg);
}
.menuzord-menu .mobile-menu-buttons {
  padding: 15px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-buttons a {
  display: inline-block;
  padding: 10px;
  background: #1fc2f0;
  color: #fff;
}
.mobile-menu-buttons a:first-child {
  background: #1fc2f0 url(../img/header-icon3.png) 5px center no-repeat;
  padding-left: 35px !important;
}
.mobile-menu-buttons a:last-child {
  background: #1fc2f0 url(../img/header-icon5.png) 5px center no-repeat;
  padding-left: 35px !important;
}
.mobile-calc-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: #1fc2f0;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  z-index: 100;
}
.column.product .middle {
  overflow: hidden;
}
.column.product .middle img {
  transition: all 0.3s linear 0s;
}
.section-vizualization .column.product{
  padding: 15px;
}
.section-vizualization .column.product .middle{
  position: relative;
  margin-bottom: 20px;
}
.section-vizualization .column.product .middle .price{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 20;
  background: rgba(255,255,255,.8);
  font-size: 25px;
}
.column.product:hover .middle img {
   transform: scale(1.1);
}
.item.switch {
  position: relative;
}
.item.switch span.custom-tooltip {
  display: block !important;
  width: 120px;
  font-weight: 500;
  background: #fff;
  border: 2px solid #1fc2f0;
  padding: 10px !important;
  text-align: center;
  position: absolute;
  top: -9999px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s linear 0s;
  height: auto;
  z-index: 10;
}
.item.switch:hover span.custom-tooltip {
  top: -50px;
  opacity: 1;
}
.top-row-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.footer-address a {
  color: #000;
}
.footer-address a:hover {
  text-decoration: underline;
}
  /* Новый калькулятор */
.calculator-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
}
.new-calculator-body {
  display: flex;
}
.calculator-info {
  flex: 0 0 calc(50% - 15px);
  margin-right: 15px;
}
.calculator-images {
  flex: 0 0 calc(50% - 15px);
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
.halfs {
  display: flex;
  flex-wrap: wrap;
}
.half {
  flex: 0 0 50%;
  padding-left: 15px;
}
.half:nth-child(2n+1) {
  padding: 0 15px 0 0;
}
.calculator-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.calculator-selector {
  position: relative;
  border: 1px solid #d9d9d9;
}
.calculator-selector::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-right: 3px solid #1fc2f0;
  border-bottom: 3px solid #1fc2f0;
  position: absolute;
  right: 15px;
  top: 6px;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all 0.3s linear 0s;
}
.calculator-selector.opened::after {
  top: 14px;
  transform: rotate(225deg);
}
.calculator-selector-text {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  padding: 10px 45px 10px 10px;
  cursor: pointer;
}
.calculator-selector ul {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 100;
  background: #fff;
  border: 1px solid #d9d9d9;
  display: none;
}
.calculator-selector ul li {
  cursor: pointer;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}
.calculator-selector ul li:hover, .calculator-selector ul li.active {
  background: #f8f8f8;
}
.colors-selector {
  margin-bottom: 10px;
}
.palette {
  display: none;
}
.palette.visible {
  display: flex;
  flex-wrap: wrap;
}
.palette span {
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0,0,0,0.1);
  margin: 0 3px 3px 0;
  cursor: pointer;
}
.palette span:hover,
.palette span.active {
  border-color: #1fc2f0;
  box-shadow: 0 0 10px rgba(30,62,172,0.7);
}
.floor-colors .palette span {
  background-size: 230px !important;
  background-position: center -135px !important;
}
.calculator-benefits {
  margin-top: 15px;
}
.calculator-benefit {
  display: none;
}
.calculator-benefit.visible {
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.calculator-benefit .calculator-title {
  flex: 0 0 100%;
  margin-left: 5px;
}
.calculator-benefit .benefit {
  padding: 10px 5px 5px;
  background-color: #f8f8f8;
  font-size: 15px;
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  line-height: 1.3;
  flex: 0 0 calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.calculator-benefit .benefit::before {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  top: -12px;
  margin-left: -12px;
  background-color: #1fc2f0;
  display: block;
  content: '';
  border: 2px solid #fff;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url(../img/ic.svg);
}
.calculator-parameters {
  border: 3px dashed #d9d9d9;
  padding: 15px;
}
.additional-parameter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.additional-parameter > span {
  margin-right: auto;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.custom-number {
  display: flex;
  align-items: center;
}
.custom-number input {
  width: 72px;
  height: 32px;
  border: 1px solid #d9d9d9;
  text-align: center;
  font-weight: 500;
}
.main-parameter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  margin-top: 15px;
}
.main-parameter input {
  width: 114px;
  height: 32px;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  text-align: center;
  font-weight: 500;
}
.main-parameter > span:first-child {
  margin-right: auto;
}
#width-slider {
  flex: 0 0 100%;
}
.custom-number input::-webkit-outer-spin-button,
.custom-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.half.right{
  text-align: right;
}
.sum-card{
    font-size: 18px;
    font-weight: bold;
}
/* Firefox */
.custom-number input[type=number] {
  -moz-appearance: textfield;
}
.custom-number .plus, .custom-number .minus {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  text-indent: -9999px;
  border: 1px solid #d9d9d9;
}
.custom-number .minus {
  border-right: none;
}
.custom-number .plus {
  border-left: none;
}
.custom-number .minus::before,
.custom-number .plus::before,
.custom-number .plus::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #000;
}

.custom-number .plus::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.calculator-sum {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.calculator-sum .btn-neon {
  padding: 10px 15px;
  flex: 0 0 107px;
}
.total-sum {
  font-weight: 500;
  flex-grow: 1;
  margin-top: 15px;
}
.total-sum .sum {
  color: #f00;
  font-size: 24px;
}
.ui-widget.ui-widget-content {
  flex: 0 0 100%;
  height: 3px;
  background: none;
  margin-top: 20px;
  border: none !important;
  background: #e4e4e4;
}
.ui-slider-handle {
  top: -5px !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  background: #1e3eac !important;
  border: none !important;
}
.ui-slider-range {
  background: #1e3eac !important;
}
.calculator-images .top-back,
.calculator-images .middle-back,
.calculator-images .bottom-back,
.calculator-images .potolok-back {
  height: 100%;
  width: 100%;
}
.calculator-images .top-back img,
.calculator-images .middle-back img,
.calculator-images .bottom-back img,
.calculator-images .potolok-back img {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%,0%);
  height: auto;
  width: 100%;
  display: none;
}
.calculator-images .top-back img.visible,
.calculator-images .middle-back img.visible,
.calculator-images .bottom-back img.visible,
.calculator-images .potolok-back img.visible {
  display: block;
}
.parameters-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.parameters-head  p:first-child {
  font-weight: 500;
}
.owl-carousel .owl-item img{
  width: auto;
}
@media(max-width: 1649px) {
  .main-slider-prev, .main-slider-next {
    bottom: 0;
    top: auto;
    left: 50%;
  }
  .main-slider-prev {
    transform: translateX(-100%);
  }
  .main-slider-next {
    transform: translateX(0);
  }
  .main-text-slide {
    height: 300px;
  }
  .main-text-slide .title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media(max-width: 1399px) {
  .main-slider-buttons {
    display: none;
  }
}
@media(max-width: 1199px) {
  .main-slider-bg{
    width: 600px;
  }
  .custom-number input {
    width: 50px;
  }
  .main-parameter input {
    width: 85px;
  }
  .half {
    padding-left: 10px;
  }
  .half:nth-child(2n+1) {
    padding-right: 10px;
  }
  .additional-parameter > span {
    font-size: 13px;
  }
  .square {
    font-size: 13px;
  }
  .calculator-wrapper {
    margin-top: 50px;
  }
  .main-text-slider,
  .main-text-slider .owl-stage-outer,
  .main-text-slider .owl-stage-outer .owl-stage,
  .main-text-slider .owl-stage-outer .owl-item,
  .main-text-slider .owl-stage-outer .main-text-slide {
    height: 100%;
  }
  .main-text-slider .owl-stage-outer .main-text-slide {
    justify-content: center;
  }
}
@media(max-width: 1023px) {
  .new-calculator-body {
    flex-wrap: wrap;
  }
  .calculator-info {
    flex: 0 0 100%;
    order: 1;
  }
  .calculator-images {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
    height: calc((100vw - 40px) * 490 / 650);
  }
  .calculator-benefit .calculator-title {
    margin-bottom: 15px;
  }
  .main-text-slider-wrapper {
    width: 300px;
  }
  .main-slide {
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .main-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto !important;
    max-width: 2000px !important;
  }
  .main-slider-bg {
    width: 640px;
  }
  .group-price-items .col50.mobile-col100{
    padding: 0;
  }
  .btn-neon{
    padding: 10px 20px;
  }
  .products-list .product .bottom .price{
    padding: 6px 0;
  }
}
@media(max-width: 768px) {
  .etap-arrow{
    display: none;
  }
  a.color-banner{
    padding: 5px;
    width: 100%;
    bottom: 0;
    background: #1fc2f0;
    color: #fff;
    font-size: 12px;
  }
  .main-text-slide .title{
    font-size: 20px;
  }
}
@media(max-width: 599px) {
  .column-list a{
  font-size: 12px;  
  }
  .calculator-wrapper {
    margin-top: 30px;
  }
  .calculator-wrapper .halfs {
    flex-wrap: wrap;
  }
  .calculator-wrapper .half {
    flex: 0 0 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .calculator-title br {
    display: none;
  }
  .main-text-slider-wrapper {
    right: 0;
    left: 0;
    width: 100%;
  }
  .main-slider-bg {
    display: none;
  }
}

.flex-foot{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seo-link{
  position: relative;
  padding-left: 40px;
}
.seo-link:before{
  content: "";
  position: absolute;
  
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../img/link-seo.png) 50% 50% no-repeat;
  background-size: cover;
}
.py-5{
  padding: 35px 0;
}
.link-seo{margin-top: 20px;}
.name-input{
  text-transform: capitalize;
}
.actions-menu-item{
  position: relative;
}
.actions-menu-item .actions-submenu{
  position: absolute;
  top: 100%;
  display: none;
}
.actions-menu-item:hover .actions-submenu{
  display: block;
}
.actions-submenu li a{
  color: #1a3945;
}
.actions-submenu li a:hover,.actions-submenu li a:active{
  color: #20c2f0;
}
.actions-submenu li {
    display: block;
    width: 255px;
    padding: 10px 5px;
    text-transform: uppercase;
    background: #f8f8f8;
}
.pt-0{
  padding-top: 0;
}
.adress_text{
  font-size: 22px;
}
@media screen and (max-width: 768px){
  .main-text-slide .title{
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .column-title{
    font-size: 14px
  }
  a.to-top{
    right: 10px
  }
  .actions-menu-item .actions-submenu{
    display: none !important
  }
  .product-list-title{
    height: auto;
  }
  .flex-foot{
    display: block;
  }
  .footer-bottom a.icon{
    display: inline-block;
  }
  .link-seo{
    margin-bottom: 30px;
  }
  .page-breadcrumbs-section{
    padding: 10px 0 10px
  }
}
.modal-form{
  max-width: 685px;
}

.modal-form .column:nth-child(2){
  max-width: 275px;
  padding: 10px;
}
.modal-form .column p{
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .modal-image{
    display: none;
  }
}