@charset "UTF-8";
@font-face {
  font-family: 'Arial', sans-serif;
  src: url("../fonts/ArialMT.eot");
  src: url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.page-catalog-body{
	width:100%;
}
.woocommerce-cart-form td{
	padding:1rem;
}
.product-thumbnail img{
	width:6.4rem;
	height:6.4rem;
	object-fit:contain;
}
.comment_container{
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
	box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
	border-radius: 5px;
	padding: 5px;
}
.comment_container .avatar{
	display:none;
}
.favorites a {
	color: #35bfee!important;
}
.mailpoet_paragraph.last{
	width: 22.6rem!important;
}
.parsley-errors-list.filled{
	padding-top:0.5rem!important;
}
.mailpoet_paragraph.last input{
	padding:0px!important;
}
.mailpoet_paragraph{
	position: relative;
	width: calc(100% - 24.2rem)!important;
}
#mailpoet_form_1 form.mailpoet_form {
	padding: 0px!important;
}

.wp-block-getwid-table table { 
    width: 100%; /* Ширина таблицы */
    border: 1px double #DDD8D8; /* Рамка вокруг таблицы */
    border-collapse: collapse; /* Отображать только одинарные линии */
	box-shadow: 0px 0px 3px rgba(117, 131, 142, 0.04), 0px 2.71486px 15px rgba(52, 60, 68, 0.2);
    border-radius: 5px;
	margin-bottom:4rem;
	margin-top:3rem;
   }
.wp-block-image img {
	max-width: 100%;
	width: 100%;
	object-fit: contain;
	height: auto;
}
.wp-block-getwid-table table td{
	 border: 1px solid #DDD8D8;
	padding:3rem 1.5rem;
}
#tab-title-reviews a{
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 2.9rem;
	color: #2A333C;
	margin-bottom: 2rem;
	padding:0px;
}
.page-cart li.review {
	margin-bottom: 2rem!important;
}
.woocommerce-Reviews-title{
	display:none;
}
.comment-text{
	border: 1px dashed #E0E0E0;
	padding: 3rem;
	height: 100%;
}
#review_form {
	max-width: 55rem;
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
	box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
	border-radius: 5px;
	padding: 5px;
}
#respond {
	border: 1px dashed #E0E0E0;
	padding: 3rem;
	height: 100%;
}
#reply-title {
	font-weight: bold;
	color: #2A333C;
	font-size: 3rem;
	line-height: 3.4rem;
	margin-bottom: 1.5rem;
	display: block;
}
#buyoneclick_form_order .table-wrap table th {
	color: #fff;
	background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%)!important;
	text-transform: uppercase;
}
.tinvwl_add_to_wishlist-text,
.tinvwl_remove_from_wishlist-text{
	color: #676063;
}
.comment-notes {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.comment-form-author label,
.comment-form-email label {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
	font-size: 1.8rem;
    line-height: 2.1rem;
    color: #2A333C;
}
.comment-form-author input,
.comment-form-email input,
#review_form p  textarea{
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 1.5rem;
	position: relative;
	width: 100%;
}
.comment-form-author input,
.comment-form-email input{
	height:5.4rem;
	margin-bottom:1rem;
}
#review_form p textarea{
	height:15rem;
	margin-bottom:1rem;
}
body {
  font-family: 'Arial', sans-serif;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 62.5%;
}

/* =10px */
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------*/
.berocket_single_filter_widget:first-child .bapf_sfilter{
	background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
    box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
	padding:1rem;
	border-radius: 5px;
}
.berocket_single_filter_widget:first-child  .bapf_radio_chck ul li input[type="checkbox"]:checked::after {
	opacity:0;
}
.bapf_slidr_all{
	border: 1px solid #DBDBDB;
	border-radius:5px;
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
	color: #000;
	font-size: 1,8куь;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #fff;
	border-radius: 4px;
}
.berocket_single_filter_widget:first-child  .bapf_sfilter .checked{
	color:#07B0E8;
}
.berocket_single_filter_widget:first-child  .bapf_sfilter .bapf_body {
	border: 1px dashed #E0E0E0;
	padding: 2.2rem 3.6rem;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
}
.irs--flat .irs-handle > i:first-child {
	display:none;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"]{
	opacity:0;
	position:absolute;
	width:0px;
	height:0px;
}
.flex-cart{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-cart form{
	width:calc(100% - 33rem);
}
.flex-cart .cart-collaterals{
	width:30rem;
	margin-left:3rem;
}

.actions .button {
	background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
	background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
	-webkit-box-shadow: 0px 0px 30px #4AC6EF;
	box-shadow: 0px 0px 30px #4AC6EF;
	border-radius: 0.5rem;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #FFFFFF;
	-webkit-transition: 0.5rem;
	transition: 0.5rem;
	border: 0px solid transparent;
	line-height: 3rem;
	padding-left:2rem;
	padding-right:2rem;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: transparent!important;
}
.shop_table.shop_table_responsive{
	width:100%;
}

.cart-collaterals table.shop_table_responsive tr td {
	border: 0px solid transparent;
}
.checkout.woocommerce-checkout{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.orderReview{
	text-align:left;
}
.orderReview .product-name{
	font-size:1.6rem;
	line-height:1.5;
}
.bapf_head{
	display:none;
}
.bapf_body ul{
	padding-left:0px;
}
.checkoutCol{
	width:calc(100% - 43rem);
}
.checkoutCol input{
	background: #FFFFFF;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 5.4rem;
    padding-left: 1.5rem;
    position: relative;
    height: 5.3rem;
    background: #fff;
    width: 100%;
}
.checkoutCol textarea{
	background: #FFFFFF;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1.2;
    padding-left: 1.5rem;
    position: relative;
    height: 15rem;
    background: #fff;
    width: 100%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	width:100%;
}
.orderReview{
	width:40rem;
	margin-left:3rem;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
	box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
	border-radius: 5px;
	padding: 0.8rem;
}
#place_order {
	background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
	background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
	-webkit-box-shadow: 0px 0px 30px #4AC6EF;
	box-shadow: 0px 0px 30px #4AC6EF;
	border-radius: 0.5rem;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #FFFFFF;
	-webkit-transition: 0.5rem;
	transition: 0.5rem;
	border: 0px solid transparent;
	height: 5.3rem;
	line-height: 5.3rem;
	text-align: center;
	width: 22.6rem;
	margin-top:3rem;
}
#payment{
	font-size:1.6rem;
}
#order_review{
	border: 1px dashed #E0E0E0;
	width: 100%;
	height: 100%;
	padding: 2rem;
}
.cart-collaterals .checkout-button{
	background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
	background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
	-webkit-box-shadow: 0px 0px 30px #4AC6EF;
	box-shadow: 0px 0px 30px #4AC6EF;
	border-radius: 0.5rem;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #FFFFFF;
	-webkit-transition: 0.5rem;
	transition: 0.5rem;
	border: 0px solid transparent;
	height: 5.3rem;
	line-height: 5.3rem;
	text-align: center;
	width: 100%;
	margin-top:3rem;
}
/*-------Миксины-----------*/
.header__top {
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #EBEBEB;
}

.header__top .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.header__top .header__top__right .menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.menumob {
  width: 100%;
}

.menumob > ul > li {
  padding-right: 1.8rem;
  margin-right: 1.8rem;
  border-right: 1px solid #EBEBEB;
  position: relative;
}

.menumob > ul > li:last-child {
  padding-right: 0rem;
  margin-right: 0rem;
  border-right: 0px solid transparent;
}

.menumob > ul > li:last-child ul {
  right: -1rem;
  left: auto !important;
}

.menumob > ul > li a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #828282;
  text-decoration: none;
  display: block;
}

.dropdown-toggle {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: -3rem;
}

.dropdown-toggle {
  padding-right: 1rem;
}

.dropdown-toggle:after {
  content: url(../images/arrow-menu.png);
  position: absolute;
  right: -0.5rem;
  line-height: 1;
  width: 5px;
  height: 9px;
  display: block;
  top: 0.4rem;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 16rem;
  overflow: auto;
  z-index: 1;
  left: -1.5rem;
  top: 3.4rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #828282;
}

.dropdown-menu.show {
  display: block;
  border-radius: 3px;
}

.dropdown-menu a {
  color: #828282;
  white-space: nowrap;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu li a {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #5E5A53;
  display: block;
}

.dropdown-menu li:hover a {
  background: #07B0E8;
  color: #fff;
  text-decoration: none;
}

.header__top__left a {
  color: #07B0E8;
  padding-left: 2.6rem;
  position: relative;
  text-decoration: underline;
}

.header__top__left a:before {
  content: url(../images/clock.svg);
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.header__body .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}

.header__body .header__logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__body .header__logo a {
  margin-top: -1.2rem;
}

.header__body .header__logo .header__logo__text {
  max-width: 28.7rem;
  font-size: 14px;
  line-height: 17px;
  min-height: 4.3rem;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid #EBEBEB;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__body .city {
  position: relative;
}

.header__body .city > a {
  color: #07B0E8;
  padding-right: 1.9rem;
  text-decoration: underline;
}

.header__body .city > a:after {
  content: "";
  width: 9px;
  height: 0px;
  border-radius: 1px;
  border-top: 0.6rem solid #07B0E8;
  border-bottom: 0px solid transparent;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  display: inline-block;
  right: 0rem;
}

.header__body .header_tel {
  padding-left: 5.4rem;
  position: relative;
}

.header__body .header_tel::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/headphones.png);
  background-size: contain;
  left: 0px;
  top: 0px;
  position: absolute;
}

.header__body .header_tel a {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #2A333C;
}

.header__body .header_tel a :hover {
  color: #07B0E8;
}

.header__body .header_basket {
  width: 5.5rem;
  height: 5.2rem;
  display: inline-block;
  padding-top: 0.7rem;
}

.header__body .header_basket a {
  background: url(../images/shopping-cart-big.png);
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  display: inline-block;
}

.header__body .header_basket a span {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #3A9F3F;
  -webkit-box-shadow: 0px 0px 8px #83E888;
          box-shadow: 0px 0px 8px #83E888;
  border-radius: 50%;
  right: -1rem;
  top: -1rem;
}

.header__body .switch__languages {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.header__body .switch__languages a {
  padding-right: 0.8rem;
  margin-right: 8px;
  color: #333333;
  position: relative;
  border-right: 2px solid #333333;
}

.header__body .switch__languages a:last-child {
  padding-right: 0rem;
  margin-right: 0px;
  border-right: 0px solid transparent;
}

.header__body .switch__languages .active {
  color: #07B0E8;
}

.header__bottom {
  background: #07B0E8;
}

.header__bottom .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header__bottom .header__bottom__nenu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.header__bottom .header__bottom__nenu .menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.header__bottom .header__bottom__nenu .menu .dropdown-menu a:hover {
  color: #fff;
}

.header__bottom .header__bottom__search {
  background: #fff;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__bottom .header__bottom__search #buttonSearch {
  border: none;
  background: transparent;
}

.header__bottom .header__bottom__search #buttonSearch {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 2.4rem;
  height: 2.3rem;
  padding: 0px;
  display: inline-block;
}

.header__bottom .header__bottom__search #buttonSearch:before {
  content: url(../images/search.svg);
  width: 2.4rem;
  height: 2.3rem;
}

.header__bottom .header__bottom__search #buttonSearch:hover {
  cursor: pointer;
}

.header__bottom .header__bottom__search {
  width: 6.7rem;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0px;
}

.header__bottom .header__bottom__search .search__wrapper {
  width: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}

.header__bottom .header__bottom__search input[type="search"] {
  width: 100%;
  border: 0px double transparent;
  border-radius: 4px;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #5E5A53;
  font-weight: 600;
}

.header__bottom .header__bottom__search.show {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0px;
}

.header__bottom .header__bottom__search.show .search__wrapper {
  width: calc(100% - 2.4rem);
}

.header__bottom .header__bottom__search.show input[type="search"] {
  width: 100%;
  border: 0px double transparent;
  border-radius: 4px;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #5E5A53;
  font-weight: 600;
}

.header__bottom .menumob > ul > li {
  padding-right: 3.5rem;
  margin-right: 3.5rem;
  border-right: 1px solid #EBEBEB;
}

.header__bottom .menumob > ul > li:last-child {
  padding-right: 0rem;
  margin-right: 0rem;
  border-right: 0px solid transparent;
}

.header__bottom .dropdown-menu {
  top: 4.4rem;
  min-width: 100%;
}

.header__bottom .dropdown-toggle {
  padding-right: 1.5rem;
}

.header__bottom .dropdown-toggle::after {
  content: url(../images/arrow-menu-wite.png);
}

.header__bottom .menumob > ul > li > a {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #fff;
  font-weight: 600;
}

.header__bottom .menumob .dropdown-menu a {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  color: #828282;
}

.sliderHome .slick-prev::before,
.sliderHome .slick-next::before {
  width: 4.3rem;
  height: 4.2rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  line-height: 4.2rem;
  opacity: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.sliderHome .container {
  padding-bottom: 10rem;
}

.sliderHome .slick-arrow {
  position: absolute;
  top: calc(50% - 7rem);
  background: transparent;
  border: 0px;
  font-size: 0px;
  z-index: 99;
}

.sliderHome .slick-prev::before {
  font-family: "IcoFont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  content: url(../images/slider-arrow.png);
}

.sliderHome .slick-next::before {
  font-family: "IcoFont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1;
  content: url(../images/slider-arrow.png);
  /* Для Firefox */
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(180deg);
}

.sliderHome .slick-prev {
  left: 16rem;
}

.sliderHome .slick-next {
  right: 16rem;
}

.sliderHome .slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  bottom: 10rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.sliderHome .slick-dots button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  background: #07B0E8;
  opacity: 0.3;
  border-radius: 50%;
  padding: 0px;
  border: 0px solid transparent;
  margin: 3px;
}

.sliderHome .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  opacity: 1;
}

.sliderHome .sliderHomeBlock {
  height: 56rem;
  position: relative;
}

.sliderHome .sliderHomeBlock .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.sliderHome .sliderHomeImg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.sliderHome .sliderHomeText {
  z-index: 2;
}

.sliderHome .sliderHomeText .title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 6rem;
  color: #2A333C;
}

.sliderHome .sliderHomeText .title-blue {
  font-weight: bold;
  font-size: 3rem;
  line-height: 6rem;
  color: #fff;
  display: inline-block;
  min-height: 6.4rem;
  background: #07B0E8;
  border-radius: 5px;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.sliderHome .sliderHomeText .p {
  width: 51rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4F4F4F;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.sliderHome .sliderHomeText .btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  min-width: 25rem;
  height: 6.5rem;
  line-height: 6.5rem;
}

.sliderHome .sliderHomeText .btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.sliderHome::after {
  content: '';
  background: url(../images/slider-bottom.png);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: -2rem;
  z-index: 0;
}

.home-catalog {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-catalog .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  margin-bottom: 3rem;
}

.home-catalog .title span {
  color: #07B0E8;
}

.home-catalog .home-catalog-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.home-catalog .home-catalog-body-cart {
  width: calc(50% - 1.5rem);
  min-height: 29.6rem;
  background: url(../images/catalog-cart-bg.jpg);
  background-size: cover;
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 3.5rem;
}

.home-catalog .home-catalog-body-cart .border {
  border: 1px dashed #E0E0E0;
  border-radius: 5px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.home-catalog .home-catalog-body-cart .border img {
  width: 20rem;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-catalog .home-catalog-body-cart .border .text {
  padding-left: 6.6rem;
  position: relative;
  width: calc(100% - 20rem);
}

.home-catalog .home-catalog-body-cart .border .text .number {
  position: absolute;
  font-weight: bold;
  font-size: 8rem;
  line-height: 9.2rem;
  color: #F2F2F2;
  top: -35%;
  left: 3rem;
  z-index: 0;
}

.home-catalog .home-catalog-body-cart .border .text .home-catalog-body-cart-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #2A333C;
  margin-bottom: 1.7rem;
  z-index: 1;
  position: relative;
  min-height: 6.2rem;
}

.home-catalog .home-catalog-body-cart .border .text a {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #07B0E8;
  z-index: 1;
  position: relative;
}

.submit-application {
  background: url(../images/submit-your-application-wrapper.png);
  -webkit-box-shadow: 0 0 8px 8px white inset;
          box-shadow: 0 0 8px 8px white inset;
  background-size: cover;
  background-position: top;
  padding-top: 18rem;
  padding-bottom: 9.5rem;
  position: relative;
}

.submit-application .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.submit-application::before {
  width: 48%;
  height: 65.3rem;
  content: '';
  background: url(../images/submit-your-application-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -5rem;
}

.submit-application .body-wrapper {
  max-width: 64rem;
  padding: 1.5rem;
  /*background: url(../images/submit-your-application-bg.png);*/
  background:rgba(255, 255, 255, 0.6);
  background-size: contain;
  border-radius: 4px;
}

.submit-application .body-wrapper .body {
  border-radius: 4px;
  padding: 6.5rem 3rem 5rem 4.5rem;
  border: 1px dashed #E0E0E0;
}

.submit-application .body-wrapper .body .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 2.8rem;
  line-height: 3.6rem;
}

.submit-application .body-wrapper .body .title span {
  color: #07B0E8;
}

.submit-application .body-wrapper .body p {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #828282;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 36.5rem;
}

.submit-application .body-wrapper .body form {
  width: 36.1rem;
}

.submit-application .body-wrapper .body form input {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 5.4rem;
  padding-left: 4rem;
  position: relative;
  margin-bottom: 1.1rem;
  width: 100%;
}

.submit-application .body-wrapper .body form .user {
  position: relative;
}

.submit-application .body-wrapper .body form .user::before {
  content: url(../images/user-ico.svg);
  position: absolute;
  z-index: 99;
  top: 1.8rem;
  left: 2rem;
}

.submit-application .body-wrapper .body form .tel {
  position: relative;
}

.submit-application .body-wrapper .body form .tel::before {
  content: url(../images/tel-ico.svg);
  position: absolute;
  z-index: 99;
  top: 1.8rem;
  left: 2rem;
}

.submit-application .body-wrapper .body form input[type="submit"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  width: 22.5rem;
  padding-left: 0px;
  border: 0px solid transparent;
}

.submit-application .body-wrapper .body form input[type="submit"]:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.popular-goods {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.popular-goods .w100 {
  text-align: center;
}

.popular-goods .see-now {
  font-size: 1.6rem;
  line-height: 1.8rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #828282;
}

.popular-goods .popular-goods-title {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  margin-bottom: 4rem;
}

.popular-goods .popular-goods-title span {
  color: #07B0E8;
}

.popular-goods .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.popular-goods .wrapper .popular-goods-cart {
  padding: 2.5rem 1.9rem;
  width: calc(33% - 3rem);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
          box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
  border-radius: 5px;
  margin-bottom: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.popular-goods .wrapper .popular-goods-cart img {
  width: 19rem;
  height: 19rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 4.5rem;
}

.popular-goods .wrapper .popular-goods-cart .price {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #07B0E8;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.popular-goods .wrapper .popular-goods-cart .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #2A333C;
}

.popular-goods .wrapper .popular-goods-cart .in-garbage {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  height: 5.5rem;
  display: inline-block;
  padding-left: 2.4rem;
  padding-right: 5.2rem;
  line-height: 5.5rem;
  position: relative;
}

.popular-goods .wrapper .popular-goods-cart .in-garbage:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.popular-goods .wrapper .popular-goods-cart .in-garbage::before {
  content: url(../images/shopping-cart.png);
  position: absolute;
  z-index: 99;
  top: 1.7rem;
  right: 2rem;
  line-height: 1;
}

.popular-goods .wrapper .popular-goods-cart .popular-goods-cart-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.popular-goods .wrapper .popular-goods-cart .more-details {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #07B0E8;
  line-height: 5.5rem;
  padding-right: 2rem;
}

.for-us-main-thing {
  background: url(../images/main-thing-for-us-wrapper.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 12rem;
  padding-top: 5rem;
}

.for-us-main-thing .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.for-us-main-thing .for-us-main-thing-body {
  width: calc(100% - 43.1rem);
  margin-right: -4.6rem;
  z-index: 9;
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem;
}

.for-us-main-thing .for-us-main-thing-body .border {
  border: 1px dashed #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 6.4rem 6.9rem 6rem;
}

.for-us-main-thing .for-us-main-thing-body .border .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 2.8rem;
  line-height: 3.6rem;
}

.for-us-main-thing .for-us-main-thing-body .border .title span {
  color: #07B0E8;
}

.for-us-main-thing .for-us-main-thing-body .border .p {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #828282;
}

.for-us-main-thing .for-us-main-thing-body .border .p p {
  margin-bottom: 2.5rem;
}

.for-us-main-thing .for-us-main-thing-body .for-us-main-thing-body-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.for-us-main-thing .for-us-main-thing-body .for-us-main-thing-body-footer .btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  width: 25.7rem;
  height: 6.5rem;
  line-height: 6.5rem;
}

.for-us-main-thing .for-us-main-thing-body .for-us-main-thing-body-footer .btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.for-us-main-thing .for-us-main-thing-body .for-us-main-thing-body-footer .number {
  font-weight: bold;
  font-size: 6rem;
  line-height: 7.4rem;
  background: linear-gradient(45deg, #1AD1EA 40%, #07B0E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  padding-right: 1.5rem;
}

.for-us-main-thing .for-us-main-thing-body .for-us-main-thing-body-footer .years-in-market {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.for-us-main-thing .for-us-main-thing-body .for-us-main-thing-body-footer .years-in-market .text {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.2rem;
  color: #828282;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.for-us-main-thing .img {
  width: 47.7rem;
  height: 55.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.latest-news {
  margin-bottom: 3.7rem;
}

.latest-news .latest-news-title {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 3rem;
  text-align: center;
}

.latest-news .latest-news-title span {
  color: #07B0E8;
}

.latest-news .w100 {
  width: 100%;
  text-align: right;
  padding-bottom: 2rem;
}

.latest-news .w100 a {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #07B0E8;
}

.latest-news .wrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.latest-news .wrapper .latest-news-cart {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(33% - 3rem);
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.latest-news .wrapper .latest-news-cart .body {
  background: rgba(7, 176, 232, 0.9);
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  border-radius: 0px 0px 5px 5px;
  padding: 3.6rem 2.3rem;
  position: absolute;
  bottom: 0px;
}

.latest-news .wrapper .latest-news-cart .body .title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}

.latest-news .wrapper .latest-news-cart .body .p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #F2F2F2;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.latest-news .wrapper .latest-news-cart .body .footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
}

.latest-news .wrapper .latest-news-cart .body .footer .view {
  border-right: 1px solid #FFFFFF;
  padding-right: 1.1rem;
  margin-right: 1.1rem;
  padding-left: 2.2rem;
  position: relative;
}

.latest-news .wrapper .latest-news-cart .body .footer .view::before {
  content: '';
  width: 1.7rem;
  height: 1.2rem;
  position: absolute;
  left: 0px;
  display: block;
  background: url(../images/eye.png);
  background-size: contain;
  top: 0.3rem;
}

.gallery-our-work {
  background: rgba(7, 176, 232, 0.1);
  padding-top: 4rem;
  padding-bottom: 14rem;
  position: relative;
}

.gallery-our-work::before {
  content: "";
  background: url(../images/galery-after.png);
  background-size: cover;
  background-position: top;
  height: 13.1rem;
  width: 100%;
  position: absolute;
  bottom: 0px;
  display: block;
}

.gallery-our-work .gallery-our-work-title {
  text-align: center;
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 6rem;
}

.gallery-our-work .gallery-our-work-title span {
  color: #07B0E8;
}

.gallery-our-work .gallery-our-work-slider .slick-slide {
  height: 30rem;
}

.gallery-our-work .gallery-our-work-slider .slick-slide img {
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}

.gallery-our-work .gallery-our-work-slider .slick-track {
  padding-top: 6.2rem;
  padding-bottom: 6.2rem;
}

.gallery-our-work .gallery-our-work-slider .slick-active {
  -webkit-transition: z-index 0s, -webkit-transform 2s;
  transition: z-index 0s, -webkit-transform 2s;
  transition: transform 2s, z-index 0s;
  transition: transform 2s, z-index 0s, -webkit-transform 2s;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-our-work .gallery-our-work-slider .slick-active.slick-center {
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
  z-index: 99;
  position: relative;
}

.gallery-our-work .gallery-our-work-slider .slick-active.slick-center img {
  max-height: 42.3rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
}

.gallery-our-work-slider .slick-prev::before,
.gallery-our-work-slider .slick-next::before {
  width: 4.3rem;
  height: 4.2rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  border-radius: 5px;
  line-height: 4.2rem;
  opacity: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.gallery-our-work-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2.2rem);
  background: transparent;
  border: 0px;
  font-size: 0px;
  z-index: 99;
}

.gallery-our-work-slider .slick-prev::before {
  font-family: "IcoFont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  content: url(../images/arrow-galery.png);
}

.gallery-our-work-slider .slick-next::before {
  font-family: "IcoFont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1;
  content: url(../images/arrow-galery.png);
  /* Для Firefox */
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(180deg);
}

.gallery-our-work-slider .slick-prev {
  left: 21rem;
}

.gallery-our-work-slider .slick-next {
  right: 21rem;
}

.gallery-our-work-slider .slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  bottom: -4rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.gallery-our-work-slider .slick-dots button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  background: #07B0E8;
  opacity: 0.3;
  border-radius: 50%;
  padding: 0px;
  border: 0px solid transparent;
  margin: 3px;
}

.gallery-our-work-slider .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  opacity: 1;
}

.faq .faq-title {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  margin-bottom: 6rem;
}

.faq .faq-title span {
  color: #07B0E8;
}

.faq .wrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.faq .faq-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  border-radius: 5px;
  padding: 0.8rem;
  width: calc(49.9% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
}

.faq .faq-cart .faq-cart-wrapper {
  border: 1px dashed #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(11, 39, 66, 0.19));
          filter: drop-shadow(0px 0px 15px rgba(11, 39, 66, 0.19));
  border-radius: 5px;
  padding: 3.4rem 2.2rem 3.4rem 6rem;
}

.faq .faq-cart .faq-cart-wrapper::before {
  content: url(../images/arrow-faq.png);
  position: absolute;
  top: 3.4rem;
  left: 2.2rem;
}

.faq .faq-cart .title {
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #2A333C;
  margin-bottom: 1.8rem;
}

.faq .faq-cart .p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #828282;
}

.subscribe {
  position: relative;
  margin-top: 20rem;
}

.subscribe::after {
  content: "";
  height: 100%;
  min-width: 43.2rem;
  background: url(../images/subscribe-after.png);
  display: block;
  position: absolute;
  z-index: -1;
  right: 0px;
  opacity: 0.2;
  top: 0px;
}

.subscribe::before {
  content: "";
  height: 11.2rem;
  min-width: 8.9rem;
  background: url(../images/subscribe-form-after.png);
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.subscribe .subscribe-wrapper {
  position: relative;
}

.subscribe .subscribe-wrapper .subscribe-body {
  max-width: 60.3rem;
  width: 100%;
}

.subscribe .subscribe-wrapper .subscribe-body .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 2.3rem;
}

.subscribe .subscribe-wrapper .subscribe-body .title span {
  color: #07B0E8;
}

.subscribe .subscribe-wrapper .subscribe-body .p {
  margin-bottom: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #828282;
}

.subscribe .subscribe-wrapper .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 30rem;
  z-index: 999;
  position: relative;
}

.subscribe .subscribe-wrapper form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.subscribe .subscribe-wrapper::before {
  content: "";
  height: 45.3rem;
  width: 85.8rem;
  background: url(../images/subscribe-img.png);
  display: block;
  position: absolute;
  z-index: 999;
  bottom: -1rem;
  left: 0px;
}

.subscribe .subscribe-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  opacity: 0.2;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
}

.subscribe .subscribe-wrapper input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 5.4rem;
  padding-left: 4rem;
  position: relative;
  height: 5.3rem;
  background: #fff;
  width: 100%;
}

.subscribe .subscribe-wrapper input[type="submit"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  border: 0px solid transparent;
  height: 5.3rem;
  line-height: 5.3rem;
  text-align: center;
  width: 22.6rem;
}

.subscribe .subscribe-wrapper input[type="submit"]:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.subscribe .subscribe-wrapper .email {
  position: relative;
  width: calc(100% - 24.2rem);
}

.subscribe .subscribe-wrapper .email::before {
  content: url(../images/maile-ico-gray.svg);
  position: absolute;
  z-index: 99;
  top: 1.6rem;
  left: 1.5rem;
}

footer {
  padding-top: 1.7rem;
}

footer .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

footer .container .footer-menu {
  padding-top: 3rem;
}

footer .container .footer-menu a:hover {
  text-decoration: underline;
}

footer .container .footer-menu .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.4rem;
  color: #2A333C;
}

footer .container .footer-menu ul {
  padding-left: 0px;
}

footer .container .footer-menu ul li {
  list-style: none;
}

footer .container .footer-menu ul li a {
  font-size: 1.4rem;
  line-height: 2.7rem;
  color: #828282;
}

footer .container .footer-menu .footer-menu-bold a {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #2A333C;
}

footer .container .footer-contacts {
  padding-top: 4rem;
}

footer .container .footer-contacts .mailto {
  display: block;
  padding-left: 3.2rem;
  margin-bottom: 2.7rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #2A333C;
  position: relative;
}

footer .container .footer-contacts .mailto::before {
  content: url(../images/maile-ico.svg);
  position: absolute;
  z-index: 99;
  top: 0.3rem;
  left: 0rem;
}

footer .container .footer-contacts .map {
  display: block;
  padding-left: 3.2rem;
  margin-bottom: 2.7rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #2A333C;
  position: relative;
}

footer .container .footer-contacts .map::before {
  content: url(../images/map-ico.svg);
  position: absolute;
  z-index: 99;
  top: -0.2rem;
  left: 0rem;
}

footer .container .footer-contacts .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #2A333C;
  margin-bottom: 1.5rem;
}

footer .container .footer-contacts .p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #828282;
  margin-bottom: 3.3rem;
}

footer .container .footer-contacts .tel {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #2A333C;
  width: 100%;
  display: block;
  margin-bottom: 3rem;
}

footer .container .footer-contacts .btn {
  position: relative;
  width: 22.6rem;
  height: 5.3rem;
  margin-bottom: 3rem;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  display: inline-block;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}

footer .container .footer-contacts .btn:hover {
  background: linear-gradient(45deg, #1AD1EA 40%, #07B0E8);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
}

footer .container .footer-contacts .btn:hover span {
  background: #fff;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

footer .container .footer-contacts .btn span {
  font-weight: bold;
  line-height: 5.3rem;
  background: linear-gradient(45deg, #1AD1EA 40%, #07B0E8);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1AD1EA;
  display: inline-block;
  text-align: center;
}

footer .container .footer-contacts .btn::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  border-radius: 5px;
  z-index: -1;
}

footer .copiring {
  width: 100%;
  border-top: 1px solid #DBDBDB;
  margin-top: 4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #BDBDBD;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .soc-block ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-left: 0px;
}

footer .soc-block ul li {
  list-style: none;
  margin-right: 1.4rem;
}

.white-popup {
  position: relative;
  background: #FFF;
  max-width: 64rem;
  padding: 1.5rem;
  width: auto;
  margin: 20px auto;
  border-radius: 5px;
}

.white-popup .popup-border {
  border: 1px dashed #E0E0E0;
  border-radius: 5px;
  padding: 6.5rem 3rem 5rem 4.5rem;
}

.popup-border p {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #828282;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 36.5rem;
}

.popup-border form input {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 5.4rem;
  padding-left: 4rem;
  position: relative;
  margin-bottom: 1.1rem;
  width: 100%;
}

.popup-border .user {
  position: relative;
}

.popup-border .user::before {
  content: url(../images/user-ico.svg);
  position: absolute;
  z-index: 99;
  top: 1.8rem;
  left: 2rem;
}

.popup-border .tel {
  position: relative;
}

.popup-border .tel::before {
  content: url(../images/tel-ico.svg);
  position: absolute;
  z-index: 99;
  top: 1.8rem;
  left: 2rem;
}

.popup-border input[type="submit"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
  box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  width: 22.5rem;
  padding-left: 0px;
  border: 0px solid transparent;
}

.popup-border input[type="submit"]:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
  box-shadow: 0px 0px 40px #4AC6EF;
}

.white-popup .mfp-close {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  opacity: 1;
  color: #fff !important;
  font-size: 28px;
  background: #1AD1EA !important;
  border-radius: 50% !important;
}

.white-popup .mfp-close:active {
  top: -1.5rem;
}

.popup-border .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}

.popup-border .title span {
  color: #07B0E8;
}

.popup-border .p {
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #2A333C;
  margin-bottom: 1.8rem;
}

.page-up {
  width: 54.39px;
  height: 49px;
  position: fixed;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  border-radius: 5px;
  right: 10rem;
  bottom: 3.6rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.page-up.default {
  opacity: 0;
}

.page-up.fixed {
  opacity: 1;
  z-index: 99999999;
}

.galery-page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-bottom: 4rem;
}

.galery-page .img {
  width: calc(33.3% - 1rem);
  display: inline-block;
  height: 25rem;
  margin: 1rem 0.5rem;
  position: relative;
  overflow: hidden;
}

.galery-page .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galery-page .img .text {
  background: rgba(7, 176, 232, 0.9);
  color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.galery-page .img:hover .text {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-catalog-body {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #676063;
}

.page-catalog-body p {
  margin-bottom: 2rem;
}

.page-catalog-body h4 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000;
  padding-bottom: 4rem;
}

.page-catalog-body ul {
  padding-left: 0px;
}

.page-catalog-body ul li {
  margin-bottom: 1.5rem;
  position: relative;
  list-style: none;
  padding-left: 4rem;
}

.page-catalog-body ul li::before {
  content: '';
  background: url(../images/page-li.svg);
  width: 2.2rem;
  height: 1.6rem;
  position: absolute;
  left: 0px;
}

.page-catalog-body-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.page-catalog-body-footer .page-catalog-body-pdf {
  max-width: 39.1rem;
  width: 100%;
  height: 31.5rem;
  background: #FFFFFF;
  border: 1px solid #DED9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  margin-bottom: 3rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.page-catalog-body-footer .page-catalog-body-pdf .title {
  text-align: center;
  min-height: 6rem;
  background: rgba(7, 176, 232, 0.53);
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-right: 7.2rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.3rem;
  text-align: center;
  color: #FFFFFF;
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.page-catalog-body-footer .page-catalog-body-pdf .title::before {
  width: 3.2rem;
  height: 4rem;
  content: "";
  background: url(../images/pdf-ico.png);
  background-size: contain;
  position: absolute;
  right: 2.3rem;
  top: calc(50% - 2rem);
}

.page-catalog-body-footer .page-catalog-body-pdf:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
}

.page-catalog-body-footer .page-catalog-body-pdf img {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  margin: 2rem;
}

.cart-container .container {
  max-width: 1496px !important;
}

#breadcrumbs {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-top: 2.6rem;
  margin-bottom: 3.3rem;
}

#breadcrumbs a {
  color: #C8C4C4;
}

#breadcrumbs a::after {
  content: "/";
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

#breadcrumbs .breadcrumb_last {
  color: #8D8C8C;
}

.page-cart h1 {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-top: 2.5rem;
  margin-bottom: 3.2rem;
}

.page-cart h1 span {
  color: #07B0E8;
}

.page-cart .page-cart-top {
  border-bottom: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 2.6rem;
}

.page-cart .page-cart-top-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.page-cart .page-cart-top-left a {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #676063;
  padding-right: 4rem;
}

.page-cart .page-cart-top-left a:last-child {
  padding-right: 2rem;
}

.page-cart .page-cart-top-left .review-ico::before {
  content: url(../images/testimonial-ico.png);
  padding-right: 1rem;
}

.page-cart .page-cart-top-left .favorites-ico::before {
  content: url(../images/heart-ico.png);
  padding-right: 1rem;
}

.page-cart .page-cart-top-left .share-ico::before {
  content: url(../images/share-ico.png);
  padding-right: 1rem;
}

.page-cart .page-cart-top-right {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #676063;
}

.page-cart .page-cart-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 5.7rem;
  padding-bottom: 10rem;
}

.page-cart .page-cart-body .page-cart-slider-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.page-cart .characteristics {
  max-width: 48rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-cart .characteristics .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.9rem;
  color: #2A333C;
}

.page-cart .characteristics ul {
  margin-top: 3.1rem;
  padding-left: 0px;
}

.page-cart .characteristics ul li {
  list-style: none;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #676063;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 2px dotted #676063;
  margin-bottom: 1.5rem;
}

.page-cart .characteristics ul li span {
  background: #fff;
  margin-bottom: -2px;
}

.page-cart .page-cart-price-block {
  max-width: 33.3rem;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  border-radius: 5px;
  padding: 5px;
}

.page-cart .page-cart-price-block .border {
  border: 1px dashed #E0E0E0;
  padding: 3rem;
  height: 100%;
}

.page-cart .page-cart-price-block .title {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #2A333C;
}

.page-cart .page-cart-price-block .price {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 2.9rem;
}

.page-cart .page-cart-price-block .price span {
  color: #07B0E8;
}

.page-cart .page-cart-price-block .btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  border: 0px solid transparent;
  display: block;
  width: 100%;
  height: 5.5rem;
  margin-bottom: 1.1rem;
}

.page-cart .page-cart-price-block .btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.page-cart .page-cart-price-block .add-ihopping-cart {
  position: relative;
  width: 22.6rem;
  height: 5.3rem;
  margin-bottom: 3rem;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  display: inline-block;
  -webkit-transform: 0.5s;
          transform: 0.5s;
  border: 1px solid #4AC6EF;
  width: 100%;
  font-size: 1.6rem;
}

.page-cart .page-cart-price-block .add-ihopping-cart:hover {
  background: linear-gradient(45deg, #1AD1EA 40%, #07B0E8);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
}

.page-cart .page-cart-price-block .add-ihopping-cart:hover span {
  background: #fff;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

.page-cart .page-cart-price-block .add-ihopping-cart span {
  font-weight: bold;
  line-height: 5.3rem;
  background: linear-gradient(45deg, #1AD1EA 40%, #07B0E8);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1AD1EA;
  display: inline-block;
  text-align: center;
}

.page-cart .page-cart-price-block .add-ihopping-cart::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  border-radius: 5px;
  z-index: -1;
}

.page-cart .product__description {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 4.8rem;
  margin-bottom: 6rem;
}

.page-cart .product__description .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.9rem;
  color: #2A333C;
  margin-bottom: 2rem;
}

.page-cart .product__description .p {
  max-width: 110.3rem;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #676063;
}

.page-cart .similar__products {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 4.8rem;
  margin-bottom: 6rem;
}

.page-cart .similar__products .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.9rem;
  color: #2A333C;
  margin-bottom: 2rem;
}

.page-cart .similar__products ul {
  padding-left: 0px;
}

.page-cart .similar__products ul li {
  line-height: 4.5rem;
  list-style: none;
}

.page-cart .similar__products ul li:nth-child(even) {
  background: #F7F7F7;
}

.page-cart .similar__products ul li a {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #07B0E8;
  padding: 0.7rem;
}

.page-cart .page-cart-slider-nav {
  width: 5.7rem;
  margin-right: 3.8rem;
}

.page-cart .page-cart-slider-big {
  width: 35.1rem;
}

.page-cart .review {
  margin-bottom: 6rem;
}

.page-cart .review__top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.page-cart .review__top .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.9rem;
  color: #2A333C;
  margin-bottom: 2rem;
}

.page-cart .review__top .btn {
  width: 25.8rem;
  height: 5.5rem;
  line-height: 5.5rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
          box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
}

.page-cart .review__top .btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px #4AC6EF;
          box-shadow: 0px 0px 40px #4AC6EF;
}

.contracting__products .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.9rem;
  color: #2A333C;
  margin-bottom: 2rem;
}

.contracting__products .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.contracting__products .wrapper .popular-goods-cart {
  padding-top: 2.5rem;
  width: calc(25% - 3rem);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
  box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
  border-radius: 5px;
  margin-bottom: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.contracting__products .wrapper .popular-goods-cart{
	overflow:hidden;
}
.contracting__products .wrapper .popular-goods-cart .body {
	padding: 2.3rem 1.9rem;
	background: rgba(7, 176, 232, 0.03);
	height: 100%;
}

.contracting__products .wrapper .popular-goods-cart img {
  width: 19rem;
  height: 19rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 2rem;
}

.contracting__products .wrapper .popular-goods-cart .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #2A333C;
}

.contracting__products .wrapper .popular-goods-cart .price {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #07B0E8;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.page-catalog {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.page-catalog .siteBar {
  width: 37.8rem;
  padding-right: 1.5rem;
  padding-top: 5.8rem;
}

.page-catalog .siteBar .siteBarCategory {
  padding: 1rem 0.5rem;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
  box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
  border-radius: 5px;
  margin-bottom: 5rem;
}

.page-catalog .siteBar .siteBarCategory .border {
  border: 1px dashed #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(11, 39, 66, 0.19));
          filter: drop-shadow(0px 0px 15px rgba(11, 39, 66, 0.19));
  border-radius: 5px;
  padding: 2.2rem 3.7rem;
}

.page-catalog .siteBar .siteBarCategory ul {
  padding-left: 0px;
  margin: 0px;
}

.page-catalog .siteBar .siteBarCategory ul li {
  list-style: none;
}

.page-catalog .siteBar .siteBarCategory ul li a {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #2A333C;
}

.page-catalog .siteBar .siteBarCategory ul li a:hover {
  color: #07B0E8;
  text-decoration: underline;
}

.page-catalog .siteBar .siteBarPrice h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 2.1rem;
}

.page-catalog .catalogMain {
  width: calc(100% - 37.8rem);
}

.catalogMain .popular-goods {
  padding-top: 0px;
}

.popular-goods-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #676063;
  padding-bottom: 3rem;
}

.page-cart-slider-nav .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 5.7rem;
  height: 5.7rem;
}

.nav-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.nav-links .page-numbers {
  width: 25px;
  height: 25px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  border-radius: 5px;
  margin: 0.6rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFFFFF;
}

.nav-links .page-numbers:hover {
  -webkit-box-shadow: 0px 0px 10px #4AC6EF;
          box-shadow: 0px 0px 10px #4AC6EF;
}

.nav-links .next {
  width: auto;
}

.with-us-profitable {
  background: #F7F7F7;
  padding-top: 4.6rem;
  padding-bottom: 20rem;
  position: relative;
}

.with-us-profitable .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 3.2rem;
  text-align: center;
}

.with-us-profitable .title span {
  color: #07B0E8;
}

.with-us-profitable .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.with-us-profitable .with-us-profitable-cart {
  text-align: center;
  width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.with-us-profitable .text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #2A333C;
}

.with-us-profitable::before {
  content: "";
  width: 100%;
  height: 20rem;
  background: url(../images/slider-bottom.png);
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: 0px;
}

.img-left .for-us-main-thing-body {
  width: calc(100% - 43.1rem);
  margin-left: -4.6rem;
  margin-right: auto;
  z-index: 9;
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem;
}

.for-us-main-thing.bg-no {
  background: none;
}

.for-us-main-thing.bg-no .for-us-main-thing-body {
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
}

.for-us-main-thing.bg-no .container {
  position: relative;
}

.writing-mode {
  position: absolute;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 40px;
  color: #07B0E8;
  font-size: 10rem;
  font-weight: 600;
  opacity: 0.1;
  height: 100%;
  text-align: center;
  left: -63px;
}

.for-us-main-thing.bg-no.img-left .writing-mode {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -63px;
  left: auto;
}

.we-do {
  background: url(../images/we-do-bg.png);
  background-size: cover;
  background-position: top;
}

.we-do .we-do-title {
  font-size: 2.2rem;
  line-height: 3.3rem;
  text-align: center;
  color: #828282;
}

.we-do .we-do-title strong {
  color: #2A333C;
}

.we-do .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.we-do .we-do-cart {
  width: calc(33% - 3rem);
  height: 16.1rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
          box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  border-radius: 5px;
  padding: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 2.7rem;
  text-align: center;
}

.we-do .we-do-cart .border {
  border: 1px dashed #E0E0E0;
  border-radius: 5px;
  position: relative;
}

.we-do .we-do-cart .border img {
  width: 27rem;
  height: 13.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5rem auto 0px;
}

.we-do .we-do-cart .border .title {
  height: 5.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #2A333C;
}

.w100 {
  width: 100%;
}

.page {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #676063;
}

.title-block-page {
  font-weight: bold;
  color: #2A333C;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 4rem;
}

.title-block-page span {
  color: #07B0E8;
}

.contacts-body {
  background: url(../images/contact-bg.jpg);
  background-size: cover;
  padding-top: 21.7rem;
  padding-bottom: 20rem;
}

.contacts-body .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.contacts-body .container .contacts-body-form {
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  width: calc(100% - 49.4rem);
  z-index: 9;
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem;
}

.contacts-body .container .contacts-body-form .border {
  border: 1px dashed #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 6.3rem 3.3rem;
}

.contacts-body .container .contacts-body-form input {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 5.4rem;
  padding-left: 4rem;
  position: relative;
  width: 100%;
}

.contacts-body .container .contacts-body-form form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.2rem;
}

.contacts-body .container .contacts-body-form form .col6 {
  width: 48%;
  margin-bottom: 1.5rem;
}

.contacts-body .container .contacts-body-form form textarea {
  width: 100%;
  height: 14rem;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 1.5rem;
}

.contacts-body .container .contacts-body-form form .message {
  width: 100%;
  margin-bottom: 2.2rem;
}

.contacts-body .container .contacts-body-form form input[type="submit"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 30px #4AC6EF;
  box-shadow: 0px 0px 30px #4AC6EF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  -webkit-transition: 0.5rem;
  transition: 0.5rem;
  width: 22.5rem;
  padding-left: 0px;
  border: 0px solid transparent;
}

.contacts-body .container .contacts-body-form form .user {
  position: relative;
}

.contacts-body .container .contacts-body-form form .user::before {
  content: url(../images/user-ico.svg);
  position: absolute;
  z-index: 99;
  top: 1.8rem;
  left: 2rem;
}

.contacts-body .container .contacts-body-form form .tel {
  position: relative;
}

.contacts-body .container .contacts-body-form form .tel::before {
  content: url(../images/tel-ico.svg);
  position: absolute;
  z-index: 99;
  top: 1.8rem;
  left: 2rem;
}

.contacts-body .container .contacts-body-text {
  width: 49.4rem;
  padding-left: 6.3rem;
}

.contacts-body .container .contacts-body-text .title {
  font-weight: bold;
  color: #2A333C;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 1.5rem;
}

.contacts-body .container .contacts-body-text .title span {
  color: #07B0E8;
}

.contacts-body .container .contacts-body-text .p {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #828282;
  margin-bottom: 3rem;
}

.contacts-body .container .contacts-body-text ul {
  padding-left: 3.7rem;
  margin-bottom: 3rem;
  position: relative;
}

.contacts-body .container .contacts-body-text ul li {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000000;
  margin-bottom: 1.5rem;
}

.contacts-body .container .contacts-body-text ul li a {
  color: #000000;
}

.contacts-body .container .contacts-body-text .contacts_adress::before {
  content: "";
  width: 1.5rem;
  height: 2.2rem;
  background: url(../images/map-ico.svg);
  background-size: contain;
  left: 0px;
  top: 0px;
  position: absolute;
}

.contacts-body .container .contacts-body-text .contacts_tel::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/tel-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  top: 0px;
  position: absolute;
}

.top-page-bg {
  height: 35.8rem;
  width: 100%;
  position: relative;
}

.top-page-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.news-wrapper .news-cart-page {
  width: calc(25% - 3.3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 40px 30px rgba(228, 228, 228, 0.4);
          box-shadow: 10px 40px 30px rgba(228, 228, 228, 0.4);
  border-radius: 5px;
  margin-bottom: 4rem;
}

.news-wrapper .news-cart-page img {
  height: 186px;
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-wrapper .news-cart-page .body {
  padding: 1.5rem 1.5rem 3.5rem;
}

.news-wrapper .news-cart-page .body .title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 1.5rem;
}

.news-wrapper .news-cart-page .body .p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #7E7E7E;
  margin-bottom: 1.5rem;
}

.news-wrapper .news-cart-page .body a {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #2C8ADA;
  padding-right: 2.5rem;
}

.news-wrapper .news-cart-page .body a::after {
  content: url(../images/news-arrow.svg);
  margin-left: 1.5rem;
}

.page-news-footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
  background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
  -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  padding: 1.5rem;
  margin-top: 3rem;
}

.page-news-footer .view {
  position: relative;
  padding-left: 3rem;
}

.page-news-footer .view::before {
  content: '';
  width: 1.7rem;
  height: 1.2rem;
  position: absolute;
  left: 0px;
  display: block;
  background: url(../images/eye.png);
  background-size: contain;
  top: 0.7rem;
}

.certificates {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.certificates > a {
  width: calc(25% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid #7E7E7E;
}

.certificates > a:hover {
  border: 1px solid #2C8ADA;
}

/*-------Миксины-----------*/
@media (min-width: 1180px) {
  .container {
    max-width: 1140px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 1666px) {
  .subscribe .subscribe-wrapper::before {
    height: 35.3rem;
    width: 66.8rem;
    background: url(../images/subscribe-img.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1180px) {
  .popular-goods .wrapper .popular-goods-cart {
    width: calc(50% - 3rem);
  }
  .page-cart .page-cart-body {
    padding-bottom: 0rem;
  }
  .page-cart .characteristics {
    max-width: 100%;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 5rem;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 4.8rem;
    margin-bottom: 6rem;
  }
  .characteristics {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
  }
  .page-up {
    right: 3.6rem;
    bottom: 3.6rem;
  }
  html {
    font-size: 60%;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
  .sliderHome .slick-prev {
    left: 1rem;
  }
  .sliderHome .slick-next {
    right: 1rem;
  }
  .sliderHome .sliderHomeText {
    z-index: 2;
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .submit-application .body-wrapper {
    max-width: 60%;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    background-size: contain;
  }
  .submit-application .body-wrapper .body {
    border: 1px dashed #E0E0E0;
    border-radius: 5px;
  }
  .submit-application {
    padding-top: 0rem;
    padding-bottom: 3.5rem;
  }
  .submit-application::before {
    width: 56%;
    bottom: 0rem;
    background-position: bottom;
  }
  .subscribe .subscribe-wrapper::before {
    width: 41.8rem;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}

@media (max-width: 998px) {
	.flex-cart form {
	   width: 100%;
    }
	.flex-cart .cart-collaterals {
	  max-width: 40rem;
	  width: 100%;
	  margin-left: auto;
    }
  .header__bottom .menumob > ul > li:last-child {
    padding-right: 1.5rem;
  }
  .news-wrapper .news-cart-page {
    width: calc(33.3% - 3.3rem);
  }
  .subscribe .subscribe-wrapper {
    overflow: hidden;
  }
  .contacts-body .container .contacts-body-form {
    width: calc(100% - 41rem);
  }
  .contacts-body .container .contacts-body-text .title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .contacts-body .container .contacts-body-text {
    width: 40.4rem;
    padding-left: 4rem;
  }
  .contacts-body {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .contacts-body .container .contacts-body-form form .col6 {
    width: 100%;
  }
  .for-us-main-thing .for-us-main-thing-body {
    width: calc(100% - 34.1rem);
  }
  .for-us-main-thing .img {
    width: 34.7rem;
  }
  .with-us-profitable .with-us-profitable-cart {
    width: 33.3%;
  }
  header {
    -webkit-box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
            box-shadow: 0px 0px 15px rgba(11, 39, 66, 0.19);
  }
  .contracting__products .slick-dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: -3rem;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .contracting__products .slick-dots button {
    font-size: 0px;
    width: 10px;
    height: 10px;
    background: #07B0E8;
    opacity: 0.3;
    border-radius: 50%;
    padding: 0px;
    border: 0px solid transparent;
    margin: 3px;
  }
  .contracting__products .slick-dots .slick-active button {
    background: -webkit-gradient(linear, left top, right top, color-stop(5.45%, #1AD1EA), color-stop(89.56%, #07B0E8));
    background: linear-gradient(90deg, #1AD1EA 5.45%, #07B0E8 89.56%);
    opacity: 1;
  }
  .page-cart .page-cart-slider-big {
    width: 200px;
  }
  .contracting__products .wrapper .slick-slide {
    display: block;
    padding: 1.5rem;
  }
  .contracting__products .wrapper .popular-goods-cart {
    margin: 0px;
  }
  .sliderHome .sliderHomeText .p {
    max-width: 51rem;
    width: 100%;
  }
  html {
    font-size: 62.5%;
  }
  .burger {
    height: 20px;
    width: 30px;
    position: relative;
    margin-right: 0rem;
  }
  .burger:hover {
    cursor: pointer;
  }
  .burger::before {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 0px;
    display: block;
    background: #07B0E8;
  }
  .burger::after {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: 0px;
    display: block;
    background: #07B0E8;
  }
  .burger span {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 2px);
    display: block;
    background: #07B0E8;
  }
  .header__bottom__nenu {
    position: fixed;
    width: 30rem;
    left: -30rem;
    z-index: 99999;
    top: 0px;
    background: #07B0E8;
    height: 100vh;
  }
  .header__bottom {
    background: #fff;
  }
  .header__bottom__nenu.show {
    position: fixed;
    left: 0px;
  }
  .header__bottom {
    min-height: 6rem;
  }
  .header__bottom .container {
    min-height: 6rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .header__logo__text {
    display: none;
  }
  .header__bottom .header__bottom__search {
    width: 6.7rem;
    position: relative;
  }
  .close {
    position: relative;
    right: 1rem;
    top: -1.5rem;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin-left: auto;
  }
  .close:hover {
    opacity: 1;
  }
  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff;
  }
  .close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__bottom .menumob > ul > li {
    padding-right: 1.5rem;
    margin-right: 0rem;
    border-right: 0px solid #EBEBEB;
    width: 100%;
    padding-left: 1.5rem;
  }
  .dropdown-menu {
    position: -webkit-sticky;
    position: sticky;
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
  }
  .header__bottom .header__bottom__nenu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
  .header__bottom .menumob > ul > li > a {
    font-size: 2rem;
    line-height: 4rem;
    color: #fff;
    font-weight: 600;
  }
  .header__bottom .menumob > ul > li {
    border-bottom: 1px solid #EBEBEB;
  }
  .dropdown-toggle {
    position: relative;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
  .header__bottom__nenu .dropdown-toggle::after {
    /* Для Firefox */
    /* Для IE */
    -webkit-transform: rotate(90deg);
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    transform: rotate(90deg);
    right: -1rem;
    top: 1.8rem;
  }
  .header__top .menu {
    display: none !important;
  }
  .switch__languages {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-transform: uppercase;
  }
  .switch__languages a {
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    color: #333333;
    position: relative;
    border-right: 2px solid #333333;
  }
  .header__bottom img {
    height: 5rem;
    width: auto;
  }
  .header__top {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EBEBEB;
  }
  .header__body .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EBEBEB;
  }
  .header_tel {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .header__body .header_tel {
    padding-left: 5.4rem;
    min-height: 3.5rem;
    position: relative;
  }
  .header__body .header_tel li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding-right: 1.5rem;
  }
  .header__body .header_tel li:last-child {
    padding-right: 0rem;
  }
  .city .dropdown-menu {
    position: absolute;
    background-color: #fff;
    color: #07B0E8;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
  }
  .header__bottom__right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .header_basket a {
    background: url(../images/shopping-cart-big.png);
    background-size: contain;
    width: 3rem;
    height: 3rem;
    display: block;
    position: relative;
  }
  .header_basket a span {
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #3A9F3F;
    -webkit-box-shadow: 0px 0px 8px #83E888;
    box-shadow: 0px 0px 8px #83E888;
    border-radius: 50%;
    right: -1rem;
    top: -1rem;
  }
  .header__bottom .header__bottom__search {
    background: transparent;
  }
  .header__bottom__search {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .header__bottom__search.show {
    background-color: #fff;
    border: 1px solid #07B0E8;
    z-index: 99999;
  }
  .switch__languages a:last-child {
    padding-right: 0rem;
    margin-right: 0px;
    border-right: 0px solid transparent;
  }
  .switch__languages .active {
    color: #07B0E8;
  }
  header.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
            box-shadow: 0px 0px 20px rgba(11, 39, 66, 0.15);
  }
  header.fixed .header__top,
  header.fixed .header__body {
    display: none;
  }
  .popular-goods .wrapper .popular-goods-cart {
    width: 100%;
  }
  .for-us-main-thing .for-us-main-thing-body .border {
    padding: 3rem;
  }
  .latest-news .wrapper .slick-slide,
  .popular-goods .wrapper .slick-slide {
    padding: 2rem 1rem 1rem;
  }
  .latest-news .wrapper .slick-slide .popular-goods-cart,
  .popular-goods .wrapper .slick-slide .popular-goods-cart {
    margin-left: 0px;
    margin-right: 0px;
  }
  .latest-news .wrapper .slick-dots button,
  .popular-goods .wrapper .slick-dots button {
    font-size: 0px;
    width: 10px;
    height: 10px;
    background: #07B0E8;
    opacity: 0.3;
    border-radius: 50%;
    padding: 0px;
    border: 0px solid transparent;
    margin: 3px;
  }
  .latest-news .wrapper .slick-dots,
  .popular-goods .wrapper .slick-dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: 1rem;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .latest-news .wrapper .latest-news-cart {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .latest-news-cart img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 54.5rem;
  }
  .subscribe {
    margin-top: 3rem;
  }
  .header__bottom .menumob .dropdown-menu a {
    color: #fff;
  }
  .home-catalog .home-catalog-body-cart .border .text .number {
    left: 0.5rem;
  }
  .home-catalog .home-catalog-body-cart .border .text {
    padding-left: 2rem;
  }
  .home-catalog .home-catalog-body-cart .border img {
    width: 15rem;
    height: 18rem;
  }
}

@media (max-width: 769px) {
	.mailpoet_paragraph {
	  position: relative;
	  width: 100%!important;
    }
  .certificates > a {
    width: calc(33.3% - 3rem);
  }
  .news-wrapper .news-cart-page {
    width: calc(50% - 3.3rem);
  }
  .galery-page .img {
    width: calc(50% - 1rem);
  }
  .white-popup .mfp-close:active {
    top: 0.5rem;
  }
  .contacts-body .container {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .contacts-body .container .contacts-body-text {
    padding-left: 0rem;
    padding-bottom: 5rem;
  }
  .contacts-body .container .contacts-body-form {
    width: 100%;
  }
  .contacts-body .container .contacts-body-text {
    width: 100%;
  }
  .with-us-profitable-cart .img img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  .we-do .wrapper {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
  .img-left .for-us-main-thing-body {
    margin-top: 3rem;
    margin-left: 0rem;
  }
  .we-do .we-do-cart {
    width: calc(50% - 3rem);
  }
  .with-us-profitable .with-us-profitable-cart {
    width: 50%;
  }
  .popular-goods-top {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .popular-goods .wrapper .popular-goods-cart {
    width: calc(50% - 3rem);
  }
  .page-catalog .siteBar {
    width: 100%;
    padding-right: 1.5rem;
    padding-top: 0rem;
    padding-left: 1.5rem;
  }
  .page-catalog .catalogMain {
    width: 100%;
  }
  .page-cart .page-cart-body .page-cart-slider-wrapper {
    margin: auto;
  }
  .page-cart .page-cart-price-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
  .home-catalog .home-catalog-body-cart {
    background-position: right;
  }
  .home-catalog .home-catalog-body-cart .border .text .number {
    left: 3rem;
  }
  .home-catalog .home-catalog-body-cart .border .text {
    padding-left: 4rem;
  }
  .home-catalog .home-catalog-body-cart .border {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .header__body .header_tel {
    width: 22rem;
  }
  .header__body .header_tel li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding-right: 0rem;
  }
  .header__body .header_tel li:last-child {
    padding-right: 0rem;
  }
  .footer-logo {
    display: none !important;
  }
  .home-catalog .home-catalog-body-cart {
    width: 100%;
  }
  .sliderHome .sliderHomeText .title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .sliderHome .sliderHomeText .title-blue {
    font-size: 2rem;
    line-height: 1.5;
  }
  .home-catalog .home-catalog-body-cart {
    width: 100%;
  }
  .submit-application .body-wrapper {
    max-width: 100%;
  }
  .submit-application::before {
    width: 48%;
    left: auto;
    right: 0px;
  }
  .faq .faq-cart {
    width: 100%;
  }
  .footer-menu {
    width: 30%;
  }
  .footer-contacts {
    width: 40%;
  }
  .subscribe {
    margin-top: 5rem;
  }
  .footer-logo {
    display: none;
  }
  .subscribe-wrapper::before {
    content: "";
    height: 26rem;
    width: 85.8rem;
    opacity: 0.3;
  }
  .slick-active.slick-center img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .gallery-our-work .gallery-our-work-slider .slick-active.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .gallery-our-work .gallery-our-work-slider .slick-track {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .for-us-main-thing .for-us-main-thing-body {
    width: 100%;
    margin-right: 0rem;
    background: rgba(255, 255, 255, 0.5);
  }
  .sliderHome .sliderHomeText {
    z-index: 2;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .sliderHome .slick-arrow {
    display: none;
  }
  .for-us-main-thing .img {
    max-width: 47.7rem;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .footer-menu {
    width: 50%;
  }
  .footer-contacts {
    width: 100%;
  }
}

@media (max-width: 600px) {
	.dropdown-menu a {
	  white-space: normal;
    }
	.mailpoet_paragraph {
	position: relative;
	width: 100%;
}
  .subscribe .subscribe-wrapper .subscribe-body .title,
  .faq .faq-title,
  .gallery-our-work .gallery-our-work-title,
  .latest-news .latest-news-title,
  .popular-goods .popular-goods-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .page-up {
    right: 0.6rem;
    bottom: 0.6rem;
  }
  .contacts-body .container .contacts-body-form .border {
    padding: 3rem 1.5rem;
  }
  .white-popup .popup-border {
    border: 1px dashed #E0E0E0;
    border-radius: 5px;
    padding: 1.5rem;
  }
  .popup-border .title {
    font-weight: bold;
    color: #2A333C;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .white-popup .mfp-close {
    right: 0.5rem;
    top: 0.5rem;
  }
  .page-cart .page-cart-top-left a {
    padding-right: 1.5rem;
    margin-bottom: 1rem;
  }
  .page-cart h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .page-cart-top-left {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-cart .page-cart-top {
    border-bottom: 0px solid #E0E0E0;
    padding-bottom: 0rem;
  }
  .subscribe .subscribe-wrapper .email {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .footer-menu {
    width: 100%;
  }
  .submit-application .body-wrapper .body {
    border-radius: 4px;
    padding: 2rem 1rem;
  }
  .submit-application .body-wrapper .body form {
    width: 100%;
  }
  .for-us-main-thing .for-us-main-thing-body .border .title,
  .submit-application .body-wrapper .body .title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .for-us-main-thing .for-us-main-thing-body .border {
    padding: 3rem 1rem;
  }
  .for-us-main-thing .for-us-main-thing-body {
    margin-bottom: 2rem;
  }
  .submit-application {
    padding-top: 17rem;
  }
  .submit-application::before {
    width: 30rem;
    bottom: auto;
    background-position: 50% 0%;
    top: 0px;
  }
	.wp-block-getwid-table {
	  overflow-y: scroll;
	  max-width: calc(100vw - 3rem);
	  width: 100%;
    }
	.has-image .wp-block-getwid-video-popup__wrapper {
	min-height: 100%;
}
}

@media (max-width: 450px) {
  .popular-goods .wrapper .popular-goods-cart .in-garbage::before {
    top: 1.2rem;
    right: 1rem;
  }
  .popular-goods .wrapper .popular-goods-cart .in-garbage {
    height: 4.5rem;
    padding-right: 4.2rem;
    line-height: 4.5rem;
    padding-left: 1rem;
  }
  .popular-goods .wrapper .popular-goods-cart .more-details {
    padding-right: 0rem;
  }
  .certificates > a {
    width: 100%;
  }
  .page-catalog-body-footer .page-catalog-body-pdf {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .news-wrapper .news-cart-page {
    width: calc(100% - 3.3rem);
  }
  .galery-page .img {
    width: calc(100% - 1rem);
  }
  .with-us-profitable .with-us-profitable-cart {
    width: 100%;
  }
  .we-do .we-do-cart {
    width: 100%;
  }
  .for-us-main-thing {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .popular-goods .wrapper .popular-goods-cart {
    width: 100%;
  }
  .title-block-page {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .page-cart .page-cart-slider-nav {
    margin-right: 2rem;
  }
  .home-catalog .home-catalog-body-cart .border .text {
    padding-left: 2rem;
    width: 100%;
  }
  .home-catalog .home-catalog-body-cart .border img {
    width: 15rem;
    height: 18rem;
    margin-left: auto;
    margin-top: -4rem;
  }
}
