@charset "UTF-8";
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 16px/24px "Nunito Sans", sans-serif;
  color: #111212;
  min-width: 360px;
  font-weight: normal;
  background: #fff;
}

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

.aside-wrap {
  display: block;
  position: static;
  width: 330px;
  flex-shrink: 0;
  background: #FFF;
  z-index: 6;
  /*box-shadow: 0 20px 20px rgba(#000,.1);*/
  vertical-align: top;
}
.aside-wrap.aside-wrap-fixed {
  position: fixed;
  right: 0;
}
.aside-wrap .aside-special {
  width: 290px;
  margin: 40px 0 0 auto;
}
.aside-wrap .aside-special > div {
  margin-bottom: 40px;
  line-height: 1.25;
}
.aside-wrap .aside-special > div a {
  color: #111212;
  font-weight: 600;
  text-decoration: none;
}
.aside-wrap .aside-special > div a:hover {
  text-decoration: underline;
}
.aside-wrap .aside-special > div > div {
  margin: 10px 0;
}
.aside-wrap .aside-special > div img {
  max-width: 100%;
}

.wrap {
  max-width: 1590px;
}
.wrap.c2 {
  margin: 0 auto;
  padding: 0 20px;
}

.logo {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-right: 40px;
}
.logo img {
  vertical-align: top;
  width: 218px;
  min-width: 218px;
  height: 50px;
}

.main-menu {
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: #05467E;
}
.main-menu div {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.main-menu div.main-menu-red a, .main-menu div.main-menu-red span {
  background-color: #ef4323;
}
.main-menu div.main-menu-red a:hover {
  background-color: #dc2c0b;
}
.main-menu div:first-child {
  padding-top: 10px;
}
.main-menu div a,
.main-menu div span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 40px 9px 40px;
  position: relative;
  letter-spacing: -0.02em;
}
.main-menu div a:before,
.main-menu div span:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.main-menu div a:hover {
  background: #007bc9;
}
.main-menu div.active a,
.main-menu div.active span {
  background: #075eab;
}

.content-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
.content-wrap > div:first-child {
  flex-basis: calc(100% - 330px);
}

.anchor-link {
  position: relative;
  display: block;
  height: 0;
  line-height: 0;
  top: -120px;
}

.header {
  height: 120px;
}
.header-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.header-top {
  background: #f8f8f8;
}
.header-bottom {
  background: #fff;
}
.header-bottom .wrap {
  display: flex;
  align-items: center;
}
.header-search {
  max-width: 430px;
  width: 25%;
  border: solid 1px #dcdcdc;
  position: relative;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.header-search input {
  border: 0;
  height: 38px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 50px 11px 19px;
  font-size: 16px;
}
.header-search input::-webkit-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.header-search input::-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.header-search input:-ms-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.header-search input:-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.header-search input:focus::-webkit-input-placeholder {
  color: transparent;
}
.header-search input:focus::-moz-placeholder {
  color: transparent;
}
.header-search input:focus:-ms-input-placeholder {
  color: transparent;
}
.header-search input:focus:-moz-placeholder {
  color: transparent;
}
.header-search button {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
  border: 0;
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  -webkit-background-size: 16px;
  background-size: 16px;
}
.header-phones {
  display: flex;
  line-height: 1;
  align-items: center;
}
.header-phones > div + div {
  margin-left: 20px;
}
.header-mail, .header-quality {
  font-size: 14px;
  margin-top: 7px;
}
.header-quality a {
  color: #dc2c0b;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.header-quality a:hover {
  text-decoration: none;
}
.header-phone {
  white-space: nowrap;
  margin: 4px 5px 0;
}
.header-phone a {
  text-decoration: none;
  color: #111212;
  font-size: 16px;
  font-weight: 600;
}
.header-phone a + a {
  margin-left: 20px;
}
.header-phone a b {
  font-weight: 600;
}

.city-select {
  white-space: nowrap;
  margin: 5px 5px 0;
  line-height: 18px;
}
.city-select a {
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  display: block;
  color: #105fa1;
}
.city-select a:hover span {
  border-bottom: dotted 1px transparent;
}
.city-select a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  border-bottom: dotted 1px;
}
.city-select a:after {
  position: absolute;
  content: "";
  border-top: solid 4px #111212;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
  right: 0;
  top: 9px;
}

.phone-mail {
  text-align: center;
}

.whatsapp, .telegram, .max {
  color: #fff;
  background-color: #25d366;
  border-radius: 16px;
  position: relative;
  font-size: 13px;
  width: 32px;
  height: 32px;
  font-weight: normal;
  display: block;
}
.whatsapp:before, .telegram:before, .max:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/whatsapp_w.svg") 50% 50%/18px no-repeat;
}
.whatsapp img, .telegram img, .max img {
  width: 18px;
  margin: 1px 10px 0 5px;
}

.telegram {
  background-color: #0088cc;
}
.telegram:before {
  background: url("../images/telegram.svg") 50% 50%/18px no-repeat;
}

.max {
  background-color: #9149e2;
}
.max:before {
  background: url("../images/max.svg") 50% 50%/18px no-repeat;
}

.desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.desktop-header .cart-b {
  min-width: 40px;
  height: 40px;
  position: relative;
}
.desktop-header .cart-b a {
  text-decoration: none;
  color: #111212;
  font-size: 14px;
  line-height: 40px;
}
.desktop-header .cart-b a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  min-height: 40px;
}
.desktop-header .cart-b a span:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/cartb.svg) 50% 50%/contain no-repeat;
  left: 0;
  top: calc(50% - 12px);
}

.mobile-header {
  display: none;
  height: 80px;
}
.mobile-header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  z-index: 11;
  min-width: 360px;
}

.menu {
  display: flex;
  justify-content: space-between;
}
.menu > div + div {
  margin-left: 30px;
}
.menu > div > a,
.menu > div > span {
  display: block;
  text-decoration: none;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #111212;
  white-space: nowrap;
}
.menu > div > a:hover {
  text-decoration: underline;
}
.menu > div.active > a,
.menu > div.active > span {
  color: #ef4323;
}
.menu > div.menu-tall {
  position: relative;
}
.menu > div.menu-tall .drop_menu {
  width: 290px;
}
.menu > div.menu-tall .drop_menu-wrap > div {
  flex-basis: 100%;
}
.menu > div.menu-tall .drop_menu-wrap > div > a, .menu > div.menu-tall .drop_menu-wrap > div > span {
  color: #111212 !important;
  text-transform: none;
  font-weight: normal;
}
.menu > div.have-child > span {
  cursor: default;
}
.menu > div.have-child > a, .menu > div.have-child > span {
  position: relative;
  padding-left: 25px;
}
.menu > div.have-child > a:before, .menu > div.have-child > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  background: #1774c2;
  height: 2px;
  width: 2px;
  box-shadow: 7px 0 0 0 #1774c2, 14px 0 0 0 #1774c2, 0 7px 0 0 #1774c2, 7px 7px 0 0 #1774c2, 14px 7px 0 0 #1774c2, 0 14px 0 0 #1774c2, 7px 14px 0 0 #1774c2, 14px 14px 0 0 #1774c2;
}
.menu > div.have-child.active > a:before, .menu > div.have-child.active > span:before {
  background: #ef4323;
  box-shadow: 7px 0 0 0 #ef4323, 14px 0 0 0 #ef4323, 0 7px 0 0 #ef4323, 7px 7px 0 0 #ef4323, 14px 7px 0 0 #ef4323, 0 14px 0 0 #ef4323, 7px 14px 0 0 #ef4323, 14px 14px 0 0 #ef4323;
}
.menu > div.have-child:hover .drop_menu {
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
  padding: 20px 0 40px;
}
.menu > div.have-child:hover.menu-tall .drop_menu {
  padding: 25px 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.menu > div.have-child:hover.menu-tall .drop_menu .wrap {
  padding: 0;
}

.drop_menu {
  position: absolute;
  left: 0;
  top: 120px;
  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-scroll {
  min-height: 80px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.drop_menu-wrap {
  display: flex;
  width: 100%;
  min-height: 80px;
  flex-wrap: wrap;
  padding: 20px 0;
}
.drop_menu-wrap > div {
  flex-basis: 25%;
  box-sizing: border-box;
  padding-right: 25px;
}
.drop_menu-wrap > div.drop_menu-double {
  flex-basis: 50%;
}
.drop_menu-wrap > div.drop_menu-double > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.drop_menu-wrap > div.drop_menu-double > div > a {
  flex-basis: calc(50% - 20px);
  margin: 5px 10px;
  padding: 0;
}
.drop_menu-wrap > div > a,
.drop_menu-wrap > div > span {
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  border: none !important;
  color: #111212 !important;
  letter-spacing: 0.025em;
}
.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: #00619e !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;
  padding: 5px 0;
  text-transform: none !important;
  text-decoration: none;
  border: none !important;
  color: #111212 !important;
}
.drop_menu-wrap > div > div a.active,
.drop_menu-wrap > div > div span.active {
  color: #00619e !important;
}
.drop_menu-wrap > div > div a.drop-more,
.drop_menu-wrap > div > div span.drop-more {
  display: none;
}
.drop_menu-wrap > div > div a.drop-more-btn span,
.drop_menu-wrap > div > div span.drop-more-btn span {
  color: #aaa !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.drop_menu-wrap > div > div a.drop-more-btn span:after,
.drop_menu-wrap > div > div span.drop-more-btn span:after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 2px);
  border: 3px solid transparent;
  border-top: 4px solid #111212 !important;
}
.drop_menu-wrap > div > div a.drop-more-btn span:hover,
.drop_menu-wrap > div > div span.drop-more-btn span:hover {
  text-decoration: none;
}
.drop_menu-wrap > div > div a:hover,
.drop_menu-wrap > div > div span:hover {
  text-decoration: underline;
}

.menu-btn {
  width: 40px;
  height: 40px;
  position: relative;
}
.menu-btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #111212;
  left: 10px;
  top: 50%;
  margin-top: -1px;
  transition: transform 0.5s;
}
.menu-btn:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #111212;
  border-bottom: solid 2px #111212;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  transition: transform 0.5s;
}
.menu-btn.open:after {
  transform: rotate(45deg);
}
.menu-btn.open:before {
  height: 2px;
  background: #111212;
  border: none;
  left: 10px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}

.menu-drop {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: #00619e;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  display: none;
}
.menu-drop.open {
  display: block;
}
.menu-drop nav div {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.menu-drop nav div.menu-drop-red a, .menu-drop nav div.menu-drop-red span {
  background-color: #ef4323;
}
.menu-drop nav div.menu-drop-red a:hover {
  background-color: #dc2c0b;
}
.menu-drop nav div a,
.menu-drop nav div span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 30px 8px 20px;
  position: relative;
}
.menu-drop nav div a:after,
.menu-drop nav div span:after {
  position: absolute;
  content: "";
  border-left: solid 4px #fff;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.menu-drop nav div.active a,
.menu-drop nav div.active span {
  background: #005184;
}

.chchat {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 100px;
  background: #18C139 url(../images/whatsapp_w.svg) 50% 50%/30px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation: pulse 2s infinite;
}
.chchat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chchat.t2 {
  background: url(../images/telegram.svg) 50% 50%/30px no-repeat #0088cc;
  animation: pulse2 2s infinite;
}
.chchat.t3 {
  background: url(../images/max.svg) 50% 50%/30px no-repeat #9149e2;
  animation: pulse3 2s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 193, 57, 0.4);
    box-shadow: 0 0 0 0 rgba(24, 193, 57, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(24, 193, 57, 0);
    box-shadow: 0 0 0 15px rgba(24, 193, 57, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 193, 57, 0);
    box-shadow: 0 0 0 0 rgba(24, 193, 57, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(0, 136, 204, 0);
    box-shadow: 0 0 0 15px rgba(0, 136, 204, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
  }
}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(145, 73, 226, 0.4);
    box-shadow: 0 0 0 0 rgba(145, 73, 226, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(145, 73, 226, 0);
    box-shadow: 0 0 0 15px rgba(145, 73, 226, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(145, 73, 226, 0);
    box-shadow: 0 0 0 0 rgba(145, 73, 226, 0);
  }
}
.upbutton {
  background: #05467E;
  height: 45px;
  width: 70px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
.upbutton:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  left: 31px;
  top: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.relWrap {
  position: relative;
}

.main-slider-wrap {
  height: 37vw;
  min-height: 580px;
  min-width: 360px;
  position: relative;
}
.main-slider-wrap .main-slider {
  height: 37vw;
  min-height: 580px;
}
.main-slider-wrap .main-slider > div {
  height: 37vw;
  min-height: 580px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.main-slider-wrap .main-slider > div:after {
  position: absolute;
  content: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(51, 44, 37, 0.6) 0%, rgba(51, 44, 37, 0.3) 70%, rgba(51, 44, 37, 0) 100%);
}
.main-slider-wrap .main-slider > div:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to left, 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 img {
  -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);
  transform: scale(1.2);
}
.main-slider-wrap .main-slider > div.active .main-slider-logo1, .main-slider-wrap .main-slider > div.active .main-slider-logo2, .main-slider-wrap .main-slider > div.active .main-slider-logo3 {
  -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);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.main-slider-wrap .main-slider > div.active .main-slider-elements {
  transform: scale(1);
}
.main-slider-wrap .main-slider-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-slider-wrap .main-slider-image-mobile {
  z-index: -2;
}
.main-slider-wrap .main-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  transition: all 5s ease-in;
}
.main-slider-wrap .main-slider-text {
  position: absolute;
  display: table;
  width: 780px;
  height: 37vw;
  min-height: 580px;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  /*@include translate(50px, 0, 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;
  padding-top: 50px;
}
.main-slider-wrap .main-slider-title {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.main-slider-wrap .main-slider-subtitle {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 300;
}
.main-slider-wrap .main-slider-description {
  padding-right: 80px;
}
.main-slider-wrap .main-slider a {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
  cursor: pointer;
}
.main-slider-wrap .main-slider a:after {
  /*content: "→";*/
}
.main-slider-wrap .main-slider a:hover {
  color: #ef4323;
  cursor: pointer;
}

.main-slide {
  height: 514px;
  background: url(../images/main-slide.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.main-slide:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 67%;
  height: 100%;
  z-index: -1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
}
.main-slide-text {
  position: absolute;
  left: 120px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0);
  -moz-transform: translateX(0) translateY(-50%) translateZ(0);
  -ms-transform: translateX(0) translateY(-50%) translateZ(0);
  -o-transform: translateX(0) translateY(-50%) translateZ(0);
  transform: translateX(0) translateY(-50%) translateZ(0);
  color: #ffffff;
}
.main-slide-title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  max-width: 720px;
}
.main-slide-subtitle {
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px;
}
.main-slide-desc {
  max-width: 320px;
  margin-top: 30px;
}

.parts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.parts > div {
  flex-shrink: 1;
  flex-basis: 33.3333333333%;
  overflow: hidden;
}
.parts.t4 > div {
  flex-shrink: 1;
  flex-basis: calc(25% - 40px);
  margin: 20px;
  overflow: hidden;
}
.parts-item2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f9f9fb;
  padding: 20px;
}
.parts-item2-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.parts-item2-img:before {
  content: "";
  padding-top: 75%;
  float: left;
}
.parts-item2-title {
  padding-top: 17px;
  text-align: center;
  line-height: 1.2;
}
.parts-item2-title a {
  font-size: 18px;
  color: #111212;
  text-decoration: none;
  font-weight: bold;
}
.parts-item2-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parts-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 50px 30px;
  position: relative;
  display: flex;
  width: 100%;
}
.parts-item:after {
  clear: both;
  content: "";
  display: table;
}
.parts-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
}
.parts-item:hover:before {
  background: #ef4323;
}
.parts-item:hover .parts-item-title a {
  text-decoration: underline;
}
.parts-item-img {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 40px;
}
.parts-item-img img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.parts-item-title {
  padding-top: 17px;
}
.parts-item-title a {
  font-size: 16px;
  color: #111212;
  text-decoration: none;
  font-weight: bold;
}
.parts-item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #dcdcdc;
  /*overflow: hidden;*/
  position: relative;
  height: calc(100% - 20px);
}
.item-top {
  padding: 30px 0 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*max-width: 220px;*/
  height: 180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.item-img img {
  vertical-align: top;
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
}
.item-title {
  font-size: 14px;
  width: 100%;
  /*max-width: 220px;*/
  margin: 20px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 18px;
  font-weight: 600;
}
.item-title a {
  color: #111212;
  text-decoration: none;
}
.item-title a:hover {
  text-decoration: underline;
}
.item-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin: 30px auto 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-order .btn {
  padding: 5px 10px;
}
.item-price {
  font-size: 14px;
  font-weight: 600;
}
.item-price b {
  font-size: 24px;
  font-weight: 600;
}
.item-add:after {
  clear: both;
  content: "";
  display: table;
}
.item-add > div {
  float: left;
  width: 50%;
}
.item-add > div .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.item-add > div .control-input {
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.item-params {
  width: 100%;
  /*max-width: 220px;*/
  margin: 20px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.item-params span {
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px 0 0;
  position: relative;
  padding-top: 21px;
  font-size: 13px;
  font-weight: 500;
}
.item-params span:last-child {
  margin-right: 0;
}
.item-params span:after {
  position: absolute;
  content: "";
  left: calc(50% - 8px);
  top: 0;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}
.item-params span.ip1:after {
  background-image: url(../images/energy.svg);
}
.item-params span.ip2:after {
  background-image: url(../images/sun.svg);
}
.item-params span.ip3:after {
  background-image: url(../images/corner.svg);
}
.item-info {
  width: 100%;
  /*max-width: 220px;*/
  margin: 10px auto 0;
  padding: 0 20px;
  line-height: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.item-info-b1 {
  font-weight: 500;
  margin-bottom: 10px;
}
.item-info > div + div {
  margin-top: 20px;
}
.item-info span {
  color: #13a500;
  white-space: nowrap;
}
.item-label {
  background: url(../images/sale.svg) 11px 6px no-repeat #dc2c0b;
  -webkit-background-size: 18px;
  background-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 19px;
  top: 19px;
  z-index: 2;
  padding: 5px 16px 5px 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
}

.control-input {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #dcdcdc;
  white-space: nowrap;
  width: 140px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.control-input span {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.control-input span:hover:after, .control-input span:hover:before {
  background: #dc2c0b !important;
}
.control-input span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #111212;
  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: #111212;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -1px;
}
.control-input input {
  padding: 0 50px;
  height: 50px;
  text-align: center;
  border: 0;
  font-size: 14px;
}

input,
textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #cecece;
  padding: 14px 20px 13px;
}
input:focus,
textarea:focus {
  border-color: #ef4323;
}

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

.error {
  border-color: red !important;
}

.error-text {
  font-weight: 300;
  background: red;
  color: #ffffff;
  line-height: 20px;
  padding: 4px 10px;
  display: block;
}

.table-scroll-wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 40px 0;
}
.table-scroll-wrap > div {
  overflow-x: auto;
}
.table-scroll-wrap .table {
  margin: 0;
}

footer {
  background: #143c64;
}

.footer-top {
  padding: 40px 0 50px;
  border-bottom: solid 1px #2c73af;
}
.footer-top.noborder {
  border: 0;
  padding-bottom: 0;
}
.footer-top.noborder .footer-menu > div {
  padding: 0 120px 7px 0;
}

.footer-middle {
  padding: 20px 0;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  text-align: justify;
}
.footer-middle a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff !important;
}
.footer-middle a:hover {
  text-decoration: none;
}
.footer-middle p {
  margin: 0;
}

.footer-menu > div {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-right: 120px;
  line-height: 1.1;
}
.footer-menu > div div + div {
  margin-top: 9px;
}
.footer-menu > div div a,
.footer-menu > div div span {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.footer-menu > div div.active a,
.footer-menu > div div.active span {
  color: #319af2;
}
.footer-menu > div div a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 300;
  align-items: center;
  font-size: 16px;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom .copy {
  margin: 0 5px;
}
.footer-bottom .copy span {
  color: #2391ed;
}
.footer-bottom .footer-offer {
  margin: 0 5px;
}
.footer-bottom .soc > a {
  display: inline-flex;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #2c73af;
  background: #007bc9;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer-bottom .soc > a:hover {
  border-color: #ff4f2e;
  background: #dc2c0b;
}
.footer-bottom .soc > a:hover img {
  opacity: 1;
}
.footer-bottom .soc > a:last-child {
  margin-right: 0;
}
.footer-bottom .soc > a img {
  vertical-align: top;
  opacity: 0.8;
}
.footer-bottom .ms {
  margin: 0 5px;
}
.footer-bottom .ms a {
  text-decoration: none;
}
.footer-bottom .ms a:hover {
  text-decoration: underline;
}

.text-wrap {
  max-width: 1100px;
  margin: 0 auto 0 0;
  padding: 60px 0;
}
.text-wrap p > img,
.text-wrap > img {
  max-width: 100%;
  height: auto;
}
.text-wrap > *:first-child {
  margin-top: 0 !important;
}
.text-wrap > *:last-child {
  margin-bottom: 0 !important;
}
.text-wrap h1 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
  margin: 18px 0 32px;
  max-width: 980px;
  letter-spacing: -0.005em;
}
.text-wrap.t2 {
  padding: 20px;
}
.text-wrap.t3 {
  padding: 20px 0;
  max-width: unset;
}

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

.title-b {
  background: #F7F8FA;
}
.title-b-top {
  padding: 10px 0;
}
.title-b-bottom {
  padding: 10px 0 30px;
}

.bread-crumbs {
  font-size: 13px;
  font-weight: 300;
}
.bread-crumbs > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}
.bread-crumbs > div:first-child {
  margin-left: 0;
}
.bread-crumbs > div:after {
  position: absolute;
  content: "";
  border-left: solid 4px #2889db;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  right: -20px;
  top: calc(50% - 3px);
}
.bread-crumbs > div:last-child:after {
  content: unset;
}
.bread-crumbs > div a {
  color: #555555;
  text-decoration: none;
}
.bread-crumbs > div a:hover {
  text-decoration: underline;
}
.bread-crumbs > div span {
  color: #a7a7a7;
}

.pag {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pag a,
.pag span {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #cecece;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #111212;
  text-decoration: none;
  margin: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}
.pag span {
  background: #dc2c0b;
  border-color: #dc2c0b;
  color: #ffffff;
}
.pag a:hover {
  border-color: #dc2c0b;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  color: #ffffff;
  background: #dc2c0b;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.btn:hover {
  background: #ff4f2e;
}
.btn.c2 {
  background: #a4a4a4;
}
.btn.c3 {
  background: #fff;
  border: solid 1px #dc2c0b;
  color: #dc2c0b;
}
.btn.c3:hover {
  background: #dc2c0b;
  color: #fff;
}

.check {
  width: 20px;
  height: 20px;
}
.check input {
  display: none;
}
.check input:checked + i {
  background: #0055c8;
  border-color: #0055c8;
}
.check i {
  display: block;
  border: solid 2px #e7e7e7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
.check i:after {
  position: absolute;
  content: "";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  height: 9px;
  width: 6px;
  left: 5px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fixed {
  overflow: hidden !important;
}
.fixed body {
  overflow: hidden !important;
}

.cols-l {
  display: none;
}

.gray-b {
  background: #f1f5fa;
  padding: 57px 0 60px;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}

.popular-slider-wrap {
  padding: 0 0 80px;
  margin: 0 -10px;
}
.popular-slider-wrap .slick-arrow {
  width: 50px;
  height: 50px;
  background: #0079b1;
  bottom: -80px;
  position: absolute;
  text-indent: -9999px;
  color: transparent;
  border: 0;
}
.popular-slider-wrap .slick-arrow:hover {
  background: #2dc5fe;
}
.popular-slider-wrap .slick-arrow:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popular-slider-wrap .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -60px;
}
.popular-slider-wrap .slick-arrow.slick-prev:after {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.popular-slider-wrap .slick-arrow.slick-next {
  right: 50%;
  margin-right: -60px;
}
.popular-slider-wrap .slick-arrow.slick-next:after {
  margin-left: -5px;
}
.popular-slider-wrap .slick-list > div {
  height: 100%;
}
.popular-slider-wrap .slick-list .slick-slide > div {
  height: 100%;
}
.popular-slider-wrap .slick-list .slick-slide > div > div {
  height: 100%;
}
.popular-slider-wrap .item {
  margin: 0 10px;
  height: 100%;
}

.advantages-wrap {
  padding: 58px 0 20px;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.advantages-list > div {
  flex-shrink: 1;
  flex-basis: 25%;
}
.advantages-list .advantages-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  border: solid 1px #dcdcdc;
  height: calc(100% - 20px);
  padding: 44px 20px 34px;
  line-height: 20px;
  position: relative;
}
.advantages-list .advantages-item-count {
  color: #dc2c0b;
  font-size: 14px;
  position: absolute;
  text-align: center;
  background: #fff;
  left: 50%;
  margin-left: -15px;
  top: -11px;
  width: 30px;
}
.advantages-list .advantages-item-img {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.advantages-list .advantages-item-img img {
  vertical-align: top;
  width: 100%;
}
.advantages-list .advantages-item-title {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.partner-wrap {
  padding: 88px 0;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.partner-list > div {
  flex-shrink: 1;
  flex-basis: 16.6666666667%;
}
.partner-list > div:first-child .partner-img {
  border-left: 0;
}
.partner-list .partner-img {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-left: solid 1px #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.partner-list .partner-img img {
  height: auto;
  width: auto;
  max-width: 96%;
}

.cat-parts {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 -20px;
}
.cat-parts > div {
  flex-basis: calc(20% - 40px);
  margin: 20px;
}
.cat-parts .cat-part {
  border: solid 1px #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cat-parts .cat-part:hover {
  border-color: #00619e;
}
.cat-parts .cat-part:hover .cat-part-title a {
  color: #00619e;
}
.cat-parts .cat-part-img {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.cat-parts .cat-part-img:before {
  content: "";
  float: left;
  padding-top: 66%;
}
.cat-parts .cat-part-img.t2 {
  margin: 20px 20px 0;
}
.cat-parts .cat-part-title {
  padding: 20px 20px 0;
  text-align: center;
  line-height: 20px;
}
.cat-parts .cat-part-title a {
  color: #111212;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.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-parts .cat-part-price {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.cat-parts .cat-part-price > div {
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 4px;
  background: linear-gradient(0deg, #FFC000 0%, rgba(255, 192, 0, 0.5) 100%);
  white-space: nowrap;
  transform: skew(-10deg);
}
.cat-parts .cat-part-price > div b {
  font-size: 20px;
  transform: skew(10deg);
  display: inline-block;
}

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

.popular-table {
  width: 100%;
  font-size: 14px;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.popular-table tr {
  background: #ffffff;
}
.popular-table tr td {
  padding: 9px;
  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: 140px;
}
.popular-table .pt-title a {
  color: #111212;
}
.popular-table .pt-price {
  margin-right: 30px;
  margin-left: 30px;
}
.popular-table .pt-price b {
  font-size: 24px;
  font-weight: normal;
}
.popular-table .pt-price span {
  color: #2889db;
  font-weight: bold;
}
.popular-table .btn {
  width: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.del {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
}
.del:hover:after, .del:hover:before {
  background: #ff4f2e;
}
.del:after, .del:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #dc2c0b;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
}
.del:after {
  transform: rotate(45deg);
}
.del:before {
  transform: rotate(-45deg);
}

.total-param {
  border: solid 1px #c6d6e1;
  background: #f7f9fa;
  text-align: center;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 1.5;
}

.w1 {
  width: 1px;
  white-space: nowrap;
}

.other-items {
  padding: 87px 0 0;
}
.other-items .title {
  margin-bottom: 12px;
}
.other-items + .text-wrap {
  padding-top: 58px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.items.onlyone {
  /*flex-direction: column;
  align-items: center;*/
}
.items > div {
  flex-shrink: 1;
  flex-basis: 25%;
  overflow: hidden;
}
.items > div .item {
  margin: 10px;
}
.items.t5 > div {
  flex-basis: 20%;
}

.h50 {
  height: 50px;
}

.cat-filter {
  padding: 8px 0 11px;
  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;
  font-weight: bold;
  color: #111212;
  text-decoration: none;
  margin: 0 19px;
  display: inline-block;
  vertical-align: top;
}
.cat-filter-list a.active,
.cat-filter-list span.active {
  color: #2889db;
  cursor: default;
}
.cat-filter-list a.filter-link {
  font-size: 18px;
  text-decoration: underline;
  color: #2889db;
  text-transform: none;
  font-weight: normal;
}
.cat-filter-list a.filter-link:hover {
  text-decoration: none;
}
.cat-filter-list a.filter-link.active {
  padding-right: 5px;
  position: relative;
  cursor: pointer;
  color: #ef4323;
}
.cat-filter-list a.filter-link.active:after, .cat-filter-list a.filter-link.active:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #ef4323;
  top: 50%;
  right: -7px;
  margin: -7px 0 0 10px;
}
.cat-filter-list a.filter-link.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cat-filter-list a.filter-link.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ce-col {
  display: table;
  width: 100%;
  margin: 30px 0;
}
.ce-col-l {
  display: table-cell;
  vertical-align: top;
  width: 45%;
  padding-right: 20px;
}
.ce-col-r {
  display: table-cell;
  vertical-align: top;
  width: 55%;
}
.ce-col-r > div {
  display: flex;
}
.ce-col-r > div > div {
  flex-basis: 50%;
}

.ce-col2 {
  display: table;
  width: 100%;
}
.ce-col2 .ce-img > div:after {
  display: none !important;
}
.ce-col2-l {
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
.ce-col2-r {
  display: table-cell;
  vertical-align: top;
}

.ce-img {
  overflow: hidden;
  position: relative;
  display: block;
  order: 1;
  flex-basis: calc(100% - 80px);
}
.ce-img-wrap {
  display: flex;
  max-width: 750px;
}
.ce-img > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}
.ce-img > div:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/zoom_2.svg) 50% 50% no-repeat;
  right: 20px;
  top: 20px;
}
.ce-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ce-img:before {
  content: "";
  float: left;
  padding-top: 75%;
}
.ce-img-thumbs {
  margin: -6px 0;
  width: 80px;
  text-align: center;
}
.ce-img-thumbs > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
  margin: 6px 0;
}
.ce-img-thumbs > div.video-prev {
  position: relative;
}
.ce-img-thumbs > div.video-prev a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/play.svg") 50% 50%/20px no-repeat;
}
.ce-img-thumbs > div img {
  vertical-align: top;
  max-width: 78px;
  max-height: 78px;
}
.ce-img-thumbs > div.active {
  border-color: #ff4f2e;
}

.ce-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ce-price {
  font-size: 14px;
  margin-right: 20px;
}
.ce-price b {
  font-size: 28px;
  font-weight: 600;
}

.ce-btns {
  margin: 20px 0 0 0;
}
.ce-btns .control-input {
  width: 135px;
}
.ce-btns .btn {
  width: 135px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ce-desc > div {
  display: table-cell;
  vertical-align: top;
}
.ce-desc-left {
  padding: 0 20px 0 0;
}
.ce-desc-right {
  width: 300px;
}

.price-list {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background: #0a375c;
  position: relative;
  text-decoration: none;
  padding: 11px 50px 9px 66px;
}
.price-list:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  background: url(../images/price-list.png) 0 0 no-repeat;
  left: 40px;
  top: 19px;
}

.ce-table td:first-child {
  color: #8b8b8b;
}

.cnt-wrap {
  padding: 50px 0;
  max-width: 1100px;
  margin: 0 auto 0 0;
}
.cnt-wrap p > a > img,
.cnt-wrap p > img,
.cnt-wrap > img,
.cnt-wrap div > img {
  max-width: 100%;
  height: auto;
}
.cnt-wrap > *:first-child {
  margin-top: 0 !important;
}
.cnt-wrap > *:last-child {
  margin-bottom: 0 !important;
}

.cart-wrap {
  padding: 10px 0;
}
.cart-wrap .item-params {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.cart-wrap .item-info {
  max-width: 100%;
  padding: 0;
  margin: 0;
  text-transform: none;
}

.cart-form {
  border: solid 1px #e1e1e1;
  border-top: solid 2px #2889db;
  padding: 36px 79px 39px;
  margin: 27px 0 30px;
}
.cart-form.t2 {
  padding: 0;
  margin: 0;
  border: 0 !important;
  margin-top: 40px;
}
.cart-form.t2 .cart-form-col > div {
  width: 50%;
}
.cart-form label {
  display: block;
}
.cart-form label.offer-label {
  position: relative;
  margin: 10px 0 20px;
}
.cart-form label.offer-label .error-text {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 13px;
  line-height: 1;
  color: red;
  background: none;
  font-weight: 500;
}
.cart-form label.offer-label .check {
  position: absolute;
  top: calc(50% - 10px);
}
.cart-form label.offer-label .check i {
  border: solid 1px #cecece;
  background: #fff;
  border-radius: 0;
}
.cart-form label.offer-label .check i:after {
  content: none;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
.cart-form label.offer-label .check input:checked + i {
  background: #fff;
}
.cart-form label.offer-label .check input:checked + i:after {
  content: "";
}
.cart-form label.offer-label .offer-label-text {
  padding-left: 40px;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.cart-form label.offer-label .offer-label-text a {
  color: #111212;
  text-decoration: underline;
}
.cart-form label.offer-label .offer-label-text a:hover {
  text-decoration: none;
}
.cart-form label.offer-label .errorText, .cart-form label.offer-label .error-text {
  position: absolute;
  left: 0;
  top: 100%;
}
.cart-form label + label {
  margin-top: 24px;
}
.cart-form label > span {
  display: block;
  font-weight: normal;
  margin-bottom: 6px;
}
.cart-form label > span i {
  font-style: italic;
  color: #ff0000;
}
.cart-form textarea {
  height: 270px;
}
.cart-form-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.cart-form-list {
  float: left;
  width: 50%;
  padding-top: 7px;
}
.cart-form-col {
  margin-left: -20px;
  margin-right: -20px;
}
.cart-form-col > div {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.red {
  color: #ef4323;
}

.file-type {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0 11px;
}

.cart-form-title2 {
  margin: 30px 0 15px;
}
.cart-form-title2 div {
  display: inline-block;
  vertical-align: baseline;
  font-size: 18px;
  font-weight: bold;
}

.fileUpload {
  margin-top: 20px;
}
.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);
}

.fileUploadButton {
  width: 200px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #00619e;
  padding: 11px 0 9px;
  text-align: center;
  display: inline-block !important;
  vertical-align: top;
}

.cart-offer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #888;
}

.modal-comment {
  line-height: 1.25;
}
.modal-comment p {
  margin-top: 0;
}

.cart-form-btn {
  text-align: center;
  margin-top: 20px;
}
.cart-form-btn .btn {
  width: 200px;
}

.total-wrap {
  margin: 0 30px;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 10px;
}
.total-wrap > div {
  width: 50%;
}

.cart-total {
  display: table;
  width: 100%;
}
.cart-total + .cart-total {
  margin-top: 10px;
}
.cart-total-l {
  font-size: 14px;
  display: table-cell;
  vertical-align: baseline;
  overflow: hidden;
}
.cart-total-l > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.cart-total-l > span:after {
  position: absolute;
  content: "";
  width: 2000px;
  right: -2018px;
  bottom: 10px;
  border-bottom: dotted 1px #b2b2b2;
}
.cart-total-r {
  display: table-cell;
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
  padding-left: 18px;
}
.cart-total-r b {
  font-size: 24px;
  font-weight: 500;
}

.discount-info-title {
  font-size: 14px;
}

.discount-info span {
  color: #13a500;
}

.di {
  margin-top: 10px;
}

.orange {
  font-size: 24px;
  color: #ef4323;
}

.total {
  display: table;
  width: 100%;
  font-size: 14px;
}
.total + .total {
  margin-top: 10px;
}
.total b {
  font-size: 24px;
  font-weight: normal;
}
.total-l {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}
.total-l span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.total-l span:after {
  position: absolute;
  content: "";
  width: 2010px;
  right: -2000px;
  border-bottom: dotted 1px #b2b2b2;
  bottom: 10px;
}
.total-r {
  display: table-cell;
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
  padding-left: 10px;
}

.search-line-wrap {
  margin: 30px 0 19px;
}

.search-line {
  width: 100%;
  border: solid 1px #dcdcdc;
  position: relative;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.search-line input {
  border: 0;
  height: 38px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 50px 11px 19px;
  font-size: 16px;
}
.search-line input::-webkit-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.search-line input::-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.search-line input:-ms-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.search-line input:-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}
.search-line input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-line input:focus::-moz-placeholder {
  color: transparent;
}
.search-line input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-line input:focus:-moz-placeholder {
  color: transparent;
}
.search-line button {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
  border: 0;
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  background-size: 16px;
}

.s-res {
  margin: 0 30px;
  text-align: center;
}

.kont-col > div {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin-right: 30px;
  margin-top: 10px;
}
.kont-col b {
  margin-bottom: 10px;
  display: block;
}
.kont-col p {
  margin: 0;
}

.map {
  display: table;
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: 20px 0;
}

.p404 {
  height: 600px;
  background: url(../images/main-slide.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.p404-text {
  position: absolute;
  left: 140px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0);
  -moz-transform: translateX(0) translateY(-50%) translateZ(0);
  -ms-transform: translateX(0) translateY(-50%) translateZ(0);
  -o-transform: translateX(0) translateY(-50%) translateZ(0);
  transform: translateX(0) translateY(-50%) translateZ(0);
}
.p404-title {
  color: #0e4777;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.p404-desc {
  color: #555555;
  margin-top: 30px;
}
.p404 .btn {
  width: 150px;
  margin-top: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.modal {
  background: #ffffff;
  width: 550px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-title {
  font-size: 30px;
  text-align: center;
  padding: 35px 40px 25px;
}
.modal-cnt {
  padding: 28px 60px 40px;
}
.modal-cnt label.modal-offer-label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.modal-cnt label.modal-offer-label .error-text {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 13px;
  line-height: 1;
  color: red;
  background: none;
  font-weight: 500;
}
.modal-cnt label.modal-offer-label > span {
  display: block;
  font-weight: 400;
  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 #cecece;
  border-radius: 0;
}
.modal-cnt label.modal-offer-label .check i:after {
  content: none;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
.modal-cnt label.modal-offer-label .check input:checked + i {
  background: #fff;
}
.modal-cnt label.modal-offer-label .check input:checked + i:after {
  content: "";
}
.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: #111212;
  text-decoration: underline;
  text-decoration-color: #111212 !important;
}
.modal-cnt label.modal-offer-label .offer-label-text a:hover {
  text-decoration: none;
}

.modal-city-select {
  font-size: 18px;
}
.modal-city-select > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 40px;
}
.modal-city-select a {
  color: #105fa1;
  text-decoration: underline;
}
.modal-city-select a:hover {
  text-decoration: none;
}
.modal-city-select span {
  color: #111212;
  text-decoration: none;
}

.modal-btns {
  text-align: center;
}
.modal-btns .btn {
  margin: 10px 10px 0 !important;
  width: 180px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block !important;
  vertical-align: top !important;
}

.mobile-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.mobile-header-top .header-phone {
  margin: 0;
}
.mobile-header-top .header-phone a {
  font-size: 18px;
}
.mobile-header-top .city-select {
  margin: 0;
}

.mobile-header-middle {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}
.mobile-header-middle .cart-b a {
  color: #111212;
  text-decoration: none;
  font-size: 16px;
  display: block;
  width: 30px;
  text-align: right;
  padding: 5px 10px 5px 0;
}
.mobile-header-middle .cart-b a span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mobile-header-middle .cart-b a span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/cartb.svg) 50% 50%/contain no-repeat;
  left: -30px;
  top: 6px;
}
.mobile-header-middle .header-search-icon, .mobile-header-middle .header-phone-icon, .mobile-header-middle .header-cart-icon, .mobile-header-middle .header-city-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/zoom.svg") 50% 50%/auto 20px no-repeat;
}
.mobile-header-middle .header-phone-icon {
  background-image: url("../images/phone.svg");
}
.mobile-header-middle .header-cart-icon {
  background-image: url("../images/cartb.svg");
}
.mobile-header-middle .header-city-icon {
  background-image: url("../images/pin.svg");
}

.mobile-header-right {
  display: flex;
  align-items: center;
}
.mobile-header-right > div + div {
  margin-left: 15px;
}

.mobile-header-bottom .header-search {
  width: 100%;
  max-width: 100%;
  border: 0;
  margin: 0;
}

.m-logo {
  width: 140px;
}
.m-logo a {
  display: block;
}
.m-logo img {
  width: 100%;
  vertical-align: top;
}

.print {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.print:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background: url(../images/print.png) 0 0 no-repeat;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.menu-drop-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  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: 20px;
  background: #fff;
  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);
}

.select-steel {
  margin-right: -40px;
}
.select-steel label {
  display: inline-block;
  vertical-align: top;
  width: 136px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.select-steel label:after {
  clear: both;
  content: "";
  display: table;
}
.select-steel label:first-child {
  width: 100%;
}
.select-steel label .check {
  float: left;
  margin: 0 20px 0 0;
}
.select-steel label .check-title {
  line-height: 20px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.project-slider-wrap {
  display: table;
  width: calc(100% + 20px);
  table-layout: fixed;
  padding: 0 0 100px;
  margin: 0 -10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project-slider-wrap .slick-slide > div {
  margin: 0 10px;
  padding: 10px 0;
}
.project-slider-wrap .slick-arrow {
  width: 50px;
  height: 50px;
  background: #0079b1;
  bottom: -70px;
  position: absolute;
  text-indent: -9999px;
  color: transparent;
  border: 0;
}
.project-slider-wrap .slick-arrow:hover {
  background: #2dc5fe;
}
.project-slider-wrap .slick-arrow:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-slider-wrap .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -60px;
}
.project-slider-wrap .slick-arrow.slick-prev:after {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.project-slider-wrap .slick-arrow.slick-next {
  right: 50%;
  margin-right: -60px;
}
.project-slider-wrap .slick-arrow.slick-next:after {
  margin-left: -5px;
}

.project {
  position: relative;
}
.project:hover {
  cursor: pointer;
}
.project:hover .project-img:after {
  opacity: 1;
}
.project-column {
  padding: 0 10px;
  box-sizing: border-box;
}
.project-column > div {
  margin: 20px;
}
.project-img {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.project-img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/plus.png) 50% 50% no-repeat rgba(41, 41, 41, 0.7);
  -webkit-background-size: 16px;
  background-size: 52px;
  opacity: 0;
}
.project-img:before {
  content: "";
  float: left;
  padding-top: 95%;
}
.project-img a {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-title {
  margin-top: 20px;
  line-height: 20px;
}
.project-title a {
  color: #111212;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.project-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js-project-slider .project {
  margin-bottom: 40px;
}

.ce-tabs {
  margin: 20px 0;
}
.ce-tabs .table td:last-child {
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ce-tabs .tabsButtons {
  display: flex;
  border: solid 1px #dcdcdc;
}
.ce-tabs .tabsButtons div {
  flex-shrink: 1;
  flex-grow: 1;
  width: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  background: #efefef;
}
.ce-tabs .tabsButtons div span {
  border-bottom: 1px dashed #111212;
}
.ce-tabs .tabsButtons div span:hover {
  border-bottom: none;
}
.ce-tabs .tabsButtons div + div {
  border-left: solid 1px #cbd6e4;
}
.ce-tabs .tabsButtons div.active {
  background: #00619e;
  cursor: default;
  font-size: 20px;
  color: #fff;
}
.ce-tabs .tabsButtons div.active span {
  border-bottom: none;
}
.ce-tabs .tabsContent > div {
  padding: 20px 0;
}
.ce-tabs .tabsContent > div > *:first-child {
  margin-top: 0 !important;
}
.ce-tabs .tabsContent > div > *:last-child {
  margin-bottom: 0 !important;
}
.ce-tabs .tabsContent .table {
  margin: 0;
}

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

.title2 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 2px #2889db;
  padding-bottom: 9px;
}

.ce-item-info {
  margin-top: 10px;
}
.ce-item-info span {
  color: #13a500;
}

.item-shilds span {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 10px 0;
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 600;
}
.item-shilds span:after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  width: 21px;
  height: 21px;
}
.item-shilds span.ip1:after {
  background-image: url(../images/energy.svg);
}
.item-shilds span.ip2:after {
  background-image: url(../images/sun.svg);
}
.item-shilds span.ip3:after {
  background-image: url(../images/corner.svg);
}

.file {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px 0 80px;
  width: 33.3333%;
  margin: 15px 0;
}
.file:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 60px;
  background: url(../images/file.png) 0 0 no-repeat;
  left: 0;
  top: 0;
}
.file a {
  font-size: 16px;
}

.certificates_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.certificates_wrap > div {
  flex-shrink: 1;
  flex-basis: 25%;
  padding: 20px 0;
  overflow: hidden;
}

.certificate_item {
  margin: 0 40px;
  position: relative;
}
.certificate_item:hover .certificate_title a {
  color: #00619e;
  text-decoration: underline;
}
.certificate_item:hover .certificate_img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom_2.svg) 50% 50% no-repeat rgba(255, 255, 255, 0.8);
  -webkit-background-size: 30px;
  background-size: 30px;
}
.certificate_item .certificate_img {
  border: solid 1px #dcdcdc;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.certificate_item .certificate_img img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.certificate_item .certificate_img:before {
  content: "";
  float: left;
  padding-top: 142%;
}
.certificate_item .certificate_title {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.certificate_item .certificate_title a {
  color: #111212;
  text-decoration: none;
}
.certificate_item .certificate_title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.project-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.project-wrap.t2 > div {
  flex-basis: 25%;
  padding: 10px 0;
}
.project-wrap.t2 .project-img a:hover:after {
  opacity: 1;
}
.project-wrap.t2 .project-img a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.project-wrap > div {
  flex-shrink: 1;
  flex-basis: 16.6666666667%;
  padding: 25px 0 30px;
  overflow: hidden;
}
.project-wrap .project {
  margin: 0 10px;
}

.video-wrap {
  margin: 20px 0;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.video-wrap:before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
.video-wrap .video iframe {
  height: 100%;
  max-width: 100%;
  min-width: 280px;
}

.otd-list {
  border-bottom: solid 1px #dcdcdc;
  padding: 6px 0 14px;
  line-height: 16px;
}
.otd-list a {
  display: inline-block;
  vertical-align: top;
  border-bottom: dotted 1px;
  margin: 10px 40px 0 0;
  text-decoration: none;
}
.otd-list a:hover {
  border-bottom: dotted 1px transparent;
}
.otd-list a.active {
  color: #888888;
  border-bottom: dotted 1px transparent;
}

.printPage .content-wrap {
  width: 1100px;
  margin: 0 auto;
}
.printPage .header-phone a + a {
  display: inline;
}
.printPage h1 {
  font-size: 36px;
}
.printPage .title-b-bottom {
  padding: 10px 0;
}
.printPage .title-b-top {
  border: 0;
}
.printPage .video-wrap {
  display: none;
}
.printPage .print {
  display: none;
}
.printPage .footer-top {
  display: none;
}
.printPage .ce-img > div:after {
  display: none;
}
.printPage .ce-img-thumbs {
  display: none;
}
.printPage .footer-bottom {
  display: none;
}
.printPage .ce-btns {
  display: none;
}
.printPage .title-b {
  background: transparent;
}

.header-feedback .btn {
  padding: 5px 15px;
}

.items[data-count="1"],
.items[data-count="2"],
.items[data-count="3"],
.items[data-count="4"] {
  /*justify-content: center;*/
}

.fancybox-video-base .fancybox-bg {
  background: #fff;
}
.fancybox-video-base.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-video-base .fancybox-iframe {
  max-height: 45vw;
  max-width: 142.2222222222vh;
  margin: 0 auto;
}
.fancybox-video-base .fancybox-caption-wrap, .fancybox-video-base .fancybox-infobar, .fancybox-video-base .fancybox-toolbar {
  visibility: unset;
  opacity: 1;
}

.cookies-agree {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  height: auto;
  width: 600px;
  box-sizing: border-box;
  right: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  background: #fff;
  padding: 20px 0;
  display: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.cookies-agree.show {
  display: block;
  opacity: 1;
}
.cookies-agree-text > div + div {
  margin-top: 20px;
}
.cookies-agree-text p {
  font-size: 14px;
  margin: 0;
  line-height: 1.25;
  color: #111212;
}
.cookies-agree-text a {
  font-size: 14px;
  color: #111212;
  text-decoration: underline;
  text-decoration-color: #111212 !important;
}
.cookies-agree-text a:hover {
  text-decoration: none;
}
.cookies-agree .btn {
  background: #dc2c0b;
  color: #ffffff;
  border-radius: 40px;
  padding: 7px 24px;
  max-width: 190px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  Line-height: 30px;
  display: block;
  vertical-align: top;
  text-decoration: none;
  border: 0;
}

@media screen and (max-width: 1740px) {
  .hide1740 {
    display: none !important;
  }
}
@media screen and (min-width: 1631px) {
  .footer-top.noborder .footer-menu > div div > span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1630px) {
  .hide1630 {
    display: none !important;
  }
  .footer-top.noborder .footer-menu > div div > span {
    white-space: unset;
  }
  .footer-top.noborder .footer-menu > div div > span > span {
    display: block;
  }
  .main-slider-wrap .main-slider-text.right {
    right: calc(50% - 390px);
    left: auto;
  }
}
@media screen and (max-width: 1500px) {
  .items > div {
    flex-basis: 33.3333%;
  }
  .items.t5 > div {
    flex-basis: 25%;
  }
  .parts.t4 > div {
    flex-basis: calc(33.3333333333% - 40px);
  }
  .ce-desc-left {
    padding: 0 0 0 20px;
  }
  .header-feedback {
    display: none;
  }
  .cat-parts > div {
    flex-basis: calc(25% - 40px);
  }
}
@media screen and (max-width: 1400px) {
  .parts-item {
    padding: 50px 20px;
  }
  .project-wrap > div {
    flex-basis: 20%;
  }
  .items[data-count="4"] {
    justify-content: unset;
  }
  .parts-item-img {
    margin-right: 20px;
  }
  .main-slide-text {
    left: 80px;
  }
  .popular-table .pt-price {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1320px) {
  .header-phone a + a {
    display: none;
  }
  .parts > div {
    flex-basis: 50%;
  }
  .project-wrap > div {
    flex-basis: 25%;
  }
  .certificates_wrap > div {
    flex-basis: 33.3333%;
  }
  .popular-table .pt-price {
    margin: 0;
  }
  .cat-parts div {
    flex-basis: calc(33.3333333333% - 40px);
  }
  .popular-table .btn {
    width: 120px;
  }
  .popular-table .control-input {
    width: 120px;
  }
  .popular-table .pt-img {
    margin-right: 0;
  }
  .footer-menu > div {
    padding: 0 30px;
  }
  .footer-bottom {
    padding: 40px 25px;
  }
  .main-slide-text {
    left: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .chchat {
    display: block;
  }
  .project-column {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .project-column > div {
    flex-basis: calc(33.3333333333% - 20px);
    margin: 20px 10px;
  }
  .ce-col-r > div {
    flex-wrap: wrap;
  }
  .ce-col-r > div > div {
    flex-basis: 100%;
  }
  .ce-col-r, .ce-col-l {
    width: 50%;
  }
  .main-slider-wrap .main-slider-text {
    width: 750px;
  }
  .main-slider-wrap .main-slider-text.right {
    right: calc(50% - 375px);
    left: auto;
  }
  .header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .ce-desc > div {
    display: table-row;
    width: 100%;
  }
  .js-project-slider .project {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .items > div {
    flex-basis: 50%;
  }
  .items.t5 > div {
    flex-basis: 33.3333333333%;
  }
}
@media screen and (min-width: 1101px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .wrap {
    padding: 0 20px;
  }
  .parts.t4 {
    margin: 0 -20px;
  }
  .ce-desc {
    display: block;
  }
  .ce-desc > div {
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
  .hide-mobile {
    display: none !important;
  }
  .main-slide, .title-b {
    margin-top: 0;
  }
  .content-wrap > div:first-child {
    flex-basis: 100%;
  }
  .aside-wrap {
    display: none;
  }
  .ce-col-l {
    width: 400px;
  }
  .parts-item {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .parts.t4 > div {
    flex-basis: calc(50% - 40px);
  }
  .ce-tabs .tabsContent > div {
    padding: 20px;
  }
  .cart-wrap .item-params {
    margin: 10px 0 20px;
  }
  .popular-table.cart-table {
    display: block;
  }
  .popular-table.cart-table .pt-img img {
    max-width: 80px;
    max-height: 80px;
  }
  .popular-table.cart-table tbody {
    display: block;
  }
  .popular-table.cart-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #dcdcdc;
    position: relative;
  }
  .popular-table.cart-table tr td {
    display: block;
    border: none;
    padding: 0;
  }
  .popular-table.cart-table tr td.w1 {
    width: auto;
  }
  .popular-table.cart-table tr td:first-child {
    flex-basis: 90px !important;
    flex-shrink: 0;
  }
  .popular-table.cart-table tr td:nth-child(2) {
    flex-basis: calc(100% - 90px);
    box-sizing: border-box;
    line-height: 1.35;
  }
  .popular-table.cart-table tr td:nth-child(3), .popular-table.cart-table tr td:nth-child(4) {
    display: none;
  }
  .popular-table.cart-table tr td:nth-child(5) {
    flex-basis: 120px;
  }
  .popular-table.cart-table tr td:nth-child(6) {
    flex-basis: calc(100% - 120px);
    text-align: right;
  }
  .popular-table.cart-table tr td:nth-child(7) {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .cookies-agree {
    width: calc(100% - 40px);
  }
  .project-column > div {
    flex-basis: calc(50% - 20px);
  }
  .cat-filter-title {
    float: none;
  }
  .cat-filter-list a, .cat-filter-list span {
    margin: 0 20px 0 0;
  }
  .main-slider-wrap .main-slider-title {
    font-size: 45px;
  }
  .main-slider-wrap .main-slider-text {
    left: 0 !important;
    right: auto !important;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .footer-bottom .ms {
    margin: 15px 5px 0 5px;
  }
  .ce-tabs .tabsButtons {
    display: block;
    border-bottom: solid 1px #cecece;
  }
  .ce-tabs .tabsButtons > div {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border: 0 !important;
  }
  .project-wrap > div {
    flex-basis: 33.3333333333%;
  }
  .certificates_wrap > div {
    flex-basis: 50%;
  }
  .certificate_item {
    margin: 0 20px;
  }
  .advantages-list > div {
    flex-basis: 50%;
  }
  .search-table tr {
    border: solid 1px #dcdcdc;
  }
  .total-wrap {
    margin: 0;
  }
  .ce-col-l {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .ce-img {
    margin: 0 auto;
  }
  .ce-img:before {
    display: none;
  }
  .ce-img > div {
    position: relative;
  }
  .ce-col-r {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .items.t5 > div {
    flex-basis: 50%;
  }
  .items[data-count="3"] {
    justify-content: unset;
  }
  .cat-parts {
    margin: 0 -10px;
  }
  .cat-parts > div {
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .partner-list > div {
    flex-basis: 20%;
  }
  .partner-list > div:nth-child(6) .partner-img {
    border-left: 0;
  }
  .gray-b {
    padding: 20px 0;
  }
  .partner-wrap {
    padding: 20px 0;
  }
  .footer-menu > div {
    padding: 0 20px;
    width: 50%;
    margin-top: 10px;
  }
  .footer-top {
    padding: 10px 0 20px;
  }
  .footer-top.noborder .footer-menu > div {
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  .footer-top.noborder .footer-menu > div div > span {
    white-space: nowrap;
  }
  .footer-top.noborder .footer-menu > div div > span > span {
    display: inline;
  }
  .footer-bottom {
    padding: 20px 15px;
    flex-direction: column;
    text-align: center;
  }
  .footer-offer {
    margin: 10px 0 20px !important;
  }
  .partner-list > div {
    flex-basis: 33.3333333333%;
  }
  .partner-list > div:nth-child(4) .partner-img {
    border-left: 0;
  }
  .partner-list > div:nth-child(6) .partner-img {
    border-left: solid 1px #dcdcdc;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .main-slide,
  .p404 {
    height: auto;
    background-position: 30% 50%;
  }
  .main-slide-text,
  .p404-text {
    position: relative;
    left: 0;
    top: 0;
    -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);
    padding: 40px;
  }
  .main-slide-title,
  .p404-title {
    font-size: 30px;
    line-height: 1;
  }
  .main-slide-subtitle {
    font-size: 14px;
  }
  .text-wrap h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .cart-form {
    padding: 20px;
  }
  .cart-form-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .file {
    width: 50%;
  }
  .ce-col2-l {
    display: block;
    width: auto;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .ce-col2-r {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .cart-form-col {
    margin: 0;
  }
  .total-wrap {
    flex-wrap: wrap;
  }
  .total-wrap > div {
    width: auto;
    flex-basis: 100%;
  }
  .total-wrap-r {
    order: 1;
  }
  .discount-info {
    border: solid 1px #c6d6e1;
    background: #f7f9fa;
    text-align: center;
    padding: 5px 20px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .otd-list a {
    margin: 10px 20px 0 0;
  }
  .parts.t4 > div {
    flex-basis: 100%;
  }
  .main-slider-wrap .main-slider-title {
    font-size: 35px;
  }
  .bread-crumbs {
    line-height: 1.5;
    text-align: left;
  }
  .title-b h1 {
    text-align: left;
  }
  .parts > div {
    flex-basis: 100%;
  }
  .project-wrap > div {
    flex-basis: 50%;
  }
  .select-steel {
    margin-right: 0;
  }
  .modal {
    width: 300px;
  }
  .modal-title {
    padding: 20px;
    font-size: 24px;
  }
  .modal-window {
    margin: 60px 5px 10px !important;
  }
  .modal-city-select > div {
    width: 100%;
    padding: 5px 0;
  }
  .modal-cnt {
    padding: 20px;
  }
  .modal-window-close {
    right: 0 !important;
  }
  .popular-table tr {
    flex-basis: calc(50% - 20px);
  }
  .cart-form.t2 .cart-form-col {
    margin: 0 !important;
  }
  .cart-form-col > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .cart-form-col > div + div {
    margin-top: 24px;
  }
  .parts-item {
    border-right: 0;
  }
  .parts-item-img {
    width: 100px;
    height: 100px;
  }
  .footer-menu > div div a, .footer-menu > div div span {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .project-column > div {
    flex-basis: calc(100% - 20px);
  }
  .items > div, .items.t5 > div {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .kont-col > div {
    width: 100%;
  }
  .main-slider-wrap .main-slider > div::before {
    content: none;
  }
  .main-slider-wrap .main-slider-title {
    font-size: 30px;
  }
  .main-slider-wrap .main-slider-image {
    z-index: -2;
  }
  .main-slider-wrap .main-slider-image-mobile {
    z-index: -1;
  }
  .main-slider-wrap .main-slider-text {
    font-size: 16px;
  }
  .main-slider-wrap .main-slider-text > div {
    padding-top: 40px;
  }
  .main-slider-wrap .main-slider-description {
    padding-right: 0;
  }
  .upbutton {
    bottom: 20px;
    right: 20px;
  }
  .item-shilds span {
    padding-left: 0;
    padding-top: 21px;
  }
  .item-shilds span:after {
    left: calc(50% - 8px);
    top: 0;
  }
  .ce-tabs .tabsContent > div {
    padding: 20px 0;
  }
  .ce-img-wrap {
    flex-wrap: wrap;
  }
  .ce-img-thumbs {
    width: 100%;
    margin: 10px 0;
    order: 1;
  }
  .ce-img-thumbs > div {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .ce-img-thumbs img {
    max-width: 96% !important;
    height: auto;
  }
  .file {
    width: 100%;
  }
  .certificate_item .certificate_img:after {
    display: none !important;
  }
  .project-wrap {
    padding: 0 20px;
  }
  .project-wrap > div {
    flex-basis: 100%;
    padding: 20px 0;
  }
  .project-wrap .project {
    margin: 0;
  }
  .certificates_wrap > div {
    flex-basis: 100%;
    padding: 10px 0;
  }
  .certificate_item .certificate_img:before {
    display: none;
  }
  .certificate_item .certificate_img {
    display: table !important;
    margin: 0 auto;
  }
  .certificate_item {
    margin: 0;
  }
  .ce-btns .btn {
    margin-right: 0;
    width: 140px;
  }
  .ce-btns .control-input {
    width: 140px;
  }
  .ce-img {
    width: 100%;
  }
  .items > div {
    flex-basis: 100%;
  }
  .cat-parts > div {
    flex-basis: calc(100% - 20px);
  }
  .popular-table tr {
    flex-basis: calc(100% - 20px);
  }
  blockquote {
    padding: 20px;
  }
  .advantages-list > div {
    flex-basis: 100%;
  }
  .partner-list > div {
    flex-basis: 50%;
  }
  .partner-list > div .partner-img {
    border: 0 !important;
  }
  .partner-list > div:nth-child(even) .partner-img {
    border-left: solid 1px #dcdcdc !important;
  }
}
@media screen and (max-width: 400px) {
  .mobile-header-right > div + div {
    margin-left: 5px;
  }
}

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