@import url('fonts.css');

body {
	position: relative;
	margin: 0;
	font-family: 'Futura PT', sans-serif;
	font-size: 18px;
	line-height: 1.28;
	color: #484543;
}
body.oh {
	overflow: hidden;
}
.page-home .main-slider .head {
	font-size: 65px;
	font-weight: 900;
	line-height: 65px;
	color: #fff;
	max-width: 555px;
	margin-bottom: 30px;
}
.page-inner h1 {
	font-size: 26px;
	line-height: 33px;
	margin: 0;
}
h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 41px;
	text-transform: uppercase;
}
img {
	max-width: 100%;
}
a,
a:hover {
	color: inherit;
	text-decoration: none;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
.hidden {
	display: none;
}
input {
	width: 100%;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	padding: 0 30px;
	border: none;
	margin-bottom: 16px;
}
textarea {
	width: 100%;
	height: 100px;
	background: #fff;
	padding: 13px 30px;
	border: none;
}
input[type=radio],
input[type=checkbox] {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.radio-group {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	cursor: pointer;
}
.radio-group .radio-button {
	flex-shrink: 0;
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #CDCDCD;
	margin-right: 16px;
}
.radio-group .radio-button:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #484543;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}
.radio-group input:checked + .radio-button {
	border-color: #FF8F3C;
}
.radio-group input:checked + .radio-button:before {
	opacity: 1;
}
.radio-group p {
	margin: 0;
	line-height: 1;
}

.tooltip-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #CDCDCD;
	margin-left: 6px;
	transition: 0.2s;
}
.tooltip-link:before {
	font-family: arial;
	content: '?';
	color: #CDCDCD;
	font-size: 12px;
	line-height: 1;
}
.tooltip-link:hover {
	border-color: #FF8F3C;
}
.tooltip-link:hover:before {
	color: #FF8F3C;
}

.checkbox-group {
	position: relative;
	display: inline-flex;
	margin-bottom: 16px;
	cursor: pointer;
}
.checkbox-group .checkbox {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	margin-right: 10px;
}
.checkbox-group .checkbox:before {
	content: url(../img/icons/check.svg);
	position: relative;
	left: 1px;
	top: -2px;
	opacity: 0;
}
.checkbox-group input:checked + .checkbox {
	border-color: #FF8F3C;
}
.checkbox-group input:checked + .checkbox:before {
	opacity: 1;
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 259px;
	height: 59px;
	border-radius: 5px;
	background: #FF8F3C;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}
.button:hover {
	color: #fff;
	background: #ff9e56;
}
.button-center {
	margin-left: auto;
	margin-right: auto;
}
.owl-carousel .owl-item img {
	width: auto;
}
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.owl-carousel button.owl-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #008A7B;
	opacity: 0.2;
	margin-right: 10px;
}
.owl-carousel button.owl-dot:last-child {
	margin-right: 0;
}
.owl-carousel button.owl-dot.active {
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #2CBEAE;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -25px;
}

.owl-carousel.similar-slider .owl-stage-outer,
.owl-carousel.top-sales-slider .owl-stage-outer {
	padding-bottom: 50px;
}
.owl-carousel.top-sales-slider .owl-nav button.owl-prev,
.owl-carousel.top-sales-slider .owl-nav button.owl-next {
	top: -60px;
}
.owl-carousel.top-sales-slider .owl-dots,
.owl-carousel.similar-slider .owl-dots {
	margin-top: 0;
}

/*placeholder*/
*::-webkit-input-placeholder {
	color: #484543;
}
*:-moz-placeholder {
	color: #484543;
}
*::-moz-placeholder {
	color: #484543;
}
*:-ms-input-placeholder {
	color: #484543;
}
/* end placeholder*/

.product {
	position: relative;
	display: block;
	max-width: 263px;
	background: #F8F8F8;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
	height: 308px;
	overflow: hidden;
}
.product .wrap {
	display: block;
	min-height: 100%;
}
.product .image-wrap {
	display: block;
	position: relative;
}
.product .image-wrap .frame {
	width: 83%;
	position: absolute;
	top: 8%;
  left: 9.8%;
}
.product .image {
	margin-left: auto;
	margin-right: auto;
}
.product .name {
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
}
.product .product-price {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.product .product-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 30px;
	border-radius: 5px;
	background: #FF8F3C;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
.product:hover {
	overflow: visible;
}
.product:hover .wrap {
	position: relative;
	background: #F8F8F8;
  padding-bottom: 20px;
  border-radius: 5px;
	z-index: 20;
}
.product:hover .product-button {
	display: flex;
}
.page-catalog .product:hover .wrap {
	background: #fff;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.breadcrumbs {
	display: flex;
	font-size: 16px;
	margin-top: 20px;
}
.breadcrumbs a.item {
	color: #008A7B;
	text-decoration: underline;
}
.breadcrumbs .delimiter {
	color: #CDCDCD;
	margin: 0 7px;
}
.page-product .breadcrumbs .delimiter {
	color: #8a8684;
}

.pagination {
	display: flex;
	justify-content: center;
	line-height: 1;
}
.pagination .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: #F8F8F8;
	font-weight: 500;
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.3s;
}
.pagination .link:last-child {
	margin-right: 0;
}
.pagination .link.active {
	background: #008A7B;
	color: #fff;
}
.pagination .link:not(.active):not(.prev):not(.next):hover {
	background: #f0f0f0;
}
.pagination .link.prev,
.pagination .link.next {
	background: transparent;
	border: 1px solid #008A7B;
}
.pagination .link.prev {
	margin-left: 16px;
}
.pagination .link.next {
	margin-right: 16px;
}
.pagination a.link.prev:hover,
.pagination a.link.next:hover {
	border-color: #FF8F3C;
}
.pagination a.link.prev:hover svg path,
.pagination a.link.next:hover svg path {
	stroke: #FF8F3C;
}
.content ul {
	padding-left: 46px;
	margin: 20px 0;
}
.content li {
	position: relative;
	margin-bottom: 10px;
	list-style-type: none;
}
.content li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #008A7B;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: -16px;
}

header {
	position: relative;
	z-index: 2;
	box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.12);
}
header.home {
	box-shadow: none;
}
header .top-line-wrap {
	background: #fff;
}
header .top-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7.5px 0;
}
header .top-line .menu {
	display: flex;
	align-items: center;
  align-self: stretch;
	font-size: 16px;
	font-weight: 500;
}
header .top-line .menu a {
	margin: 0 15px;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0.3s;
}
header .top-line .menu a:last-child {
	margin-right: 0;
}
header .top-line .menu a:not(.active):hover {
	opacity: 0.7;
}
header .top-line .open-mob-menu {
	display: none;
	line-height: 1;
}
header .mob-menu {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background: #fff;
	color: #484543;
	padding: 15px 0;
	overflow-y: auto;
	z-index: 101;
}
header .mob-menu .head {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .mob-menu .head .close {
	position: absolute;
	top: 23px;
	right: 23px;
	cursor: pointer;
}
header .mob-menu .link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 12px 15px;
	transition: 0.3s;
}
header .mob-menu .link:hover {
	background: rgba(0,138,123,0.1);
}
header .mob-menu .link .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	border-radius: 5px;
	background: #F8F8F8;
}
header .mob-menu .link .arrow:before {
	content: url(../img/icons/arrow-down.svg);
	transform: scale(0.8);
}
header .mob-menu li.open .link .arrow:before {
	transform: rotate(180deg);
}
header .mob-menu ul {
	margin: 0;
	padding: 0;
}
header .mob-menu ul li {
	list-style-type: none;
}
header .mob-menu > ul > li > ul {
	display: none;
}
header .mob-menu > ul > li > ul > li > .link {
	font-size: 16px;
	padding-left: 30px;
}
header .mob-menu > ul > li > ul > li > .link > .arrow {
	display: none;
}
header .top-line .langs {
	position: relative;
	text-transform: uppercase;
	margin-right: 15px;
	font-size: 18px;
	font-weight: 500;
}
header .top-line .langs .lang-resoult {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0;
	height: 30px;
	padding: 0 28px 0 8px;
	cursor: pointer;
	z-index: 99;
}
header .top-line .langs .lang-resoult:before {
	content: url(../img/icons/arrow-down.svg);
	position: absolute;
	top: 1px;
	right: 8px;
	transform: scale(0.8);
}
header .top-line .langs .dropdown .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 9;
}
header .top-line .langs .dropdown .list {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	padding: 0;
	background: #fff;
	box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 14%);
	color: #484543;
	z-index: 99;
}
header .top-line .langs .dropdown .list li {
	list-style-type: none;
}
header .top-line .langs .dropdown .list li a {
	display: block;
	padding: 6px 9px;
}
header .top-line .langs .dropdown .list li a:hover {
	background: #F8F8F8;
}

header .top-line .phones {
	position: relative;
	text-transform: uppercase;
	margin-right: 15px;
	font-size: 18px;
	font-weight: 500;
}
header .top-line .phones .phone-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	margin: 0;
	height: 30px;
	padding: 0 28px 0 8px;
	cursor: pointer;
	z-index: 99;
}
header .top-line .phones .phone span {
	text-transform: none;
}
header .top-line .phones .phone-main:before {
	content: url(../img/icons/arrow-down.svg);
	position: absolute;
	top: 1px;
	right: 8px;
	transform: scale(0.8);
}
header .top-line .phones .dropdown .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 9;
}
header .top-line .phones .dropdown .list {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	padding: 0;
	background: #fff;
	box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 14%);
	color: #484543;
	z-index: 99;
}
header .top-line .phones .dropdown .list li {
	list-style-type: none;
}
header .top-line .phones .dropdown .list li a {
	display: block;
	padding: 3px 9px 3px 28px;
}
header .top-line .phones .dropdown .list li a:hover {
	background: #F8F8F8;
}

header .top-line .actions {
	display: flex;
	align-items: center;
}
header .top-line .search {
	position: relative;
	margin-right: 30px;
}
header .top-line .search input {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	border-bottom: 1px solid #484543;
	border-radius: 0;
	width: 200px;
	padding: 0 10px;
	z-index: 99;
}
header .top-line .search.show input {
	display: block;
}
header .top-line .search button {
	position: relative;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
header.home .top-line .search.show button svg path {
	fill: #484543;
}

#msMiniCart {
	position: relative;
	display: flex;
}
header .top-line .cart svg {
	width: 30px;
	height: 30px;
}
header .top-line .cart .count {
	display: none;
}
header .top-line .cart.full .count {
	position: absolute;
	top: -3px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background: #FF8F3C;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
}

header .bottom-line {
	background: #F8F8F8;
}
header.home .bottom-line {
	background: rgba(255,255,255,0.2);
}
header .bottom-line .menu > ul {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 0;
	padding: 0;
}
header .bottom-line .menu ul li {
	list-style-type: none;
}
header .bottom-line .menu > ul > li {
	position: relative;
}
header .bottom-line .menu > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 0;
}
header.home .bottom-line .menu > ul > li > a {
	color: #fff;
}
header .bottom-line .menu > ul > li > a:after {
	content: url(../img/icons/arrow-down.svg);
	position: relative;
	top: -1px;
	transform: scale(0.8);
}
header.home .bottom-line .menu > ul > li > a:after {
	content: url(../img/icons/arrow-down-white.svg);
}
header .bottom-line .menu > ul > li > ul {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 43px;
	left: 0;
	width: max-content;
	min-width: 100%;
	padding: 0;
	background: #fff;
	box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 14%);
	color: #484543;
	padding: 10px 0;
	z-index: 99;
}
header .bottom-line .menu > ul > li:hover > ul {
	display: flex;
}
header .bottom-line .menu > ul > li > ul > li > a {
	display: block;
	padding: 6px 20px;
}
header .bottom-line .menu > ul > li > ul > li > a:hover {
	background: #F8F8F8;
}

.page-home .main-slider {
	margin-top: -45px;
}
.page-home .main-slider .slide {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	min-height: 700px;
}
.page-home .main-slider .slide .wrap {
	display: flex;
	justify-content: space-between;
}
.page-home .main-slider .slide .col-left {
	display: flex;
	flex-direction: column;
	margin-top: 184px;
	height: 495px;
}
.page-home .main-slider .slide .col-right {
	margin-top: 130px;
}
.page-home .main-slider .slide .slide-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 289px;
	height: 70px;
	border-radius: 5px;
	background: linear-gradient(180deg, #FF9F58 0%, #DA7429 100%), #FF8F3C;
	box-shadow: inset 0px -4px 1px rgba(72, 69, 67, 0.35);
	padding: 0 30px 5px 40px;
	color: #fff;
	text-transform: uppercase;
}
.page-home .main-slider .slide .slide-button .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	background: #E37828;
	box-shadow: inset 2px 3px 3px rgba(72, 69, 67, 0.2);
}
.page-home .main-slider .slide .options {
	display: flex;
	margin-top: auto;
}
.page-home .main-slider .slide .options .option {
	display: flex;
	flex-direction: column;
	margin-right: 7px;
}
.page-home .main-slider .slide .options .option:last-child {
	margin-right: 0;
}
.page-home .main-slider .slide .options .option .icon {
	margin: 0 auto 10px auto;
}
.page-home .main-slider .slide .options .option .name {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.page-home .main-slider .slide .image-wrap {
	position: relative;
	transform-style: preserve-3d;
}
.page-home .main-slider .slide .image-wrap:before {
	content: '';
	display: none;
	width: 308px;
	height: 308px;
	background: url(../img/main-slider/slide-circle-left.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 59px;
	left: -35px;
	transform: translateZ(-1px);
}
.page-home .main-slider .slide .image-wrap:after {
	content: '';
	display: none;
	width: 365px;
	height: 365px;
	background: url(../img/main-slider/slide-circle-right.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 14px;
	right: -110px;
	transform: translateZ(-1px);
}
.page-home .main-slider-nav {
	position: relative;
	margin-top: -50px;
	z-index: 2;
}
.page-home .main-slider-nav .buttons {
	display: flex;
	justify-content: flex-end;
}
.page-home .main-slider-nav .buttons .owl-prev,
.page-home .main-slider-nav .buttons .owl-next {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
}
.page-home .main-slider-nav .buttons .owl-prev {
	background: #008A7B;
}
.page-home .main-slider-nav .buttons .owl-next {
	background: #fff;
}

.page-home .top-sales {
	padding: 80px 0 60px 0;
}

.page-home .seo-text-1 {
	padding: 0px 0 70px 0;
}

.page-home .advantages {
	background: url(../img/advantages-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 35px 0;
}
.page-home .advantages .item {
	text-align: center;
	margin-bottom: 50px;
}
.page-home .advantages .item img {
	margin-bottom: 15px;
}
.page-home .advantages .item .title {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.page-home .advantages .item .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
	height: 2px;
	background: #FF8F3C;
}
.page-home .advantages .item .text {
	font-weight: 300;
	margin: 0 auto;
	max-width: 300px;
}

.page-home .mirrors-types {
	padding: 20px 0 50px 0;
}
.page-home .mirrors-types .type {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: #F8F8F8;
	transition: 0.4s;
}
.page-home .mirrors-types .type:hover {
	background: #fff;
	box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
}
.page-home .mirrors-types .type .image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	margin-bottom: 5px;
}

.page-home .where-mirrors {
	background: url(../img/where-mirrors-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 80px 0 90px 0;
}
.page-home .where-mirrors .slide {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	opacity: 0.2;
	transition: 0.5s;
}
.page-home .where-mirrors .slide .name {
	position: absolute;
	left: 0;
	bottom: 40px;
	background: #008A7B;
	color: #fff;
	padding: 9px 20px 12px 20px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.page-home .where-mirrors .owl-item.center .slide {
	opacity: 1;
}
.page-home .where-mirrors-slider .owl-nav button.owl-prev {
	left: 29.9%;
}
.page-home .where-mirrors-slider .owl-nav button.owl-next {
	right: 29.9%;
}

.page-home .seo-text-2 {
	padding-top: 80px;
}

.page-home .consists-mirror {
	padding: 20px 0 50px 0;
}
.page-home .consists-mirror .wrap {
	display: flex;
	justify-content: space-between;
}
.page-home .consists-mirror .text-col {
	max-width: 232px;
	font-size: 16px;
}
.page-home .consists-mirror .text-col-1 {
	text-align: right;
}
.page-home .consists-mirror .text-col .item {
	position: relative;
	margin-bottom: 30px;
}
.page-home .consists-mirror .text-col .item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -46px;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 500;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #FF8F3C;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 1;
}
.page-home .consists-mirror .text-col .item:after {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #FF8F3C;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -48px;
	margin-top: auto;
	margin-bottom: auto;
}
.page-home .consists-mirror .text-col-2 .item:before {
	right: auto;
	left: -46px;
}
.page-home .consists-mirror .text-col-2 .item:after {
	right: auto;
	left: -48px;
}
.page-home .consists-mirror .num-1:before {
	content: '1';
}
.page-home .consists-mirror .num-2:before {
	content: '2';
}
.page-home .consists-mirror .num-3:before {
	content: '3';
}
.page-home .consists-mirror .num-4:before {
	content: '4';
}
.page-home .consists-mirror .num-5:before {
	content: '5';
}
.page-home .consists-mirror .num-6:before {
	content: '6';
}
.page-home .consists-mirror .image {
	position: relative;
}
.page-home .consists-mirror .image .line-image {
	position: absolute;
}
.page-home .consists-mirror .image .line-1 {
	top: 20px;
	left: 12px;
}
.page-home .consists-mirror .image .line-2 {
	top: 220px;
	left: 4px;
}
.page-home .consists-mirror .image .line-3 {
	top: 394px;
	left: 12px;
}
.page-home .consists-mirror .image .line-4 {
	top: 1px;
	right: 9px;
}
.page-home .consists-mirror .image .line-5 {
	top: 204px;
	right: -12px;
}
.page-home .consists-mirror .image .line-6 {
	top: 390px;
	right: -12px;
}
.page-home .consists-mirror .image .num {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 25px;
	height: 25px;
	background: #FF8F3C;
	color: #fff;
	border-radius: 50%;
}
.page-home .consists-mirror .image .num-1 {
	top: 105px;
	left: 84px;
}
.page-home .consists-mirror .image .num-2 {
	top: 150px;
	left: 164px;
}
.page-home .consists-mirror .image .num-3 {
	top: 237px;
	left: 84px;
}
.page-home .consists-mirror .image .num-4 {
	top: 16px;
	left: 272px;
}
.page-home .consists-mirror .image .num-5 {
	top: 88px;
	left: 291px;
}
.page-home .consists-mirror .image .num-6 {
	top: 211px;
	left: 294px;
}

.questions {
	background: url(../img/questions-bg.jpg) no-repeat top center;
	background-size: cover;
}
.questions h2 {
	margin-top: 99px;
	max-width: 495px;
	font-size: 60px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 17px;
}
.questions .description {
	font-size: 22px;
	margin-bottom: 40px;
}
.questions .questions-image {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.questions .button {
	margin-bottom: 129px;
}

.page-home .know {
	padding: 80px 0 100px 0;
}
.page-home .know h2 {
	text-transform: none;
}
.page-home .know .item {
	display: block;
	text-align: center;
}
.page-home .know .item .image {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
.page-home .know .item .title {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

footer {
	background: #222120;
	padding: 50px 0;
	color: #fff;
}
footer .map {
	overflow: hidden;
	border-radius: 10px;
	height: 281px;
}
footer .menu {
	margin-top: 24px;
}
footer .menu ul {
	margin: 0;
	padding: 0;
}
footer .menu li {
	list-style-type: none;
	margin-bottom: 10px;
}
footer .menu li a {
	transition: 0.3s;
}
footer .menu li a.active {
	color: #FF8F3C;
}
footer .menu li a:not(.active):hover {
	opacity: 0.5;
}
footer .copyright {
	font-size: 14px;
	font-weight: 300;
}
footer .title {
	margin-top: 24px;
	font-weight: 500;
	color: #FF8F3C;
	margin-bottom: 15px;
}
footer .phones {
	margin-bottom: 15px;
}
footer .phone {
	font-size: 16px;
	margin-bottom: 5px;
}
footer .email {
	font-size: 14px;
	color: #FF8F3C;
	margin-bottom: 30px;
	text-decoration: underline;
}
footer .socials {
	display: flex;
}
footer .socials a {
	margin-right: 12px;
	transition: 0.3s;
}
footer .socials a:last-child {
	margin-right: 0;
}
footer .socials a:hover {
	opacity: 0.5;
}

.page-catalog {
	padding-bottom: 60px;
}
.page-catalog .product {
	margin-bottom: 30px;
}
.page-catalog .title-line {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.page-catalog .title-line.single {
	margin-top: 23px;
}
.page-catalog .title-line .article-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 219px;
	height: 56px;
	padding: 0 20px 0 14px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: #fff;
}
.page-catalog .title-line .article-link:before {
	content: url(../img/icons/catalog-acticle-link.svg);
	position: relative;
	top: 2px;
}
.page-catalog .action-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 40px;
	border: 1px solid #CDCDCD;
	margin-bottom: 20px;
}
.page-catalog .action-line .categories {
	display: flex;
}
.page-catalog .action-line .categories a {
	padding: 1px 20px 4px 20px;
	color: #008A7B;
	font-weight: 500;
	border-radius: 5px;
	background: transparent;
	transition: 0.3s;
}
.page-catalog .action-line .categories a.active {
	background: #008A7B;
	color: #fff;
}
.page-catalog .action-line .categories a:not(.active):hover {
	background: #f0f0f0;
}
.form-sort {
	display: flex;
	align-items: center;
}
.page-catalog .sort-mob {
	display: none;
	margin-bottom: 20px;
}
.page-catalog .content {
	max-width: 750px;
	margin: 60px auto 0 auto;
	color: #787878;
}
.page-catalog .content .seo-text {
	height: 212px;
	overflow: hidden;
}
.page-catalog .content.active .seo-text {
  height: 100%;
}
.page-catalog .content .link-more {
	color: #008A7B;
	border-bottom: 1px dashed #008A7B;
}

.page-about .about-title {
	font-size: 65px;
	font-weight: 900;
	text-transform: none;
	line-height: 1;
}
.page-about .breadcrumbs {
	margin-bottom: 30px;
}
.page-about .about-image {
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-about .about-text {
	max-width: 555px;
	margin: 60px auto;
}
.page-about .about-col .about-title {
	text-align: left;
}
.page-about .col-left .about-title {
	margin-bottom: 60px;
}
.page-about .col-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.page-about .col-right .about-title {
	margin-bottom: 30px;
}
.page-about .col-right .about-text {
	margin: 0;
}
.page-about .causes-title {
	margin-bottom: 58px;
}
.page-about .causes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 12px;
}
.page-about .causes .item {
	position: relative;
	background: #F8F8F8;
	max-width: 555px;
	padding: 32px 30px 26px 30px;
	margin: 0 15px 48px 15px;
}
.page-about .causes .item .title {
	font-weight: 500;
	margin-bottom: 4px;
}
.page-about .causes .item .text {
	color: #787878;
	margin: 0;
}
.page-about .causes .item:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #008A7B;
	border-radius: 50%;
	font-weight: 500;
	color: #008A7B;
	position: absolute;
	top: -18px;
	left: 30px;
}
.page-about .causes .item:nth-child(1):before {
	content: '1';
}
.page-about .causes .item:nth-child(2):before {
	content: '2';
}
.page-about .causes .item:nth-child(3):before {
	content: '3';
}
.page-about .causes .item:nth-child(4):before {
	content: '4';
}
.page-about .causes .item:nth-child(5):before {
	content: '5';
}

.page-about .partners {
	background: url(../img/partners-bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
}
.page-about .partners h2 {
	text-transform: none;
	margin-bottom: 30px;
}
.page-about .partners .items {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-about .partners .items .item {
	margin-right: 90px;
}
.page-about .partners .items .item:last-child {
	margin-right: 0;
}

.page-blog {
	padding-bottom: 60px;
}
.page-blog h1 {
	margin-bottom: 30px;
}
.page-blog .breadcrumbs {
	margin-bottom: 20px;
}
.page-blog .articles {
	margin-bottom: 30px;
}
.page-blog .article {
	display: flex;
	margin-bottom: 20px;
	background: #F8F8F8;
	border-radius: 10px;
	overflow: hidden;
}
.page-blog .article .image-link {
	flex-shrink: 0;
}
.page-blog .article .text-wrap {
	padding: 30px;
}
.page-blog .article h2 {
	font-size: 30px;
	text-transform: none;
	text-align: left;
	margin-bottom: 10px;
}
.page-blog .article .text {
	margin-bottom: 20px;
}
.page-blog .article .link-more {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FF8F3C;
	border: 1px solid #FF8F3C;
	width: 128px;
	height: 30px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s;
}
.page-blog .article .link-more:hover {
	background: #FF8F3C;
	color: #fff;
}
.page-distribution .breadcrumbs {
	margin-bottom: 20px;
}
.page-distribution h1 {
  margin-bottom: 30px;
}
.page-distribution .article {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.page-distribution .article .image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.page-distribution .article .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.page-distribution .content {
	padding: 20px 0 80px 0;
}

.page-article {
	padding-bottom: 30px;
}
.page-article .breadcrumbs {
	width: 100%;
	max-width: 1140px;
	padding-top: 20px;
	margin: 0 auto 30px auto;
	color: #fff;
}
.page-article .breadcrumbs a.item {
	color: #fff;
}
.page-article .image-main {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-article h1 {
	color: #fff;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 65px;
	font-weight: 900;
	line-height: 65px;
	margin-bottom: 60px;
}
.page-article .content {
	max-width: 750px;
	margin: 50px auto 40px auto;
}
.page-article .content h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	margin-top: 50px;
	margin-bottom: 30px;
}
.page-article .product {
	margin-bottom: 30px;
}

.page-payment-and-delivery {
	padding-bottom: 30px;
}
.page-payment-and-delivery h1 {
	text-transform: uppercase;
	font-size: 60px;
	line-height: 66px;
	font-weight: 900;
	max-width: 390px;
	margin-top: 93px;
	margin-bottom: 20px;
}
.page-payment-and-delivery .description {
	margin-bottom: 30px;
}
.page-payment-and-delivery .price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	color: #fff;
	background: #FF8F3C;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 371px;
}
.page-payment-and-delivery .main-image {
	position: absolute;
	top: 0;
	right: -70px;
}
.page-payment-and-delivery h2 {
	text-transform: none;
}
.page-payment-and-delivery .delivery-item {
	background: #F8F8F8;
	border-radius: 5px;
	min-height: 265px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.page-payment-and-delivery .delivery-item .icon {
	margin-bottom: 12px;
}
.page-payment-and-delivery .delivery-item .text {
	text-align: center;
}
.page-payment-and-delivery .delivery-item.note {
	justify-content: space-between;
	align-items: flex-start;
	background: rgba(255,143,60,0.1);
	padding: 30px;
}
.page-payment-and-delivery .delivery-item.note .text {
	text-align: left;
}
.page-payment-and-delivery .delivery-item.note .text span {
	font-weight: 500;
}
.page-payment-and-delivery .delivery-item.note .link-broken {
	color: #008A7B;
	border-bottom: 1px dashed #008A7B;
}
.page-payment-and-delivery h2.payment-title {
	margin-top: 30px;
	text-align: left;
	margin-bottom: 10px;
}
.page-payment-and-delivery .payment-text {
	max-width: 555px;
	margin-bottom: 30px;
}
.page-payment-and-delivery .payment-item {
	background: #F8F8F8;
	padding: 30px;
	min-height: 138px;
	margin-bottom: 30px;
}
.page-payment-and-delivery .payment-item .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}
.page-payment-and-delivery .payment-item .text {
	margin: 0;
}
.page-payment-and-delivery .broken-title {
	margin-top: 30px;
	margin-bottom: 48px;
}
.page-payment-and-delivery .broken-item {
	position: relative;
	background: #F8F8F8;
	border-radius: 5px;
	padding: 32px 20px 26px 16px;
	min-height: 177px;
	margin-bottom: 30px;
}
.page-payment-and-delivery .broken-item .title {
	font-weight: 500;
	margin-bottom: 4px;
}
.page-payment-and-delivery .broken-item .text {
	color: #787878;
	margin: 0;
}
.page-payment-and-delivery .broken-item:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #008A7B;
	border-radius: 50%;
	font-weight: 500;
	color: #008A7B;
	line-height: 1;
	position: absolute;
	top: -18px;
	left: 16px;
}
.page-payment-and-delivery .col-lg-3:nth-child(1) .broken-item:before {
  content: '1';
}
.page-payment-and-delivery .col-lg-3:nth-child(2) .broken-item:before {
  content: '2';
}
.page-payment-and-delivery .col-lg-3:nth-child(3) .broken-item:before {
  content: '3';
}
.page-payment-and-delivery .col-lg-3:nth-child(4) .broken-item:before {
  content: '4';
}

.page-contacts .breadcrumbs {
	margin-bottom: 20px;
}
.page-contacts h1 {
	margin-bottom: 30px;
}
.page-contacts .items {
	margin-top: 28px;
	margin-bottom: 50px;
}
.page-contacts .items .item span {
	font-weight: 500;
}
.page-contacts .items .item .email {
	color: #FF8F3C;
	text-decoration: underline;
}
.page-contacts .contacts-map {
	background: #efefef;
	height: 460px;
}
.page-contacts .items .item.soc span {
	margin-right: 20px;
}
.page-contacts .items .item.soc a {
	margin-right: 12px;
}
.page-contacts .items .item.soc a:last-child {
	margin-right: 0;
}
.page-contacts .company-details {
	max-width: 370px;
	background: #F8F8F8;
	border-radius: 5px;
	padding: 26px 30px;
	margin-bottom: 60px;
	font-size: 16px;
}
.page-contacts .company-details .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.page-contacts .company-details p {
	margin-bottom: 10px;
}
.page-contacts .company-details p:last-child {
	margin-bottom: 0;
}

.page-cart {
	padding: 40px 0 60px 0;
	min-height: calc(100vh - 456px);
}
.page-cart h1 {
	margin-bottom: 10px;
}
.page-cart .description {
	margin-bottom: 40px;
}
.page-cart .description a {
	color: #FF8F3C;
	text-decoration: underline;
}
.page-cart .products {
	margin-bottom: 30px;
}
.page-cart .cart-product {
	display: flex;
	position: relative;
	margin-bottom: 40px;
}
.page-cart .cart-product .image {
	position: relative;
	flex-shrink: 0;
	margin-right: 30px;
}

.page-cart .cart-product .image .frame {
	width: 219px;
	position: absolute;
	top: 16px;
  left: 25px;
}
.page-cart .cart-product .image .glass-shelf {
	width: 263px;
	position: absolute;
	top: 197px;
  left: 10px;
}
.page-cart .cart-product .image .lens {
	width: 44px;
	position: absolute;
	top: 77px;
	left: 144px;
}
.page-cart .cart-product .image .clock {
	width: 32px;
	position: absolute;
	top: 146px;
  left: 116px;
}
.page-cart .cart-product .image .smart-block {
	width: 45px;
	position: absolute;
	top: 143px;
  left: 109px;
  z-index: 1;
}
.page-cart .cart-product .image .media-block {
	width: 45px;
	position: absolute;
	top: 143px;
  left: 109px;
  z-index: 1;
}

.page-cart .cart-product .info .image-mob {
	display: none;
}
.page-cart .cart-product .info {
	width: 100%;
}
.page-cart .cart-product .title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.page-cart .cart-product .remove {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 0;
}
.page-cart .cart-product .remove .button-remove {
	border: none;
	background: none;
	cursor: pointer;
}
.page-cart .cart-product .block-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 87px;
}
.page-cart .cart-product .block-price .price {
	font-size: 22px;
	font-weight: 500;
	color: #FF8F3C;
	margin: 0;
}
.page-cart .cart-product .block-count {
	display: flex;
	align-items: center;
}
.page-cart .cart-product .block-count .change-count {
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 16px;
}
.page-cart .cart-product .block-count .input-wrap {
	position: relative;
	margin: 0 16px;
}
.page-cart .cart-product .block-count .input-wrap:after {
	content: 'шт.';
	position: absolute;
	top: 11px;
	right: 21px;
	line-height: 1;
}
.page-cart .cart-product .block-count input {
	width: 80px;
	height: 38px;
	background: #F8F8F8;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.14);
	padding: 0 47px 0 10px;
	text-align: right;
	margin: 0;
	cursor: default;
}
.page-cart .cart-product .block-count button {
	display: none;
}
.page-cart .cart-product .line {
	display: block;
	background: #CDCDCD;
	height: 1px;
	margin: 30px 0;
}
.page-cart .cart-product .option {
	margin-bottom: 20px;
}
.page-cart .cart-product .option .name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2px;
}
.page-cart .cart-product .option .value {
	font-size: 16px;
	color: #787878;
	margin: 0;
}
.page-cart .cart-product .option .size {
	display: flex;
	margin-top: 5px;
}
.page-cart .cart-product .option .size.vertical {
	flex-direction: column;
	gap: 10px 0;
}
.page-cart .cart-product .option .size .delim {
	margin: 3px 13px 0 13px;
}
.page-cart .cart-product .option .size .size-value {
	font-size: 16px;
	margin: 0;
}
.page-cart .cart-product .option .size .size-name {
	font-size: 14px;
	color: #787878;
	margin: 0;
}

.page-cart .ordering {
	background: #F8F8F8;
	border-radius: 10px;
	padding: 40px 60px 60px 60px;
}
.page-cart .ordering .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.page-cart .ordering .sum-title {
	margin-bottom: 10px;
}
.page-cart .ordering .delivery-title {
	margin-top: 4px;
}
.page-cart .ordering .sum {
	font-size: 36px;
	color: #FF8F3C;
	font-weight: 700;
	margin-bottom: 6px;
}
.page-cart .ordering .delivery-description {
	color: #787878;
	margin: 0;
	font-size: 16px;
}
.page-cart .ordering .line {
	display: block;
	background: #CDCDCD;
	height: 1px;
	margin: 30px 0;
}
.page-cart .ordering .button {
	width: 100%;
	height: 50px;
	margin-top: 14px;
}
.page-cart .ordering .delivery-methods .text-title {
	display: block;
	font-weight: 500;
}
.page-cart .ordering .delivery-methods .text-descript {
	display: block;
	font-size: 16px;
	color: #787878;
}
.page-cart .ordering .comment {
	margin-bottom: 30px;
}
.page-cart #msOrder {
	margin: 0;
}

.page-product .product-bg {
	position: absolute;
	top: 0;
	right: 15px;
	max-width: initial;
	z-index: -1;
}
.page-product .breadcrumbs {
	margin-bottom: 46px;
}
.page-product .product-images {
	display: flex;
}
.page-mirror .product-images {
	min-height: 612px;
}
.page-product .product-images.product-images-mob {
	display: none;
}
.page-product .product-gallery {
	width: 90px;
	text-align: center;
	flex-shrink: 0;
}
.page-product .product-gallery .items {
	max-height: 408px;
  overflow: hidden;
}
.page-product .product-gallery .item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F8F8;
	aspect-ratio: 1 / 1;
	margin-bottom: 16px;
}
.page-product .product-gallery .link-more {
	display: inline-block;
	font-size: 16px;
	color: #008A7B;
	border-bottom: 1px dashed #008A7B;
	margin-top: 16px;
}
.page-product .product-image {
	position: relative;
	margin-top: -48px;
}
.page-product.page-hanger .product-gallery {
	margin-right: 16px;
	margin-top: -20px;
}
.page-product.page-hanger .product-image {
	margin-top: -20px;
}
.page-product .product-image .info {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	width: fit-content;
	margin: 0 auto;
}
.page-product .product-image .info .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #FF8F3C;
}
.page-product .product-image .info .text {
	font-size: 16px;
	color: #fff;
	padding: 12px 19px 12px 14px;
	background: #FF8F3C;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: fit-content;
	margin: 0 0 0 -9px;
}
.page-product .product-image .frame {
	display: none;
	position: absolute;
	top: 41px;
	left: 64px;
}
.page-product .product-image .frame-color-2 {
	display: inline;
}
.page-product .product-image .glass-shelf {
	display: none;
	position: absolute;
	top: 485px;
	left: 36px;
}
.page-product .product-image .lens {
	display: none;
	position: absolute;
	top: 195px;
	left: 356px;
}
.page-product .product-image .clock {
	display: none;
	position: absolute;
	top: 390px;
	left: 312px;
}
.page-product .product-image .smart-block {
	display: none;
	position: absolute;
	top: 341px;
	left: 277px;
	z-index: 1;
}
.page-product .product-image .media-block {
	display: none;
	position: absolute;
	top: 341px;
	left: 277px;
	z-index: 1;
}
.page-product h1 {
	margin-top: 40px;
	margin-bottom: 7px;
}
.page-product.page-hanger h1 {
	margin-top: 60px;
}
.page-product .price {
	color: #FF8F3C;
	font-size: 22px;
	font-weight: 500;
	margin: 0;
}
.page-product .line {
	display: block;
	height: 1px;
	background: #CDCDCD;
	margin: 20px 0;
}
.page-product .measurer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;
}
.page-product .measurer .button-measurer {
	width: 100%;
	height: 36px;
}
.page-product .measurer .tooltip-link {
	flex-shrink: 0;
}
.page-product .sizes {
	margin-bottom: 22px;
}
.page-product .sizes .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.page-product .sizes .size-type-toggle {
	display: flex;
	font-size: 16px;
}
.page-product .sizes .size-type-toggle .radio-group {
	margin-right: 20px;
}
.page-product .sizes .size-type-toggle .radio-group:last-child {
	margin-right: 0;
}
.page-product .sizes .size-type-toggle .radio-group .radio-button {
	margin-right: 5px;
}
.page-product .sizes .sizes-inputs {
	display: none;
	justify-content: space-between;
}
.page-product .sizes .input-size {
	width: 107px;
	height: 38px;
	border-radius: 5px;
	background: #F8F8F8;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	color: #484543;
	margin-bottom: 0;
}
.page-product .sizes .icon {
	margin-top: 10px;
}
.page-product .sizes .item .name {
	font-size: 16px;
	margin: 0;
	color: #787878;
	margin-top: 2px;
}
.page-product .options .title {
	font-size: 18px;
	font-weight: 500;
}
.page-product .options .item {
	position: relative;
	margin-bottom: 9.5px;
}

.page-cabin .sizes .item {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px;
}
.page-cabin .sizes .item .name {
	margin-top: 0;
	line-height: 1;
}
.page-cabin .sizes .item .tooltip-link {
	flex-shrink: 0;
	margin-left: auto;
}
.page-cabin .sizes .input-size {
	width: 95px;
}
.page-cabin .sizes .input-size:disabled {
	background: #e1dfdf;
	color: #8d8d8d;
}

.page-visor .sizes .item {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px;
}
.page-visor .sizes .item .name {
	margin-top: 0;
	line-height: 1;
}
.page-visor .sizes .item .tooltip-link {
	flex-shrink: 0;
	margin-left: auto;
}
.page-visor .sizes .input-size {
	width: 95px;
}
.page-visor .sizes .input-size:disabled {
	background: #e1dfdf;
	color: #8d8d8d;
}

.page-product .options .toggle-group {
	display: flex;
	margin: 0;
	cursor: pointer;
}
.page-product .options .toggle-group span {
	line-height: 1;
}
.page-product .options .toggle-group .checkbox {
	flex-shrink: 0;
	position: relative;
	display: block;
	width: 42px;
	height: 24px;
	border-radius: 12px;
	background: #E7E7E7;
	margin-right: 10px;
	transition: 0.3s;
}
.page-product .options .toggle-group .checkbox:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.3s;
}
.page-product .options .toggle-group input:checked + .checkbox {
	background: #FF8F3C;
}
.page-product .options .toggle-group input:checked + .checkbox:before {
	left: 20px;
}
.page-product .options .toggle-group input.disabled + .checkbox:after {
	content: url(../img/icons/lock.svg);
	position: absolute;
	top: 3px;
	right: 6px;
}
.page-product .options .parameters .radio-group.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.page-product .options .toggle-group .selected-text {
	font-size: 16px;
	color: #787878;
	display: block;
	margin-top: 2px;
}
.page-product .options .toggle-group .toggle-text {
	margin: 0;
}

.page-product .options .item .parameters {
	display: none;
	position: absolute;
	top: 0;
	left: 30px;
	width: 272px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	z-index: 4;
}
.page-product .options .item .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.page-product .options .item.show-parameters .overlay {
	display: block;
}
.page-product .options .item.show-parameters .parameters {
	display: block;
}
.page-product .options .item.show-parameters:before {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: -6px;
	border-radius: 20px;
	background: #ffffff;
	width: 54px;
	height: 36px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}
.page-product .options .item.show-parameters:after {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	border-radius: 20px;
	background: #fff;
	width: 54px;
	height: 36px;
	z-index: 4;
}
.page-product .options .item.show-parameters .toggle-group .checkbox {
	z-index: 5;
}
.page-product .options .item .parameters .title {
	margin-bottom: 7px;
}
.page-product .options .item .parameters .description {
	font-size: 16px;
	color: #787878;
	margin-bottom: 5px;
}
.page-product .options .item .parameters .checkbox-group,
.page-product .options .item .parameters .radio-group {
	margin-bottom: 11px;
}
.page-product .options .item .parameters .checkbox-group .checkbox,
.page-product .options .item .parameters .radio-group .radio-button {
	margin-right: 8px;
}
.page-product .options .item .parameters .checkbox-group p {
	margin: 0;
	line-height: 1;
}
.page-product .options .item .parameters .checkbox-group .checkbox {
	top: 1px;
}
.page-product .options .item .parameters .buttons-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 10px;
}
.page-product .options .item .parameters .control {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 89px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
}
.page-product .options .item .parameters .select-parameter {
	border: 1px solid #FF8F3C;
	font-weight: 500;
	font-size: 14px;
	color: #FF8F3C;
	background: #fff;
	transition: 0.3s;
}
.page-product .options .item .parameters .select-parameter:hover {
	background: #FF8F3C;
	color: #fff;
}
.page-product .options .item .parameters .cancel-parameter {
	font-size: 14px;
	color: #787878;
	background: #fff;
	margin-right: 10px;
	transition: 0.3s;
}
.page-product .options .item .parameters .cancel-parameter:hover {
	background: #F8F8F8;
}
.page-product .options .item .parameters .sub-option-switch-location {
	display: none;
}

.page-product .add-to-cart {
	width: 200px;
	height: 47px;
	margin-top: 17px;
}
.page-product .add-to-cart-mob {
	display: none;
}

.page-product .button-call {
	position: relative;
	height: 40px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #FF8F3C;
  color: #FF8F3C;
  margin: -20px auto 7px auto;
  z-index: 1;
  transition: 0.3s;
}
.page-product .button-call:hover {
	background: #FF8F3C;
	color: #fff;
}
.page-product.page-cabin .button-call {
	margin-top: 20px;
}

.page-product .product-description {
	margin-top: 80px;
	margin-bottom: 80px;
	max-width: 653px;
}
.page-product .product-description h2 {
	text-align: left;
	text-transform: none;
	margin-bottom: 16px;
}
.page-product .product-advantages {
	margin-top: 90px;
	margin-bottom: 80px;
}
.page-product .product-advantages .item {
	display: flex;
	margin-bottom: 20px;
}
.page-product .product-advantages .item .image-wrap {
	margin-right: 16px;
	flex-shrink: 0;
}
.page-product .product-advantages .item .title {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.page-product .product-advantages .item .text {
	color: #787878;
	font-size: 16px;
	margin: 0;
}

.page-product .similar-products {
	background: url(../img/products/similar-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0;
}
.page-product .similar-products h2 {
	text-transform: none;
}
.page-product .similar-products .product {
	background: #fff;
}
.page-product .similar-products .product:hover .wrap {
	background: #fff;
}
.page-product .similar-products .owl-nav button {
	top: -50px;
}

.page-404 {
	padding: 50px 0;
	height: calc(100vh - 430px);
}
.page-404 h1 {
	text-align: center;
}

.page-search {
	min-height: calc(100vh - 456px);
	padding-bottom: 60px;
}
.page-search .product {
	margin-bottom: 30px;
}
.page-search .title-line {
	margin-top: 23px;
	margin-bottom: 30px;
}

.page-guarantee-and-return {
  padding-bottom: 60px;
}
.page-guarantee-and-return .breadcrumbs {
  margin-bottom: 20px;
}
.page-guarantee-and-return h1 {
  margin-bottom: 30px;
}

/*Кастомный селект*/
.select2.select2-container {
	display: block;
	width: 100% !important;
	height: 38px;
	padding: 0;
	border: none;
	border-radius: 5px;
	background: #F8F8F8;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.14);
	color: #484543;
}
.select2-container .select2-selection--single {
	height: 36px;
	background: transparent;
	border: none;
}
.select2-container .select2-selection--single:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: url(../img/icons/arrow-down.svg);
	position: absolute;
	top: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	transform: rotate(180deg);
	top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	color: #484543;
	padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}
.select2-dropdown {
	border: none;
	border-radius: 0;
	box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.14);
}
.select2-container--default .select2-results__option--selected {
	background: #F8F8F8;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #F8F8F8;
	color: #484543;
}
.select2-results__option {
	padding: 6px 15px;
}


/*Popup*/
.popup {
	background-color: #fff;
	margin: auto;
	position: relative;
	text-align: center;
	border-radius: 5px;
}
.mfp-close {
	width: auto;
	height: auto;
	top: 30px;
	right: 30px;
	opacity: 1;
	padding: 5px;
	line-height: normal;
	cursor: pointer;
}
.mfp-close:active {
	top: 30px;
}
.mfp-close path {
	fill: #333;
}
.order-popup {
	max-width: 480px;
	background: #F8F8F8;
	padding: 40px 60px;
}
.order-popup .head {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.order-popup .button {
	width: 100%;
}
.popup.info-option {
	max-width: 800px;
	padding: 25px 40px;
	text-align: left;
}
.popup.info-option .head {
	text-align: center;
	font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.popup.info-option p:last-child {
	margin-bottom: 0;
}
.popup.measurer-popup {
	max-width: 480px;
	background: #F8F8F8;
	padding: 40px 60px;
}
.popup.measurer-popup .head {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.popup.measurer-popup .description {
	margin-bottom: 25px;
}
.popup.measurer-popup textarea {
	border-radius: 5px;
	margin-bottom: 12px;
}
.popup.measurer-popup .button {
	width: 100%;
}
.popup.measurer-popup .select2-container {
	text-align: left;
	background: #fff;
	width: auto;
	height: 50px;
	margin-bottom: 16px;
}
.popup.measurer-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}
.popup.measurer-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 210px;
}
.lead-magnet-popup {
	max-width: 480px;
	background: #F8F8F8;
	padding: 40px 60px;
}
.lead-magnet-popup .present {
	max-width: 200px;
	margin-bottom: 30px;
}
.lead-magnet-popup .text {
	text-align: center;
	font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.lead-magnet-popup .text span {
	color: red;
}
.mfp-bg {
	opacity: 0.7;
}
/*end Popup*/

/*animate popup*/
.my-mfp-zoom-in .popup,
.my-mfp-zoom-in .mfp-iframe {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .popup,
.my-mfp-zoom-in.mfp-ready .mfp-iframe {
	opacity: 1;
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .popup,
.my-mfp-zoom-in.mfp-removing .mfp-iframe {
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/*end animate popup*/