@charset "UTF-8";
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 16px/32px "SF UI Display", sans-serif;
  color: #333;
  min-width: 360px;
  font-weight: normal;
  background: #fff;
}

.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;
}

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

.header {
  height: 140px;
}
.header-fixed {
  position: fixed;
  width: 100%;
  min-width: 360px;
  z-index: 9;
}
.header-top {
  height: 90px;
  background-color: #fff;
}
.header-top-col {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom {
  background: #085394;
  background: #004969;
}

.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;
}

.menu {
  display: flex;
  justify-content: space-between;
}
.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: 50px;
  font-size: 13px;
  color: #fff;
}
.menu > div a:hover {
  text-decoration: underline;
}
.menu > div.active > a,
.menu > div.active > span {
  color: #009ee0;
}
.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: 140px;
  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;
}
.drop_menu-wrap > div {
  flex-basis: 20%;
  box-sizing: border-box;
  padding-right: 10px;
}
.drop_menu-wrap > div > a,
.drop_menu-wrap > div > span {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  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: #009ee0 !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: 300;
  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: #009ee0 !important;
}
.drop_menu-wrap > div > div a:hover,
.drop_menu-wrap > div > div span:hover {
  text-decoration: underline;
}

.logo {
  padding-right: 10px;
}
.logo img {
  vertical-align: top;
  height: 70px;
  width: 149px;
}

.header-search {
  width: 520px;
  border-radius: 5px;
  background-color: #f5f5f5;
  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: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  border: 0;
}

.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.c2 {
  text-align: center;
}

.header-mail {
  text-align: center;
  margin-top: 8px;
}
.header-mail a {
  color: #009ee0;
  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: none;
  color: #333;
  margin-left: 20px;
}
.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 a {
  color: #333333;
  text-decoration: none;
  cursor: default;
  font-weight: 600;
  font-size: 18px;
}
.header-phone a b {
  color: #009ee0;
}
.header-phone.header-phone-icon {
  position: relative;
  padding-left: 7px;
}

.header-cart a {
  display: block;
  color: #009ee0;
  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: 14px;
  line-height: 1.25;
}

.main-slider-wrap {
  height: 590px;
  position: relative;
}
.main-slider-wrap .main-slider {
  height: 590px;
}
.main-slider-wrap .main-slider > div {
  height: 590px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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: -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%);
}
.main-slider-wrap .main-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;
}
.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 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main-slider-wrap .main-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;
}
.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: 590px;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translateX(50px) translateY(0) translateZ(0);
  -moz-transform: translateX(50px) translateY(0) translateZ(0);
  -ms-transform: translateX(50px) translateY(0) translateZ(0);
  -o-transform: translateX(50px) translateY(0) translateZ(0);
  transform: translateX(50px) translateY(0) translateZ(0);
  opacity: 0;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.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-title {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-slider-wrap .main-slider-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background: #009ee0;
  text-align: center;
  position: relative;
  border: solid 1px #009ee0;
  line-height: 30px;
  padding: 5px 20px;
}
.btn.t2 {
  background: transparent;
  color: #009ee0;
}
.btn.t3 {
  margin-top: 8px;
  font-size: 15px;
  background: transparent;
  color: #009ee0;
  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: #009ee0;
  padding: 5px 26px;
  text-align: center;
  position: relative;
  border: solid 1px #009ee0;
  line-height: 30px;
}

.row {
  padding: 60px 0;
}
.row.t2 {
  background: #fbfbfb;
}
.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: 46px;
  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;
}

.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 #009ee0;
  line-height: 30px;
  padding: 5px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  background: transparent;
  color: #009ee0;
}
.switch.current {
  background: #009ee0;
  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: #009ee0;
}
.cat-parts .cat-part:hover .cat-part-title a {
  color: #009ee0;
}
.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: #009ee0;
  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: #009ee0;
  border-color: #009ee0;
  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;
}

.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: 60px;
  height: 50px;
  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: 60px;
  max-height: 50px;
}
.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: 10px 0 10px 30px;
  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: "";
  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(0, 158, 224, 0.1);
}

.ce-btns {
  display: flex;
  flex-wrap: wrap;
}
.ce-btns .control-input input {
  height: 40px;
}
.ce-btns .btn {
  flex-basis: calc(50% - 20px);
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 20px;
  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: #1B4399;
}
.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: #1B4399;
}
.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;
}

.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: 66.6666666667%;
}
.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(33.3333333333% - 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: 66.6666666667%;
}
.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: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.parts.t3 {
  padding-top: 10px;
}
.parts.t3 > div {
  flex-basis: 33.3333333333%;
}
.parts.t6 {
  padding-top: 10px;
}
.parts.t6 > div {
  flex-basis: 16.6666666667%;
}

.part {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: solid 1px #dcdcdc;
}
.part:hover .part-title a {
  text-decoration: underline;
  text-decoration-color: #009ee0;
}
.part:before {
  content: "";
  float: left;
  padding-top: 90%;
}
.part-bg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 50px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.part-bg:before {
  position: absolute;
  content: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.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-title {
  line-height: 25px;
  width: 100%;
}
.part-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 20px 50px 19px 30px;
  background: white;
}
.part-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.part-title a span {
  position: relative;
  display: block;
}
.part-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);
}

.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: #009ee0;
}
.part3.active a {
  color: #fff;
}

.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;
}

/*.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.t4 > div {
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
}
.items > div {
  flex-shrink: 1;
  flex-basis: calc(33.3333333333% - 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;
  box-shadow: 0 1px 144px 0 rgba(0, 0, 0, 0.0196078431);
  border-radius: 5px;
  overflow: hidden;
}
.item:hover .item-title a {
  text-decoration: underline;
  text-decoration-color: #009ee0;
}
.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: 66.6666666667%;
}
.item.t2 .item-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  padding: 0 20px;
  max-width: unset;
  text-align: center;
}
.item.t2 .item-title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-top {
  padding: 30px 0 20px;
}
.item-img {
  width: 90%;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  background: url("../logo.svg") 50% 50%/contain no-repeat;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
.item-img:before {
  content: "";
  padding-top: 90%;
  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 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  /*max-width: 220px;*/
  margin: 0 auto;
  padding: 0 20px;
}
.item-title a {
  color: #333333;
  text-decoration: none;
}
.item-title a:hover {
  text-decoration: underline;
}
.item-subtitle {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}
.item-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-price {
  font-size: 16px;
  font-weight: 500;
  max-width: 220px;
  margin: 17px auto 0;
  padding: 0 20px;
}
.item-price b {
  font-size: 24px;
  font-weight: normal;
}
.item-price .btn-cart {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/cart_w.svg") 50% 50%/24px no-repeat #009ee0;
  padding: 0;
}
.item-buy {
  text-align: center;
}
.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: #009ee0;

    .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: #009ee0;
    }
  }

  .btn
  {
    margin: 20px auto 0;
    display: table;
    position: relative;
    z-index: 3;
  }
}*/
.advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.advantages > div {
  flex-basis: calc(25% - 20px);
  position: relative;
  margin: 10px;
}
.advantages > div > div {
  line-height: 1.4;
}
.advantages-icon {
  display: block;
  background: linear-gradient(to right, #f9f9f9 10%, transparent, transparent 50%, transparent 100%);
  position: relative;
  height: 150px;
}
.advantages-icon i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/award.svg") 30px 50%/85px no-repeat;
}
.advantages-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 10px;
}

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

.partners {
  margin: 35px 0 10px;
}
.partners .partners-item {
  height: 100px;
  align-items: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}
.partners .partners-item img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100px;
}

.documents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.documents > div {
  margin: 10px;
  flex-basis: calc(33.3333333333% - 20px);
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #dedede;
  box-sizing: border-box;
}
.documents .document {
  display: flex;
}
.documents .document > div {
  flex-basis: calc(75% - 30px);
}
.documents .document > div:first-child {
  flex-basis: 25%;
  margin-right: 30px;
}
.documents .document-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}
.documents .document-category {
  color: #999;
  font-size: 14px;
}

.document-pic {
  padding: 30px 48px 23px;
  background-color: #f5f6fa;
  border-radius: 10px;
}
.document-img {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: contain;
  position: relative;
}
.document-img:before {
  content: "";
  float: left;
  padding-top: 150%;
}
.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;
}
.document-page > div {
  flex-basis: calc(33.3333333333% - 80px);
  margin: 40px;
}
.document-file {
  background-color: #f5f6fa;
  border-radius: 10px;
  padding: 20px;
}
.document-file .btn-file {
  width: 100%;
  box-sizing: border-box;
}
.document-size {
  line-height: 1;
  color: #999;
  font-size: 14px;
}
.document-type {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.document-type:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/file.svg") 0 50%/30px 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;
  overflow: hidden;
}
.news-wrap > div {
  flex-shrink: 1;
  flex-basis: calc(33.3333333333% - 70px);
  margin: 15px 35px;
}
.news-wrap.t4 {
  margin: 30px -20px 15px;
}
.news-wrap.t4 > div {
  flex-basis: calc(25% - 40px);
  margin: 15px 20px;
}

.news {
  font-weight: 500;
}
.news-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-flex .service-title {
  flex-grow: 1;
  position: relative;
}
.news-link {
  float: right;
}
.news-price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-picture {
  float: right;
  width: 550px;
  height: 350px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.news-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-image {
  background: url("../images/logo.svg") 50% 50%/cover no-repeat;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.news-image:before {
  content: "";
  padding-top: 60%;
  float: left;
}
.news-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news time {
  display: block;
  color: #009ee0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 13px;
  line-height: 1;
}
.news-time {
  display: block;
  color: #009ee0;
  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: 700;
  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(25% - 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: 66.6666666667%;
  float: left;
}
.news-gallery-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-wrap {
  margin: 20px auto;
  /*padding: 25px 160px;
  background-color: #fff;*/
}
.text-wrap.fullw {
  padding: 20px;
}

.cart-form form > div label.offer-label {
  position: relative;
  margin-bottom: 20px;
}
.cart-form form > div label.offer-label .check {
  position: absolute;
  top: calc(50% - 10px);
}
.cart-form form > div label.offer-label .check i {
  border: solid 1px #999;
}
.cart-form form > div label.offer-label .check i:after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
.cart-form form > div label.offer-label .offer-label-text {
  padding-left: 40px;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.cart-form form > div label.offer-label .offer-label-text a {
  color: #009ee0;
}
.cart-form form > div label.offer-label .errorText, .cart-form form > div label.offer-label .error-text {
  position: absolute;
  left: 0;
  top: 100%;
}

.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 #000;
  background: transparent;
}
.callback-form form > div label input:focus {
  border: solid 1px #000;
  background: #fff;
  color: #333;
}
.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;
}
.callback-form form > div label.offer-label .offer-label-text a {
  color: #009ee0;
}

.footer {
  background-color: #082236;
  min-height: 615px;
}
.footer-logo .logo img {
  height: 40px;
}
.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 {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.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;
  flex-basis: calc(25% - 80px);
  -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;
}
.footer-menu {
  line-height: 20px;
}
.footer-menu div + div {
  margin-top: 18px;
}
.footer-menu div a,
.footer-menu div span {
  color: #fff;
  font-size: 16px;
  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: #009ee0;
}
.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: 20px;
}

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

.ms img {
  height: 22px;
}

.copy span {
  color: #009ee0;
}

.offer a {
  color: #fff;
}

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

.bread-crumbs {
  text-align: left;
}
.bread-crumbs i {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #009ee0;
  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;
  font-weight: 300;
}
.bread-crumbs div a:hover {
  text-decoration: underline;
}
.bread-crumbs div span {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}

.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: #009ee0;
  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: 25%;
}
.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;*/
}

.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 #009ee0;
  border-right: solid 2px #009ee0;
  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: #009ee0;
}
.aside-menu > div {
  border-top: solid 1px #e0e0e0;
}
.aside-menu > div:last-child {
  border-bottom: solid 1px #e0e0e0;
}
.aside-menu > div > a,
.aside-menu > div > span {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  padding: 13px 40px 13px 0;
  position: relative;
  line-height: 1.2;
}
.aside-menu > div > a:after,
.aside-menu > div > span:after {
  position: absolute;
  content: "";
  border-top: solid 2px #009ee0;
  border-right: solid 2px #009ee0;
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 21px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aside-menu > div.calcButton a {
  text-align: center;
  text-decoration: underline dashed #009ee0;
}
.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 #009ee0;
  border-right: solid 2px #009ee0;
}
.aside-menu > div.active > a,
.aside-menu > div.active > span {
  color: #009ee0;
}

.aside-filters {
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.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 15px;
  display: none;
}
.aside-filters-filter > div {
  display: flex;
}
.aside-filters-filter > div > div {
  flex-basis: 50%;
  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: 6px 40px 5px 49px;
  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: 23px;
  top: calc(50% - 7.5px);
  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: #009ee0;
}
.aside-filters-filter div a.remove-filter-link:after,
.aside-filters-filter div span.remove-filter-link:after {
  content: "";
  position: absolute;
  left: 26px;
  top: 10px;
  width: 8px;
  height: 4px;
  border-radius: 1px;
  border-left: 3px solid #009ee0;
  border-bottom: 3px solid #009ee0;
  -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: #009ee0;
}
.aside-filters > div > a,
.aside-filters > div > span {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  padding: 9px 40px 8px calc(15% - 15px);
  position: relative;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.services {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.services > div {
  overflow: hidden;
  flex-basis: 25%;
  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: 33.3333333333%;
}
.services.t6 {
  padding-top: 10px;
}
.services.t6 > div {
  flex-basis: 16.6666666667%;
}

.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: #58A676;
}
.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: 26.5151515152%;
}
.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: 75%;
}
.service-top {
  position: relative;
}
.service-title {
  line-height: 25px;
  width: 100%;
}
.service-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  /*padding: 0 20px;*/
  background: white;
  font-size: 16px;
}
.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: #58A676;
}
.service-btns .btn {
  display: block;
  max-width: 250px;
  box-sizing: border-box;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
.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: #009ee0;
  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 #009ee0;
}
.pag span {
  border: solid 1px #009ee0;
  background: #009ee0;
  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: #009ee0;
  background: #009ee0;
  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 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.sort:after {
  clear: both;
  content: "";
  display: table;
}
.sort-title {
  float: left;
  font-weight: 500;
  padding-right: 29px;
  padding-top: 10px;
}
.sort-list {
  line-height: 14px;
  padding-top: 19px;
}
.sort-name {
  position: relative;
  margin-right: 48px;
  text-decoration: none;
  border-bottom: dotted 1px #009ee0;
  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 #009ee0;
  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: #009ee0;
  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;
  word-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;
  background-color: transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ce-col-l {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 700px);
}
.ce-col-r {
  display: table-cell;
  vertical-align: top;
  width: 640px;
  padding-left: 60px;
}

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

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

.ce-img-main {
  max-width: 750px;
  width: calc(100% - 120px);
}

.ce-img-thumb {
  display: flex;
  flex-direction: column;
  margin: 0 -1px;
  width: 120px;
}
.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: 66.6666666667%;
}
.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/logo.svg") 50% 50%/contain 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: 66.6666666667%;
}
.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: 66.6666666667%;
}
.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-right: 40px;
  line-height: 50px;
  display: inline-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 #009ee0;
  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 #009ee0;
  border-top: solid 2px #009ee0;
}
.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 #009ee0;
  border-bottom: solid 2px #009ee0;
  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: #009ee0;
}
.acc:hover .acc-title {
  text-decoration: underline;
}
.acc.open .acc-title {
  text-decoration: none !important;
  color: #009ee0;
}
.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 #009ee0;
}
.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: #009ee0 !important;
}
.fileUploadButton:hover {
  text-decoration: underline;
}
.fileUploadButton:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #009ee0;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.fileUploadButton:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #009ee0;
  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: #009ee0;
  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: 500px;
  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: #009ee0;
  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: #009ee0;
  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;
  border: solid 1px #dcdcdc;
  white-space: nowrap;
  width: 120px;
  height: 42px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 40px;
}
.control-input.t2 {
  height: 42px;
  border: none;
}
.control-input.t2 input {
  background: #f0f1f2;
  background-clip: content-box;
  font-size: 16px;
}
.control-input.t2 input:focus {
  background: #fff;
}
.control-input span {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.control-input span:hover:after, .control-input span:hover:before {
  background: #009ee0 !important;
}
.control-input span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #333333;
  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: #333333;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -1px;
}
.control-input input {
  padding: 0 30px;
  height: 40px;
  text-align: center;
  border: 0;
  font-size: 14px;
}

.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 #d6d6d6;
  border-radius: 2px;
  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;
}
.search button {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  border: 0;
}

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

.p404 {
  height: 100%;
  background: url(../images/p404.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.p404: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.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: #ffffff;
  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: #009ee0;
  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 {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  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 #009ee0;
  border-bottom: solid 2px #009ee0;
  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: #009ee0;
}
.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: 8px;
  left: 5px;
  top: 3px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  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-cnt label.modal-offer-label {
  margin: 10px 0;
  position: relative;
}
.modal-cnt label.modal-offer-label .error-text {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 14px;
  line-height: 1;
  color: red;
}
.modal-cnt label.modal-offer-label > span {
  font-weight: 300;
  line-height: 1.5;
}
.modal-cnt label.modal-offer-label .check {
  position: absolute;
  top: calc(50% - 10px);
}
.modal-cnt label.modal-offer-label .check i {
  border: solid 1px #999;
}
.modal-cnt label.modal-offer-label .check i:after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
.modal-cnt label.modal-offer-label .offer-label-text {
  padding-left: 40px;
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}
.modal-cnt label.modal-offer-label .offer-label-text a {
  color: #009ee0;
}
.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: #009ee0;
  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: #009ee0;
  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 #009ee0;
  border-bottom: solid 2px #009ee0;
  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: 97px;
}
.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: 6px 20px 7px;
  align-items: center;
}
.mobile-header-middle .logo {
  margin-left: 10px;
  line-height: 0;
}
.mobile-header-middle .logo img {
  width: 85px;
  height: 40px;
}
.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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 86px;
  padding-bottom: 50px;
  background: #fff;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  display: none;
}
.menu-drop.open {
  display: block;
}
.menu-drop nav {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.menu-drop nav div {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.menu-drop nav div.mobile-filter {
  border: none;
  padding: 0 20px;
}
.menu-drop nav div label {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 21px;
  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: #009ee0;
}
.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 > a,
.menu-drop nav div > span {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 20px 15px 20px;
  position: relative;
  font-weight: 600;
}
.menu-drop nav div.active > a,
.menu-drop nav div.active > span {
  color: #009ee0;
}
.menu-drop-logo {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 23px;
}
.menu-drop-logo img {
  width: 85px;
  height: 40px;
  margin-right: 10px;
}
.menu-drop-filters {
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  left: 25px;
  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: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  background: #009ee0;
}
.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;
}
.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;
}

.kont-img {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.kont-img > div {
  flex-shrink: 1;
  flex-basis: 33.3333%;
}
.kont-img > div > div {
  margin: 10px;
}
.kont-img > div > div img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.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 #009ee0;
  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;
}

.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 #009ee0;
  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-instock {
  display: block;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #009ee0;
}
.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;
}

.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 #009ee0;
}
.ce-tabs .tabsButtons > div.active {
  border-bottom: solid 4px #009ee0;
}
.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: inline-flex;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  margin: 10px 10px 0 0;
  align-items: center;
  justify-content: center;
  color: #161616;
  background: #fff;
}
.soc a img,
.soc a svg {
  vertical-align: top;
  width: 18px;
  height: 18px;
}
.soc a:hover {
  background: transparent;
  color: #fff;
}

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

@media screen and (max-width: 1400px) {
  .menu > div + div {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .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: 33vw;
  }
  .main-slider-wrap .main-slider {
    height: 33vw;
  }
  .main-slider-wrap .main-slider-text {
    height: 33vw;
  }
  .main-slider-wrap .main-slider > div {
    height: 33vw;
  }
}
@media screen and (max-width: 1279px) {
  .items > div, .items.t4 > div {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .city-select a {
    margin-left: 0;
  }
  .ce-info {
    margin-top: 10px;
  }
  .ce-col-l {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .ce-col-r {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .mobile-header {
    display: block;
  }
  .header {
    display: none;
  }
  .footer-right {
    flex-wrap: wrap;
  }
  .footer-right > div {
    flex-basis: calc(50% - 40px);
    margin-bottom: 60px;
  }
  .header-phone.t2 {
    display: none;
  }
  .parts > div {
    flex-basis: 33.3333333333%;
  }
  .parts.t6 > div {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .news-picture {
    width: 450px;
    height: 270px;
    margin-bottom: 20px;
  }
  .main-slider-wrap {
    height: 50vw;
  }
  .main-slider-wrap .main-slider {
    height: 50vw;
  }
  .main-slider-wrap .main-slider-text {
    height: 50vw;
  }
  .main-slider-wrap .main-slider > div {
    height: 50vw;
  }
  .services > div {
    flex-basis: 33.3333333333%;
  }
  .services.t6 > div {
    flex-basis: 25%;
  }
  .advantages > div {
    flex-basis: calc(50% - 20px);
  }
  .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;
  }
  .main-slider-wrap .main-slider-text {
    margin-right: 60px;
  }
  .main-slider-wrap .main-slider-text.right {
    margin-left: 60px;
  }
  .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) {
  .services > div {
    flex-basis: 50%;
  }
  .services.t3 > div {
    flex-basis: 50%;
  }
  .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;
  }
  .main-slider-wrap .main-slider-image {
    width: 300px;
  }
  .col3 {
    grid-gap: 40px;
  }
  .aside-filters-filter > div > div {
    flex-flow: column;
  }
  .aside-filters-filter > div > div > div {
    flex-basis: 100%;
  }
  .main-slider-wrap .main-slider-text {
    width: 480px;
  }
  .main-slider-wrap .main-slider-title {
    font-size: 48px;
  }
  .main-slider-wrap .main-slider-text {
    margin-right: 0;
  }
  .main-slider-wrap .main-slider-text.right {
    margin-left: 0;
  }
  .main-slider-wrap .main-slider-text {
    margin-left: 0;
  }
  .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: 33.3333%;
  }
  .parts > div {
    flex-basis: 50%;
  }
  .parts.t3 > div {
    flex-basis: 50%;
  }
  .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) {
  .news-picture {
    float: unset;
    width: 100%;
    height: 100%;
    max-width: 450px;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .news-picture:before {
    content: "";
    float: left;
    padding-top: 60%;
  }
  .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.t6 > div {
    flex-basis: 33.3333333333%;
  }
  .aside-filters.open .aside-filters-filter {
    display: none;
  }
  .aside-filters .aside-filters-filter {
    display: block;
  }
  .main-slider-wrap .main-slider-text {
    width: 300px;
  }
  .main-slider-wrap .main-slider-title {
    font-size: 40px;
  }
  .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 .ci {
    margin: 0 auto;
  }
  .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) {
  .ce-size {
    display: block;
  }
  .ce-img-thumb {
    width: 100%;
    order: 1;
    flex-direction: row;
  }
  .ce-img-thumb > div {
    flex-basis: 25%;
  }
  .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;
  }
  .main-slider-wrap .main-slider-image {
    display: none;
  }
  .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) {
  .ce-params {
    margin: 0;
  }
  .ce-params > div {
    flex-basis: 100%;
    margin: 0;
  }
  .ce-param .param-l {
    width: 130px;
  }
  .advantages > div {
    flex-basis: 100%;
  }
  .advantages > div > div {
    text-align: center;
  }
  .advantages-icon i {
    background-position-x: 50%;
  }
  .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 .main-slider-text {
    right: unset;
    left: unset;
    margin-left: 0;
  }
  .main-slider-wrap .main-slider-text.right {
    right: unset;
    left: unset;
    margin-left: 0;
  }
  .main-slider-wrap .main-slider-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ce-tabs .tabsButtons > div {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }
  .header-phone a {
    font-size: 16px;
  }
  .main-slider-wrap {
    min-height: 360px;
    height: 100vw;
  }
  .main-slider-wrap .main-slider {
    min-height: 360px;
    height: 100vw;
  }
  .main-slider-wrap .main-slider-text {
    min-height: 360px;
    height: 100vw;
  }
  .main-slider-wrap .main-slider > div {
    min-height: 360px;
    height: 100vw;
  }
  .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: 50%;
  }
  .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(33.3333333333% - 6px);
  }
  .documents .document > div {
    flex-basis: calc(66.6666666667% - 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;
  }
  .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: 24px;
  }
  .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;
  }
  .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;
  }
  .items, .items.t4 {
    margin: 0;
  }
  .items > div, .items.t4 > div {
    flex-basis: 100%;
    margin: 0 0 20px;
  }
  .item {
    margin: 0;
  }
  .parts {
    margin: 0;
  }
  .parts > div {
    padding: 10px 0;
    flex-basis: 100%;
  }
  .parts.t3 > div {
    flex-basis: 100%;
  }
  .parts.t6 {
    margin: 0 -10px;
  }
  .parts.t6 > div {
    padding: 10px;
    flex-basis: 50%;
  }
  .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) {
  .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 */
