@charset "UTF-8";
/* работа с CSS3 */
@import url(oftenused/reset.css);
@import url(oftenused/dim.css);

.grecaptcha-badge {
  opacity: 0;
}

html, body {
  height: auto;
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.upper- {
  font-size: 80%;
  top: -.45em;
  position: relative;
}

.usn * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  width: 100%;
  font-family: "open-sans",sans-serif;
  color: #636463;
  min-height: 100%;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  min-width: 320px;
}

body.no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #1c2524;
}

body.no-scroll .page-body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

body.no-scroll .footer-wrapper {
  height: 0;
  overflow: hidden;
}

a {
  color: #636463;
  text-decoration: none;
}

strong,
b,
.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.page-body {
  position: relative;
  min-width: 320px;
  z-index: 2;
  min-height: 100%;
}

.page {
  min-width: 320px;
  overflow: hidden;
  padding-top: 80px;
}

.base-width {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.base-width.inner- {
  max-width: 1169px;
}

.inner-page {
  background: #fafafa;
  padding-top: 74px;
  padding-bottom: 59px;
}

.inner-page h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.page-path {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 31px;
  text-align:left;
}

.page-path span {
  font-weight: 600;
}

.col {
  float: left;
  min-height: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-show {
  display: none;
}

@media screen and (max-width: 1000px) {
  .page-path {
    font-size: 16px;
    font-weight: 400;
    margin: 0 12px 14px;
  }
  .page-path a, .page-path i {
    display: none;
  }
  .page-path span {
    font-size: 16px;
    font-weight: 600;
  }
  .inner-page {
    padding-top: 34px;
    padding-bottom: 11px;
  }
  .inner-page h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 21px;
    padding: 0 15px;
  }
  body {
    font-size: 16px;
    color: #636463;
    font-weight: 600;
  }
  .page {
    padding-top: 50px;
  }
  a {
    color: #636463;
  }
  .half-base-width {
    max-width: 100%;
    display: block;
    padding: 0 24px;
  }
  .base-width {
    padding: 0 24px;
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-hidden-soft {
    display: none;
  }
  .mobile-show {
    display: block !important;
  }
}

/* работа с CSS3 */
.button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  border: 3px solid #fff;
  color: #fff;
  font-family: "open-sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  padding: 8px 24px;
  background: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.button.black {
  border-color: #000;
  color: #000;
}

.button.orange {
  height: 40px;
  border-radius: 100px;
  border: 2px solid #ec952d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ec952d;
  min-width: 160px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 9px;
}

@media screen and (max-width: 1000px) {
  .button {
    border: 2px solid #fff;
    color: #fff;
    font-family: "open-sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 8px 20px;
    background: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .button.black {
    border-color: #000;
    color: #000;
  }
}

/* работа с CSS3 */
.header {
  padding: 19px 0;
  height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  background: #FAFAFA;
  z-index: 100;
  top: 0;
  transition: top .2s linear;
}

.header.fixed-header {
  border-bottom: 2px solid #f2f2f2;
}

.header.scrolled-bottom {
  top: -85px;
}

.header .logo {
  display: block;
  width: 215px;
  height: 68px;
  background: url(../images/logo.svg) left center/contain no-repeat;
  position: relative;
  top: -13px;
}

.header .h-left {
  float: left;
}

.header .h-right {
  float: right;
}

.header .h-center {
  margin: 0 207px 0 235px;
  text-align: right;
}

.header .phone {
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #ec952d;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ec952d;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 6px;
}

.site-nav {
  list-style: none;
  padding: 10px 0;
}

.site-nav .nav-item {
  display: inline-block;
  padding: 0 2.2%;
}

.site-nav .nav-item a {
  font-size: 14px;
  text-transform:uppercase;
}

.site-nav .nav-item.active a {
  color: #ec952d;
}

.popup-menu {
  position: fixed;
  right: 100%;
  top: 0;
  background: #ec952d;
  -webkit-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -kthtml-transition: right 0.2s linear;
  transition: right 0.2s linear;
  z-index: 100;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.popup-menu.active {
  right: 0;
}

.popup-menu .top- {
  padding: 78px 22px 2px;
  margin-bottom: 10px;
  text-align: center;
}

.popup-menu .close {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 36px;
  left: 31px;
  background: url(../images/cose_whtie.svg) 0 0/100% 100% no-repeat;
}

.popup-menu .menu-phone {
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: 45px;
  border-radius: 100px;
  border: 2px solid #fff;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: none !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 8px;
}

.popup-menu .menu-scroll {
  clear: both;
  overflow-y: auto;
  height: 100%;
}

.popup-menu .menu-scroll .popup-menu-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100%;
  padding: 10px 10px 177px 10px;
}

.popup-menu .menu-scroll .popup-menu-wrapper .site-nav {
  list-style: none;
}

.popup-menu .menu-scroll .popup-menu-wrapper .site-nav .nav-item {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.popup-menu .menu-scroll .popup-menu-wrapper .site-nav .nav-item a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.popup-menu .social-links-list a.ok- {
  background: url(../images/icons/ok_white.svg) 0 0/100% auto no-repeat;
}

.popup-menu .social-links-list a.vk- {
  background: url(../images/icons/vk_white.svg) 0 0/100% auto no-repeat;
}

.popup-menu .social-links-list a.insta- {
  background: url(../images/icons/insta_white.svg) 0 0/100% auto no-repeat;
}

@media screen and (max-width: 1000px) {
  .popup-menu .top- {
    padding: 30px 22px 2px;
    margin-bottom: 10px;
    text-align: center;
  }
  .popup-menu .menu-scroll .popup-menu-wrapper {
    padding: 10px 10px 100px 10px;
  }
  .header {
    padding: 4px 0;
    height: 50px;
  }
  .header .logo {
    display: inline-block;
    width: 107px;
    height: 33px;
    position: relative;
    top: 4px;
  }
  .header .h-left {
    float: none;
    text-align: center;
  }
  .header .h-right {
    float: right;
  }
  .header .h-center {
    display: none;
  }
  .header .phone {
    position: absolute;
    right: 15px;
    border: none;
    text-indent: -2000px;
    height: 18px;
    width: 18px;
    top: 15px;
    padding-top: 0;
    float: none;
    background: url(../images/icons/phone.svg) 0 0/100% auto no-repeat;
    min-width: 10px;
  }
  .header .mobile-menu-show {
    position: absolute;
    left: 16px;
    border: none;
    text-indent: -2000px;
    height: 18px;
    width: 18px;
    top: 19px;
    padding-top: 0;
    float: none;
    background: url(../images/icons/burger.svg) 0 0/100% auto no-repeat;
  }
}

@media screen and (max-width: 500px) {
  .popup-menu .top- {
    padding: 78px 22px 2px;
    margin-bottom: 10px;
    text-align: center;
  }
  .popup-menu .menu-scroll .popup-menu-wrapper {
    padding: 10px 10px 177px 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-arrow {
  display: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin-right: -3px;
  padding: 19px 0 0;
}

.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}

.slick-dots li.slick-active button {
  background-color: #ec952d;
}

.slick-dots button {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0;
  text-indent: -3000px;
  height: 16px;
  width: 16px;
  outline: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
}

.work-slider {
  height: 350px;
  overflow: hidden;
}

.work-slider.slick-initialized {
  height: auto;
  overflow: visible;
}

.work-slider .slide {
  cursor: move;
}

.work-slider .control {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .slick-dots li {
    display: inline-block;
    margin-right: 8px;
  }
  .slick-dots button {
    height: 13px;
    width: 13px;
  }
}

.footer {
  padding: 166px 0 30px;
  position: relative;
}

.footer .col-center {
  float: none;
  margin: 0 400px 0 474px;
  overflow: hidden;
}

.footer .col-right {
  float: right;
  width: 300px;
}

.footer .col-left {
  width: 350px;
  padding-left: 90px;
}

.footer .col-left .requisites {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.footer .site-nav {
  list-style: none;
  padding: 0;
}

.footer .site-nav li {
  margin-bottom: 13px;
  display: block;
}

.footer .site-nav li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .rubric-footer-block {
  float: left;
  width: 145px;
  margin-right: 91px;
}

.footer .rubric-footer-block:last-child {
  margin-right: 0;
}

.footer .rubric-footer-block .title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.footer .rubric-footer-block .children .rubrics-list {
  list-style: none;
}

.footer .rubric-footer-block .children li {
  margin-bottom: 19px;
}

.footer .rubric-footer-block .children li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.footer .copy-right {
  text-align: center;
  color: #cbcbcb;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  padding: 24px 0 15px;
}

.footer .footer-logo {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 50px;
  width: 52px;
  height: 66px;
  background: url(../images/logo.mini.svg) 0 0/100% auto no-repeat;
}

.social-links-list {
  list-style: none;
  padding: 27px 0;
}

.social-links-list li {
  margin-right: 3px;
  display: inline-block;
}

.social-links-list a {
  height: 28px;
  width: 28px;
  display: block;
}

.social-links-list a.ok- {
  background: url(../images/icons/ok.svg) 0 0/100% auto no-repeat;
}

.social-links-list a.vk- {
  background: url(../images/icons/vk.svg) 0 0/100% auto no-repeat;
}

.social-links-list a.insta- {
  background: url(../images/icons/insta.svg) 0 0/100% auto no-repeat;
}

@media screen and (max-width: 1000px) {
  .up-button {
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    height: 50px;
    width: 50px;
    background: url(../images/icons/mobile_up.svg) 0 0/100% 100% no-repeat;
    transform: rotate(90deg);
  }
  .footer {
    padding: 154px 0 30px;
    position: relative;
    color: #9b9b9b;
  }
  .footer a {
    color: #9b9b9b;
  }
  .footer .col-center {
    float: none;
    margin: 0 400px 0 474px;
    overflow: hidden;
  }
  .footer .col-right {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 31px;
  }
  .footer .col-left {
    width: auto;
    padding-left: 0;
    text-align: center;
  }
  .footer .col-left .requisites {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }
  .footer .site-nav {
    list-style: none;
    padding: 0;
    text-align: center;
  }
  .footer .site-nav li {
    margin-bottom: 12px;
    display: block;
  }
  .footer .site-nav li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .footer .rubric-footer-block {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .footer .rubric-footer-block:last-child {
    margin-right: 0;
  }
  .footer .rubric-footer-block .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
  }
  .footer .rubric-footer-block .children .rubrics-list {
    list-style: none;
  }
  .footer .rubric-footer-block .children li {
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .footer .rubric-footer-block .children li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }
  .footer .copy-right {
    text-align: center;
    color: #cbcbcb;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    padding: 29px 0 15px;
    margin: 0 auto;
    max-width: 190px;
  }
  .footer .footer-logo {
    top: 59px;
    background: url(../images/logo_grey.mini.svg) 0 0/100% auto no-repeat;
  }
  .social-links-list {
    list-style: none;
    padding: 36px 0 2px;
  }
  .social-links-list li {
    margin-right: 3px;
    display: inline-block;
  }
  .studio {
    text-align: center;
    padding: 20px 0;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
  }
  .studio a {
    display: inline-block;
    height: 26px;
    width: 100px;
    background: url(../images/rocket.svg) 0 0/100% auto no-repeat;
    position: relative;
    top: 6px;
  }
}

.slider-section {
  height: 560px;
  overflow: hidden;
}

.slider-section .top-slider .slide {
  height: 560px;
  width: 100%;
  cursor: move;
  background-size: cover;
  background-position: 50%;
}

.slider-section .slick-dots {
  position: absolute;
  left: 9px;
  bottom: 24px;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .slider-section {
    height: 419px;
    overflow: hidden;
  }
  .slider-section .top-slider .slide {
    height: 419px;
    width: 100%;
    cursor: move;
    background-size: cover;
    background-position: 50%;
  }
  .slider-section .slick-dots {
    position: absolute;
    left: 4px;
    bottom: 15px;
    z-index: 10;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .slider-section {
    height: 146px;
  }
  .slider-section .top-slider .slide {
    height: 146px;
  }
}

.overview-list {
  list-style: none;
  white-space: nowrap;
  text-align: center;
  margin-left: 14%;
}

.overview-list li {
  display: inline-block;
  white-space: normal;
  text-align: left;
  padding: 0 0 0 60px;
  position: relative;
  margin-right: 30px;
}

.overview-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.overview-list li .title- {
  color: #636463;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 14px;
}

.overview-list li .description {
  color: #636463;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.overview-list li.item-1 {
  width: 248px;
}

.overview-list li.item-1:before {
  background: url(../images/icons/manufacture.svg) 0 0/100% auto no-repeat;
  width: 58px;
  height: 50px;
  left: -16px;
  top: 6px;
}

.overview-list li.item-2 {
  width: 260px;
}

.overview-list li.item-2:before {
  background: url(../images/icons/opt.svg) 0 0/100% auto no-repeat;
  width: 25px;
  height: 52px;
  left: 16px;
  top: 3px;
}

.overview-list li.item-3 {
  width: 340px;
  margin-right: 0;
}

.overview-list li.item-3:before {
  background: url(../images/icons/delivery.svg) 0 0/100% auto no-repeat;
  width: 59px;
  height: 40px;
  left: -18px;
  top: 7px;
}

.root-overview-section {
  background: #fafafa;
  padding: 43px 0 39px;
}

@media screen and (max-width: 1000px) {
  .root-overview-section {
    background: #fafafa;
    padding: 20px 0 35px;
  }
  .overview-list {
    list-style: none;
    white-space: normal;
    text-align: center;
    margin: 0 66px 0;
  }
  .overview-list li {
    display: block;
    white-space: normal;
    text-align: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 9px;
    padding-top: 92px;
  }
  .overview-list li:before {
    left: 50%;
  }
  .overview-list li .title- {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .overview-list li .description {
    font-size: 16px;
    font-weight: 400;
  }
  .overview-list li.item-1 {
    width: auto;
  }
  .overview-list li.item-1:before {
    background: url(../images/icons/manufacture.svg) 0 0/100% auto no-repeat;
    width: 58px;
    height: 50px;
    left: 50%;
    top: 16px;
    margin-left: -29px;
  }
  .overview-list li.item-2 {
    width: auto;
  }
  .overview-list li.item-2:before {
    background: url(../images/icons/opt.svg) 0 0/100% auto no-repeat;
    width: 25px;
    height: 52px;
    left: 50%;
    top: 15px;
    margin-left: -12px;
  }
  .overview-list li.item-3 {
    width: auto;
  }
  .overview-list li.item-3:before {
    background: url(../images/icons/delivery.svg) 0 0/100% auto no-repeat;
    width: 59px;
    height: 40px;
    left: 50%;
    margin-left: -30px;
    top: 24px;
  }
}

.root-rubrics-section {
  padding: 51px 0 0;
}

.root-rubrics-section .rubric-block {
  margin-bottom: 30px;
  padding: 20px 0 3px;
  position: relative;
}

.root-rubrics-section .rubric-block:last-child:before {
  display: none;
  margin-bottom: 0;
}

.root-rubrics-section .rubric-block:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #ec952d;
  content: '';
  margin-left: -30px;
}

.root-rubrics-section .rubric-block .title {
  padding-left: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  float: left;
  font-size: 18px;
  font-weight: 400;
}

.root-rubrics-section .rubric-block .children {
  margin-left: 32%;
}

.root-rubrics-section .rubric-block .children .rubrics-list {
  list-style: none;
}

.root-rubrics-section .rubric-block .children .rubrics-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 49px 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
}

.root-rubrics-section .rubric-block .children .rubrics-list li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .root-rubrics-section {
    padding: 13px 0 0;
  }
  .root-rubrics-section .rubric-block {
    margin-bottom: 11px;
    padding: 20px 0 3px;
    position: relative;
  }
  .root-rubrics-section .rubric-block:last-child {
    padding-bottom: 0;
  }
  .root-rubrics-section .rubric-block:last-child:before {
    display: none;
    margin-bottom: 0;
  }
  .root-rubrics-section .rubric-block:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 38px;
    height: 2px;
    background-color: #ec952d;
    content: '';
    margin-left: -19px;
  }
  .root-rubrics-section .rubric-block .title {
    padding-left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: none;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 34px;
  }
  .root-rubrics-section .rubric-block .children {
    margin-left: 0;
  }
  .root-rubrics-section .rubric-block .children .rubrics-list {
    list-style: none;
    margin: 0 14px;
  }
  .root-rubrics-section .rubric-block .children .rubrics-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 33px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    width: 49%;
  }
  .root-rubrics-section .rubric-block .children .rubrics-list li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
}

.root-about-section {
  background: #fafafa;
  padding: 57px 0 19px;
  margin-top: -10px;
}

.about-list {
  list-style: none;
}

.about-list .about-list-item .ww {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-list .about-list-item .col-1,
.about-list .about-list-item .col-2 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  float: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: auto;
}

.about-list .about-list-item .col-1 {
  width: 55%;
}

.about-list .about-list-item .col-1 .flex-wrapper {
  padding: 20px 85px 25px 40px;
}

.about-list .about-list-item .col-1 h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 29px;
}

.about-list .about-list-item .col-1 .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.about-list .about-list-item .col-2 {
  width: 45%;
}

.about-list .about-list-item .col-2 .flex-wrapper {
  padding: 20px 50px 25px 89px;
}

.about-list .about-list-item:nth-child(even) .ww {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-list .about-list-item:nth-child(even) .col-1 .flex-wrapper {
  padding: 20px 50px 25px 89px;
}

.about-list .about-list-item:nth-child(even) .col-2 .flex-wrapper {
  padding: 20px 80px 25px 59px;
}

.about-list .about-list-item .flex-wrapper {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-list .about-list-item .img- {
  height: 320px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.about-list .about-list-item .img- img {
  max-height: 320px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .root-about-section {
    background: #fafafa;
    padding: 30px 0 11px;
    margin-top: -11px;
  }
  .about-list {
    list-style: none;
    margin: 0 10px;
  }
  .about-list .about-list-item {
    display: block;
    margin-bottom: 6px;
    text-align: center;
  }
  .about-list .about-list-item .ww {
    display: block;
  }
  .about-list .about-list-item .col-1,
  .about-list .about-list-item .col-2 {
    display: block;
  }
  .about-list .about-list-item .col-1 {
    width: 100%;
    padding-top: 18px;
  }
  .about-list .about-list-item .col-1 .flex-wrapper {
    padding: 20px 0 25px 0;
  }
  .about-list .about-list-item .col-1 h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .about-list .about-list-item .col-1 .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 21px;
  }
  .about-list .about-list-item .col-1 .show-more {
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
  }
  .about-list .about-list-item .col-2 {
    width: 100%;
    display: none;
  }
  .about-list .about-list-item:nth-child(even) .ww {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about-list .about-list-item:nth-child(even) .col-1 .flex-wrapper {
    padding: 20px 0 25px 0;
  }
  .about-list .about-list-item .flex-wrapper {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-list .about-list-item .img- {
    height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

.root-articles-section {
  padding: 75px 0 70px;
}

.root-articles-section h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 29px;
  padding-left: 90px;
  text-align:center;
}

@media screen and (max-width: 1000px) {
  .root-articles-section {
    padding: 33px 0 1px;
  }
  .root-articles-section h2 {
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 0;
    text-align: center;
  }
  .articles-list {
    list-style: none;
    margin: 0 8px 0;
  }
  .articles-list .article {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    line-height: 21px;
    margin-bottom: 35px;
    text-align: center;
  }
  .articles-list .article .title- {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 23px;
  }
  .articles-list .article .content- {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
    line-height: 21px;
  }
  .articles-list .article .read-more a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .paginator span, .paginator a {
    margin: 0 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
  }
}

.contacts-section {
  padding: 75px 0 72px;
  background: #3a3a3a;
  color: #fff;
}

.contacts-section .col-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 31px;
}

.contacts-section .col-1 {
  width: 50%;
  padding-left: 90px;
  padding-right: 66px;
}

.contacts-section .col-2 {
  width: 50%;
  padding-left: 70px;
  padding-right: 80px;
  float: right;
}

.contacts-section .col-2 .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 22px;
}

.contacts-section .contacts-box {
  margin-bottom: 10px;
}

.contacts-section .contacts-box .title- {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 1px;
}

.contacts-section .contacts-box .content- {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contacts-section .map-wrapper {
  height: 300px;
  margin: 28px 0 25px;
  background: #fff;
}

.contacts-section .map-wrapper > div {
  height: 100%;
}

.contacts-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.contacts-form .form-row {
  margin-bottom: 21px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.contacts-form .form-row ::-webkit-input-placeholder {
  color: #9b9b9b;
}

.contacts-form .form-row ::-moz-placeholder {
  color: #9b9b9b;
}

.contacts-form .form-row :-moz-placeholder {
  color: #9b9b9b;
}

.contacts-form .form-row :-ms-input-placeholder {
  color: #9b9b9b;
}

.contacts-form .form-row textarea,
.contacts-form .form-row input {
  padding: 2px 21px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-family: 'open-sans', 'sans-serif';
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  height: 50px;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contacts-form .form-row textarea {
  height: 155px;
  padding: 12px 22px;
}

.contacts-form .button {
  width: 100%;
  position: relative;
  margin-top: -10px;
  border-radius: 0;
  text-align: center;
}

.success-form-message {
  box-sizing: border-box;
  display: none;
  padding: 0 0 20px;
  color: #fff;
  text-align: center;
  margin-top: -10px;
}

.success-form-message .icon {
  background: url(../images/checked.svg) 0 0/100% 100% no-repeat;
  height: 98px;
  width: 98px;
  margin: 223px auto 28px;
}

.success-form-message .text {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
}

.success-form-message.grey .icon {
  background: url(../images/checked_grey.svg) 0 0/100% 100% no-repeat;
  margin-top: 38px;
}

.success-form-message.grey .text {
  color: #9b9b9b;
}

.contacts .content- {
  max-width: 500px;
}

.contacts .content- .contacts-box {
  margin-bottom: 34px;
}

.contacts .content- .contacts-box .title- {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 1px;
}

.contacts .content- .contacts-box .content- {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contacts .content- .map-wrapper {
  height: 300px;
  margin: 28px 0 25px;
  background: #fff;
}

.contacts .content- .map-wrapper > div {
  height: 100%;
}

.contacts .content- .top- {
  margin-bottom: 34px;
}

.contacts .content- .bottom- {
  padding-top: 25px;
}

.contacts .content- .bottom- .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.contacts .content- .bottom- h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 11px;
}

.contacts .content- .bottom- .contacts-form .button {
  border: 3px solid #e3e3e3;
  font-size: 16px;
  font-weight: 600;
  color: #9b9b9b;
}

@media screen and (max-width: 1000px) {
  .success-form-message {
    padding: 0 0 20px;
  }
  .success-form-message .icon {
    background: url(../images/checked.svg) 0 0/100% 100% no-repeat;
    height: 98px;
    width: 98px;
    margin: 40px auto 28px;
  }
  .success-form-message br {
    display: none;
  }
  .success-form-message .text {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
  }
  .contacts-section {
    padding: 33px 0 37px;
  }
  .contacts-section .col-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 23px;
    text-align: center;
  }
  .contacts-section .col-1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .contacts-section .col-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-bottom: 38px;
  }
  .contacts-section .col-2 .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 27px;
    text-align: center;
  }
  .contacts-section .contacts-box {
    margin-bottom: 23px;
    text-align: center;
    padding-top: 1px;
  }
  .contacts-section .contacts-box span {
    display: block;
  }
  .contacts-section .contacts-box .title- {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 1px;
  }
  .contacts-section .contacts-box .content- {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }
  .contacts-section .map-wrapper {
    height: 183px;
    margin: 34px 8px 21px;
  }
  .contacts-section .map-wrapper > div {
    height: 100%;
  }
  .contacts-form .form-row {
    margin-bottom: 10px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .contacts-form .form-row ::-webkit-input-placeholder {
    color: #9b9b9b;
  }
  .contacts-form .form-row ::-moz-placeholder {
    color: #9b9b9b;
  }
  .contacts-form .form-row :-moz-placeholder {
    color: #9b9b9b;
  }
  .contacts-form .form-row :-ms-input-placeholder {
    color: #9b9b9b;
  }
  .contacts-form .form-row textarea,
  .contacts-form .form-row input {
    outline: none;
  }
  .contacts-form .form-row textarea {
    height: 151px;
    padding: 12px 22px;
  }
  .contacts-form .button {
    width: 100%;
    position: relative;
    margin-top: -6px;
    border-radius: 0;
    text-align: center;
    display: block;
  }
  .contacts .content- {
    max-width: 500px;
    text-align: center;
  }
  .contacts .content- .contacts-box {
    margin-bottom: 34px;
    padding-left: 15px;
  }
  .contacts .content- .contacts-box .title- {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 1px;
  }
  .contacts .content- .contacts-box .content- {
    font-size: 16px;
    line-height: 21px;
  }
  .contacts .content- .map-wrapper {
    height: 300px;
    margin: 28px 0 25px;
    background: #fff;
  }
  .contacts .content- .map-wrapper > div {
    height: 100%;
  }
  .contacts .content- .top- {
    margin-bottom: 34px;
  }
  .contacts .content- .top- h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 27px;
    padding-left: 15px;
  }
  .contacts .content- .bottom- {
    margin-bottom: 39px;
  }
  .contacts .content- .bottom- .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px;
    white-space: normal;
    padding-left: 15px;
  }
  .contacts .content- .bottom- h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 27px;
    margin-top: -24px;
    padding-left: 15px;
  }
  .contacts .content- .bottom- .contacts-form .button {
    border: 3px solid #e3e3e3;
    font-size: 16px;
    font-weight: 600;
    color: #9b9b9b;
    text-align: center;
    display: block;
  }
}

.inner-page.catalogue .left-col {
  width: 280px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.inner-page.catalogue .left-col h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}

.inner-page.catalogue .right-col {
  float: none;
  margin-left: 329px;
}

.inner-page.catalogue .right-col h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 24px;
}

.products-list {
  list-style: none;
  margin-right: -11px;
}

.products-list .product-item {
  margin-bottom: 29px;
  box-shadow: 0 1px 4px 1px #f0f0f0;
  overflow: hidden;
  background-color: #ffffff;
  padding: 62px 77px 62px 40px;
}

.products-list .product-item .col-1 {
  width: 230px;
}

.products-list .product-item .col-1 .img {
  width: 230px;
  height: 230px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.products-list .product-item .col-1 .img img {
  max-width: 230px;
  max-height: 230px;
  display: block;
}

.products-list .product-item .col-2 {
  float: none;
  margin-left: 271px;
}

.products-list .product-item .col-2 .title- {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.products-list .product-item .col-2 .description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.catalogue-nav {
  padding: 44px 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
}

.catalogue-nav .top- {
  margin-bottom: 30px;
}

.catalogue-nav .top- .all-products {
  color: #ec952d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.catalogue-nav .catalogue-nav-block {
  margin-bottom: 30px;
}

.catalogue-nav .catalogue-nav-block .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.catalogue-nav .catalogue-nav-block .children .rubrics-list {
  list-style: none;
}

.catalogue-nav .catalogue-nav-block .children .rubrics-list li {
  margin-bottom: 20px;
}

.catalogue-nav .catalogue-nav-block .children .rubrics-list span,
.catalogue-nav .catalogue-nav-block .children .rubrics-list a {
  font-size: 18px;
  font-weight: 400;
}

.catalogue-nav .catalogue-nav-block .children .rubrics-list span {
  color: #ec952d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.catalogue-show-block {
  box-shadow: 0 1px 4px 1px #f0f0f0;
  background-color: #ffffff;
  padding: 60px 40px;
  margin-right: -13px;
  margin-bottom: 37px;
}

.catalogue-show-block .col-1 {
  width: 230px;
}

.catalogue-show-block .col-1 .img {
  width: 230px;
  height: 230px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 41px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.catalogue-show-block .col-1 .img img {
  max-width: 230px;
  max-height: 230px;
  display: block;
}

.catalogue-show-block .col-1 .request- {
  text-align: center;
}

.catalogue-show-block .col-1 .request- .button {
  padding: 8px 17px;
}

.catalogue-show-block .col-2 {
  float: none;
  margin-left: 271px;
}

.catalogue-show-block .description {
  font-size: 18px;
  font-weight: 400;
}

.catalogue-show-block .description ol {
  text-align: left;
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}

.catalogue-show-block .description ul {
  text-align: left;
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}

.catalogue-show-block .description p {
  font-size: 18px;
  font-weight: 400;
}

.catalogue-show-block .description h2, .catalogue-show-block .description h1, .catalogue-show-block .description h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 35px;
}

.similar-products {
  padding: 27px 0 0;
  margin-bottom: -11px;
}

.similar-products h2 {
  text-align: center;
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .inner-page.catalogue .left-col {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .inner-page.catalogue .left-col h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    padding: 0 15px;
  }
  .inner-page.catalogue .right-col {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .inner-page.catalogue .right-col h2 {
    font-size: 16px;
    padding: 15px 0 15px 12px;
    margin-bottom: -1px;
  }
  .products-list {
    list-style: none;
    margin-right: 0;
    margin: 0 10px;
  }
  .products-list .product-item {
    margin-bottom: 29px;
    box-shadow: 0 1px 4px 1px #f0f0f0;
    overflow: hidden;
    background-color: #ffffff;
    padding: 21px 36px 41px 36px;
  }
  .products-list .product-item .col-1 {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .products-list .product-item .col-1 .img {
    width: 100%;
    height: 230px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .products-list .product-item .col-1 .img img {
    max-width: 230px;
    max-height: 230px;
    display: inline-block;
  }
  .products-list .product-item .col-2 {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .products-list .product-item .col-2 .title- {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }
  .products-list .product-item .col-2 .description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 29px;
    line-height: 22px;
  }
  .products-list .product-item .col-2 .details {
    text-align: center;
  }
  .products-list .product-item .col-2 .details .button {
    font-size: 16px;
    height: 44px;
  }
  .catalogue-nav {
    padding: 33px 26px 0;
  }
  .catalogue-nav .top- {
    margin-bottom: 32px;
    text-align: center;
  }
  .catalogue-nav .top- .all-products {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
  }
  .catalogue-nav .catalogue-nav-block {
    margin-bottom: 2px;
  }
  .catalogue-nav .catalogue-nav-block:first-child .children .rubrics-list {
    margin-right: 0; text-align: center;
  }
  .catalogue-nav .catalogue-nav-block .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
  }
  .catalogue-nav .catalogue-nav-block .children .rubrics-list {
    margin-right: -25px;
  }
  .catalogue-nav .catalogue-nav-block .children .rubrics-list li {
    margin-bottom: 32px;
    display: inline-block;
    width: 49%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .catalogue-nav .catalogue-nav-block .children .rubrics-list span,
  .catalogue-nav .catalogue-nav-block .children .rubrics-list a {
    font-size: 16px;
    font-weight: 400;
  }
  .catalogue-nav .catalogue-nav-block .children .rubrics-list span {
    color: #ec952d;
    font-size: 16px;
  }
  .catalogue-show-block {
    box-shadow: 0 1px 4px 1px #f0f0f0;
    background-color: #ffffff;
    padding: 30px 33px;
    margin: 0 12px 20px;
  }
  .catalogue-show-block .col-1 {
    width: auto; float: none;
  }
  .catalogue-show-block .col-1 .img {
    width: auto;
    height: 230px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .catalogue-show-block .col-1 .img img {
    max-width: 100%;
    max-height: 230px;
    display: inline-block;
  }
  .catalogue-show-block .col-1 .request- {
    text-align: center;
  }
  .catalogue-show-block .col-1 .request- .button {
    padding: 8px 17px;
  }
  .catalogue-show-block .col-2 {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .catalogue-show-block .description {
    font-size: 16px;
    line-height: 22px;
  }
  .catalogue-show-block .description ol {
    text-align: left;
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }
  .catalogue-show-block .description ul {
    text-align: left;
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }
  .catalogue-show-block .description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .catalogue-show-block .description h2, .catalogue-show-block .description h1, .catalogue-show-block .description h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 21px;
  }
  .catalogue-show-block .description .request- {
    text-align: center;
    padding: 27px 0 14px;
  }
  .catalogue-show-block .description .request- .button {
    height: 44px;
    font-size: 16px;
  }
  .similar-products {
    padding: 27px 0 0;
    margin-bottom: 0;
  }
  .similar-products h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    padding: 0 15px;
  }
}

.wide-map-block {
  width: 100%;
  height: 310px;
  margin-bottom: 32px;
}

.addresses-block .region-block {
  margin-bottom: 26px;
}

.addresses-block .region-block .title {
  margin-bottom: 23px;
}

.addresses-block .region-address-list {
  list-style: none;
}

.addresses-block .region-address-list .region-address-item {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  margin-right: 8%;
  margin-bottom: 30px;
}

.addresses-block .region-address-list .region-address-item .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 3px;
}

.addresses-block .region-address-list .region-address-item .show-on-map a {
  text-decoration: underline;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .wide-map-block {
    width: auto;
    height: 420px;
    margin: 24px -25px 25px;
  }
  .addresses-block .region-block {
    margin-bottom: 22px;
  }
  .addresses-block .region-block .title {
    margin-bottom: 20px;
  }
  .addresses-block .region-address-list {
    list-style: none;
  }
  .addresses-block .region-address-list .region-address-item {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin-right: 8%;
    margin-bottom: 15px;
  }
  .addresses-block .region-address-list .region-address-item .info {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 3px;
  }
  .addresses-block .region-address-list .region-address-item .show-on-map a {
    text-decoration: underline;
    font-weight: 400;
  }
}

.delivery .page-content {
  line-height: 30px;
  margin-top: -3px;
  font-weight: 400;
  margin-bottom: -24px;
  padding-right: 10%;
}

.delivery .page-content h1,
.delivery .page-content h2 {
  font-size: 18px;
  padding-top: 2px;
  font-weight: 600;
}

.delivery .page-content a {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .delivery {
    text-align: center;
  }
  .delivery .page-content {
    line-height: 21px;
    margin-top: 23px;
    font-weight: 400;
    margin-bottom: -2px;
    padding: 0 15px;
  }
  .delivery .page-content h1,
  .delivery .page-content h2 {
    font-size: 16px;
    padding-top: 2px;
    font-weight: 600;
  }
  .delivery .page-content a {
    text-decoration: underline;
  }
}
