@charset "UTF-8";
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 16px/30px "Roboto", sans-serif;
  color: #333;
  min-width: 360px;
  font-weight: 300;
}

body {
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rootWrap:after {
  clear: both;
  content: "";
  display: table;
}
.rootWrap header,
.rootWrap main,
.rootWrap footer {
  display: table-row;
  height: 1px;
}
.rootWrap main {
  height: 100%;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}
.wrap.t2 {
  max-width: 1620px;
}
.wrap.t3 {
  max-width: 1920px;
  padding: 0;
}
.wrap.t4 {
  margin: 20px auto 40px;
}
.wrap > img,
.wrap p > img {
  max-width: 100%;
}

.relWrap {
  width: 100%;
  position: relative;
}

.cnt-wrap {
  padding: 30px 0;
  max-width: 1320px;
  margin: 0 auto;
}
.cnt-wrap .aside-menu {
  margin-top: 0;
}
.cnt-wrap .aside-menu + .aside-menu {
  margin-top: 20px;
}
.cnt-wrap p > img,
.cnt-wrap > img {
  max-width: 100%;
}
.cnt-wrap > *:first-child {
  margin-top: 0 !important;
}
.cnt-wrap > *:last-child {
  margin-bottom: 0 !important;
}

.h50 {
  height: 50px;
}

.main-page {
  background: #f8f8f8;
}

/*  .header-fixed{
    box-shadow: none;
  }*/
.header {
  height: 100px;
}
.header-fixed {
  position: fixed;
  width: 100%;
  min-width: 360px;
  z-index: 4;
  background: #fff;
  box-shadow: 0 1px 0 0 #f5f3f1;
}
.header-top {
  height: 100px;
  background-color: #fff;
}
.header-top-col {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom {
  display: flex;
  margin-bottom: 10px;
}

.contacts {
  display: flex;
  line-height: 1.75;
}
.contacts > div:first-child {
  min-width: 360px;
  padding-right: 60px;
  margin-bottom: 40px;
}
.contacts > div:first-child > div + div {
  margin-top: 5px;
}
.contacts > div:first-child > div + div.contacts-header {
  margin-top: 20px;
}
.contacts-comment {
  font-size: 14px;
}
.contacts-header {
  font-weight: 600;
}
.contacts a:hover {
  text-decoration: none;
}

.phone-remark {
  margin-top: 8px;
  font-size: 14px;
}

.cat-menu {
  display: flex;
  justify-content: space-between;
  background: #2c62aa;
  border-radius: 10px;
  padding: 0 30px 0 50px;
}
.cat-menu > div > a, .cat-menu > div > span {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  white-space: nowrap;
  display: block;
  position: relative;
}
.cat-menu > div > a:before, .cat-menu > div > span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  box-sizing: border-box;
  padding: 5px 5px 5px 0;
  background: #fff;
  background-clip: content-box;
  left: -35px;
  top: calc(50% - 8px);
}
.cat-menu > div.active > a, .cat-menu > div.active > span {
  color: #fff;
}
.cat-menu > div.have-child:hover .drop_menu {
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
  padding: 20px 0 40px;
}

.menu {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 0 30px;
}
.menu > div + div {
  margin-left: 30px;
}
.menu > div > a,
.menu > div > span {
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.menu > div a:hover {
  text-decoration: underline;
}
.menu > div.active > a,
.menu > div.active > span {
  color: #2c62aa;
}
.menu > div.have-child:hover .drop_menu {
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
  padding: 20px 0 40px;
}

.drop_menu {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  line-height: 30px;
}
.drop_menu-wrap {
  display: flex;
  width: 100%;
  min-height: 80px;
  flex-wrap: wrap;
  padding: 20px 0;
}
.drop_menu-wrap > div {
  flex-basis: calc(100%/3);
  box-sizing: border-box;
  padding-right: 30px;
}
.drop_menu-wrap > div > a,
.drop_menu-wrap > div > span {
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  border: none !important;
  color: #333 !important;
}
.drop_menu-wrap > div > a:hover,
.drop_menu-wrap > div > span:hover {
  text-decoration: underline;
}
.drop_menu-wrap > div > a.active,
.drop_menu-wrap > div > span.active {
  color: #2c62aa !important;
}
.drop_menu-wrap > div > div {
  padding-bottom: 20px;
}
.drop_menu-wrap > div > div a,
.drop_menu-wrap > div > div span {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: none !important;
  border: none !important;
  color: #333 !important;
}
.drop_menu-wrap > div > div a.active,
.drop_menu-wrap > div > div span.active {
  color: #2c62aa !important;
}
.drop_menu-wrap > div > div a:hover,
.drop_menu-wrap > div > div span:hover {
  text-decoration: underline;
}
.drop_menu-header {
  font-size: 14px;
  line-height: 1.2;
  color: #888;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  vertical-align: top;
  height: 67px;
  width: 157px;
}

.header-search {
  width: 520px;
  border: solid 1px #f3f3f3;
  border-radius: 25px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search input {
  width: 100%;
  border: 0;
  padding: 10px 50px 11px 19px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.header-search-icon a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/zoom2.svg) 50% 50%/auto 20px no-repeat;
}
.header-search button {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 2px;
  top: calc(50% - 18px);
  background: url(../images/zoom.svg) 50% 50%/18px no-repeat #2c62aa;
  border: 0;
  border-radius: 50%;
}

.header-call-icon a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/phone.svg) 50% 50%/auto 20px no-repeat;
}

.phone-mail {
  line-height: 1;
}
.phone-mail + .phone-mail {
  margin-left: 20px;
}
.phone-mail.c2 {
  text-align: center;
}

.header-mail {
  text-align: center;
  margin-top: 8px;
}
.header-mail a {
  color: #2c62aa;
  text-decoration: none;
  cursor: pointer;
}
.header-mail-icon a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/mail.svg) 50% 50%/auto 20px no-repeat;
}

.header-icons {
  display: flex;
  align-items: center;
}
.header-icons > div + div {
  margin-left: 10px;
}

.header-city-icon {
  display: none;
}
.header-city-icon a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/pin2.svg) 50% 50%/auto 20px no-repeat;
}

.city-select {
  line-height: 14px;
}
.city-select a {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #2c62aa;
  color: #333;
  margin-left: 20px;
}
.city-select a:hover {
  text-decoration: none;
}
.city-select a span {
  position: relative;
}
.city-select a span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  left: -20px;
  top: -1px;
  background: url(../images/pin.svg) 50% 50%/contain no-repeat;
}

.header-phone {
  white-space: nowrap;
}
.header-phone a {
  color: #333333;
  text-decoration: none;
  cursor: default;
  font-weight: 600;
  font-size: 18px;
}
.header-phone a b {
  color: #2c62aa;
}
.header-phone.header-phone-icon {
  position: relative;
  background: url("../images/phone.svg") 0 50%/24px no-repeat;
  width: 40px;
  height: 40px;
}

.header-cart a {
  display: block;
  color: #2c62aa;
  text-decoration: none;
  background: url(../images/cart.svg) 5px 50%/auto 20px no-repeat;
  padding: 6px 5px 4px 30px;
  width: 40px;
  text-align: center;
  font-size: 14px;
}
.header-cart a.empty {
  height: 30px;
  width: 17px;
}

.slogan {
  font-size: 12px;
  line-height: 1.15;
  color: #666;
  margin-left: 10px;
  max-width: 175px;
  font-weight: 300;
}

.ce-mobile-slider-wrap {
  height: 100vw;
  max-height: 600px;
  position: relative;
  width: 100%;
}
.ce-mobile-slider-wrap .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 14px;
  left: 0;
  top: 10px;
  display: none;
}
.ce-mobile-slider-wrap .bx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}
.ce-mobile-slider-wrap .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
  border-radius: 50%;
  text-indent: -999em;
  overflow: hidden;
  display: block;
}
.ce-mobile-slider-wrap .bx-wrapper .bx-controls-direction a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: calc(50% - 4px);
  top: calc(50% - 5px);
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(45deg);
}
.ce-mobile-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:after {
  transform: rotate(-135deg);
  left: calc(50% - 5px);
}
.ce-mobile-slider-wrap .ce-mobile-slider {
  height: 100vw;
  max-height: 600px;
}
.ce-mobile-slider-wrap .ce-mobile-slider > div {
  height: 100vw;
  max-height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ce-mobile-slider-wrap .ce-mobile-slider > div.t2:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -moz-linear-gradient(left, rgba(16, 16, 16, 0.4) 0%, rgba(16, 16, 16, 0.4) 30%, rgba(16, 16, 16, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(16, 16, 16, 0.4) 0%, rgba(16, 16, 16, 0.4) 30%, rgba(16, 16, 16, 0) 100%);
  background: linear-gradient(to right, rgba(16, 16, 16, 0.4) 0%, rgba(16, 16, 16, 0.4) 30%, rgba(16, 16, 16, 0) 100%);
}
.ce-mobile-slider-wrap .ce-mobile-slider > div.active .main-slider-text {
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -moz-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  -o-transform: translateX(0) translateY(0) translateZ(0);
  transform: translateX(0) translateY(0) translateZ(0);
  opacity: 1;
}
.ce-mobile-slider-wrap .ce-mobile-slider > div.active .main-slider-image {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}
.ce-mobile-slider-wrap .ce-mobile-slider > div.active .main-slider-elements {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ce-mobile-slider-wrap .ce-mobile-slider > div > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce-mobile-slider-wrap .ce-mobile-slider-image {
  opacity: 0;
  position: absolute;
  top: calc(50% - 300px);
  height: 100%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 600px;
}
.ce-mobile-slider-wrap .ce-mobile-slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ce-mobile-slider-wrap .ce-mobile-slider-title {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: 700;
}
.ce-mobile-slider-wrap .ce-mobile-slider-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider-wrap {
  height: 520px;
  position: relative;
}
.main-slider-wrap.nocontrols .bx-controls {
  display: none;
}
.main-slider-wrap .main-slider {
  height: 520px;
}
.main-slider-wrap .main-slider > div {
  height: 520px;
  position: relative;
}
.main-slider-wrap .main-slider > div.t2:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background: linear-gradient(to right, rgba(16, 16, 16, 0.4) 0%, rgba(16, 16, 16, 0.4) 30%, rgba(16, 16, 16, 0) 100%);*/
  background: rgba(0, 0, 0, 0.5);
}
.main-slider-wrap .main-slider > div.active .main-slider-bg {
  transform: scale(1.5);
  transition: all 10s;
}
.main-slider-wrap .main-slider > div.active .main-slider-image {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}
.main-slider-wrap .main-slider > div.active .main-slider-elements {
  transform: scale(1);
}
.main-slider-wrap .main-slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 520px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.main-slider-wrap .main-slider-image {
  opacity: 0;
  position: absolute;
  top: calc(50% - 230px);
  height: calc(100% - 60px);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 600px;
}
.main-slider-wrap .main-slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-slider-wrap .main-slider-text {
  position: absolute;
  display: table;
  width: 50%;
  height: 520px;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.main-slider-wrap .main-slider-text.right {
  right: 0;
  left: auto;
}
.main-slider-wrap .main-slider-text > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.main-slider-wrap .main-slider-text .btn {
  max-width: 320px;
  box-sizing: border-box;
  height: 70px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider-wrap .main-slider-title {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: 700;
}
.main-slider-wrap .main-slider-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider-wrap .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.main-slider-wrap .video-wrap .video {
  margin: 0;
  display: block;
  margin-top: -14%;
}
.main-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cat-slide {
  height: 400px;
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 40px 0;
}
.cat-slide.t2 {
  min-height: 400px;
  height: auto;
}
.cat-slide.t2 .cat-slide-text {
  position: static;
}
.cat-slide .bread-crumbs {
  width: 50%;
}
.cat-slide .bread-crumbs div span, .cat-slide .bread-crumbs div a {
  color: #333;
}
.cat-slide:after {
  position: absolute;
  content: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgba(16, 16, 16, 0.6) 0%, rgba(16, 16, 16, 0.6) 30%, rgba(16, 16, 16, 0) 100%);
}
.cat-slide-wrap {
  position: relative;
}
.cat-slide-text {
  position: absolute;
  left: 0;
  color: #333;
  top: 0;
  font-size: 18px;
  width: 60%;
  z-index: 3;
  font-weight: 300;
}
.cat-slide-text .btn {
  margin-top: 20px;
}
.cat-slide-description {
  display: block;
  line-height: 1.5;
  font-size: 16px;
}
.cat-slide-description p {
  margin: 15px 0;
}
.cat-slide-title {
  text-align: left;
  color: #333;
  margin-bottom: 30px;
}
.cat-slide-pretitle {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
}
.cat-slide-img {
  position: absolute;
  z-index: 2;
  width: 39%;
  height: 200px;
  right: 0;
  top: 0;
  text-align: right;
}
.cat-slide-img.t2 {
  text-align: left;
}
.cat-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cat-slide-price {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background: #2c62aa;
  text-align: center;
  position: relative;
  border: solid 1px #2c62aa;
  line-height: 30px;
  padding: 5px 20px;
  white-space: nowrap;
  border-radius: 50px;
}
.btn:hover {
  border: solid 1px #4371ab;
  background: #4371ab;
  text-decoration: none;
}
.btn:hover span {
  width: 225%;
  height: 562.5px;
}
.btn.t2 {
  background: transparent;
  color: #333;
}
.btn.t3 {
  font-size: 15px;
  background: transparent;
  color: #2c62aa;
  border: none;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-decoration: underline dotted;
}
.btn.t3:hover {
  text-decoration: none;
}
.btn-file {
  position: relative;
  padding-left: 45px;
}
.btn-file:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: 20px;
  top: calc(50% - 10px);
  background: url("../images/download.svg") 50% 50%/19px no-repeat;
}

.btn2 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #2c62aa;
  padding: 5px 26px;
  text-align: center;
  position: relative;
  border: solid 1px #2c62aa;
  line-height: 30px;
}

.row {
  padding: 60px 0;
}
.row.t2 {
  background: #fff;
}
.row.t3 {
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 0;
  color: #ffffff;
  overflow: hidden;
}
.row.t4 {
  background-color: #fff;
}
.row.t5 {
  background: #f5f5f5;
  padding: 60px 0 20px;
}
.row.t6 {
  background: #f9f9f9;
  padding: 100px 60px 80px;
  margin-top: 50px;
}
.row.t6 > div {
  display: flex;
  align-items: flex-start;
}
.row.t6 .title {
  padding-right: 40px;
  padding-top: 25px;
  letter-spacing: -0.02em;
  margin: 0;
  min-width: 300px;
}
.row.t8 {
  background: #f9f9f9;
  padding: 60px 0 20px;
}
.row.t9 {
  background: #f9f9f9;
  padding: 40px 20px 30px;
}
.row.t10 {
  background: #fff;
  padding: 60px 0;
}
.row.t11 {
  background-color: #f8f8f8;
  padding-top: 0;
  margin-top: 60px;
  position: relative;
}
.row.t11 .wrap {
  position: relative;
  z-index: 1;
}
.row.t11:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.other-sizes-title {
  margin-top: 10px;
}

.switch {
  display: block;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  position: relative;
  border: solid 1px #2c62aa;
  line-height: 30px;
  padding: 5px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  background: transparent;
  color: #2c62aa;
}
.switch.current {
  background: #2c62aa;
  color: #ffffff;
  cursor: default;
}
.switch-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.error-page .row.t6 {
  margin-top: 0;
}

.cat-parts {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.cat-parts > div {
  flex-shrink: 1;
  flex-basis: 33.33333%;
}
.cat-parts.c3 .cat-part {
  height: auto;
}
.cat-parts.c3 > div {
  flex-basis: 33.33333%;
}
.cat-parts.c4 > div {
  flex-basis: 25%;
}
.cat-parts .cat-part {
  border: solid 1px #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  position: relative;
  height: calc(100% - 20px);
  background-color: #fff;
}
.cat-parts .cat-part:hover {
  border-color: #2c62aa;
}
.cat-parts .cat-part:hover .cat-part-title a {
  color: #2c62aa;
}
.cat-parts .cat-part .square-img {
  display: block;
}
.cat-parts .cat-part .square-img:before {
  content: "";
  float: left;
  padding-top: 66%;
}
.cat-parts .cat-part .square-img > img {
  margin: 0 auto;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
.cat-parts .cat-part-img {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  /* margin: -1px -1px 0;*/
}
.cat-parts .cat-part-img:before {
  content: "";
  float: left;
  padding-top: 66%;
}
.cat-parts .cat-part-title {
  padding: 20px 30px;
  line-height: 18px;
}
.cat-parts .cat-part-title a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.cat-parts .cat-part-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cat-parts .cat-part-title a:hover {
  text-decoration: underline;
}

.cat-filter {
  display: flex;
  align-items: center;
  padding: 8px 30px 11px 0;
  margin-top: 10px;
}
.cat-filter:after {
  clear: both;
  content: "";
  display: table;
}
.cat-filter + .cat-filter {
  border-top: solid 1px #dcdcdc;
  margin-top: 0;
}
.cat-filter-title {
  font-size: 18px;
  float: left;
  margin-right: 16px;
}
.cat-filter-list {
  overflow: hidden;
}
.cat-filter-list a,
.cat-filter-list span {
  font-size: 16px;
  color: #2c62aa;
  text-decoration: none;
  margin: 5px 7px;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #dcdcdc;
  background-color: #fff;
  padding: 7px 10px 5px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.cat-filter-list a.m80,
.cat-filter-list span.m80 {
  min-width: 66px;
}
.cat-filter-list a.m48,
.cat-filter-list span.m48 {
  min-width: 28px;
}
.cat-filter-list a.filter-link,
.cat-filter-list span.filter-link {
  color: #333;
}
.cat-filter-list a.remove-filter-link,
.cat-filter-list span.remove-filter-link {
  position: relative;
  padding-right: 23px;
  background-color: #2c62aa;
  border-color: #2c62aa;
  color: #fff;
}
.cat-filter-list a.remove-filter-link:after, .cat-filter-list a.remove-filter-link:before,
.cat-filter-list span.remove-filter-link:after,
.cat-filter-list span.remove-filter-link:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  top: 50%;
  right: 11px;
  margin: -7px 0 0 -1px;
}
.cat-filter-list a.remove-filter-link:after,
.cat-filter-list span.remove-filter-link:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cat-filter-list a.remove-filter-link:before,
.cat-filter-list span.remove-filter-link:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cat-filter-list a.reset-filter,
.cat-filter-list span.reset-filter {
  border: none;
  background: none;
  text-decoration: underline;
}
.cat-filter-list a.reset-filter:hover,
.cat-filter-list span.reset-filter:hover {
  text-decoration: none;
}

.cat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 5px 20px;
}
.cat-top + .cat-top {
  margin-top: 10px;
}
.cat-top.t3 {
  border-top: solid 1px #ebedf8;
  margin-top: 20px;
  padding-top: 10px;
}
.cat-top.t2 {
  background: #f9f9f9;
  padding: 0 20px;
}
.cat-top > div:first-child {
  flex-grow: 1;
}
.cat-top-view {
  width: 80px;
  flex-shrink: 0;
  height: 40px;
}
.cat-top-view:after {
  clear: both;
  content: "";
  display: table;
}
.cat-top-b {
  float: left;
}
.cat-top-b + .cat-top-b {
  margin-left: 30px;
}
.cat-top-b-title {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  padding: 9px 20px 0 0;
}

.cat-view {
  float: right;
  padding: 1px;
  position: relative;
}
.cat-view-line a:after, .cat-view-line a:before {
  position: absolute;
  content: "";
  left: 12px;
  height: 4px;
  right: 12px;
  border-top: solid 2px #bdbdbd;
  border-bottom: solid 2px #bdbdbd;
  top: 12px;
}
.cat-view-line a:before {
  top: 18px;
}
.cat-view-line span {
  right: 40px !important;
}
.cat-view-block a:after, .cat-view-block a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 6px;
  border-top: solid 6px #bdbdbd;
  border-bottom: solid 6px #bdbdbd;
  top: 12px;
  left: 12px;
}
.cat-view-block a:before {
  left: 20px;
}
.cat-view div {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
}
.cat-view div.active > a {
  cursor: default;
}
.cat-view div.active > a:after, .cat-view div.active > a:before {
  border-color: #2c62aa;
}
.cat-view div + div {
  margin-left: 1px;
}
.cat-view div a {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
}
.cat-view div a:hover + span {
  display: block;
}
.cat-view div span {
  position: absolute;
  right: 0;
  top: 50px;
  color: #ffffff;
  background: #2c62aa;
  padding: 5px 17px;
  border-radius: 2px;
  white-space: nowrap;
  z-index: 2;
  display: none;
}
.cat-view div span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 6px #2c62aa;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
  top: -5px;
  right: 14px;
}

.popular-table-wrap {
  /*padding: 0 30px;
  margin: -10px 0;*/
  padding: 10px 0;
}
.popular-table-wrap.t2 {
  margin: 10px 0;
}
.popular-table-wrap.p3 {
  padding: 0 30px 30px 30px;
}

.popular-table {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.popular-table tr {
  background: #ffffff;
}
.popular-table tr td {
  padding: 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.popular-table tr td:first-child {
  border-left: solid 1px #dcdcdc;
}
.popular-table tr td:last-child {
  border-right: solid 1px #dcdcdc;
}
.popular-table .pt-img {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.popular-table .pt-img img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 80px;
}
.popular-table .control-input {
  width: 100px;
  border: 0;
}
.popular-table .pt-title {
  text-transform: none;
  line-height: 20px;
}
.popular-table .pt-title a {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.popular-table .pt-title a:hover {
  text-decoration: underline;
}
.popular-table .pt-gost {
  font-size: 12px;
}
.popular-table .pt-price {
  margin-right: 20px;
  margin-left: 20px;
  text-transform: none;
}
.popular-table .pt-price b {
  font-size: 16px;
  font-weight: 500;
}
.popular-table .pt-price span {
  white-space: nowrap;
}
.popular-table .pt-price .empty-price {
  font-size: 16px;
}
.popular-table .pt-btn {
  margin-right: 5px;
}
.popular-table .pt-btn .btn {
  width: 105px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  background-color: #fff;
  position: relative;
}
.popular-table .pt-btn .btn:before {
  content: none;
  position: absolute;
  top: calc(50% - 14px);
  left: 5px;
  width: 28px;
  height: 28px;
  background: url(../images/cart.svg) 50% 50% no-repeat;
  background-size: 20px;
}
.popular-table .pt-btn .btn:hover {
  background-color: rgba(44, 98, 170, 0.1);
}

.top-filters {
  padding-top: 20px;
  display: flex;
  position: relative;
}
.top-filters:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ededed;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
.top-filters .btn {
  margin-right: 20px;
  border-radius: 21px;
  border-color: #c4c4c4;
  font-weight: 400;
}
.top-filters .btn:hover {
  text-decoration: none;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.active-filters > div {
  margin-right: 20px;
}
.active-filters > div a {
  position: relative;
  font-size: 14px;
  padding-left: 11px;
}
.active-filters > div a:before, .active-filters > div a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 8px;
  height: 2px;
  background: #f00;
  transform: rotate(45deg);
}
.active-filters > div a:after {
  transform: rotate(135deg);
}

.ce-margin {
  margin-bottom: 40px;
}

.ce-btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  /*justify-content: center;*/
}
.ce-btns.ce-btns-fixed {
  position: fixed;
  top: 100px;
  margin-top: 0;
}
.ce-btns .control-input input {
  height: 40px;
}
.ce-btns .btn {
  flex-basis: 100%;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  box-sizing: border-box;
}

.content-menu {
  margin: 30px 0 10px;
}
.content-menu > div {
  width: 100%;
  table-layout: fixed;
  display: table;
}
.content-menu nav {
  display: flex;
  white-space: nowrap;
  align-items: center;
  overflow: auto;
}
.content-menu nav > div {
  border: solid 1px #dedede;
  padding: 5px 10px;
  margin-right: 9px;
  margin-bottom: 10px;
  font-size: 14px;
  /*text-transform: uppercase;*/
}
.content-menu nav > div.active, .content-menu nav > div:hover {
  border-color: #333;
}
.content-menu nav > div.active a, .content-menu nav > div.active span, .content-menu nav > div:hover a, .content-menu nav > div:hover span {
  color: #333;
}
.content-menu nav > div a:hover {
  text-decoration: none;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.col2 > div {
  flex-basis: calc(50% - 41px);
  box-sizing: border-box;
  margin: 20px;
}
.col2.t3 {
  margin: 0 -10px 0;
}
.col2.t3 > div {
  margin: 0 10px 20px;
  flex-basis: calc(100% / 3 - 20px);
}

.item2 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
.item2:hover .item2-title a {
  text-decoration: underline;
}
.item2-img {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.item2-img:before {
  content: "";
  float: left;
  padding-top: calc(100% / 3 * 2);
}
.item2-title {
  font-size: 30px;
  line-height: 1.1;
  margin-top: 26px;
}
.item2-title > div {
  margin-bottom: 10px;
  font-size: 16px;
}
.item2-title a {
  color: #000000;
  text-decoration: none;
}
.item2-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.item2-description {
  display: flex;
  margin: 0 -10px;
}
.item2-description > div {
  margin: 10px;
  flex-basis: calc(100%/3 - 20px);
  line-height: 1.25;
}
.item2-description > div > div + div {
  margin-top: 10px;
}
.item2 .bx-controls {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.item2 .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.item2 .bx-wrapper .bx-prev:before, .item2 .bx-wrapper .bx-next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-right: solid 2px #ff8300;
  border-top: solid 2px #ff8300;
  right: calc(50% - 8px);
  top: calc(50% - 6px);
  transform: rotate(225deg);
}
.item2 .bx-wrapper .bx-next:before {
  transform: rotate(45deg);
  right: calc(50% - 4px);
}

.col3 {
  display: grid;
  grid-gap: 90px;
  grid-template-columns: 1fr 1fr 1fr;
}

.col4 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 30px 0;
}

.item3 {
  position: relative;
}
.item3.t3 {
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.item3.t3:before {
  content: "";
  float: left;
  padding-top: 73%;
}
.item3.t3 .item3-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item3.t3 .item3-img:before {
  display: none;
}
.item3.t3 .item3-text {
  background: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  padding: 32px 20px 0 40px;
}
.item3.t3 .item3-text .item3-info {
  margin-top: 0;
}
.item3.t3 .item3-text .item3-title {
  margin-top: -1px;
  font-size: 30px;
  margin-bottom: -11px;
}
.item3.t3 .item3-text .item3-title a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.item3:hover .item3-title a {
  text-decoration: underline;
}
.item3-img {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.item3-img.t2 {
  background-size: contain;
}
.item3-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.item3-img:before {
  content: "";
  float: left;
  padding-top: calc(100% / 3 * 2);
}
.item3.nozoom .item3-img:after {
  background-image: none;
}
.item3-info {
  text-transform: uppercase;
  font-size: 12px;
  color: #9a9a9a;
  font-weight: bold;
  letter-spacing: 2.5px;
}
.item3-title {
  line-height: 1.1;
  margin-top: 16px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.item3-title a {
  color: #000000;
  text-decoration: none;
}
.item3-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.item3-subtitle {
  font-size: 17px;
  line-height: 1.25;
}
.item3-subtitle > div {
  line-height: 1;
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.parts {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.parts > div {
  overflow: hidden;
  flex-basis: calc(100%/4 - 20px);
  margin: 10px;
  box-sizing: border-box;
}
.parts.t3 {
  padding-top: 10px;
}
.parts.t3 > div {
  flex-basis: calc(100% / 3 - 20px);
}
.parts.t33 {
  padding-top: 10px;
  margin: 0 -25px;
}
.parts.t33 > div {
  flex-basis: calc(100% / 3 - 50px);
  margin: 25px;
}
.parts.t333 {
  padding-top: 0;
  margin: 0 -20px;
}
.parts.t333 > div {
  flex-basis: calc(100% / 3 - 40px);
  margin: 20px;
}
.parts.t333 > div .part {
  background-color: #EEF0F1;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.parts.t333 > div .part:hover .part-title a {
  color: #2c62aa;
  text-decoration: none;
}
.parts.t333 > div .part > div {
  order: 1;
}
.parts.t333 > div .part .part-bg {
  background-size: 300px auto;
  background-position-x: 100%;
  padding-right: 0;
}
.parts.t333 > div .part .part-bg:before {
  padding-top: calc(100% * 1 / 2);
}
.parts.t333 > div .part .part-title {
  order: 0;
  font-weight: 800;
  font-size: 24px;
  max-width: 200px;
  padding-left: 40px;
}
.parts.t333 > div .part .part-title a {
  text-align: left;
}
.parts.t333 > div .part .part-title a:hover {
  text-decoration: none;
  color: #2c62aa;
}
.parts.t333 > div .part .btn {
  border-radius: 22px;
  margin-left: 40px;
}
.parts.t44 .part {
  background-color: #FFF;
}
.parts.t44 .part-title a {
  padding: 20px 0;
}
.parts.t4 .part {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 20px 20px 30px;
}
.parts.t4 .part-title {
  background: #fff;
  padding: 0 20px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 20px;
}
.parts.t4 .part-bg {
  padding: 0;
  background-size: cover;
}
.parts.t5 {
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}
.parts.t5 > div {
  flex-basis: calc(100% / 5);
  border-bottom: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
.parts.t5 .part.t2 .part-bg::before {
  padding-top: calc(100%/2);
}
.parts.t6 {
  padding-top: 10px;
}
.parts.t6 > div {
  flex-basis: calc(100% / 8 - 20px);
}
.parts.t8 {
  padding-top: 10px;
}
.parts.t8 > div {
  flex-basis: calc(100% / 8 - 20px);
  overflow: unset;
}
.parts.t8 .part.t2 {
  box-shadow: 0 4px 10px 0 rgba(53, 53, 53, 0.1);
  padding-bottom: 0;
}
.parts.t8 .part.t2 .part-title a {
  padding: 0 15px 20px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}
.parts.t8 .part.t2 .part-bg {
  padding: 20px;
}
.parts.t8 .part.t2 .part-bg:before {
  padding-top: calc(100% / 2);
}
.parts.t8 .part.t2:hover .part-bg {
  transform: none;
  box-shadow: none;
}

.part {
  z-index: 1;
  position: relative;
  height: 100%;
}
.part:hover .part-title a {
  text-decoration: underline;
  text-decoration-color: #2c62aa;
}
.part:hover .part-bg {
  /*transform: translateY(-3px);
  box-shadow: 0 1rem 2rem -1rem rgba(0,0,0,.75);*/
}
.part-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  z-index: -1;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 10px;
}
.part-bg:before {
  content: "";
  float: left;
  padding-top: calc(100% * 3 / 4);
}
.part-bg:after {
  position: absolute;
  content: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67%;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.part-bg a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.part-title {
  line-height: 1.25;
  font-size: 16px;
  width: 100%;
}
.part-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 20px 0 10px;
  text-align: center;
}
.part-title a span {
  position: relative;
  display: block;
}
.part-subtitle {
  padding: 0 30px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 18px;
}
.part-text {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
}
.part.t3 .part-title a {
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0;
}
.part.t3 .part-bg {
  padding-bottom: 0;
}
.part.t3 .part-bg:before {
  content: "";
  float: left;
  padding-top: calc(100% * 1 / 3);
}

.subparts.open > div.subpart-more::before {
  transform: rotate(-45deg);
}
.subparts.open > div.subpart-hidden {
  display: block;
}
.subparts > div {
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  margin-top: 10px;
}
.subparts > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  height: 4px;
  width: 4px;
  border-right: solid 2px #2c62aa;
  border-top: solid 2px #2c62aa;
  transform: rotate(45deg);
}
.subparts > div.subpart-hidden {
  display: none;
}
.subparts > div.subpart-more {
  display: inline-block;
  padding-right: 15px;
  margin-top: 15px;
}
.subparts > div.subpart-more:before {
  left: unset;
  right: 0;
  transform: rotate(135deg);
}
.subparts > div.subpart-more a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #2c62aa;
}
.subparts > div.subpart-more a:hover {
  text-decoration: none;
}
.subparts > div .subpart-hidden {
  display: none;
}

.part3 {
  display: inline-block;
  background: #f5f5f5;
  cursor: pointer;
  padding: 3px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}
.part3 a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.part3.active {
  background: #2c62aa;
}
.part3.active a {
  color: #fff;
}

.home-parts {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.home-part {
  position: relative;
  z-index: 1;
}
.home-part-bg {
  padding: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  border: solid 1px #dcdcdc;
  overflow: hidden;
}
.home-part-bg:before {
  content: "";
  float: left;
  padding-top: 90%;
}
.home-part-title {
  line-height: 1.25;
  width: 100%;
}
.home-part-title a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding: 15px 0;
}
.home-part-title a:hover {
  text-decoration: underline;
}
.home-part-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.vacancy {
  z-index: 1;
  position: relative;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04), 0 8px 12px 0 rgba(0, 0, 0, 0.02);
  padding: 32px;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 16px;
}
.vacancy-wrap {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.vacancy-wrap > div {
  flex-basis: calc(100% / 2 - 20px);
  margin: 10px;
  box-sizing: border-box;
}
.vacancy-button {
  text-align: right;
}
.vacancy-button .btn {
  margin-top: 20px;
}
.vacancy-title {
  line-height: 1.25;
  width: 100%;
}
.vacancy-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: left;
}
.vacancy-title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vacancy-title a span {
  position: relative;
  display: block;
}
.vacancy-subtitle {
  font-size: 15px;
  width: 100%;
  margin-bottom: 20px;
}

.review {
  z-index: 1;
  position: relative;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04), 0 8px 12px 0 rgba(0, 0, 0, 0.02);
  padding: 32px;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 16px;
  display: flex;
}
.review-wrap {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.review-wrap > div {
  flex-basis: calc(100% / 2 - 20px);
  margin: 10px;
  box-sizing: border-box;
}
.review-button {
  text-align: left;
}
.review-button .btn {
  margin-top: 20px;
}
.review-title {
  line-height: 1.25;
  width: 100%;
}
.review-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: left;
}
.review-title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.review-title a span {
  position: relative;
  display: block;
}
.review-text {
  flex-grow: 1;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: 20px;
}
.review-image {
  flex-basis: 20%;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}
.review-image:before {
  content: "";
  padding-top: calc(100%*3/2);
  float: left;
}

/*.items
{
  display: flex;
  flex-wrap: wrap;

  >div
  {
    flex-shrink: 1;
    flex-basis: 25%;
    overflow: hidden;
    padding: 10px 0;
  }
}*/
.other-items {
  padding: 87px 0 0;
}
.other-items .title {
  margin-bottom: 12px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.items.t3 {
  margin: 0 -24px;
}
.items.t3 > div {
  flex-basis: calc(100%/3 - 48px);
  margin: 0 24px 48px;
}
.items.t4 > div {
  flex-basis: calc(100% / 4 - 20px);
  margin: 0 10px 20px;
}
.items > div {
  flex-shrink: 1;
  flex-basis: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  padding: 0;
}
.items > div .item {
  position: relative;
  margin: 0 -1px -1px 0;
  height: 100%;
}

.items3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.items3 > div {
  flex-shrink: 1;
  flex-basis: 33.3333%;
  overflow: hidden;
  padding: 10px 0;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.item:hover {
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.2);
}
.item:hover .item-title a {
  text-decoration: none;
  color: #2c62aa;
}
.item.t2 {
  background-color: #f7f6f4;
}
.item.t2 .item-img {
  padding: 0 20px 40px;
  background: url("../images/logo.svg") 50% 50%/contain no-repeat content-box;
}
.item.t2 .item-img:before {
  padding-top: calc(100% * 2 / 3);
}
.item.t2 .item-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  padding: 0 20px;
  max-width: unset;
  text-align: center;
  color: #000000;
  transition: 0.3s;
}
.item.t2 .item-title a:hover {
  text-decoration: none;
  color: #2c62aa;
}
.item.t2 .item-title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-top {
  padding: 20px 0 10px;
}
.item-img {
  width: 90%;
  max-width: 280px;
  overflow: hidden;
  position: relative;
  background: url("../images/noimage.png") 50% 50%/contain no-repeat;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
.item-img:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.item-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-articul {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  padding: 0 20px;
}
.item-articul.instock {
  display: block;
  padding-left: 40px;
  position: relative;
}
.item-articul.instock:before {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url("../images/check-io.svg") 50% 50%/12px no-repeat;
}
.item-title {
  padding: 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  color: #000000;
  transition: 0.3s;
}
.item-title a {
  color: #000;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.item-title a:hover {
  text-decoration: none;
  color: #2c62aa;
}
.item-subtitle {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 10px;
  color: #888;
  text-transform: none;
}
.item-subtitle.t2 {
  margin-top: 10px;
}
.item-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
}
.item-prices.t2 {
  justify-content: center;
}
.item-price {
  font-size: 16px;
  font-weight: 500;
  max-width: 220px;
  margin-top: 17px;
  white-space: nowrap;
}
.item-price b {
  font-size: 16px;
  font-weight: 500;
}
.item-price .btn-cart {
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 10px;
  background: url("../images/cart_w.svg") calc(100% - 10px) 50%/24px no-repeat #2c62aa;
  padding: 0 15px 0 15px;
  line-height: 38px;
}
.item-price + .item-price {
  padding-left: 10px;
}
.item-buy {
  text-align: center;
}
.item .btn {
  /*padding: 7px 7px 9px 7px;
  font-size: 13px;
  line-height: 1;*/
}
.item-add:after {
  clear: both;
  content: "";
  display: table;
}
.item-add > div {
  float: left;
  width: 50%;
}
.item-add > div .btn {
  width: 100%;
  padding: 1px 0;
  text-align: center;
}
.item-add > div .control-input {
  border-left: 0;
  border-right: 0;
  width: 100%;
}

/*.item
{
  border: solid 1px #dcdcdc;
  margin: 0 10px;
  padding: 30px 10px;
  height: calc(100% - 60px);
  position: relative;

  &:hover
  {
    border-color: #2c62aa;

    .item-title a
    {
      text-decoration: underline;
    }
  }

  &-img
  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;

    img
    {
      vertical-align: top;
    }
  }

  &-title
  {
    max-width: 220px;
    margin: 15px auto 0;
    text-align: center;
    line-height: 25px;

    a
    {
      color: #333333;
      text-decoration: none;

      &:after
      {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }
    }
  }

  &-price
  {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    max-width: 220px;
    margin: 10px auto 0;
    text-align: center;

    span
    {
      color: #2c62aa;
    }
  }

  .btn
  {
    margin: 20px auto 0;
    display: table;
    position: relative;
    z-index: 3;
  }
}*/
.advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.advantages > div {
  flex-basis: calc(100%/3);
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background-color: #F8F8F9;
  min-height: 250px;
  overflow: hidden;
}
.advantages > div:nth-child(2), .advantages > div:nth-child(4), .advantages > div:nth-child(6) {
  background-color: #F0F2F3;
}
.advantages > div > div {
  line-height: 1.4;
  padding: 0 20px 20px;
}
.advantages-icon {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.advantages-icon i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/award.svg") 50% 50%/50px no-repeat;
}
.advantages-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 70px 10px 0;
  min-height: 45px;
}

.about-wrap {
  display: flex;
}
.about-wrap > div:first-child {
  flex-grow: 1;
  padding-right: 40px;
}
.about-wrap > div:last-child {
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
}

.about-advantages {
  display: flex;
  flex-wrap: wrap;
}
.about-advantages > div {
  flex-basis: 100%;
  position: relative;
  margin: 10px;
}
.about-advantages > div > div {
  line-height: 1.4;
}
.about-advantages-icon {
  display: block;
  background: linear-gradient(to right, #f9f9f9 10%, transparent, transparent 50%, transparent 100%);
  position: relative;
  height: 80px;
}
.about-advantages-icon i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/award.svg") 30px 50%/60px no-repeat;
}
.about-advantages-title {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 5px;
  letter-spacing: -0.03em;
}

.partners-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.partners-wrap .slick-track .dots-wrap {
  display: none !important;
}

.partners {
  margin: 35px 15px 10px;
  display: flex;
  flex-wrap: wrap;
}
.partners > div {
  flex-basis: calc(100% / 5);
}
.partners .partners-item {
  margin: 10px;
  height: 110px;
  align-items: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  /*box-shadow: 0 4px 10px 0 rgba(53, 53, 53, 0.1);*/
  position: relative;
  /*background-color: #f7f7f7;*/
}
.partners .partners-item div {
  color: #2c62aa;
  position: relative;
  padding-top: 30px;
}
.partners .partners-item div:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: calc(50% - 15px);
  background: url("../images/arrow.svg") 50% 50%/24px no-repeat;
}
.partners .partners-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.partners .partners-item img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.partners .slick-arrow {
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(39, 38, 37, 0.15);
}
.partners .slick-arrow.slick-disabled {
  display: none !important;
}
.partners .slick-arrow:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-right: solid 2px #f7c90e;
  border-top: solid 2px #f7c90e;
  right: calc(50% - 8px);
  top: calc(50% - 6px);
  transform: rotate(225deg);
}
.partners .slick-arrow.slick-prev {
  left: -15px;
}
.partners .slick-arrow.slick-next {
  right: -15px;
}
.partners .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  right: calc(50% - 4px);
}

.documents-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.documents-wrap > div {
  flex-basis: calc(100%/2 - 30px);
  margin: 15px;
}

.documents-header {
  font-size: 24px;
  font-weight: 500;
}

.document {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 -1px -1px 0;
  box-shadow: 0 1px 144px 0 #00000005;
  overflow: hidden;
  background-color: #fff;
  transition-property: transform, box-shadow, border;
  transition-duration: 200ms, 200ms, 200ms;
  transition-delay: 0ms;
  transition-timing-function: ease, ease, ease;
}
.document:hover {
  z-index: 1;
  border-color: #fff;
  text-decoration: none;
}
.document a:hover {
  text-decoration: none;
}
.document-flex {
  display: flex;
}
.document-preview {
  width: 120px;
  height: 120px;
  background: 50% 50%/contain no-repeat;
  margin-right: 20px;
  position: relative;
  flex-shrink: 0;
}
.document-preview a {
  display: block;
}
.document-preview a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.document-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.25;
  flex-grow: 1;
}
.document-more {
  color: #2c62aa;
  font-size: 14px;
  line-height: 2;
  margin-left: 140px;
}
.document-extension {
  color: #676b77;
  font-size: 14px;
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
}
.document-extension:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  background: url(../images/download.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.document-down {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.document-pic {
  padding: 0 48px;
  /*background-color: #f5f6fa;*/
  border-radius: 10px;
  position: relative;
  max-width: 100%;
}
.document-pic img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.document-pic .bx-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
}
.document-pic .bx-prev, .document-pic .bx-next {
  position: absolute;
  display: block;
  left: -40px !important;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #2c62aa;
  top: calc(50% - 20px);
  border: 0;
  border-radius: 50%;
}
.document-pic .bx-prev:before, .document-pic .bx-next:before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 8px);
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
}
.document-pic .bx-next {
  left: unset !important;
  right: -40px !important;
}
.document-pic .bx-next:before {
  left: calc(50% - 10px);
  transform: rotate(-45deg);
}
.document-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 400px;
}
.document-img:before {
  content: "";
  float: left;
  padding-top: calc(100% / 2 * 3);
}
.document-img a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.document-page {
  display: flex;
  /*flex-wrap: wrap;*/
  margin: 0 -40px;
  font-size: 16px;
  line-height: 2;
}
.document-page > div {
  margin: 40px 40px 0 40px;
  flex-grow: 1;
}
.document-page > div:first-child {
  width: 500px;
  flex-shrink: 0;
  flex-grow: 0;
}
.document-files {
  max-width: 600px;
  padding-bottom: 40px;
}
.document-file {
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.document-file > div {
  overflow: hidden;
  flex-grow: 1;
}
.document-file > div > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.document-file > div > span:after {
  position: absolute;
  content: "";
  bottom: calc(50% - 1px);
  border-bottom: dotted 1px #333;
  width: 1000px;
  right: -1010px;
}
.document-file a {
  margin-left: 10px;
}
.document-file .btn-file {
  width: 100%;
  box-sizing: border-box;
}
.document-file + .document-file {
  margin-top: 20px;
}
.document-size {
  line-height: 1;
  color: #999;
  font-size: 14px;
}
.document-type {
  position: relative;
  padding-left: 50px;
  line-height: 1.3;
}
.document-type:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/file.svg") 0 50%/30px no-repeat;
}
.document-type.document-pdf::before {
  background-image: url("../images/icons/pdf.svg");
}
.document-type.document-png::before {
  background-image: url("../images/icons/png.svg");
}
.document-type.document-jpg::before {
  background-image: url("../images/icons/jpg.svg");
}
.document-download {
  margin-left: 20px;
}

.link-download {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #1d9ef9;
  font-weight: 500;
}
.link-download:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/download.svg) 0 50%/16px no-repeat;
}

.certificates-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.certificates-wrap .slick-track .dots-wrap {
  display: none !important;
}

.certificates {
  display: grid;
  grid-gap: 20px 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.certificates .certificates-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  position: relative;
}
.certificates .certificates-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.certificates-title {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.25;
}
.certificates-title a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.pricelists {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.pricelists > div {
  height: 100%;
  margin: 20px;
  flex-basis: calc(50% - 40px);
}
.pricelists .pricelist {
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
}
.pricelists .pricelist a {
  display: flex;
  align-items: center;
  padding-left: 64px;
  position: relative;
  min-height: 46px;
  line-height: 1.25;
}
.pricelists .pricelist a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 100%;
  background: url("../images/pdf.svg") 50% 50%/contain no-repeat;
}
.pricelists .pricelist a.jpg:before {
  background-image: url("../images/jpg.svg");
}

.line {
  height: 1px;
  background: #e9e9e9;
}

.news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -35px 15px;
}
.news-wrap > div {
  flex-shrink: 1;
  flex-basis: calc(100%/3 - 70px);
  margin: 15px 35px;
}
.news-wrap.t3 .news {
  box-shadow: none;
  padding: 0;
}
.news-wrap.t3 .news-image {
  background-size: cover;
}
.news-wrap.t4 {
  margin: 30px -20px 15px;
}
.news-wrap.t4 > div {
  flex-basis: calc(100%/4 - 40px);
  margin: 15px 20px;
}

.news {
  font-weight: 500;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  height: 100%;
  box-sizing: border-box;
}
.news-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-flex .service-title {
  flex-grow: 1;
  position: relative;
  text-align: center;
}
.news-link {
  float: right;
}
.news-price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-picture {
  float: right;
  width: 350px;
  height: 250px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.news-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-image {
  background: url("../images/logo.svg") 50% 50%/contain no-repeat;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.news-image:before {
  content: "";
  padding-top: calc(100% * 3 / 5);
  float: left;
}
.news-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news time {
  display: block;
  color: #2c62aa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 13px;
  line-height: 1;
}
.news-time {
  display: block;
  color: #2c62aa;
  text-transform: uppercase;
  font-size: 16px;
}
.news-time + p {
  margin-top: 7px;
}
.news-title {
  letter-spacing: 0.02em;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-title a {
  color: #333333;
  text-decoration: none;
}
.news-title a:hover {
  text-decoration: underline;
}
.news-announce {
  font-weight: 300;
  line-height: 1.25;
  color: #777;
}
.news-announce p {
  margin-top: 0;
}
.news-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.news-gallery > div {
  flex-basis: calc(100%/4 - 20px);
  margin: 10px;
}
.news-gallery-image {
  background: url("../images/logo.svg") 50% 50%/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.news-gallery-image:before {
  content: "";
  padding-top: calc(100% * 2 / 3);
  float: left;
}
.news-gallery-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-page .table-scroll-wrap {
  display: block;
}

.text-wrap {
  margin: 20px auto;
  /*padding: 25px 160px;
  background-color: #fff;*/
  font-weight: 300;
}
.text-wrap.mh300 {
  min-height: 350px;
}
.text-wrap.t3 {
  max-width: 850px;
  margin: 0 auto 0 0;
}
.text-wrap.img-full img, .text-wrap.img-full .kont-img {
  position: relative;
  width: 100vw;
  height: auto;
  max-width: unset;
  left: calc(660px - 50vw);
  display: block;
}
.text-wrap.img-full .kont-img {
  left: calc(680px - 50vw);
}
.text-wrap.fullw {
  padding: 20px;
}

.callback-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.callback-form form > div {
  flex-basis: calc(50% - 100px);
}
.callback-form form > div.register-btn {
  margin-bottom: 40px;
  flex-basis: 200px;
}
.callback-form form > div.register-btn .btn {
  width: 100%;
  height: 50px;
}
.callback-form form > div.long {
  flex-basis: 100%;
}
.callback-form form > div label {
  position: relative;
  margin-bottom: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
.callback-form form > div label input {
  height: 50px;
  border-radius: 0;
  border: solid 1px #999;
  color: #000;
  background: #fff;
}
.callback-form form > div label input:focus {
  border: solid 1px #000;
  color: #000;
}
.callback-form form > div label .errorText, .callback-form form > div label .error-text {
  position: absolute;
  left: 0;
  top: 100%;
}
.callback-form form > div label.offer-label .check {
  position: absolute;
  top: calc(50% - 10px);
}
.callback-form form > div label.offer-label .check i:after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
.callback-form form > div label.offer-label .offer-label-text {
  padding-left: 40px;
  margin: 0;
  line-height: 1.5;
}

.footer {
  background-color: #343a40;
}
.footer-logo .logo img {
  height: 40px;
}
.footer-middle {
  padding-bottom: 20px;
  font-size: 13px;
  color: #999;
  line-height: 1.4;
  text-align: justify;
}
.footer-bottom {
  padding: 13px 0 16px;
}
.footer-bottom:after {
  clear: both;
  content: "";
  display: table;
}
.footer-bottom-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .ms img {
  height: 22px;
}
.footer-bottom .offer {
  margin: 0;
}
.footer-bottom .offer a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom .offer a:hover {
  text-decoration: underline;
}
.footer-bottom .copy {
  color: #fff;
}
.footer-top {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.footer-top > div {
  flex-basis: 100%;
}
.footer-flex {
  display: flex;
}
.footer-left {
  min-width: 300px;
}
.footer-right {
  flex-grow: 1;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.footer-right > div {
  flex-shrink: 1;
  max-width: calc(100% / 4 - 40px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-phone {
  margin-top: 21px;
  line-height: 1.25;
  color: #fff;
}
.footer-phone a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}
.footer-phone a b {
  font-weight: 400;
}
.footer-phone-title {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.footer-addr {
  color: #fff;
  font-size: 15px;
}
.footer-menu {
  line-height: 18px;
}
.footer-menu div + div {
  margin-top: 12px;
}
.footer-menu div a,
.footer-menu div span {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.footer-menu div a:hover {
  text-decoration: underline;
}
.footer-menu div.active a,
.footer-menu div.active span {
  color: #2c62aa;
}
.footer-menu div.footer-menu-title a,
.footer-menu div.footer-menu-title span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.footer .city-select a {
  color: #fff;
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.2;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ms img {
  height: 22px;
}

.copy span {
  color: #2c62aa;
}

.offer a {
  color: #fff;
}

.title-b-top {
  padding: 10px 0;
  /*background-color: #F6F6F6;*/
}
.title-b-bottom {
  padding: 10px 0 20px;
}
.title-b-bottom h1 {
  margin: 0;
}

.bread-crumbs {
  text-align: left;
}
.bread-crumbs i {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #2c62aa;
  vertical-align: middle;
  margin: 0 17px;
}
.bread-crumbs div {
  display: inline;
  vertical-align: top;
  position: relative;
}
.bread-crumbs div a {
  color: #777;
  text-decoration: none;
  font-size: 14px;
}
.bread-crumbs div a:hover {
  text-decoration: underline;
}
.bread-crumbs div span {
  color: #999999;
  font-size: 14px;
}

.pay {
  padding: 29px 0 28px;
}
.pay:after {
  clear: both;
  content: "";
  display: table;
}
.pay + .pay {
  border-top: solid 1px #e5e5e5;
}
.pay-icon {
  width: 80px;
  height: 80px;
  background: #2c62aa;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  border-radius: 2px;
}
.pay-icon img {
  vertical-align: top;
  width: 40px;
  height: 40px;
}
.pay-text {
  overflow: hidden;
  padding-top: 8px;
}
.pay-title {
  text-transform: uppercase;
  font-size: 24px;
}
.pay-desc {
  line-height: 25px;
  margin-top: 14px;
}
.pay-desc p {
  margin: 10px 0;
}
.pay-desc > *:first-child {
  margin-top: 0 !important;
}
.pay-desc > *:last-child {
  margin-bottom: 0 !important;
}

.widget {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.widget > div {
  flex-shrink: 1;
  flex-basis: 50%;
  text-align: center;
}
.widget img {
  max-width: 100%;
  height: auto;
}

.cnt-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cnt-col-l {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.cnt-col-r {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
.cnt-col-r > *:first-child {
  margin-top: 0 !important;
}
.cnt-col-r > *:last-child {
  margin-bottom: 0 !important;
}
.cnt-col-r .text-wrap {
  /*padding:25px 0;*/
}

.more-filter {
  display: none !important;
}

.catalog-tree {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  padding-right: 20px;
}
.catalog-tree a {
  line-height: 1.2;
  display: block;
  color: #494f54;
}
.catalog-tree span {
  color: #2c62aa;
}
.catalog-tree span > a {
  color: #494f54;
  margin-bottom: 10px;
}
.catalog-tree > div > div {
  margin-left: 10px;
}
.catalog-tree > div > div > div {
  margin-left: 20px;
}
.catalog-tree > div > div > div > div {
  margin-left: 30px;
}
.catalog-tree > div > div > div > div > div {
  margin-left: 40px;
}
.catalog-tree > div a, .catalog-tree > div span {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.catalog-tree > div a.active, .catalog-tree > div span.active {
  color: #2c62aa;
}

.aside-menu {
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.aside-menu-title {
  position: absolute;
  background: #ffffff;
  display: block;
  padding: 0 10px;
  line-height: 20px;
  top: -9px;
  left: 19px;
  font-size: 18px;
  text-transform: uppercase;
}
.aside-menu-lvl2 {
  padding: 4px 0 15px;
}
.aside-menu-lvl2 div a,
.aside-menu-lvl2 div span {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 8px 20px 7px;
  position: relative;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 300;
}
.aside-menu-lvl2 div a:after,
.aside-menu-lvl2 div span:after {
  position: absolute;
  content: "";
  border-top: solid 2px #2c62aa;
  border-right: solid 2px #2c62aa;
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aside-menu-lvl2 div a:hover {
  text-decoration: underline;
}
.aside-menu-lvl2 div.active a, .aside-menu-lvl2 div span {
  color: #2c62aa;
}
.aside-menu > div {
  border-top: solid 1px #f2f2f2;
}
.aside-menu > div:last-child {
  border-bottom: solid 1px #f2f2f2;
}
.aside-menu > div > a,
.aside-menu > div > span {
  display: block;
  color: #494f54;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 40px 10px 0;
  position: relative;
  line-height: 1.2;
}
.aside-menu > div > a:after,
.aside-menu > div > span:after {
  position: absolute;
  content: none;
  border-top: solid 2px #2c62aa;
  border-right: solid 2px #2c62aa;
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 21px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
}
.aside-menu > div.calcButton a {
  text-align: center;
  text-decoration: underline dashed #2c62aa;
}
.aside-menu > div.calcButton a:hover {
  text-decoration: none;
}
.aside-menu > div.calcButton a:after {
  content: none;
}
.aside-menu > div > a:hover:after {
  border-top: solid 2px #2c62aa;
  border-right: solid 2px #2c62aa;
}
.aside-menu > div.active > a,
.aside-menu > div.active > span {
  color: #2c62aa;
}

.filter-wrap {
  background-color: #f9f9f9;
  margin-right: 20px;
  border: 1px solid #f2f2f2;
}

.aside-filters {
  border-radius: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.aside-filters-cols {
  display: flex;
  align-items: center;
}
.aside-filters-cols > div {
  flex-basis: 50%;
}
.aside-filters-cols > div:first-child {
  flex-grow: 1;
}
.aside-filters-cols > div:last-child a {
  padding-left: 40px;
  position: relative;
}
.aside-filters-cols > div:last-child a:before, .aside-filters-cols > div:last-child a:after {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background: #f00;
  transform: rotate(45deg);
}
.aside-filters-cols > div:last-child a:after {
  transform: rotate(135deg);
}
.aside-filters.aside-filters-mobile {
  margin-bottom: 20px;
}
.aside-filters.aside-filters-mobile .toggleAccordion span {
  padding: 16px 40px 15px 40px;
  background-color: #f5f5f5;
  margin-bottom: 0;
}
.aside-filters.aside-filters-mobile .toggleAccordion:before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url("../images/filters.svg") 50% 50%/20px no-repeat;
  z-index: 1;
}
.aside-filters.open .aside-filters-filter {
  display: block;
}
.aside-filters .toggleAccordion {
  cursor: pointer;
  position: relative;
}
.aside-filters .toggleAccordion span {
  padding: 9px 40px 8px 15px;
}
.aside-filters .toggleAccordion:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  right: 21px;
  margin-top: -3px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aside-filters-filter {
  padding: 4px 0 5px;
  display: none;
}
.aside-filters-filter > div {
  display: flex;
}
.aside-filters-filter > div > div {
  flex-basis: calc(100% / 2);
  display: flex;
  flex-wrap: wrap;
}
.aside-filters-filter > div > div > div {
  flex-basis: 50%;
}
.aside-filters-filter.t1 > div {
  flex-wrap: wrap;
}
.aside-filters-filter.t1 > div > div {
  flex-basis: unset;
}
.aside-filters-filter div a,
.aside-filters-filter div span {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 3px 15px 2px 43px;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
}
.aside-filters-filter div a:before,
.aside-filters-filter div span:before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 15px/2);
  width: 15px;
  height: 15px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.aside-filters-filter div a.remove-filter-link,
.aside-filters-filter div span.remove-filter-link {
  color: #2c62aa;
}
.aside-filters-filter div a.remove-filter-link:after,
.aside-filters-filter div span.remove-filter-link:after {
  content: "";
  position: absolute;
  left: 18px;
  top: calc(50% - 3px);
  width: 8px;
  height: 4px;
  border-radius: 1px;
  border-left: 3px solid #2c62aa;
  border-bottom: 3px solid #2c62aa;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aside-filters-filter div a:hover {
  text-decoration: underline;
}
.aside-filters-filter div span {
  color: #2c62aa;
}
.aside-filters > div > a,
.aside-filters > div > span {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  padding: 9px 40px 8px calc(15% - 15px);
  position: relative;
  line-height: 1.2;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.aside-filters > div > a.showmore-filters,
.aside-filters > div > span.showmore-filters {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #2c62aa;
  font-weight: 400;
  font-size: 16px;
}
.aside-filters > div > a.showmore-filters:hover,
.aside-filters > div > span.showmore-filters:hover {
  text-decoration: none;
}

.services {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.services > div {
  overflow: hidden;
  flex-basis: calc(100%/4);
  padding: 10px;
  box-sizing: border-box;
}
.services.t3 {
  padding-top: 10px;
}
.services.t3.notop {
  padding-top: 0;
}
.services.t3.notop > div {
  padding-top: 0;
}
.services.t3 > div {
  flex-basis: calc(100% / 3);
}
.services.t6 {
  padding-top: 10px;
}
.services.t6 > div {
  flex-basis: calc(100% / 6);
}

.service {
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service:hover .service-title a {
  text-decoration: underline;
  text-decoration-color: #2c62aa;
}
.service-image {
  display: block;
  width: 100%;
  overflow: hidden;
  background: url("../images/logo.svg") 50% 50%/cover no-repeat;
  margin-bottom: 40px;
}
.service-image:before {
  content: "";
  float: left;
  padding-top: calc(100%*280/1056);
}
.service-bg {
  overflow: hidden;
  background: url("../images/logo.svg") 50% 50%/cover no-repeat;
  border-radius: 10px 10px 0 0;
}
.service-bg:before {
  content: "";
  float: left;
  padding-top: calc(100%*3/4);
}
.service-top {
  position: relative;
}
.service-title {
  line-height: 25px;
  width: 100%;
}
.service-title a {
  color: #333;
  text-decoration: none;
  display: block;
  /*padding: 0 20px;*/
  background: white;
  letter-spacing: 0.02em;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.service-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-title a span {
  position: relative;
  display: block;
}
.service-title a span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  margin-top: -4px;
  right: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-subtitle {
  text-align: center;
  position: relative;
  padding: 15px 20px;
  line-height: 1.25;
  font-size: 24px;
  font-weight: normal;
}
.service-subtitle:before {
  content: none;
  position: absolute;
  height: 2px;
  width: 40px;
  top: 0;
  left: calc(50% - 20px);
  background-color: #2c62aa;
}
.service-btns .btn {
  display: block;
  max-width: 250px;
  box-sizing: border-box;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
.service-btn {
  margin-top: 15px;
}
.service-btn .btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}

.service-b {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.service-b-title {
  position: relative;
  padding-left: 70px;
}
.service-b-title:after {
  clear: both;
  content: "";
  display: table;
}
.service-b-title-icon {
  width: 50px;
  height: 50px;
  background: #2c62aa;
  left: 0;
  top: 50%;
  margin-top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.service-b-title-icon img {
  vertical-align: top;
  width: 30px;
  height: 30px;
}
.service-b-title-link {
  min-height: 60px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.service-b-title-link a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
.service-b-list {
  margin-top: 15px;
}
.service-b-list div {
  position: relative;
  padding-left: 22px;
}
.service-b-list div:after {
  position: absolute;
  content: "";
  border-top: solid 2px #dbdbdb;
  border-right: solid 2px #dbdbdb;
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-b-list div + div {
  margin-top: 10px;
}
.service-b-list div a {
  color: #333333;
  text-decoration: none;
}
.service-b-list div a:hover {
  text-decoration: underline;
}

.video-wrap {
  margin: 20px 0;
}
.video-wrap .video {
  margin: 0;
}

.video {
  margin: 20px 0;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.video:before {
  content: "";
  float: left;
  padding-top: 56.25%;
}

.video > div iframe {
  height: 100%;
  max-width: 100%;
  min-width: 280px;
}

.pag {
  font-size: 14px;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
  font-weight: 500;
}
.pag a,
.pag span {
  display: inline-flex;
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #fff;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
}
.pag a:hover {
  border: solid 1px #2c62aa;
}
.pag span {
  border: solid 1px #2c62aa;
  background: #2c62aa;
  color: #ffffff;
}

.brand-filter:after {
  clear: both;
  content: "";
  display: table;
}
.brand-filter-title {
  float: left;
  font-weight: 500;
  padding-right: 25px;
  padding-top: 10px;
}
.brand-filter-list {
  overflow: hidden;
}
.brand-filter-list a {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  text-decoration: none;
  border: solid 1px #dcdcdc;
  border-radius: 2px;
  padding: 4px 19px;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 20px;
  position: relative;
}
.brand-filter-list a.active {
  border-color: #2c62aa;
  background: #2c62aa;
  color: #ffffff;
  padding-right: 39px;
}
.brand-filter-list a.active span {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 30px;
  border-left: solid 1px #e35152;
}
.brand-filter-list a.active span:after, .brand-filter-list a.active span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
}
.brand-filter-list a.active span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brand-filter-list a.active span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sort {
  display: flex;
  align-items: center;
}
.sort:after {
  clear: both;
  content: "";
  display: table;
}
.sort-title {
  float: left;
  font-weight: 500;
  padding-right: 29px;
}
.sort-list {
  line-height: 14px;
}
.sort-name {
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  border-bottom: dotted 1px #2c62aa;
  display: inline-block;
  vertical-align: top;
}
.sort-name:hover {
  border-bottom: dotted 1px transparent;
}
.sort-name.active > span > span {
  float: right;
}
.sort-name > span {
  position: absolute;
  white-space: nowrap;
  right: -33px;
  top: 0;
  color: #333333;
}
.sort-name > span:after {
  clear: both;
  content: "";
  display: table;
}
.sort-name > span > span {
  float: left;
}
.sort-price {
  position: relative;
  margin-right: 40px;
  text-decoration: none;
  border-bottom: dotted 1px #2c62aa;
  display: inline-block;
  vertical-align: top;
}
.sort-price:hover {
  border-bottom: dotted 1px transparent;
}
.sort-price.active > span > span {
  float: right;
}
.sort-price > span {
  position: absolute;
  white-space: nowrap;
  width: 12px;
  height: 10px;
  right: -21px;
  top: 2px;
}
.sort-price > span:after {
  clear: both;
  content: "";
  display: table;
}
.sort-price > span > span {
  float: left;
  background: #2c62aa;
  width: 2px;
  height: 5px;
  margin-top: 5px;
  margin-left: 1px;
  margin-right: 1px;
}
.sort-price > span > span + span {
  height: 8px;
  margin-top: 2px;
}
.sort-price > span > span + span + span {
  height: 10px;
  margin-top: 0;
}

.file {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  overflow-wrap: anywhere;
}
.file + .file {
  margin-top: 20px;
}
.file:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/file.svg) 0 50%/24px no-repeat;
}

.ce-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0 0 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ce-col-l {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  font-weight: 300;
}
.ce-col-m {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-left: 40px;
}
.ce-col-m .param {
  line-height: 30px;
}
.ce-col-r {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding-left: 20px;
}
.ce-col-r .advantages > div {
  flex-basis: 100%;
}

.ce-colr {
  display: flex;
}
.ce-colr > div {
  flex-basis: 50%;
}
.ce-colr > div:first-child {
  padding-right: 20px;
  box-sizing: border-box;
}

.ce-icons {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.ce-icons > div {
  margin: 10px;
  flex-basis: calc(100%/2 - 20px);
  display: flex;
  align-items: flex-start;
}
.ce-icons .ce-icon-img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("../images/check-io.svg") 50% 50%/40px no-repeat;
  margin-right: 15px;
}
.ce-icons .ce-icon-title {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 5px;
}
.ce-icons .ce-icon-subtitle {
  font-size: 14px;
  line-height: 1.25;
}

.ce-border {
  padding: 20px 24px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  outline: 0;
  text-align: center;
}

.about-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ce-optionslink {
  color: #666;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #666 !important;
}
.ce-optionslink:hover {
  text-decoration: none;
}

.scroll-link {
  position: relative;
  top: -150px;
  line-height: 0;
}

.ce-about {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px 50px;
}
.ce-about > div {
  overflow: hidden;
  flex-basis: calc(100% / 2 - 80px);
  box-sizing: border-box;
  margin: 0 40px;
}
.ce-about-title {
  font-size: 18px;
  font-weight: 700;
}
.ce-about-text {
  text-align: justify;
}
.ce-about-text tbody {
  display: block;
}
.ce-about-text table {
  display: block;
}
.ce-about-text table tr {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.ce-about-text table tr td, .ce-about-text table tr th {
  display: block;
}
.ce-about-text table tr td p, .ce-about-text table tr th p {
  margin: 0;
}
.ce-about-text table tr td:nth-child(2), .ce-about-text table tr th:nth-child(2) {
  flex-grow: 1;
  min-width: 60px;
  border-bottom: 1px dotted #d8d8d8;
  line-height: 0;
}
.ce-about-text table tr td:last-child, .ce-about-text table tr th:last-child {
  width: auto;
}

.ce-params {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ce-params > div {
  /*flex-basis: calc(100%/2 - 30px);*/
  margin: 0 15px;
}

.ce-img-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ce-img-main {
  max-width: 750px;
  width: 100%;
}

.ce-img-thumb {
  display: flex;
  margin: 0 -1px;
  width: 100%;
  order: 1;
  flex-direction: row;
}
.ce-img-thumb > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  cursor: pointer;
  padding: 5px;
  border: solid 1px #e0e0e0;
}
.ce-img-thumb > div > div {
  overflow: hidden;
  width: 100%;
  background: url("../images/logo.svg") 50% 50%/contain no-repeat;
}
.ce-img-thumb > div > div:before {
  content: "";
  float: left;
  padding-top: calc(100% * 2 / 3);
}
.ce-img-thumb > div:hover {
  opacity: 0.2;
}

.ce-img-slider-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  max-width: 750px;
  margin: 0 auto;
}
.ce-img-slider-wrap .ce-img-slider > div {
  display: none;
  width: 100%;
  overflow: hidden;
  background: url("../images/noimage.png") 50% 50%/cover no-repeat;
  position: relative;
}
.ce-img-slider-wrap .ce-img-slider > div:first-child {
  display: block;
}
.ce-img-slider-wrap .ce-img-slider > div:before {
  content: "";
  float: left;
  padding-top: calc(100%*2/2);
}
.ce-img-slider-wrap .ce-img-slider > div a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.ce-img-slider-wrap .ce-img-slider > div .video {
  display: flex;
}
.ce-img-slider-wrap .ce-img-slider > div .video:before {
  content: "";
  float: left;
  padding-top: calc(100%*2/3);
}
.ce-img-slider-wrap .ce-img-slider > div .video iframe {
  width: 100%;
}

.ce-order {
  display: flex;
}
.ce-order .btn {
  padding: 5px 32px;
}

.ce-price {
  margin: 0;
  line-height: 50px;
  display: block;
}
.ce-price.empty-price {
  font-size: 22px;
}
.ce-price b {
  font-size: 36px;
  white-space: nowrap;
}

.ce-phone {
  color: #333;
  text-decoration: none;
}
.ce-phone b {
  font-weight: normal;
}

.ce-info {
  width: 100%;
  margin-top: 30px;
}
.ce-info .phone {
  text-decoration: none;
  color: #333;
}
.ce-info tr + tr {
  border-top: solid 1px #e0e0e0;
}
.ce-info td {
  padding: 10px 20px 10px 0;
  vertical-align: top;
}
.ce-info span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  display: block;
  line-height: 20px;
}
.ce-info span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/ce-info.png);
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.ce-info span.ce-i1:after {
  background-position: 0 0;
}
.ce-info span.ce-i2:after {
  background-position: 0 -20px;
}
.ce-info span.ce-i3:after {
  background-position: 0 -40px;
}
.ce-info span.ce-i4:after {
  background-position: 0 -60px;
}

.ce-size {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.ce-size-title {
  font-weight: 500;
}
.ce-size-title.active {
  position: relative;
  padding-left: 20px;
}
.ce-size-title.active:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - 8px);
  background: url("../images/check.svg") 50% 50%/16px no-repeat;
}
.ce-size-controls {
  display: flex;
}
.ce-size-controls .control-input input {
  height: 40px;
}
.ce-size-controls .btn {
  height: 40px;
  background: url("../images/cart_w.svg") calc(100% - 10px) 50%/24px no-repeat #2c62aa;
  display: block;
  padding: 0 40px 0 10px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}
.ce-size-price {
  margin-right: 40px;
  margin-left: 20px;
  line-height: 40px;
  white-space: nowrap;
}

.items-slider-wrap {
  margin: 35px 0 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.items-slider-wrap .slick-arrow {
  position: absolute;
  top: 100%;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
}
.items-slider-wrap .slick-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  height: 10px;
  width: 10px;
  border-left: solid 2px #2c62aa;
  border-top: solid 2px #2c62aa;
}
.items-slider-wrap .slick-prev {
  left: calc(50% - 50px);
}
.items-slider-wrap .slick-prev:before {
  transform: rotate(-45deg);
  left: calc(50% - 6px);
}
.items-slider-wrap .slick-next {
  right: calc(50% - 50px);
}
.items-slider-wrap .slick-next:before {
  transform: rotate(-225deg);
  left: calc(50% - 10px);
}

.items-slider {
  margin: 0 -10px;
}
.items-slider .slick-slide {
  margin: 0 10px;
  height: 100%;
}
.items-slider .slick-slide .item {
  height: 100%;
}
.items-slider .slick-dots {
  margin: 0;
}

.slick-dots {
  margin: 0;
  text-align: center;
  margin-top: 10px;
}
.slick-dots li {
  margin: 30px 5px 20px !important;
}
.slick-dots li:only-child {
  display: none;
  margin: 0 !important;
}

.articles {
  padding: 30px 20px;
  margin-bottom: 30px;
  background: #fff;
}
.articles > div {
  padding-bottom: 30px;
}

.article-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  margin: 20px 0;
}
.article-item:after {
  clear: both;
  content: "";
  display: table;
}
.article-item-img {
  width: 50px;
  height: 50px;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 20px;
}
.article-item-title {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.article-item-title a {
  color: #333333;
  text-decoration: none;
}

.faq-btn {
  text-align: center;
  margin-bottom: 20px;
}

.questions-wrap {
  background-color: #fff;
  padding: 20px 20px;
  margin: 30px 0;
}

.acc {
  border: solid 1px #e0e0e0;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.acc:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #2c62aa;
  border-bottom: solid 2px #2c62aa;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acc:hover {
  border-color: #2c62aa;
}
.acc:hover .acc-title {
  text-decoration: underline;
}
.acc.open .acc-title {
  text-decoration: none !important;
  color: #2c62aa;
}
.acc.open .acc-cnt {
  display: block;
  font-size: 16px;
}
.acc + .acc {
  margin-top: 20px;
}
.acc-title {
  z-index: 2;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 40px 13px 30px;
}
.acc-cnt {
  display: none;
  padding: 15px 0 6px;
}
.acc-cnt > *:first-child {
  margin-top: 0 !important;
}
.acc-cnt > *:last-child {
  margin-bottom: 0 !important;
}

.form {
  background: #fff;
  padding: 38px 110px 40px;
  margin-bottom: 30px;
}
.form-title {
  margin-bottom: 27px;
}
.form-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.form-col .form-col {
  margin-top: 15px;
}
.form-col > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 10px;
}
.form-col > div + div {
  padding: 0 0 0 10px;
}
.form-offer {
  text-align: center;
  margin-top: 20px;
}
.form-btn {
  margin-top: 20px;
  text-align: center;
}
.form label + label {
  margin-top: 15px;
}

label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
label > span {
  display: block;
  margin-bottom: 5px;
}

input,
textarea {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 19px 11px;
  border: 0;
  border: solid 1px #e5e5e5;
  border-radius: 2px;
}

textarea {
  height: 220px;
  resize: none;
}

.radio {
  width: 20px;
  height: 20px;
  display: block;
}
.radio input {
  display: none;
}
.radio input:checked + i:after {
  opacity: 1;
}
.radio i {
  display: block;
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #cacaca;
  border-radius: 20px;
  position: relative;
}
.radio i:hover {
  border: solid 2px #2c62aa;
}
.radio i:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  opacity: 0;
  border-radius: 8px;
  background: #333;
}

.ob-radio {
  line-height: 20px;
  margin: 30px 0;
}
.ob-radio > div {
  margin-bottom: 16px;
  line-height: 32px;
}
.ob-radio label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 40px;
}
.ob-radio label:after {
  clear: both;
  content: "";
  display: table;
}
.ob-radio label + label {
  margin-top: 0;
}
.ob-radio label .radio {
  float: left;
  margin-right: 20px;
}
.ob-radio label .radio-title {
  overflow: hidden;
  font-size: 16px;
}

.error-text {
  color: #f00;
}

.fileUploadButton {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
  color: #2c62aa !important;
}
.fileUploadButton:hover {
  text-decoration: underline;
}
.fileUploadButton:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #2c62aa;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.fileUploadButton:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #2c62aa;
  left: 9px;
  top: 50%;
  margin-top: -10px;
}

.uploadedFiles {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.uploadedFiles span + span {
  margin-left: 10px;
}

.fileUpload {
  margin: 20px 0 30px;
}
.fileUpload .moxie-shim {
  bottom: 0 !important;
  top: auto !important;
}

.fileUploadList {
  margin-bottom: 20px;
}
.fileUploadList span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 30px;
}
.fileUploadList span .delFile {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 10px;
  text-decoration: none;
  text-indent: -9999px;
}
.fileUploadList span .delFile:before, .fileUploadList span .delFile:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #dc2c0b;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
}
.fileUploadList span .delFile:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fileUploadList span .delFile:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add-file-list {
  display: flex;
}

img.uploaded_photo {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

video.uploaded_photo {
  width: 320px;
  height: 180px;
  object-fit: contain;
}

.file-type {
  display: inline-block;
  vertical-align: middle;
}

.region-select {
  text-align: center;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.region-select a {
  display: inline-block;
  vertical-align: top;
  color: #2c62aa;
  text-decoration: none;
  position: relative;
  border-bottom: dotted 1px;
}
.region-select a:hover {
  border-bottom: dotted 1px transparent;
}
.region-select a:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  left: -24px;
  top: -1px;
  background: url(../images/pin.svg) 50% 50% no-repeat;
}

.map {
  height: 400px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.kont-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.kont-col-l {
  display: table-cell;
  vertical-align: top;
  width: 33%;
}
.kont-col-r {
  display: table-cell;
  vertical-align: top;
}

.kont-info {
  position: relative;
  padding-left: 80px;
  min-height: 50px;
}
.kont-info.ph a {
  text-decoration: none;
  color: #333333;
}
.kont-info + .kont-info {
  margin-top: 30px;
}
.kont-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #2c62aa;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kont-info-icon img {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.fil {
  font-size: 18px;
}
.fil-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  margin: 30px 0;
}
.fil-item b {
  font-weight: 500;
}
.fil-item > div + div {
  margin-top: 10px;
}
.fil a {
  text-decoration: none;
  color: #333;
}

.cart-wrap {
  background-color: #ffffff;
  padding: 20px 20px;
  margin: 30px 0 40px;
}

.cart {
  display: table;
  width: 100%;
}
.cart tr {
  border-bottom: solid 1px #e5e5e5;
}
.cart td {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.cart td.ct1 {
  width: 120px;
}
.cart td.ct3 {
  width: 150px;
}
.cart td.ct4 {
  width: 170px;
}
.cart td.ct5 {
  width: 220px;
}
.cart td.ct6 {
  width: 20px;
  padding-right: 0;
}
.cart .ci {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart .ci img {
  vertical-align: top;
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.cart .c-title {
  line-height: 1.25;
}
.cart .c-title a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.cart .c-title a:hover {
  text-decoration: underline;
}
.cart .c-price b {
  font-size: 24px;
  font-weight: 500;
}
.cart .c-del {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.cart .c-del:after, .cart .c-del:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #2c62aa;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -1px;
}
.cart .c-del:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart .c-del:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.control-input {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: 120px;
  height: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
}
.control-input.t2 {
  width: 140px;
  height: 42px;
  border: none;
}
.control-input.t2 input {
  background: #f0f1f2;
  background-clip: content-box;
  font-size: 16px;
  height: 40px;
  padding: 0 40px;
}
.control-input.t2 input:focus {
  background: #fff;
}
.control-input.t2 span {
  width: 40px;
  height: 40px;
  background: #666;
}
.control-input.t3 span {
  background: #f0f1f2;
}
.control-input.t3 span:hover:after, .control-input.t3 span:hover:before {
  background: #2c62aa !important;
}
.control-input.t3 span:after {
  background-color: #333;
}
.control-input.t3 span.control-input-p::before {
  background-color: #333;
}
.control-input span {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  background: #888;
}
.control-input span:hover:after, .control-input span:hover:before {
  background: #ebebeb !important;
}
.control-input span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -6px;
}
.control-input span.control-input-m {
  left: 0;
}
.control-input span.control-input-p {
  right: 0;
}
.control-input span.control-input-p:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -1px;
}
.control-input input {
  padding: 0 30px;
  background: #f0f1f2;
  height: 30px;
  text-align: center;
  border: 0;
  font-size: 16px;
}

.total-price {
  text-align: right;
  margin-top: 16px;
}
.total-price + .form {
  margin-top: 20px;
}
.total-price > div {
  display: inline-block;
  vertical-align: baseline;
  font-size: 18px;
}
.total-price > div > div {
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  margin-left: 90px;
}
.total-price > div > div b {
  font-size: 24px;
}

.search {
  border: solid 1px #f3f3f3;
  border-radius: 40px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search input {
  width: 100%;
  border: 0;
  padding: 10px 50px 11px 19px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
.search button {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 2px;
  top: calc(50% - 18px);
  background: url(../images/zoom.svg) 50% 50%/18px no-repeat #2c62aa;
  border: 0;
  border-radius: 50%;
}

.search-res {
  text-align: center;
  margin: 10px 0;
}
.search-res span {
  color: #2c62aa;
}

.p404 {
  height: 100%;
  background: url(../images/p404.jpg) 50% 50%/cover no-repeat #f8f8f8;
  position: relative;
  z-index: 1;
}
.p404:after {
  position: absolute;
  content: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -moz-linear-gradient(left, rgba(16, 16, 16, 0.7) 0%, rgba(16, 16, 16, 0.7) 30%, rgba(16, 16, 16, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(16, 16, 16, 0.7) 0%, rgba(16, 16, 16, 0.7) 30%, rgba(16, 16, 16, 0) 100%);
  background: linear-gradient(to right, rgba(16, 16, 16, 0.7) 0%, rgba(16, 16, 16, 0.7) 30%, rgba(16, 16, 16, 0) 100%);
}

.p404-text {
  color: #333;
  padding: 130px 0;
}

.p404-title {
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  max-width: 830px;
  margin-bottom: 40px;
  font-weight: bold;
}
.p404-title div {
  color: #2c62aa;
  margin-bottom: 20px;
}

.p404-desc {
  max-width: 550px;
  position: relative;
  padding-top: 40px;
  font-size: 18px;
  margin-bottom: 40px;
}

.filter-wrap {
  margin-bottom: 40px;
}
.filter-wrap.open .filter-cnt {
  display: block;
}
.filter-wrap.open .filter-title div:after {
  transform: rotate(-135deg);
  top: 13px;
}
.filter-wrap .filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-wrap .filter-title div {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-wrap .filter-title div:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #2c62aa;
  border-bottom: solid 2px #2c62aa;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-wrap .filter-title div:before {
  width: 20px;
  height: 24px;
  position: absolute;
  content: "";
  background: url(../images/filter.png) 0 0 no-repeat;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.filter-wrap .filter-cnt {
  border: solid 1px #e8e8e8;
  margin-top: 10px;
  border-radius: 2px;
  display: none;
}
.filter-wrap .filter-cnt .filter-b {
  padding: 19px 29px 24px;
}
.filter-wrap .filter-cnt .filter-b.t2 {
  padding: 9px 29px;
  background: #f9f9f9;
  border-top: 0;
}
.filter-wrap .filter-cnt .filter-b.t2 .btn {
  margin-right: 20px;
  width: 150px;
}
.filter-wrap .filter-cnt .filter-b.t2 .btn2 {
  width: 150px;
}
.filter-wrap .filter-cnt .filter-b + .filter-b {
  border-top: solid 1px #e8e8e8;
}
.filter-wrap .filter-cnt .filter-b-title {
  font-weight: bold;
}
.filter-wrap .filter-cnt .filter-b label {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 21px;
  margin-right: 70px;
  width: auto;
}
.filter-wrap .filter-cnt .filter-b label:after {
  clear: both;
  content: "";
  display: table;
}
.filter-wrap .filter-cnt .filter-b label:hover .check i {
  border-color: #2c62aa;
}
.filter-wrap .filter-cnt .filter-b label .check {
  float: left;
  margin-right: 20px;
}
.filter-wrap .filter-cnt .filter-b label .check-title {
  display: block;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.check {
  width: 20px;
  height: 20px;
}
.check.radio i {
  border-radius: 20px;
}
.check.radio i:after {
  width: 10px;
  height: 10px;
  background: #333333;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.check input {
  display: none;
}
.check input:checked + i:after {
  opacity: 1;
}
.check i {
  display: block;
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: solid 2px #dddddd;
  border-radius: 2px;
}
.check i:after {
  position: absolute;
  content: "";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  width: 6px;
  height: 10px;
  left: 6px;
  top: 3px;
  opacity: 0;
  transform: rotate(45deg);
}

.btn3 {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  background: transparent;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  border: 0;
  line-height: 30px;
}

.modal {
  background: #fff;
  width: 540px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 38px 40px 20px;
}
.modal-cnt {
  padding: 16px 60px 40px;
}
.modal .btn2 {
  display: table;
  margin: 20px auto 0;
}

.modal-offer {
  margin-top: 20px;
  text-align: center;
  line-height: 20px;
}
.modal-offer a {
  color: #333;
}

.modal-city-select {
  font-size: 16px;
  font-weight: 500;
}
.modal-city-select > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px 20px;
}
.modal-city-select a {
  color: #333;
  text-decoration: underline;
}
.modal-city-select a:hover {
  text-decoration: none;
}
.modal-city-select span {
  color: #2c62aa;
  text-decoration: none;
}

.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: -3px;
}
.menu-btn:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #2c62aa;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
}
.menu-btn:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #2c62aa;
  border-bottom: solid 2px #2c62aa;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
}

.main-page .mobile-header-fixed {
  box-shadow: none;
}
.main-page .header_scroll .mobile-header-fixed {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.mobile-header {
  display: none;
  height: 80px;
}
.mobile-header-fixed {
  position: fixed;
  width: 100%;
  min-width: 360px;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mobile-header-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  align-items: center;
  background-color: #f9f9f9;
}
.mobile-header-top .city-select a span:after {
  display: none;
}
.mobile-header-top .header-phone {
  font-size: 15px;
}
.mobile-header-middle {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0;
  align-items: center;
  height: 80px;
}
.mobile-header-middle .logo {
  line-height: 0;
  padding-right: 0;
}
.mobile-header-middle .logo img {
  width: 107px;
  height: 46px;
}
.mobile-header-middle .header-cart a {
  width: 20px;
  padding: 6px 0 4px 30px;
}
.mobile-header-middle .header-cart a.empty {
  height: 30px;
  width: 10px;
}
.mobile-header-bottom .header-search {
  width: 100%;
  border: 0;
}

.table-scroll-wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 40px;
}

.table-scroll-wrap > div {
  overflow-x: auto;
}

.table-scroll-wrap .table {
  margin: 0;
}

.menu-drop {
  position: fixed;
  right: -480px;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 86px;
  padding-bottom: 50px;
  background: #fff;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  max-width: 480px;
  transition: right 0.5s ease-out;
}
.menu-drop.open {
  right: 0;
}
.menu-drop.open .mobile-main-menu-btns {
  animation: btns 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.menu-drop-wrap {
  overflow: auto;
  position: fixed;
  display: none;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.menu-drop-wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.menu-drop nav {
  margin-bottom: 50px;
}
.menu-drop nav.t2 {
  margin: 0 40px;
}
.menu-drop nav .mobile-filters {
  display: none;
}
.menu-drop nav .mobile-filters-wrap {
  margin: 0 40px;
}
.menu-drop nav .mobile-filters-wrap.open .mobile-filters {
  display: block;
  padding-bottom: 20px;
  border-bottom: none;
}
.menu-drop nav div {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.menu-drop nav div:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.menu-drop nav div.mobile-filter {
  border: none;
}
.menu-drop nav div label {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 11px;
  /*margin-right: 70px;*/
  width: auto;
}
.menu-drop nav div label:after {
  clear: both;
  content: "";
  display: table;
}
.menu-drop nav div label:hover .check i {
  border-color: #2c62aa;
}
.menu-drop nav div label .check {
  float: left;
  margin-right: 20px;
}
.menu-drop nav div label .check i {
  border: solid 1px #dddddd;
}
.menu-drop nav div label .check-title {
  display: block;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.menu-drop nav div.selected-filters {
  border-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
  padding: 0 30px 7px;
  margin-top: -7px;
  color: #000;
}
.menu-drop nav div.selected-filters span {
  display: inline-block;
  padding: 5px 0;
}
.menu-drop nav div.selected-filters span + span {
  margin-left: 10px;
}
.menu-drop nav div.open > a.toggleAccordion:after,
.menu-drop nav div.open > span.toggleAccordion:after {
  transform: rotate(-135deg);
  bottom: calc(50% - 6px);
}
.menu-drop nav div > a,
.menu-drop nav div > span {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 0 15px 0;
  position: relative;
  font-weight: 600;
}
.menu-drop nav div > a.toggleAccordion,
.menu-drop nav div > span.toggleAccordion {
  position: relative;
}
.menu-drop nav div > a.toggleAccordion:after,
.menu-drop nav div > span.toggleAccordion:after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 50%;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
.menu-drop nav div.active > a,
.menu-drop nav div.active > span {
  color: #2c62aa;
}
.menu-drop-logo {
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 22px;
}
.menu-drop-logo img {
  width: 107px;
  height: 46px;
}
.menu-drop-filters {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  left: 40px;
  top: 25px;
  width: 50px;
  text-decoration: none;
}
.menu-drop .back {
  position: absolute;
  font-size: 16px;
  left: 25px;
  top: 25px;
  width: 50px;
  text-decoration: none;
  cursor: pointer;
}
.menu-drop .back:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  left: -10px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-drop-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 20px;
  z-index: 2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-drop-close:after, .menu-drop-close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -1px;
}
.menu-drop-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-drop-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-drop .mobile-main-menu-btns {
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  z-index: 100;
  display: block;
  justify-content: space-between;
  background: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
.menu-drop .mobile-main-menu-btns > div {
  flex: 1 1 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  background: #2c62aa;
}
.menu-drop .mobile-main-menu-btns > div.clear-filter {
  background: #fff;
}
.menu-drop .mobile-main-menu-btns > div.clear-filter a {
  color: #888 !important;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #888 !important;
}
.menu-drop .mobile-main-menu-btns > div.clear-filter a:hover {
  text-decoration: none !important;
}
.menu-drop .mobile-main-menu-btns > div a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
}
.menu-drop .mobile-main-menu-btns > div + div {
  border-right: 0;
}

@keyframes btns {
  from {
    position: absolute;
  }
  to {
    position: fixed;
  }
}
.kont-img {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.kont-img > div {
  flex-shrink: 1;
  flex-basis: calc(100% / 3 - 40px);
  margin: 20px;
}
.kont-img > div img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.links {
  margin-bottom: 40px;
}
.links div {
  border-bottom: solid 1px #d2d2d2;
  padding: 10px 0;
}
.links div a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
.links div a:hover {
  text-decoration: underline;
}

.about_blocks_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 40px;
  font-size: 18px;
}
.about_blocks_wrap > div {
  flex-shrink: 1;
  flex-basis: calc(50% - 40px);
  margin: 0 20px;
  border: solid 1px #e0e0e0;
  border-left: solid 5px #2c62aa;
  padding: 37px 55px 39px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about_blocks_wrap .about_blocks_title {
  font-size: 24px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.aboutList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.aboutList > div {
  flex-basis: calc(33.3333% - 20px);
  display: block;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 5px #ffffff;
  background: #ffffff;
  padding: 15px;
  margin: 10px;
}
.aboutList > div:hover {
  border: solid 5px #dbdbdb;
}
.aboutList > div .aboutListImg {
  display: table;
  width: 260px;
  height: 134px;
  margin: 0 auto;
}
.aboutList > div .aboutListImg > div {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.aboutList > div .aboutListImg > div img {
  border: 0;
  vertical-align: top;
}
.aboutList > div .aboutListTitle {
  padding-left: 30px;
  margin: 17px auto 0;
  max-width: 260px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aboutList > div .aboutListTitle span {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.aboutList > div .aboutListTitle span:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fdb016;
  left: -20px;
  top: 7px;
}

.aboutList .aboutPopup {
  position: absolute;
  top: 0px;
  border: solid 5px #dbdbdb;
  background: #ffffff;
  z-index: 4;
  padding: 65px;
  margin: 0 !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 210px;
  visibility: hidden;
  opacity: 0;
  overflow: visible !important;
}

.aboutList .aboutPopup.opened {
  visibility: visible;
  left: 0;
}

.aboutList .aboutPopup.opened .aboutPopupClose {
  visibility: visible;
}

.aboutList .aboutPopup.opened .aboutPopupText {
  visibility: visible;
}

.aboutList .aboutPopup .aboutPopupText {
  min-height: 200px;
  visibility: hidden;
  opacity: 0;
  overflow: visible !important;
}

.aboutList .aboutPopup .aboutPopupText:after {
  clear: both;
  content: "";
  display: table;
}

.aboutList .aboutPopup .aboutPopupText img {
  float: left;
  border: 0;
  margin: 0 40px 20px 0;
}

.aboutList .aboutPopupClose {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
  background: #f59338;
  cursor: pointer;
  opacity: 0;
}
.aboutList .aboutPopupClose:after, .aboutList .aboutPopupClose:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -1px;
}
.aboutList .aboutPopupClose:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aboutList .aboutPopupClose:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aboutList .aboutPopupClose:hover {
  background-color: #fdb016;
}

.popupOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}

.aboutUploadFiles {
  margin-top: 43px;
  padding-bottom: 7px;
}
.aboutUploadFiles > div {
  background: #ffffff;
  width: calc(50% - 10px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 20px 21px 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333333;
}
.aboutUploadFiles > div:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 34px;
  left: 26px;
  top: 11px;
}
.aboutUploadFiles > div.pdf:after {
  background: url(../images/auf1.png) 0 0 no-repeat;
}
.aboutUploadFiles > div.doc:after {
  background: url(../images/auf2.png) 0 0 no-repeat;
}
.aboutUploadFiles > div > span {
  color: #f68b1e;
}
.aboutUploadFiles > div a span {
  color: #333333;
}
.aboutUploadFiles > div + div {
  margin-left: 20px;
}

.filter_catalog_mobile {
  display: none;
}

.filials {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px;
}
.filials > div {
  flex-basis: calc(100%/3 - 30px);
  margin: 15px;
}
.filials .filial {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
}
.filials .filial-title {
  font-size: 18px;
}
.filials .filial-button {
  margin-top: 20px;
}
.filials .filial-button a {
  color: #2c62aa;
}

.modal.modal-map {
  width: auto;
  max-width: 900px;
}

.addresses {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 25px 20px;
  background-color: #fff;
}
.addresses > div {
  flex-basis: 50%;
  margin: 20px 0;
}

.address {
  padding: 0 20px;
}
.address-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.15;
}
.address-title span {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline dashed #2c62aa;
  float: right;
  line-height: 2.3;
  cursor: pointer;
}

.ce-scroll {
  overflow: auto;
}

.ce-param {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ce-param .param {
  display: table-row;
  width: 100%;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}
.ce-param .param-l {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  padding: 5px 0;
  font-weight: 600;
}
.ce-param .param-l span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ce-param .param-r {
  display: table-cell;
  padding: 5px 0 5px 20px;
  vertical-align: middle;
}

.ce-description {
  line-height: 1.5;
}
.ce-description p {
  margin-top: 0;
}

.ce-instock {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #2c62aa;
}
.ce-instock:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url("../images/check-io.svg") 50% 50%/14px no-repeat;
}

.ci-param {
  margin-top: 11px;
  color: #555555;
  max-width: 800px;
}
.ci-param + .ci-param {
  margin-top: 10px;
}
.ci-param .param {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.ci-param .param-c {
  flex-grow: 1;
  min-width: 60px;
  border-bottom: 1px dotted #d8d8d8;
}
.ci-param .param-r {
  width: auto;
}

.tabs .tabsContent > div {
  display: none;
}
.tabs .tabsContent > div.active {
  display: block;
}

.ce-tabs {
  margin: 50px 0;
}
.ce-tabs .param-r {
  white-space: nowrap;
}
.ce-tabs .tabsButtons {
  margin-left: 1px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  position: relative;
}
.ce-tabs .tabsButtons:before, .ce-tabs .tabsButtons:after {
  content: "";
  width: 100%;
  top: 0;
  background-color: #f5f5f5;
  position: absolute;
  height: 100%;
}
.ce-tabs .tabsButtons:before {
  right: 100%;
}
.ce-tabs .tabsButtons:after {
  left: 100%;
}
.ce-tabs .tabsButtons > div {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 17px 0 16px;
  border-bottom: solid 4px transparent;
  margin-left: -1px;
  position: relative;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
}
.ce-tabs .tabsButtons > div:hover {
  border-bottom: solid 4px #2c62aa;
}
.ce-tabs .tabsButtons > div.active {
  border-bottom: solid 4px #2c62aa;
}
.ce-tabs .tabsButtons > div span {
  display: inline-block;
  vertical-align: top;
}

.tabsContent {
  margin-top: 10px;
}

.paramLine {
  display: table;
  width: 100%;
}

.paramLine + .paramLine {
  margin-top: 20px;
}

.paramLine .paramLineLeft {
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
}

.paramLine .paramLineLeft span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.paramLine .paramLineLeft span:after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1px;
  border-bottom: dotted 1px #c8c8c8;
  right: -1005px;
  top: 12px;
}

.paramLine .paramLineRight {
  display: table-cell;
  vertical-align: top;
  width: 135px;
  padding-left: 5px;
}

.portfolio-slider-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.portfolio-slider-wrap .slick-prev, .portfolio-slider-wrap .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -80px;
  right: calc(50vw - 660px);
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  z-index: 2;
  background: transparent;
}
.portfolio-slider-wrap .slick-prev:before, .portfolio-slider-wrap .slick-next:before {
  position: absolute;
  content: "→";
  top: calc(50% - 15px);
  left: calc(50% - 13px);
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.portfolio-slider-wrap .slick-prev {
  right: calc(50vw - 600px);
}
.portfolio-slider-wrap .slick-prev:before {
  content: "←";
}

.portfolio-slide {
  align-items: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.portfolio-slide img {
  height: 490px;
  width: 490px;
  max-width: 100%;
  object-fit: cover;
}
.portfolio-slide-title {
  margin-top: 20px;
}
.portfolio-slide-title a {
  display: inline-block;
  overflow: hidden;
  font-size: 30px;
}
.portfolio-slide-title a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.soc {
  margin-top: 40px;
}
.soc a {
  display: block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 20px;
}
.soc a + a {
  margin-top: 10px;
}
.soc a img,
.soc a svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.soc a:hover {
  background: transparent;
  color: #fff;
}

.anchorlink {
  position: relative;
  top: -140px;
}

.read_more {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #2c62aa;
}
.read_more:hover {
  text-decoration: none;
}

.partner {
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 80px;
  font-size: 13px;
  color: #2c62aa;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.contact-form .btn {
  width: 100%;
  box-sizing: border-box;
}
.contact-form form > div {
  display: inline-block;
  width: calc(100%/3);
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form form > div.form-divider {
  width: 100%;
  padding: 0;
  display: block;
}
.contact-form form > div.w100 {
  width: 100%;
  display: block;
}
.contact-form form > label {
  padding: 0 10px;
}
.contact-form label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form label.inline {
  width: auto;
}
.contact-form label > span {
  display: block;
  margin-bottom: 6px;
}
.contact-form label > span i {
  color: #ff3131;
  font-style: normal;
}
.contact-form textarea {
  height: 45px;
  resize: both;
}

.fz152 {
  font-size: 14px;
  color: #888;
}
.fz152 a {
  color: #888;
}

.delFile {
  color: #f00;
  position: relative;
  top: 0;
  line-height: 1;
  margin-left: 5px;
}

.persons {
  display: flex;
  margin: 30px -10px;
  flex-wrap: wrap;
}
.persons > div {
  flex-basis: calc(100%/5 - 20px);
  margin: 0 10px 30px;
}

.person {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #666;
  box-shadow: 0 4px 20px 0 rgba(53, 53, 53, 0.1);
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
.person > div + div {
  margin-top: 10px;
}
.person-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.person-name {
  margin-top: 0 !important;
  font-weight: 600;
  font-size: 18px;
}
.person-phone a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.person-phone a:hover {
  text-decoration: none;
}
.person-email a:hover {
  text-decoration: none;
}

.chchat {
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: #18C139 url(../images/mail_w.svg) 50% 50%/30px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation: pulse 2s infinite;
}
.chchat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 193, 57, 0.4);
    box-shadow: 0 0 0 0 rgba(24, 193, 57, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(24, 193, 57, 0);
    box-shadow: 0 0 0 15px rgba(24, 193, 57, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 193, 57, 0);
    box-shadow: 0 0 0 0 rgba(24, 193, 57, 0);
  }
}
.where {
  margin-top: 30px;
  width: 100%;
  table-layout: fixed;
  line-height: 1.25;
}
.where-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.where-header {
  display: none;
}
.where-phone {
  font-size: 15px;
}
.where-w150 {
  width: 150px;
}
.where td, .where th {
  padding: 20px;
}
.where td:first-child, .where th:first-child {
  padding-left: 0;
}
.where td:last-child, .where th:last-child {
  padding-right: 0;
}
.where th {
  color: #888;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  border-bottom: solid 1px #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
}
.where td {
  border-bottom: solid 1px #f5f5f5;
}
.where-select {
  display: flex;
}
.where-select label {
  flex-basis: 500px;
  display: flex;
  border-bottom: 1px solid #C9C9C9;
  margin-right: 50px;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.where-select .select2-container {
  min-width: 180px;
}
.where-select .select2-container.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
}

.select2-results li:before {
  content: none;
}
.select2-results li + li {
  margin-top: 0;
}

.select2-results__option {
  padding: 3px 10px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #C9C9C9 !important;
  border-radius: 2px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2c62aa;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  background-color: #2c62aa;
  border-radius: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.select2-container--default .select2-results__option--selected {
  background-color: #C5E0A1;
}

@media screen and (max-width: 1649px) {
  .main-slider-wrap {
    height: 600px;
  }
  .main-slider-wrap .main-slider {
    height: 600px;
  }
  .main-slider-wrap .main-slider-text {
    height: 600px;
  }
  .main-slider-wrap .main-slider > div {
    height: 600px;
  }
  .main-slider-wrap .video-wrap .video {
    margin-top: -7%;
  }
}
@media screen and (max-width: 1400px) {
  .menu > div + div {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .text-wrap.img-full img {
    left: 0;
    width: calc(100vw - 40px);
    min-width: 320px;
  }

  .items > div, .items.t4 > div {
    flex-basis: calc(100% / 3 - 20px);
  }

  .header-search {
    width: 400px;
  }

  .portfolio-slider-wrap .slick-prev {
    right: 80px;
  }
  .portfolio-slider-wrap .slick-next {
    right: 20px;
  }

  .wrap.t4 {
    padding: 0;
  }

  .main-slider-wrap {
    height: 60vw;
  }
  .main-slider-wrap .main-slider {
    height: 60vw;
  }
  .main-slider-wrap .main-slider-text {
    height: 60vw;
  }
  .main-slider-wrap .main-slider > div {
    height: 60vw;
  }
}
@media screen and (max-width: 1279px) {
  .item-price .btn-cart {
    width: 40px;
    padding: 0;
    text-indent: -2000px;
    background-size: 24px;
  }

  .ce-colr {
    flex-wrap: wrap;
  }
  .ce-colr > div {
    flex-basis: 100%;
  }
  .ce-colr > div:first-child {
    order: 1;
    padding-right: 0;
  }

  .ce-border {
    padding: 0;
    box-shadow: none;
    text-align: left;
  }

  .ce-btns {
    justify-content: unset;
  }
  .ce-btns > a {
    margin-right: 20px;
  }

  /*.ce-price, .control-input {
    display: inline-block;
    margin-right: 40px;
  }*/
}
@media screen and (min-width: 1201px) {
  .chchat {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-phone {
    margin-top: 21px;
  }

  .text-wrap.mh300 {
    min-height: unset;
  }

  .persons > div {
    flex-basis: calc(100%/4 - 20px);
  }

  .ce-col {
    padding: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .param.param-desktop, .ce-optionslink {
    display: none;
  }

  .ce-param {
    max-width: 500px;
  }

  .city-select a {
    margin-left: 0;
  }

  .ce-info {
    margin-top: 10px;
  }

  .ce-col-l {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    order: 1;
    flex-basis: 100%;
  }

  .ce-col-r {
    display: block;
    width: 100%;
    padding-left: 0;
    flex-basis: 100%;
  }

  .mobile-header {
    display: block;
  }

  .header {
    display: none;
  }

  .footer-right {
    flex-wrap: wrap;
  }
  .footer-right > div {
    flex-basis: calc(50% - 40px);
    margin-bottom: 60px;
    max-width: unset;
  }

  .header-phone.t2 {
    display: none;
  }

  .parts > div {
    flex-basis: calc(100% / 3 - 20px);
  }
  .parts.t6 > div {
    flex-basis: calc(100% / 6 - 20px);
  }
  .parts.t5 > div {
    flex-basis: calc(100% / 4);
  }
}
@media screen and (max-width: 1100px) {
  .ce-icons {
    flex-wrap: wrap;
  }
  .ce-icons > div {
    flex-basis: calc(100% / 2 - 20px);
  }

  .items > div, .items.t4 > div {
    flex-basis: calc(50% - 20px);
  }

  .partners > div {
    flex-basis: calc(100%/8);
  }

  .parts.t33 > div {
    flex-basis: calc(100% / 2 - 50px);
  }
  .parts.t333 > div {
    flex-basis: calc(100% / 2 - 40px);
  }

  .news-picture {
    width: 450px;
    height: 270px;
    margin-bottom: 20px;
  }

  .main-slider-wrap {
    height: 45vw;
  }
  .main-slider-wrap .video-wrap .video {
    margin-top: 0;
    width: 120%;
    left: -10%;
    top: -30%;
  }
  .main-slider-wrap .main-slider {
    height: 45vw;
  }
  .main-slider-wrap .main-slider-text {
    height: 45vw;
  }
  .main-slider-wrap .main-slider > div {
    height: 45vw;
  }

  .services > div {
    flex-basis: calc(100%/3);
  }
  .services.t6 > div {
    flex-basis: calc(100%/4);
  }

  .advantages > div {
    flex-basis: calc(50% - 20px);
  }
  .advantages > div:nth-child(1), .advantages > div:nth-child(4), .advantages > div:nth-child(5) {
    background-color: #F0F2F3;
  }
  .advantages > div:nth-child(2), .advantages > div:nth-child(3), .advantages > div:nth-child(6) {
    background-color: #F8F8F9;
  }

  .news-wrap > div {
    flex-basis: calc(50% - 70px);
  }

  .news-wrap.t4 > div {
    flex-basis: calc(50% - 40px);
  }

  .row.t6 > div {
    flex-wrap: wrap;
  }
  .row.t6 > div > div {
    flex-basis: 100%;
  }
  .row.t6 > div > div.title {
    margin-bottom: 40px;
  }

  .col4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .col3 {
    grid-template-columns: 1fr 1fr;
  }

  .popular-table .pt-title {
    padding-bottom: 10px;
  }
  .popular-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .popular-table tr {
    position: relative;
    display: block;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-direction: column;
    margin: 10px 0;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
    border: solid 1px #dcdcdc;
  }
  .popular-table tr .control-input {
    border: solid 1px #dcdcdc;
  }
  .popular-table tr .pt-img {
    width: 70px;
    height: 60px;
    margin: 0 auto;
  }
  .popular-table tr .pt-price {
    margin: 0;
  }
  .popular-table tr .pt-btn .btn {
    width: 100px;
  }
  .popular-table tr .w1 {
    width: auto;
  }
  .popular-table tr td {
    display: block;
    border: 0 !important;
    padding: 0;
  }
  .popular-table tr td.left {
    float: left;
  }
  .popular-table tr td + td {
    padding-top: 10px;
  }
  .popular-table tr td:last-child {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .cat-parts.c3 > div {
    flex-basis: 50%;
  }
  .cat-parts.c4 > div {
    flex-basis: 33.3333%;
  }
  .cat-parts > div {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 992px) {
  .col2.t3 > div {
    flex-basis: calc(100% / 2 - 20px);
  }

  .contact-form form > div {
    width: calc(100% / 2);
  }

  .vacancy-wrap {
    margin: 0;
  }
  .vacancy-wrap > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .persons > div {
    flex-basis: calc(100%/3 - 20px);
  }

  .news-page .table-scroll-wrap {
    display: table;
  }

  .review-wrap {
    margin: 0;
  }
  .review-wrap > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .parts.t8 > div {
    flex-basis: calc(100% / 5 - 20px);
  }

  .filials > div {
    flex-basis: calc(100% / 2 - 20px);
  }

  .partners > div {
    flex-basis: calc(100%/7);
  }

  .ce-about {
    margin: 0;
  }
  .ce-about > div {
    flex-basis: 100%;
    margin: 0 0 20px;
  }

  .services > div {
    flex-basis: calc(100%/2);
  }
  .services.t3 > div {
    flex-basis: calc(100%/2);
  }

  .portfolio-slide {
    height: 390px;
  }
  .portfolio-slide img {
    height: 390px;
  }

  .document-page {
    margin: 0;
  }
  .document-page > div {
    flex-basis: 100%;
    margin: 20px 0;
  }
  .document-page .document-pic {
    max-width: 340px;
    margin: 0 auto;
  }

  .documents {
    margin: 0;
  }
  .documents > div {
    flex-basis: 100%;
    margin: 20px 0;
  }

  .contacts {
    flex-wrap: wrap;
  }
  .contacts > div {
    flex-basis: 100%;
  }
  .contacts > div:first-child {
    min-width: unset;
    padding-right: 0;
  }

  .footer-col > div {
    flex: 1 1 33.3333%;
  }
  .footer-col > div:nth-child(4):after {
    display: none;
  }
  .footer-bottom-col {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-col > * + * {
    margin-top: 10px !important;
  }

  .ce-tabs {
    margin: 20px 0;
  }

  .col3 {
    grid-gap: 40px;
  }

  .aside-filters-filter > div > div {
    flex-flow: column;
  }
  .aside-filters-filter > div > div > div {
    flex-basis: 100%;
  }

  .text-wrap {
    /*padding: 25px 80px;*/
  }

  .addresses > div {
    flex-basis: 100%;
  }

  .aboutUploadFiles > div {
    width: 100%;
    line-height: 1.5;
  }
  .aboutUploadFiles > div + div {
    margin-top: 10px;
    margin-left: 0;
  }

  .aboutList > div {
    flex-basis: calc(50% - 20px);
  }

  .about_blocks_wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .about_blocks_wrap > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .cart td.ct1 {
    width: 80px;
  }

  .cart td.ct5,
.cart td.ct3 {
    width: 130px;
  }

  .cart td.ct4 {
    width: 120px;
  }

  .kont-col-l {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .kont-col-r {
    display: block;
  }

  .fil-item {
    width: 33.3333%;
    padding-right: 20px;
  }

  .service-b-title-icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .service-b-title-link {
    min-height: 40px;
  }

  .service-b {
    padding-right: 20px;
  }

  .service-b-title {
    padding-left: 50px;
  }

  .service-b-list div {
    padding-left: 14px;
  }

  .form {
    padding: 30px 60px;
  }

  .file-item {
    padding-left: 70px;
  }

  .items3 > div {
    flex-basis: 50%;
  }

  .cnt-col-l {
    width: 25%;
  }

  .parts > div {
    flex-basis: calc(100%/2 - 20px);
  }
  .parts.t6 > div {
    flex-basis: calc(100% / 5 - 20px);
  }
  .parts.t3 > div {
    flex-basis: calc(100%/2);
  }

  .items > div, .items.t4 > div {
    flex-basis: calc(50% - 20px);
  }

  .article-item {
    width: 100%;
    padding-right: 0;
  }

  .mh {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hide_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .parts.t6 > div {
    flex-basis: calc(100% / 4 - 20px);
  }
  .parts.t333 {
    margin: 0 -10px;
  }
  .parts.t333 > div {
    flex-basis: calc(100% / 2 - 20px);
    margin: 10px;
  }

  .about-wrap {
    flex-wrap: wrap;
  }
  .about-wrap > div {
    flex-basis: 100% !important;
    padding-right: 0 !important;
  }

  .where {
    display: block;
  }
  .where-header {
    display: inline-block;
  }
  .where thead {
    display: none;
  }
  .where td, .where th, .where tbody {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 15px;
  }
  .where tr {
    display: block;
    border-bottom: solid 1px #f0f0f0;
    padding: 10px 0;
  }

  .main-slider-wrap .main-slider-text > div > div {
    font-size: 36px;
    line-height: 1.2;
  }

  .documents-header {
    font-size: 20px;
  }

  .documents-wrap {
    margin: 0 0 20px;
  }
  .documents-wrap > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .persons > div {
    flex-basis: calc(100%/2 - 20px);
  }

  .cat-slide .bread-crumbs {
    width: auto;
  }

  .parts.t8 > div {
    flex-basis: calc(100% / 4 - 20px);
  }

  .partners > div {
    flex-basis: calc(100%/5);
  }

  .cat-slide {
    height: auto;
    padding: 20px 0;
  }
  .cat-slide-text {
    position: static;
    width: auto;
  }
  .cat-slide-img {
    position: static;
    width: auto;
    height: 100px;
    margin-top: 20px;
  }
  .cat-slide-img img {
    object-position: left;
  }

  .news-picture {
    float: unset;
    width: 100%;
    height: 100%;
    max-width: 300px;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .news-picture:before {
    content: "";
    float: left;
    padding-top: calc(100%*3/5);
  }

  .news-wrap {
    margin: 30px -20px 15px;
  }
  .news-wrap > div {
    flex-basis: calc(50% - 40px);
    margin: 15px 20px;
  }

  .news-link {
    float: none;
    position: relative;
  }
  .news-link a {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
  }

  .pricelists {
    margin: 0 0 40px;
  }
  .pricelists > div {
    height: auto;
    margin: 10px 0;
    flex-basis: 100%;
  }

  .service-title a {
    font-size: 18px;
    padding: 15px 20px;
  }
  .service-title a span:before {
    display: none;
  }
  .service-title a span:after {
    top: -17px;
  }

  .row.t6 > div > div.title {
    font-size: 26px;
  }

  .ce-tabs .tabsButtons > div {
    width: calc(50% - 30px);
    box-sizing: border-box;
    margin-right: 30px;
  }

  .aside-menu-lvl2 div {
    border-bottom: solid 1px #e0e0e0;
  }
  .aside-menu-lvl2 div a, .aside-menu-lvl2 div span {
    display: block;
    color: #333333;
    text-decoration: none;
    text-decoration-color: currentcolor;
    font-size: 17px;
    font-weight: 500;
    padding: 13px 40px 13px 0;
    position: relative;
    line-height: 1.2;
  }
  .aside-menu-lvl2 div a:after, .aside-menu-lvl2 div span:after {
    content: none;
  }

  .col2 {
    margin: 0;
  }
  .col2 > div {
    margin: 20px 0;
    flex-basis: 100%;
  }

  .item2-title {
    font-size: 26px;
  }

  .ce-img-wrap {
    flex-wrap: wrap;
  }

  .ce-img-slider-wrap .slick-slide > div img {
    height: auto;
  }

  .callback-form form > div {
    flex-basis: 50%;
  }
  .callback-form form > div.register-btn {
    flex-basis: calc(50% - 20px);
  }

  .footer-flex {
    flex-wrap: wrap;
  }
  .footer-flex > div {
    flex-basis: 100%;
  }
  .footer-left {
    text-align: center;
    margin: 80px 0 60px;
  }
  .footer-col > div {
    flex: 1 1 50%;
  }
  .footer-col > div:nth-child(4):after {
    display: block;
  }
  .footer-col > div:nth-child(3):after {
    display: none;
  }
  .footer-col > div:nth-child(5):after {
    display: none;
  }

  .parts.t5 > div {
    flex-basis: calc(100%/3);
  }

  .aside-filters.open .aside-filters-filter {
    display: none;
  }

  .aside-filters .aside-filters-filter {
    display: block;
  }

  .cat-filter {
    flex-wrap: wrap;
    padding: 8px 0;
  }
  .cat-filter > div {
    flex-basis: 100%;
  }

  .address-title {
    font-size: 28px;
  }

  .popular-table tr td:last-child {
    bottom: 10px;
  }

  .cat-parts.c4 > div {
    flex-basis: 50%;
  }
  .cat-parts > div {
    flex-basis: 33.33333%;
  }

  .filter_catalog_mobile {
    display: block;
  }

  .filter_catalog_desktop {
    display: none;
  }

  .hide_mobile {
    display: none !important;
  }

  .slide-title {
    font-size: 36px;
    line-height: 40px;
  }

  .p404-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .p404-desc {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .modal-window-close {
    right: -11px !important;
  }

  .modal {
    width: 440px;
  }

  .modal-window {
    margin: 40px 10px 20px !important;
  }

  .modal-cnt {
    padding: 15px 20px 20px;
  }

  .cart tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .cart tr {
    display: flex;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
    flex-direction: column;
    margin: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    line-height: 20px;
    border: solid 1px #e1e1e1;
    position: relative;
  }
  .cart .c-price b {
    font-size: 20px;
  }
  .cart td {
    display: block;
    border: 0 !important;
    padding: 0;
    width: auto !important;
  }
  .cart td.ct2 {
    margin: 10px 0;
  }
  .cart td.ct4 {
    margin: 5px 0 15px;
  }
  .cart td.ct6 {
    position: absolute;
    width: 20px !important;
    height: 20px;
    right: 5px;
    top: 5px;
    padding: 0 !important;
  }

  .fil-item {
    width: 50%;
  }

  .map {
    height: 400px;
  }

  .cnt-col-r {
    padding: 0;
  }

  .service-b {
    width: 100%;
    padding-right: 0;
  }

  .form {
    padding: 30px 20px;
  }

  .form-col > div {
    width: 100%;
    padding: 0 !important;
    display: block;
  }
  .form-col > div + div {
    margin-top: 15px;
  }

  .article-item-img {
    margin-right: 20px;
  }

  .article-item-title {
    font-size: 16px;
    padding-top: 0;
  }

  .mobile-hide {
    display: none !important;
  }

  .cnt-col-l {
    display: block;
    width: 100%;
  }

  .ce-info td {
    display: block;
    padding: 0;
  }
  .ce-info td:first-child {
    padding-top: 5px;
  }
  .ce-info td:last-child {
    padding-bottm: 5px;
  }

  .file-item {
    width: 100%;
  }

  .aside-menu {
    margin-right: 0;
    /* border:0;*/
  }

  .cnt-col-r {
    display: block;
  }

  .aside-filters {
    margin-right: 0;
    margin-top: 0;
  }

  .part-title a {
    /*padding: 15px 20px;*/
  }
  .part-title a span:before {
    display: none;
  }
  .part-title a span:after {
    top: -17px;
  }

  .aside-menu-title {
    display: none;
  }

  .aside-menu {
    padding-top: 0;
  }

  .aside-menu > div + div {
    /*border: 0;*/
  }
}
@media screen and (max-width: 680px) {
  .where-select {
    flex-wrap: wrap;
  }
  .where-select label {
    margin-bottom: 20px;
  }

  .col2.t3 {
    margin: 0;
  }
  .col2.t3 > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .cart-wrap {
    padding: 0;
  }

  .parts.t33 {
    margin: 0 -10px;
  }
  .parts.t33 > div {
    flex-basis: calc(100%/2 - 20px);
    margin: 10px;
  }

  .parts.t333 {
    margin: 0 -10px;
  }
  .parts.t333 > div {
    flex-basis: calc(100% - 20px);
  }

  .partners > div {
    flex-basis: calc(100%/4);
  }

  .ce-size {
    display: block;
  }

  .ce-img-thumb {
    width: 100%;
    order: 1;
    flex-direction: row;
  }
  .ce-img-thumb > div {
    flex-basis: calc(100%/4);
  }

  .ce-img-main {
    width: 100%;
    order: 0;
  }

  .part3 {
    display: block;
    margin-right: 0;
    white-space: unset;
    padding: 10px 16px;
  }
  .part3-title {
    line-height: 1.4;
  }

  .ce-img-slider-wrap .slick-slide > div img {
    width: 440px;
  }

  .aboutList .aboutPopup .aboutPopupText img {
    float: none;
    margin-right: 0;
  }

  .text-wrap {
    /* padding: 25px 40px;*/
  }

  .aboutList {
    max-width: 100%;
    text-align: center;
  }
  .aboutList > div {
    flex-basis: 100%;
    margin-right: 0;
  }
  .aboutList .aboutPopup {
    padding: 20px 10px;
  }

  .ce-img img {
    width: 190px;
    max-height: 190px;
    height: auto;
  }

  .cat-parts > div {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 600px) {
  .where-select label {
    margin-right: 0;
  }

  .ce-mobile-slider-wrap {
    margin-bottom: 30px;
  }
  .ce-mobile-slider-wrap .bx-controls {
    top: 100%;
  }
  .ce-mobile-slider-wrap .bx-controls-direction {
    display: none;
  }
  .ce-mobile-slider-wrap .bx-wrapper .bx-pager {
    display: block;
  }

  .parts.t6 > div {
    flex-basis: calc(100% / 3 - 20px);
  }

  .ce-icons > div {
    flex-basis: calc(100% / 1 - 20px);
  }

  .vacancy {
    padding: 30px 20px;
  }

  .sort-title {
    display: none;
  }

  .cat-top {
    background: transparent;
    padding: 0;
  }

  .persons {
    margin: 0;
  }
  .persons > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .items, .items.t4 {
    margin: 0;
  }
  .items > div, .items.t4 > div {
    flex-basis: 100%;
    margin: 0 0 20px;
  }

  .item {
    margin: 0;
  }

  .review {
    padding: 20px;
  }
  .review-image {
    flex-basis: 100px;
  }
  .review-text {
    padding-top: 0;
  }
  .review-title a {
    font-size: 18px;
  }

  .contact-form form > div {
    width: 100%;
    padding: 10px;
  }

  .parts.t8 > div {
    flex-basis: calc(100% / 3 - 20px);
  }

  .parts {
    margin: 0;
  }
  .parts > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .filials {
    margin: 0;
  }
  .filials > div {
    flex-basis: 100%;
    margin: 10px 0;
  }

  .ce-params {
    margin: 0;
  }
  .ce-params > div {
    flex-basis: 100%;
    margin: 0;
  }

  .ce-param .param-l {
    width: 130px;
  }

  .advantages > div {
    flex-basis: 100%;
    min-height: unset;
  }
  .advantages > div:nth-child(2n) {
    background-color: #F0F2F3;
  }
  .advantages > div:nth-child(2n+1) {
    background-color: #F8F8F9;
  }
  .advantages > div > div {
    text-align: center;
    padding: 0 0 20px 0;
  }
  .advantages-icon {
    position: relative;
    width: 100%;
  }
  .advantages-title {
    margin: 40px 0 10px 0;
    min-height: unset;
  }

  .wrap.t4 {
    margin-top: 0;
  }

  .news-wrap, .news-wrap.t4 {
    margin: 0;
  }
  .news-wrap > div, .news-wrap.t4 > div {
    flex-basis: 100%;
    margin: 15px 0;
  }

  .portfolio-slide {
    height: 50vw;
  }
  .portfolio-slide img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .documents .document-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .callback-form form > div {
    flex-basis: 100%;
  }
  .callback-form form > div.register-btn {
    flex-basis: 100%;
  }
  .callback-form form > div label {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer-col > div {
    flex: 1 1 100%;
    border-bottom: 0;
    padding: 20px 0;
  }
  .footer-col > div:after {
    display: none !important;
  }
  .footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 19px 0 20px;
    margin-top: 15px;
  }

  .col3 {
    grid-template-columns: 1fr;
  }

  .col4 {
    grid-gap: 20px;
  }

  .main-slider-wrap {
    height: 90vw;
  }
  .main-slider-wrap .video-wrap .video {
    margin-top: 0;
    width: 210%;
    left: -25%;
    top: -10%;
  }
  .main-slider-wrap .main-slider {
    height: 90vw;
  }
  .main-slider-wrap .main-slider-text {
    height: 90vw;
    width: 100%;
  }
  .main-slider-wrap .main-slider > div {
    height: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .ce-icons .ce-icon-img {
    width: 36px;
    height: 36px;
    background-size: 36px;
  }

  .parts.t8 > div, .parts.t6 > div {
    flex-basis: calc(100% / 2 - 20px);
  }

  .partners > div {
    flex-basis: calc(100%/3);
  }

  .ce-tabs .tabsButtons > div {
    width: calc(100%);
    box-sizing: border-box;
    margin-right: 0;
  }

  .header-phone a {
    /*font-size: 16px;*/
  }

  .main-slider-wrap .video-wrap .video {
    margin-top: 0;
    width: 250%;
    left: -75%;
    top: -14%;
  }

  .services {
    margin: 0;
  }
  .services > div {
    padding: 10px 0;
    flex-basis: 100%;
  }
  .services.t3 > div {
    flex-basis: 100%;
  }
  .services.t6 {
    margin: 0 -10px;
  }
  .services.t6 > div {
    padding: 10px;
    flex-basis: calc(100%/2);
  }

  .service {
    margin: 0;
  }
  .service:before {
    padding-top: 75%;
  }

  .ce-size-controls .btn {
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
  }

  .ce-btns {
    flex-wrap: wrap;
  }

  .ce-size-controls {
    justify-content: space-between;
  }

  .ce-img-thumb {
    flex-wrap: wrap;
  }
  .ce-img-thumb > div {
    flex-basis: calc(100%/3 - 6px);
  }

  .documents .document > div {
    flex-basis: calc(100% / 3 * 2 - 20px);
  }
  .documents .document > div:first-child {
    margin-right: 20px;
  }

  .ce-btns .btn {
    max-width: unset;
    box-sizing: border-box;
  }

  .ce-img-slider-wrap .slick-slide > div img {
    width: 360px;
  }

  .row.t6 {
    padding: 40px 20px 20px;
  }
  .row.t6 .title {
    padding-right: 0;
  }

  .callback-form form > div label.offer-label .check {
    display: none;
  }
  .callback-form form > div label.offer-label .offer-label-text {
    padding-left: 0;
  }

  .footer-right > div {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-menu {
    margin-right: 0;
  }
  .footer-menu > div {
    display: none;
  }
  .footer-menu > div.footer-menu-title {
    display: block;
  }
  .footer-menu > div.footer-menu-title > a,
.footer-menu > div.footer-menu-title > span {
    position: relative;
  }
  .footer-menu > div.footer-menu-title > a:after,
.footer-menu > div.footer-menu-title > span:after {
    position: absolute;
    content: "";
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    right: -18px;
    top: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-menu > div.footer-menu-title.open > a:after,
.footer-menu > div.footer-menu-title.open > span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-right: solid 2px #676767;
    border-bottom: solid 2px #676767;
    top: 6px;
  }
  .footer-menu > div.footer-menu-title.open ~ div {
    display: block;
  }
  .footer-top > div {
    flex-basis: 100%;
    padding-top: 20px;
  }

  .ce-img-slider-wrap {
    padding-bottom: 30px;
  }
  .ce-img-slider-wrap .slick-dots {
    position: absolute;
    bottom: -60px;
    width: 100%;
  }

  .col4 {
    grid-template-columns: 1fr;
  }

  .cnt-wrap.t2 {
    padding: 15px 0;
  }

  .ce-col {
    padding: 10px 0 30px;
  }

  .main-slider-wrap .main-slider-text > div > div {
    font-size: 26px;
    line-height: 1.2;
  }

  .addresses {
    padding: 25px 0;
  }

  .address-title {
    font-size: 22px;
    line-height: 26px;
  }
  .address-title span {
    line-height: 26px;
  }

  .popular-table tr {
    padding: 10px;
  }
  .popular-table tr td:last-child {
    right: 10px;
  }

  .popular-item {
    margin: 10px 0;
    padding: 14px 15px;
  }

  .cart-wrap {
    margin: 10px -10px 40px;
    padding: 20px 10px;
  }

  .text-wrap {
    /*margin: 20px -10px;
    padding: 25px 20px;*/
  }

  .ce-price,
.control-input {
    margin-right: 20px;
  }

  .cat-filter-list {
    overflow: unset;
  }
  .cat-filter-list a.filter-link {
    font-size: 16px;
  }
  .cat-parts {
    padding: 0;
  }
  .cat-parts.c4 > div {
    flex-basis: 100%;
  }
  .cat-parts > div {
    flex-basis: 100%;
  }
  .cat-parts .cat-part {
    margin: 10px 0;
  }

  .about_blocks_wrap > div {
    padding: 20px 30px;
  }

  .p404-title {
    font-size: 24px;
    line-height: 30px;
  }

  .p404-text {
    padding: 60px 0;
  }

  .modal {
    width: 280px;
  }

  .modal-city-select > div {
    width: 100%;
    padding: 5px 0;
  }

  .modal-title {
    padding: 20px;
    font-size: 20px;
  }

  .cart tr {
    flex-basis: 100%;
    margin: 10px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cart tr > td {
    flex-basis: 100%;
  }
  .cart tr > td:nth-child(1) {
    flex-basis: 90px;
    flex-shrink: 0;
  }
  .cart tr > td:nth-child(2) {
    flex-basis: calc(100% - 90px);
  }

  .fil-item {
    width: 100%;
    padding-right: 0;
    margin: 15px 0;
  }

  .aside-menu-lvl2 div a:after, .aside-menu-lvl2 div span:after {
    left: 13px;
  }

  .table td,
.table th {
    padding: 4px 13px 5px;
  }

  blockquote {
    padding: 20px 25px;
  }
  blockquote:after {
    display: none;
  }

  .form-offer {
    font-size: 14px;
    line-height: 20px;
  }

  .items3 > div {
    flex-basis: 100%;
  }

  .ce-order {
    flex-direction: column;
  }

  .parts {
    margin: 0;
  }
  .parts.t33 {
    margin: 0;
  }
  .parts.t33 > div {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .parts.t3 > div {
    flex-basis: 100%;
  }
  .parts.t5 {
    margin: 0 -10px;
  }
  .parts.t5 > div {
    padding: 10px;
    flex-basis: calc(100%/2);
  }

  .part:before {
    padding-top: 75%;
  }

  .slide-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .slide-desc {
    font-size: 18px;
  }

  .slide {
    height: auto;
    padding: 0;
    min-height: 400px;
  }

  .part {
    margin: 0;
  }

  .fbc {
    flex-direction: column;
  }

  .ms {
    margin-top: 10px;
  }

  .article-item-img {
    float: none;
    margin: 0 auto 20px;
  }

  .article-item {
    margin: 10px 0;
  }

  .acc {
    padding-left: 20px;
    padding-right: 30px;
  }
  .acc:after {
    right: 15px;
  }

  .filter-wrap .filter-cnt .filter-b {
    padding: 14px 19px 19px;
  }

  .filter-wrap .filter-cnt .filter-b label {
    margin-right: 30px;
  }

  .pay-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .pay-icon img {
    width: 24px;
    height: 24px;
  }

  .pay-title {
    font-size: 20px;
  }

  .pay-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .review-image {
    flex-basis: 80px;
  }

  .parts.t5 {
    margin: 0;
  }
  .parts.t5 > div {
    flex-basis: 100%;
  }

  .ce-btns .btn {
    flex-basis: 100%;
    margin-right: 0;
  }

  .row.t6 {
    padding: 40px 0 20px;
  }

  .ce-img-slider-wrap .slick-slide > div img {
    width: 300px;
  }

  .header-call-icon a, .header-search-icon a {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
