*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1; 
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'TTNorms';
	font-size: 16px;
	line-height: 26px;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
* {
	font-variant-ligatures: no-common-ligatures;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 146px;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.header-info {
	font-size: 13px;
	line-height: 18px;
}
.header-info a {
	margin-left: 20px;
	color: #000;
}
.header__wrapper {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap {
	display: inline-flex;
	align-items: center;
}
.logo-wrap .logo {
	top: -5px;
	position: relative;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 198px;
	max-width: 100%;
	height: auto;
}
.logo-descr {
	font-size: 12px;
	line-height: 17px;
	margin-left: 20px;
	max-width: 190px;
}
.search-form {
	width: 254px;
	position: relative;
}
.search-form input[type="text"],
.search-form input[type="search"] {
	height: 40px;
	width: 100%;
	padding: 0 15px;
	padding-right: 50px;
	font-family: 'TTNorms';
	font-size: 16px;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	border-radius: 6px;
}
.btn-search {
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.header-contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.line-contacts {
	display: flex;
	align-items: center;
}
.socials-simple {
	display: flex;
	align-items: center;
}
.socials-simple li {
	margin-right: 12px;
}
.phone-main {
	font-weight: 500;
	color: #000;
}
.link-simple {
	font-size: 13px;
	line-height: 18px;
	color: #005F97;
	border-bottom: 1px solid #005F97;
}
.link-simple:hover {
	border-color: transparent;
}
.header-bottom {
	background: #005F97;
	box-shadow: 0px 6px 6px rgba(0, 95, 151, 0.3);
}
.menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu li {
	flex-grow: 1;
}
.menu a {
	padding: 15px 0;
	display: block;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.menu a:hover {
	background-color: #015180;
}

.billbord {
	padding-top: 63px;
	padding-bottom: 30px;
	min-height: 630px;
	color: #fff;
	background-image: url(../img/billbord1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.name-billbord {
	font-size: 30px;
	line-height: 42px;
	padding-bottom: 16px;
	font-weight: 500;
}
.billbord__wrap {
	margin-bottom: 38px;
	display: flex;
	align-items: center;
}
.title-billbord {
	font-size: 60px;
	line-height: 78px;
	text-transform: uppercase;
	font-weight: 700;
}
.billbord__wrap .title-billbord {
	max-width: 510px;
}
.list-billbord {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
	columns: 2;
	max-width: 816px;
	font-weight: 500;
}
.list-block li,
.list-billbord li {
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
}
.list-block li::before,
.list-billbord li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.btn-main {
	font-size: 16px;
	line-height: 22px;
	padding: 0 31px;
	color: #fff;
	background: #005F97;
	border-radius: 10px;
	height: 64px;
	font-weight: 500;
	font-family: 'TTNorms';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}
.btn-main::after {
	position: absolute;
	display: block;
	content: " ";
	left: 15px;
	bottom: -7px;
	right: 15px;
	background: #005F97;
	filter: blur(10px);
	height: 10px;
	z-index: -1;
}
.btn-main:hover {
	background-color: #015180;
}
.value-billbord {
	font-size: 36px;
	line-height: 43px;
	padding: 22px 45px;
	margin-left: 60px;
	max-width: 245px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px -2px 2px rgba(255, 255, 255, 0.15), inset 0px 2px 2px rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	flex: none;
}

.advantages {
	padding: 68px 0;
}
.row_advantages {
	margin: 0 -10px;
}
.row_advantages > div {
	padding: 0 10px;
}
.item-advantage {
	padding: 14px 35px;
	padding-bottom: 48px;
	font-size: 14px;
	line-height: 20px;
	min-height: 100%;
	background-color: #fff;
	box-shadow: 0px 10px 20px rgba(206, 206, 206, 0.3);
	border-radius: 20px;
	position: relative;
	transition: all 0.3s;
}
.item-advantage:hover {
	box-shadow: 0px 10px 20px rgba(206, 206, 206, 0.6);
}
.item-advantage__title {
	font-size: 40px;
	line-height: 52px;
	padding-bottom: 6px;
	font-weight: 500;
	color: #005F97;
}
.item-advantage__title sup {
	font-size: 17px;
	position: relative;
	top: -6px;
	font-weight: 600;
	line-height: 0;
}
.title-min {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #005F97;
}
.item-advantage .title-min {
	padding-bottom: 12px;
	margin-right: -20px;
}
.item-advantage__icon {
	width: 45px;
	height: 45px;
	right: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.categories {
	padding-top: 38px;
	padding-bottom: 63px;
	background: rgba(238, 238, 238, 0.6);
}
.categories .title-section {
	padding-bottom: 10px;
}
.title-section {
	/* font-size: 32px;
	line-height: 42px; */
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
}
.item-category {
	height: 300px;
	margin-top: 22px;
	position: relative;
	display: block;
}
.item-category__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	display: block;
	overflow: hidden;
}
.item-category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	font-family: 'object-fit: cover;';
	transition: all 0.5s;
}
.item-category:hover .item-category__image img {
	transform: scale(1.1);
}
.item-category__name {
	min-width: 215px;
	padding-left: 35px;
	padding-right: 23px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	height: 86px;
	display: inline-flex;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px -2px 2px rgba(255, 255, 255, 0.15), inset 0px 2px 2px rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 15px;
}
.item-category__name span {
	position: relative;
}
.item-category__name span::before {
	position: absolute;
	display: block;
	content: " ";
	width: 9px;
	height: 9px;
	background: #00A7A9;
	right: 100%;
	border-radius: 50%;
	margin-right: 15px;
	top: 7px;
}

.catalog {
	padding-top: 43px;
	padding-bottom: 59px;
}
.catalog .title-section {
	padding-bottom: 20px;
}
.item-catalog {
	padding: 25px;
	padding-top: 15px;
	background: #FFFFFF;
	box-shadow: 0px 10px 15px rgba(206, 206, 206, 0.3);
	border-radius: 15px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.3s;
}
.item-catalog:hover {
	box-shadow: 0px 10px 15px rgba(206, 206, 206, 0.6);
}
.item-catalog__image {
	height: 175px;
	width: 100%;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-catalog__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-catalog__title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 17px;
	font-weight: 500;
	display: block;
	color: #000;
	width: 100%;
}
.feature-catalog {
	font-size: 14px;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.item-catalog__bottom {
	width: 100%;
	padding-top: 8px;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-main {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}
.btn-main_simple {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 12px;
	background: #00A7A9;
	border-radius: 10px;
}
.btn-main_simple::after {
	display: none;
}
.btn-main_simple:hover {
	background: #008283;
}
.list-colors {
	display: flex;
	align-items: center;
}
.item-color {
	width: 19px;
	height: 19px;
	margin-right: 10px;
	position: relative;
	flex: none;
	border-radius: 50%;
}
.item-color:last-child {
	margin-right: 0;
}
.slider-catalog .slick-track {
	display: flex !important;
}
.slider-catalog .slick-slide {
	padding: 10px;
	padding-bottom: 25px;
	height: inherit !important;
}
.slick-arrow {
	width: 45px;
	height: 45px;
	font-size: 16px;
	color: #00a7a9 !important;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00A7A9;
	border-radius: 8px;
	cursor: pointer;
	top: 50%;
	transition: all 0.3s;
}
.slick-arrow:hover {
	background-color: #00A7A9;
	color: #fff !important;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow::before {
	display: none;
}
.slider-catalog .slick-prev {
	left: -60px;
}
.slider-catalog .slick-next {
	right: -60px;
}
.btn-main_transparent {
	background: #FFFFFF;
	color: #005F97;
	border: 1px solid #005F97;
	border-radius: 10px;
}
.btn-main_transparent:hover {
	color: #fff;
}
.bottom-button {
	padding-top: 10px;
	text-align: center;
}
.bottom-button .btn-main {
	padding: 0 50px;
}

.form-samples {
	padding: 60px 0;
	color: #fff;
	background-image: url(../img/bg_section.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.title-block {
	font-size: 36px;
	line-height: 47px;
	font-weight: 700;
}
.title-block span {
	text-transform: uppercase;
}
.form-samples .title-block {
	padding-top: 20px;
	padding-bottom: 45px;
	max-width: 584px;
}
.list-block {
	font-size: 18px;
	line-height: 25px;
}
.form-samples .list-block {
	max-width: 435px;
}
.form-block {
	padding: 40px 50px;
	background: #00A7A9;
	box-shadow: 0px 10px 20px rgba(0, 214, 180, 0.3);
	border-radius: 20px;
	position: relative;
	color: #fff;
}
.title-form {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 25px;
	font-weight: 500;
	text-align: center;
}
.item-form {
	margin-bottom: 19px;
}
.item-form textarea,
.item-form input {
	height: 50px;
	padding: 0 19px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
	width: 100%;
	background: #FFFFFF;
	border-radius: 6px;
	border: none;
	font-family: 'TTNorms';
}
.item-form textarea {
	height: 93px;
	padding-top: 15px;
	resize: none;
}
.form-block .row {
	margin: 0 -10px;
}
.form-block .row > div {
	padding: 0 10px;
}
.btn-main input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	cursor: pointer;
	text-transform: inherit;
}
.form-block .btn-main {
	width: 280px;
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	margin-top: 15px;
}
.checkbox {
	font-size: 12px;
	line-height: 15px;
	margin-top: 26px;
	color: #005F97;
	display: flex;
	text-align: left;
	justify-content: center;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 5px 0 0 28px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #005F97;
	transition: .2s;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #005F97;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.image-sample {
	position: absolute;
	z-index: -1;
}
.image-sample_1 {
	left: -362px;
	bottom: -19px;
}
.image-sample_2 {
	right: -161px;
	top: 140px;
}

.partners {
	padding-top: 70px;
	padding-bottom: 90px;
}
.item-partner {
	height: 143px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(206, 206, 206, 0.3);
	border-radius: 15px;
	padding: 10px;
	transition: all 0.3s;
}
.item-partner:hover {
	box-shadow: 0px 4px 10px rgba(206, 206, 206, 0.6);
}
.item-partner img {
	max-width: 100%;
	max-height: 100%;
}
.slider-partners .slick-slide {
	padding: 10px;
	padding-bottom: 15px;
}
.slider-partners {
	margin: 0 -10px;
}
.slider-partners .slick-prev {
	left: -60px;
}
.slider-partners .slick-next {
	right: -60px;
}
.partners .title-section {
	padding-bottom: 30px;
	max-width: 857px;
}

.steps {
	padding-top: 53px;
	padding-bottom: 70px;
	background: rgba(238, 238, 238, 0.6);
}
.steps .title-section {
	padding-bottom: 30px; 
	text-align: center;
}
.tabs {
	display: flex;
	align-items: center;
	justify-content: center;
} 
.tabs a {
	height: 64px;
	padding: 0 42px; 
	background: #FFFFFF;
	border: 1px solid #00A7A9;
	border-radius: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00A7A9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.tabs .active a,
.tabs a:hover {
	background: #00A7A9;
	color: #fff;
	border-color: #fff;
}
.tabs li {
	padding: 0 10px;
} 
.item-step {
	padding: 26px;
	font-size: 14px;
	line-height: 20px;
	min-height: 100%;
	background: #FCFCFC;
	box-shadow: 0px 4px 10px rgba(206, 206, 206, 0.3);
	border-radius: 15px;
	transition: all 0.3s;
}
.item-step:hover {
	box-shadow: 0px 4px 10px rgba(206, 206, 206, 0.6);
}
.item-step__head {
	margin-bottom: 21px;
	display: flex;
	align-items: center;
}
.item-step__value {
	width: 75px;
	height: 66px;
	font-size: 30px;
	line-height: 42px;
	padding-right: 10px;
	font-weight: 800;
	color: #00A7A9;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	background-image: url(../img/step.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.row_steps {
	margin: 0 -10px;
}
.row_steps > div {
	padding: 0 10px;
	margin-bottom: 20px;
}
.tab-container {
	padding-top: 50px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}

.form-scheme {
	padding-top: 50px;
	padding-bottom: 60px;
	color: #fff;
	background-image: url(../img/bg_scheme.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.list-block_check li {
	padding-left: 35px;
}
.list-block_check li::before {
	width: 24px;
	height: 24px;
	content: " ";
	top: 0;
	left: 0;
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.form-scheme .title-section {
	padding-bottom: 45px;
	font-weight: 700;
	text-transform: none;
}
.form-scheme .title-section span {
	text-transform: uppercase;
	display: block;
}
.form-scheme .list-block {
	max-width: 550px;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
}
.file-upload label {
	font-size: 13px;
	line-height: 20px;
	padding: 16px 21px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	cursor: pointer;
	border: 1px solid #5ABEBF;
	border-radius: 6px;
	text-align: left;
	font-family: 'TTNorms';
	transition: all 0.3s;
}
.file-upload:hover label {
	background: rgba(255, 255, 255, 0.2);
}
.file-upload {
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 6px;
	font-size: 13px;
	line-height: 18px;
}
.file-upload {
	margin-bottom: 34px;
}
.form-block_page .item-form {
	margin-bottom: 22px;
}
.form-block_page {
	padding: 63px 68px;
	padding-bottom: 48px;
}
.form-block_page .btn-main {
	width: 100%;
}
.form-block_page .checkbox {
	white-space: nowrap;
}
.image-scheme {
	/* top: 88px;  */
	top: 50px; 
	/* left: -230px; */
	left: -255px;
	position: absolute;
	/* z-index: -1; */
	z-index: 0;
}

.delivery {
	padding-top: 50px;
	padding-bottom: 33px;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.item-delivery {
	font-size: 20px;
	line-height: 28px;
	padding-left: 45px;
	margin-top: 60px;
	background-image: url(../img/pin_delivery.svg);
	background-repeat: no-repeat;
	background-position: left top;
}
.item-delivery__title {
	font-weight: 500;
	text-transform: uppercase;
}
.item-delivery p span {
	white-space: nowrap;
}
.descr-section {
	font-size: 24px;
	line-height: 34px;
}
.delivery .title-section {
	padding-bottom: 10px;
}
.row_delivery > div:first-child .item-delivery:first-child {
	margin-right: -50px;
}
.image-delivery {
	margin-top: 80px;
	margin-left: -80px;
}

.questions {
	padding-top: 55px;
	padding-bottom: 70px;
	background: #F5F5F5;
}
.questions .title-section {
	padding-bottom: 35px;
}
.item-question {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	margin-bottom: 11px;
	transition: all 0.3s;
}
.item-question:hover {
	border-color: #00A7A9;
}
.item-question__head {
	padding: 15px;
	padding-left: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-question__arrow {
	width: 34px;
	height: 34px;
	flex: none;
	background-image: url(../img/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s;
}
.item-question__content {
	padding: 40px;
	padding-right: 58px;
	padding-top: 0;
	font-size: 14px;
	line-height: 20px;
	display: none;
}
.item-question.active {
	border: 1px solid #00A7A9;
}
.item-question.active .item-question__arrow {
	transform: rotate(45deg);
}
.questions .form-block {
	padding-top: 20px;
}
.questions .form-block .item-form {
	margin-bottom: 17px;
}

.contacts {
	padding: 35px 0;
}
.contacts .container {
	position: relative;
}
#map {
	height: 615px;
	width: 100%;
	background-color: #ccc;
}
.contacts-block {
	font-size: 18px;
	line-height: 25px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 20px;
	height: 615px;
	width: 418px;
	left: 15px;
	max-width: 100%;
	background: #005F97;
	z-index: 10;
	position: absolute;
	top: 0;
	color: #fff;
}
.title-small {
	font-size: 24px;
	line-height: 38px;
	font-weight: 500;
}
.contacts-block .title-small {
	margin-bottom: 14px;
}
.contacts-block .title-small:not(:first-child) {
	margin-top: 40px;
}
.footer__contacts .phone-main,
.contacts-block .phone-main {
	font-size: 16px;
	color: #fff;
}
.footer__contacts .socials-simple img,
.contacts-block .socials-simple img {
	filter: invert(1) sepia(1) hue-rotate(0deg) saturate(1) brightness(1);
}
.contact-block .socials-simple li,
.footer__contacts .socials-simple li,
.contacts-block .socials-simple li {
	margin-left: 12px;
	margin-right: 0;
}
.footer__contacts .line-contacts,
.contacts-block .line-contacts {
	margin: 10px 0;
}
.contacts-block  .btn-main {
	background: #00A7A9;
	width: 210px;
	max-width: 100%;
	display: flex;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	left: -10px;
}
.contacts-block .btn-main:hover {
	background: #008283;
}

.footer {
	padding-top: 50px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #0F3348;
}
.footer .logo-wrap {
	display: block;
}
.footer .logo-descr {
	margin-left: 0;
	margin-top: 13px;
}
.footer__nav_big,
.footer__title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.footer__nav_big {
	margin: 0;
}
.footer__nav a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.footer__nav a:hover {
	border-color: #fff;
}
.footer__nav li {
	margin-bottom: 15px;
}
.footer__nav_big li {
	margin-bottom: 20px;
}
.footer__contacts {
	font-size: 18px;
	line-height: 25px;
}
.footer__contacts {
	margin: 20px 0;
}
.footer-bottom {
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
	color: #CECECE;
	border-top: 1px solid #1C4862;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px; 
}
.footer-bottom a {
	color: #CECECE;
}
.footer-bottom a:hover {
	color: #fff;
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #fff !important; 
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #00A7A9;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn_top:hover {
	background: #008283;
}
.footer__title i {
	display: none;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: #005F97;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #00A7A9;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 39px;
	height: 39px;
	padding-top: 9px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	display: none;
	z-index: 20;
	flex: none;
	cursor: pointer;
	background: #005F97;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 18px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 7.5px;
	width: 18px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 11px;
	width: 18px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.header-bottom__mobile {
	display: none;
}
.phone-main i {
	display: none;
}
.page-categories {
	padding-top: 43px;
}
.row_categories {
	margin: 0 -10px;
}
.row_categories > div {
	padding: 0 10px;
}
.page-categories .row_categories > div:nth-child(7) .item-category__name {
	font-size: 17px;
	line-height: 26px;
}
.section-text h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 26px;
	font-weight: 500;	
}
.section-text p {
	margin-bottom: 20px;
}
.section-text {
	padding-top: 65px;
	padding-bottom: 30px;
	line-height: 22px;
}
.breadcrumbs {
	padding-top: 14px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #000;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #000;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.nav-catalog {
	background: #F5F5F5;
	line-height: 22px;
	border-radius: 8px;
	top: 140px;
	max-height: calc(100vh - 140px);
	position: sticky;
	overflow: auto;
}
.nav-catalog a {
	padding: 16px 16px;
	border-radius: 8px;
	display: block;
	font-weight: 500;
	color: #000;
}
.nav-catalog a:hover,
.nav-catalog .active a {
	background: #00A7A9;
	color: #fff;
}
.page-catalog {
	padding-bottom: 47px;
}
.page-catalog .title-section {
	text-transform: none;
}
.row_catalog {
	margin: 0 -10px;
}
.row_catalog > div {
	padding: 0 10px;
	margin-top: 20px;
}
.pager {
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	margin: 0 10px;
	font-weight: 500;
	color: #000;
}
.page-numbers:hover,
.page-numbers.current {
	color: #005F97;
}
.prev.page-numbers,
.next.page-numbers {
	width: 45px;
	height: 45px;
	font-size: 16px;
	color: #00a7a9 ;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00A7A9;
	border-radius: 8px;
	flex: none;
	cursor: pointer;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	background-color: #00A7A9;
	color: #fff;
}
.prev.page-numbers {
	margin-right: 100px;
}
.next.page-numbers {
	margin-left: 100px;
}
.nav-catalog::-webkit-scrollbar {
	-webkit-appearance: none;
}
.nav-catalog::-webkit-scrollbar:vertical {
	width: 3px;
}
.nav-catalog::-webkit-scrollbar:horizontal {
	height: 3px;
}
.nav-catalog::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 10px;
}
.nav-catalog::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ccc;
}
.btn-main_filter {
	display: none;
}
.image-card {
	height: 339px;
	padding: 20px;
	border: 1px solid #CECECE;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.image-card img {
	max-width: 100%;
	max-height: 100%;
}
.card .feature-catalog {
	font-size: 16px;
}
.card .feature-catalog span:first-child {
	font-weight: 500;
}
.card .item-color {
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-right: 12px;
}
.card .item-color:last-child {
	margin-right: 0;
}
.item-color::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	border: 1px solid rgba(0, 95, 151, 0.3);
	border-radius: 50%;
	transition: all 0.3s;
}
.item-color.active::before {
	transform: scale(1.45);
}
.descr-card {
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}
.info-card {
	padding: 26px 50px;
	padding-bottom: 34px;
	line-height: 22px;
	background: #F5F5F5;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
}
.info-card__title,
.info-card__value {
	font-weight: 500;
}
.price-card {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}
.info-card__descr {
	padding-top: 22px;
}
.info-card .btn-main {
	height: 52px;
	padding: 0 10px;
	width: 100%;
	margin-top: 20px;
}
.info-card .btn-main::after {
	display: none;
}
.card .title-section {
	padding-bottom: 25px;
	text-transform: none;
}
.card {
	padding-bottom: 40px;
}
.title-section_page {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
}
.title-section_page::after {
	position: relative;
	display: block;
	content: " ";
	flex: 1;
	height: 1px;
	top: -5px;
	background-color: #D9D9D9;
}
.recomendation {
	padding-bottom: 55px;
}
.production p {
	margin-bottom: 20px;
}
.production {
	padding-top: 38px;
	padding-bottom: 50px;
	line-height: 22px;
}
.production .title-section {
	padding-bottom: 25px;
}
.item-info {
	padding: 24px 35px;
	padding-bottom: 33px;
	min-height: 100%;
	box-shadow: 0px 10px 20px rgba(206, 206, 206, 0.3);
	border-radius: 20px;
}
.item-info p {
	margin: 0;
}
.item-info .title-small {
	padding-bottom: 11px;
	color: #005F97;
}
.row_info > div {
	margin-bottom: 25px;
	padding: 0 15px;
}
.production .row_info {
	margin-bottom: 20px;
}
.col-small {
	width: 47%;
}
.col-big {
	width: 53%;
}
.image-simple img {
	max-width: 100%;
	border-radius: 8px;
}
.page-news {
	padding-top: 39px;
	padding-bottom: 70px;
}
.page-news .title-section {
	padding-bottom: 25px;
}
.row_news > div {
	margin-bottom: 37px;
}
.item-news {
	display: block;
}
.item-news__image {
	height: 260px;
	margin-bottom: 16px;
	width: 100%;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	font-family: 'object-fit: cover;';
	transition: all 0.5s;
}
.item-news__date {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 16px;
	color: #8F9193;
	display: flex;
	align-items: center;
	position: relative;
}
.item-news__date::after {
	position: relative;
	display: block;
	content: " ";
	flex: 1;
	margin-left: 19px;
	background-color: #D9D9D9;
	height: 1px;
}
.item-news__title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #005F97;
	display: block;
}
.item-news:hover .item-news__image img {
	transform: scale(1.1);
}
.article h1 {
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 23px;
	text-transform: uppercase;
}
.article strong {
	font-weight: 500;
}
.article .nav-article li a {
	color: #005F97;
	border-bottom: 1px solid transparent;
}
.article .nav-article li a:hover {
	border-color: #005F97;
}
.article ol li::marker {
	font-weight: 500;
}
.article .nav-article li {
	color: #005F97;
	font-weight: 500;
}
.article ol {
	padding: 0;
	padding-left: 15px;
	margin: 0;
}
.article h2 {
	font-size: 24px;
	line-height: 34px;
	padding-top: 40px;
	padding-bottom: 14px;
	font-weight: 500;
}
.article blockquote {
	padding: 50px 35px;
	padding-right: 15px;
	line-height: 32px;
	font-weight: 500;
	color: #005F97;
	background: #F5F5F5;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	margin: 0;
	max-width: 307px;
}
.article ul:not(.breadcrumbs) li {
	list-style-type: disc;
}
.article ul:not(.breadcrumbs) {
	padding-left: 15px;
	font-weight: 500;
}
.article .nav-article {
	margin-top: 45px;
	line-height: 32px;
}
.article {
	padding-bottom: 100px;
}
.article img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.page-about .title-section {
	padding-bottom: 20px;
}
.page-about .title-small {
	padding-bottom: 17px;
}
.page-about {
	padding-top: 32px;
}
.item-gallery {
	height: 274px;
	display: block;
	border-radius: 8px;
	position: relative;
}
.item-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	font-family: 'object-fit: cover;';
	transition: all 0.5s;
}
.slider-gallery {
	margin: 0 -10px;
}
.slider-gallery .slick-slide {
	padding: 0 10px;
}
.gallery .title-section {
	padding-bottom: 30px;
}
.slider-gallery .slick-prev {
	left: -50px;
}
.slider-gallery .slick-next {
	right: -50px;
}
.gallery {
	padding-bottom: 20px;
}
.btn-video::before {
	position: absolute;
	display: block;
	content: " ";
	width: 106px;
	height: 106px;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	background-position: 55% 50%;
	transition: all 0.3s;
}
.btn-video::after {
	position: absolute;
	display: block;
	content: " ";
	width: 59px;
	height: 59px;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: 55% 50%;
	transition: all 0.3s;
}
.btn-video:hover::after {
	transform: scale(1.2);
}
.page-delivery {
	padding-top: 32px;
}
.page-delivery .title-section {
	padding-bottom: 20px;
}
.page-delivery .title-small {
	padding-bottom: 20px;
}
.page-delivery ~ .delivery {
	padding-top: 0;
}
.image-boxes img {
	max-width: 100%;
}
.contact-block {
	font-size: 18px;
}
.contact-block p a {
	color: #000;
}
.requisites {
	line-height: 40px;
}
.contact-block .title-small {
	padding-bottom: 20px;
}
.block-form {
	padding: 24px 65px;
	padding-bottom: 32px;
	background: #00A7A9;
	color: #fff;
	text-align: center;
	box-shadow: 0px 10px 20px rgba(0, 214, 180, 0.3);
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.block-form .title-small {
	padding-bottom: 20px;
}
.block-form .btn-main {
	width: 100%;
}
.block-form .checkbox {
	margin-top: 20px;
	white-space: nowrap;
}
.page-contacts {
	padding-top: 32px;
}
.page-contacts .title-section {
	padding-bottom: 22px;
}
.page-contacts #map {
	margin-top: 36px;
	height: 492px;
}
.page-contacts .ymaps-2-1-79-balloon__close {
	display: none !important;
}
.image-balloon img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.page-contacts .ymaps-2-1-79-balloon {
	box-shadow: none;
	border-radius: 8px;
}
.page-contacts .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 0;
	padding-left: 0;
}
.page-contacts .ymaps-2-1-79-balloon__layout {
	border-radius: 8px;
}
.page-contacts .ymaps-2-1-79-balloon {
	margin-left: 14px;
}
.page-contacts .ymaps-2-1-79-balloon__tail {
	display: none;
}
.contact-block .phone-main {
	font-weight: 400;
}

/***/
form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  
  .error-404 {
	height: 400px;
	padding-top: 150px;
  }
  
  .error-404 h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }
  .modal-wr {
	  display: none;
  }

  .modal-wr .block-form {
	  min-height: auto;
	  max-width: 390px;
  }

  .result-search {
	padding: 30px 0px;
  }

  .result-search__header .title-section {
	text-transform: unset;
	padding-bottom: 20px;
  }

  .result-search .row_page > div {
	margin-bottom: 20px;
  }

  .article img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    max-height: 350px;
}

.article .nav-article-wr {
    margin-top: 45px;
    line-height: 32px;
}

#ez-toc-container {
	background: transparent !important;
     border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

#ez-toc-container a {
	color: #005F97 !important;
	font-size: 16px !important; 
}

.thanks {
	padding-bottom: 50px;
	padding-top: 20px;
}


.thanks-block__image {
	
	padding: 50px;
}
.thanks-block__title {
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
    padding-top: 45px;
}
.thanks-block__descr {
	font-size: 32px;
	line-height: 45px;
	padding-bottom: 50px;
	max-width: 430px;
	font-weight: 500;
	color: #fff;
}
.thanks-block .btn-main {
	height: 50px;
	padding: 0 36px;
}

.list-colors .item-color {
	position: relative;
}

.list-colors .item-color .color-title {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	opacity: 0;
	border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 5px;
    background: #fff;
	transition: .6s;
	width: max-content;
}

.list-colors .item-color:hover > .color-title {
	opacity: 1;
}
.price-main span {
	font-size: 14px;
}
.production .image-simple {
	float: right;
    max-width: 450px;
    margin: 0 0 30px 30px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 10px;
    font-weight: bold;
}
.slider-nav__item {
    height: 111px;  
    padding: 8px;    
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s;
	margin: 0 5px;
	overflow: hidden;
}
.slider-nav__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.slider-nav {
    max-width: 100%;
	margin: 0px -5px;
}
.image-card.slider-card {
	display: block;
}

.slider-nav__item:hover, .slick-current .slider-nav__item {
    border-color: #00A7A9;
}
@media only screen and (max-width : 992px) {
	.list-colors {
		padding-bottom: 15px;
	}
	.production .image-simple {
		float: unset;
		max-width: 450px;
		margin: 0 auto 30px;
	}
	.col_for {
		order: -1;
	}
	.slider-nav {
		margin: 10px -5px;
	}
}

