:root {
	--grey: #454444;
	--grey-2: #626060;
	--grey-3: #51514F;
	--lite-grey: #CACACA;
	--lite-grey-2: #D4D4D4;
	--lite-grey-3: #EFEFEF;
	--white: #ffffff;
	--yellow: #FFEA28;
	--yellow-2: #FFF16D;
	--black: #000000;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.25);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.25);
}
/**/

html .city_select_dropdown {
  background-color: transparent;
  color: #000;
  border: none;
  font-size: 18px;
}
@media screen and (min-width:768px) {
	header.scroll_after_first_section #form_id_tennant_header {
		background-color: var(--yellow);
		color: var(--black);
		width: 44px;
		height: 44px;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header.scroll_after_first_section #form_id_tennant_header::before {
		content: '';
		-webkit-mask-image: url(../img/header/phone.svg);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-image: url(../img/header/phone.svg);
		mask-repeat: no-repeat;
		mask-size: contain;
		background-color: var(--grey);
		width: 34px;
		height: 34px;
	}
}

.select2-container--default .city_select_dropdown .select2-results__option[aria-selected="true"] {
  display: none !important;
}
.select2-container--default .city_select_dropdown .select2-results__option {
  text-decoration: underline;
  font-weight: 500;
  text-align: right;
  padding: 3px;
}
.select2-container--default .city_select_dropdown .select2-results__option:hover, .select2-container--default .city_select_dropdown .select2-results__option.select2-results__option--highlighted:hover {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.select2-container--default .city_select_dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: inherit;
}
@media(max-width: 1199px) {
  html .city_select_dropdown {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  html .city_select_dropdown {
    font-size: 16px;
    text-align: center;
  }
  .select2-container--default .city_select_dropdown .select2-results__option {
    text-align: center;
  }
}
/**/

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 42px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 21px;
}
a {
  color: #0076AA;
}
a:hover {
  color: #0193D4;
}
.wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1145px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
section {
  position: relative;
}
section .section_anchor {
  top: -75px;
  position: absolute;
}
@media (max-width: 767px) {
  section .section_anchor {
    top: -60px;
  }
}
/**/

.white_border_button {
  color: var(--white);
  border: 1px solid var(--white);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  padding: 1.2em 1.1em 1em;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  box-sizing: border-box;
  outline: none;
}
.white_border_button:hover, .white_border_button:focus {
  background-color: #0F7DA0;
}
.white_border_button:active {
  background-color: var(--white);
  color: #000000;
}
/**/

.orange_button {
  color: #000;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
	font-family: 'Montserrat', sans-serif;

  font-size: inherit;
  padding: 1.25em 2.8em 1.25em;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  box-sizing: border-box;
  outline: none;
  background-color: #FFEA28;
  text-decoration: none;
	
}
.orange_button:hover {
  background-color: #FFF50E !important;
  box-shadow: 0px 6px 4px rgba(136, 118, 40, 0.29) !important;
}
.orange_button:active {
  background-color: #FDD400 !important;
  box-shadow: 0px 2px 2px rgba(117, 98, 15, 0.69) !important;
}
/**/

.orange_border_button {
  color: #000000;
  border: 1px solid #FFEA28;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  padding: 1.4em 1.3em 1.3em;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  box-sizing: border-box;
  outline: none;
  background-color: var(--white);
  text-decoration: none;
}
.orange_border_button:hover {
  background-color: #FACB01 !important;
  border-width: 3px;
}
.orange_border_button:active {
  background-color: #FF5A1A;
  color: var(--white);
}
/**/

.slick-arrow {
  width: 3em;
  height: 3em;
  background-color: #FFEA28;
  border: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
  outline: none;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-left: 0.17em solid var(--white);
  border-bottom: 0.17em solid var(--white);
  display: block;
  content: '';
  transition: 0.3s;
  box-sizing: border-box;
}
.slick-prev:before {
  transform: translate(-25%, -50%) rotate(45deg);
}
.slick-next:before {
  transform: translate(-75%, -50%) rotate(-135deg);
}
.slick-arrow:hover {
  background-color: #FFF50E;
  box-shadow: 0px 6px 4px rgba(136, 118, 40, 0.29);
}
.slick-arrow:hover:before {
  border-color: #fff;
  ;
}
.slick-arrow:active {
  background-color: #FDD400;
}

/* -- Articles -- */

.articles {
	
}
.articles__container {
	padding-bottom: 103px;
}
.articles__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 64px;
    text-align: center;
    margin: 25px auto 70px;
    position: relative;
	color: var(--grey);
}
.articles__title::before {
    content: "";
    display: block;
    width: 85px;
    border-bottom: 4px solid var(--yellow);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.articles__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 33px;
	padding-bottom: 54px;
}
.post-article {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px 0 rgba(26, 97, 134, 0.15);
	max-width: 362px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	padding-bottom: 35px;
	min-height: 585px;
}
.post-article__image {
	height: 382px;
	width: 100%;
	margin-bottom: 20px;
}
.post-article__image > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.post-article__title {
	font-weight: 500;
	font-size: 20px;
	color: var(--black);
	padding: 15px 35px;
}
.post-article:hover .post-article__title {
	opacity: 0.5;
}
.post-article__date {
	font-size: 14px;
	color: var(--grey);
	padding: 0 35px;
}
.ajax-block__link {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    max-width: 260px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	.articles__wrap {
		grid-gap: 20px;
	}
	.articles__title {
		margin-bottom: 50px;
	}
	.post-article {
		min-height: 400px;
	}
	.post-article__image {
		height: 270px;
	}
	.post-article__title {
		padding: 15px 20px;
		font-size: 18px;
	}
	.post-article__date {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.articles__container {
		padding-bottom: 50px;
	}
	.articles__wrap {
		grid-gap: 15px;
		grid-template-columns: 1fr 1fr;
	}
	.post-article__title,
	.post-article__date {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ajax-block__link {
		grid-column-end: 3;
	}
}
@media screen and (max-width: 500px) {
	.articles__container {
		padding-bottom: 30px;
	}
	.articles__title {
		margin-bottom: 30px;
		margin-top: 0;
	}
	.articles__wrap {
		grid-template-columns: 1fr;
	}
	.ajax-block__link {
		grid-column-end: 2;
	}
}

/* -- Catalog -- */

.catalog__container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 125px;
}
.catalog__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 524px;
}
.catalog__title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.catalog__desc {
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog__desc p {
  margin: 15px 0;
}
.catalog-card {
  max-width: 484px;
  width: 100%;
  height: 484px;
  border-radius: 10px;
  margin: 0 18px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  background-color: var(--white);
  box-sizing: border-box;
  padding: 25px 20px 25px;
  display: block;
  /* height: auto; */
  text-decoration: none;
  position: relative;
  margin-bottom: 40px;
  transition-duration: .5s;
  border: 1px solid transparent;
}
.catalog-card:hover {
  border: 1px solid #FFEA28;
}
.catalog-card__title {
  margin: 0 auto 21px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid var(--grey);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-card__photo {
  max-width: 300px;
  width: 100%;
  height: 195px;
  display: block;
  /* width: 100%; */
  margin: 0 auto 0px;
  /* text-align: center; */
}
.catalog-card__photo-item {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
  margin: 0 auto;
}
.catalog-card__info {
  margin-bottom: 43px;
}
.catalog-card__info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.catalog-card__info-name {
  /* margin-bottom: 8px; */
  width: 50%;
  font-weight: 300;
  font-size: 18px;
  color: #000;
}
.catalog-card__info-value {
  width: 50%;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.catalog-card__more, .product-btn {
  width: 100%;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
  color: #000;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 14px 10px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  box-sizing: border-box;
  outline: none;
  background-color: #FFEA28;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 17px;
  transition-duration: .3s;
}
.catalog-card__more:hover, .product-btn:hover {
  background-color: #FFF50E !important;
  box-shadow: 0px 6px 4px rgb(136 118 40 / 29%) !important;
}
.catalog-filter {
  max-width: 1145px;
  width: 100%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-filter__item {
  max-width: 300px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.catalog-filter__item-label {
  font-size: 14px;
  color: #8f8f8f;
  margin-bottom: 8px;
}
.catalog-filter__select {
  width: 100%;
  height: 45px;
  position: relative;
  display: block;
  -webkit-box-shadow: inset 0px 1px 2px rgb(0 0 0 / 25%);
  box-shadow: inset 0px 1px 2px rgb(0 0 0 / 25%);
  background-color: #fff;
  background: #fff;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  appearance: none;
  background-image: url(../img/filter-arrow.svg);
  background-size: 16px;
  background-size: 17px;
  background-position: right 15px top 19px;
  background-repeat: no-repeat;
}
.catalog-filter__select option {
  color: #000;
}
.product-card img {
  max-width: 100%;
  height: auto;
}
.product-card__container {
  padding: 25px 0 60px;
}
.product-card__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.product-card__media {
  max-width: 580px;
  flex-shrink: 0;
}
.product-card__slider {}
.product-card__slider-big img {
  width: 580px;
  height: 386px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}
.product-card__slider-mini {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.product-card__slider-mini .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 37px;
  height: 37px;
}
.product-card__slider-mini .slick-prev {
  left: -18px;
}
.product-card__slider-mini .slick-next {
  right: -18px;
}
.product-card__slider-mini .slick-track {
  /* width: 100%!important; */
  /* transform: none!important; */
}
.product-card__slider-mini-wrap {
  padding: 5px;
  box-sizing: border-box;
  width: 117px;
  height: 82px;
  border: 1px solid transparent;
}
.product-card__slider-mini-wrap.slick-current {
  border: 1px solid #ffea28;
}
.product-card__slider-mini-wrap img {
  width: 118px;
  height: 82px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center;
}
.product-card__content {
  padding-left: 35px;
}
.product-card__title {
  line-height: 1.4;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  margin-top: -16px;
}
.product-card__desc {
  margin-bottom: 25px;
}
.product-card__desc p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-card__option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.product-card__instock img, .product-card__incredit img {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
}
.product-card__button {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.product-card__spec {
  margin-bottom: 36px;
}
.product-card__spec-title {
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.product-card__spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.product-card__spec-name {
  font-weight: 300;
}
.product-card__spec-value {
  font-weight: 600;
}
.product-card__spec-go-full {
  display: inline-block;
  text-decoration: none;
  color: var(--grey);
  border-bottom: 1px dashed var(--grey);
  box-sizing: border-box;
  position: relative;
  margin-top: 25px;
}
.product-card-tabs {
  margin-top: 40px;
}
.product-card-tabs__head {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  /* border: 1px solid #A5A2A2; */
  margin-bottom: 0px;
  margin-left: 1px;
}
.product-card-tabs__item {
  box-sizing: border-box;
  /* display: block; */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding: 22px 35px;
  border-top: 4px solid transparent;
  margin: 0 0px 0px 0;
  background: #fff;
  font-weight: bold;
  outline: 1px solid #A5A2A2;
}
.product-card-tabs__item.active {
  background: var(--grey);
  border-top: 4px solid #FFCB3A;
  color: #fff;
  display: block;
}
.product-card-tabs__body {
  background-color: var(--white);
  padding: 45px 65px;
  box-sizing: border-box;
  border: 1px solid #A5A2A2;
  display: none;
  font-weight: 300;
  line-height: 1.2;
}
.product-card-tabs__body.active {
  display: block;
}
.no-results {
  text-align: center;
  width: 100%;
}
.breadcrumbs {
	padding: 60px 0;
	padding-bottom: 20px;
}  
.breadcrumbs span {
  	color: var(--lite-grey);
	font-family: 'Montserrat', sans-serif;
}
.breadcrumbs a {
	color: var(--black);
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs-product {
  padding-bottom: 0;
}
#tab-tech table {
  width: 100%!important;
}
#tab-tech table tr:nth-child(2n) td {
  background: #FFEA28;
}
#tab-tech table tr:nth-child(2n) {
  background-color: #fafafa;
}
#tab-tech table tr td, #tab-tech table tr th {
  font-size: 18px;
  padding: 11.5px;
  width: auto !important;
  height: auto !important;
}
#tab-desc ul {
  padding: 0;
}
#tab-desc li {
  margin-bottom: 10px;
  list-style: none;
}
#tab-desc li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-color: #FFEA28;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  margin: 0 10px 5px 0;
}
.product-advantages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #ffea28;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgb(26 97 134 / 15%);
  padding: 60px 20px;
  border-radius: 10px;
}
.product-advantages__item {
  margin-left: 10px;
  margin-right: 10px;
}
.product-advantages__item-ico {
  margin-bottom: 10px;
}
.product-advantages__item-ico img {
  display: block;
  margin: 0 auto;
}
.product-advantages__title {
  font-weight: bold;
  text-align: center;
}
.related-product__container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 65px 65px;
}
.related-product__title {
  margin: 0 auto 65px;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 48px;
  position: relative;
}
.related-product .catalog-card {
  margin: 0 20px 45px;
}
.related-product .slick-list {
  display: block;
}
.related-product {
  position: relative;
}
.related-product .slick-arrow {
  position: absolute;
  top: 40%;
  margin-top: -27px;
}
.related-product .slick-prev {
  left: 10px;
}
.related-product .slick-next {
  right: 10px;
}
@media(max-width: 1199px) {
  .slick-arrow {
    font-size: 16px;
  }
}
@media(max-width: 767px) {
  .slick-arrow {
    font-size: 14px;
  }
}
/**/

.contain_bg_size_mode {
  position: relative;
}
.contain_bg_size_mode .image {
    display: block;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
	bottom: 20%;
    right: 0;
    max-height: 450px;
}
@media screen and (max-width: 1199px) {
	.contain_bg_size_mode .image {
/*		top: 60px;*/
	}
}
/**/

.text_input_wrap {
  display: block;
  font-weight: 400;
  margin: 0 auto 1em;
  text-align: left;
}
.text_input_wrap .text_input_name {
  display: block;
  line-height: 1.2;
  margin: 0 auto 0.9em;
  padding: 0 1.4em;
}
.text_input_wrap .text_input {
  display: block;
  box-sizing: border-box;
  padding: 0 1.4em;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid rgba(37, 184, 238, 0.34);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  height: 3.8em;
  width: 100%;
}
/**/

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
    background-color: var(--grey);
}
.admin-bar .header {
  top: 30px;
}
.header.scroll_after_first_section {
  position: fixed;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.17);
}
.header .row1 {
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
	height: 95px;
	box-sizing: border-box;
  background-color: var(--grey);
}
.header.scroll_after_first_section .row1 {
  display: none;
}
.header .row1 .wrapper {
  display: flex;
  align-items: center;
	justify-content: space-between;
}
.header .row1 .column1 {
	width: 50%;
	display: flex;
	align-items: center;
}
.header .row1 .column1 .logo_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  line-height: 1;
  transition: 0.3s;
  transform: perspective(100px) rotateX(90deg);
  transform-origin: bottom;
  opacity: 0.3;
}
.page_ready .header .row1 .column1 .logo_link {
  transform: perspective(100px);
  opacity: 1;
}
.header .row1 .column1 .logo_link .image {
	display: block;
	max-width: 100%;
	height: 71px;
}
.header .row1 .column1 .logo_link .image.clear_logo {
	display: none;
}
.header .search-form {
	display: flex;
	height: 53px;
	width: 100%;
	align-items: center;
}
.header .search-form__field {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 325px;
	height: 100%;
}
.header .search-form__mobile-btn {
	display: none;
}
.header .search-form__field--input {
	border: 0;
    padding: 0 22px;
    width: 100%;
    box-sizing: border-box;
	background-color: var(--grey-2);
	color: var(--lite-grey);
	padding-right: 55px;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
.header .search-form__field--input::placeholder {
	color: var(--lite-grey);
	opacity: 1;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
.header .search-form__field--input:focus::placeholder {
	opacity: 0;
}
.header .search-form__field--submit {
	background-color: var(--white);
	position: absolute;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../img/header/search.svg);
	-webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-image: url(../img/header/search.svg);
	mask-repeat: no-repeat;
    mask-size: contain;
    appearance: none;
    border: 0;
    outline: 0;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
	cursor: pointer;
    margin: auto;
    right: 20px;
}
.header .search-form__field--submit:hover {
	background-color: var(--yellow);
}


@keyframes logo_desc_animation {
  0% {
    opacity: 0;
    transform: translate(0, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.header .row1 .column1 .orange_button {
  display: none;
}

.header .row1 .column2 {
	width: 50%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header .row1 .column2 .select2-selection__arrow {
  display: none;
}
.header .row1 .column2 .phone_and_city_select_wrap {
	display: flex;
	align-items: center;
	margin-right: 32px;
}
.header .row1 .column2 .callback_order_button {
  font-size: 14px;
  margin: 0 0 0 10px;
  min-width: 195px;
}
.header .row1 .column2 .city_select_wrap {
  margin: 0 0 0 10px;
  width: 205px;
  display: inline-block;
  opacity: 0;
}
.page_ready .header .row1 .column2 .city_select_wrap {
  opacity: 1;
  display: none;
}
.header .row1 .column2 .city_select_wrap .select {
  width: 100%;
  outline: none;
}
.header .row1 .column2 .city_select_wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.header .row1 .column2 .city_select_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 25px 0 0;
  color: inherit;
}
.header .row1 .column2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%) rotate(45deg);
  border: none;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  margin: 0;
}
.post-template .header .row1 .column2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0193D4;
}
.header .row1 .column2 .phone {
  color: inherit;
  text-decoration: inherit;
  display: flex;
	align-items: center;
}
.header .row1 .column2 .phone .icon {
	margin-right: 7px;
    -webkit-mask-image: url(../img/header/phone.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url(../img/header/phone.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
	background-color: var(--white);
	width: 30px;
    height: 30px;
    display: flex;
}
.header .row1 .column2 .phone:hover .icon {
	background-color: var(--yellow);
}
.header .row1 .column2 .phone:hover a {
	color: var(--yellow);
}
.header .row1 .column2 .phone .text {
 	font-size: 16px;
	font-weight: 600;
}
.header .row2 {
  background-color: var(--grey-2);
  box-shadow: 0px 10px 20px rgba(20, 64, 79, 0.1);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* padding: 14px 0; */
  box-sizing: border-box;
}
.header.scroll .row2 {
  display: block;
}
.header .row2 .sub_row1 {
  align-items: center;
  justify-content: start;
}
.header.scroll_after_first_section .row2 .sub_row1 {
  display: flex;
}
.header .row2 .sub_row1 .logo {
  max-width: 136px;
  display: none;
  padding: 5px 0;
}
.header.scroll_after_first_section .row2 .sub_row1 .logo {
	display: flex;
	margin-right: 40px;
	padding: 12px 0;
}
.header .row2 .sub_row1 .logo .image {
  max-height: 100%;
  max-width: 100%;
}
.header .row2 .sub_row1 .phone_and_callback_wrap {
  display: none;
}
.header.opened .row2 .sub_row1 .phone_and_callback_wrap {
	display: flex;
}
.header.scroll_after_first_section .row2 .sub_row1 .phone_and_callback_wrap {
  display: flex;
}
.header .row2 .sub_row1 .phone_link {
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  display: none;
  margin: 0;
  text-align: center;
}
.header.opened .row2 .sub_row1 .phone_link {
	display: flex;
    margin-bottom: 15px;
    margin-top: 22px;
	padding: 0 15px;
	width: 100%;
}
.header.opened .row2 .sub_row1 .phone_link .text {
	width: 100%;
}
.header.opened .row2 .sub_row1 .phone_link a {
	font-weight: 600;
	font-size: 16px;
	color: var(--grey);
	display: flex;
	;align-items: center;
}
.header.opened .row2 .sub_row1 .phone_link a::before {
	content: '';
	mask-image: url(../img/header/mobile.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url(../img/header/mobile.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
    background-color: var(--grey-2);
	height: 29px;
    width: 18px;
    display: flex;
    margin-right: 13px;
}
.header .row2 .sub_row1 .phone_link .icon {
  display: inline-block;
  vertical-align: middle;
}
.header .row2 .sub_row1 .phone_link .text {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
.header .row2 .sub_row1 .phone_link .text .line1 {
  display: block;
}
.header .row2 .sub_row1 .phone_link .text .line1 .link {
  text-decoration: none;
  color: inherit;
}
.header .row2 .sub_row1 .phone_link .text .line1 .link:hover {
  text-decoration: underline;
}
.header .row2 .sub_row1 .phone_link .text .line2 {
  text-align: center;
  display: block;
  color: #0F90B9;
}
.header .row2 .sub_row1 .phone_link .text .line2 .select2-container--default .select2-selection--single {
  border: none;
}
.header .row2 .sub_row1 .phone_link .text .line2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 20px);
  line-height: 1.2;
  color: inherit;
}
.header .row2 .sub_row1 .phone_link .text .line2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header .row2 .sub_row1 .phone_link .text .line2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0F90B9 transparent transparent transparent;
}
.select2-container--open .select2-dropdown--below.city_select_row2_dropdown {
  background-color: var(--white);
  box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.5);
}
.header .row2 .sub_row1 .phone_and_callback_wrap .orange_button {
  /*padding: 1em;*/
  padding: 0.5em;
  margin: 0 0 0 15px;
}
.header .row2 .sub_row1 .menu {
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    font-size: 18px;
    transform: translate(0,50%);
    opacity: 0
}

.page_ready .header .row2 .sub_row1 .menu {
    animation: 1s logo_desc_animation;
    animation-delay: .75s;
    animation-fill-mode: forwards
}

.header .row2 .sub_row1 .menu .point,
.header .row2 .sub_row1 .menu .menu-item {
    display: inline-block;
    margin: 0 65px 0 0
}

header .row2 .sub_row1 .menu>.menu-item {
    position: relative
}

.header.scroll .row2 .sub_row1 .menu .point,
.header.scroll .row2 .sub_row1 .menu .menu-item {
    margin: 0 40px 0 0
}

.header .row2 .sub_row1 .menu .point:last-child,
.header .row2 .sub_row1 .menu .menu-item:last-child {
    margin: 0
}

.header .row2 .sub_row1 .menu .point .link,
.header .row2 .sub_row1 .menu .menu-item a {
    padding: 14px 0;
    display: inline-block;
    position: relative;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
	font-size: 16px;
}

.header .row2 .sub_row1 .menu .menu-item a {
    color: var(--white)
}

.header .row2 .sub_row1 .menu .menu-item.menu-item-has-children .marker {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 0 0 .6em;
    transition: all .2s;
    width: 13px;
    height: 9px;
    cursor: pointer
}

.header .row2 .sub_row1 .menu .menu-item.menu-item-has-children .marker > .mask-image {
    -webkit-mask-image: url(../img/menu-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-image: url(../img/menu-icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    display: block
}

.header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover .marker {
    transform: rotate(180deg)
}

.header .row2 .sub_row1 .menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 15px 0;
    box-sizing: border-box;
    transform: translate(0,10%);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    background-color: var(--white);
    box-shadow: 0 4px 15px 0 rgba(26,97,134,.15);
    min-width: 262px;
    max-width: 262px
}

.header .row2 .sub_row1 .menu .menu-item:hover .sub-menu {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible
}

.header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center
}
.header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item:hover {
	background-color: var(--yellow);
}
.header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item a {
    padding: 9px 20px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    font-weight: 400;
    line-height: 20px;
    color: var(--black);
    width: 100%
}

.header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item a:after {
    bottom: 0;
    top: auto;
    left: .5em;
    width: calc(100% - 1em)
}

.header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item.current-menu-item a:after {
    transform: rotateX(0);
    opacity: 1
}

.header .row2 .sub_row1 .menu .menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children .marker {
    position: absolute;
    right: 20px;
    transform: rotate(270deg);
    margin: 0;
    width: 14px;
    height: 10px
}

.header .row2 .sub_row1 .menu .menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children .marker>.mask-image {
    background-color: var(--black);
    width: 100%;
    height: 100%;
    -webkit-mask-size: contain
    mask-size: contain;
}

@media screen and (min-width: 768px) {
    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover .marker {
        top:15px;
        transform: rotate(360deg)
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children:hover .marker {
        top: auto;
        transform: rotate(270deg)
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children:hover .marker>.mask-image {
        background-color: var(--black)
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul {
        position: absolute;
        left: 100%;
        top: 0;
        border: none;
        display: none
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul {
        display: block
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul li a {
        color: var(--black)
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul li:hover a {
        color: var(--black)
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul li a:after {
        content: none
    }

    .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul li a {
        margin-left: 0
    }
}
.header .row2 .sub_row2 {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
.header .row2 .sub_row2 .point {
  margin: 0 auto 1em;
}
.header .row2 .sub_row2 .point:last-child {
  margin: 0 auto;
}
.header .row2 .sub_row2 .point .phone_link {
  color: inherit;
  text-decoration: inherit;
}
.header .row2 .sub_row2 .point .phone_link .icon {
  vertical-align: middle;
  max-height: 1.3em;
  margin: 0 0.5em 0 0;
}
.header .row2 .sub_row2 .point .phone_link .text {
  vertical-align: middle;
}
.header .row2 .sub_row2 .point .select, .header .row2 .sub_row2 .point .select2 {
  max-width: 200px;
  border: none;
}
.header .row2 .sub_row2 .point .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.header .row2 .sub_row2 .point .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 0.5em 0 0;
  display: inline-block;
}
.header .row2 .sub_row2 .point .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  display: inline-block;
}
.header .row2 .sub_row2 .point .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%) rotate(45deg);
  border: none;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  margin: 0;
}
/**/

.header .menu_toggle {
	position: relative;
	height: 35px;
	width: 45px;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	transition: 0.3s;
	overflow: hidden;
	z-index: 2;
	outline: none;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	margin-right: auto;
}
.header .menu_toggle > span {
	width: 100%;
	height: 3px;
	background-color: var(--white);
	border-radius: 3px;
	margin-left: 3px;
}
.header .menu_toggle > span:nth-child(2n) {
	max-width: 28px;
}

.header.opened .menu_toggle:before {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  opacity: 1;
}
.header.opened .menu_toggle:after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  opacity: 1;
}
.page-id-1402 .map_contact_img_section {
  margin-top: 60px;
}
@media(max-width: 1199px) {
/*
  .admin-bar .header {
    top: 45px;
  }
*/
  .header .row1 {
    font-size: 16px;
  }
  .header .row1 .column2 {
    width: 65%;
  }
  .header .row1 .column2 .callback_order_button {
    min-width: 10em;
    margin: 0 0 0 5px;
    font-size: 0.8em;
  }
  .header .row1 .column2 .city_select_wrap {
    width: 11em;
  }
  .header .row2 .sub_row1 .menu {
    min-width: 460px;
  }
  .header .row2 .sub_row1 .phone_and_callback_wrap .orange_button {
    display: none;
  }
  .page-id-1402 .map_contact_img_section {
    margin-top: 30px;
  }
}
@media(max-width: 854px) {
  /*.admin-bar .header.scroll {
        top: 0;
    }*/
  .header .row1, .post-template .header .row1 {
    font-size: 14px;
  }
  /*
    .header .row2 .sub_row1 .menu {
        text-align: justify;
        line-height: 1.2;
    }
    .header .row2 .sub_row1 .menu .point,
    .header .row2 .sub_row1 .menu .menu-item,
    .header.scroll .row2 .sub_row1 .menu .point,
    .header.scroll .row2 .sub_row1 .menu .menu-item {
        margin: 0 auto;
        position: relative;
        top: 1.2em;
    }
    .header .row2 .sub_row1 .menu:before {
        content: '';
        display: block;
        margin: -1.2em auto 0;
    }
    .header .row2 .sub_row1 .menu:after {
        content: '';
        display: inline-block;
        width: 100%;
    }*/
  .header .row2 {
    display: block;
  }
  .header.scroll .row2 .sub_row1 .menu {
    text-align: center;
  }
  .header .row2 .sub_row1 .menu .menu-item, .header.scroll .row2 .sub_row1 .menu .menu-item {
    margin: 0 1em 0 0;
    text-align: left;
  }
  /*
    .header.scroll .row2 .sub_row1 .menu .menu-item {
        margin: 0 1em;
    }
    .header.scroll .row2 .sub_row1 .menu .menu-item:first-child {
        margin: 0 1em 0 0;
    }
    */
  .header .row2 .sub_row1 .menu .menu-item:last-child {
    margin: 0;
  }
}
@media(max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}	
}
@media(max-width: 767px) {
  .header {
	  position: fixed;
	  width: 100vw;
	  display: flex;
	  flex-direction: row-reverse;
	  align-items: center;
	  height: 60px;
	  padding: 0 15px;
	  box-sizing: border-box;
	  background-color: var(--grey-2);
  }
  .admin-bar .header.scroll {
    top: 0;
  }
  .header .row1 {
	  font-size: 10px;
	  line-height: 40px;
	  height: 100%;
	  padding: 0;
	  margin-left: 45px;
	  width: 100%;
	  background-color: transparent;
  }
	.header.opened .row1 {
		display: none;
	}
	.header .row1 .wrapper {
		width: 100%;
		height: 100%;
	}
	.header .row2 .wrapper {
		width: 100%;
	}
	.header.scroll .row2 {
		display: none;
	}
  .header.scroll_after_first_section .row1 {
    display: block;
  }
	.header .row1 .column1 {
		float: none;
		width: 100%;
		height: 100%;
	}
  .general_city_select_phone .general_city_select_phone_link.active {
    color: #fff;
  }
	.page_ready .header .row1 .column1 .logo_link {
		height: 100%;
	}
  .header.scroll.opened .row1 .column1 .logo_link {
    display: none;
  }
	.page_ready .header .row1 .column1 .logo_link .image {
/*		height: 100%;*/
		height: calc(100% - 8px);
	}
  .page_ready .header .row1 .column1 .logo_link .image.clear_logo {
    display: block;
  } 
	.page_ready .header .row1 .column1 .orange_button {
		display: flex;
		background-color: transparent;
		padding: 0;
		width: 35px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.page_ready .header .row1 .column1 .orange_button::before {
		content: '';
		-webkit-mask-image: url(../img/header/phone.svg);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-image: url(../img/header/phone.svg);
		mask-repeat: no-repeat;
		mask-size: contain;
		background-color: var(--white);
		width: 34px;
		height: 34px;
	}
	.header .search-form {
		height: 100%;
		width: auto;
		margin-right: 17px;
		margin-left: auto;
	}
	.header .search-form__field {
		display: none;
		background-color: var(--grey);
	}
	.header .search-form__mobile-btn {
		display: flex;
		width: 35px;
		height: 35px;
		background-color: var(--white);
		display: flex;
		-webkit-mask-position: center;
    	-webkit-mask-image: url(../img/header/search.svg);
    	-webkit-mask-repeat: no-repeat;
    	mask-position: center;
    	mask-image: url(../img/header/search.svg);
    	mask-repeat: no-repeat;
	}
	.header .search-form.show .search-form__field {
		position: absolute;
        width: 100%;
        left: 0;
        max-width: 100%;
        z-index: 3;
		display: flex;
		align-items: center;
	}
	.header .search-form.show .search-form__field--input {
		width: calc(100% - 75px);
		margin-right: 15px;
		background-color: var(--white);
		height: calc(100% - 14px);
		margin-left: auto;
	}
	.header .search-form.show .search-form__mobile-btn {
		z-index: 3;
		position: absolute;
        left: 10px;
    	-webkit-mask-image: url(../img/header/close.svg);
    	mask-image: url(../img/header/close.svg);
	}
	.header .search-form.show .search-form__field--submit {
		background-color: var(--grey);
		right: 30px;
	}
  .header.scroll .row1 .column1 .phone_and_callback {
    margin: 0;
  }
  /*.header.scroll .row1 .column1 .orange_button {
        display: inline-block;
        margin: 0 calc((100% - 305px) / 2);
        padding: 1em 0.5em;
        font-size: 0.8em;
    }*/
  .header.scroll .row1 .column1 .orange_button {
/*    display: none;*/
  }
  .header .row1 .column2 {
	  display: none;
  }
  .header .row1 .column2:after {
    display: block;
    content: '';
    clear: both;
  }
  .header .row1 .column2 .phone_and_city_select_wrap {
    display: none;
    vertical-align: middle;
    max-width: 155px;
  }
  .header .row1 .column2 .phone {
    font-size: 16px;
  }
  .page_ready .header .row1 .column2 .city_select_wrap {
    width: auto;
  }
  /*.header .row1 .column2 .phone {
        float: left;
    }
    .page_ready .header .row1 .column2 .city_select_wrap {
        floa
    }*/
  .header .row1 .column2 .callback_order_button {
    display: none;
  }
  .header.opened .row2 {
	  width: 100%;
	  top: 100%;
	  right: 0;
	  height: calc(100vh - 100%);
	  transform: translate(0, 0);
	  background-color: var(--white);
	  padding:0;
	  overflow-y: auto;
	  display: flex;
  }
  .header .row2 .sub_row1 .menu:after, .header .row2 .sub_row1 .menu:before {
    content: none;
  }
  .header.opened .row2 .sub_row1 .menu .point:nth-child(n), .header.opened .row2 .sub_row1 .menu .menu-item:nth-child(n) {
    /*margin: 0 auto 1em;
        padding: 0;*/
    margin: 0 auto;
    padding: 15px;
    top: 0;
    font-size: 18px;
    color: var(--black);
  }
  .header.opened .row2 .sub_row1 .menu .point:last-child, .header.opened .row2 .sub_row1 .menu .menu-item:last-child {
    margin: 0 auto;
  }

  .header .row2 {
    right: 2.5%;
    top: 50%;
    transform: translate(0, -15px);
    width: 35px;
    height: 30px;
    padding: 0;
    position: absolute;
    transition: 0.3s;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
	  display: none;
  }
  .header .row2 .sub_row1 {
    min-height: calc(100vh - 313px);
  }
	.header .row2 .sub_row1 .menu {
		min-width: 0;
		opacity: 1;
		transform: none;
	}
	.page_ready .header .row2 .sub_row1 .menu {
		animation: none;
	}
  .header .row2 .sub_row1 .menu .point:nth-child(n), .header .row2 .sub_row1 .menu .menu-item:nth-child(n) {
    margin: 0 auto;
    transition: 0.3s;
    font-size: 0;
    color: #FACB01;
    display: block;
  }

  .header .row2 .sub_row1 .menu .point:nth-child(1), .header .row2 .sub_row1 .menu .point:nth-child(2), .header .row2 .sub_row1 .menu .point:nth-child(3), .header .row2 .sub_row1 .menu .menu-item:nth-child(1), .header .row2 .sub_row1 .menu .menu-item:nth-child(2), .header .row2 .sub_row1 .menu .menu-item:nth-child(3) {
    padding: 5px 0;
  }
  @keyframes header_mobile_sub_row2_show {
    0% {
      transform: perspective(100px) rotateX(90deg);
      transform-origin: bottom;
      opacity: 0;
    }
    100% {
      transform: perspective(100px) rotateX(0deg);
      opacity: 1;
    }
  }
  .header .row2 .sub_row2 {
    /*display: block;
        transform: perspective(100px) rotateX(90deg);
        transform-origin: bottom;
        opacity: 0;*/
    margin: 30px calc(50% - 150px) 0;
    display: block;
    width: 300px;
  }
  .header.opened .row2 .sub_row2 {
    /*animation: 0.3s header_mobile_sub_row2_show;
        animation-delay: 0.3s;
        animation-fill-mode: forwards;*/
    display: block;
  }
	.header .menu_toggle {
		display: flex;
		flex: none;
	}
	.header.opened .menu_toggle {
        mask-image: url(../img/header/close.svg);
        mask-position: center;
        mask-repeat: no-repeat;
		mask-size: contain;
		-webkit-mask-image: url(../img/header/close.svg);
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		background-color: var(--white);

	}
	.header.opened .menu_toggle > span {
		display: none;
	}
  .header.scroll_after_first_section .row2 .sub_row1 {
    display: block;
  }
  .header.scroll_after_first_section .row2 .sub_row1 .logo {
    display: none;
  }
  .select2-container--open .select2-dropdown--below.city_select_dropdown {
    background-color: var(--white);
    /*box-shadow: 0px 10px 20px rgba(70, 136, 158, 0.5);*/
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    min-width: 155px;
    color: #000000;
  }
  .header.opened .row2 .sub_row1 .menu .menu-item {
    box-sizing: border-box;
	  position: unset;
	  display: flex;
	  align-items: center;
  }
/*
  .header.opened .row2 .sub_row1 .menu .menu-item.current-menu-item>a, .header.opened .row2 .sub_row1 .menu .menu-item a:hover, .header.opened .row2 .sub_row1 .menu .menu-item.sub-menu-opened {
    color: #FACB01;
  }
*/
  .header.opened .row2 .sub_row1 .menu .menu-item a:after {
    display: none;
  }
  .header .row2 .sub_row1 .menu .menu-item.sub-menu-opened.menu-item-has-children .marker, .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children:hover .marker {
    border-top-color: #FACB01;
  }
  .header .row2 .sub_row1 .menu .menu-item .sub-menu {
    position: static;
    border: none;
    box-shadow: none;
    transform: none;
    opacity: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    visibility: visible;
    padding: 0.5em 0 0;
    display: none;
    transition: none;
  }
  /*
    .header .row2 .sub_row1 .menu .menu-item:hover .sub-menu {
        height: auto;
        padding: 1em 0 0;
    }*/
  .header.opened .row2 .sub_row1 .menu .menu-item.sub-menu-opened > .sub-menu {
	  display: block;
	  position: absolute;
	  background-color: var(--white);
	  width: 100vw;
	  height: 100vh;
	  top: 0;
	  padding: 0;
	  margin: 0;
	  left: 0;
	  z-index: 1;
  }
  .header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item:nth-child(n) {
    font-size: 16px;
  }
  .header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item:last-child {
    margin: 0 auto;
  }
  .header .row2 .sub_row1 .menu .menu-item .sub-menu .menu-item a {
	  max-width: 100%;
	  padding: 0;
	  color: var(--black);
	  font-size: 14px;
	  font-weight: 600;
  }
  .header .row2 .sub_row1 .menu .menu-item a {
	  padding: 0;
	  color: var(--black);
	  font-size: 14px;
  }
  .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children .marker {
	  margin-left: auto;
	  transform: rotate(-90deg);
	  width: 15px;
	  height: 11px; 
  }

  .header .row2 .sub_row1 .menu .menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children .marker {
    display: inline-block;
  }
	.header .row2 .sub_row1 .menu .menu-item.menu-item-has-children .marker > .mask-image {
		background-color: var(--black);
	}
	.header.opened .menu-top-nav {
		position: absolute; 
		background-color: var(--grey-2);
		width: 100%;
		height: 60px;
		z-index: 3;
		top: 0;
		left: 0;
		font-weight: 400;
		font-size: 16px;
		color: var(--white);
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.header.opened .menu-top-nav::before {
		content: '';
		-webkit-mask-image: url(../img/menu-icon.svg);
		-webkit-mask-position: center;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-position: center;
		mask-image: url(../img/menu-icon.svg);
		mask-repeat: no-repeat;
		mask-size: contain;
		background-color: var(--white);
		width: 16px;
		height: 10px;
		transform: rotate(90deg);
		margin-right: 15px;

	}
	.header .row2 .sub_row1 .phone_and_callback_wrap .orange_button {
        display: flex !important;
        width: 100%;
        font-size: 14px;
        text-transform: none;
        justify-content: center;
        height: 42px;
        align-items: center;
        margin: 0 15px;
        margin-top: 35px;
	}
  .page-id-1402 .map_contact_img_section {
    margin-top: 90px;
  }
}
/**/

.main {
  padding: 110px 0 0;
  overflow: hidden;
  display: block;
}
@media(max-width: 1199px) {
  .main {
    padding: 110px 0 0;
  }
}
@media(max-width: 767px) {
  .main {
    padding: 60px 0 0;
  }
}
/**/

@keyframes adv_row2_center_circle_show {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: rgba(0, 165, 219, 0.2);
  }
}
/**/

.checkbox_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.checkbox_wrap .checkbox {
  position: absolute;
  box-sizing: border-box;
  width: 1px;
  height: 1px;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.checkbox_wrap .checkbox_subs {
  background: var(--white);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: relative;
  cursor: pointer;
}
.checkbox_wrap .checkbox:checked+.checkbox_subs:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  content: "✓";
  font-weight: 500;
}
/**/

/*in_numbers_section*/

/**/

/**/

.social_link_circle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.social_link_circle:hover {
  filter: brightness(0.9);
}
.social_link_circle.telegram {
  background-image: url(../img/contacts-section/telegram2.svg);
}
.social_link_circle.viber {
  background-image: url(../img/contacts-section/viber2.svg);
}
.social_link_circle.whatsapp {
  background-image: url(../img/contacts-section/whatsapp2.svg);
}
.social_link_circle.instagram {
  background-image: url(../img/footer/instagram.svg);
}
.social_link_circle.vk {
  background-image: url(../img/footer/vk.svg);
}
.social_link_circle.fb {
  background-image: url(../img/footer/fb.svg);
}
.social_link_circle.youtube {
  background-image: url(../img/footer/youtube.svg);
}
/**/

.footer {
  background-color: var(--grey);
  padding: 60px 0;
  color: var(--white);
  line-height: 1.2;
  font-size: 14px;
  overflow: hidden;
	position: relative;
}
.footer::before {
	content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--grey-2);
    left: -10%;
    bottom: -30%;
    opacity: 0.4;
}
/*
.footer .wrapper {
    transform: translate(0, 50%);
    opacity: 0;
}
.footer.viewed .wrapper {
    animation: 1s logo_desc_animation;
    animation-fill-mode: forwards;
}*/
.footer .row1 {
	display: flex;
	position: relative;
}
.footer .row1 .column1 {
	display: flex;
    justify-content: space-between;
    width: 40%;
}
.footer .row1 .column1 .sub_column1 {
    display: flex;
	width: 99%
}
.footer .row1 .column1 .sub_column2 {
	width: 99%;
}
.footer .row1 .column1 .sub_row1 {
  margin: 0 auto 2.4em;
  font-weight: bold;
}
.footer .row1 .column1 .sub_row2 {
  list-style-type: none;
  padding: 0;
	margin: 0;
}
.footer .row1 .column1 .sub_row2 .link, .footer .row1 .column1 .sub_row2 a {
  color: inherit;
  text-decoration: underline;
}
.footer .row1 .column1 .sub_row2 .link:hover, .footer .row1 .column1 .sub_row2 a:hover {
  text-decoration: none;
}
.footer .row1 .column1 .sub_row2 .point, .footer .row1 .column1 .sub_row2 li {
  margin: 0 auto 1.2em;
}
.footer .row1 .column1 .sub_row2 .point:last-child, .footer .row1 .column1 .sub_row2 li:last-child {
  margin: 0 auto;
}
.footer .row1 .column2 {
	width: 60%;
	display: flex;
}
.footer .row1 .column2 .sub_column1 {
	max-width: 175px;
	margin-right: auto;
}
.footer .row1 .column2 .sub_column1 .point {
  margin: 0 auto 1.2em;
}
.footer .row1 .column2 .sub_column1 .point:last-child {
  margin: 0 auto;
}
.footer .row1 .column2 .sub_column1 .point+.point .sub_row1 {
  margin: 0 auto 1.2em;
}
.footer .row1 .column2 .sub_column1 .phone_link {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.footer .row1 .column2 .sub_column1 .phone_link:hover {
  text-decoration: underline;
}
.footer .row1 .column2 .sub_column1 .email_link {
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
}
.footer .row1 .column2 .sub_column1 .email_link:hover {
  text-decoration: none;
}
.footer .row1 .column2 .sub_column1 .sub_row1 {
  margin: 0 auto 0.9em;
  font-weight: bold;
}
.footer .row1 .column2 .sub_column1 .sub_row2 {
  margin: 0 auto 1.2em;
}
.footer .row1 .column2 .sub_column1 .sub_row4 .social_link_circle {
  margin: 0 15px 0 0;
}
.footer .row1 .column2 .sub_column2 {
	display: flex;
	flex-direction: column;
	max-width: 260px;
	margin-left: 0;
	height: 100%;
}
.footer .row1 .column2 .sub_column2 .sub_row1 {
/*  margin: 0 auto 35px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}
.footer .row1 .column2 .sub_column2 .sub_row1 .line1 {
  margin: 0 auto 20px;
}
.footer .row1 .column2 .sub_column2 .sub_row1 .line2 {
  margin-top: auto;
}
.footer .row1 .column2 .sub_column2 .sub_row1 .line1 .image {
  max-width: 100%;
}
.footer .row1 .column2 .sub_column2 .sub_row2 {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.footer .row1 .column2 .sub_column2 .sub_row2 a {
  color: inherit;
  text-decoration: underline;
}
.footer .row1 .column2 .sub_column2 .sub_row2 a:hover {
  text-decoration: none;
}
.footer .row1 .column2 .sub_column2 .sub_row2 .point {
  margin: 0 auto 1.2em;
}
@media screen and (max-width: 991px) {
	.footer .row1 {
		flex-wrap: wrap;
	}
	.footer .row1 .column1,
	.footer .row1 .column2 {
		width: 100%;
	}
	.footer .row1 .column1 {
		margin-bottom: 50px;
	}
	.footer .row1 .column2 .sub_column2 .sub_row1 .line2 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.footer::before {
		width: 150%;
		left: -25%;
	}
	.footer .row1 .column2 {
		flex-wrap: wrap;
	}
	.footer .row1 .column2 .sub_column1 {
		width: 100%;
		max-width: 50%;
	}
	.footer .row1 .column2 .sub_column2 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 600px) {
    .footer::before {
        width: 250%;
        left: -75%;
    }
}
@media screen and (max-width: 425px) {
    .footer::before {
        width: 300%;
        left: -100%;
		bottom: -50%;
    }
	.footer .row1 .column1 {
		flex-wrap: wrap;
	}
	.footer .row1 .column1 .sub_column1,
	.footer .row1 .column1 .sub_column2,
	.footer .row1 .column2 .sub_column1,
	.footer .row1 .column2 .sub_column2 {
		width: 100%;
		max-width: 100%;
	}
	.footer .row1 .column1 .sub_column1 {
		margin-bottom: 50px;
	}
}


/*popups*/

.popup {
  max-width: 530px;
  font-size: 18px;
  margin: 50px auto;
  padding: 40px;
  box-sizing: border-box;
    border: 1px solid rgb(255 234 40 / 3%);
	box-shadow: 0px 10px 20px rgb(255 234 40 / 5%)
  line-height: 1.2;
  background-color: var(--grey);
  width: 96%;
  position: relative;
  color: #fff;
}
.popup a {
  color: #fff;
}
.popup .row1 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 42px;
  margin: 0 auto 0.6em;
  position: relative;
  text-transform: uppercase;
}
.popup .row1:after {
  content: "";
  display: block;
  width: 52px;
  border-bottom: 6px solid #FFEA28;
  position: absolute;
  right: calc(50% - 26px);
  bottom: -10px;
}
.popup .row2 {
  font-weight: 500;
  margin: 0 auto 1.2em;
  text-align: center;
}
.popup .row3 .sub_row1 {
  display: block;
  margin: 0 auto 1.2em;
}
.popup .row3 .sub_row1 .line1 {
  display: block;
  margin: 0 auto 1.2em;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0 1.4em;
}
.popup .row3 .sub_row1 .line2 .text_input, .popup .row3 .sub_row1 .line2 .textarea_input {
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 1.4em;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  border: none;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  height: 3.78em;
  background-color: var(--white);
  line-height: 1.2;
}
.popup .row3 .sub_row1 .line2 .textarea_input {
  padding: 1.29em 0 1.29em 1.4em;
  height: 7.38em;
  resize: none;
}
.popup .row3 .sub_row1 .line2 input[name="fields[name]"] {
  background: url(../img/input-name2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[phone]"] {
  background: url(../img/input-phone2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[email]"] {
  background: url(../img/input-email2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[comments]"] {
  background: url(../img/input-message2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 textarea[name="fields[comments]"] {
  background: url(../img/input-message2.svg) 4% 15% no-repeat, #FFF;
  padding: 1em 1.4em 1em 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[name]"]:focus {
  background: url(../img/input-name2.svg) 4% no-repeat, #F4F4F4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[phone]"]:focus {
  background: url(../img/input-phone2.svg) 4% no-repeat, #F4F4F4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[email]"]:focus {
  background: url(../img/input-email2.svg) 4% no-repeat, #F4F4F4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="fields[comments]"]:focus {
  background: url(../img/input-message2.svg) 4% no-repeat, #F4F4F4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 textarea[name="fields[comments]"]:focus {
  background: url(../img/input-message2.svg) 4% 15% no-repeat, #F4F4F4;
  padding: 1em 1.4em 1em 3.5em;
}
input:focus, textarea:focus {
  outline: none;
}
.popup .row3 .sub_row1 .line2 input[name="name"] {
  background: url(../img/input-name2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="phone"] {
  background: url(../img/input-phone2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="email"] {
  background: url(../img/input-email2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="comments"] {
  background: url(../img/input-message2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="text"] {
  background: url(../img/input-message2.svg) 4% no-repeat, #FFF;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 textarea[name="comments"] {
  background: url(../img/input-message2.svg) 4% 15% no-repeat, #FFF;
  padding: 1em 1.4em 1em 3.5em;
}
.popup .row3 .sub_row1 .line2 textarea[name="text"] {
  background: url(../img/input-message2.svg) 4% 15% no-repeat, #FFF;
  padding: 1em 1.4em 1em 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="name"]:focus {
  background: url(../img/input-name2.svg) 4% no-repeat, #FFFAE4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="phone"]:focus {
  background: url(../img/input-phone2.svg) 4% no-repeat, #FFFAE4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="email"]:focus {
  background: url(../img/input-email2.svg) 4% no-repeat, #FFFAE4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 input[name="comments"]:focus {
  background: url(../img/input-message2.svg) 4% no-repeat, #FFFAE4;
  padding: 0 1.4em 0 3.5em;
}
.popup .row3 .sub_row1 .line2 textarea[name="comments"]:focus {
  background: url(../img/input-message2.svg) 4% 15% no-repeat, #FFFAE4;
  padding: 1em 1.4em 1em 3.5em;
}
.popup .row3 .sub_row1 .line2 textarea[name="text"]:focus {
  background: url(../img/input-message2.svg) 4% 15% no-repeat, #FFFAE4;
  padding: 1em 1.4em 1em 3.5em;
}
.popup .row4 {
  margin: 0 auto 1.2em;
}
.popup .row4 .link {
  color: inherit;
  text-decoration: underline;
}
.popup .row4 .link:hover {
  text-decoration: none;
}
.popup .row5 .orange_button {
  display: block;
  width: 100%;
}
.popup .row6 {
  font-size: 14px;
}
.popup .row6 .icon {
  max-height: 2.4em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6em 0 0;
}
.popup .row6 .text {
  display: inline-block;
  vertical-align: middle;
}
.popup .row6+.row1 {
  margin: 1.2em auto;
}
.popup .row7 .phone_link {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.popup .row7 .phone_link:hover {
  text-decoration: underline;
}
@media(max-width: 1199px) {
  .popup {
    font-size: 16px;
    max-width: 500px;
  }
}
@media(max-width: 767px) {
  .popup {
    font-size: 14px;
    max-width: 400px;
    padding: 20px 15px;
  }
  .popup .row1 {
    font-size: 1.8em;
  }
  .popup .row4 {
    font-size: 12px;
  }
}
@media(max-width: 324px) {
  .popup .row4 {
    font-size: 10px;
  }
}
/*.breadcrumbs_section*/

.breadcrumbs_section {
  padding: 3em 0;
  font-size: 18px;
}
.breadcrumbs_section .link {
  color: var(--grey);
  margin: 0 0.5em 0.5em 0;
}
.breadcrumbs_section .link:after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  box-sizing: border-box;
  border-right: 1px solid var(--grey);
  border-top: 1px solid var(--grey);
  transform: rotate(45deg);
  margin: 0 0 0 0.5em;
}
.breadcrumbs_section .link:hover {
  text-decoration: none;
}
.breadcrumbs_section span {
  color: #7C7C7C;
}
.product-popup .mfp-figure:after {
  background: #fff;
}
@media(max-width: 1199px) {
  .breadcrumbs_section {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .breadcrumbs_section {
    font-size: 14px;
    padding: 100px 0 20px;
  }
}
/*.text-block_section*/

.text-block_section {
  padding: 50px 0;
  font-size: 18px;
}
.breadcrumbs_section_all {
  padding: 3em 0 0;
}
@media(max-width: 1199px) {
  .text-block_section {
    font-size: 16px;
  }
}
@media(max-width: 767px) {
  .text-block_section {
    font-size: 14px;
  }
  .breadcrumbs_section_all {
    padding: 100px 0 20px;
  }
}
/**/

/**/

html .roistat-lh-popup {
  background-color: #25b8ee;
  color: var(--white);
}
html .roistat-lh-popup .roistat-lh-head {
  text-align: center;
  color: var(--white);
}
html .roistat-lh-popup .roistat-lh-head .roistat-lh-close {
  color: red;
}
html .roistat-lh-popup .roistat-lh-agreement-label {
  color: var(--white) !important;
}
html .roistat-lh-popup .roistat-lh-agreement-label .roistat-lh-agreement-link {
  color: inherit !important;
  text-decoration: underline !important;
}
html .roistat-lh-popup .roistat-lh-agreement-label .roistat-lh-agreement-link:hover {
  text-decoration: none !important;
}
html .roistat-lh-popup .roistat-lh-table td:nth-child(3) {
  padding: 0 !important;
}
html .roistat-lh-popup .roistat-lh-table td td {
  padding: 0 !important;
}
html .roistat-lh-popup .roistat-lh-form table tr:nth-child(n) {
  background-color: transparent !important;
}
html .roistat-lh-popup .roistat-lh-text-label-name, html .roistat-lh-popup .roistat-lh-text-label-contact {
  color: var(--white);
}
html .roistat-lh-popup .roistat-lh-form .roistat-lh-submit {
  box-shadow: 0px 5px 15px rgba(246, 102, 46, .34);
  background: #ff5a1a;
  border-radius: 0;
  border: 1px solid #FF5A1A;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
  transition: 0.3s;
  width: 200px !important;
}
html .roistat-lh-popup .roistat-lh-form .roistat-lh-submit:hover {
  background-color: #ff7b47;
  border-color: #ff7b47;
}
html .roistat-lh-popup .roistat-lh-form .roistat-lh-submit:active {
  background-color: transparent;
  border-color: #ff5a1a;
  box-shadow: none;
}
html .roistat-lh-popup .roistat-lh-form input[type=text] {
  border-radius: 0;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .25) !important;
  border: none;
  box-sizing: border-box;
  width: 200px !important;
}
html .roistat-lh-popup .roistat-lh-copyright {
  display: none !important;
}
#roistat-lh-thank-you {
  color: var(--white) !important;
  font-weight: 500;
}
@media(max-width: 767px) {
  html .roistat-lh-popup .roistat-lh-form table {
    width: 100% !important;
  }
  html .roistat-lh-popup .roistat-lh-form input[type=text] {
    width: 100% !important;
  }
  html .roistat-lh-popup .roistat-lh-form .roistat-lh-submit {
    width: 100% !important;
  }
  html .roistat-lh-popup .roistat-lh-form {
    margin-bottom: 10px !important;
  }
  html .roistat-lh-popup .roistat-lh-agreement {
    margin: 0 15px;
    font-size: 14px;
    line-height: 1.2;
    max-width: calc(100% - 30px);
  }
  html .roistat-lh-popup input[type="checkbox"] {
    vertical-align: middle;
  }
  html .roistat-lh-popup .roistat-lh-agreement-label {
    display: inline !important;
  }
}
/**/

/**/

.general_city_select_phone .general_city_select_phone_link {
  color: inherit;
  display: none;
  text-decoration: none;
}
.general_city_select_phone .general_city_select_phone_link.active {
  display: inline;
}
.general_city_select_phone .general_city_select_phone_link:hover {
  text-decoration: none;
}
/**/

@keyframes general_whatsapp_link_circle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.general_whatsapp_link {
  line-height: 1;
  width: 55px;
  bottom: 25px;
  right: 25px;
  position: fixed;
  z-index: 99999;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--white);
  transition: 0.3s;
  display: none;
}
.general_whatsapp_link .circle, .general_whatsapp_link:after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #009539;
  z-index: -1;
  animation: general_whatsapp_link_circle 2s infinite;
}
.general_whatsapp_link:after {
  animation: none;
  z-index: 1;
}
.general_whatsapp_link .icon {
  max-width: 100%;
  display: block;
}
.general_whatsapp_link:active {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  /*
    .general_whatsapp_link {
        display: block;
    }*/
}
/*tooltip*/

.ui-tooltip {
  border-radius: 0.3em;
  padding: 0.5em;
  background-color: var(--white);
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .4);
  border: 1px solid #0f90b9;
}
.ui-tooltip .tooltip_arrow {
  position: absolute;
  /*display: block;*/
  width: 0.6em;
  height: 0.6em;
  box-sizing: border-box;
  background-color: var(--white);
  transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
  display: none;
}
.ui-tooltip .tooltip_arrow.top.center {
  border-left: 1px solid #0F90B9;
  border-top: 1px solid #0F90B9;
  display: block;
  top: 0;
  left: 50%;
}
.city_question_wrapper {
  padding: 0;
  line-height: 1.2;
}
.city_question_wrapper .line1 {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 0.5em;
}
.city_question_wrapper .orange_button, .city_question_wrapper .orange_border_button {
  padding: 0.2em;
  height: 40px;
  width: 130px;
  box-sizing: border-box;
}
.city_question_wrapper .orange_button {
  margin: 0 0.2em 0 0;
}
/*custom_select_wrap*/

.custom_select_wrap {
  display: block;
  max-width: 100%;
}
.custom_select_wrap .ui-selectmenu-button, .custom_select_wrap .ui-selectmenu-button.ui-button, .custom_select_wrap .ui-selectmenu-button:hover, .custom_select_wrap .ui-selectmenu-button:focus {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: 0.125em solid #0F90B9;
  padding: 0 0.625em;
  display: flex;
  max-width: 100%;
  height: 3em;
  flex-direction: row-reverse;
  align-items: center;
}
.custom_select_wrap .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 1em);
}
.custom_select_wrap .ui-selectmenu-button .ui-selectmenu-icon {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 0 0.5em;
  background-image: none !important;
  position: relative;
}
.custom_select_wrap .ui-selectmenu-button .ui-selectmenu-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0.25em solid transparent;
  box-sizing: border-box;
  border-top-color: #000000;
  transform: translate(-50%, -25%);
}
.custom_select_wrap .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon:before {
  transform: translate(-50%, -75%) scale(1, -1);
}
/**/

.ui-selectmenu-open.ui-front {
  z-index: 9999;
}
.ui-selectmenu-menu .ui-menu {
  box-sizing: border-box;
  border: 0.125em solid #0F90B9;
  background-color: var(--white);
  box-shadow: 0px 10px 20px rgba(70, 136, 158, .5);
  border-top: none;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 0.5em 0.625em;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #0F90B9;
  color: var(--white);
}
.products_slider_section .row3 .slick-arrow {
  top: 30%;
  bottom: auto;
}
input:focus,
textarea:focus {
	outline: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}
ul.ul1, ul.ul2, ul.spisok2 {
  padding: 0;
  list-style-type: none;
  font-size: 24px;
}
ul.ul2 {
  font-size: 18px;
}
ul.spisok2 {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  list-style-type: none;
  min-height: 20px;
}
ul.spisok2 li {
  margin: 0 0 22px 150px;
}
ul.ul1 li, ul.ul2 li {
  margin: 0 0 22px 0;
}
ul.ul1 li:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.8em 0 0;
  height: 13px;
  width: 13px;
  background-color: #FFEA28;
  content: '';
  border-radius: 50%;
}
ul.ul2 li:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  height: 22px;
  width: 22px;
  background: url(../img/li.png) center no-repeat;
  content: '';
  border-radius: 0;
}
blockquote {
  background: url(../img/quote-bg1.png) 2% 8% no-repeat, url(../img/quote-bg2.png) 98% 92% no-repeat, #F7F7F7;
  padding: 45px 80px;
  margin: 0;
  border-left: 5px solid #FFEA28;
  font-size: 36px;
  font-weight: 300;
}
@media(max-width: 1199px) {
  ul.spisok2 li {
    margin: 0 0 15px 20px;
  }
}

@media(max-width: 767px) {
  ul.ul1, ul.ul2, ul.spisok2 {
    font-size: 18px;
  }
  ul.spisok2 li {
    margin: 0 0 10px 10px;
  }
  blockquote {
    font-size: 18px;
    padding: 30px 30px;
  }
}
@media(max-width: 639px) {
  ul.spisok2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media(max-width: 1560px) {
  .catalog-card {
    max-width: 416px;
    margin: 0 5px 40px;
    height: 515px;
  }
  .catalog__wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .catalog-card__info-value {
    text-align: right;
  }
}
@media(max-width: 1280px) {
  .catalog-card {
    max-width: 320px;
  }
  .catalog__wrap {
    max-width: 992px;
  }
  .catalog-card__title {
    font-size: 21px;
  }
  .catalog-card__info-name, .catalog-card__info-value {
    font-size: 16px;
  }
  .related-product .catalog-card {
    max-width: 516px;
  }
  .related-product__container {
    padding: 0 20px 65px;
  }
  .related-product__container {
    max-width: 992px;
  }
  .related-product .catalog-card__photo-item {
    max-width: 100%;
    height: auto;
  }
}
@media(max-width: 992px) {
  .catalog-card {
    max-width: 375px;
    margin: 0 4px 40px;
  }
  .catalog__wrap {
    max-width: 100%;
    justify-content: center;
  }
  .catalog-card__title {
    font-size: 16px;
  }
  .catalog-card__info-name, .catalog-card__info-value {
    font-size: 16px;
  }
  .catalog__title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 20px;
  }
  .breadcrumbs {
    padding: 40px 0 30px;
  }
  .catalog-filter__item {
    max-width: 480px;
    margin-bottom: 10px;
  }
  .catalog-filter {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .catalog__container {
    padding-bottom: 30px;
  }
  .catalog-filter__item-label {
    margin-bottom: 1px;
  }
  .related-product__container {
    max-width: 480px;
    padding-bottom: 30px;
  }
  .related-product .catalog-card {
    max-width: 416px;
  }
  .related-product__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .product-card__main {
    flex-wrap: wrap;
  }
  .product-card__media {
    margin: 0 auto 45px;
  }
  .product-card__content {
    padding-left: 0;
    width: 100%;
  }
  .product-card__title {
    line-height: 34px;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .product-card__slider-big img {
    width: auto;
    height: auto;
  }
  .product-card__media {
    max-width: 580px;
    width: 100%;
    flex-shrink: unset;
  }
  .product-card__slider-mini-wrap {
    /* width: 117px!important; */
    /* height: 82px!important; */
  }
  .product-advantages__item {
    margin-bottom: 30px;
  }
  .product-advantages {
    justify-content: center;
    padding: 25px 20px 0;
  }
  .product-card-tabs__body {
    padding: 15px 15px;
  }
  .product-card-tabs__item {
    width: 100%;
  }
  #tab-tech table tr td, #tab-tech table tr th {
    font-size: 14px;
    padding: 6px;
  }
  .product-card__slider-mini .slick-prev {
    left: 1px;
  }
  .product-card__slider-mini .slick-next {
    right: 1px;
  }
  .product-card__slider-mini-wrap img {
    margin: 0 auto;
  }
  .product-card__slider-mini {
    padding: 0 25px;
  }
}
@media(max-width: 768px) {
  .catalog-card {
    max-width: 416px;
    margin: 0 20px 40px;
    height: auto;
  }
}