.nav-fill {
  display: block;
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .nav-fill {
    height: 64px;
  }
}

body.single section > .container, body.page section > .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-family: MuseoSansCyrl, Sans-Serif;
}
@media screen and (max-width: 1200px) {
  body.single section > .container, body.page section > .container {
    padding: 0 20px;
  }
}
body.single section > .container a, body.page section > .container a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1200px) {
  #nav {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  #nav-mobile {
    display: none;
  }
}
.mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #63BA26;
  height: 64px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.mobile-menu .phone {
  display: flex;
  align-items: center;
  margin-right: 51px;
}
@media screen and (max-width: 520px) {
  .mobile-menu .phone {
    display: none;
  }
}
.mobile-menu .phone a {
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
}
.mobile-menu .phone .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
}
.mobile-menu .right-nav-mobile {
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-burger {
  width: 26px;
  height: 20px;
  position: relative;
}
.mobile-menu .mobile-burger.active:before {
  box-shadow: none;
  transform: translateY(8.5px) rotate(45deg);
}
.mobile-menu .mobile-burger.active:after {
  transform: translateY(-8.5px) rotate(-45deg);
}
.mobile-menu .mobile-burger:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  transition: 0.3s;
  box-shadow: 0 8.5px 0 #fff;
}
.mobile-menu .mobile-burger:after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-menu .hidden-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 29px 20px 29px 20px;
  background: #ffffff;
  height: calc(100vh - 64px);
  overflow-y: scroll;
  display: none;
}
.mobile-menu .hidden-nav .catalog-nav {
  flex-direction: column;
  border-bottom: 1px solid #DFDFDF;
}
.mobile-menu .hidden-nav .catalog-nav .item-nav {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.mobile-menu .hidden-nav .catalog-nav .item-nav .icon {
  width: 26px;
  min-width: 26px;
  text-align: center;
  margin-right: 15px;
}
.mobile-menu .hidden-nav .catalog-nav .item-nav .text a {
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
}
.mobile-menu .hidden-nav .mobile-main-menu {
  padding-top: 25px;
}
.mobile-menu .hidden-nav .mobile-main-menu .menu {
  list-style: none;
  padding-left: 0;
}
.mobile-menu .hidden-nav .mobile-main-menu .menu li {
  margin-bottom: 18px;
}
.mobile-menu .hidden-nav .mobile-main-menu .menu li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
  text-decoration: none;
}
.mobile-menu .hidden-nav .soc-nav {
  display: flex;
}
.mobile-menu .hidden-nav .soc-nav .soc-item {
  width: 40px;
  height: 40px;
  background: #7294C7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

@media screen and (max-width: 1200px) {
  section, footer {
    overflow: hidden;
  }
}

.item-list {
  display: flex;
  justify-content: space-between;
}
.item-list .icon, .item-list image {
  line-height: 0;
}
.item-list .item.empty {
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  margin: 0;
}

body.single section > .container .breadcrumbs, body.page section > .container .breadcrumbs {
  margin-bottom: 35px;
}
body.single section > .container .breadcrumbs .separate, body.page section > .container .breadcrumbs .separate {
  position: relative;
}
body.single section > .container .breadcrumbs .separate:before, body.page section > .container .breadcrumbs .separate:before {
  content: url("../img/catalog/breadArr.svg");
  display: inline-block;
  margin-right: 13px;
  margin-left: 12px;
  position: relative;
  top: -1px;
}
body.single section > .container .breadcrumbs .element-invisible, body.page section > .container .breadcrumbs .element-invisible {
  display: none;
}
body.single section > .container .breadcrumbs a, body.page section > .container .breadcrumbs a {
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #63BA26;
}
body.single section > .container .breadcrumbs span.current-item, body.page section > .container .breadcrumbs span.current-item {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #5F5F5F;
}

.brand-section, .model-section {
  padding-top: 99px;
  background: #F4F4F4;
  margin-top: 98px;
}
.brand-section .container, .model-section .container {
  display: flex;
}
@media screen and (max-width: 640px) {
  .brand-section, .model-section {
    padding-top: 80px;
    margin-top: 70px;
  }
}

.container .space-left {
  flex: 1 0 100%;
  max-width: 276px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .container .space-left {
    display: none;
  }
}
.container > .wrapper {
  flex: 1;
}
.container > .wrapper h2.title {
  font-size: 36px;
  line-height: 68px;
  color: #000000;
  text-align: center;
  text-transform: none;
  margin-bottom: 86px;
}
@media screen and (max-width: 640px) {
  .container > .wrapper h2.title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}

.gajet-form {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 70px 0px 70px 72px;
  margin-top: 69px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .gajet-form {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 460px) {
  .gajet-form {
    padding: 45px 20px;
  }
}
.gajet-form h3.title {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .gajet-form h3.title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
.gajet-form .form-wrap {
  max-width: 378px;
}
@media screen and (max-width: 1200px) {
  .gajet-form .form-wrap {
    margin: 0 auto;
  }
}
.gajet-form .form-wrap .form-field {
  margin-bottom: 12px;
}
.gajet-form .form-wrap .form-field input, .gajet-form .form-wrap .form-field textarea {
  background: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #939393;
  border: none;
}
.gajet-form .form-wrap .form-field input.error, .gajet-form .form-wrap .form-field textarea.error {
  border: 1px solid red;
}
.gajet-form .form-wrap .form-field input {
  height: 48px;
}
.gajet-form .form-wrap .form-field textarea {
  height: 79px;
}
.gajet-form .form-wrap input.form-btn {
  background: #63BA26;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 59px;
  cursor: pointer;
  width: 100%;
  margin-top: 30px;
}
.gajet-form .form-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .gajet-form .form-img {
    display: none;
  }
}
.gajet-form .ajax-success, .gajet-form .ajax-error {
  margin-top: 30px;
  display: none;
}
.gajet-form .ajax-success {
  color: #63BA26;
}
.gajet-form .ajax-error {
  color: red;
}

.price-table {
  padding-top: 45px;
}
.price-table .table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-table .table-header {
  padding-left: 35px;
  padding-right: 43px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  background: #F9F9F9;
  height: 67px;
  border-bottom: 1px solid #E3E3E3;
  cursor: pointer;
}
.price-table .table-header:first-of-type {
  border-radius: 10px 10px 0 0;
}
.price-table .table-header.active .state:after {
  content: "";
  height: 16px;
  width: 2px;
  background: #696969;
  transition: 0.3s;
  transform: rotate(90deg);
}
.price-table .table-header .state {
  width: 16px;
  height: 2px;
  background: #696969;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-table .table-header .state:after {
  content: "";
  height: 16px;
  width: 2px;
  background: #696969;
  transition: 0.3s;
}
.price-table .table-slide-items {
  padding-bottom: 26px;
  padding-top: 24px;
  display: none;
}
.price-table .table-slide-items .table-row {
  border-bottom: 1px solid #F2F2F2;
  padding: 12px 41px 12px 44px;
}
@media screen and (max-width: 640px) {
  .price-table .table-slide-items .table-row {
    padding: 12px 11px 12px 14px;
  }
}
.price-table .table-slide-items .table-row .name {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  margin-right: 10px;
}
.price-table .table-slide-items .table-row .price {
  font-size: 16px;
  line-height: 20px;
  color: #63BA26;
  white-space: nowrap;
}
.price-table .table-slide-items .table-row .price a {
  border-bottom: 1px solid rgba(99, 186, 38, 0.4);
}

.review-section {
  padding-top: 118px;
}
.review-section .container {
  display: flex;
}
.review-section .container > .wrapper {
  flex: 1 0 100%;
  max-width: calc(100% - 304px);
}
@media screen and (max-width: 1024px) {
  .review-section .container > .wrapper {
    max-width: 100%;
  }
}
.review-section .review-nav {
  display: flex;
  background: #F4F4F4;
  border-radius: 10px;
  max-width: 613px;
  margin: 0 auto;
  width: 100%;
  height: 63px;
}
@media screen and (max-width: 520px) {
  .review-section .review-nav {
    flex-direction: column;
    height: auto;
  }
}
.review-section .review-nav .nav-item {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 68px;
  color: #565656;
  cursor: pointer;
  transition: 0.3s;
}
.review-section .review-nav .nav-item.active {
  background: #63BA26;
  border-radius: 10px;
  color: #fff;
}
.review-section .review-wrapper .review-fade-block {
  display: none;
}
.review-section .review-wrapper .review-fade-block.active {
  display: block;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block {
  padding-top: 51px;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item {
  max-width: 32%;
  flex: 1 0 100%;
  position: relative;
  line-height: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item {
    max-width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item:hover .content {
  opacity: 1;
  visibility: visible;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item:hover:after {
  opacity: 1;
  visibility: visible;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.35) 17.37%, #F4F4F4 100%);
  height: 95px;
  width: calc(100% - 9px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item img {
  max-width: 100%;
}
.review-section .review-wrapper .review-fade-block.instagram-review-block .item-list .item .content {
  position: absolute;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 17px 26px 28px 24px;
}
.review-section .review-wrapper .review-fade-block .review-slider-wrapper {
  position: relative;
  padding: 0 102px;
}
@media screen and (max-width: 640px) {
  .review-section .review-wrapper .review-fade-block .review-slider-wrapper {
    padding: 0;
  }
}
.review-section .review-wrapper .review-fade-block .review-slider-wrapper > .arr {
  border: 1px solid rgba(215, 215, 215, 0.6);
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.review-section .review-wrapper .review-fade-block .review-slider-wrapper > .arr:before {
  content: url("../img/catalog/slider-arr.png");
}
.review-section .review-wrapper .review-fade-block .review-slider-wrapper > .arr.arr-next {
  right: 0;
  left: auto;
}
.review-section .review-wrapper .review-fade-block .review-slider-wrapper > .arr.arr-next:before {
  transform: scale(-1, 1) translateX(-2px);
}
@media screen and (max-width: 640px) {
  .review-section .review-wrapper .review-fade-block .review-slider-wrapper > .arr {
    display: none !important;
  }
}
.review-section .review-wrapper .review-fade-block .review-slider-wrapper .dots {
  margin-top: 15px;
}
@media screen and (min-width: 641px) {
  .review-section .review-wrapper .review-fade-block .review-slider-wrapper .dots {
    display: none;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-share-info {
  margin-top: 45px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  font-weight: 300;
  font-size: 18px;
  line-height: 74px;
  color: #000000;
  text-align: center;
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-share-info span.green {
  color: #63BA26;
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-share-info {
    line-height: 1.6;
    padding: 25px 0;
  }
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-share-info .line {
    display: block;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider {
  margin-top: 68px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider {
    margin-top: 36px;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .review-gis-slide:not(:first-of-type) {
  display: none;
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .review-gis-slide:not(:first-of-type).slick-slide {
  display: block !important;
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content .img {
  margin-right: 43px;
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content .img img {
  max-width: 100%;
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content .img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content .name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 17px;
  color: #000000;
}
@media screen and (max-width: 520px) {
  .review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content .name {
    margin-bottom: 7px;
  }
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .content .date {
  font-size: 18px;
  line-height: 1.2;
  color: #9E9E9E;
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .row .mark {
  line-height: 0;
}
.review-section .review-wrapper .review-fade-block.twogis-review-block .review-gis-slider .review-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #565656;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider {
  position: relative;
  margin-top: 66px;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider.slick-dotted.slick-slider {
  width: auto;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .slide:not(:first-of-type) {
  display: none;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .slide:not(:first-of-type).slick-slide {
  display: block !important;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .play-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .play-wrap .play-btn {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .play-wrap .play-btn:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #63BA26;
  transform: translateX(3px);
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .play-wrap .name {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  white-space: nowrap;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .video-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .video-img img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .review-section .review-wrapper .review-fade-block.video-review-block .review-video-slider .video-img img {
    max-width: unset;
  }
}

.dots .slick-dots, .sertificat-slid .slick-dots, .specialists .slick-dots {
  position: relative;
  bottom: 0;
}
.dots .slick-dots li, .sertificat-slid .slick-dots li, .specialists .slick-dots li {
  width: 12px;
  height: 12px;
  background: #D6D6D6;
  border-radius: 50%;
}
.dots .slick-dots li.slick-active, .sertificat-slid .slick-dots li.slick-active, .specialists .slick-dots li.slick-active {
  background: #63BA26;
}
.dots .slick-dots li:hover, .sertificat-slid .slick-dots li:hover, .specialists .slick-dots li:hover {
  background: #63BA26;
}
.dots .slick-dots li button:before, .sertificat-slid .slick-dots li button:before, .specialists .slick-dots li button:before {
  content: none;
}

.simplebar-scrollbar::before {
  background-color: #63BA26;
}

article ul {
  list-style: none;
  padding-left: 0;
}
article ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  color: #898989;
}
article ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #63BA26;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.social-fix {
  position: fixed;
  top: 30vh;
  right: 0;
  background: #63BA26;
  width: 68px;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 0;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .social-fix {
    display: none;
  }
}
.social-fix .soc-item {
  background: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer {
    height: auto;
    padding-bottom: 31px;
  }
}
#footer .container {
  display: flex;
}
@media screen and (max-width: 640px) {
  #footer .container {
    flex-direction: column;
    align-items: center;
  }
  #footer .container .conteiner-footer-1 .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .container .conteiner-footer-1 .social .wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
  }
  #footer .container .conteiner-footer-1 .social > span {
    margin-left: 0;
    text-align: center;
  }
  #footer .container .conteiner-footer-3 .mirsaitov-wrap {
    text-align: center;
  }
}

.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 100%;
  padding: 84px 0 112px;
}
@media screen and (max-width: 640px) {
  .banner-section {
    background-position: left center;
  }
}
.banner-section h1.title {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 0;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  .banner-section h1.title {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .banner-section h1.title {
    font-size: 24px;
    line-height: 28px;
  }
}
.banner-section .content {
  max-width: 608px;
}
.banner-section .content .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .banner-section .content .text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}

.icon-section {
  padding-top: 50px;
}
@media screen and (max-width: 959px) {
  .icon-section {
    display: none;
  }
}
.icon-section .item-list {
  padding: 0 56px;
  width: 100%;
}
.icon-section .item-list .item {
  display: flex;
  align-items: center;
}
.icon-section .item-list .item .icon {
  margin-right: 20px;
}
.icon-section .item-list .item .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.content-section {
  padding-top: 65px;
}
@media screen and (max-width: 640px) {
  .content-section {
    padding-top: 39px;
  }
}
.content-section .container {
  display: flex;
  position: static;
}
.content-section .container .sidebar {
  flex: 1 0 100%;
  max-width: 276px;
  margin-right: 28px;
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .content-section .container .sidebar {
    display: none;
  }
}
.content-section .container .sidebar #sidebar-nav.fixed-sidebar {
  position: fixed;
  top: 150px;
  left: auto;
  width: 276px;
}
.content-section .container .sidebar #sidebar-nav.fixed-sidebar.stop-fix {
  position: absolute;
  top: auto;
}
.content-section .container .sidebar .sidebar-nav {
  padding: 30px 0 30px 40px;
  border-radius: 10px;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  z-index: 100;
}
.content-section .container .sidebar .item-list {
  flex-direction: column;
}
.content-section .container .sidebar .item-list .item {
  display: flex;
  align-items: center;
  padding: 17px 25px 17px 0;
  position: relative;
}
.content-section .container .sidebar .item-list .item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.content-section .container .sidebar .item-list .item:hover:before {
  transform: scale(1);
}
.content-section .container .sidebar .item-list .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: calc( 100% - 25px);
  height: 1px;
  background: rgba(204, 204, 204, 0.7);
  transform-origin: left;
  transform: scale(0);
  transition: 0.2s;
}
.content-section .container .sidebar .item-list .item .icon {
  margin-right: 21px;
  min-width: 30px;
  text-align: center;
}
.content-section .container .sidebar .item-list .item .text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
}
.content-section .container .sidebar .item-list .item a.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-section .container .sidebar .item-list .item .sub-menu {
  position: absolute;
  left: 100%;
  top: -40px;
  background: #fff;
  padding: 20px 40px 18px 42px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.content-section .container .sidebar .item-list .item .sub-menu ul {
  list-style: none;
  padding-left: 0;
}
.content-section .container .sidebar .item-list .item .sub-menu ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #565656;
  padding: 13px;
}
.content-section .container .content {
  flex: 1;
  max-width: 100%;
}
.content-section .container .content h2.title {
  text-transform: none;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .content-section .container .content h2.title {
    font-size: 24px;
  }
}
.content-section .container .content .info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #5F5F5F;
  margin-bottom: 25px;
}
.content-section .price-table-btn-wrapper {
  display: flex;
  margin-top: 49px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .content-section .price-table-btn-wrapper {
    flex-direction: column;
  }
}
.content-section .price-table-btn-wrapper .btn {
  border: 1px solid rgba(99, 186, 38, 0.5);
  border-radius: 10px;
  margin: 0 15px;
  padding: 0 37px;
  font-size: 14px;
  text-transform: uppercase;
  color: #63BA26;
  line-height: 59px;
  background: #fff;
  white-space: nowrap;
  transition: 0.2s;
}
.content-section .price-table-btn-wrapper .btn:hover {
  color: #ffffff;
  background: #63BA26;
}
.content-section .price-table-btn-wrapper .btn:hover a {
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .content-section .price-table-btn-wrapper .btn {
    text-align: center;
    max-width: 290px;
    width: 100%;
    margin: 0 auto 16px auto;
    font-size: 12px;
  }
}
.content-section .price-table-btn-wrapper .btn a {
  transition: 0.2s;
  color: #63BA26;
}

.brand-item-list.item-list {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .brand-item-list.item-list {
    padding-bottom: 64px;
  }
}
.brand-item-list.item-list .item {
  background: #FFFFFF;
  border-radius: 10px;
  flex: 1 0 100%;
  max-width: 48%;
  margin-bottom: 30px;
  padding: 35px 58px 37px 55px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .brand-item-list.item-list .item {
    padding: 31px 26px;
  }
}
@media screen and (max-width: 640px) {
  .brand-item-list.item-list .item {
    max-width: 100%;
  }
}
.brand-item-list.item-list .item .image {
  max-width: 68px;
  flex: 1 0 100%;
  margin-right: 33px;
}
@media screen and (max-width: 640px) {
  .brand-item-list.item-list .item .image {
    max-width: 50px;
  }
}
.brand-item-list.item-list .item .image img {
  width: 100%;
  height: auto;
}
.brand-item-list.item-list .item .info .title {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.brand-item-list.item-list .item .info .text {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #565656;
  margin-bottom: 18px;
}
.brand-item-list.item-list .item .model-list {
  display: flex;
  flex-wrap: wrap;
}
.brand-item-list.item-list .item .model-list .model-item {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #565656;
  margin-right: 15px;
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
  margin-bottom: 7px;
}

.model-item-list.item-list {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .model-item-list.item-list {
    padding-bottom: 60px;
  }
}
.model-item-list.item-list .item {
  background: #FFFFFF;
  border-radius: 10px;
  flex: 1 0 100%;
  max-width: 32%;
  margin-bottom: 22px;
  padding: 42px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .model-item-list.item-list .item:hover .image img {
    transform: scale(1.15);
  }
  .model-item-list.item-list .item:hover .info .title a {
    color: #63BA26;
  }
}
@media screen and (max-width: 640px) {
  .model-item-list.item-list .item {
    max-width: 48%;
  }
}
@media screen and (max-width: 440px) {
  .model-item-list.item-list .item {
    max-width: 100%;
  }
}
.model-item-list.item-list .item .image {
  margin-bottom: 24px;
}
.model-item-list.item-list .item .image img {
  max-width: 100%;
  height: auto;
  transition: 0.2s;
}
.model-item-list.item-list .item .info .title {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.model-item-list.item-list .item .info .title a {
  transition: 0.1s;
}

.banner-section.model-banner-section h1.title {
  font-size: 42px;
  line-height: 48px;
}
@media screen and (max-width: 640px) {
  .banner-section.model-banner-section h1.title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 420px) {
  .banner-section.model-banner-section h1.title {
    font-size: 24px;
    line-height: 28px;
  }
}
.banner-section.model-banner-section .content {
  max-width: 620px;
}

.reason-block {
  padding-top: 40px;
}
.reason-block h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  text-transform: none;
  margin-bottom: 68px;
  max-width: 478px;
}
@media screen and (max-width: 640px) {
  .reason-block h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 48px auto;
  }
}
.reason-block .item-list__reason {
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason-block .item-list__reason .item {
  display: flex;
  flex: 1 0 100%;
  max-width: 42%;
  margin-bottom: 68px;
  margin-right: 50px;
}
@media screen and (max-width: 640px) {
  .reason-block .item-list__reason .item {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .reason-block .item-list__reason .item:last-of-type {
    margin-bottom: 0;
  }
}
.reason-block .item-list__reason .item .icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  border-radius: 50%;
  background: #63BA26;
}
@media screen and (max-width: 640px) {
  .reason-block .item-list__reason .item .icon {
    margin-right: 0;
    margin-bottom: 21px;
  }
}
.reason-block .item-list__reason .item .info .label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
  color: #565656;
}
.reason-block .item-list__reason .item .info .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #565656;
}

.additional-sidebar .additional-nav {
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  position: relative;
}
.additional-sidebar .additional-nav .nav-item {
  display: flex;
  align-items: center;
  height: 104px;
  padding: 0 28px 0 24px;
  cursor: pointer;
}
.additional-sidebar .additional-nav .nav-item.active .text {
  font-weight: 400;
  color: #FFFFFF;
}
.additional-sidebar .additional-nav .nav-item .icon {
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.additional-sidebar .additional-nav .nav-item .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #474747;
  transition: 0.7s;
}
.additional-sidebar .additional-nav .bg-pointer {
  position: absolute;
  height: 104px;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.9s;
  background: #63BA26;
  border-radius: 10px;
  z-index: -1;
}

.additional-services-content .content-layout {
  display: none;
}
.additional-services-content .content-layout.active {
  display: block;
}

.calc-top {
  display: none;
  margin-bottom: 55px;
}
.calc-top h2 {
  font-family: "MuseoSansCyrl";
  font-weight: 700;
  font-size: 50px;
  color: #63ba26;
  text-transform: inherit;
  margin-top: -8px;
  line-height: 56px;
  margin-bottom: 29px;
  padding-top: 19px;
}
.calc-top p {
  font-family: "Open Sans", Sans-Serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.prise-mobile-slider {
  display: none;
  margin-top: 46px;
}
@media screen and (max-width: 960px) {
  .prise-mobile-slider {
    display: block;
  }
}
.prise-mobile-slider .slide {
  display: flex;
}
.prise-mobile-slider .slide .image {
  margin-right: 30px;
}
.prise-mobile-slider .slide .content .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 18px;
  font-weight: 500;
}
.prise-mobile-slider .slide .content .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

@media screen and (min-width: 961px) {
  .price .prices-slider-field .gajet-form {
    display: none;
  }
}

.sertificat .slick-dots {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .sertificat .slick-dots {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  #specialists {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #specialists h2 {
    font-size: 38px;
    line-height: 58px;
  }
  #specialists h2 .subhead {
    font-size: 38px;
    line-height: 58px;
  }
}
@media screen and (max-width: 640px) {
  #specialists h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #specialists h2 .subhead {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1200px) {
  #specialists .note {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #specialists .note {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #specialists .slick-dotted.slick-slider {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .specialist {
    border: none;
    padding: 0px 0 20px 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #specialists .specialists .specialist .h {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .specialist .h {
    position: static;
  }
}
@media screen and (max-width: 960px) {
  #specialists .specialists .specialist .h .job-title:before {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .specialist .h .job-title {
    font-size: 16px;
    line-height: 18px;
    height: 61px;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  #specialists .specialists .specialist .h .name {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .specialist .h .name {
    font-size: 28px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1200px) {
  #specialists .specialists .specialist .c {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  #specialists .specialists .specialist .c {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #specialists .specialists .specialist .c .photo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  #specialists .specialists .specialist .c .photo {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .specialist .c .specialties:after {
    content: none !important;
  }
  #specialists .specialists .specialist .c .specialties .work-with {
    margin: 15px 0;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .specialist .c .specs .certificates {
    padding-top: 0px;
  }
  #specialists .specialists .specialist .c .specs .certificates:before {
    width: 100%;
    text-align: left;
    margin-bottom: 22px;
  }
  #specialists .specialists .specialist .c .specs .certificates:after {
    content: none !important;
  }
  #specialists .specialists .specialist .c .specs .certificates .certificate {
    margin: 15px 0;
  }
}
@media screen and (max-width: 640px) {
  #specialists .specialists .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #specialists .btn-wrap {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #service h2 {
    font-size: 36px;
    line-height: 68px;
    font-weight: 600;
  }
  #service h2 .subhead {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #service h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
  }
  #service h2 .services .service {
    margin-top: 55px;
  }
}

#main {
  padding-top: 75px;
}
@media screen and (max-width: 1200px) {
  #main h1 {
    font-size: 52px;
    line-height: 58px;
  }
  #main h1 .subhead {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 640px) {
  #main h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
  }
  #main h1 .subhead {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #main .teaser .phone {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #main .logo-line #logo, #main .logo-line .slogan, #main .logo-line .social, #main .logo-line .tel-block {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #main .logo-line .teaser {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #main .logo-line .teaser .text {
    width: 100%;
	  margin-top: 40px;  
	}
  #main .logo-line .teaser .text > p {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #main .logo-line .teaser .text .cell-block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  #main .logo-line .teaser .text .cell-block .img-cell {
    padding-left: 0;
    width: 100%;
  }
  #main .logo-line .teaser .text .cell-block .img-cell:before {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  #main .logo-line .teaser .text .cell-block .btn-wrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #main .logo-line .teaser .text .cell-block .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  #main .logo-line .teaser .text .cell-block .btn-wrap .btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  #main .logo-line .teaser .text .cell-block .btn-wrap .btn {
    margin-bottom: 15px !important;
  }
}

.review-section.front-review-section {
  padding-bottom: 60px;
}
.review-section.front-review-section .container > .wrapper {
  margin: 0 auto;
}
.review-section.front-review-section .container > .wrapper h2.title {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .windows-open .content {
    width: 100%;
    max-width: 860px;
  }
  .windows-open .content h3 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .windows-open .content .block-comp {
    padding: 0 20px 50px;
  }
  .windows-open .content .company-form {
    padding: 70px 20px 40px 20px;
  }
  .windows-open .content .company-form input[type=tel], .windows-open .content .company-form input[type=text] {
    width: 100%;
  }
  .windows-open .content .company-form .btn {
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0;
    display: block;
    float: none;
  }
  .windows-open .content .company-form span {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin: 15px auto;
  }
}

@media screen and (max-width: 960px) {
  form.darkmatter {
    width: 100%;
    max-width: 860px;
    top: 68px;
    transform: translate(-50%, 0);
    overflow: scroll;
    max-height: calc(100vh - 68px);
    padding-bottom: 30px;
  }
  form.darkmatter h4::before, form.darkmatter h4::after {
    content: none;
  }
  form.darkmatter h3 {
    width: 100%;
  }
  form.darkmatter textarea {
    width: 100%;
  }
  form.darkmatter #ya_id_zayavka_model {
    width: 342px;
  }
}
@media screen and (max-width: 640px) {
  form.darkmatter input[type=tel], form.darkmatter input[type=password], form.darkmatter input[type=text] {
    width: 100%;
    margin: 15px 0;
  }
  form.darkmatter #ya_id_zayavka_model {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  form.darkmatter {
    padding: 60px 20px;
  }
  form.darkmatter .btn {
    padding-left: 66px;
    padding-right: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .price .phone-constructor {
    display: none;
  }

  .calc-top {
    display: block;
  }

  .calc-right > h2, .calc-right > p {
    display: none;
  }
  .calc-right .calc-icon {
    margin-top: 125px;
  }

  .servis-center .servis-center-left,
.servis-center .servis-center-right {
    width: 48%;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
  }
  .servis-center .servis-center-right {
    padding-left: 80px;
  }
  .servis-center h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .servis-center .slick-prev {
    left: calc(50% - 195px );
  }
  .servis-center .slick-next {
    right: calc(50% - 195px );
  }

  #ya_id_buy {
    display: none;
  }

  #selection {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #grey-field .advantages .advantage {
    width: 48%;
  }

  .price .text h2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
  }
  .price .text h2 .subhead {
    font-size: 42px;
    line-height: 48px;
  }

  .calc-left {
    float: none;
    margin: 0 auto;
  }

  .calc-right {
    margin-left: 0;
    width: 100%;
  }
  .calc-right .calc-icon {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .servis-center .servis-center-sl {
    display: none;
  }
  .servis-center h4 {
    display: none;
  }
  .servis-center .preim {
    margin-bottom: 30px;
  }

  .price {
    padding-bottom: 75px;
  }
  .price .prices-slider-field .slick-dotted.slick-slider {
    width: auto;
  }
  .price .prices-slider-field h3 {
    padding-left: 0;
  }
  .price .prices-slider-field h3:before {
    content: none;
  }
  .price .prices-slider-field #pricing-slider {
    display: none;
  }
  .price .prices-slider-field .slide:not(:first-of-type) {
    display: none;
  }
  .price .prices-slider-field .slide.slick-slide {
    display: flex !important;
  }
  .price .dots {
    margin-top: 20px;
  }

  .sertificat.block h2 {
    font-size: 42px;
    line-height: 68px;
  }
  .sertificat.block p.info-sert {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }
  .sertificat.block .slick-dotted.slick-slider {
    width: auto;
  }
}
@media screen and (max-width: 780px) {
  .servis-center .servis-center-left,
.servis-center .servis-center-right {
    width: 100%;
  }
  .servis-center .servis-center-right {
    padding-left: 30px;
    margin-top: 30px;
  }

  .price {
    padding-bottom: 25px;
  }
  .price .prices-slider-field .slide {
    flex-direction: column;
  }
  .price .prices-slider-field .slide .image {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .price .prices-slider-field .slide .image img {
    margin: 0 auto;
  }
  .price .dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .calc-top h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #grey-field .advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #grey-field .advantages .advantage {
    width: auto;
  }

  .price .text h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .price .text h2 .subhead {
    font-size: 28px;
    line-height: 36px;
  }
  .price .text #ya_id_zahvat {
    text-align: center;
  }
  .price .text #ya_id_zahvat h4 {
    text-align: center;
  }
  .price .text #ya_id_zahvat input[type=tel],
.price .text #ya_id_zahvat input[type=password],
.price .text #ya_id_zahvat input[type=text],
.price .text #ya_id_zahvat textarea {
    margin: 15px auto;
    width: 100%;
    max-width: 437px;
  }

  .calc-left {
    background: none;
    width: 100%;
    height: auto;
    padding: 0px 15px 0px 15px;
  }
  .calc-left form {
    background: none;
  }

  .calc-right .calc-icon > span {
    width: 80%;
  }

  .servis-center .servis-center-left,
.servis-center .servis-center-right {
    padding-left: 0;
  }
  .servis-center h2, .servis-center h3 {
    padding-left: 0;
    font-size: 24px;
    line-height: 32px;
  }
  .servis-center h3 {
    margin-top: 48px;
  }
  .servis-center .preim {
    margin-bottom: 60px;
  }

  .price .prices-slider-field h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .price .prices-slider-field h3 .subhead {
    font-size: 24px;
    line-height: 32px;
    display: inline;
  }

  .sertificat.block {
    padding: 60px 0;
  }
  .sertificat.block h2 {
    font-size: 24px;
    line-height: 68px;
    margin-top: 0;
  }
  .sertificat.block p.info-sert {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 45px;
  }

  #grey-field {
    padding-bottom: 0;
  }

  .calculator {
    padding-bottom: 0;
  }

  .price .blue-field {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  .price .text input.btn#ya_id_zahvat_send {
    padding-left: 20px;
    width: 100%;
    font-size: 13px;
    background-image: none;
  }

  #grey-field .advantages .advantage {
    width: 100%;
  }

  .calc-left {
    padding: 0;
  }
  .calc-left form {
    padding: 0;
  }

  .calc-right .calc-icon {
    margin-top: 30px;
  }
  .calc-right .calc-icon > span {
    width: 90%;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    width: 100%;
  }
}