@font-face {
  font-family: 'Rubik', sans-serif;
  src: url(../fonts/TTNorms-Regular.eot);
  src: local('../fonts/TT Norms Regular'), local('TTNorms-Regular'), url(../fonts/TTNorms-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/TTNorms-Regular.woff) format('woff'), url(../fonts/TTNorms-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Rubik', sans-serif;
  src: url(../fonts/TTNorms-Medium.eot);
  src: local('../fonts/TT Norms Medium'), local('TTNorms-Medium'), url(../fonts/TTNorms-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/TTNorms-Medium.woff) format('woff'), url(../fonts/TTNorms-Medium.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNormsMedium/TTNormsMedium.woff2) format('woff2'), url(../fonts/TTNormsMedium/TTNormsMedium.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TTNorms;
  src: url(../fonts/TTNormsBold/TTNormsBold.woff2) format('woff2'), url(../fonts/TTNormsBold/TTNormsBold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  letter-spacing: .2px
}

input {
  font-family: 'Rubik', sans-serif
}

body, html {
  height: 100%;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 320px
}

body {
  overflow-x: hidden
}

a {
  outline: 0;
  text-decoration: none
}

img {
  outline: 0;
  max-width: 100%;
  border: none
}

ul {
  list-style: none
}

.fancybox-container{
    z-index:999999;
}

input[type=text]::-moz-placeholder {
  color: #2b2a28;
  font-family: 'Rubik', sans-serif;
  font-size: 16px
}

input[type=text]::-webkit-input-placeholder {
  color: #2b2a28;
  font-family: 'Rubik', sans-serif;
  font-size: 16px
}

input[type=text]:-ms-input-placeholder {
  color: #2b2a28;
  font-family: 'Rubik', sans-serif;
  font-size: 16px
}

input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity .3s ease
}

input[type=text]::-moz-placeholder {
  opacity: 1;
  transition: opacity .3s ease
}

input[type=text]:-moz-placeholder {
  opacity: 1;
  transition: opacity .3s ease
}

input[type=text]:-ms-input-placeholder {
  opacity: 1;
  transition: opacity .3s ease
}

input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .3s ease
}

input[type=text]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .3s ease
}

input[type=text]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .3s ease
}

input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .3s ease
}

.popupForm input[type=text].error {
  border-color: red
}

.headerTop {
  background-color: #1d1d1b
}

.headerTop__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.headerCity {
  margin-right: auto
}

.headerCity:before {
  content: "";
  background: url(../images/icon14.png) no-repeat top center;
  display: block;
  width: 9px;
  height: 12px;
  float: left;
  margin: 2px 16px 0 0
}

.headerCity__our {
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  padding: 0 8px 0 0;
  letter-spacing: .2px
}

.headerCity__ourCyti {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  float: left;
  border-bottom: 1px dotted #fff;
  opacity: .7;
  transition: opacity .5s
}

.headerCity__ourCyti:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff
}

.headerRight {
  padding-right: 10px
}

.headerRight__site {
  float: left;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  opacity: .7;
  transition: opacity .5s
}

.headerRight__site:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff
}

header .site_partners {
  font-size: 14px;
  line-height: 44px;
  text-align: right;
  letter-spacing: .2px;
  color: rgba(255, 255, 255, .8);
  position: relative;
  padding-right: 15px;
  transition: .2s linear
}

header .site_partners:hover {
  color: #fff
}

header .site_partners:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 8px;
  background: url(../images/arrow1.svg) 0 0 no-repeat;
  margin-top: -4px;
  opacity: .8;
  transition: .2s linear
}

header .site_partners:hover:before {
  color: #fff
}

header .my_orders {
  background: #1f6885;
  line-height: 44px;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  padding: 0 36px;
  margin-left: 48px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .2px;
  transition: .2s linear
}

header .my_orders:hover {
  background: #155b76;
  color: #fff
}

.catalog {
  width: 237px;
  margin: 0
}

.catalog__sub {
  width: 370px;
  position: absolute;
  top: 0;
  z-index: 55000;
  padding: 34px 20px 0 20px
}

.catalog__sub:before {
  position: absolute;
  background-color: #f7f8fa;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 19px;
  z-index: -1;
  left: 0;
  display: none
}

.catalog__sub-fon {
  display: none;
  transition: all .5s;
  position: absolute;
  z-index: 999;
  top: 48px
}

.catalog__sub-fon:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 20px;
  right: 0;
  border: 16px solid transparent;
  border-bottom: 20px solid #f7f8fa;
  width: 0;
  height: 0
}

.catalog__sub li {
  border-bottom: 1px solid #eaecef;
  overflow: hidden;
  margin: 5px 0
}

.catalog__sub li:last-child {
  border-bottom: none
}

.catalog__sub li a span {
  color: #2b2a28;
  font-size: 14px;
  padding: 10px 13px 18px;
  display: block;
  float: left
}

.catalog__sub li a:hover span {
  color: #1f6885
}

.headerRight__site:after {
  content: url(../images/icon15.png);
  position: relative;
  left: 10px
}

.header__my {
  float: right;
  width: 150px;
  height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #1f6885;
  padding-top: 12px;
  transition: background-color .5s
}

.header__my:hover {
  background-color: #155b76
}

.headerCenter {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.logo {
  width: 120px
}

.headerNav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.headerNav>div+div {
  margin-left: 30px
}

.headerNav>div a {
  color: #1d1d1b;
  font-size: 15px;
  font-weight: 600;
  transition: color .5s;
  letter-spacing: .3px;
  display: block;
  white-space: nowrap
}

.headerNav>div a:hover {
  color: #1f6885
}

.headerInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.headerInfo__phone {
  padding-left: 50px;
  position: relative;
  font-size: 14px
}

.headerInfo__phone.mob {
  display: none
}

.headerInfo__phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url(../images/ic_phone1.svg) 0 0 no-repeat;
  display: block;
  float: left;
  margin-right: 16px
}

.headerInfo__phone .phone {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: .4px;
  color: #1f6885;
  text-decoration: none;
  margin-bottom: 2px
}

.headerInfo__phone .callback_link {
  font-size: 14px;
  line-height: normal;
  letter-spacing: .2px;
  color: rgba(43, 42, 40, .6);
  border-bottom: 1px solid
}

.headerInfo__phone .callback_link:hover {
  color: #2b2a28
}

.headerInfo__phone span {
  color: #2b2a28;
  font-size: 14px;
  display: block;
  padding-top: 4px
}

.headerInfo__free {
  margin-left: 40px
}

.headerInfo__free .link {
  padding-left: 56px;
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: .4px;
  color: #1f6885;
  text-decoration: none
}

.headerInfo__free .link span {
  color: rgba(43, 42, 40, .6);
  display: block;
  margin-top: 2px
}

.headerInfo__free .link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 36px;
  margin-top: -18px;
  background: url(../images/ic_ruler.svg) 50% no-repeat;
  display: block;
  float: left;
  margin-right: 16px
}

.cart_link {
  margin-left: 36px;
  display: block;
  width: 45px;
  height: 35px;
  background: url(../images/ic_cart.svg) 50% no-repeat;
  position: relative;
  text-decoration: none
}

.cart_link .number {
  content: '';
  position: absolute;
  right: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #1f6885;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .4px;
  text-align: center;
  color: #fff
}

.headerBottom {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  padding: 20px 0
}

.headerForm {
  width: calc(100% - 269px);
  position: relative
}

.headerForm input[type=text] {
  float: left;
  border: 1px solid #eaecef;
  width: 100%;
  height: 48px;
  padding-left: 20px
}

.headerForm input[type=submit] {
  display: block;
  border: none;
  width: 122px;
  height: 48px;
  background-color: #1f6885;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color .5s;
  letter-spacing: .6px
}

.headerForm input[type=submit]:hover {
  background-color: #155b76
}

.headerForm input[type=text]:hover::-moz-placeholder {
  color: #2b2a28
}

.headerForm input[type=text]:hover::-webkit-input-placeholder {
  color: #2b2a28
}

.headerForm input[type=text]:hover:-ms-input-placeholder {
  color: #2b2a28
}

.catalog__active {
  background: #1f6885;
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
  transition: background .2s linear
}

.catalog__active.active, .catalog__active:hover {
  background: #eaecef
}

.catalog__active:hover .catalog__sub-fon {
  display: block
}

.catalog__active:hover .catalog__sub:before {
  display: block
}

.catalog__active .title {
  color: #fff;
  padding-left: 66px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  letter-spacing: .6px;
  font-size: 13px;
  transition: .2s linear
}

.catalog__active.active .title, .catalog__active:hover .title {
  color: #1f6885
}

.catalog__active>a {
  display: block;
  height: 100%;
  line-height: 48px
}

.catalog__active .arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  stroke: #fff;
  transition: .2s linear
}

.catalog__active.active .arrow {
  transform: rotate(180deg);
  stroke: #1f6885
}

.catalogBtn {
  position: absolute;
  top: 50%;
  left: 32px;
  margin-top: -7px
}

.catalog__line {
  width: 18px;
  height: 2px;
  border-radius: 50px;
  background-color: #fff;
  display: block;
  transition: .2s linear
}

.catalog__active:hover .catalog__line {
  background-color: #1f6885
}

.catalog__line+.catalog__line {
  margin-top: 4px
}

.catalog__line:last-child {
  width: 12px
}

.topSlider {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 560px;
  position: relative
}

.slider__img {
  position: relative
}

.slider__img:before {
  content: "";
  width: 100%;
  display: block;
  height: 560px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, .8) 100%);
  position: relative;
  z-index: 1
}

.slider__img img {
  position: absolute;
  top: 0;
  height: 562px
}

.slide-count-wrap {
  position: absolute;
  bottom: 75px;
  left: 328px;
  z-index: 1000;
  color: #fff;
  line-height: 48px
}

.slide-count-wrap span {
  color: #ffff;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px
}

.slide-count-wrap span:last-child {
  opacity: .7
}

.sliderContent {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000
}

.sliderLeft {
  max-width: 490px;
  width: 100%;
  float: left;
  padding-top: 170px;
  position: relative;
  left: 90px
}

.sliderLeft .h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: .21px;
  line-height: 40px;
  margin: 0 0 10px -3px
}

.sliderLeft p {
  color: #fff;
  font-size: 18px;
  margin-left: 1px
}

.orderBtn {
  display: block;
  background-color: #1f6885;
  width: 140px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 17px;
  margin-top: 30px;
  letter-spacing: .6px;
  transition: background-color .5s
}

.orderBtn:hover {
  background-color: #155b76
}

.sliderRight {
  float: right;
  max-width: 440px;
  width: 100%
}

.sliderPrice {
  background-color: #000;
  width: 100px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-top: 5px;
  position: absolute;
  top: 150px;
  right: 0
}

.sliderYellow {
  background: #f6c32e;
  background: -moz-linear-gradient(left, #f6c32e 0, #ab890e 100%);
  background: -webkit-linear-gradient(left, #f6c32e 0, #ab890e 100%);
  background: linear-gradient(to right, #f6c32e 0, #ab890e 100%);
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: relative;
  margin-top: 150px
}

.sliderYellow:before {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  top: 8px;
  left: 9px;
  opacity: .4
}

.sliderYellow__title {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 100px;
  position: relative;
  z-index: 1000;
  text-align: center;
  padding: 50px 0 0 0
}

.sliderYellow__title span {
  font-size: 30px
}

.sliderYellow__desc {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px
}

.sliderRight .system__right {
  position: absolute;
  top: 105px;
  right: 50px;
  box-shadow: none;
  width: 200px;
  height: 200px
}

.sliderRight .system__right .system__right-title {
  font-size: 23px;
  padding-top: 59px
}

.sliderRight .system__right .system__border {
  width: 180px;
  height: 180px
}

.topSlider .prev {
  bottom: 75px;
  z-index: 1000;
  cursor: pointer
}

.topSlider .next {
  z-index: 1000;
  cursor: pointer
}

.popular {
  background-color: #f7f8fa;
  padding-bottom: 100px
}

.popular__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px
}

.title-h2 {
  color: #1f6885;
  font-size: 38px;
  font-weight: 500
}

.title-h1 {
  color: #1f6885;
  font-size: 44px;
  font-weight: 500
}

.paragraf {
  color: #2b2a28;
  font-size: 16px;
  line-height: 26px;
  max-width: 865px;
  width: 100%
}

.popularContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  padding-top: 60px
}

.popularItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 365px;
  max-width: 365px;
  width: 100%;
  background-color: #fff;
  position: relative
}

.single-item2 .popularItem {
  padding-bottom: 126px
}

.popularContent>.popularItem {
  min-height: 555px
}

.popularItem .thumb {
  position: relative;
  display: block;
  padding-bottom: 87.675%
}

.popularItem .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0
}

.popularItem p {
  color: #2b2a28;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 2% 0
}

.popularItem__btn {
  display: block;
  border: 1px solid #1f6885;
  width: 300px;
  height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #1f6885 !important;
  font-size: 13px;
  font-weight: 600;
  margin: 24px auto 30px auto;
  padding-top: 20px;
  transition: all .5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: .6px;
  transition-duration: .5s
}

.popularItem__href a {
  text-align: center;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  display: block;
  transition: color .5s
}

.popularItem__href a:hover {
  color: #1f6885
}

.popularItem__btn:hover {
  background-color: #fff !important;
  color: #1f6885 !important
}

.popularItem__modif {
  flex-basis: 558px;
  max-width: 558px;
  margin-top: 30px
}

.popularItem__modif .thumb {
  padding-bottom: 57.35%
}

.popularItem__modif .popularItem__btn {
  max-width: 495px;
  width: 100%
}

.xit {
  background: url(../images/icon.png) no-repeat top center;
  position: absolute;
  top: 15px;
  right: 13px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 23px 0 0 0
}

.xitBtn {
  position: relative;
  display: block
}

.search {
  max-width: 1133px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0
}

.searchContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  margin-top: 50px
}

.searchItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 365px;
  max-width: 365px;
  width: 100%;
  background-color: #f7f8fa
}

.searchItem__title {
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 25px
}

.searchItem__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 25px;
  background: url(../images/icon2.png) no-repeat top center;
  width: 40px;
  height: 40px
}

.icon:after {
  background: url(../images/icon3.png) no-repeat top center
}

.icon2:after {
  background: url(../images/icon4.png) no-repeat top center
}

.searchItemBtn {
  width: 100%;
  height: 56px;
  background-color: #1f6885;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
  transition: background-color .5s;
  letter-spacing: .6px
}

.searchItemBtn:hover {
  background-color: #155b76;
  color: #fff;
  text-decoration: none
}

.article {
  background-color: #f7f8fa
}

.article__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0
}

.articleBtn {
  display: block;
  background-color: #1f6885;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  height: 56px;
  padding-top: 20px;
  margin-top: 30px;
  transition: background-color .5s;
  letter-spacing: .6px
}

.articleBtn:hover {
  background-color: #155b76
}

.slider__content2 {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
  width: 50%;
  height: 100%
}

.slider__img2 {
  height: 425px;
  overflow: hidden;
  position: relative
}

.slide-count-wrap2, .slide-count-wrap6 {
  position: relative;
  top: 70px;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center
}

.single-item2 .slide-count-wrap2 {
  text-align: left;
  padding-left: 46px
}

.slide-count-wrap6 {
  text-align: left;
  padding-left: 46px
}

.slide-count-wrap2 span, .slide-count-wrap6 span {
  color: #fff;
  padding: 0 8px 0;
  font-size: 14px;
  font-weight: 500
}

.slide-count-wrap2 span:last-child {
  opacity: .6
}

.single-item2, .single-item2Mobil {
  margin-top: 50px
}

.single-item2Mobil {
  margin-top: 30px
}

.single-item2 .prev, .single-item2Mobil .prev {
  position: absolute;
  bottom: 70px;
  z-index: 98;
  right: 185px;
  cursor: pointer
}

.single-item2 .next, .single-item2Mobil .next {
  position: absolute;
  bottom: 70px;
  z-index: 98;
  right: 130px;
  cursor: pointer
}

.single-item2Mobil .next, .single-item2Mobil .prev {
  bottom: 57px
}

.article2 .single-item2Mobil .next, .article2 .single-item2Mobil .prev {
  bottom: 27px
}

.single-item2__title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 86px 0 23px 54px
}

.single-item2__paragraf {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 55px;
  max-width: 440px;
  width: 100%;
  overflow: hidden;
  height: 130px
}

.single-item2__btn {
  display: block;
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-top: 16px;
  margin: 30px 0 0 55px;
  transition: all .5s;
  font-size: 13px;
  letter-spacing: .6px
}

.single-item2__btn:hover {
  background-color: #fff;
  color: #1f6885
}

.slider__img2 img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover
}

.system {
  background: url(../images/img10.jpg) no-repeat top center;
  height: 404px
}

.system__in {
  max-width: 970px;
  width: 100%;
  margin: 0 auto
}

.system__title {
  color: #fff;
  font-size: 52px;
  font-weight: 500
}

.system__desc {
  color: #fff;
  font-size: 18px;
  line-height: 22px
}

.systemLeft {
  float: left;
  padding-top: 140px;
  position: relative
}

.system__price {
  position: absolute;
  background-color: #1f6885;
  border-radius: 50px;
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  top: 120px;
  font-weight: 600;
  right: -104px
}

.system__right {
  float: right;
  width: 260px;
  height: 260px;
  background: #8dacc1;
  background: -moz-linear-gradient(left, #8dacc1 0, #54748d 100%);
  background: -webkit-linear-gradient(left, #8dacc1 0, #54748d 100%);
  background: linear-gradient(to right, #8dacc1 0, #54748d 100%);
  display: block;
  border-radius: 50%;
  position: relative;
  top: 70px;
  box-shadow: 0 0 20px #1d1d1b
}

.system__border {
  border: 1px solid rgba(255, 255, 255, .3);
  width: 240px;
  height: 240px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 10px
}

.system__right-title {
  display: block;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  padding-top: 77px
}

.system__right-desc {
  text-align: center;
  color: #fff;
  font-size: 23px;
  display: block
}

.ideas {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 50px
}

.ideasContent {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal
}

.ideasLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 365px;
  max-width: 365px;
  width: 100%
}

.ideas__href {
  position: relative;
  display: block;
  margin-bottom: 25px;
  height: 250px
}

.ideasRight .ideas__href {
  height: 523px
}

.ideas__href:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, .8) 100%);
  position: relative;
  z-index: 1;
  transition: all .5s
}

.ideas__href:hover:before {
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 52%, rgba(0, 0, 0, .5) 100%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 52%, rgba(0, 0, 0, .5) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 52%, rgba(0, 0, 0, .5) 100%)
}

.ideas__img {
  position: absolute;
  top: 0
}

.ideas__title {
  color: #fff;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  display: block;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 45
}

.ideasRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 750px;
  max-width: 750px;
  width: 100%
}

.service {
  background-color: #f7f8fa
}

.service__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0
}

.serviceContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal
}

.serviceItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 346px;
  max-width: 295px;
  width: 100%
}

.serviceItem:last-child {
  border-right: none
}

.service__href {
  position: relative;
  transition: all .5s
}

.service__href:hover span {
  color: #155b76
}

.service__href:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  background: url(../images/icon5.png) no-repeat top center;
  width: 40px;
  height: 40px
}

.service__href.icon:after {
  background: url(../images/icon6.png) no-repeat top center
}

.service__href.icon3:after {
  background: url(../images/icon7.png) no-repeat top center
}

.service__title {
  color: #1f6885;
  font-size: 18px;
  font-weight: 600;
  display: block;
  transition: all .5s
}

.service__desc {
  color: #2b2a28;
  font-size: 14px;
  padding-top: 15px;
  display: block
}

.instal {
  background-color: #1f6885
}

#inner_video {
  padding-left: 1rem;
  padding-right: 1rem
}

#inner_video span {
  padding: .9rem 1.5rem;
  text-align: left
}

.instal__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal
}

.instal__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 300px;
  max-width: 506px;
  width: 100%
}

.instal__title {
  color: #fff;
  font-size: 36px;
  font-weight: 500
}

.instal__desc {
  color: #fff;
  font-size: 16px
}

.instal__desc2 {
  color: #fff;
  font-size: 14px;
  margin: 30px 0;
  line-height: 22px
}

.installBtn {
  background-color: #1b5d77;
  width: 342px;
  height: 56px;
  display: block;
  position: relative;
  transition: background-color .5s
}

.installBtn:hover {
  background-color: #155b76
}

.installBtn span {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 20px 27px 0 0
}

.installBtn:after {
  content: "";
  background: url(../images/icon8.png) no-repeat top center;
  position: absolute;
  top: 21px;
  right: 37px;
  width: 17px;
  height: 12px
}

.projects {
  padding-top: 80px;
  margin-bottom: 100px;
  overflow: hidden
}

.projects__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto
}

.projectsContent {
  padding-top: 120px;
  max-width: 1144px;
  width: 100%;
  float: none;
  position: relative;
  margin: 0 auto
}

.projectsContent.noNumber {
  padding-top: 48px
}

.single-item3__item {
  max-width: 365px;
  width: 100%
}

.single-item3__content {
  padding: 35px 17px
}

.single-item3__content .title a {
  display: block;
  text-align: center;
  color: #1d1d1b;
  font-size: 18px;
  transition: color .5s
}

.single-item3__content .title a:hover {
  color: #1f6885
}

.single-item3__content p {
  color: #2b2a28;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  min-height: 52px
}

.single-item3__btn {
  display: block;
  border: 1px solid #1f6885;
  max-width: 300px;
  height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #1f6885;
  font-size: 13px;
  font-weight: 600;
  margin: 30px auto 0;
  padding-top: 19px;
  transition: all .5s;
  letter-spacing: .6px
}

.single-item3__btn:hover {
  color: #fff;
  background-color: #1f6885
}

.single-item3__item {
  margin-right: 20px
}

.single-item3__item .thumb {
  position: relative;
  display: block
}

.projectsContent .prev {
  position: absolute;
  top: -70px;
  left: 9px;
  cursor: pointer
}

.projectsContent .next {
  position: absolute;
  top: -70px;
  left: 65px;
  cursor: pointer
}

.slide-count-wrap3, .slide-count-wrap33 {
  position: absolute;
  top: 50px;
  left: 150px;
  color: #1d1d1b;
  font-size: 14px;
  line-height: 48px
}

.noNumber .slide-count-wrap3.hide, .noNumber .slide-count-wrap33.hide {
  display: none
}

.slide-count-wrap3 span, .slide-count-wrap33 span {
  padding: 0 5px
}

.our {
  background-color: #f7f8fa;
  padding: 75px 0 130px;
  position: relative
}

.our__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto
}

.single-item4 {
  margin-top: 80px;
  height: 320px
}

.single-item4 .slick-track {
  padding-bottom: 20px
}

.single-item4__item {
  position: relative
}

.single-item4__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 165px;
  right: 0;
  border: 12px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0
}

.single-item4__item p {
  padding-top: 20px;
  line-height: 22px;
  height: 100px;
  overflow: hidden
}

.single-item4__item p a {
  color: #1f6885;
  font-size: 18px;
  font-weight: 600;
  height: 70px;
  line-height: 22px;
  transition: color .5s
}

.single-item4__item p a:hover {
  color: #155b76
}

.single-item4__item time {
  color: #1d1d1b;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 20px
}

.our .prev {
  position: absolute;
  top: -72px;
  left: 0;
  cursor: pointer
}

.single-item4__item-content {
  max-width: 365px;
  width: 100%;
  padding: 30px;
  height: 255px !important;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  transition: all .5s
}

.single-item4__item-content:hover {
  box-shadow: 0 0 20px #e8e8e8
}

.single-item4 .slick-list {
  padding-top: 20px !important
}

.our .next {
  position: absolute;
  top: -72px;
  left: 60px;
  cursor: pointer
}

.slide-count-wrap4 {
  width: 200px;
  position: relative;
  left: 156px;
  top: 45px
}

.slide-count-wrap4 span {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px
}

.slide-count-wrap4 span:last-child {
  color: #1d1d1b
}

.sliderHr__disc {
  width: 25px;
  height: 25px;
  display: block;
  background-color: rgba(31, 104, 133, .3);
  border-radius: 50px;
  float: left;
  margin-top: -15px;
  position: relative;
  left: 165px
}

.sliderHr__disc:nth-child(2) {
  left: 520px
}

.sliderHr__disc:last-child {
  left: 876px
}

.sliderHr__disc span {
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  background-color: #1f6885;
  border-radius: 50px;
  top: 5px;
  left: 5px
}

.slider__hr {
  display: block;
  border: none;
  border-bottom: 3px solid #eaecef
}

.hrLine__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto
}

.footer {
  padding-top: 90px
}

.footerTop {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px
}

.footerTop h2 {
  color: #1f6885;
  font-size: 26px;
  font-weight: 500
}

.footerTop p {
  color: #2b2a28;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px
}

.footerBottom {
  background-color: #1d1d1b;
  padding: 60px 0 30px;
  margin-bottom: -20px
}

.footerContent {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal
}

.footerDate__politic {
  float: left
}

.footerDate {
  max-width: 1140px;
  width: 100%;
  margin: 50px auto 0;
  overflow: hidden
}

.footerDate__politic a {
  font-size: 14px;
  color: #fff;
  margin-right: 43px;
  display: block;
  float: left;
  opacity: .7;
  transition: opacity .5s
}

.footerDate__politic a:hover {
  opacity: 1
}

.footerSocial {
  float: right
}

.footerSocial li {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px
}

.footerSocial li a img {
  opacity: 1;
  transition: all .5s
}

.footerSocial li a:hover img {
  opacity: .6
}

.footerItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 285px;
  max-width: 285px;
  width: 100%
}

.footerItem:last-child {
  flex-basis: 220px;
  max-width: 220px
}

.footerItem p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px
}

.footerLogo {
  display: block;
  margin-bottom: 10px
}

.footerItem p a {
  color: #33ad43
}

.footer__h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block
}

.footer__h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #1f6885;
  margin-top: 10px
}

.footerList {
  padding-top: 30px
}

.footerList li {
  display: block;
  overflow: hidden;
  padding-bottom: 15px
}

.footerList li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .5s;
  opacity: .8
}

.footerList li a:hover {
  opacity: 1
}

.footerPhone {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  opacity: .7;
  transition: opacity .5s;
  letter-spacing: .31px
}

.footerPhone:hover {
  opacity: 1
}

.footerWork {
  color: #fff;
  font-size: 14px
}

.footerBtn {
  background-color: #1f6885;
  width: 220px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-top: 15px;
  display: block;
  /*margin-top: 15px;*/
  transition: background-color .5s
}

.footerBtn:hover {
  background-color: #155b76;
  color: #fff;
  text-decoration: none
}

.single-item3 .slick-slide {
  width: 100%
}

.footerTop__hide {
  display: none
}

.sait-mobil2 {
  display: none
}

.single-item__mobil {
  display: none !important
}

.single-item2MobilVisible {
  display: none !important
}

.contactBlock {
  padding: 25px;
  position: relative
}

.contactBlock:after {
  content: url(../images/icon27.png);
  position: absolute;
  top: 27px;
  right: 27px
}

.contactBlock.icon2:after {
  content: url(../images/icon4.png)
}

.contactBlock a {
  display: block;
  color: #1f6885;
  font-size: 22px;
  font-weight: 500
}

.contactBlock span {
  color: #1d1d1b;
  font-size: 14px
}

.contacts__title {
  font-weight: 600;
  color: #1f6885;
  font-size: 22px;
  height: 95px
}

.bread-crumbs {
  padding-bottom: 20px;
  padding-top: 40px;
  max-width: 1125px;
  width: 100%;
  margin: 0 auto
}

.bread-crumbs li {
  display: inline-table
}

.bread-crumbs li a {
  color: #1f6885;
  font-size: 15px;
  font-weight: 500
}

.bread-crumbs li a:after {
  content: url(../images/icon28.png);
  margin: 0 5px 0 8px
}

.rulon {
  padding: 0
}

.descr_dop_block .paragraf, .rulon .paragraf, .sales__in .paragraf {
  max-width: 90%;
  margin: 0 auto
}

.title-h2 {
  padding-bottom: 10px
}

.systemContent {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px
}

.descr_dop_block {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px
}

.tab-container {
  padding-top: 50px
}

.tab-container .tab {
  float: left;
  width: 50%;
  border: 1px solid #000;
  padding: 15px
}

.tab-container .etabs {
  overflow: hidden;
  width: 100%;
  display: block
}

.tab-container .tab a {
  text-align: center;
  color: #2b2a28;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: block
}

.tab-container .tab.active {
  background-color: #000
}

.tab-container .tab.active a {
  color: #fff
}

.projectsTabs, .windows {
  margin: 20px 0 90px;
  background-color: #f7f8fa;
  padding-bottom: 30px
}

#tab-container .windows {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  opacity: 0;
  margin: 0;
  padding-bottom: 0
}

#tab-container .windows.active {
  visibility: visible;
  overflow: visible;
  height: auto;
  transition: opacity .5s linear;
  pointer-events: auto;
  opacity: 1;
  margin: 20px 0 90px;
  padding-bottom: 30px
}

#tab-container .tab {
  padding: 0
}

#tab-container .tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 15px
}

.projectsTabs__in, .windows__in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto
}

.projectsTabs__title, .windows__title {
  color: #1d1d1b;
  font-size: 36px;
  font-weight: 600;
  padding-top: 50px
}

.projectsTabs__list, .windows__list {
  max-width: 540px;
  width: 100%;
  padding-top: 20px;
  list-style: disc
}

.projectsTabs__list li, .windows__list li {
  overflow: hidden;
  padding-bottom: 10px
}

.projectsTabs__list li:before, .windows__list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1f6885;
  border-radius: 50px;
  float: left;
  margin: 3px 12px 0 0
}

.projectsTabs__list li span, .windows__list li span {
  color: #2b2a28;
  font-size: 16px;
  display: block;
  float: left;
  max-width: 500px;
  width: 100%;
  line-height: 22px
}

.projectsTabs__h2, .windows__h2 {
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 10px 0 20px
}

.projectsTabs__item, .windows__item {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  margin-bottom: 30px
}

.projectsTabs__item-img, .windows__item-img {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 354px;
  max-width: 354px
}

.projectsTabs__item-img span, .windows__item-img span {
  position: absolute;
  background-color: #fff;
  color: #2b2a28;
  font-size: 14px;
  display: block;
  bottom: 30px;
  padding: 10px;
  text-align: center;
  left: 16%;
  width: 250px;
  font-weight: 500
}

.projectsTabs__itemContent, .windows__itemContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 636px;
  max-width: 636px
}

.projectsTabs__itemContent .h2, .windows__itemContent .h2 {
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 15px 20px
}

.projectsTabs__itemContent .projectsTabs__list, .windows__itemContent .windows__list {
  margin-left: 22px;
  padding-top: 0;
  max-width: 585px
}

.projectsTabs__itemContent .windows__list li span, .windows__itemContent .windows__list li span {
  color: #2b2a28;
  font-size: 14px;
  max-width: 550px
}

.projectsTabs__itemContent .windows__list li span b, .windows__itemContent .windows__list li span b {
  color: #2b2a28;
  font-size: 14px;
  font-weight: 600;
  padding-right: 5px
}

.projectsTabs__bay, .windows__bay {
  display: block;
  width: 285px;
  height: 56px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding-top: 20px;
  float: left;
  margin: 27px 0 0 19px;
  background-color: #1f6885;
  text-transform: uppercase;
  transition: background-color .5s
}

.projectsTabs__bay:hover, .windows__bay:hover {
  background-color: #155b76;
  color: #fff;
  text-decoration: none
}

.projectsTabs__sxeme, .windows__sxeme {
  display: block;
  float: right;
  border: 1px solid #1f6885;
  width: 285px;
  height: 56px;
  text-align: center;
  margin: 27px 30px 0 0;
  color: #1f6885;
  font-size: 13px;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .5s
}

.projectsTabs__sxeme:hover, .windows__sxeme:hover {
  color: #fff;
  background-color: #1f6885
}

.sales {
  background-color: #f7f8fa;
  padding-bottom: 100px
}

.sales+.footer {
  padding-top: 0
}

.sales__in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px
}

.sales__in .title-h2 {
  padding-left: 30px
}

.article2 {
  background-color: #fff
}

.single-item5 {
  padding-top: 40px
}

.single-item5__item {
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px
}

.single-item5__img {
  display: block;
  margin: 0 auto;
  width: 204px;
  max-width: 100%;
  padding: 20px 0
}

.single-item5__img img {
  margin: 0 auto;
  display: block;
  max-width: 100%
}

.single-item5__price {
  display: block;
  text-align: center;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 500
}

.single-item5__pagaraf {
  display: block;
  text-align: center;
  color: #2b2a28;
  font-size: 14px;
  padding: 15px 20px;
  line-height: 22px;
  min-height: 96px
}

.single-item5__size {
  text-align: center
}

.single-item5__size span {
  color: #1f6885;
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px 0
}

.single-item5__btn, .single-item5__btn2 {
  display: block;
  width: 203px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #1f6885;
  border: 1px solid #1f6885;
  padding-top: 17px;
  margin: 16px auto 20px;
  font-size: 13px;
  transition: all .5s
}

.single-item5__btn2:hover, .single-item5__btn:hover {
  background-color: #155b76;
  color: #fff;
  text-decoration: none
}

.single-item5__btn:hover {
  color: #fff
}

.single-item5__btn2 {
  background-color: #1f6885;
  color: #fff
}

.headerMobilCatalog {
  display: none
}

.mobilPhone, .mobilPhoneContent {
  display: none
}

.contacts {
  padding: 0
}

.fancybox-content {
  padding: 0 !important
}

.popup-from-menu {
  max-width: 650px !important;
  width: 100%
}

.fancybox-content.popup-from-menu {
  position: relative
}

.bay_order {
  background: #f7f8fa;
  padding: 25px;
  padding: 25px 44px;
  font-weight: 600;
  color: #1f6885;
  font-size: 28px
}

.fancybox-iframe+.fancybox-button, .popupForm+.fancybox-button {
  height: 50px !important;
  width: 50px !important;
  background: #fff !important;
  right: 25px !important;
  top: 18px !important;
  color: #1f6885 !important;
  font-weight: 700
}

.popupForm {
  max-width: 570px;
  width: 100%;
  margin: 35px auto;
  padding-bottom: 70px
}

.popupForm input[type=text] {
  border: 1px solid #eaecef;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: 56px;
  padding-left: 20px;
  color: #2b2a28;
  font: 16px 'Rubik', sans-serif
}

.popupForm input[type=text]::-moz-placeholder {
  color: #2b2a28;
  font-family: 'Rubik', sans-serif;
  font-size: 16px
}

.popupForm input[type=text]::-webkit-input-placeholder {
  color: #2b2a28;
  font-family: 'Rubik', sans-serif;
  font-size: 16px
}

.popupForm input[type=text]:-ms-input-placeholder {
  color: #2b2a28;
  font-family: 'Rubik', sans-serif;
  font-size: 16px
}

.popupForm a.submit {
  float: left;
  display: block;
  width: 210px;
  height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: #1f6885;
  cursor: pointer;
  transition: background-color .5s;
  display: block;
  padding-top: 17px
}

.popupForm a.submit:hover {
  background-color: #155b76
}

.popupForm button.submit {
  float: left;
  display: block;
  width: 210px;
  height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: #1f6885;
  cursor: pointer;
  transition: background-color .5s;
  display: block
}

.popupForm button.submit:hover {
  background-color: #155b76
}

.confidencial {
  float: left;
  width: 336px;
  color: #2b2a28;
  font-size: 12px;
  padding: 12px 0 0 19px
}

.confidencial a {
  color: #1f6885
}

.fancybox-is-open .fancybox-bg {
  opacity: .6 !important
}

.headerNav .slick-next, .headerNav .slick-prev {
  display: none !important
}

.mobil {
  display: none !important
}

.popupForm textarea {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eaecef;
  height: 112px;
  resize: none;
  padding: 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin-bottom: 20px
}

.popupForm textarea::-moz-placeholder {
  color: #2b2a28
}

.popupForm textarea::-webkit-input-placeholder {
  color: #2b2a28
}

.popupForm textarea:-ms-input-placeholder {
  color: #2b2a28
}

#hidden-content3 {
  max-width: 1280px !important;
  width: 100%
}

.map {
  position: relative
}

.mapContent {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 300px;
  height: 180px;
  z-index: 1000;
  transition: all 1s
}

.mapContent:after {
  content: "";
  position: absolute;
  bottom: -17px;
  width: 0;
  height: 0;
  border-top: 23px solid #fff;
  border-left: 23px solid transparent;
  border-right: 21px solid transparent;
  left: 129px
}

.mapContent__in {
  background-color: #fff;
  height: auto
}

.ymaps-2-1-74-balloon__content>ymaps {
  height: 100% !important
}

@media(min-width:700px) {
  .ymaps-2-1-74-balloon__content>ymaps {
    width: 385px !important;
    height: 100% !important
  }

  .ymaps-2-1-74-balloon {
    width: auto
  }

  .ymaps-2-1-74-balloon__close+.ymaps-2-1-74-balloon__content {
    margin-right: 100px !important;
    width: 300px
  }
}

.mapContent__in img {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  width: 110px
}

.mapAdress {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  display: table;
  margin-bottom: 10px;
  position: relative
}

.banner {
  margin: 0 auto;
  max-width: 1430px;
  width: 100%;
  position: relative;
  overflow: hidden
}

.banner img {
  display: block
}

.banner:before {
  content: "";
  background: -moz-linear-gradient(left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute
}

.banner__in {
  max-width: 1134px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 63px;
  left: 0;
  right: 0
}

.banner__title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  text-shadow: 0 0 10px #616161
}

.banner .sliderRight .system__right .system__right-title {
  padding-top: 67px
}

.banner__bay {
  background-color: #1f6885;
  display: block;
  width: 125px;
  height: 56px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
  margin-top: 50px;
  transition: background-color .5s
}

.banner__bay:hover {
  background: #155b76;
  color: #fff;
  text-decoration: none
}

.banner .sliderPrice {
  left: 51%;
  top: 30px;
  font-weight: 400
}

.banner .sliderYellow {
  margin-top: -235px;
  background: #bdd478;
  background: -moz-linear-gradient(left, #bdd478 0, #8abb02 100%);
  background: -webkit-linear-gradient(left, #bdd478 0, #8abb02 100%);
  background: linear-gradient(to right, #bdd478 0, #8abb02 100%)
}

.banner .system__right {
  background: #e5709c;
  background: -moz-linear-gradient(left, #e5709c 0, #ae4371 100%);
  background: -webkit-linear-gradient(left, #e5709c 0, #ae4371 100%);
  background: linear-gradient(to right, #e5709c 0, #ae4371 100%);
  top: -30px
}

.banner .system__right-title span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px
}

.googleMap {
  height: 720px;
  width: 100%;
  z-index: 1000
}

.fancybox-slide--iframe .fancybox-content {
  height: 100% !important;
  overflow: hidden;
  background: 0 0 !important;
  max-width: 1300px !important;
  width: 100% !important
}

.overflowHidden {
  overflow: hidden
}

.slide-count-wrap8 {
  display: none
}

.mobilSliderContent, .mobilSliderContent3 {
  display: none
}

.mobilSliderContent p {
  padding: 0 20px
}

.searchForm {
  margin: 50px 0;
  position: relative;
  max-width: 570px;
  width: 100%
}

.searchForm input[type=text] {
  max-width: 570px;
  width: 100%;
  height: 56px;
  border: 1px solid #eaecef;
  background: url(../images/icon33.png) no-repeat 15px 15px;
  padding-left: 40px
}

.searchForm input[type=submit] {
  background: url(../images/icon32.png) no-repeat top center;
  border: none;
  text-indent: -999999px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 23px;
  top: 20px;
  cursor: pointer
}

.bay {
  padding: 30px 0
}

.bay .paragraf {
  max-width: 100%;
  padding-top: 30px;
  padding-left: 2px
}

.mobilSliderContent2 {
  display: none
}

.bayMap {
  position: relative;
  max-width: 100%;
  width: 100%
}

.bayMap__in {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden
}

.scrollFon {
  background-color: #fff;
  max-width: 420px;
  width: 100%;
  height: 720px;
  box-shadow: 0 0 10px #d1d1d1;
  margin-left: 20px;
  padding-top: 10px;
  z-index: 2000;
  position: relative
}

.scrollMap {
  background-color: #fff;
  max-width: 520px;
  width: 100%;
  height: 690px;
  margin-left: 0;
  padding-top: 0;
  z-index: 2000;
  position: relative;
  overflow-y: scroll
}

.scrollMap::-webkit-scrollbar {
  width: 8px
}

.scrollMap::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #eaecef !important
}

.scrollMap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1f6885 !important
}

.acardeon h3 {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: relative
}

.acardeon h3.open:first-of-type {
  border-top: none
}

.acardeon h3.open {
  border-top: 1px solid #eaecef
}

.acardeon h3 a {
  padding: 15px 0 5px 0;
  color: #1f6885 !important;
  display: block;
  border-top: 1px solid #eaecef
}

.acardeon h3:first-child a {
  border-top: none
}

.acardeon h3:last-of-type a {
  border-bottom: 1px solid #eaecef
}

.acardeon h3 a span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #2b2a28;
  padding: 10px 0
}

#css3-animated-example h3+div {
  max-width: 90%;
  width: 100%;
  background-color: transparent !important;
  margin: 0 auto
}

h3.open a {
  border-top: none
}

.contact {
  padding: 0 0 8px 10px
}

.contact span {
  color: #2b2a28;
  font-size: 14px
}

.contact a {
  color: #1f6885;
  font-size: 14px
}

.acardeonBtn {
  background-color: #1f6885;
  display: block;
  width: 207px;
  height: 56px;
  margin: 20px 0;
  float: left;
  transition: background-color .5s
}

.acardeonBtn:hover {
  background-color: #155b76
}

.acardeonBtn:before {
  content: url(../images/icon35.png);
  margin: 15px 0 0 20px;
  display: block;
  float: left
}

.acardeonBtn span {
  color: #fff;
  font-size: 13px;
  letter-spacing: .6px;
  text-transform: uppercase;
  display: block;
  padding: 20px 0 0 57px
}

.scrollFon .acardeonBtn span {
  padding: 12px 0 0 57px
}

.scrollFon .acardeonBtn {
  width: 170px
}

.acardeonBtn2 {
  float: right
}

.acardeonBtn2:before {
  content: url(../images/icon36.png)
}

#css3-animated-example h3.open+div {
  overflow: hidden;
  height: auto !important
}

.address {
  border-bottom: 2px dotted #1f6885;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 3px;
  line-height: 28px;
  letter-spacing: .3px;
  padding-left: 1px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  height: 680px !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px !important
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px !important;
  background: #eaecef !important;
  opacity: 1 !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1f6885 !important
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #1f6885 !important
}

.itemService {
  background: #f7f8fa;
  padding: 20px 0
}

.itemService__in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 1%
}

.itemServiceItems {
  float: left
}

.itemServiceItems img {
  float: left
}

.itemServiceItems span {
  float: left;
  color: #1d1d1b;
  font-size: 18px;
  padding: 10px 0 0 20px;
  font-weight: 500
}

.itemServiceItems:last-of-type {
  float: right
}

.itemServiceItems:nth-child(2) {
  margin-left: 170px
}

.itemContent {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative
}

.itemContentLeft {
  float: left;
  width: calc(100% - 443px);
  padding-top: 40px
}

.slick-list {
  padding: 0 !important
}

.slider-nav {
  padding-top: 24px;
  width: calc(100% + 20px);
  margin-left: -10px
}

.slider-nav .slick-track {
  margin: 0
}

.slider-nav .slick-next, .slider-nav .slick-prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  display: block;
  overflow: visible;
  width: 12px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  transition: .2s linear;
  text-indent: -9999px;
  border: none !important;
  background: 0 0
}

.slick-arrow.slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -4px;
  content: '';
  transition: .2s linear;
  transform: rotate(45deg);
  border-bottom: 2px solid rgba(0, 0, 0, .6);
  border-left: 2px solid rgba(0, 0, 0, .6)
}

.slick-arrow.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -4px;
  content: '';
  transition: .2s linear;
  transform: rotate(45deg);
  border-top: 2px solid rgba(0, 0, 0, .6);
  border-right: 2px solid rgba(0, 0, 0, .6)
}

.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  border-color: #000
}

.slider-nav .slick-slide {
  margin: 0 10px;
  cursor: pointer
}

.slider-nav .slick-slide .img {
  padding-bottom: 86%;
  position: relative
}

.slider-nav .slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.itemContentRight {
  max-width: 415px;
  width: 100%;
  float: right;
  padding-top: 40px
}

.itemContentRight__top {
  overflow: hidden
}

.itemContentRight__top-price {
  display: block;
  float: left;
  width: 130px;
  height: 44px;
  border-radius: 50px;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  margin-top: 10px
}

.itemContentRight__top-mexanic {
  float: right;
  width: 235px;
  height: 44px;
  border-radius: 25px;
  display: block;
  border: 1px solid #eaecef;
  text-align: center;
  color: #000;
  font-size: 15px;
  color: #1d1d1b;
  padding-top: 7px
}

.itemContentRight__top-mexanic:before {
  content: url(../images/icon40.png);
  position: relative;
  top: 5px;
  left: -6px
}

.acardeonBtn__block {
  overflow: hidden
}

.itemContentRight__material, .itemContentRight__type {
  overflow: hidden;
  width: 100%;
  padding-top: 50px
}

.itemContentRight__material b, .itemContentRight__type b {
  color: #1d1d1b;
  font-size: 15px;
  font-weight: 500
}

.itemContentRight__material span {
  color: #2b2a28;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-top: 10px;
  display: block
}

.itemContentRight__type {
  padding-top: 20px
}

.itemContentRight__typeList {
  padding-top: 10px
}

.itemContentRight__typeList li {
  display: inline-block;
  margin-right: 20px
}

.itemContentRight__typeList li span {
  color: #2b2a28;
  font-size: 16px
}

.itemContentRight__typeList li:before {
  content: "";
  background-color: #1f6885;
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  border-radius: 50px;
  margin: 6px 8px 0 0
}

.itemContentRight__btn {
  padding-top: 30px;
  overflow: hidden
}

.itemContentRight__btnSize {
  display: block;
  float: left;
  max-width: 200px;
  width: 100%;
  background-color: #1f6885;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-top: 18px;
  height: 56px;
  transition: background-color .5s
}

.itemContentRight__btnSize:hover {
  background-color: #155b76
}

.itemContentRight__btnOrder {
  float: right;
  max-width: 200px;
  width: 100%;
  height: 56px;
  border: 1px solid #1f6885;
  text-align: center;
  color: #1f6885;
  text-transform: uppercase;
  padding-top: 18px;
  font-weight: 600;
  transition: all .5s
}

.itemContentRight__btnOrder:hover {
  color: #fff;
  background-color: #1f6885
}

.tab-container2 {
  margin-top: 50px;
  overflow: hidden;
  width: 100%
}

.tab-container2 .tab {
  display: inline-block;
  padding: 15px 35px
}

.tab-container2 .etabs {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #1f6885;
  text-align: left
}

.itemContent.tabs_s {
  padding-top: 0;
  padding-bottom: 40px
}

.tab-container2 .tab a {
  text-align: center;
  text-transform: uppercase;
  color: #2b2a28;
  font-size: 13px;
  font-weight: 500
}

.tab-container2 .tab.active {
  background: #f7f8fa
}

.tab-container2 .tab.active a {
  color: #1f6885
}

.description__in {
  padding: 20px;
  border-left: 1px solid #eaecef;
  border-right: 1px solid #eaecef;
  border-bottom: 1px solid #eaecef
}

.description__in p {
  color: #2b2a28;
  font-size: 14px;
  line-height: 24px
}

.mainArticles {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px
}

.mainArticlesContent {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-left: -20px
}

.mainArticles__item {
  width: calc(33.333% - 20px);
  margin: 0 0 30px 20px
}

.fullArticle {
  margin-top: 50px
}

.fullArticle__paragraf {
  font-size: 16px;
  color: #2b2a28;
  line-height: 25px;
  padding-top: 30px;
  max-width: 99%
}

.mainArticles__item {
  padding-bottom: 86px;
  position: relative
}

.mainArticles__item .single-item3__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  width: 300px;
  max-width: calc(100% - 34px)
}

.search-page {
  max-width: 1165px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px
}

.search-page hr {
  margin: 10px 0;
  border: none;
  width: 100%;
  height: 1px;
  background: #eaecef;
  display: block
}

.search-page a {
  color: #1f6885;
  text-decoration: none;
  transition: .2s linear
}

.search-page>a {
  font-size: 20px
}

.search-page a:hover {
  color: #155b76
}

.search-page>p {
  margin: 10px 0 5px;
  line-height: 26px
}

.search-page>small {
  font-size: 14px
}

.search-page form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px
}

.search-page form input[type=text] {
  border: 1px solid #eaecef;
  display: block;
  width: 350px;
  height: 56px;
  padding: 0 20px;
  color: #2b2a28;
  font: 16px 'Rubik', sans-serif;
  margin-left: 10px
}

.search-page form select {
  border: 1px solid #eaecef;
  display: block;
  width: 200px;
  height: 56px;
  color: #2b2a28;
  font: 16px 'Rubik', sans-serif;
  padding-left: 20px;
  margin-left: 10px
}

.search-page form input[type=submit] {
  display: block;
  width: 210px;
  height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: #1f6885;
  cursor: pointer;
  transition: background-color .5s;
  display: block;
  margin-left: 10px
}

.search-page form input[type=submit]:hover {
  background-color: #155b76
}

@media(max-height:590px) {
  .mapContent {
    top: 10%;
    transition: all 1s
  }
}

@media(max-width:1670px) {
  .projectsContent {
    max-width: 1135px
  }
}

@media(max-width:1440px) {
  #hidden-content3 {
    max-width: 100% !important
  }

  .fancybox-slide--iframe .fancybox-content {
    max-width: 80% !important
  }
}

@media(max-width:1340px) {
  .single-item5__item {
    max-width: 270px !important
  }

  .sales__in {
    max-width: 92%
  }

  .sales__in .title-h2 {
    padding-left: 0
  }

  .single-item5__item {
    margin-left: 15px;
    margin-right: 15px
  }

  .materials_pag {
    width: calc(100% + 30px)
  }

  .materials_section.sales .articleBtn {
    margin-left: 0;
    width: 100%
  }
}

@media(max-width:1240px) {
  .headerTop__in {
    padding-left: 2%
  }

  .projectsContent {
    max-width: 980px
  }

  .projects__in {
    max-width: 980px
  }

  .projectsContent:after {
    width: 34%
  }

  .footerContent {
    padding: 0 2%
  }

  .footerDate {
    padding: 0 2%
  }

  .footerItem {
    max-width: 247px;
    flex-basis: 247px
  }

  .headerCenter {
    padding: 25px 2% 0
  }
}

@media(max-width:1170px) {
  .topSlider {
    height: 448px
  }

  .sliderContent {
    max-width: 100%
  }

  .slide-count-wrap {
    left: 282px
  }

  .sliderLeft {
    padding-top: 0;
    position: relative;
    top: 100px
  }

  .sliderYellow {
    margin-top: 0
  }

  .slider__img img {
    height: 457px
  }

  .slider__img:before {
    height: 447px
  }

  .sliderPrice {
    top: -20px
  }

  .sliderRight {
    margin-top: 55px
  }

  .sliderRight .system__right {
    top: 180px
  }

  .search {
    max-width: 94%;
    padding-top: 50px
  }

  .popular__in {
    padding-top: 30px
  }

  .searchItem {
    flex-basis: 32%;
    max-width: 32%
  }

  .bread-crumbs {
    max-width: 90%
  }

  .ideas {
    max-width: 880px
  }

  .ideasRight {
    max-width: 584px;
    flex-basis: 584px
  }

  .ideasLeft {
    max-width: 277px;
    flex-basis: 277px
  }

  .ideas__href {
    height: 190px
  }

  .ideasRight .ideas__href {
    height: 407px
  }

  .service__in {
    max-width: 900px
  }

  .serviceItem {
    max-width: 290px
  }

  .service__href:after {
    /*right: -265px*/
  }

  .instal__in {
    max-width: 900px
  }

  .instal__left {
    max-width: 406px;
    flex-basis: 406px
  }

  .instal__right {
    max-width: 450px
  }

  .projectsContent {
    max-width: 880px
  }

  .projects__in {
    max-width: 880px
  }

  .our__in {
    max-width: 900px
  }

  .single-item4__item-content {
    padding: 15px;
    max-width: 286px
  }

  .single-item4__item h2 a {
    font-size: 14px;
    line-height: 15px
  }

  .single-item4__item:after {
    left: 135px
  }

  .hrLine__in {
    max-width: 900px
  }

  .sliderHr__disc {
    left: 134px
  }

  .sliderHr__disc:nth-child(2) {
    left: 412px
  }

  .sliderHr__disc:last-child {
    left: 686px
  }

  .single-item4__item h2 {
    line-height: 20px
  }

  .footerTop {
    padding: 0 2% 50px
  }

  .popular__in {
    max-width: 960px
  }

  .popularItem__btn {
    max-width: 280px
  }

  .popularItem__modif {
    min-height: 418px
  }

  .popularContent {
    justify-content: space-around
  }

  .popularItem {
    max-width: 309px;
    flex-basis: 309px
  }

  .popularItem__modif .popularItem__btn {
    width: 90%
  }

  .popularItem p {
    height: 105px;
    overflow: hidden
  }

  .article__in {
    max-width: 900px
  }

  .single-item2__title {
    padding: 96px 0 23px 28px
  }

  .slide-count-wrap6 {
    padding-left: 20px
  }

  .single-item2 .slide-count-wrap2 {
    padding-left: 20px
  }

  .single-item2__paragraf {
    padding: 0 0 0 30px;
    height: 110px
  }

  .single-item2Mobil .next, .single-item2Mobil .prev {
    bottom: 67px
  }

  .single-item2__btn {
    margin: 30px 0 0 29px
  }

  .contacts__title {
    font-size: 19px
  }

  .headerForm {
    max-width: 75%
  }

  .single-item2Mobil .next {
    right: 100px
  }

  .single-item2Mobil .prev {
    right: 160px
  }

  .banner__title {
    font-size: 42px
  }

  .banner .sliderPrice {
    left: 40%
  }

  .banner__in {
    max-width: 1000px;
    top: 0
  }

  .banner__title {
    margin-top: 40px;
    display: block
  }

  .banner .sliderPrice {
    top: 37px
  }

  .banner .sliderRight {
    margin-top: 15px
  }

  .banner .sliderRight .system__right {
    top: 108px
  }

  .banner img {
    height: 350px
  }

  .headerFooter__title2 {
    padding: 0 1%
  }

  .paragraf, .projectsTabs, .tab-container .etabs, .title-h2, .windows {
    padding: 0 1%
  }

  .projectsTabs, .windows {
    max-width: 900px;
    margin: 30px auto;
    padding-bottom: 1px
  }

  .projectsTabs__item-img, .windows__item-img {
    max-width: 300px
  }

  .projectsTabs__itemContent, .windows__itemContent {
    max-width: 570px;
    flex-basis: 570px
  }

  .projectsTabs__bay, .windows__bay {
    max-width: 235px;
    margin: 0 0 0 19px
  }

  .projectsTabs__sxeme, .windows__sxeme {
    max-width: 235px;
    margin: 0 30px 0 0
  }

  .projectsTabs__itemContent .windows__list li span, .windows__itemContent .windows__list li span {
    max-width: 530px
  }

  .projectsTabs__item-img span, .windows__item-img span {
    bottom: 48px;
    left: 8%
  }

  .projectsTabs__itemContent h2, .windows__itemContent h2 {
    padding: 13px 20px 10px
  }

  .itemContent {
    max-width: 95%
  }

  .itemContentRight__btnOrder, .itemContentRight__btnSize {
    max-width: 47%
  }

  .slider-for .slick-slide img {
    width: 100%;
    height: 100%
  }
}

@media(max-width:1110px) {
  .itemServiceItems:nth-child(2) {
    margin-left: 120px
  }

  .sales__in {
    max-width: 94%
  }

  .fullArticle img, .fullArticle__paragraf {
    padding: 0 2%
  }

  .fullArticle__paragraf {
    padding-top: 30px
  }

  .fullArticle img {
    max-width: 100%
  }
}

@media(max-width:1020px) {
  .footerItem:last-child {
    position: relative;
    left: -12px
  }

  .slide-count-wrap {
    left: 225px
  }

  .projectsContent {
    max-width: 780px
  }

  .projects__in {
    max-width: 780px
  }

  .footerContent {
    justify-content: space-around
  }

  .popular__in {
    max-width: 700px
  }

  .popularItem__modif {
    width: 50%;
    margin-top: 0;
    min-height: 515px
  }

  .popularItem__modif .thumb {
    padding-bottom: 87.675%
  }

  .popularItem {
    margin-bottom: 30px
  }

  .headerForm {
    max-width: 70%
  }

  .sliderLeft {
    left: 50px
  }

  .banner__in {
    max-width: 900px
  }

  .banner__title {
    font-size: 35px
  }

  .banner__title {
    margin-top: 72px
  }

  .banner .sliderPrice {
    top: 71px
  }

  .banner .sliderYellow {
    width: 220px;
    height: 220px;
    left: 50px
  }

  .banner .sliderYellow:before {
    width: 200px;
    height: 200px
  }

  .banner .sliderYellow__title {
    padding: 28px 0 0 0
  }

  .banner .sliderRight .system__right {
    width: 170px;
    height: 170px
  }

  .banner .sliderRight .system__right .system__border {
    width: 150px;
    height: 150px
  }

  .banner .sliderRight .system__right .system__right-title {
    padding-top: 56px
  }

  .sales__in {
    max-width: 850px;
    padding-top: 40px
  }

  .single-item5 {
    position: relative;
    margin-top: 0
  }

  .single-item5 .prev {
    position: absolute;
    bottom: -79px;
    left: 17px;
    cursor: pointer
  }

  .single-item5 .next {
    position: absolute;
    bottom: -13%;
    left: 92%;
    cursor: pointer
  }

  .sales__in {
    position: relative
  }

  .slide-count-wrap8 {
    display: block;
    position: absolute;
    bottom: -66px;
    left: 46%
  }

  .slide-count-wrap8 span:last-child {
    opacity: .8
  }

  .single-item5__item {
    margin-right: auto;
    max-width: 100%;
    margin-left: .4% !important;
    margin-right: .4% !important
  }

  .sales__in .title-h2 {
    padding-left: 14px
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 80px
  }

  .footer {
    padding-top: 50px
  }

  .our {
    padding: 75px 0 70px
  }

  .popular {
    padding-bottom: 50px
  }

  .search {
    padding-top: 50px
  }

  .popular__in {
    padding-top: 30px
  }

  .popular__in .title-h2 {
    padding-bottom: 20px
  }

  .itemContentLeft {
    float: none;
    width: 100%
  }

  .itemContentRight {
    max-width: none
  }

  .materials_pag {
    width: 100%
  }
}

@media(max-width:950px) {
  .topSlider {
    height: 400px
  }

  .sliderContent {
    max-width: 100%
  }

  .sliderPrice {
    top: -33px;
    left: 0
  }

  .sliderRight .system__right {
    width: 170px;
    height: 170px
  }

  .sliderRight .system__right .system__border {
    width: 150px;
    height: 150px
  }

  .sliderRight .system__right .system__right-title {
    font-size: 20px;
    padding-top: 47px
  }

  .sliderYellow:before {
    width: 200px;
    height: 200px
  }

  .sliderYellow__title {
    padding: 24px 0 0 0
  }

  .sliderYellow {
    right: -75px;
    top: -150px;
    width: 220px;
    height: 220px
  }

  .sliderRight .sliderYellow {
    top: -20px
  }

  .sliderLeft .h2 {
    font-size: 40px;
    line-height: 100%
  }

  .slider__img:before {
    height: 400px
  }

  .search {
    max-width: 94%;
    padding-bottom: 30px
  }

  .system__in {
    max-width: 700px
  }

  .system {
    height: 360px
  }

  .systemLeft {
    padding-top: 80px
  }

  .system__right-title {
    font-size: 40px;
    padding-top: 65px
  }

  .system__right {
    width: 220px;
    height: 220px
  }

  .system__border {
    width: 200px;
    height: 200px
  }

  .searchItem {
    flex-basis: 32%;
    max-width: 32%;
    margin-bottom: 27px
  }

  .contactBlock a {
    font-size: 20px
  }

  .contactBlock {
    padding: 25px 0 28px 14px
  }

  .searchItem__title:after {
    right: 7px
  }

  .contactBlock:after {
    right: 20px
  }

  .contacts__title {
    font-size: 17px
  }

  .paragraf {
    font-size: 15px
  }

  .searchContent {
    justify-content: space-around
  }

  .projectsContent {
    max-width: 700px
  }

  .projects__in {
    max-width: 680px
  }

  .single-item3__content h2 a {
    font-size: 15px
  }

  .single-item3__content p {
    font-size: 12px
  }

  .our__in {
    max-width: 700px
  }

  .sliderHr__disc:last-child {
    display: none
  }

  .hrLine__in {
    max-width: 600px
  }

  .sliderHr__disc {
    left: 108px
  }

  .sliderHr__disc:nth-child(2) {
    left: 435px
  }

  .single-item4__item:after {
    left: 160px
  }

  .footerDate__politic a {
    margin-right: 20px
  }

  .footerDate__politic a:last-of-type {
    margin: 0
  }

  .footerSocial li {
    margin-left: 14px
  }

  .article__in {
    max-width: 700px
  }

  .single-item2__title {
    padding: 47px 0 23px 28px
  }

  .slide-count-wrap2, .slide-count-wrap6 {
    top: 27px;
    left: 0
  }

  .single-item2__btn {
    margin: 30px 0 0 26px
  }

  .single-item2 .next, .single-item2MobilVisible .next {
    right: 10px
  }

  .single-item2 .prev, .single-item2Mobil .prev {
    right: 70px
  }

  .single-item2Mobil .next {
    right: 13px
  }

  .headerInfo__free a, .headerInfo__free span, .headerInfo__phone a, .headerInfo__phone span {
    font-size: 11px
  }

  .banner__in {
    max-width: 750px
  }

  .banner__title {
    font-size: 30px
  }

  .banner .sliderPrice {
    left: 37%
  }

  .banner .sliderYellow {
    width: 180px;
    height: 180px;
    top: 0;
    right: 0;
    left: 120px
  }

  .banner .sliderYellow:before {
    width: 160px;
    height: 160px
  }

  .banner .sliderRight .system__right {
    right: 0
  }

  .banner .sliderYellow__title {
    padding: 20px 0 0 0;
    font-size: 75px
  }

  .projectsTabs__in, .windows__in {
    padding-bottom: 20px
  }

  .projectsTabs, .windows {
    max-width: 800px
  }

  .projectsTabs__title, .windows__title {
    font-size: 30px
  }

  .projectsTabs__list li span, .windows__list li span {
    font-size: 15px
  }

  .projectsTabs__item-img, .windows__item-img {
    max-width: 250px
  }

  .projectsTabs__itemContent, .windows__itemContent {
    max-width: 525px
  }

  .projectsTabs__itemContent .projectsTabs__list li span, .windows__itemContent .windows__list li span {
    max-width: 480px
  }

  .projectsTabs__item-img span, .windows__item-img span {
    left: 10px;
    width: 225px
  }

  .projectsTabs__bay, .projectsTabs__sxeme, .windows__bay, .windows__sxeme {
    width: 260px;
    height: 45px;
    padding-top: 16px
  }

  .projectsTabs__itemContent .projectsTabs__list li span, .windows__itemContent .windows__list li span {
    max-width: 455px
  }

  .projectsTabs__list li, .windows__list li {
    margin-bottom: 5px;
    padding-bottom: 0
  }

  .systemContent {
    padding-top: 0
  }

  .single-item2__paragraf {
    height: 150px
  }

  .single-item2Mobil .next, .single-item2Mobil .prev {
    bottom: 45px
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 30px
  }
}

@media(max-width:925px) {
  .sliderRight .sliderYellow {
    top: -164px
  }

  .banner .sliderRight .sliderYellow {
    top: -4px
  }
}

@media(max-width:920px) {
  .scrollFon, .scrollMap {
    max-width: 400px
  }

  .acardeonBtn {
    float: none;
    margin: 30px auto 30px
  }

  .address {
    font-size: 13px
  }

  .itemServiceItems span {
    font-size: 15px
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 80px
  }

  .sliderRight .sliderYellow {
    top: -166px
  }

  .banner .sliderRight .sliderYellow {
    top: -1px
  }
}

@media(max-width:870px) {
  .slide-count-wrap {
    left: 245px
  }

  .ideas {
    max-width: 600px
  }

  .ideasLeft {
    max-width: 100%;
    flex-basis: 100%
  }

  .ideasLeft .ideas__href {
    width: 48%;
    float: left;
    height: 197px
  }

  .ideasLeft .ideas__href:last-child {
    float: right
  }

  .ideasRight {
    max-width: 600px;
    flex-basis: 600px
  }

  .ideasRight .ideas__href {
    height: 420px
  }

  .service__in {
    max-width: 600px;
    padding-bottom: 0
  }

  .serviceItem {
    margin-bottom: 30px
  }

  .serviceContent {
    justify-content: space-around
  }

  .instal__in {
    max-width: 600px;
    padding: 40px 0
  }

  .instal__left {
    max-width: 250px
  }

  .instal__title {
    font-size: 25px
  }

  .installBtn {
    width: 250px
  }

  .installBtn span {
    font-size: 12px;
    padding: 20px 0 0 0
  }

  .installBtn:after {
    display: none
  }

  .instal__right {
    max-width: 300px;
    margin-top: 100px
  }

  .headerInfo {
    max-width: 174px;
    margin-top: 0
  }

  .headerForm {
    max-width: 68%
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 73px
  }

  .itemServiceItems span {
    font-size: 13px
  }

  .itemContentRight__typeList li {
    margin-right: 3%
  }

  .mainArticles__item {
    width: calc(50% - 20px);
    max-width: none
  }

  .search-page form {
    margin-left: 0;
    justify-content: space-between
  }

  .search-page form input[type=text] {
    width: 48%;
    margin-left: 0;
    padding: 0 10px
  }

  .search-page form select {
    width: 25%;
    margin-left: auto;
    padding-left: 10px
  }

  .search-page form input[type=submit] {
    width: 25%;
    margin-left: auto
  }
}

@media(max-width:815px) {
  .projectsContent {
    max-width: 700px
  }

  .projectsContent:after {
    width: 50%
  }

  .projects__in {
    max-width: 580px
  }

  .single-item3__content h2 a {
    font-size: 18px
  }

  .single-item3__content p {
    font-size: 16px
  }

  .mapContent {
    left: 33%
  }

  .search {
    padding-bottom: 30px
  }

  .contactBlock span {
    font-size: 12px
  }

  .contactBlock a {
    font-size: 18px
  }

  .contactBlock {
    padding: 25px 0 31px 14px
  }

  .projectsTabs__in, .windows__in {
    max-width: 700px
  }

  .projectsTabs__itemContent, .windows__itemContent {
    max-width: 440px
  }

  .projectsTabs__itemContent .windows__list li span, .windows__itemContent .windows__list li span {
    max-width: 400px;
    font-size: 13px
  }

  .projectsTabs__bay, .projectsTabs__sxeme, .windows__bay, .windows__sxeme {
    width: 180px
  }

  .projectsTabs__itemContent h2, .windows__itemContent h2 {
    font-size: 16px
  }

  .projectsTabs__itemContent .projectsTabs__list li span b, .windows__itemContent .windows__list li span b {
    font-size: 12px
  }

  .projectsTabs__title, .windows__title {
    font-size: 25px
  }

  .systemContent {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px
  }
}

@media(max-width:780px) {
  .footerDate__politic a {
    font-size: 12px
  }

  .footerItem {
    margin-bottom: 20px
  }

  .headerForm {
    max-width: 66%
  }

  .headerForm input[type=submit] {
    width: 80px;
    font-size: 14px
  }

  .footerItem:nth-child(3) {
    position: relative;
    left: -10px
  }

  .footerItem:last-child {
    position: relative;
    left: -18px
  }

  .searchItem__title {
    font-size: 16px
  }

  .sliderLeft .h2 {
    font-size: 35px
  }

  .sliderLeft p {
    font-size: 17px
  }

  .banner img {
    object-fit: cover
  }

  .banner__in {
    max-width: 600px
  }

  .banner__title {
    font-size: 25px
  }

  .banner .sliderYellow {
    width: 150px;
    height: 150px;
    top: 31px;
    right: 0;
    left: 186px
  }

  .banner .sliderYellow:before {
    width: 130px;
    height: 130px
  }

  .banner .sliderYellow__title {
    font-size: 50px;
    position: 26px 0 0 0
  }

  .sliderYellow__desc {
    font-size: 16px
  }

  .banner .sliderRight .system__right {
    width: 150px;
    height: 150px;
    top: 130px
  }

  .banner .sliderRight .system__right .system__border {
    width: 130px;
    height: 130px
  }

  .banner .sliderRight .system__right .system__right-title {
    padding-top: 54px;
    font-size: 18px
  }

  .banner .sliderRight .system__right .system__right-title span {
    font-size: 23px
  }

  .projectsTabs__itemContent, .windows__itemContent {
    max-width: 350px
  }

  .tab-container {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px
  }

  .searchItemBtn {
    font-size: 12px
  }

  .projectsTabs__itemContent, .windows__itemContent {
    max-width: 345px
  }

  .projectsTabs__item-img, .windows__item-img {
    max-width: 234px;
    width: 100%
  }

  .projectsTabs__itemContent .projectsTabs__list li span, .windows__itemContent .windows__list li span {
    max-width: 280px
  }

  .projectsTabs__bay, .projectsTabs__sxeme, .windows__bay, .windows__sxeme {
    width: 140px;
    margin-top: 10px
  }

  .projectsTabs__itemContent .projectsTabs__list li span, .windows__itemContent .windows__list li span {
    font-size: 12px;
    line-height: 19px
  }

  .projectsTabs__item-img span, .windows__item-img span {
    left: 10px;
    width: 215px;
    font-size: 13px;
    bottom: 20px
  }

  .projectsTabs__list li, .windows__list li {
    margin-bottom: 0
  }

  .scrollFon, .scrollMap {
    max-width: 300px
  }

  .acardeon h3 a {
    font-size: 13px
  }

  .itemServiceItems:nth-child(2) span {
    width: 195px
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 100px
  }

  .title-h2 {
    font-size: 40px
  }

  .confidencial {
    float: none;
    text-align: center;
    padding: 12px 10px;
    margin: 0 auto
  }

  .popupForm {
    padding-bottom: 20px
  }

  .banner .sliderRight .sliderYellow {
    top: 30px
  }

  .single-item3__content {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .mainArticles__item .single-item3__btn {
    bottom: 25px
  }
}

@media(max-width:720px) {
  .bay_order {
    padding: 25px 20px
  }

  .slide-count-wrap {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40px
  }

  .sliderRight {
    display: none
  }

  .sliderLeft {
    float: none;
    margin: 0 auto;
    left: 0
  }

  .fullArticle img {
    padding: 0;
    object-fit: contain;
    width: 100%;
    display: block
  }

  .sliderLeft {
    max-width: 385px;
    top: 50px
  }

  .slider__img:before {
    height: 322px
  }

  .slider__img img {
    height: 322px
  }

  .sliderPrice {
    left: 0
  }

  .sliderLeft .h2 {
    font-size: 44px;
    padding: 11px 0 0 0
  }

  .orderBtn {
    width: 200px;
    margin: 20px auto 0
  }

  .search {
    max-width: 93%
  }

  .searchItem {
    max-width: 45%;
    flex-basis: 45%
  }

  .searchItem__title:after {
    right: 8px
  }

  .searchItem__title {
    padding: 25px 0 25px 14px
  }

  .system__in {
    max-width: 300px
  }

  .system__title {
    font-size: 40px;
    text-align: center
  }

  .system__desc {
    text-align: center
  }

  .system__right {
    top: 0;
    width: 165px;
    height: 165px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    top: 25px
  }

  .system__border {
    width: 145px;
    height: 145px
  }

  .system__price {
    top: 40px;
    right: 100px
  }

  .system__right-title {
    font-size: 30px;
    padding-top: 50px
  }

  .projectsContent {
    max-width: 600px
  }

  .projectsContent:after {
    width: 50%
  }

  .projects__in {
    max-width: 580px
  }

  .single-item3__content h2 a {
    font-size: 16px
  }

  .single-item3__content p {
    font-size: 14px
  }

  .our__in {
    max-width: 500px
  }

  .single-item4__item-content {
    max-width: 240px
  }

  .single-item4__item:after {
    left: 110px
  }

  .hrLine__in {
    max-width: 400px
  }

  .sliderHr__disc {
    left: 60px
  }

  .sliderHr__disc:nth-child(2) {
    left: 285px
  }

  .footerDate__politic {
    max-width: 290px
  }

  .contact {
    padding: 0 0 8px 0
  }

  .footerDate {
    max-width: 600px;
    padding: 0
  }

  .footerSocial {
    position: relative;
    left: 0;
    top: 10px
  }

  .footerItem:last-child {
    position: relative;
    left: -21px
  }

  .footerDate__politic a {
    margin-bottom: 10px
  }

  .popularContent {
    display: none
  }

  .popular__in {
    max-width: 365px
  }

  .popularItem {
    max-width: 100%
  }

  .title-h2 {
    font-size: 30px;
    padding-left: 0
  }

  .single-item__mobil {
    display: block !important
  }

  .single-item__mobil .prev {
    left: 42px !important;
    position: absolute;
    bottom: -35px;
    cursor: pointer
  }

  .single-item__mobil .next {
    right: 42px !important;
    position: absolute;
    bottom: -35px;
    cursor: pointer
  }

  .paragraf {
    margin-bottom: 20px;
    padding-left: 0
  }

  .single-item__mobil .slide-count-wrap {
    left: 114px;
    bottom: -18px;
    z-index: 10000;
    color: #000
  }

  .single-item__mobil .slide-count-wrap span {
    color: #000 !important
  }

  .topSlider {
    height: 314px
  }

  .popular__in {
    padding-top: 30px
  }

  .slide-count-wrap2 {
    top: -1px
  }

  .slide-count-wrap2, .slide-count-wrap2 span {
    color: #000
  }

  .single-item2 .slide-count-wrap2, .single-item2 .slide-count-wrap2 span, .single-item2Mobil .slide-count-wrap2, .single-item2Mobil .slide-count-wrap2 span {
    color: #fff
  }

  .single-item2 .slide-count-wrap2, .single-item2Mobil .slide-count-wrap2 {
    top: 30px;
    left: 0
  }

  .article__in {
    max-width: 93%
  }

  .single-item2Mobil .slider__img2 img {
    height: 430px
  }

  .single-item2MobilVisible .slick-list {
    height: 610px !important
  }

  .single-item2MobilVisible .slider__img2 {
    height: 606px !important
  }

  .single-item2MobilVisible .slider__content2 {
    width: 100%;
    height: 50%
  }

  .single-item2MobilVisible .slider__content2 {
    top: 306px
  }

  .single-item2MobilVisible .single-item2__paragraf {
    height: 70px;
    overflow: hidden
  }

  .single-item2MobilVisible .single-item2__title {
    padding: 5px 0 23px 28px
  }

  .single-item2MobilVisible .single-item2__btn {
    width: 90%;
    margin: 30px auto 0
  }

  .single-item2MobilVisible .slide-count-wrap6 {
    top: 254px;
    left: 41%
  }

  .article__in {
    padding: 50px 0 30px
  }

  .single-item2MobilVisible .prev, .single-item9Mobil .prev {
    right: 236px;
    bottom: 15px
  }

  .single-item2MobilVisible .next, .single-item9Mobil .next {
    left: 236px;
    bottom: 15px
  }

  .single-item2MobilVisible .single-item2__title {
    padding: 5px 0 23px 10px
  }

  .single-item2__paragraf {
    padding: 0 0 0 10px;
    font-size: 13px
  }

  .single-item2Mobil .next, .single-item2Mobil .prev {
    bottom: 82px
  }

  .single-item2__btn {
    margin: 30px 0 0 8px;
    width: 162px
  }

  .single-item2__title {
    padding: 47px 0 23px 10px;
    font-size: 20px
  }

  .slide-count-wrap6 {
    padding-left: 10px
  }

  .single-item2 .slide-count-wrap2 {
    padding-left: 10px
  }

  .contactBlock a {
    font-size: 20px
  }

  .contactBlock {
    padding: 27px 0 15px 10px
  }

  .headerInfo {
    position: absolute;
    top: 35px;
    right: 10px;
    max-width: 69%;
    flex-basis: 69%
  }

  .popup-from-menu {
    max-width: 400px !important
  }

  .popupForm input[type=text] {
    max-width: 370px;
    margin: 23px auto 25px
  }

  .popupForm a.submit {
    float: none;
    margin: 0 auto
  }

  .popupForm button.submit {
    float: none;
    margin: 0 auto
  }

  .single-item7 .prev {
    position: absolute;
    bottom: 15px;
    z-index: 1000
  }

  .single-item7 .next {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1000
  }

  .slide-count-wrap10, .slide-count-wrap7 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 48px;
    color: #fff
  }

  .slide-count-wrap7 {
    width: 100%;
    left: 0;
    text-align: center
  }

  .slide-count-wrap10 span, .slide-count-wrap7 span {
    color: #fff
  }

  .slide-count-wrap10 span:last-0f-type, .slide-count-wrap7 span:last-0f-type {
    opacity: .9
  }

  .popupForm textarea {
    max-width: 370px;
    margin: 0 auto 20px;
    display: block
  }

  .addFile .item_file .box {
    padding-left: 10px;
    padding-right: 10px
  }

  .addFile {
    max-width: 370px;
    margin: 0 auto 24px
  }

  .article .title-h2 {
    padding-bottom: 20px
  }

  .banner__in {
    max-width: 400px
  }

  .banner .sliderPrice {
    left: 79%
  }

  .banner__title {
    font-size: 33px
  }

  .sales__in {
    max-width: 500px
  }

  .single-item5 .next {
    left: 87%
  }

  .itemContentRight {
    float: none;
    max-width: 100%;
    padding-top: 10px
  }

  .itemContentLeft {
    margin: 100px auto 20px
  }

  .itemContentRight__top-mexanic, .itemContentRight__top-price {
    position: absolute;
    top: 78px;
    left: 43%
  }

  .itemContentRight__top .itemContentRight__top-mexanic {
    position: static;
    margin-bottom: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto
  }

  .itemContentRight__material {
    padding-top: 0
  }

  .single-item2 {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto
  }

  .mainArticles {
    padding: 50px 2% 0
  }
}

@media(max-width:690px) {
  .itemServiceItems:nth-child(2) {
    margin-left: 57px
  }

  .instal__title {
    font-size: 20px;
    padding-bottom: 30px
  }

  .instal__desc2 {
    font-size: 13px
  }

  .mainArticles {
    padding: 0 2%
  }

  .fullArticle__paragraf {
    max-width: 100%;
    padding: 20px 0 0;
    font-size: 14px;
    line-height: 20px
  }
}

@media(max-width:650px) {
  .headerForm {
    max-width: 415px
  }

  .windowsContent {
    display: none
  }

  .projectsTabsContent {
    display: none
  }

  .mobilSliderContent {
    display: block;
    position: relative;
    width: 100%
  }

  .slide-count-wrap9 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 48px;
    color: #fff
  }

  .systemContent {
    max-width: 90%;
    padding: 0
  }

  .projectsTabs__title, .windows__title {
    font-size: 20px;
    padding: 50px 1% 0
  }

  .projectsTabs__list, .windows__list {
    width: 98%;
    margin-left: 6px
  }

  .projectsTabs__list li span, .windows__list li span {
    max-width: 370px
  }

  .title-h2 {
    padding-left: 0
  }

  .paragraf {
    padding-left: 0;
    font-size: 14px
  }

  .windows__item_modif {
    margin: 0 auto;
    padding-bottom: 30px
  }

  .projectsTabs__itemContent h2, .windows__itemContent h2 {
    font-size: 20px;
    padding-top: 20px
  }

  .projectsTabs__itemContent .projectsTabs__list li span, .windows__itemContent .windows__list li span {
    font-size: 14px
  }

  .projectsTabs__itemContent .projectsTabs__list li, .windows__itemContent .windows__list li {
    margin-bottom: 5px
  }

  .projectsTabs__bay, .projectsTabs__sxeme, .windows__bay, .windows__sxeme {
    width: 145px;
    margin-top: 20px
  }

  .projectsTabs__sxeme, .windows__sxeme {
    margin: 20px 0 0 0;
    padding-top: 14px
  }

  .projectsTabs__item-img span, .windows__item-img span {
    width: 290px;
    left: 36px;
    font-size: 16px
  }

  .single-item8Mobil, .single-item9Mobil {
    max-width: 363px;
    margin: 0 auto
  }

  .single-item8Mobil .next, .single-item8Mobil .prev, .single-item9Mobil .next, .single-item9Mobil .prev {
    position: absolute;
    bottom: -106px;
    right: 0
  }

  .single-item8Mobil .prev, .single-item9Mobil .prev {
    left: 0
  }

  .projectsTabs, .windows {
    padding-bottom: 100px
  }

  #tab-container .windows.active {
    padding-bottom: 100px
  }

  .single-item8Mobil .next, .single-item8Mobil .prev, .single-item9Mobil .next, .single-item9Mobil .prev {
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 9999
  }

  #tab-container .windows.active {
    padding-bottom: 60px
  }

  .slide-count-wrap9 {
    position: absolute;
    bottom: -66px;
    z-index: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 48px;
    color: #000
  }

  .windows__item-img img {
    max-height: 190px;
    width: 100%;
    object-fit: cover
  }

  .windows__item p {
    overflow: hidden;
    height: 250px
  }
}

@media(max-width:620px) {
  .ideas {
    max-width: 90%;
    padding: 40px 0 50px
  }

  .projects {
    padding-top: 50px;
    margin-bottom: 70px;
    overflow: visible
  }

  .our {
    padding: 50px 0 130px
  }

  .search {
    padding: 50px 0 30px
  }

  .footer {
    padding-top: 0
  }

  .title-h2 {
    font-size: 30px
  }

  .ideasLeft .ideas__href {
    height: 184px
  }

  .ideas__img {
    height: 100%
  }

  .ideas__title {
    font-size: 14px
  }

  .ideasRight .ideas__href {
    height: 279px
  }

  .service__in {
    max-width: 90%
  }

  .service__href:after {
    right: 0;
    float: right;
    position: relative
  }

  .service__desc {
    line-height: 25px;
    font-size: 20px;
    padding-bottom: 20px
  }

  .serviceItem {
    border-right: none;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%
  }

  .instal__in {
    max-width: 300px;
    position: relative
  }

  .instal__right {
    position: absolute;
    top: 50px
  }

  .instal__desc {
    padding: 11px 0 200px 0
  }

  .instal__left {
    max-width: 300px
  }

  .instal__desc2 {
    margin: 0 0 22px 0
  }

  .installBtn {
    margin: 0 auto;
    width: 300px
  }

  .projectsContent {
    max-width: 365px;
    margin: 0 auto;
    float: none;
    padding-bottom: 70px;
    padding-top: 20px
  }

  .projectsContent.noNumber {
    padding-top: 20px
  }

  .projectsContent .slick-slider {
    margin-bottom: 100px
  }
  .worksSlider .slick-slider {
    margin-bottom: 0;
  }

  .projectsContent .next {
    top: calc(100% + 20px);
    left: auto;
    right: 0
  }

  .projectsContent:after {
    display: none
  }

  .projects__in {
    max-width: 365px
  }

  .single-item3__content h2 a {
    font-size: 16px
  }

  .single-item3__content p {
    font-size: 14px
  }

  .projectsContent .prev {
    top: calc(100% + 20px) !important
  }

  .worksSlider .prev {
    top: calc(40% + 0px) !important;
    z-index: 9;
    left: -3%!important;
  }
  .worksSlider .next {
    top: calc(40% + 0px);
    left: auto;
    right: 0%!important;
    z-index: 10;
  }

	.worksSlider .single-item3__item .thumb img {
		/*height: 245px!important;*/
	}

  .slide-count-wrap3, .slide-count-wrap33 {
    left: 40%;
    top: 488px
  }

  .projectsContent .slide-count-wrap3, .projectsContent .slide-count-wrap33 {
    left: 0;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 158px
  }

  .contactBlock a {
    font-size: 20px
  }

  .contactBlock span {
    font-size: 14px
  }

  .headerRight__site, .header__my {
    display: none
  }

  .single-item3__item {
    margin-right: 0
  }

  .worksSlider .single-item3__item {
    margin-right: 50px;
    margin-left: 40px;
  }

  .footerDate {
    padding: 0 2%
  }

  .ideasRight .ideas__href {
    height: 381px
  }

  .single-item2__btn {
    width: 140px
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 45px
  }

  .itemServiceItems:nth-child(2) span {
    padding: 0 0 0 16px;
    width: 150px !important
  }

  .mainArticles {
    max-width: 90%;
    padding: 20px 0 0
  }

  .mainArticles .paragraf {
    margin-bottom: 0
  }

  .mainArticlesContent {
    padding-top: 40px
  }

  .mainArticlesContent {
    margin-left: auto;
    margin-right: auto;
    max-width: 365px
  }

  .mainArticles__item {
    width: 100%;
    margin-left: 0
  }
}

@media(max-width:570px) {
  .slider__content2 {
    padding-top: 0 !important
  }

  .single-item2Mobil {
    display: none !important
  }

  .single-item2MobilVisible {
    display: block !important;
    height: 610px
  }

  .single-item2MobilVisible .prev, .single-item9Mobil .prev {
    right: 74%
  }

  .single-item2MobilVisible .next, .single-item9Mobil .next {
    left: 71%
  }

  .mobilSliderContent2 {
    display: block
  }

  .single-item2MobilVisible .prev {
    right: 74%;
    position: absolute;
    z-index: 44;
    top: 89%;
    left: 20px
  }

  .single-item2MobilVisible .next {
    left: auto;
    right: 20px;
    position: absolute;
    z-index: 44;
    top: 89%
  }

  .mobilSliderContent2 {
    position: relative
  }

  .searchForm {
    max-width: 100%
  }

  .bayMap__in {
    position: relative;
    top: 50px;
    overflow: visible
  }

  .scrollFon {
    max-width: 93%;
    margin-bottom: 50px
  }

  .scrollMap {
    max-width: 100%;
    margin-bottom: 50px
  }

  .acardeon h3 a {
    font-size: 16px
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 30px
  }

  .itemContentRight__top-price {
    left: 25%;
    top: 80px
  }

  .popularItem__href a {
    padding-top: 25px
  }

  .search-page form input[type=text] {
    width: 58%
  }

  .search-page form select {
    width: 40%
  }

  .search-page form input[type=submit] {
    width: 100%;
    margin-top: 10px
  }

  .article.article2 .slider__img2 img {
    max-height: 306px
  }
}

@media(max-width:540px) {
  .search {
    max-width: 96%;
    padding: 24px 0 30px;
    margin: 0 auto
  }

  .title-h1 {
    font-size: 30px;
    padding-bottom: 0
  }

  .title-h2 {
    font-size: 24px;
    padding-bottom: 0
  }

  .bread-crumbs li a, .bread-crumbs li a span {
    font-size: 13px
  }

  .searchItem__title:after {
    right: 28px
  }

  .searchItem {
    max-width: 100%;
    flex-basis: 100%
  }

  .our__in {
    max-width: 300px
  }

  .single-item4__item-content {
    max-width: 100%
  }

  .hrLine__in {
    max-width: 300px
  }

  .sliderHr__disc:nth-child(2) {
    display: none
  }

  .sliderHr__disc {
    left: 135px
  }

  .single-item4__item h2 a {
    font-size: 16px
  }

  .our .next, .our .prev {
    top: 369px
  }

  .our .next {
    left: 250px
  }

  .slide-count-wrap4 {
    width: 110px;
    left: 124px;
    top: 400px
  }

  .single-item4 {
    margin-top: 0
  }

  .single-item4__item:after {
    left: 135px;
    top: 216px;
    z-index: 1000
  }

  .single-item4__item-content {
    height: 217px !important
  }

  .single-item4__item time {
    bottom: 30px
  }

  .single-item4 .slick-list {
    height: 250px !important
  }

  .footerTop {
    max-width: 90%;
    padding: 0
  }

  .footerTop h2 {
    font-size: 20px
  }

  .footerTop .shadow_text {
    position: relative;
    height: 400px;
    overflow: hidden
  }

  .footerTop .shadow_text:after {
    content: "";
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 48%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 48%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, #fff 100%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
  }

  .footerTop .shadow_text.all {
    height: auto
  }

  .footerTop .shadow_text.all:after {
    display: none
  }

  .footerTop__hide {
    display: block;
    border: 1px solid #000;
    width: 300px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px auto;
    padding-top: 13px;
    color: #1f6885;
    font-weight: 500
  }

  .hide {
    display: none
  }

  .footer {
    padding-top: 50px
  }

  .none:after {
    display: none !important
  }

  .footerContent {
    max-width: 95%;
    padding: 0
  }

  .footerItem {
    max-width: 97%;
    flex-basis: 97%
  }

  .footerItem:last-child {
    max-width: 363px;
    left: 2%
  }

  .footerBtn {
    width: 97%
  }

  .footer__h3 {
    border-bottom: 1px solid grey;
    padding-bottom: 10px
  }

  .footerItem p {
    float: left;
    font-size: 12px;
    padding: 0
  }

  .footerItem p:first-of-type {
    padding: 0 5px 0 0
  }

  .footerDate {
    max-width: 92%;
    padding: 0;
    margin: 20px auto 0
  }

  .footerDate__politic a {
    font-size: 18px;
    width: 100%
  }

  .footerDate__politic {
    max-width: 100%;
    margin-bottom: 15px
  }

  .footerBtn {
    margin-top: 50px
  }

  .footerSocial {
    float: left;
    margin: 16px 0
  }

  .footerSocial li:first-of-type {
    margin-left: 0
  }

  .footerDate__politic a {
    margin-right: 0
  }

  .footerList {
    display: none
  }

  .footer__h3-mobil {
    display: none
  }

  .sait-mobil {
    display: none
  }

  .sait-mobil2 {
    display: block;
    width: 100%;
    clear: both;
    color: #fff
  }

  .sait-mobil2 a {
    color: #33ad43
  }

  .footer__h3:after {
    display: none
  }

  .footer__accardeon, .footer__accardeon2 {
    position: relative
  }

  .footer__accardeon2:before, .footer__accardeon:before {
    content: url(../images/icon26.png);
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(2deg)
  }

  .footerRotate:before {
    transform: rotate(-178deg);
    top: 5px
  }

  .footer__h3 {
    font-size: 15px
  }

  .headerInfo {
    display: none
  }

  .paragraf {
    line-height: 20px;
    margin-bottom: 20px
  }

  .sales__in .title-h2 {
    padding-bottom: 30px
  }

  .headerForm {
    display: none
  }

  .headerMobilCatalog {
    position: absolute;
    left: 0;
    width: 100%
  }

  .catalog__active-mobil {
    background-color: #eaecef;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 5px
  }

  .catalog__active-mobil .catalogBtn {
    top: 17px;
    left: 14px
  }

  .rotate .catalog__line:first-of-type {
    transform: rotate(48deg);
    position: relative;
    top: 6px
  }

  .rotate .catalog__line:nth-child(2) {
    transform: rotate(-48deg)
  }

  .rotate .catalog__line:last-of-type {
    display: none
  }

  .headerMobilCatalog__content {
    position: relative;
    z-index: 1000;
    display: none;
    background: #f7f7fa;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    top: 40px;
    z-index: 6000;
    padding-bottom: 20px
  }

  .headerMobilCatalog__content .headerForm {
    display: block;
    max-width: 100%
  }

  .headerMobilCatalog__content .headerForm input[type=submit] {
    width: 50px;
    height: 55px;
    text-indent: -999999px;
    background: #1f6885 url(../images/icon29.jpg) no-repeat 15px 18px
  }

  .headerMobilCatalog__content .catalog__sub {
    position: relative;
    padding: 16px 0 0 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden
  }

  .headerMobilCatalog__content .catalog__sub li a span {
    padding: 10px 10px 0;
    font-size: 15px
  }

  .mobilOrder {
    float: left;
    width: 50%;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #1f6885;
    padding-top: 16px;
    transition: background-color .5s;
    display: none
  }

  .mobilNext {
    float: left;
    width: 50%;
    height: 50px;
    display: block;
    text-align: center;
    color: #1f6885;
    font-size: 16px;
    font-weight: 600;
    padding-top: 6px;
    transition: background-color .5s;
    background-color: #eaecef;
    text-align: left;
    padding: 17px 0 0 16px;
    width: 100%;
    text-align: center
  }

  .mobilNext:after {
    content: url(../images/icon30.png);
    position: relative;
    left: 7px;
    top: -1px
  }

  .mobilPhone {
    background: #eaecef;
    position: absolute;
    right: 0;
    top: 6px;
    width: 50px;
    height: 50px
  }

  .mobilPhone:before {
    content: "";
    display: block;
    background: url(../images/icon4.png) no-repeat top center;
    width: 47px;
    height: 27px;
    background-size: contain;
    position: relative;
    top: 10px
  }

  .mobilPhoneContent .headerInfo {
    background: #f7f7fa;
    position: absolute;
    top: 73px;
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    max-width: 100%;
    flex-basis: 100%;
    left: 0
  }

  .mobilPhoneContent .headerInfo__phone {
    width: 213px;
    margin: 0 0 14px 27%;
    float: none
  }

  .headerInfo__phone:before {
    width: 32px;
    padding-left: 8px
  }

  .mobilPhoneContent .headerInfo__free a, .mobilPhoneContent .headerInfo__free a span, .mobilPhoneContent .headerInfo__phone a, .mobilPhoneContent .headerInfo__phone a span {
    font-size: 16px
  }

  .mobilPhoneContent .headerInfo__free {
    width: 213px;
    margin: 0 0 0 27%;
    float: none
  }

  .footerItem p {
    font-size: 17px
  }

  .footer__h3 {
    font-size: 20px
  }

  .footerList li a {
    font-size: 17px
  }

  .footerItem:nth-child(3) {
    left: 0
  }

  .mapContent {
    left: 15%
  }

  .ideas__img {
    width: 100%;
    height: 100%
  }

  .ideasLeft .ideas__href {
    height: 190px
  }
}

@media(max-width:535px) {
  .mobilNext {
    padding: 10px 39px 0 19px;
    padding: 15px;
    font-size: 14px
  }

  .article__in {
    max-width: 93%
  }

  #hidden-content3 {
    max-width: 100% !important
  }

  .fancybox-slide--iframe .fancybox-content {
    max-width: 95% !important
  }

  .sales__in {
    max-width: 90%
  }

  .single-item5__item {
    max-width: 90% !important
  }

  .itemServiceItems {
    width: 100px
  }

  .itemServiceItems img {
    float: none;
    margin: 0 auto;
    display: block
  }

  .itemService__in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 91%;
    padding: 0
  }

  .itemServiceItems span {
    float: none;
    padding: 10px 0 0 0;
    display: block;
    text-align: center
  }

  .itemServiceItems:nth-child(2) {
    width: 150px
  }

  .itemServiceItems:nth-child(2) span {
    padding: 10px 0 0 0
  }

  .mobilNext {
    font-size: 15px
  }
}

@media(max-width:479px) {
  .single-item5__item {
    padding: 15px
  }
}

@media(max-width:470px) {
  .mobilPhoneContent .headerInfo__phone {
    margin: 0 0 14px 18%
  }

  .mobilPhoneContent .headerInfo__free {
    margin: 0 0 0 18%
  }

  .banner__in {
    max-width: 300px;
    padding-top: 50px
  }

  .banner__title {
    font-size: 26px
  }

  .banner .sliderPrice {
    left: 0;
    top: 60px
  }

  .banner__bay {
    width: 100%
  }

  .projectsTabs__h2, .windows__h2 {
    font-size: 16px;
    padding-left: 5px
  }

  .tab-container .tab a {
    font-size: 12px
  }

  .projectsTabs__title, .windows__title {
    font-size: 18px;
    padding: 29px 1% 0 7px
  }

  .projectsTabs__list li span, .windows__list li span {
    max-width: 90%
  }

  .tab-container .tab {
    padding: 9px 0
  }

  #tab-container .tab a {
    padding: 9px 5px
  }

  .scrollFon {
    max-width: 93%;
    margin-bottom: 50px
  }

  .scrollMap {
    max-width: 97%;
    margin-bottom: 50px
  }
}

@media(max-width:450px) {
  .mobil {
    display: block !important
  }

  .sliderLeft .h2 {
    font-size: 30px
  }

  .sliderLeft {
    max-width: 300px;
    margin-top: 30px
  }

  .topSlider {
    height: 380px
  }

  .slider__img img {
    width: 100%
  }

  .slider__img img.mobil {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 380px
  }

  .popular {
    padding-bottom: 50px
  }

  .slider__img:before {
    height: 380px
  }

  .slider__img img {
    height: 380px;
    top: 0
  }

  .orderBtn {
    width: 96%
  }

  .sliderLeft p {
    font-size: 16px
  }

  .slider__img img {
    max-width: 579px
  }

  .ideasRight .ideas__href {
    height: 209px
  }

  .popular__in {
    max-width: 92%
  }

  .desctop {
    display: none !important
  }

  .popup-from-menu {
    max-width: 90% !important
  }

  .popupForm input[type=text] {
    max-width: 270px;
    margin: 23px auto 25px;
    height: 48px
  }

  .popupForm textarea {
    max-width: 270px
  }

  .addFile {
    max-width: 270px
  }

  .popupForm a.submit {
    float: none;
    margin: 0 auto
  }

  .popupForm button.submit {
    float: none;
    margin: 0 auto
  }

  .bay_order {
    font-size: 22px
  }

  .fancybox-button {
    right: 17px !important;
    top: 15px !important
  }

  .confidencial {
    text-align: center;
    padding: 12px 20px 0;
    float: none;
    margin: 0 auto
  }

  .popupForm {
    padding-bottom: 30px
  }

  .confidencial {
    width: 100%
  }

  .footerItem p {
    font-size: 13px
  }

  .footer__h3 {
    font-size: 16px
  }

  .footerDate__politic a {
    font-size: 12px
  }

  .footerList li a {
    font-size: 14px
  }

  .mapContent {
    left: 7%
  }

  .ideasLeft .ideas__href {
    max-width: 100%;
    height: 233px;
    width: 100%
  }

  .service__desc {
    font-size: 16px;
    line-height: 20px
  }

  #hidden-content3 {
    max-width: 96% !important
  }

  .mapContent {
    width: 260px
  }

  .mapContent:after {
    left: 111px
  }

  #hidden-content3 {
    max-width: 100% !important
  }

  .fancybox-slide {
    padding: 10px !important
  }

  .mobilSliderContent {
    max-width: 300px;
    margin: 0 auto
  }

  .mobilSliderContent .windows__item-img span {
    width: 230px;
    font-size: 14px
  }

  .mobilSliderContent .windows__itemContent .windows__list {
    max-width: 272px
  }

  .mobilSliderContent .windows__itemContent .windows__list li span {
    max-width: 240px
  }

  .mobilSliderContent .windows__bay, .mobilSliderContent .windows__sxeme {
    max-width: 100%;
    width: 90%;
    margin: 30px auto 0;
    float: none
  }

  .mobilSliderContent .windows__sxeme {
    float: none;
    overflow: hidden;
    margin: 20px auto 0
  }

  .scrollFon, .scrollMap {
    margin-left: 10px
  }

  .itemContentRight__top-price {
    left: 16%
  }

  .itemContentRight__top-mexanic {
    left: 15%
  }

  .tab-container2 .tab {
    padding: 15px 30px
  }

  .itemContentRight__top-mexanic {
    top: 650px
  }

  .search-page form input[type=text] {
    width: 100%
  }

  .search-page form select {
    width: 100%;
    margin-top: 10px
  }
}

@media(max-width:420px) {
  .row {
    margin-right: 0;
    margin-left: 0
  }

  .headerMobilCatalog__content .catalog__sub li a span {
    font-size: 12px
  }

  .mobilPhoneContent .headerInfo__phone {
    margin: 0 0 14px 13%
  }

  .mobilPhoneContent .headerInfo__free {
    margin: 0 0 0 13%
  }

  .single-item5 .next {
    left: 82%
  }

  .single-item5 {
    padding-top: 0
  }

  .itemService__in {
    max-width: none
  }

  .itemServiceItems:nth-child(2) {
    margin-left: 0;
    width: 120px
  }

  .itemServiceItems:nth-child(2) span {
    width: 123px !important;
    padding: 10px 0 0 0
  }

  .itemContentRight__btn {
    max-width: 90%;
    width: 100%;
    margin: 0 auto
  }

  .itemContentRight__btnOrder, .itemContentRight__btnSize {
    max-width: 100%;
    margin: 0 auto 20px
  }

  .tab-container2 .tab {
    padding: 15px 18px
  }

  .itemContentLeft {
    margin: 64px auto 20px
  }

  .itemContentRight__top-price {
    left: 0
  }
}

@media(max-width:350px) {
  .headerMobilCatalog__content .catalog__sub li a span {
    font-size: 11px
  }

  .service__desc {
    font-size: 15px
  }

  .windows__item-img span {
    list-style: 22px
  }

  .banner__bay {
    max-width: 97%
  }

  .installBtn {
    max-width: 95%
  }

  .footerTop__hide {
    max-width: 95%
  }

  .footerBtn {
    max-width: 95%
  }

  .tab-container2 .tab {
    padding: 15px 10px
  }

  .tab-container2 .tab a {
    font-size: 12px
  }

  .itemContentRight__top-mexanic, .itemContentRight__top-price {
    left: 7%
  }

  .itemContentRight__top-price {
    left: 0
  }

  .mobilNext {
    padding: 10px 20px 0 19px;
    font-size: 14px
  }
}

.tab-container .etabs {
  display: flex;
  flex-wrap: wrap
}

.tab-container .tab {
  width: 33%;
  display: flex;
  flex-grow: 1
}

.tab-container .tab a {
  width: 100%
}

.projectsTabs__title, .windows__title {
  padding-bottom: 20px
}

table {
  border-collapse: collapse;
  text-align: center
}

td, th {
  padding: 10px 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  vertical-align: inherit
}

table.bordered td {
  border-color: #eaecef
}

td:last-child {
  border-right: 0
}

tr:last-child td {
  border-bottom: 0
}

td img {
  max-width: 200px
}

.paragraf ol li {
  list-style-type: decimal
}

.paragraf h2 {
  padding-bottom: 20px;
  padding-top: 30px;
  color: #1f6885
}

.paragraf h3, .paragraf h4 {
  color: #1f6885;
  padding-bottom: 20px;
  padding-top: 30px
}

.paragraf ol, .paragraf ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px
}

.paragraf p {
  padding: 5px 0 5px 0
}

.windows__in p {
  color: #2b2a28;
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px
}

img {
  max-height: 100%
}

#map {
  width: 100%;
  height: 720px;
  z-index: 1000;
  position: relative
}

.result-msg {
  padding: 30px
}

.location-table {
  text-align: left
}

#css3-animated-example .content+.content {
  border-top: 2px solid #eaecef
}

.modal_map {
  width: calc(100% - 30px);
  height: 95vh;
  display: none;
  visibility: visible !important;
  background: #fff
}

.modal_map .fancybox-close-small {
  background: #fff;
  opacity: 1
}

.slider-for .slick-slide>a {
  display: block;
  position: relative;
  padding-bottom: 60%
}

.slider-for .slick-slide>a>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.office_name {
  cursor: pointer
}

.mapContent__in .acardeonBtn__block a {
  width: 48%;
  padding: 0
}

.mapContent__in .acardeonBtn__block .acardeonBtn span {
  padding: 9px 0 0 57px
}

@media(max-width:920px) {
  .mapContent__in .acardeonBtn__block a {
    width: 44%;
    padding: 0;
    float: left;
    margin: auto 10px
  }
}

.mapAdress .mtext {
  color: #1f6885;
  border-bottom: 1px dotted #1f6885
}

.acardeon h3 .arr {
  width: 14px;
  height: 22px;
  background-image: url(http://amg.mwi.me/local/templates/amigo_new/assets/images/icon34.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: 0
}

.acardeon h3.open .arr {
  top: 20px;
  transform: rotate(180deg)
}

.bay_order {
  margin: 0
}

.projects .slick-slide {
  display: flex;
  flex-direction: column
}

.projects .slick-initialized .slick-slide {
  display: flex
}

.single-item3__content {
  flex: 1 0 auto
}

.bold {
  font-weight: 700
}

.tab-pane.fade.in {
  display: block
}

.tab-pane.fade {
  display: none
}

ul.nav.nav-pills {
  display: block;
  padding: 10px 5px;
  float: left;
  width: 100%
}

.tabsFill {
  padding: 10px 10px 5px 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  border-bottom: solid 3px #eaecef
}

.tabsFill.active {
  border-bottom: solid 3px #1f6885
}

ul.nav.nav-pills li {
  display: inline-block;
  float: left;
  margin: 0;
  width: 50%;
  font-size: 14px;
  text-align: center
}

p.payments {
  margin: 10px 0 0
}

.margin-bottom-20 {
  margin-bottom: 20px
}

.separate-block-centered-content {
  text-align: center;
  margin: 20px 0
}

.single-item2 .slide-count-wrap2 {
  text-align: left;
  padding-left: 46px;
  position: absolute;
  top: 80px
}

.article.article2 .slider__content2 {
  padding-top: 120px
}

a.single-item2__btn:hover {
  text-decoration: none
}

.sticky-wrapper.is-sticky .s_headerInfo__free:before {
  content: url(../images/ic_phone1.svg);
  display: block
}

.sticky-wrapper.is-sticky .f_headerInfo__free {
  margin-left: 36px
}

.sticky-wrapper.is-sticky .f_headerInfo__free:before {
  content: url(../images/ic_ruler.svg);
  display: block
}

.sticky-wrapper.is-sticky .headerInfo__phone {
  display: none
}

.sticky-wrapper.is-sticky .headerInfo__free {
  display: none
}

.cat_for_sticker {
  display: none
}

.sticky-wrapper.is-sticky .cat_for_sticker {
  display: block;
  padding: 0 0 9px 0
}

.sticky-wrapper.is-sticky .logo {
  display: none
}

.logo_stiky {
  display: none;
  max-width: 120px
}

.logo_stiky img {
  width: 120px
}

.sticky-wrapper.is-sticky .logo_stiky {
  display: block
}

.new_fix_menu {
  padding: 10px 0
}

.sticky-wrapper .new_fix_menu {
  box-shadow: 0 6px 32px rgba(32, 104, 133, .24)
}

@media(max-width:780px) {
  .sticky-wrapper.is-sticky .cat_for_sticker {
    display: none
  }
}

.catalog_list h1 {
  margin-bottom: 15px;
  color: #1f6885
}

.catalog_list .topdesc {
  margin-bottom: 30px
}

.catalog_list {
  margin-bottom: 0
}

.catalog_list .bx_catalog_tile_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.catalog_list .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none
}

.catalog_list .bx_catalog_tile_ul {
  padding: 0;
  background: #f3f6f7;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 0;
  justify-content: space-between
}

.catalog_list .linkBtn {
  width: 300px;
  max-width: calc(100% - 30px);
  height: 45px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 15px;
  display: block;
  margin: 15px auto;
  border: 1px #1f6885 solid;
  color: #1f6885;
  font-weight: 600;
  transition: background-color .2s
}

.catalog_list .linkBtn:hover {
  background-color: #1f6885;
  color: #fff
}

.catalog_list .bx_catalog_tile_ul li {
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 0 15px;
  width: calc(50% - 15px);
  list-style: none;
  text-align: center;
  background: #fff
}

.catalog_list .bx_catalog_tile_ul li:before {
  content: '' !important
}

.catalog_list .bx_catalog_tile_ul li:nth-child(2n+1) {
  clear: both
}

.catalog_list .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 78px;
  height: 78px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.catalog_list .bx_catalog_tile_title {
  margin: 15px 0;
  padding: 0;
  vertical-align: top;
  line-height: 18px
}

.catalog_list .bx_catalog_tile_title a {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5
}

.catalog_list .bx_catalog_tile_title a:hover {
  text-decoration: none
}

.catalog_list .bx_catalog_tile_title span {
  font-size: 12px
}

@media (max-width:639px) {
  .catalog_list .bx_catalog_tile_ul li {
    width: 100%
  }
}

@media (min-width:480px) and (max-width:639px) {
  .bx-touch .catalog_list .bx_catalog_tile_ul li {
    width: 100%
  }
}

@media (max-width:479px) {
  .bx-touch .catalog_list .bx_catalog_tile_ul li {
    width: 100%
  }

  .bx-touch .catalog_list .bx_catalog_tile_img {
    width: 100%;
    height: 80px
  }
}

.catalog_list .bx_catalog_tile_img, .catalog_list .bx_catalog_tile_title, .catalog_list .bx_catalog_tile_title a, .catalog_list .bx_catalog_tile_ul li {
  transition: all .3s ease
}

.link_mob {
  width: 48px;
  height: 48px;
  display: none;
  background: #eaecef url(../images/ic_ruler.svg) 50%/23px auto no-repeat
}

.phone_mob {
  width: 48px;
  height: 48px;
  display: none;
  background: #eaecef url(../images/ic_phone2.svg) 50% no-repeat;
  margin-left: 10px
}

.cart_linkMob {
  width: 48px;
  height: 48px;
  display: none;
  background: #eaecef url(../images/ic_cart.svg) 50%9px no-repeat;
  position: relative;
  margin-left: 10px
}

.cart_linkMob .number {
  background: #1f6885;
  top: 10px;
  right: 8px;
  width: 15px;
  height: 15px;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: .4px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  text-align: center
}

.mob_menu_link {
  background: #eaecef;
  width: 48px;
  height: 48px;
  display: none;
  border: none;
  padding: 17px 15px;
  margin-left: 10px
}

.mob_menu_link span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  transition: .2s linear;
  background: #1f6885;
  border-radius: 50px
}

.mob_menu_link span:nth-child(3) {
  width: calc(100% - 6px);
  margin-left: auto
}

.mob_menu_link span+span {
  margin-top: 4px
}

.mob_menu_link.active span:nth-child(2) {
  opacity: 0
}

.mob_menu_link.active span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg)
}

.mob_menu_link.active span:nth-child(3) {
  top: -6px;
  transform: rotate(-45deg);
  width: 100%
}

.cont_in {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative
}

.main_about {
  padding: 100px 0 110px;
  background: url(../images/bg1.jpg) 50%/cover no-repeat;
  position: relative
}

.main_about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f6885;
  opacity: .98
}

.main_about .title-h2 {
  color: #fff
}

.main_about .title-h2 span {
  color: #7bd0ff
}

.main_about .grid {
  margin: 40px 0 0 -92px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.main_about .item {
  width: calc(100%/4 - 92px);
  margin: 30px 0 0 92px;
  position: relative;
  text-align: center;
  padding-bottom: 16px
}

.main_about .item:before {
  content: '';
  position: absolute;
  right: -46px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .2)
}

.main_about .item:last-child:before, .main_about .item:nth-child(4n):before {
  display: none
}

.main_about .item .name {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff
}

.main_about .item .desc {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .2px;
  color: #fff;
  margin-top: 22px
}

.howOrder {
  padding: 90px 0 120px
}

.howOrder .grid {
  margin: 60px 0 0 -18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap
}

.howOrder .item {
  width: calc(100%/5 - 18px);
  position: relative;
  margin: 43px 0 0 18px
}

.howOrder .item .number {
  background: #1f6885;
  width: 42px;
  height: 42px;
  left: -12px;
  top: -25px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 2
}

.howOrder .item .img {
  padding-bottom: 117.46%;
  position: relative
}

.howOrder .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover
}

.howOrder .item .desc {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 22px
}

.section_info {
  padding: 90px 0 150px
}

.accordion .item+.item {
  margin-top: 30px
}

.accordion .title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  position: relative
}

.accordion .title.big {
  font-size: 24px
}

.accordion .title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 16px;
  height: 10px;
  background: url(../images/arrow_acc.svg) 50% no-repeat
}

.accordion .title.active:after {
  transform: rotate(180deg)
}

.accordion .data {
  margin-top: 20px;
  display: none
}

.text_block {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .6px;
  color: #000
}

.text_block>:last-child {
  margin-bottom: 0 !important
}

.text_block h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .6px;
  color: #000;
  margin-bottom: 20px
}

.text_block p {
  margin-bottom: 15px
}

.text_block ol {
  counter-reset: li
}

.text_block ol li {
  position: relative;
  display: block;
  padding-left: 25px;
  list-style-type: none
}

.text_block ol li+li {
  margin-top: 10px
}

.text_block ol li:before {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .6px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #226a86;
  border-radius: 50%;
  text-align: center;
  content: counter(li);
  counter-increment: li
}

.text_block a {
  color: #00e;
  text-decoration: none;
  transition: .2s linear;
  border-bottom: 1px solid transparent
}

.text_block a:hover {
  border-bottom-color: #00e
}

.service_page {
  margin-top: 60px
}

.service_page .item+.item {
  margin-top: 30px
}

.service_page .item {
  background: #f7f8fa;
  padding: 40px 50px 40px 40px;
  min-height: 290px
}

.service_page .item.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.service_page .item.flex .box {
  width: calc(45% - 15px)
}

.service_page .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap
}

.service_page .item .title .icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-shrink: 1;
  margin-right: 10px;
  padding: 0
}

.service_page .item .title .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.service_page .item .title span {
  padding-top: 2px
}

.service_page .item .subTitle {
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  margin-top: 20px
}

.service_page .item .subTitle span {
  border-bottom: 1px solid
}

.service_page .item .title_small {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  margin-top: 30px
}

.service_page .item .title+.title_small {
  margin-top: 69px
}

.service_page .item .list {
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  margin-top: 10px
}

.service_page .item .list.columns {
  column-gap: 20px;
  column-count: 2
}

.service_page .item .list.columns>* {
  --webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid
}

.service_page .item .list div {
  padding-left: 25px;
  position: relative;
  padding-top: 10px
}

.service_page .item .list .symbol {
  position: absolute;
  left: 0;
  top: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .6px;
  color: #fff;
  text-align: center
}

.service_page .item.flex .img {
  width: calc(55% - 15px);
  max-width: 486px
}

.service_page .item.flex .img img {
  display: block;
  max-width: 100%
}

.items_howOrder {
  margin-top: 60px
}

.items_howOrder .item+.item {
  margin-top: 30px
}

.items_howOrder .item {
  background: #f7f8fa;
  padding: 40px 50px 40px 40px;
  position: relative
}

.items_howOrder .item.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.items_howOrder .item .number {
  background: #fff;
  border: 1px solid #f7f8fa;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  color: #1f6885;
  min-width: 30px;
  padding: 0 3px
}

.items_howOrder .item.flex .box {
  width: calc(60% - 30px);
  max-width: 566px
}

.items_howOrder .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap
}

.items_howOrder .item .title .icon {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-shrink: 1;
  margin-right: 10px;
  padding: 0
}

.items_howOrder .item .title .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.items_howOrder .item .title span {
  padding-top: 2px
}

.items_howOrder .item .desc {
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  margin-top: 20px;
  margin-left: 40px
}

.items_howOrder .item .desc p+p {
  margin-top: 20px
}

.items_howOrder .item .desc b {
  font-weight: 500
}

.items_howOrder .item .desc a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-block
}

.items_howOrder .item .desc a:hover {
  color: #00e
}

.items_howOrder .item .desc a.phone {
  text-decoration: underline
}

.items_howOrder .item .title_small {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  margin-top: 30px;
  margin-left: 40px
}

.items_howOrder .item .title+.title_small {
  margin-top: 69px
}

.items_howOrder .item .list {
  font-size: 16px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000;
  margin-top: 10px;
  margin-left: 40px
}

.items_howOrder .item .list div {
  padding-left: 25px;
  position: relative;
  padding-top: 10px
}

.items_howOrder .item .list .symbol {
  position: absolute;
  left: 0;
  top: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .6px;
  color: #fff;
  text-align: center
}

.items_howOrder .item.flex .img {
  width: 40%;
  max-width: 360px
}

.items_howOrder .item.flex .img img {
  display: block;
  max-width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.items_howOrder .item.flex .img img+img {
  margin-top: 12px
}

.refund_exchange {
  margin-top: 56px
}

.refund_exchange .title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000
}

.refund_exchange .subTitle {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .6px;
  color: #000;
  margin-top: 16px
}

.payment_methods {
  margin-top: 46px
}

.payment_methods .title {
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000
}

.payment_methods .subTitle {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .6px;
  color: #000;
  margin-top: 16px
}

.payment_methods .items {
  margin-left: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap
}

.payment_methods .item {
  margin: 30px 0 0 30px;
  width: calc(100%/3 - 30px);
  background: #fff;
  border: 2px solid #f7f8fa;
  padding: 40px 40px 20px
}

.payment_methods .item .title {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #000
}

.payment_methods .item .title .letter {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1f6885;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff
}

.payment_methods .item p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .6px;
  color: #000;
  margin-top: 17px
}

.payment_methods .item ol {
  counter-reset: li;
  margin-top: 17px
}

.payment_methods .item ol li {
  position: relative;
  display: block;
  padding-left: 20px;
  list-style-type: none;
  font-size: 14px;
  line-height: normal;
  letter-spacing: .6px;
  color: #000
}

.payment_methods .item ol li+li {
  margin-top: 6px
}

.payment_methods .item ol li:before {
  font-weight: 600;
  color: #1f6885;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) '.';
  counter-increment: li
}

.padB {
  padding-bottom: 115px
}

.addFile {
  margin-bottom: 24px
}

.addFile input[type=file] {
  display: none
}

.addFile input[type=file]+label {
  display: inline-block;
  vertical-align: top;
  color: #2b2a28;
  padding-left: 25px;
  position: relative;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: .1px;
  cursor: pointer
}

.addFile input[type=file]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(../images/ic_addFile.svg) 50% no-repeat
}

.addFile .item_file {
  margin-top: 10px;
  display: none
}

.addFile .item_file .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  background: #eaecef;
  height: 40px;
  padding: 0 16px 0 26px
}

.addFile .item_file .name {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  letter-spacing: .1px;
  color: #2b2a28;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.addFile .item_file .name:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 15px;
  background: url(../images/ic_file.svg) 50% no-repeat
}

.addFile .item_file .delete_file {
  cursor: pointer;
  font: 14px/25px 'Rubik', sans-serif;
  height: 25px;
  flex-shrink: 0;
  margin-left: 20px;
  letter-spacing: .1px;
  display: block;
  color: #1f6885;
  background: 0 0;
  border: none
}

.addFile .item_file .delete_file span {
  border-bottom: 1px solid;
  transition: .2s linear
}

.addFile .item_file .delete_file:hover span {
  border-bottom-color: transparent
}

@media (max-width:1200px) {
  .headerNav>div+div {
    margin-left: 20px
  }

  .headerNav>div a {
    font-size: 14px
  }

  .headerInfo__free {
    margin-left: 20px
  }

  .cart_link {
    margin-left: 20px
  }

  .headerInfo__phone {
    padding-left: 45px
  }

  .headerInfo__free .link {
    padding-left: 45px
  }

  .main_about .grid {
    margin-left: -62px
  }

  .main_about .item {
    width: calc(100%/4 - 62px);
    margin-left: 62px
  }

  .main_about .item:before {
    right: -31px
  }

  .main_about .item .name {
    font-size: 14px
  }

  .main_about .item .desc {
    font-size: 14px;
    line-height: 24px
  }

  .payment_methods .item {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px
  }

  .items_howOrder .item {
    padding-right: 40px
  }
}

@media (max-width:1170px) {
  .cont_in {
    max-width: 94%
  }
}

@media (max-width:1024px) {
  .headerBottom {
    padding-top: 0
  }

  .catalog {
    width: 100%
  }

  .catalog__active {
    width: 100%
  }

  .headerForm {
    display: none
  }

  .headerInfo {
    display: none
  }

  .new_fix_menu {
    padding: 0
  }

  .headerCenter {
    padding: 4px 10px;
    position: relative
  }

  .headerNav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 99;
    padding: 10px 10px 28px;
    width: 100%
  }

  .headerNav .headerNav__href {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
  }

  .headerNav .headerNav__href+.headerNav__href {
    margin-left: 0
  }

  .headerNav .headerNav__href a {
    padding: 15px 40px 15px 20px;
    position: relative;
    font-size: 15px;
    line-height: 18px
  }

  .headerNav .headerNav__href a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/arrow2.svg) 50% no-repeat
  }

  .headerInfo__phone.mob {
    display: inline-block;
    vertical-align: top;
    margin: 18px 0 0 20px
  }

  .headerInfo__phone.mob a {
    padding: 0
  }

  .headerInfo__phone.mob .callback_link {
    display: inline-block
  }

  .sticky-wrapper.is-sticky .headerInfo__phone {
    display: block
  }

  .sticky-wrapper.is-sticky .cat_for_sticker {
    display: none
  }

  .headerCenter .logo {
    margin-right: auto;
    width: 90px
  }

  .logo_stiky {
    margin-right: auto;
    width: 90px
  }

  .catalogBtn {
    display: none
  }

  .catalog__active {
    text-align: center
  }

  .catalog__active>a {
    line-height: 50px
  }

  .catalog__active .title {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 26px 0 0;
    position: relative
  }

  .catalog__active .arrow {
    display: block
  }

  .catalog__sub-fon {
    top: 50px;
    width: 100%;
    z-index: 1000;
    padding: 13px 10px 0;
    background: #fff;
    transition: none
  }

  .catalog__active:hover .catalog__sub-fon {
    display: none
  }

  .catalog__active:hover .catalog__sub:before, .catalog__sub-fon:before, .catalog__sub:before {
    display: none
  }

  .catalog__sub {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0
  }

  .catalog__sub li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    text-align: left
  }

  .catalog__sub li a:before {
    flex-shrink: 0
  }

  .link_mob {
    display: block
  }

  .phone_mob {
    display: block
  }

  .cart_linkMob {
    display: block
  }

  .mob_menu_link {
    display: block
  }

  .headerTop__in {
    padding-left: 10px
  }

  .headerBottom {
    padding-bottom: 4px
  }

  .service_page .item {
    padding: 20px
  }

  .main_about {
    padding: 50px 0
  }

  .main_about .grid {
    margin: 30px 0 0 -32px
  }

  .main_about .item {
    width: calc(100%/4 - 32px);
    margin-left: 32px
  }

  .main_about .item:before {
    right: -15px
  }

  .howOrder {
    padding: 50px 0
  }

  .howOrder .grid {
    margin: 30px 0 0 -20px
  }

  .howOrder .item {
    width: calc(100%/3 - 30px);
    margin-left: 20px
  }

  .items_howOrder .item {
    padding: 40px 20px 20px
  }

  .items_howOrder .item .desc {
    margin-left: 0
  }

  .items_howOrder .item .desc br {
    display: none
  }

  .items_howOrder .item .list {
    margin-left: 0
  }

  .payment_methods .item {
    width: calc(100%/2 - 30px)
  }

  .padB {
    padding-bottom: 60px
  }
}

@media (max-width:767px) {
  header .site_partners {
    display: none
  }

  .service_page {
    margin-top: 50px
  }

  .service_page .item {
    padding: 15px
  }

  .service_page .item.flex .box {
    width: 100%
  }

  .service_page .item.flex .img {
    width: 100%;
    margin-top: 44px
  }

  .service_page .item .list.columns {
    column-gap: 0;
    column-count: 1
  }

  .service_page .item .title+.title_small {
    margin-top: 30px
  }

  .main_about .grid {
    margin: 5px 0 0
  }

  .main_about .item {
    width: 100%;
    margin: 64px 0 0;
    text-align: left;
    padding: 0
  }

  .main_about .item:before {
    right: 0;
    bottom: -33px;
    top: auto;
    width: 100%;
    height: 1px
  }

  .howOrder .item {
    width: calc(100%/2 - 30px);
    margin-left: 20px
  }

  .howOrder .item .img {
    padding-bottom: 60%
  }

  .main_about .title-h2 {
    font-size: 30px
  }

  .cont_in {
    max-width: 100%;
    padding: 0 10px
  }

  .items_howOrder .item {
    padding: 40px 15px 15px
  }

  .items_howOrder .item .desc {
    margin-left: 35px
  }

  .items_howOrder .item .list {
    margin-left: 35px
  }

  .items_howOrder .item.flex .box {
    width: 100%;
    max-width: none
  }

  .items_howOrder .item.flex .img {
    width: 100%;
    max-width: none;
    margin-top: 30px
  }

  .payment_methods .items {
    margin-left: 0
  }

  .payment_methods .item {
    margin: 20px 0 0;
    width: 100%
  }
}

@media (max-width:479px) {
  .headerTop__in {
    height: 37px
  }

  header .my_orders {
    display: none
  }

  .headerCenter .logo {
    width: 72px
  }

  .logo_stiky {
    width: 72px
  }

  .link_mob {
    margin-left: 5px
  }

  .phone_mob {
    margin-left: 5px
  }

  .cart_linkMob {
    margin-left: 5px
  }

  .mob_menu_link {
    margin-left: 5px
  }

  .catalog__sub li a span {
    padding-left: 10px;
    padding-right: 0
  }

  .service_page .item .title {
    font-size: 15px
  }

  .service_page .item .title .icon {
    width: 20px;
    height: 20px
  }

  .service_page .item .subTitle {
    font-size: 14px;
    margin-top: 12px
  }

  .service_page .item .title_small {
    margin-top: 26px;
    font-size: 14px
  }

  .service_page .item .title+.title_small {
    margin-top: 12px
  }

  .service_page .item .list {
    font-size: 14px
  }

  .howOrder .grid {
    margin: 14px 0 0;
    padding: 0 12px
  }

  .howOrder .item {
    width: 100%;
    margin-left: 0
  }

  .accordion .title {
    font-size: 16px
  }

  .accordion .title.big {
    font-size: 18px
  }

  .items_howOrder .item .desc {
    margin-left: 20px
  }

  .items_howOrder .item .list {
    margin-left: 20px
  }

  .items_howOrder .item .title {
    font-size: 15px
  }

  .items_howOrder .item .title .icon {
    width: 15px;
    height: 15px
  }

  .items_howOrder .item .title span {
    padding-right: 0
  }

  .items_howOrder .item .desc {
    font-size: 14px;
    margin-top: 17px
  }

  .items_howOrder .item .desc p+p {
    margin-top: 17px
  }

  .items_howOrder .item .list {
    font-size: 14px
  }

  .items_howOrder .item .list .symbol {
    top: 11px
  }

  .payment_methods .items {
    margin-left: 0
  }

  .payment_methods .item {
    margin: 30px 0 0;
    width: 100%;
    padding: 15px
  }

  .payment_methods .item p {
    margin-left: 25px
  }

  .payment_methods .item p br {
    display: none
  }

  .payment_methods .item ol {
    margin-left: 25px
  }

  .payment_methods .item ol li {
    font-size: 14px
  }

  .refund_exchange .title {
    font-size: 14px
  }

  .refund_exchange .subTitle {
    font-size: 14px
  }

  .refund_exchange .subTitle br {
    display: none
  }

  .payment_methods .title {
    font-size: 16px
  }

  .payment_methods .item .title {
    font-size: 15px;
    padding-left: 25px
  }

  .payment_methods .item .title .letter {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    top: 1px
  }
}

.footerSocial {
  /*float: none;*/
  /*margin: 30px 0 15px*/
}

.footerSocial li {
  margin-right: 24px;
  margin-left: 0
}

.footerSocial li:last-child {
  margin-right: 0
}

.arrow_up {
  position: fixed;
  bottom: 100px;
  left: 10%
}

.arrow_up a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  width: 45px;
  height: 45px;
  background: #1f6885;
  opacity: 0
}

.scrolled .arrow_up a {
  opacity: 1
}

.arrow_up a:hover {
  background: #155b76
}

@media(max-width:1300px) {
  .arrow_up {
    bottom: 30px;
    left: 30px
  }
}

.g-recaptcha {
  margin-left: -235px
}

.irs {
  position: relative;
  display: block;
  margin-top: 16px;
  padding-bottom: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none
}

.irs .irs {
  margin-top: 0;
  padding-bottom: 0
}

.irs-line {
  position: relative;
  display: block;
  height: 4px;
  background: #1f6885
}

.irs-bar {
  top: 0;
  height: 4px;
  background: #f8f8fa;
  border: 1px solid #d1d2d3
}

.irs-max, .irs-min {
  display: none !important
}

.irs-from, .irs-single, .irs-to {
  color: #1d1d1b;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  bottom: -22px;
  white-space: nowrap;
  text-align: center
}

.irs-slider {
  z-index: 9;
  top: -6px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: background .2s linear;
  text-indent: -9999px;
  border-radius: 50%;
  background: #f8f8fa;
  border: 1px solid #d1d2d3
}

.irs-slider:hover {
  background-color: #1f6885
}

.irs-line {
  position: relative;
  display: block;
  outline: 0 !important
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  top: 0;
  display: block
}

.irs-line-left {
  left: 0;
  width: 11%
}

.irs-line-mid {
  left: 9%;
  width: 82%
}

.irs-line-right {
  right: 0;
  width: 11%
}

.irs-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 0
}

.irs-bar-edge {
  position: absolute;
  top: 0;
  left: 0;
  display: block
}

.irs-shadow {
  position: absolute;
  left: 0;
  display: none;
  width: 0
}

.irs-slider {
  position: absolute;
  z-index: 1;
  display: block
}

.irs-slider.type_last {
  z-index: 2
}

.irs-min {
  position: absolute;
  left: 0;
  display: block;
  cursor: default
}

.irs-max {
  position: absolute;
  right: 0;
  display: block;
  cursor: default
}

.irs-grid {
  color: #333;
  font: 600 11px/15px Century Gothic;
  position: absolute;
  top: -25px;
  left: 0;
  display: none;
  width: 100%;
  height: 15px;
  pointer-events: none
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap
}

.irs-grid-text:before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 1px;
  height: 6px;
  content: '';
  cursor: pointer;
  text-indent: -9999px;
  background: #1b364e
}

.irs-disable-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -1%;
  display: block;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0)
}

.lt-ie9 .irs-disable-mask {
  cursor: not-allowed;
  background: #000
}

.irs-disabled {
  opacity: .4
}

.irs-hidden-input {
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute !important;
  z-index: -9999 !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
  outline: 0 !important;
  background: 0 0 !important
}

@media (max-width:500px) {
  .wrap_rezult_price {
    position: relative !important
  }
}

#basket-root {
  overflow: hidden;
  max-width: 100%
}

.bx-auth label {
  font-weight: 400 !important
}

.btn-primary {
  background-color: #1f6885 !important;
  border: none !important;
  padding: 5px 30px !important;
  cursor: pointer;
  color: #fff !important
}

.bx-auth a {
  color: #1f6885 !important
}

.search p:nth-child(5) .errortext {
  display: none !important
}

.popup-from-menu {
  box-shadow: 0 15px 38px rgba(14, 31, 53, .14)
}

.addToCardAllBox {
  padding: 30px
}

.addToCardAllBox {
  display: flex;
  flex-flow: row nowrap
}

.addCardBit {
  padding: 5px 0;
  display: flex;
  flex-flow: row nowrap
}

.addCardBit div:nth-child(1) {
  opacity: .5;
  width: 100px
}

.addCardBox h3 {
  margin-top: -3px
}

.addToCardImg {
  padding: 0 30px 30px 0;
  max-width: 182px;
  height: auto;
  overflow: hidden
}

.addToCardImg img {
  max-width: 100%;
  height: auto
}

.addCardPrice {
  font-family: TT Norms;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #000;
  padding-top: 10px
}

.addToCardLink {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: space-between
}

.addToCardLink a:nth-child(1) {
  display: block;
  width: 48%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: #1f6885;
  cursor: pointer;
  transition: background-color .5s;
  display: block
}

.addToCardLink a:nth-child(2) {
  width: 48%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  display: block;
  border: 1px solid #1f6885;
  box-sizing: border-box
}

.addToCardLink a:hover {
  background-color: #155b76
}

.addToCardLink a:nth-child(2):hover {
  color: #fff
}

@media (max-width:550px) {
  .addToCardAllBox, .addToCardLink {
    flex-flow: column
  }

  .addToCardLink a {
    margin-bottom: 30px;
    width: 100% !important;
    max-width: 100%
  }

  .addToCardImg {
    padding: 0 0 30px 0;
    width: 100% !important;
    text-align: center
  }
}

.basket-item-info-name {
  text-align: left
}

.footerTop .shadow_text {
  padding-top: 60px
}

.item .name {
  min-height: 40px
}

.item .desc {
  min-height: 130px
}

.main_about {
  padding: 100px 0 90px
}

.spi_price {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: .2px;
  color: #1d1d1b;
  margin-bottom: 11px
}

.spi_name {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: .2px;
  color: #2b2a28;
  mix-blend-mode: normal;
  opacity: .9;
  margin-bottom: 6px
}

.spi_size center {
  display: none
}

.spi_size p {
  padding: 10px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 9px;
  text-align: center;
  color: #1f6885
}

.spi_btn {
  margin: 0 auto 0
}

.slider_product_item .single-item3__content {
  padding: 18px 17px 30px 17px
}

.catalog_all__img .box_img.backg_none {
  background-image: none
}

.catalog_all__img .box_img.backg_none .img {
  padding: 0
}

.catalog_all__img {
  padding-right: 0 !important
}

.form_corporate_clients_container {
  display: none
}

.form_corporate_clients {
  margin: 35px 0 10px 0
}

.add_file_new {
  display: inline-block;
  vertical-align: top;
  color: #2b2a28;
  padding-left: 25px;
  position: relative;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: .1px;
  cursor: pointer
}

.add_file_new:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(/local/templates/amigo_new/assets/css/../images/ic_addFile.svg) 50% no-repeat
}

.file_button {
  position: relative;
  margin-bottom: 20px
}

.popupForm .confidencial {
  padding: 3px 0 0 10px
}

.materials_pag .lable-block .discont {
  right: 10px;
  top: 10px
}

.materials_list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.materials_list-row__item {
  width: calc(25% - 30px);
  margin-bottom: 30px
}

.box_img-no-wind .box_img {
  background: 0 0 !important
}

.box_img-no-wind .img {
  padding: 0 !important
}

.lable-block .discont {
  right: 10px !important;
  top: 10px !important
}

.fullArticle h3 {
  margin: 1em 0
}

ul.sitemap_html a {
  color: #000;
  margin-bottom: 10px;
  display: block
}

ul.sitemap_html>li>a {
  font-weight: 500
}

@media (max-width:1024px) {
  .materials_list-row__item {
    width: calc(25% - 10px)
  }
}

@media (max-width:1020px) {
  .materials_list-row .single-item5__item {
    margin: 0 5px 15px 5px !important
  }
}

@media (max-width:900px) {
  .materials_list-row__item {
    width: calc(50% - 10px)
  }
}

@media (max-width:767px) {
  .item .name {
    min-height: unset
  }

  .item .desc {
    min-height: unset
  }
}

@media (max-width:490px) {
  .materials_list-row__item {
    width: 45%
  }

  .materials_slider__img {
    height: 172px
  }
  .img_small_list {
    height: 88.75px;
    width: 88.75px;
    bottom: -12px;
  }
}

.twoRow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between
}

.rowBit {
  width: calc(50% - 10px);
  cursor: pointer
}

.mf-text {
  display: none
}

.mf-captcha {
  display: flex;
  flex-flow: row nowrap
}

.mf-captcha input[type=text] {
  margin-right: 30px
}
.mf-captcha img{
  height:56px;
}

.w-1140px {
  max-width: 1140px;
  margin: 0 auto;
  clear: both;
  margin-top: 30px
}

@media (max-width:800px) {
  .mf-captcha {
    max-width: 370px;
    margin: 23px auto 25px;
	flex-direction:column-reverse;
	align-items:center;
  }
  .mf-captcha input[type=text] {
    margin:23px auto 25px
  }
  .mf-captcha img{
    margin-bottom:25px;
  }

  .blueCBox {
    width: 50%
  }

  input[name=captcha_word] {
    margin-top: 0 !important
  }
}
@media (max-width:800px) {
	.mf-captcha img{
        height:48px;
        width: 100%;
        max-width: 270px;
	}
}

.result-msg {
  text-align: center;
  font-family: TT Norms;
  font-size: 18px;
  line-height: 151.5%;
  text-align: center;
  color: #797979;
  padding-bottom: 40px
}

.result-msg h3 {
  font-family: TT Norms;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 141%;
  text-align: center;
  letter-spacing: .005em;
  color: #000;
  opacity: 1 !important
}

.result-msg h3 b {
  color: #337ab7
}

.result-msg .success {
  padding-top: 150px;
  background-image: url("/local/templates/amigo_new/images/galka.png");
  background-position: center 15px;
  background-repeat: no-repeat
}

.load {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  right: 0;
  text-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .6)
}

.load img {
  width: 100px;
  align-items: center;
  margin: auto
}

.info_img {
  display: flex;
  overflow-x: auto
}

.info_img img {
  margin-right: 10px
}

.materials_slider .single-item5__item {
  text-decoration: none;
  display: block;
  padding-bottom: 16px
}

.materials_slider__img {
  display: block;
  padding-bottom: 65%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 25px
}

.single-item5__desc {
  text-align: center;
  margin: 0 20px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #2b2a28
}

.single-item5__info {
  text-align: center;
  margin: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin-top: 14px;
  color: #2b2a28
}

.sales .articleBtn {
  margin-left: 30px;
  width: calc(100% - 30px)
}

.materials_slidermoreView {
  display: none;
  margin-top: 45px
}

.materials_slidermoreView {
  margin-left: 30px;
  width: calc(100% - 30px)
}

.materials_view {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
  background: #fff
}

.materials_view .images {
  width: 360px
}

.materials-for .img {
  display: block;
  padding-bottom: calc(130% - 2px);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.materials-nav {
  margin: 7px 0 0 -7px
}

.materials-nav .img {
  margin-left: 7px;
  padding-bottom: calc(22% - 13px);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 68px;
  cursor: pointer
}

.materials-nav .slick-next, .materials-nav .slick-prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  display: block;
  overflow: visible;
  width: 12px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  transition: .2s linear;
  text-indent: -9999px;
  border: none !important;
  background: 0 0
}

.materials-nav .slick-prev {
  left: 7px
}

.materials-nav .slick-next {
  right: 0
}

.materials-nav .slick-arrow.slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -4px;
  content: '';
  transition: .2s linear;
  transform: rotate(45deg);
  border-bottom: 2px solid rgba(0, 0, 0, .6);
  border-left: 2px solid rgba(0, 0, 0, .6)
}

.materials-nav .slick-arrow.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -8px;
  content: '';
  transition: .2s linear;
  transform: rotate(45deg);
  border-top: 2px solid rgba(0, 0, 0, .6);
  border-right: 2px solid rgba(0, 0, 0, .6)
}

.materials-nav .slick-arrow.slick-next:before, .materials-nav .slick-arrow.slick-prev:before {
  border-color: #000
}

.materials_all {
  margin-top: 30px;
  background: #1f6885;
  line-height: 56px;
  text-decoration: none;
  color: #fff;
  transition: .2s linear;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-align: center;
  display: block
}

.materials_all:hover {
  background: #155b76
}

.block_input .size_height, .block_input .size_width {
  position: relative
}

.block_input .size_width:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  width: 17px;
  height: 14px;
  margin-top: -7px;
  background: url(/local/templates/amigo_new/assets/images/ic_size.svg) 50% no-repeat;
  pointer-events: none
}

.block_input .size_height:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 13px;
  height: 18px;
  margin-top: -9px;
  background: url(/local/templates/amigo_new/assets/images/ic_size2.svg) 50% no-repeat;
  pointer-events: none
}

.block_input .size_height select, .block_input .size_width select {
  padding-left: 40px
}

.where_order a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: .6px;
  color: #1f6885;
  transition: .2s linear
}

.where_order a:hover {
  border-bottom-color: transparent
}

.desc_price {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .3px;
  color: #1f6885;
  margin-top: 10px
}

.about_material .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap
}

.about_material {
  width: calc(100% - 390px);
  padding: 20px 30px 20px 0
}

.about_material .info_img img {
  display: block;
  max-width: 100%
}

.about_material .table_info {
  margin-top: 16px
}

.about_material .table_info table {
  width: 100%;
  border-collapse: collapse;
  text-align: center
}

.about_material .table_info table tr td {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  vertical-align: top;
  border: none;
  padding: 0 10px;
  text-align: left
}

.about_material .table_info table tr td:first-child {
  padding-left: 0
}

.about_material .table_info table tr td:last-child {
  text-align: right;
  padding-right: 0
}

.about_material .table_info table tr td .icon {
  height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.about_material .table_info table tr td .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.about_material .link {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: #1f6885;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  height: 58px;
  margin-top: 24px;
  transition: background-color .5s;
  letter-spacing: .6px
}

.about_material .link:hover {
  background-color: #155b76
}

.section_catalog {
  background: #f7f8fa;
  padding: 30px 0
}

.cont_all {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px
}

.sorting-all {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap
}

.sorting-all__numbers {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px
}

.sorting-all__name {
  font-size: 15px;
  color: #1f6885;
  line-height: normal;
  margin-right: 15px
}

.sorting-all__number {
  font-size: 15px;
  color: #2b2a28;
  line-height: normal
}

.sort {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  margin-top: 30px
}

.sort .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  flex-shrink: 0;
  margin-right: 14px
}

.select_rort {
  position: relative
}

.select_rort select {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0
}

.select_rort .nice-select {
  position: relative;
  display: block
}

.select_rort .nice-select.open {
  z-index: 14
}

.select_rort .nice-select .current {
  color: #1f6885;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 13;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: .2s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px
}

.select_rort .nice-select .current:after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  content: '';
  transform: rotate(-45deg);
  border-bottom: 2px solid #1f6885;
  border-left: 2px solid #1f6885
}

.select_rort .nice-select .current span {
  display: block;
  border-bottom: 2px dashed #1f6885;
  padding: 2px 0
}

.select_rort .nice-select .list {
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  min-width: 100%;
  transition: .2s linear;
  pointer-events: none;
  opacity: 0;
  border: none;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.select_rort .nice-select.open .list {
  visibility: visible;
  pointer-events: all;
  opacity: 1
}

.select_rort .nice-select .list .scrollbar {
  overflow-y: auto;
  max-height: 320px
}

.select_rort .nice-select .list .list_item {
  color: #1f6885;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: flex;
  min-height: 34px;
  padding: 5px 15px;
  cursor: pointer;
  transition: .2s linear;
  white-space: nowrap;
  letter-spacing: -.3px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap
}

.select_rort .nice-select .list .list_item:empty {
  display: none
}

.select_rort .nice-select .list .list_item.selected, .select_rort .nice-select .list .list_item:hover {
  background: #f1f1f1;
  color: #1f6885
}

.select_rort .nice-select .list .list_item:last-child {
  margin-bottom: 0
}

.select_info {
  position: relative;
  margin: 10px 0
}

.select_info select {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0
}

.select_info .nice-select {
  position: relative;
  display: block
}

.select_info .nice-select.open {
  z-index: 14
}

.select_info .nice-select .current {
  color: #000;
  font-size: 16px;
  line-height: 48px;
  height: 50px;
  position: relative;
  z-index: 13;
  width: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: .2s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px 0 10px;
  border: 1px solid #000
}

.select_info .nice-select .current:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  content: '';
  transform: rotate(-45deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000
}

.select_info.size_width .nice-select .current {
  padding-left: 40px
}

.select_info.size_width .nice-select .current:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  width: 17px;
  height: 14px;
  margin-top: -7px;
  pointer-events: none
}

.select_info.size_height .nice-select .current {
  padding-left: 40px
}

.select_info.size_height .nice-select .current:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 13px;
  height: 18px;
  margin-top: -9px;
  pointer-events: none
}

.select_info .nice-select .list {
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  min-width: 100%;
  transition: .2s linear;
  pointer-events: none;
  opacity: 0;
  border: none;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.select_info .nice-select.open .list {
  visibility: visible;
  pointer-events: all;
  opacity: 1
}

.select_info .nice-select .list .scrollbar {
  overflow-y: auto;
  max-height: 320px
}

.select_info .nice-select .list .list_item {
  color: #000;
  font-size: 16px;
  position: relative;
  display: flex;
  min-height: 34px;
  padding: 5px 15px;
  cursor: pointer;
  transition: .2s linear;
  white-space: nowrap;
  letter-spacing: -.3px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap
}

.select_info .nice-select .list .list_item:empty {
  display: none
}

.select_info .nice-select .list .list_item.selected, .select_info .nice-select .list .list_item:hover {
  background: #f1f1f1;
  color: #463d39
}

.select_info .nice-select .list .list_item:last-child {
  margin-bottom: 0
}

.sorting-all__pagination {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .2)
}

.sorting-all__pagination>:first-child {
  margin-left: 0 !important
}

.sorting-all__pagination>* {
  margin-left: 10px
}

.sorting-all__pagination a {
  color: rgba(0, 0, 0, .2);
  text-decoration: none;
  transition: .2s linear;
  display: block;
  width: 22px;
  text-align: center
}

.sorting-all__pagination a.active, .sorting-all__pagination a:hover {
  color: #000
}

.sorting-all__pagination .prev {
  margin-right: 16px;
  margin-left: 0;
  transform: rotate(180deg)
}

.sorting-all__pagination .next, .sorting-all__pagination .prev {
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

.sorting-all__pagination .next {
  margin-left: 16px
}

.sorting-all__pagination .next svg path, .sorting-all__pagination .prev svg path {
  stroke: #000;
  transition: .2s linear
}

.sorting-all__pagination .next:hover svg path, .sorting-all__pagination .prev:hover svg path {
  stroke: #1f6885
}

.more_all {
  margin-top: 46px;
  text-align: center
}

.more_all a {
  display: inline-block;
  vertical-align: top;
  background-color: #1f6885;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  transition: background-color .5s;
  letter-spacing: .6px;
  min-width: 262px;
  padding: 0 30px
}

.more_all a:hover {
  background-color: #155b76
}

.catalog_all {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: -25px 0 0 -40px
}

.catalog_all .materials_slidermoreView {
  width: calc(100% - 40px);
  margin-left: 40px
}

.catalog_all__item {
  width: calc(25% - 40px);
  text-decoration: none;
  display: block;
  margin: 50px 0 0 40px
}

.catalog_all__item .bg {
  background: #fff;
  display: block;
  padding-top: 25px
}

.catalog_all__img {
  display: block;
  position: relative;
  padding-right: 13%
}

.catalog_all__img .box_img {
  position: relative;
  padding-bottom: 131.23%;
  background: url(/local/templates/amigo_new/assets/images/bg_product.jpg) 50%/cover no-repeat
}

.catalog_all__img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 9% 6% 32%
}

.catalog_all__img .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.lable-block .discont {
  position: absolute;
  right: 20%;
  top: 24px;
  z-index: 2;
  pointer-events: none
}

.thumb_small {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: calc(50% + 5px);
  padding: 4px;
  background: #fff
}

.thumb_small .img_small {
  padding-bottom: 100%;
  position: relative
}

.thumb_small .img_small img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.catalog_all__desc {
  text-align: center;
  margin: 0 10px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: .6px
}

.catalog_all__info {
  text-align: center;
  margin: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  margin-top: 14px;
  color: #000;
  color: #000
}

.catalog_all__price {
  display: block;
  text-align: center;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 500
}

.calculate_btn {
  display: block;
  width: 100%
}

.catalog_all__item .box_price {
  overflow: hidden;
  display: block
}

.catalog_all__item .calculate_btn {
  display: block;
  background: #eaecef;
  font-weight: 700;
  font-size: 13px;
  line-height: 45px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #1f6885;
  text-align: center;
  margin-top: 20px
}

.sub-title {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #2b2a28;
  padding: 4px 0 0 54px
}

.filter-all {
  margin-top: 28px
}

.filter-all__open {
  display: inline-block;
  vertical-align: top;
  background-color: #1f6885;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 58px;
  height: 58px;
  transition: background-color .5s;
  letter-spacing: .6px;
  min-width: 262px;
  padding: 0 30px
}

.filter-all__open.active, .filter-all__open:hover {
  background-color: #155b76
}

.filter-all__box {
  background: #fff;
  padding: 15px 15px 34px;
  display: none
}

.form_all .box_btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap
}

.form_all .submit {
  margin-top: 30px
}

.form_all .submit_btn {
  display: inline-block;
  vertical-align: top;
  background: #1f6885;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  height: 40px;
  transition: background .5s;
  letter-spacing: .6px;
  min-width: 262px;
  padding: 0 30px;
  cursor: pointer;
  border: none
}

.form_all .submit_btn:hover {
  background: #155b76
}

.form_all .reset {
  margin-top: 30px
}

.form_all .box_btn .reset {
  margin-left: 30px
}

.form_all .reset_btn {
  display: inline-block;
  vertical-align: top;
  background: 0 0;
  text-align: center;
  color: #1d1d1b;
  text-transform: uppercase;
  font-size: 15px;
  height: 40px;
  transition: .5s;
  letter-spacing: .6px;
  min-width: 262px;
  padding: 10px 30px;
  cursor: pointer;
  border: 1px solid #c5c5c5
}

.form_all .reset_btn:hover {
  background: #c5c5c5;
  color: #fff
}

.form_all .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px
}

.form_all__search {
  width: 185px;
  margin-left: 15px
}

.form_all__search input {
  width: 100%;
  height: 25px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  font: 13px 'Rubik', sans-serif;
  color: #1d1d1b;
  padding: 0 5px
}

.box_letter {
  margin: -8px 0 0 -15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap
}

.form_all .top .box_letter {
  margin-left: 0;
  width: calc(100% - 200px)
}

.box_letter .check_letter {
  margin: 8px 0 0 15px
}

.check_letter {
  margin-top: 8px
}

.check_letter input[type=checkbox] {
  display: none
}

.check_letter .label_check {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer
}

.check_letter .label_check .check_text {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #828282;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  transition: .2s linear
}

.check_letter .label_check input[type=checkbox]:checked+.check_text {
  background: #828282;
  color: #fff
}

.form_all__title {
  font-size: 13px;
  line-height: normal;
  color: #1d1d1b;
  font-weight: 700
}

.sector_colors {
  margin: 14px 0 0 15px;
  max-width: 143px
}

.box_colors {
  margin: 2px 0 0 -5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap
}

.box_colors .check_color {
  margin: 6px 0 0 5px
}

.check_color {
  margin-top: 5px
}

.check_color input[type=checkbox] {
  display: none
}

.check_color .label_check {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.check_color .label_check .check_text {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative
}

.check_color .label_check .check_text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #155b76;
  opacity: 0;
  transition: .2s linear;
  box-sizing: border-box
}

.check_color .label_check input[type=checkbox]:checked+.check_text:before {
  opacity: 1
}

.form_all__box {
  margin: 14px 0 0 35px
}

.form_all__cols {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 2px 0 0 -15px
}

.form_all__cols .checkbox {
  margin-left: 15px;
  margin-bottom: 0
}

.form_all__cols_small {
  width: 252px
}

.form_all__cols_middle {
  width: 286px
}

.form_all__cols_big {
  width: 487px
}

.form_all__cols_big .form_all__col {
  width: 241px
}

.form_all__cols_small .form_all__col {
  width: 155px
}

.form_all__cols_small .form_all__col_small {
  width: 50%;
  overflow: hidden
}

.form_all__cols_middle .form_all__col {
  width: 159px
}

.form_all__cols_middle .form_all__col_small {
  width: 127px
}

.form_all__title+.checkbox {
  margin-top: 8px
}

.checkbox {
  margin-top: 6px
}

.checkbox input[type=checkbox] {
  display: none
}

.checkbox .label_check {
  display: table-cell;
  height: 16px;
  vertical-align: top;
  cursor: pointer;
  padding-left: 0
}

.checkbox .label_check input[type=checkbox]+.check_text {
  color: #1d1d1b;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  display: block;
  padding-left: 25px;
  text-align: left
}

.checkbox .label_check input[type=checkbox]+.check_text:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  transition: .2s linear;
  border: 1px solid #d1d2d3;
  background: #f8f8fa;
  box-sizing: border-box
}

.checkbox .label_check input[type=checkbox]+.check_text:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  transition: .2s linear;
  opacity: 0;
  background: url(/local/templates/amigo_new/assets/images/ic_check.png) 50% no-repeat;
  box-sizing: border-box
}

.checkbox .label_check input[type=checkbox]:checked+.check_text:after {
  opacity: 1
}

.form_all__bot {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #c6c6c6
}

.form_all__bot_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-left: -25px
}

.form_all__bot_flex .form_all__box {
  margin-left: 25px
}

.form_all_boxRange {
  margin: 14px 0 0 auto
}

.form_all_range {
  width: 130px
}

.footer {
  padding-top: 10px
}

.slider__img img {
  height: 100% !important;
  object-fit: cover
}

.fullArticle__paragraf {
  padding-bottom: 30px
}

.fullArticle__paragraf h2 {
  margin-top: 20px;
  margin-bottom: 10px
}

.fullArticle__paragraf ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px
}

@media (max-width:1169px) {
  .catalog_all {
    margin-left: -20px
  }

  .catalog_all .materials_slidermoreView {
    width: calc(100% - 20px);
    margin-left: 20px
  }

  .catalog_all__item {
    width: calc(25% - 20px);
    margin-left: 20px
  }

  .single-item5__price {
    font-size: 16px
  }

  .lable-block .discont {
    top: 20px
  }

  .form_all__bot_flex {
    justify-content: flex-start
  }
}

@media (max-width:1020px) {
  .materials_slidermoreView {
    margin-top: 25px
  }

  .materials_section {
    padding-bottom: 30px
  }

  .materials_pag {
    padding-bottom: 100px;
    position: relative
  }

  .materials_pag .slide-count-wrap8 {
    bottom: 21px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    left: 0;
    text-align: center
  }

  .materials_slidermoreView {
    width: 100%;
    margin-left: 0
  }

  .materials_view .images {
    width: calc(50% - 10px)
  }

  .about_material {
    width: calc(50% - 10px)
  }

  .materials_pag .single-item5 .prev {
    bottom: -79px;
    left: 5px
  }

  .materials_pag .single-item5 .next {
    bottom: -79px;
    left: auto;
    right: 5px
  }

  .sales .articleBtn {
    width: 100%;
    margin-left: 0
  }

  .single-item5__item {
    margin: 0 5px !important
  }

  .catalog_all__item {
    width: calc(25% - 20px);
    margin-left: 20px
  }

  .sub-title {
    padding-left: 0
  }

  .sub-title br {
    display: none
  }

  .form_all_boxRange {
    width: calc(100% - 15px);
    margin-left: 15px
  }

  .form_all_range {
    width: 200px
  }
}

@media (max-width:767px) {
  .materials_view .images {
    width: 100%;
    max-width: 360px;
    margin: 0 auto
  }

  .abs-main-top .sliderContent {
    z-index: 99999
  }

  .about_material {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 20px
  }

  .headerMobilCatalog {
    z-index: 99999
  }

  .catalog_all {
    margin: 0 0 0 -10px
  }

  .catalog_all .materials_slidermoreView {
    margin: 25px 0 0 10px
  }

  .catalog_all__item {
    width: calc(33.333% - 10px);
    margin: 25px 0 0 10px
  }

  .catalog_all__desc {
    margin-left: 5px;
    padding-right: 5px;
    font-size: 14px
  }

  .catalog_all__info {
    margin-left: 5px;
    padding-right: 5px;
    font-size: 12px
  }

  .catalog_all__price {
    font-size: 14px
  }

  .lable-block .discont {
    top: 14px
  }

  .lable-block .discont img {
    max-height: 40px
  }

  .single-item5__price {
    font-size: 14px
  }

  .section_catalog {
    padding: 50px 0
  }

  .sub-title {
    font-size: 14px;
    line-height: normal;
    margin-top: 14px;
    padding-top: 0
  }

  .form_all__box_big {
    width: calc(100% - 25px)
  }

  .form_all__box_big .form_all__cols_small {
    width: calc(100% + 15px)
  }

  .form_all__box_big .form_all__cols_small .form_all__col {
    width: 60%
  }

  .form_all__box_big .form_all__cols_small .form_all__col_small {
    width: 40%
  }

  .form_all__box_big .form_all__cols_middle {
    width: calc(100% + 15px)
  }

  .form_all__box_big .form_all__cols_middle .form_all__col {
    width: 60%
  }

  .form_all__box_big .form_all__cols_middle .form_all__col_small {
    width: 40%
  }

  .form_all .reset_btn {
    min-width: 180px
  }

  .form_all .submit_btn {
    min-width: 180px
  }

  .form_all .top {
    margin-left: 0
  }

  .sector_colors {
    width: 100%;
    max-width: none;
    margin-left: 0
  }

  .form_all .top .form_all__box {
    margin-left: 0;
    width: 100%
  }

  .form_all_boxRange {
    width: 100%;
    margin-left: 0
  }

  .form_all__cols_big {
    width: calc(100% + 15px)
  }

  .form_all__cols_big .form_all__col {
    width: 50%
  }

  .form_all__search {
    margin-left: 0;
    width: 100%
  }

  .form_all .top .box_letter {
    margin: 10px 0 0 -15px;
    width: calc(100% + 15px)
  }
}

@media (max-width:479px) {
  .single-item5__item {
    margin: auto !important
  }

  .catalog_all__item {
    width: 46px;
    width: calc(50% - 10px)
  }

  .sorting-all__numbers {
    width: 100%
  }

  .sorting-all__pagination {
    width: 100%;
    margin-top: 15px;
    justify-content: center
  }

  .filter-all__open {
    width: 100%
  }

  .form_all__cols_big .form_all__col {
    width: 100%
  }

  .form_all_range {
    width: 100%
  }

  .form_all__box_big .form_all__cols_middle .form_all__col {
    width: 100%
  }

  .form_all__box_big .form_all__cols_middle .form_all__col_small {
    width: 100%
  }

  .checkbox .label_check input[type=checkbox]+.check_text br {
    display: none
  }

  .form_all .box_btn .reset {
    width: 100%;
    margin-left: 0
  }

  .form_all .box_btn .submit {
    margin-top: 15px;
    width: 100%;
    order: 2
  }

  .form_all .submit_btn {
    width: 100%
  }

  .form_all .reset_btn {
    width: 100%
  }
}

@media (max-width:400px) {
  .about_material .table_info table tr td {
    display: block;
    width: 100%
  }

  .about_material .table_info table tr td:first-child {
    padding-right: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px
  }

  .about_material .table_info table tr td:last-child {
    text-align: left;
    padding-left: 0
  }

  .about_material .table_info table tr td:last-child {
    text-align: left
  }
}

section.sales.materials_section a {
  color: #fff
}

a.filter-all__open {
  color: #fff
}

.action .paragraf {
  max-width: 100%
}

section.search.action {
  padding: 0
}

.single-item5__price.old {
  width: 50%;
  text-decoration: line-through;
  float: left
}

span.single-item5__price.blue {
  width: 50%;
  color: #1f6885;
  float: left
}

.lable-block {
  position: relative
}

.single-item500 {
  display: flex;
  flex-wrap: wrap
}

.single-item500>* {
  margin-top: 10px;
  width: 22%
}

.projectsContent .prev {
  position: absolute;
  top: -70px;
  left: 0;
  cursor: pointer
}

@media (max-width:1340px) {
  .sales__in {
    max-width: 1133px
  }
}

@media(max-width:720px) {
  .single-item500>* {
    margin-top: 10px;
    width: 100%
  }
}

@media (min-width:980px) {
  .slide-count-wrap {
    left: 295px
  }

  .sliderLeft {
    left: 50px
  }

  section.sales .single-item5.slick-initialized.slick-slider>img.prev {
    position: absolute;
    z-index: 99;
    top: 45%
  }

  section.sales .single-item5.slick-initialized.slick-slider>img.next {
    position: absolute;
    z-index: 99;
    top: 45%;
    right: 0
  }
}

@media (max-width:600px) {
  .slider__img img.mobil {
    max-width: auto;
    width: auto;
    height: 100%;
    min-height: 100%
  }

  .detail-old-price {
    top: 77px;
    left: 117px;
    position: absolute
  }
}

@media (max-width:450px) {
  .slider__img img.mobil {
    max-width: none;
    width: auto;
    height: 100%;
    min-height: 100%
  }
}

.galary-foto {
  display: flex;
  flex-wrap: wrap
}

.galary-foto>a {
  width: 24%;
  margin: .5%
}

.slider-nav .slick-current.slick-active img {
  border: solid 1px #516d85
}

.mainArticles .fullArticle .slider-nav .slick-next {
  right: -8px
}

.mainArticles .fullArticle .slider-nav .slick-prev {
  left: -8px
}

.slider__img img {
  height: auto
}

.arrow-box {
  display: flex;
  position: absolute;
  bottom: -75px;
  left: 50px;
  width: 110px;
  justify-content: space-between
}

.arrow-box img {
  position: relative;
  width: 48px;
  height: 48px
}

.abs-main-top .sliderContent {
  min-height: 410px;
  left: 50px
}

.fullArticle ul li:before {
  content: "";
  background-color: #1f6885;
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  border-radius: 50px;
  margin: 6px 8px 0 0
}

.about_material .info_img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 40px
}

.single-item3__content p.title {
  text-transform: uppercase
}

.headerForm input[type=text] {
  font-size: 16px
}

@media(max-width:767px) {
  .abs-main-top .sliderContent {
    left: 0
  }

  .arrow-box {
    bottom: 70px;
    left: 55px;
    right: 55px;
    width: auto
  }

  .abs-main-top .orderBtn {
    width: 100%
  }

  .mobilNext {
    padding: 17px 20px 0 19px;
    font-size: 14px
  }

  .projects__in {
    padding-left: 10px
  }

  .banner__bay {
    max-width: 100%
  }

  .footerTop {
    display: none
  }
}

@media (max-width:980px) and (min-width:768px) {
  .arrow-box {
    bottom: -25px
  }

  .abs-main-top .sliderContent {
    height: 300px;
    min-height: 300px;
    left: 50px
  }

  .slider__img>img {
    height: 100%;
    width: auto
  }

  .slider__img>img {
    height: 100%;
    width: 100%;
    object-fit: cover
  }

  .projects__in {
    max-width: 710px
  }

  .projectsContent .prev {
    position: absolute;
    top: -70px;
    left: 0;
    cursor: pointer
  }

  .our .prev {
    position: absolute;
    top: -72px;
    left: 7px;
    cursor: pointer
  }

  .confidencial {
    float: none;
    text-align: center;
    padding: 12px 10px;
    margin: 0 10px;
    width: 100%
  }
}

@media (min-width:1200px) {
  .rulon .paragraf {
    max-width: 1140px;
    margin: 0 auto
  }
}

@media (max-width:767px) {
  .popup-from-menu {
    max-width: 100% !important
  }
}

@media (min-width:980px) {
  .windows {
    display: none
  }

  .windows.active {
    display: block
  }
}

.bay {
  padding: 0 0
}

.mainArticles .slider-nav .slick-next, .mainArticles .slider-nav .slick-prev {
  top: 57%
}

.mainArticles .slider-nav .slick-next {
  right: 0
}

.new_fix_menu {
  z-index: 9999;
  background-color: #fff
}

.header {
  z-index: 99;
  position: relative
}

.sticky-wrapper.is-sticky {
  z-index: 9999999;
  position: relative
}

.popupForm select {
  border: 1px solid #eaecef;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: 56px;
  padding-left: 20px;
  color: #2b2a28;
  font: 16px 'Rubik', sans-serif
}

section.helper .helper-container {
  max-width: 1440px;
  margin: auto;
  width: 100%
}

section.helper {
  background: #eaecef
}

section.helper .helperBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

section.helper .helperLeft {
  width: 42.64%
}

section.helper .helperImage {
  height: 100%
}

section.helper .helperImage img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover
}

section.helper .helperRight {
  width: 57.36%;
  padding: 40px 20px 30px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

section.helper .helperRight .box {
  max-width: 608px;
  width: 100%
}

section.helper .helperLinks {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  margin-top: 27px
}

section.helper .helperLinks a {
  width: calc(50% - 9px);
  height: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 40px 0 48px;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 16px;
  position: relative;
  background: url(/local/templates/amigo_new/assets/images/bg_link.jpg) 50%/cover no-repeat
}

section.helper .helperLinks a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f6885;
  opacity: .98;
  transition: .2s linear
}

section.helper .helperLinks a:hover:before {
  opacity: 1;
  background-color: #155b76
}

section.helper .helperLinks a .icon {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  left: 21px;
  width: 12px;
  height: 16px;
  margin-top: -8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

section.helper .helperLinks a .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

section.helper .helperLinks a span {
  position: relative
}

section.helper .helperLinks a:after {
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/local/templates/amigo_new/assets/images/arrow3.svg) 50% no-repeat
}

section.helper .helperText .title-h2 {
  font-size: 32px;
  padding-bottom: 26px;
  font-weight: 600;
  line-height: normal
}

section.helper .helperText .title-h2 br {
  display: none
}

section.helper .helperText .desc {
  font-size: 17px;
  line-height: 22px;
  color: rgba(0, 0, 0, .8)
}

section.helper .helperText .desc br {
  display: none
}

.helper .more_mob {
  display: none;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .5)
}

.helper .more_mob .btn {
  border: none;
  background: #1f6885;
  line-height: 68px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  display: block
}

@media (max-width:1200px) {
  section.helper .helperRight {
    padding-left: 30px
  }
}

@media (max-width:1024px) {
  section.helper .helper-container {
    position: relative
  }

  section.helper .helperLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  section.helper .helperLeft:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82.57deg, #fff -1.61%, rgba(255, 255, 255, 0) 45.99%), linear-gradient(0deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7))
  }

  section.helper .helperImage {
    width: 100%;
    height: 100%
  }

  section.helper .helperImage img {
    width: 100%;
    height: 100%
  }

  section.helper .helperRight {
    width: 94%;
    padding: 48px 0 70px;
    margin: 0 auto;
    max-width: none;
    position: relative
  }

  section.helper .helperRight .box {
    max-width: none
  }
}

@media (max-width:767px) {
  section.helper .helperText .title-h2 {
    font-size: 24px
  }
}

@media (max-width:479px) {
  section.helper .helperLinks a {
    height: 56px;
    width: 100%;
    padding-left: 35px
  }

  section.helper .helperLinks a .icon {
    display: none
  }

  section.helper .helperText .title-h2 br {
    display: block
  }

  section.helper .helperText .desc br {
    display: block
  }

  section.helper .helperLinks a:nth-child(n+4) {
    display: none
  }

  section.helper .helperLinks a.showA {
    display: flex
  }

  .helper .more_mob {
    display: block
  }

  .single-item5__price {
    font-size: 13px
  }

  .catalog_all__desc {
    font-size: 12px
  }

  .catalog_all__item .calculate_btn {
    font-size: 12px;
    line-height: 35px
  }

  .materials_all {
    margin-top: 20px;
    font-size: 12px
  }
}

body, html {
  scroll-behavior: smooth
}

.anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden
}

@media (max-width:1025px) {
  .anchor {
    top: -60px
  }
}

.single-item3__item .thumb img {
  height: 200px;
  width: 100%;
  object-fit: cover
}

.worksSlider .single-item3__item .thumb img {
  height: initial!important;
}

.innerArticlesBlock {
  padding-top: 20px
}

.articles-more-btn {
  display: block;
  height: 56px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #1f6885;
  font-size: 13px;
  font-weight: 600;
  padding-top: 19px;
  transition: all .5s;
  letter-spacing: .6px
}

.articles-more-btn:hover {
  background-color: #155b76;
  color: #fff;
  text-decoration: none
}

.materials_inner_articles .articleBtn {
  padding-top: 16px
}

.news_inner_slider:nth-child(1) {
  opacity: 1
}

.news_inner_slider:nth-child(2) {
  opacity: 1
}

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

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

.slick-list:focus {
  outline: 0
}

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

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

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

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

.slick-track:after {
  clear: both
}

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

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

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

.slick-slide img {
  display: block
}

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

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

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

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

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

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

.input_location_wrap {
  position: relative
}

.city_select_wrap {
  position: absolute;
  top: 45px;
  background: #fff;
  left: 0;
  right: 0;
  border: solid 1px #eaecef;
  max-height: 152px;
  border-top: none;
  display: none;
  overflow: auto
}

ul.city_select li {
  padding: 7px 20px;
  width: 100%;
  border-top: solid 1px #eee;
  color: #1f6885
}

ul.city_select li:hover {
  background-color: #eee;
  cursor: pointer
}

ul.city_select li.active {
  background-color: #eee;
  cursor: pointer
}

.instal {
  margin-top: 90px
}

.blueForm {
  display: block;
  background-color: #006889;
  color: #fff;
  padding: 70px 150px 0 150px;
  margin: 150px 0 0 0
}

.blueFormBox1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  clear: both
}

.blueCBox, .blueFormBox1 .blueFormBit {
  width: calc(1 / 3 * 100% - 10px)
}

.blueCBox {
  margin-right: 15px
}

.mf-captcha .blueCBox input[type=text] {
  margin-right: 0 !important;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px
}

.blueFormBit button, .blueFormBit input[type=text] {
  width: 100%;
  height: 50px;
  line-height: 50px
}

.blueFormBit input[type=text], .w-1140px input[type=text] {
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 20px
}

.blueFormBit button {
  background: #7bd0ff;
  text-align: center;
  cursor: pointer;
  font-family: TT Norms;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none
}

.titleBlueForm {
  font-family: TT Norms;
  font-weight: 600;
  font-size: 44px;
  color: #fff;
  clear: both;
  max-width: 1140px;
  margin: 0 auto 50px auto
}

.conBox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  max-width: 1140px;
  margin: 0 auto;
  clear: both
}

.conBox .confidencial {
  width: calc(1 / 3 * 100% - 10px);
  margin-bottom: 70px;
  padding: 10px 0 0 !important;
  color: #fff !important
}

.conBox .confidencial a {
  color: #7bd0ff
}

@media (max-width:1200px) {
  .blueForm {
    padding: 40px 10px 0 10px;
    margin: 60px 0 10px 0
  }
}

@media (max-width:800px) {
  .blueForm {
    padding: 40px 0 0 0
  }

  .blueFormBox1, .conBox {
    flex-flow: column wrap
  }

  .blueFormBox1 .blueFormBit {
    width: 100%;
    padding: 10px
  }

  .titleBlueForm {
    font-size: 30px;
    padding: 0 10px 30px 10px;
    margin: 0
  }

  .conBox .confidencial {
    width: 100%;
    margin-bottom: 50px;
    padding: 10px !important
  }

  .w-1140px {
    max-width: 100% !important;
    margin: auto 10px !important
  }
}

.k_kAll {
  clear: both;
  margin-bottom: 90px
}

.k_kAll .k_kH2 {
  font-family: TT Norms;
  font-weight: 600;
  font-size: 44px;
  line-height: 45px;
  color: #1f6885;
  padding: 40px 0
}

.k_kFlexInputs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between
}

.k_kItem {
  width: calc(50% - 10px)
}

.k_kItem input, .k_kItem textarea {
  width: 100%;
  background: #f7f8fa;
  border: none;
  font-family: TT Norms;
  font-size: 16px;
  line-height: 24px;
  color: #2b2a28
}

.k_kItem input {
  height: 60px;
  padding: 18px 20px;
  margin-bottom: 30px
}

.k_kItem textarea {
  height: 150px;
  padding: 18px 20px
}

.k_kButtonsBox {
  display: flex;
  flex-flow: row nowrap
}

.k_kButtonsBox button.submit {
  background: #1f6885;
  height: 56px;
  color: #fff;
  text-transform: uppercase;
  font-family: TT Norms;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 35px;
  cursor: pointer;
  margin-right: 20px;
  transition-duration: .4s;
  border: 1px solid #1f6885
}

.k_kButtonsBox button.submit:hover {
  background-color: #fff;
  color: #1f6885
}

.addFile {
  background: #fff;
  height: 56px;
  color: #1f6885 !important;
  text-transform: uppercase;
  font-family: TT Norms;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 35px;
  cursor: pointer;
  margin-right: 20px;
  transition-duration: .4s;
  border: 1px solid #1f6885
}

.addFile input[type=file]+label {
  color: #1f6885 !important
}

.confidencial {
  line-height: 14px
}

@media (max-width:600px) {
  .k_kFlexInputs {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between
  }

  .k_kItem {
    width: 100%
  }

  .k_kButtonsBox {
    display: flex;
    flex-flow: column wrap
  }

  .k_kButtonsBox button.submit {
    margin: 30px 0 30px 0 !important
  }

  .k_kButtonsBox .addFile {
    width: 100%;
    margin: 0 0 30px 0 !important;
    max-width: 100%;
    text-align: center
  }
}

.materials_slider__img {
  background-size: contain;
}
.catalog_all__img .img img {
  object-fit: contain;
}
@media (min-width:980px) {
  .catalog_all__img .img {
    height: 330px;
  }
}

.container .catalog-base__other-info-product::before {
  background: none;
}

/* wa-header-link */
.wa-header-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.wa-header-link a {
  padding: 0px 0 20px 35px!important;
}

.footerSocial .social-ya{
    max-width:20px
}