/*
Theme name: TSFilter
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/



@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Regular/Gilroy-Regular.woff') format('woff'),
        url('fonts/Gilroy-Regular/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Medium/Gilroy-Medium.woff') format('woff'),
        url('fonts/Gilroy-Medium/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Bold/Gilroy-Bold.woff') format('woff'),
        url('fonts/Gilroy-Bold/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



:root {
	--dark: #363636;
	--blue: #1268FB;


	--br: 6px;
	--anim: all .3s ease;


}




*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: #E5E5E5;
	font: 15px/1.5 'Gilroy', Arial, sans-serif;
}
body.nav-active,
body.scroll-fixed {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	border-top: 0px solid transparent;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: var(--blue);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Gilroy', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 0;
	list-style: none;
}
.text li {
	margin-bottom: 7px;
	padding-left: 18px;
	position: relative;
}
.text ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #1268FB;
	border-radius: 50%;
}
.text ol {
	counter-reset: count;
}
.text ol li {
	padding-left: 0;
}
.text ol li::before {
	counter-increment: count;
	content: counter(count)') ';
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;border-radius: 6px;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;border-radius: 6px;}
.aligncenter {clear: both;display: block;margin: 5px auto;border-radius: 6px;}




.slick-dots {
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 100%;
	list-style: none;
	pointer-events: none;
	text-align: center;
	z-index: 40;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	font-size: 0;
}
.slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	outline: none;
	background: #fff;
	pointer-events: auto;
	font-size: 0;
	cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots button:hover {
	background: var(--blue);
}






















/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 32px;
	padding-bottom: 32px;
	z-index: 40;
}
.header .container {
	align-items: center;
}
.header__logo {
	display: block;
	width: 225px;
	height: 46px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-decoration: none;
}
.header-search {
	width: 100%;
	max-width: 468px;
	margin: 0 auto;
}
.header-search__inner {
	width: 100%;
	background: #FFF;
	border: 1px solid #F2F2F2;
	border-radius: 6px;
}
.header-search__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 12px 20px 11px 20px;
}
.header-search__input {
	display: block;
	width: calc(100% - 24px);
	height: 20px;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 16px;
}
.header-search__submit,
.header-search__button {
	display: block;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	background: #E0E0E0;
	-webkit-mask: url('i/bg-icon-search.svg') center no-repeat;
	mask: url('i/bg-icon-search.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.header-search__submit:hover,
.header-search__button {
	background: var(--blue);
}
.header-search__button {
	display: none;
}

.header__button {
	display: none;
	width: 32px;
	height: 32px;
	margin-left: 12px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: var(--blue);
	position: relative;
}
.header__button::before {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-search.svg') center no-repeat;
	mask: url('i/bg-icon-search.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;

}
.header__button--contact::before {
	-webkit-mask-image: url('i/bg-icon-tel.svg');
	mask-image: url('i/bg-icon-tel.svg')
}
.header__button--menu::before {
	top: 10px;
	height: 7px;
	background: transparent;
	-webkit-mask: none;
	mask: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.header__button--menu::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: calc(50% - 7px);
	width: 14px;
	height: 2px;
	background: #fff;
}


.header__contact {
	text-align: right;
}
.header__phone {
	display: block;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	color: var(--dark);
	text-decoration: none;
}
.header__callme {
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: none;
	outline: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	color: var(--dark);
	cursor: pointer;
	transition: var(--anim);
}
.header__callme::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--blue);
	transition: var(--anim);
	z-index: -1;
}
.header__callme:hover {
	color: #fff;
}
.header__callme:hover::before {
	left: -6px;
	bottom: -2px;
	width: calc(100% + 12px);
	height: calc(100% + 4px);
}
.header-lang {
	margin-left: 56px;
	position: relative;
}
.header-lang__current {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
.header-lang__current-item {
	display: block;
	position: relative;
	min-height: 36px;
	padding-top: 8px;
	padding-left: 48px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: var(--dark);
}
.header-lang__current-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--blue) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border: 2px solid #E0E0E0;
}
.header-lang__current-item--ru::before {
	background-image: url('i/bg-icon-lang-ru.svg');
}
.header-lang__current-item--uk::before {
	background-image: url('i/bg-icon-lang-uk.svg');
}
.header-lang__current-item--en::before {
	background-image: url('i/bg-icon-lang-en.svg');
}
.header-lang__change {
	display: block;
	width: 14px;
	height: 10px;
	margin-left: 8px;
	margin-top: 2px;
	border: none;
	outline: none;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.header-lang__change::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 1px;
	width: 8px;
	height: 8px;
	border-left: 2px solid var(--dark);
	border-bottom: 2px solid var(--dark);
	transform: rotate(-45deg);
	transition: var(--anim);
}
.header-lang__change:hover::before {
	border-color: var(--blue);
}
.header-lang__other {
	position: absolute;
	top: 20px;
	left: -8px;
	min-width: 88px;
	padding: 4px 8px;
	border-radius: var(--br);
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	opacity: 0;
	pointer-events: none;
	transition: var(--anim);
}
.header-lang.active .header-lang__other {
	top: 40px;
	opacity: 1;
	pointer-events: auto;
}
.header-lang__other ul {
	list-style: none;
}
.header-lang__other li {
	margin: 4px 0;
}
.header-lang__other a {
	display: block;
	text-decoration: none;
}
.header-lang__other a:hover span {
	color: var(--blue);
}

















/* Nav ----------------------------------------------------------------------------- */
.nav {
	background: #FFF;
	box-shadow: 0px 4px 10px rgba(0, 29, 80, 0.08);
}
.nav .container {
	-ms-align-items: center;
	align-items: center;
}
a.nav__cat-btn {
	display: block;
	width: 270px;
	padding: 18px 14px;
	border: none;
	outline: none;
	border-radius: var(--br);
	background: var(--blue);
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
a.nav__cat-btn span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin: 8px 32px 0 0;
	position: relative;
}
a.nav__cat-btn span::before,
a.nav__cat-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.nav__cat-btn span::before {
	top: -5px;
}
a.nav__cat-btn span::after {
	bottom: -5px;
}


.nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: calc(100% - 300px);
	list-style: none;
}
.nav ul a {
	display: block;
	padding: 18px 2px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: var(--dark);
	text-decoration: none;
	transition: var(--anim);
}
.nav ul a:hover {
	color: var(--blue);
}

.nav__btn {
	display: none;
	padding: 18px 0 16px;
	border: none;
	outline: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.nav__btn span {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #717171;
	margin: 8px 0 0;
	position: relative;
}
.nav__btn span::before,
.nav__btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 4px;
		  border-radius: 4px;
	background: #717171;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav__btn span::before {
	top: -7px;
}
.nav__btn span::after {
	bottom: -7px;
}
.nav-active .nav__btn span {
	background: transparent;
}
.nav-active .nav__btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .nav__btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}





























/* Main ----------------------------------------------------------------------------- */
.main {
	padding-top: 30px;
	padding-bottom: 56px;
}
.content {
	width: calc(100% - 300px);
	overflow: hidden;
}
.content h1 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.6;
	color: #363636;
}

.breadcrumbs {
	margin-bottom: 40px;
}
.breadcrumbs a,
.breadcrumbs span.breadcrumb_last {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 40px;
	font-size: 14px;
	line-height: 1.1;
	color: var(--dark);
	text-decoration: none;
	transition: var(--anim);
}
.breadcrumbs span.breadcrumb_last {
	color: #828282;
}
.breadcrumbs a::before {
	content: '';
	position: absolute;
	top: 6px;
	right: -22px;
	width: 4px;
	height: 4px;
	background: #C4C4C4;
	border-radius: 50%;
	pointer-events: none;
}
.breadcrumbs a:hover {
	color: var(--blue);
}




.sidebar {
	order: -1;
	width: 270px;
}

.side__nav {
	background: #FFF;
	border: 1px solid #F2F2F2;
	border-top: none;
	border-radius: 0 0 6px 6px;
	padding: 32px 16px 0;
	margin-top: -30px;
}
.side__nav ul {
	list-style: none;
}
.side__nav li {
	border-top: 1px solid #F2F2F2;
	position: relative;
}
.side__nav li.menu-item-has-children + li,
.side__nav ul > li:first-child {
	border-top: none;
}
.side__nav a {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 18px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: var(--dark);
	text-decoration: none;
}
.side__nav li.menu-item-has-children a {
	padding-right: 20px;
}
.side__nav a::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue);
}
.side__nav a:hover {
	color: var(--blue);
}
.side__nav .sub-menu {
	max-height: 0;
	border-top: 1px solid #F2F2F2;
	padding-left: 18px;
	overflow: hidden;
	transition: var(--anim);
}
.side__nav .sub-menu-active > .sub-menu,
.side__nav .current-menu-item > .sub-menu,
.side__nav .current-menu-parent > .sub-menu {
	max-height: 2000px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #F2F2F2;
}
.side__nav .sub-menu-active > a,
.side__nav .current-menu-item > a,
.side__nav .current-menu-parent > a {
	color: var(--blue);
}
.side__nav .current-menu-item > a {
	font-weight: bold;
}
.side__nav .sub-menu li {
	border: none;
}
.side__nav .sub-menu a {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}
.side__nav .sub-menu a::before {
	top: 10px;
}
.side__nav .sub-menu .sub-menu a::before {
	top: 13px;
	height: 2px;
	border-radius: 3px;
}

.side__nav-arrow {
	position: absolute;
	top: 18px;
	right: 0;
	width: 14px;
	height: 10px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}
.side__nav .sub-menu .side__nav-arrow {
	top: 8px;
}
.side__nav-arrow::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 1px;
	width: 8px;
	height: 8px;
	border-left: 2px solid var(--dark);
	border-bottom: 2px solid var(--dark);
	transform: rotate(-45deg);
	transition: var(--anim);
}
.side__nav-arrow:hover::before {
	border-color: var(--blue);
}
.side__nav .sub-menu-active > .side__nav-arrow::before {
	top: 3px;
	transform: rotate(135deg);
}








/* Main slider --------------------------------------------------------------------- */
.main-slider {
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	border-radius: var(--br);
}
.main-slider-item {
	float: left;
	width: 100%;
}
.main-slider-item__inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 500px;
	padding: 24px 24px 40px;
	background-color: var(--blue);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
.main-slider-item__subtitle {
	width: 100%;
	margin-bottom: 20px;
}
.main-slider-item__title {
	width: 100%;
	margin-bottom: 32px;
	font-weight: bold;
}
.main-slider-item__button {
	display: block;
	width: 176px;
	min-height: 50px;
	padding: 13px 0 14px;
	margin: 0 auto;
	border-radius: var(--br);
	border: 2px solid #fff;
	outline: none;
	background-color: transparent;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	transition: var(--anim);
}
.main-slider-item__button:hover {
	background: #fff;
	color: var(--blue);
}



















/* Cat ----------------------------------------------------------------------------- */
.cat__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.cat-item {
	width: calc(33.3% - 32px);
	margin: 0 16px 24px;
}
.cat-item__link {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	text-decoration: none;
}
.cat-item__thumb {
	display: block;
	width: 100%;
	height: 440px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.cat-item__title {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 64px;
	padding: 8px;
	background: var(--blue);
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	transition: var(--anim);
}
.cat-item__link:hover .cat-item__title {
	background: var(--dark);
}













/* Product ----------------------------------------------------------------------------- */
.product__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 24px;
}
.product__thumb {
	width: 370px;
	border-radius: var(--br);
	overflow: hidden;
}
.product__thumb a,
.product__thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.product__info {
	width: calc(100% - 400px);
}
.product__info h1 {
	margin-bottom: 12px;
}
.product__advant {
	margin-bottom: 40px;
}
.product__advant ul {
	padding-bottom: 8px;
	list-style: none;
}
.product__advant li {
	margin-bottom: 12px;
	padding-left: 22px;
	position: relative;
}
.product__advant li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--blue);
}
.product-applic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 30px 70px;
}
.product-price {
	font-weight: 500;
	font-size: 34px;
	line-height: 1.2;
}
.product-applic__button {
	display: block;
	width: 170px;
	min-height: 56px;
	padding: 18px 8px 15px;
	border: 2px solid var(--blue);
	outline: none;
	background: var(--blue);
	border-radius: var(--br);
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	transition: var(--anim);
	cursor: pointer;
}
.product-applic__button:hover {
	background: #fff;
	color: var(--blue);
}


.product-tech__head {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.3;
}










/* single-page ----------------------------------------------------------------------- */
.single-page {
	padding-top: 30px;
	padding-bottom: 56px;
}
.single-page .content {
    width: 100%;
}
.single-page .content h1 {
	margin-bottom: 12px;
}








.thanks-page {
	padding-top: 168px;
	padding-bottom: 248px;
	background: url('i/bg-thanks.png') calc(100% - 160px) bottom no-repeat;
}
.thanks-page .content h1 {
	margin-bottom: 52px;
	font-weight: bold;
	font-size: 46px;
	line-height: 1.2;
	color: var(--dark);
}
.thanks-page__to-home {
	display: block;
	width: 224px;
	min-height: 56px;
	margin-top: 80px;
	padding: 16px 8px;
	border: 2px solid var(--blue);
	outline: none;
	background: var(--blue);
	border-radius: var(--br);
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: var(--anim);
	cursor: pointer;
}
.thanks-page__to-home:hover {
	background: #fff;
	color: var(--blue);
}






.search-item {
	margin-bottom: 12px;
}





















/* Footer ----------------------------------------------------------------------------- */
.footer {
	background: #363636;
}
.footer__top {
	padding-top: 32px;
	padding-bottom: 28px;
}
.footer__top .container {
	-ms-align-items: center;
	align-items: center;
}
.footer__logo {
	display: block;
	width: 240px;
	height: 50px;
	background: url('i/bg-logo-footer.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 8px;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}
.footer-social__item {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 24px;
	position: relative;
	text-decoration: none;
}
.footer-social__item:first-child {
	margin-left: 0;
}
.footer-social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9A9A9A;
	-webkit-mask: url('i/bg-icon-ig.svg') center no-repeat;
	mask: url('i/bg-icon-ig.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.footer-social__item--fb::before {
	-webkit-mask-image: url('i/bg-icon-fb.svg');
	mask-image: url('i/bg-icon-fb.svg');
}
.footer-social__item--tg::before {
	-webkit-mask-image: url('i/bg-icon-tg.svg');
	mask-image: url('i/bg-icon-tg.svg');
}
.footer-social__item:hover::before {
	background: #fff;
}
.footer__contact {
	position: relative;
	text-align: right;
	z-index: 10;
}
.footer__contact .header__phone {
	color: #fff;
}
.footer__contact .header__callme {
	color: #fff;
}

.footer__bottom {
	padding-top: 14px;
	padding-bottom: 16px;
	background: #272727;
	font-size: 14px;
	line-height: 1.1;
	color: #FFF;
}
.footer__bottom .container {
	-ms-align-items: center;
	align-items: center;
}
.footer__made a {
	color: #fff;
	text-decoration: underline;
}
.footer__made a:hover {
	text-decoration: none;
}
.footer__made span {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url('i/bg-icon-made.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


















/* Search mobile -------------------------------------------------------------------------- */
.search__mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	transition: var(--anim);
	z-index: 40;
}
.search__mobile.active {
	opacity: 1;
	pointer-events: auto;
}
.search__mobile-outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}
.search__mobile .header-search__inner {
	width: calc(100% - 30px);
	max-width: 1170px;
	margin: 40px auto;
	position: relative;
	z-index: 40;
}

















/* Nav mobi -------------------------------------------------------------------------- */
.nav-mobi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
	padding: 48px 0 24px;
	opacity: 0;
	pointer-events: none;
	z-index: 40;
	transition: var(--anim);
}
.nav-active .nav-mobi {
	opacity: 1;
	pointer-events: auto;
}
.nav-mobi__close {
	position: absolute;
	top: -32px;
	right: 16px;
	width: 20px;
	height: 20px;
	background: #000;
	border: none;
	outline: none;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.nav-mobi__close:hover {
	background: var(--blue);
}
.nav-mobi .nav__cat-btn {
	width: 100%;
}
.nav-mobi__cat {
	max-height: 0;
	padding: 0;
	margin-top: 8px;
	overflow: hidden;
	border: none;
	transition: var(--anim);
}
.nav-mobi.active .nav-mobi__cat {
	max-height: 2000px;
}

.nav-mobi__menu {
	margin-top: 20px;
}
.nav-mobi__menu ul {
	border-top: 1px solid #F2F2F2;
	list-style: none;
}
.nav-mobi__menu li {
	border-bottom: 1px solid #F2F2F2;
}
.nav-mobi__menu a {
	display: block;
	width: 100%;
	padding: 8px 4px;
	color: var(--dark);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}







/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 98%;
	max-width: 560px;
	padding: 80px 24px 48px;
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
	text-align: center;
	z-index: 9999;
}
.popup__close {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 18px;
	height: 18px;
	background: #000;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
	cursor: pointer;
}
.popup__close:hover {
	background: var(--blue);
}
.popup__body {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
}
.popup__title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	color: var(--dark);
}
.popup__desc {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 12px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--dark);
}
.popup__form-label {
	margin-bottom: 20px;
}
.popup__form-label input, 
.popup__form-label textarea {
	display: block;
	width: 100%;
	height: 54px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 15px;
	outline: none;
}
.popup__form-label textarea {
	height: 120px;
	resize: none;
	padding-top: 8px;
}
.popup__form-confirm {
	margin-top: -8px;
	margin-bottom: 40px;
}
.popup__form-confirm input {
	display: none;
}
.popup__form-confirm span.wpcf7-list-item-label {
	display: block;
	min-height: 18px;
	padding-left: 28px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #BDBDBD;
	text-align: left;
}
.popup__form-confirm span.wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #E0E0E0;
	background: #fff;
	border-radius: 3px;
}
.popup__form-confirm span.wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 5px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    opacity: 0;
    transform: rotate(-40deg);
	transition: var(--anim);
}
.popup__form-confirm input:checked + span.wpcf7-list-item-label::after {
	opacity: 1;
}

.popup__form-submit {
	position: relative;
}
.popup__form-submit input {
	width: 100%;
	max-width: 260px;
	height: 50px;
	background: var(--blue);
	border-radius: 6px;
	border: 2px solid var(--blue);
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	transition: var(--anim);
	cursor: pointer;
}
.popup__form-submit input:hover {
	background: #fff;
	color: var(--blue);
}
.wpcf7 .ajax-loader {
	position: absolute;
	top: 8px;
	left: 0;
}



/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.header-search {
		max-width: 432px;
	}
	.header-lang {
		margin-left: 24px;
	}


	.cat-item__thumb {
	    height: 360px;
	}


	.product__info h1 {
		line-height: 1.2;
	}
	.product-applic {
        padding: 30px 20px;
	}


	.thanks-page {
		background-position: 100% bottom;
	}


}











@media screen and (max-width:1050px) {

	.header__logo {
		width: 200px;
		height: 40px;
	}
	.header-search {
		max-width: 320px;
	}
	.header__phone {
		font-size: 24px;
	}
	.header .header-lang {
		display: none;
	}

	.header__button--menu {
		display: block;
	}


	.content {
		width: calc(100% - 240px);
	}
	.nav .nav__cat-btn,
	.sidebar {
		width: 220px;
	}

	.nav .container {
		justify-content: flex-start;
	}
	.nav .nav__cat-btn span {
		margin-right: 16px;
	}
	.nav ul {
		display: none;
	}

	.nav-mobi {
		display: block;
	}


	.main-slider-item__inner {
		min-height: 440px;
	}


	.cat-item {
	    width: calc(50% - 32px);
	}


	.product__thumb {
	    width: 300px;
	}
	.product__info {
	    width: calc(100% - 320px);
	}
	.product-applic {
	    padding: 30px 20px;
	}


	.nav-mobi .header-lang {
		width: auto;
		margin-left: 0;
		margin-bottom: 20px;
		z-index: 40;
	}
	.header-lang__current {
		justify-content: flex-start;
	}


}












@media screen and (max-width:900px) {

	.header-search {
		display: none;
	}
	.header__contact {
		margin-left: auto;
	}
	.header__button--search {
		display: block;
	}


	.main-slider-item__inner {
		min-height: 400px;
	}


	.side__nav .sub-menu {
		padding-left: 12px;
	}


	.breadcrumbs {
	    margin-bottom: 32px;
	}
	.breadcrumbs a {
	    margin-right: 28px;
	}
	.breadcrumbs a::before {
	    right: -18px;
	}
	.breadcrumbs span.current {
		margin-right: 0;
	}


	.content h1 {
	    margin-bottom: 24px;
	    font-size: 32px;
	}


	.product__thumb {
	    width: 200px;
	}
	.product__info {
	    width: calc(100% - 220px);
	}
	.product__advant {
	    margin-bottom: 24px;
	}
	.product-applic {
	    padding: 16px 0;
	}
	.product-price {
	    font-size: 32px;
	}
	.product-applic__button {
	    width: 160px;
	}


	.thanks-page {
		padding-top: 120px;
    	padding-bottom: 200px;
		background-position: 110% bottom;
		-webkit-background-size: 500px 550px;
		background-size: 500px 550px;
	}

}












@media screen and (max-width:750px) {

	.header {
	    padding-top: 24px;
	    padding-bottom: 20px;
	}

	.nav {
		background: transparent;
		box-shadow: none;
	}
	.nav .nav__cat-btn {
		width: 280px;
		position: relative;
		z-index: 20;
	}


	.sidebar {
		position: absolute;
		top: -34px;
		left: 15px;
		width: 280px;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: all .3s ease;
	}
	.sidebar-nav-active .sidebar {
		max-height: 2000px;
		opacity: 1;
	}
	.side__nav {
        padding-top: 20px;
	    margin-top: 0;
	}

	.content {
		width: 100%;
	}


	.product__thumb {
	    width: 240px;
	}
	.product__info {
	    width: calc(100% - 260px);
	}


	.thanks-page {
		padding-top: 120px;
    	padding-bottom: 160px;
		background-position: 110% bottom;
		-webkit-background-size: 400px 440px;
		background-size: 400px 440px;
	}
	.thanks-page .text {
		max-width: 320px;
	}


	.popup {
		width: 92%;
	    padding: 32px 16px 24px;
	}
	.popup__close {
	    top: 16px;
	    right: 16px;
	}


}












@media screen and (max-width:600px) {

	.slick-dots {
		bottom: 16px;
	}

	.header__logo,
	.footer__logo {
		width: 184px;
		height: 36px;
	}
	.header__contact {
		position: absolute;
		top: 20px;
		right: 40px;
		width: auto;
		background: #fff;
		box-shadow: 0px 4px 4px rgba(0, 29, 80, 0.08);
		border-radius: 6px;
		padding: 8px;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
	}
	.header__contact.active {
		top: 40px;
		opacity: 1;
		pointer-events: auto;
	}
	.header__button--search {
		margin-left: auto;
	}
	.header__button--contact {
		display: block;
	}

	.main-slider {
		margin-bottom: 24px;
	}
	.main-slider-item__inner {
		min-height: 360px;
		padding: 20px 20px 32px;
	}


	.cat-item__thumb {
	    height: 320px;
	}


	.product__thumb {
	    width: 160px;
	}
	.product__info {
	    width: calc(100% - 180px);
	}
	.product-applic__button {
	    width: 140px;
	}


	.alignleft,
	.alignright {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 20px;
	}


	.thanks-page {
		padding-top: 80px;
    	padding-bottom: 144px;
		background-position: 110% bottom;
		-webkit-background-size: 320px 340px;
		background-size: 320px 340px;
	}
	.thanks-page .text {
		max-width: 280px;
	}
	.thanks-page__to-home {
		margin-top: 40px;
	}


}












@media screen and (max-width:450px) {

	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header__logo,
	.footer__logo {
		width: 120px;
		height: 28px;
	}
	

	.content h1 {
		font-size: 28px;
		line-height: 1.3;
	}


	.cat__list {
	    width: 100%;
	    margin-left: 0;
	}
	.cat-item {
	    width: 100%;
		max-width: 240px;
		margin: 0 auto 24px;
	}


	.product__thumb {
	    width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}
	.product__info {
	    width: 100%;
		margin-bottom: 24px;
	}
	.product__advant {
	    margin-bottom: 0;
	}

	.thanks-page {
		padding-top: 40px;
    	padding-bottom: 120px;
		background-position: 110% bottom;
		-webkit-background-size: 220px 240px;
		background-size: 220px 240px;
	}
	.thanks-page .content h1 {
	    margin-bottom: 32px;
	}
	.thanks-page .text {
		max-width: 280px;
	}
	.thanks-page__to-home {
		width: 160px;
		margin-top: 24px;
	}


	.footer__copy {
		width: 100%;
		margin-bottom: 4px;
		text-align: center;
	}
	.footer__made {
		width: 100%;
		text-align: center;
	}


}












/* END ============================================================= */
