* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  transition: 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  width: 1200px;
  padding: 0 15px;
  margin: auto;
}
body,
input,
textarea,
button {
  font-family: 'Raleway', sans-serif;
}
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .close-modal-times {
  color: rgba(213, 213, 213, 0.78);
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.modal .close-modal-times:hover {
  color: #ffffff;
}
.modal .modal-block {
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  display: none;
  animation: scall 0.7s;
}
.modal .modal-block .form-box {
  width: 440px;
  max-width: 100%;
}
.modal-info {
  width: 800px;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
}
.modal-info h3 {
  font-weight: bold;
  color: #222222;
  font-size: 22px;
  margin-bottom: 20px;
}
.modal-info p {
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.modal-info p:not(:last-child) {
  margin-bottom: 15px;
}
.open-modal {
  cursor: pointer;
}
.overflow-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.overflow-wrap::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar-thumb {
  background-color: #0e987f;
  border-radius: 5px;
}
.scroll-top {
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: #FF2025;
  border: 1px solid #fff;
  background-image: url(img/up-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 7px;
}
.scroll-top:hover {
  background-color: #db1c20;
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
@keyframes scall {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

header .menu-wrap {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  background: white;
  padding: 20px;
  height: 100vh;
  width: 80%;
  padding-top: 50px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  overflow-y: auto;
  transition: .3s;
  transform: translateY(-110%);
  opacity: 0; }

  .menu-wrap.open {
    transform: translateY(0);
    opacity: 1;
}

.header-menu a {
  color: #222222;  
}
.header-menu a:hover {
  color: #1B7261;  
}
.mobile-menu li {
  margin-bottom: 10px;  
}
.mobile-menu a {
  color: #222222;  
}
.mobile-menu a:hover {
  color: #1B7261;  
}
.header-phone:hover {
  opacity: 0.7;
}
.close-menu svg {
  width: 24px;
  height: 24px; }
  .close-menu {
    position: absolute;
    top: 15px;
    right: 15px; }
.header {
  background: #FFFFFF; 
  padding: 32px 0;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-menu {
  display: flex;
  font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #222222;
justify-content: space-around;
    width: 57%;
}
.header-address a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #005EAB;
}
.header-address a:hover {
  color: #FF2025;
}
.header-phone {
  font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
}
.header-phone:hover {
  color: #262525;
}
.header-btn {
  margin-left: 60px;
}
.header-btn {
  width: 352px;
}
.header-cart img {
  margin-top: -10px;
}

.cart-circle {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: #1B7261;
  margin-left: 20px;
  padding: 0px 7px;
  font-size: 12px;
line-height: 24px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #FFFFFF;
font-weight: 600;
}
.banner {
  background-image: url(img/bg.jpg);
  background-size: cover;  
    background-position: right;
    padding: 95px 0 120px 0;
}
.banner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-content {
  width: calc(100% - 180px);
}
.banner-content h1 {
  max-width: 950px;
  font-weight: bold;
  font-size: 47px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.banner-content .banner-sub {
  font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
max-width: 535px;
margin-bottom: 72px;
}
.banner-info {
  max-width: 544px;
  background-color: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0;
}
.banner-info-left {
  width: 143px;
  background-color: #005EAB;
  border-radius: 16px 0px 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-info-left p {
  font-size: 16px;
  color: #FFFFFF;
}
.banner-info-right {
  width: calc(100% - 143px);
  padding: 32px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-info-box h6 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.banner-info-box p {
  font-style: italic;
  font-weight: bold;
  font-size: 31px;
  color: #222222;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.banner-info-box p sup {
  font-size: 20px;
}
.banner-info-box p span {
  color: #FF2025;
}
.banner-info-box p s {
  text-decoration: line-through #ff2025;
}
.banner-advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 600px;
  margin-bottom: 33px;
}
.banner-advantages li { 
  background-image: url(img/circle-filled.png);
  background-repeat: no-repeat;
 padding-left: 50px;
 font-weight: 600;
 font-size: 14px;
 line-height: 20px;
 text-transform: uppercase; 
 color: #FFFFFF; 
 opacity: 0.8;
}

.banner-2 h3 {
font-weight: bold;
font-size: 40px;
line-height: 48px;
color: #FFFFFF;
width: 80%;
}
.banner-2-subtitle {
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
margin-top: 7px;
margin-bottom: 47px;
}
.btn {
  max-width: 100%;
  height: 48px;
  background: #1B7261;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn.small {
  height: 36px;
}
.btn.red {
  background-color: #FF2025;
}

.btn.white {
  color: #FF2025;
  background-color: #FFFFFF;
}


.btn-head {
  width: 366px;
height: 60px;
background: #FFFFFF;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #1B7261;
}

.btn-head:hover {
  color: #FFFFFF;
  opacity: 0.8;
  color: #1B7261;
}




.banner-calculate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.banner-calculate span {
  font-size: 16px;
  color: #222222;
}
.banner-calculate .input {
  width: calc(100% - 54px);
  padding-left: 15px;
  margin: 0;
}
.input {
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  outline: none;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #222222;
}
.banner-price-title {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.banner-price-text {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  text-align: center;
}
.banner-price-text span {
  color: #FF2025;
}
.banner-bottom-text {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 16px;
}
section {  
  padding: 40px 0;
}
section.blue-bg {
  background-color: #F7F7F7;
}
.title {
  font-size: 40px;
line-height: 50px;
font-weight: bold;
color: #222222;
}
.title span {
  color: #FF2025;
}
.title.title-margin {
  margin-bottom: 30px;
}
.sub-title {
  font-size: 16px;
  text-align: center;
  color: #222222;
  margin-bottom: 60px;
}
.progress-line-box {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 24px;
}
.progress-line {
  width: 0%;
  height: 10px;
  background-color: #FF2025;
  border-radius: 4px;
  transition: 0.4s;
}
.btn.move-next-btn {
  width: 106px;
  background-image: url(img/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 20px;
  margin-left: 125px;
}

.banner-2 {
  background-image: url(img/bg-2.png);
  background-size: cover;   
  background-position: center; 
  height: auto;
  padding-top: 72px;
  padding-bottom: 80px;
}
.uneven-ceiling {
  background-image: url(img/uneven-ceiling-bg.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 100px);
  background-position-y: bottom;
}
.uneven-ceiling-wrap {
  max-width: 735px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uneven-ceiling-block {
  width: calc(50% - 16px);
  padding: 37px 33px;
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  margin-bottom: 32px;
}
.uneven-ceiling-block h3 {
  font-weight: bold;
  font-size: 16px;
  color: #FF2025;
  margin-bottom: 15px;
}
.uneven-ceiling-block p {
  font-size: 16px;
  color: #222222;
}
.uneven-ceiling-icon {
  height: 25px;
  margin-bottom: 12px;
}
.experience .title {
  max-width: 920px;
  margin: 16px auto 32px auto;
}
.sub-experience {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #005EAB;
}
.experience-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.experience-nav li {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #D6E5F2;
  border-radius: 24px;
  padding: 14px 16px;
  margin: 0 8px 16px;
  cursor: pointer;
  transition: 0.3s;
}
.experience-nav li:hover {
  background-color: #bfcfdd;
}
.experience-nav li.active {
  color: #ffffff;
  background-color: #005EAB;
}
.experience-slider .swiper-slide {
  padding: 16px;
}
.experience-slider-box {
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.experience-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.experience-content {
  padding: 28px 32px;
}
.experience-content h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #231F20;
}

.experience-form-inputs {
  display: flex;    
  align-items: center;
  justify-content: space-between;
    width: 65%;
}
.experience-form-inputs p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF; 
}
.table-info {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}
.table-info tr:not(:last-child) {
  border-bottom: 1px solid #D6E5F2;
}
.table-info td {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  padding: 8px 0;
}
.table-info td:last-child {
  text-align: right;
}
.experience-more {
  text-align: center;
  margin-top: 16px;
}
.experience-more a {
  font-weight: bold;
  font-size: 14px;
  color: #005EAB;
}
.experience-more a:hover {
  color: #1c4d75;
}
.swiper-experience {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-bottom: 16px;
}
.experience-pagination {
  display: none;
}
.experience-form-box {
  max-width: 100%;
  background-color: #005EAB;
  padding: 40px;
  border-radius: 16px;
}
.experience-form-box h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.experience-form .btn {
  width: 230px;
  margin-top: 10px;
}
.experience-form .input {
  width: 95%;
  height: 45px;
}
.input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #222222;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 18px center;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  outline: none;
  margin-bottom: 16px;
  padding-left: 42px;
}

.textarea {
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #222222;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  outline: none;
  margin-bottom: 16px;
  padding: 12px 16px;
  resize: none;
}
.checkbox {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.checkbox span {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 0 3px 35px;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + span {
  background: url(img/checkbox.svg) no-repeat 0px center;
}
.checkbox input[type=checkbox]:checked + span {
  background: url(img/checkbox-active.svg) no-repeat 0px center;
}
.price-slider {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.price-slider .swiper-slide {
  padding: 16px;
}
.slider-price-box {
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.slider-price-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.slider-price-content {
  padding: 40px;
  color: #231F20;
}
.slider-price-content p {
  font-size: 16px;
  line-height: 1.4;
}
.slider-price-content p b {
  display: block;
}
.slider-price-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.list-dist {
  list-style-type: disc;
  padding-left: 15px;
  margin: 22px 0 15px;
}
.list-dist li {
  color: #231F20;
  font-size: 16px;
  line-height: 1.6;
}
.list-dist li:not(:last-child) {
  margin-bottom: 8px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #005EAB;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #FF2025;
}
.price-pagination {
  display: none;
}

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

.reasons-block {
  width: calc(33.333% - 22px); 
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
box-sizing: border-box;
border-radius: 8px;
  margin-bottom: 30px;
  height: 185px;
}
.reasons-block p {
  font-size: 16px;
  line-height: 1.4;
  color: #222222;  
}
.reasons-more {
  padding: 10px 30px;
  font-size: 16px;
line-height: 24px;
color: #222222;
}
.reasons-icon {
  height: 30px;
  margin-bottom: 8px;
  display: flex; 
height: 90px;
background: #FAFAFA;
border: 1px solid #D1D1D1;
border-left: 0;
    border-right: 0;
box-sizing: border-box;
border-radius: 8px 8px 0px 0px;
align-items: center;
  padding: 20px;
}
.reasons-icon img {
  height: 60px;
  margin-right: 10px;
}
.reasons-icon p {
font-weight: bold;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #1B7261;
}

.reasons .title {
  width: 80%;
}

.gift-box {
  padding: 40px;
  background-color: #FF2025;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gift-box .btn {
  width: 178px;
}
.gift-box.attention-box .gift-content {
  background-image: url(img/attention.svg);
}
.gift-content {
  width: calc(100% - 200px);
  background-image: url(img/gift-big.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 70px;
}
.gift-content h3 {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin: 3px 0 2px;
}
.gift-content h3 span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid;
}
.gift-content p {
  font-size: 14px;
  color: #FFFFFF;
}
.range-wrap {
  display: flex;
  justify-content: space-between;
}
.range-slider {
  width: calc(100% - 100px);
  padding-top: 30px;
}
.range-amount {
  display: flex;
  align-items: center;
}
.range-amount p {
  font-size: 15px;
  color: #222222;
  margin-left: 8px;
}
.range-amount p sup {
  font-size: 10px;
}
.amount {
  font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
}
.ui-widget-content {
  background: #E8F0F9;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-slider-horizontal {
  height: 8px;
}
.ui-widget-header {
  background: #FF2025;
}
.ui-widget-content .ui-state-default {
  width: 22px;
  height: 22px;
  background: #FF2025;
  border: none;
  border-radius: 50%;
  top: -7px;
  outline: none;
}
.slider-info {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.slider-info p {
  font-size: 16px;
  color: #222222;
}
.range-checkbox {
  margin: 25px 0 30px;
}
.range-checkbox span {
  color: #222222;
}
.calculator-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calculator-form .input {
  width: calc(100% - 245px);
}
.calculator-form .btn {
  width: 215px;
}
.types-slider {
  margin-bottom: 20px;
}
.types-slider .swiper-slide {
  padding: 10px;
}
.types-pagination {
  display: none;
}
.types-block {
  background: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.types-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.types-content {
  padding: 30px 40px 35px;
  text-align: center;
}
.types-content p {
  font-weight: bold;
  font-size: 24px;
  color: #231F20;
  margin-bottom: 15px;
}
.type-name {
  font-weight: bold;
  font-size: 16px;
  color: #231F20;
  padding-bottom: 32px;
  position: relative;
}
.type-name:after {
  content: '';
  width: 32px;
  height: 1px;
  background-color: #005EAB;
  position: absolute;
  bottom: 16px;
  left: calc(50% - 16px);
}
.stability-photo {
  margin-bottom: 30px;
}
.stability-photo img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

  .example-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    justify-content: space-between;
}

.example-box {
  width: 32%;
}
.example-pagin {
  display: none;
}
.example-photo img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
  border: 1px solid #D1D1D1;
box-sizing: border-box;
border-radius: 8px;
}
.example-content {
  padding: 20px 10px 10px;}
 
.example-content h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;  
  color: #1B7261;
}
.example-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.btn-ex {
width: 258px;
height: 57px;
background: #1B7261;
border-radius: 8px;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
color: #FFFFFF;
padding: 18px;
margin-top: 18px;
}
.btn-ex:hover {
  color: #FFFFFF;
  background: #1B7261;
  opacity: 0.8; 
}

.btn-form {
width: 230px;
height: 45px;
background: #FFFFFF;
border-radius: 5px;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: #1B7261;
}
.btn-form:hover {
  background: #F7F7F7; 
}
.product-content .product {
  display: flex;
  justify-content: space-around;
}
.product-content-left {
width: 40%;
vertical-align: top;
}
.product-content-right {
width: 50%;
vertical-align: top;
}
.product-content-left .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222222;
}

.content-table-str {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #D1D1D1;
padding: 14px 0px;
}
.content-table-str-first {
  width: 70%;
}

.content-table-str-second {
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: right;
color: #222222;
}

.product-content-btns {
  display: flex;
justify-content: space-between;
flex-direction: row-reverse;

}

.clickBuyButton {
width: 225px;
height: 57px;
background: #1B7261;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
line-height: 24px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #FFFFFF;
border-style: none;
cursor: pointer;
}

.clickBuyButton:hover {
  color: #FFFFFF;
  background: #1B7261;
  opacity: 0.8; 
}

.btn-product2 {
width: 225px;
height: 57px;
background: transparent;
border: 1px solid #1B7261;
box-sizing: border-box;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
line-height: 24px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #1B7261;

  }

  .btn-product2:hover {   
    background: #F7F7F7;
   
  }
.price-btn-wrap {
  display: flex;   
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}
.chec-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chec-item {
  margin-bottom: 30px;
  width: 15%;
}
.chec-item p {
  font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #222222;
}
.chec-item img {
  margin-bottom: 10px;
}
.chec .title {
  width: 80%;
}
.chec-subtitle {
  font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #222222;
margin-top: 14px;
margin-bottom: 34px;
}

.check-wrap-mob {
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.check-item-mob {
  margin-bottom: 30px;
  width: 30%;
}

.garant {
  background: #F6F6F6;
}
.garant-wrap {
  display: flex;  
  justify-content: space-between;
}
.garant-item {
  width: 32%;
height: auto;
background: #01BC79;
border-radius: 5px;
padding: 30px 32px;
}
.garant-item div {
  display: flex;
  padding: 30px 0;
  align-items: center;
  height: 120px;
}
.garant-item-head p {
font-weight: bold;
font-size: 22px;
line-height: 28px;
text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #FFFFFF;
}
.garant-item-descr {
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}
.garant-item-head img {
  margin-right: 10px;
}
.steps-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.step-box {
  width: calc(25% - 24px);
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  padding: 35px 35px 30px;
  position: relative;
  margin-bottom: 30px;
}
.step-box h3 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
}
.step-box p {
  font-size: 16px;
  color: #222222;
}
.step-box a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
}
.step-box a:hover {
  color: #FF2025;
}
.step-box:not(:last-child):after {
  content: '';
  width: 40px;
  height: 23px;
  background-image: url(img/step-arrow.svg);
  background-size: cover;
  position: absolute;
  right: -36px;
  top: calc(50% - 11px);
  z-index: 1;
}
.step-icon {
  height: 25px;
  margin-bottom: 10px;
}
.faq-block {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.faq-block:not(:last-child) {
  margin-bottom: 8px;
}
.faq-block.faq-active .faq-title:after {
  transform: rotate(90deg);
}
.faq-title {
  font-size: 16px;
  color: #222222;
  padding: 26px 50px 26px 24px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.faq-title:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(img/arrow-faq.svg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  transition: 0.3s;
}
.faq-title:hover {
  color: #FF2025;
}
.faq-info {
  display: none;
  padding: 0 24px 26px;
}
.faq-content {
  padding: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  border: 1px solid #D6E5F2;
  border-radius: 8px;
}
.questions {
  background-image: url(img/man.png);
  background-repeat: no-repeat;
  background-position: 15% bottom;
}
.questions-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 30%;
}
.questions-wrap .form-box {
  width: calc(50% - 20px);
}
.questions-block {
  width: calc(50% - 25px);
  margin-right: 40px;
}
.questions-block .title {
  text-align: left;
}
.questions-block .sub-title {
  text-align: left;
  margin-bottom: 20px;
}
.questions-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.questions-box:not(:last-child) {
  margin-bottom: 16px;
}
.questions-content {
  width: calc(100% - 37px);
  color: #222222;
}
.questions-content h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.questions-content p {
  font-size: 16px;
}
.form-box {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.form-box .checkbox {
  margin-bottom: 20px;
}
.form-box .checkbox span {
  color: #222222;
}
.form-box h3 {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  text-align: center;
  margin-bottom: 16px;
}
.form-box .btn {
  width: 100%;
}
.slider-wrap {
  padding: 0;
  position: relative;
}
.works .title {
  width: 55%;
}
.works-video {
  height: 600px;
}
.slider-wrap .swiper-pagination {
  
}
.special-slider .swiper-slide {
  padding: 10px;
}
.special-box {
  background: #FFFFFF;
  
  border-radius: 16px;
}
.special-box img {
  object-fit: contain;
	height: 500px;
}
.special-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.special-content {
  padding: 22px 20px;
}
.special-content h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #231F20;
  margin-bottom: 16px;
}
.special-content .btn {
  width: 100%;
}
.reviews-slider .swiper-slide {
  padding: 10px;
}
.reviews-box {
  padding: 32px 24px 25px;  
}
.reviews-photo img {
  width: 68px;
  height: 68px;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 20px;
}
.reviews-info {
  display: flex; 
  margin: 32px 0 16px;
  align-items: center;
}
.reviews-info-box p {
  font-size: 16px;
line-height: 24px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #222222;
}
.reviews-auto {
  font-weight: 600;
}
.reviews-info-box span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.reviews-info-box:not(:last-child) {
  margin-right: 17px;
}
.reviews-text {
  font-size: 14px;
  color: #222222;
  margin-bottom: 16px;
  border: 1px solid #D1D1D1;
box-sizing: border-box;
border-radius: 8px;
padding: 35px 23px;
}
.stars-list {
  display: flex; 
  margin-bottom: 20px;
}
.stars-list li {
  width: 18px;
  height: 18px;
  background-image: url(img/star.svg);
  margin: 0 2px;
}
.stars-list li.star-half {
  background-image: url(img/star-half.svg);
}
.contacts {
  background-color: #ffffff;
  position: relative;
}
.map {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-box {
  width: calc(50% - 30px);
}
.contact-box .title {
  text-align: left;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contact-block {
  width: calc(50% - 16px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact-content {
  width: calc(100% - 30px);
}
.contact-content h6 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 8px;
}
.contact-content p {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.contact-content a {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.contact-content a:hover {
  color: #FF2025;
}
.contacts-btns {
  display: flex;
}
.contacts-btns a {
  width: 168px;
}
.contacts-btns a:not(:last-child) {
  margin-right: 16px;
}
.footer {
  background-color: #F8FBFF;
  padding: 40px 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-around;
}
.footer-wrap div {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.footer-wrap img {
  width: 193px;
}
.footer-phone {
  font-weight: bold;
font-size: 20px;
line-height: 30px;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #222222;
}
.footer-time {
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer-bottom {
  background: #1B7261;
  height: 45px;
  padding: 15px 0 0 0;
  text-align: center;  
}
.footer-place img {
  width: auto;
	margin-right: 10px;
}
.footer-mail img {
  width: auto;
	margin-right: 10px;
}
.slider-arrow {
  width: 25px;
  height: 40px;
  background-image: url(img/arrow-right.png);
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
  cursor: pointer;
  transition: 0.3s;
}
.slider-arrow:hover {
  opacity: 0.7;
}
.slider-arrow-prev {
  left: 0px;
  transform: rotate(180deg);
}
.slider-arrow-next {
  right: 0px;  
 
}

.clickBuyButtonCustom {
  display: none;
}

.reviews-slider .swiper-pagination {
  display: none;
}

.header-mob {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #1B7261 !important;
}

#formOrderOneClick>.popup {
  padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
    border-radius: 16px;  
    display: block;
    left: 50%;
    opacity: 0;
    padding: 0.7em;
    width: 100%;
    max-width: 500px;
    min-width: 320px;
    height: auto;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999997;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 4px;
}

#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
  width: 100%;
    height: 48px;
    font-size: 16px;
    color: #222222;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    outline: none;
    margin-bottom: 16px;
    padding-left: 42px;
}
#formOrderOneClick h2 {
  font-weight: bold;
    font-size: 20px;
    color: #222222;
    text-align: center;
    margin-bottom: 16px;
}

#formOrderOneClick p {
  color: #222222;
  font-size: 14px;
}

#formOrderOneClick .button {
  max-width: 100% !important;
  height: 48px !important;
  background: #1B7261;
  border-radius: 8px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

#formOrderOneClick .popup .close_order {
  display: block;
  width: 2em;
  height: 2em !important; 
  position: absolute;
  padding: 2px;
  top: -6px;
  right: -8px !important;
  cursor: pointer;
  color: #fff;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -o-border-radius: 20%;
  -ms-border-radius: 20%;
  border-radius: 20%;
  text-align: center;
}

.contacts-head {
  font-weight: 600;
font-size: 17px;
line-height: 24px;
text-transform: uppercase;
font-feature-settings: 'pnum' on, 'lnum' on;
color: #222222;
margin-bottom: 20px;
}

.footer-place {
  margin-bottom: 10px;
  margin-top: 10px;
}

.chec-wrap-mob {
  display: none;
}

#formOrderOneClick .popummessage {
  height: 400px;
}
#formOrderOneClick .popummessage .close_message {
  background-color: #1B7261 !important;
  border: 1px solid #1B7261 !important;
}

.footer-mail {    
    color: #222222;
}

@media (max-width: 1699px){
  .questions {
      background-position: 9% bottom;
  }
}

@media (max-width: 1449px) {
  .questions {
      background-size:330px;
      background-position: 3% bottom;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .header-btn, .header-address {
      margin-left: 0;
  }
  .header-btn {
      width: 200px;
  }
  .banner-advantages li {
      width: calc(25% - 6px);
      padding: 55px 8px 8px;
      font-size: 15px;
      line-height: 18px;
  }
  section{
      padding:70px 0;
  }
  .label-test {
      width: calc(25% - 10px);
  }
  .test-photo img {
      height: 160px;
  }
  .uneven-ceiling {
      background-size:370px;
  }
  .experience-slider .swiper-slide {
      padding: 7px;
  }
  .experience-content {
      padding: 15px;
  }
  .slider-price-content {
      padding: 16px 15px;
  }
  .reasons-block {
      width: calc(33.333% - 10px);
     
      margin-bottom: 16px;
  }
  .title.title-margin {
      margin-bottom: 30px;
  }
  .calculator-wrap{
      align-items:flex-start;
  }
  .calculator-radio-label {
      width: calc(33.333% - 9px);
  }
  .calculator-form .input {
      width: calc(100% - 230px);
  }
  .step-box {
      width: calc(25% - 24px);
      padding: 20px 15px;
  }
  .questions {
      background-size: 300px;
  }
  .contact-block {
      width: calc(50% - 6px);
  }
}
@media (max-width: 991px) {
   .container {
     width: 750px;
   }
  .header-btn {
      width: 169px;
      font-size: 14px;
  }
  .header-menu {
    display: none;
  }
  .header-mob {
    display: block;
  }
  .experience-form-inputs {
    width: 90%;
  }
  .header-phone {
      padding-left: 29px;
      font-size: 22px;
      margin-bottom: 15px;
      margin-top: 15px;
  }
  .header-address{
      padding-right:0;
  }
  .header-address a span{
      display:block;
  }

  .banner-form {
      width: 290px;
      padding: 20px 15px;
      border-radius: 10px;
  }
  .banner-content {
      width: calc(100% - 300px);
  }
  .banner-content h1 {
      font-size: 32px;
  }
  .banner-info {
      margin: 16px 0;
  }
  .banner-info-left {
      width: 100%;
      border-radius: 16px 16px 0px 0px;
      padding:5px;
  }
  .banner-info-left br{
      display:none;
  }
  .banner-info-right {
      width: 100%;
      padding: 16px;
  }
  .banner-advantages li {
     
  }
  .banner-advantages li:not(:last-child){
      margin-bottom:8px;
  }
  section{
      padding:50px 0;
  }
  .label-test {
      width: calc(50% - 7px);
      margin-bottom:16px;
  }
  .test-box {
      margin-bottom: 25px;
  }
  .btn.move-next-btn{
      margin:auto;
  }
  .uneven-ceiling{
      background-image:none;
  }
  .experience-form-box {
      padding: 20px 15px 22px;
  }
  .price-slider .swiper-slide {
      padding: 9px;
  }
  .slider-price-content p {
      font-size: 14px;
  }
  .slider-price-content h4 {
      margin: 10px 0 7px;
  }
  .list-dist li {
      font-size: 12px;
      line-height: 1.4;
  }
  .reasons-block {
      width: calc(50% - 6px);
  }
  .gift-box {
      padding: 20px 15px;
  }
  .gift-content h3 {
      font-size: 16px;
  }
  .calculator-content {
      width: 50%;
  }
  .calculator-radio-photo img {
      height: 100px;
  }
  .calculator-radio-list {
      margin-bottom: 20px;
  }
  .calculator-form .input {
      width: 100%;
  }
  .calculator-form .btn {
      margin: auto;
  }
  .calculator-content h6 {
      font-size: 14px;
      margin-bottom: 10px;
  }
  .calculator-content h4 {
      font-size: 22px;
      margin-bottom: 12px;
  }
  .range-checkbox {
      margin: 15px 0 20px;
  }
  .types-content {
      padding: 17px 15px;
  }
  .type-name {
      padding-bottom: 16px;
  }
  .type-name:after{
      bottom:0;
  }
  .step-box {
      width: 100%;
  }
  .step-box:not(:last-child):after{
      top:auto;
      bottom:-27px;
      right:calc(50% - 24px);
      transform:rotate(90deg);
  }
  .questions{
      background-image:none;
  }
  .questions-wrap {
      padding-left: 0;
  }
  .contact-block {
      width: 100%;
      margin-bottom: 15px;
  }
  .product-content .product {
    display: flex;
    flex-direction: column-reverse;}

    .product-content .container {
      flex-direction: column-reverse;
  }
  .product-content-left {
      width: 100%;       
  }
  .product-content-right {
      width: 100%;  
  }
  .header-phone {
    display: none;
  }
  .header-mob  .header-phone {
    display: block;
    background-color: white;
  }
  .header-phone-mob {
      padding-left: 24px;
      font-size: 12px;
  }
  .header-mob .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header {
    background-color: #F4F4F4;
    padding: 16px 0;
    }
   .header-box{
       flex-wrap:wrap;
   }
   .contacts-head {
     margin-top: 20px;
   }
   .footer-place {
    margin-top: 20px;
   }
   .footer-mail {
    margin-top: 20px;
    color: #222222;
   }
}
@media (max-width: 767px) {
   .container {
     width: 100%;
   }
  .header-btn {
      margin-top: 15px;
  }
  .header-logo{
      width:193px;
  }


  .header-address {
      padding-left: 24px;
  }
  .header-address a {
      font-size: 12px;
  }
  .btn-head {
    font-size: 14px;
  }
  .banner {
      padding: 35px 0 32px;
      background-image: url(img/bg-m.jpg) !important;
      background-attachment: scroll;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #F7FAFE;
      position: relative;
  }
  .banner-content {
      width: 100%;
  }
  .banner-form{
      position:absolute;
      top:153px;
      left:calc(50% - 145px);
  }
  .banner-content .banner-sub{
      font-size:16px;
      margin-bottom:215px;
  }
  .banner-info-box p{
      font-size:24px;
  }
  .banner-content h1 {
      max-width:100%;
      font-size: 26px;
  }
  section{
      padding:38px 0;
  }
  .test-block {
      width: 100%;
      margin-top:20px;
  }
  .title {
      font-size: 24px;
      margin-bottom: 8px;
  }
  .sub-title {
      margin-bottom: 24px;
  }
  .uneven-ceiling-block {
      width: 100%;
      padding: 25px;
  }
  .uneven-ceiling-block h3 {
      margin-bottom: 8px;
  }
  .uneven-ceiling-icon {
      height: 22px;
      margin-bottom: 6px;
  }
  .experience-pagination{
      display:block;
  }
  .swiper-experience{
      padding-bottom: 35px;
      margin-bottom:10px;
  }
  .experience-nav li {
      font-size: 12px;
      border-radius: 20px;
      padding: 8px 12px;
      margin: 0 3px 8px;
  }
  .experience-form .input {
      width: 100%;
  }
  .experience-form .btn{
      margin:auto;
  }
  .experience-form-box h3 {
      font-size: 16px;
      margin-bottom: 12px;
  }
  .price-pagination{
      display:block;
  }
  .swiper-price{
      padding-bottom:30px;
  }
  .reasons-block{
      width:100%;
  }
  .reasons-icon{
      height:auto
  }
  .gift-content {
      width: 100%;
      padding-left: 60px;
      background-position: left 5px;
      margin-bottom: 15px;
  }
  .gift-content h3 {
      font-size: 14px;
  }

  .gift-content p {
      font-size: 12px;
  }
  .gift-box .btn {
      width: 100%;
  }
  .gift-content h3 span {
      padding-right: 10px;
      margin-right: 10px;
  }
  .title.title-margin {
      margin-bottom: 20px;
      font-size: 26px;
line-height: 32px;
  }
  .calculator-photo{
      width:100%;
      height:130px;
      margin-bottom:20px;
  }
  .calculator-content {
      width: 100%;
  }
  .types-pagination{
      display:block;
  }
  .swiper-types {
      padding-bottom: 35px;
  }
  .example-pagin{
      display:block;
  }
  .example-wrapper {
      flex-direction: column;
  }
  .example-box {
      width: 100%;
  }

  .experience-form-inputs {
      display: flex;
     flex-direction: column;
      width: 100%;
  }
  .swiper-example{
      padding-bottom:40px;
  }
  .faq-info {
      padding: 0 15px 20px;
  }
  .faq-title {
      color: #222222;
      padding: 20px 40px 20px 15px;
  }
  .faq-title:after {
      right: 15px;
  }
  .questions-block {
      width: 100%;
      margin: 0 0 30px;
  }
  .questions-wrap .form-box {
      width: 100%;
  }
  .form-box {
      padding: 20px 15px;
  }
  .slider-wrap .slider-arrow {
      display: none;
  }
  .special-slider .swiper-pagination {
      display: none;
  }
  .slider-wrap {
      padding: 0;
  }
  .reviews-slider .slider-arrow-next {
    right: 40%;
  }
  .reviews-slider .slider-arrow-prev {
    left: 40%;
  }
  .reviews-slider .slider-arrow {
    display: block;
    top: calc(100% - 12px);
}
  .slider-wrap .swiper-container {
      padding-bottom: 0;
  }
  .contacts-btns {
      align-items: center;
      flex-direction: column;
  }
  .contacts-btns a:not(:last-child) {
      margin: 0 0 15px;
  }
  .contacts-btns {
      align-items: center;
      flex-direction: column;
  }
 .contacts-btns a:not(:last-child) {
     margin: 0 0 15px;
 }
  .contact-box {
      width: 100%;
  }
  .map {
      width: 100%;
      height: 300px;
      position: inherit;
      margin-top: 30px;
  }
  .contacts{
      padding-bottom:0;
  }
  .contacts .title {
      text-align: center;
  }
  .footer{
      padding:32px 0;
      text-align: center;
  }
  .footer-wrap img {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-info {
      padding: 20px 15px;
  }
  .modal-info p {
      font-size: 14px;
      margin-bottom: 10px;
  }
  .modal-info p:not(:last-child) {
      margin-bottom: 10px;
  }
  .modal-info h3 {
      font-size: 20px;
      margin-bottom: 15px;
  }


    .works .title {
      width: 100%;
  }
  .banner-2 {    
    height: auto;}

    .experience-form-inputs {
      display: flex;
      align-items: normal;}
      .experience-form .btn {
        width: 100%;
        margin-top: 20px;
      }

      .chec-item {
        width: 100%;
      }
      .garant-wrap {
        flex-direction: column;
      }
      .garant-item {
        margin-bottom: 10px;
        width: 100%;
      }

      .footer-wrap {
        flex-direction: column;
      }
      .footer-wrap div {
        width: 100%;
      }
      .banner-advantages li {
        font-size: 12px;
        padding: 45px 8px 8px;
        width: calc(33% - 6px);
      }
      .reasons .title {
        width: 100%;
      }
      .reasons-block {
        height: auto;
      }
      .product-content-btns {
        flex-direction: column-reverse;
      }
 
      .clickBuyButton {
        margin-bottom: 20px;
      }
      .chec .title {
        width: 100%;
      }
      .banner-2 h3 {
        font-size: 26px;
line-height: 32px;
width: 100%;
      }
      .works-video {
        height: 350px;
      }
      .banner-2 {
        padding-top: 51px;
    padding-bottom: 34px;
      }
      .reviews-box {
        padding: 0;
    }
    .price-btn-wrap{
      flex-direction: column-reverse;
    }
    .chec-wrap-mob {
      display: block;
    }
	.check-wrap-mob {
      display: flex;
    }
    .chec-wrap {
      display: none;
    }
    .price {
      margin-bottom: 10px;
    }
}

@media (max-width: 350px) {
.banner {
  padding: 15px 0 32px;
  background-image: url(img/bg-m.jpg) !important;
  background-attachment: scroll;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F7FAFE;
  position: relative;
}
}

.vozmoshnosti-bg-img {
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}

.vozmoshnosti-bg-img ul {
	list-style-type: none;
	background-color: rgba(255, 255, 255, .5);
	line-height: 1.7;
}
.vozmoshnosti-bg-img ul li:before {
  content:"\2714\0020"; 
  color: #1B7261;
}
.vozmoshnosti-bg-img ul li {
  font-size: 20pt;
  font-weight: 400;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	/*width: 320px;*/
	height: 160px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	right: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.green-galka {
	list-style-type: none;
	line-height: 1.7;
}
.green-galka li:before {
  content:"\2714\0020"; 
  color: #1B7261;
}