.hero {
	padding-top: 150px;
	background-color: #E5E7ED;
	border-radius: 0 0 65px 65px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.hero::after {
	content: '';
	position: absolute;
	bottom: 141px;
	right: -310px;
	width: 375px;
	height: 375px;
	border-radius: 50%;
	opacity: 0.1;
	background: #AD2CDA;
	-webkit-filter: blur(150px);
	        filter: blur(150px);
	-webkit-animation: slide-bl 7s ease-out infinite alternate forwards;
	animation: slide-bl 7s ease-out infinite alternate forwards;
}
@-webkit-keyframes slide-bl {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	100% {
		-webkit-transform: translateY(100px) translateX(-1000px);
		transform: translateY(100px) translateX(-1000px);
	}
}
@keyframes slide-bl {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	100% {
		-webkit-transform: translateY(100px) translateX(-1000px);
		transform: translateY(100px) translateX(-1000px);
	}
}
.hero-block {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 142px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 1;
	/* overflow: hidden; */
}
.hero-block_circle {
	position: absolute;
	top: 222px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 248, 255, 0.40)), color-stop(21.4%, rgba(240, 243, 246, 0.16)));
	background: -o-linear-gradient(top, rgba(243, 248, 255, 0.40) 0%, rgba(240, 243, 246, 0.16) 21.4%);
	background: linear-gradient(180deg, rgba(243, 248, 255, 0.40) 0%, rgba(240, 243, 246, 0.16) 21.4%);
	width: 1236px;
	height: 1236px;
	z-index: -3;
}
.hero-block_circle::before {
	content: '';
	position: absolute;
	top: 130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-radius: 50%;
	width: 800px;
	height: 800px;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
	-webkit-animation: rotate-bl 15s linear infinite both;
	animation: rotate-bl 15s linear infinite both;
}
.hero-block__icon {
	position: absolute;
	top: 29px;
	left: 126px;
	width: 190px;
	height: 190px;
}

.hero-block__icon img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.hero-block__icon img._bg {
	z-index: 1;
	-webkit-animation: rotate-center 10s linear infinite both;
	animation: rotate-center 10s linear infinite both;
}
.hero-block__icon img._text {
	z-index: 2;
}
/* .hero-block__icon g.rotate {
-webkit-animation: rotate-center 10s linear infinite both;
animation: rotate-center 10s linear infinite both;
} */
@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.hero-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 87px;
	padding-left: 55px;
}
.hero-l {
	max-width: 787px;
	opacity: 0;
	-webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.5s;
	animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.5s;
}

@-webkit-keyframes slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(calc(-100% - 70px));
		transform: translateX(calc(-100% - 70px));
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(calc(-100% - 70px));
		transform: translateX(calc(-100% - 70px));
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.hero__subtitle {
	margin-top: 9px;
	font-family: "Bounded", sans-serif;
	color: #4C535C;
	font-size: 26px;
	line-height: 150%;
	overflow-wrap: break-word;
}
.hero__subtitle svg {
	margin-bottom: 5px;
}
.hero__btn {
	width: 242px;
	margin-top: 25px;
}
.hero-r {
	margin-bottom: 93px;
	max-width: 385px;
	opacity: 0;
	-webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.8s;
	animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.8s;
}
@-webkit-keyframes slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(calc(100% + 265px));
		transform: translateX(calc(100% + 265px));
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(calc(100% + 265px));
		transform: translateX(calc(100% + 265px));
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.hero-r p {
	color: #464A4E;
	font-size: 17px;
	line-height: 137%;
	margin-top: 11px;
}
.hero-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
	margin-top: 25px;
	-webkit-animation: slide-up 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-up 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.hero-thumb {
	width: 174px;
	min-width: 174px;
	height: 179px;
	border-radius: 15px;
	background: #FFF;
	overflow: hidden;
	position: relative;
	border: 1px solid #FFF;
	z-index: 1;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.hero-thumb.active {
	pointer-events: none;
}
.hero-thumb:hover {
	border-color: #0063ED;
}
.hero-thumb_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-thumb.active .hero-thumb_pic {
	opacity: 0.3;
}
.hero-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}
.hero-thumb span {
	color: #000;
	font-family: "AKONY", sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 137%;
	opacity: 0.2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.hero-thumb.active span {
	opacity: 0.1;
}

.hero-slider {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: auto;
	z-index: -2;
}
.hero-slide {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;
}
@-webkit-keyframes slide-up {
	0% {
		-webkit-transform: translateY(calc(100% + 142px));
		transform: translateY(calc(100% + 142px));
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slide-up {
	0% {
		-webkit-transform: translateY(calc(100% + 142px));
		transform: translateY(calc(100% + 142px));
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hero-slide.active {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.hero-slide img {
	width: 100%;
	height: auto;
	-webkit-animation: slide-up2 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1s;
	animation: slide-up2 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1s;
}
@-webkit-keyframes slide-up2 {
	0% {
		-webkit-transform: translateY(calc(100% + 265px));
		transform: translateY(calc(100% + 265px));
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slide-up2 {
	0% {
		-webkit-transform: translateY(calc(100% + 265px));
		transform: translateY(calc(100% + 265px));
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}



.why {
	padding-top: 140px;
	padding-bottom: 140px;
	opacity: 0;
	-webkit-transition: 1.5s ease-in;
	-o-transition: 1.5s ease-in;
	transition: 1.5s ease-in;
}
.why.active {
	opacity: 1;
}
.why__title {
	text-align: center;
}
.why-grid {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}
.why-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}
.why-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}
.why-box {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	padding: 24px 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.why-box1 {
	width: 500px;
	padding-top: 46px;
	padding-bottom: 46px;
}
.why-box2 {
	width: 367px;
}
.why-box3 {
	padding-left: 88px;
}
.why-box4 {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 30px;
}
.why-box._border {
	padding: 20px;
	border-style: solid;
	border-width: 5px;
}
.why-box1._border {
	padding-top: 41px;
	padding-bottom: 41px;
}
.why-box3._border {
	padding-left: 83px;
}
.why-box4._border {
	padding: 25px;
}
.why__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	-webkit-transition: .8s!important;
	-o-transition: .8s!important;
	transition: .8s!important;
}
.why-box:hover .why__bg {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.why-box3 .why__bg {
	-o-object-position: left top;
	   object-position: left top;
}
.why-box3:hover .why__bg {
	-webkit-transform: scale(1.05) translateX(15px);
	    -ms-transform: scale(1.05) translateX(15px);
	        transform: scale(1.05) translateX(15px);
}
.why-box__title {
	color: #2A323C;
	font-size: 25px;
	font-weight: 500;
	line-height: 125%;
	margin-bottom: 5px;
	max-width: 320px;
}
.why-box__title span {
	color: #0063ED;
}
.why-box__text {
	color: #585B5E;
	font-size: 15px;
	line-height: 161%;
	max-width: 305.1px;
}
.why-box3 .why-box__text {
	max-width: 628px;
}
.why-box._bg-dark .why-box__title,
.why-box._bg-dark .why-box__text {
	color: #FFFFFF;
}
.why-box_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
}
.why-box_top img {
	max-width: 46px;
	max-height: 46px;
	width: 100%;
	height: 100%;
}
.why-r {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}



.about {
	border-radius: 65px 65px 0 0;
	background-color: #F4F7F9;
	padding-top: 120px;
	padding-bottom: 136px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.about::before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -3;
	border-radius: 50%;
	bottom: -368px;
	width: 800px;
	height: 800px;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
}
.about::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -2;
	border-radius: 50%;
	width: 752px;
	height: 752px;
	bottom: -478px;
	background: -o-linear-gradient(250deg, #FFF 13.1%, rgba(255, 255, 255, 0.00) 34.93%);
	background: linear-gradient(200deg, #FFF 13.1%, rgba(255, 255, 255, 0.00) 34.93%);
}
.about__vector {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.about-top {
	max-width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.about-top__item {
	padding: 9px 18px;
	border-radius: 900px;
	background: -o-radial-gradient(61.58% 16.38%, 124.99% 124.99%, #E02CC8 0%, #5944BE 50%, #9179E6 84.13%, #8E89E7 100%), -o-radial-gradient(20.9% 33.9%, 79.52% 96.63%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 53.37%), -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.00) 46.63%, rgba(255, 255, 255, 0.06) 100%);
	background: radial-gradient(124.99% 124.99% at 61.58% 16.38%, #E02CC8 0%, #5944BE 50%, #9179E6 84.13%, #8E89E7 100%), radial-gradient(79.52% 96.63% at 20.9% 33.9%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 53.37%), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 46.63%, rgba(255, 255, 255, 0.06) 100%);
	color: #FFFFFF;
	font-family: "Bounded", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 151%;
	text-transform: uppercase;
}
.about__subtitle {
	max-width: 772px;
	color: #4C535C;
	font-family: "Bounded", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.01em;
}
.about-top__pic {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
}
.about-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 51px;
	margin-top: 40px;
}
.about-block {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 15px;
}
.about-block:nth-child(even) {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.about-block>img {
	width: 50px;
	min-width: 50px;
	height: auto;
}
.about-box {
	max-width: 293px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 5px;
}
.about-box__title {
	color: #2A323C;
	font-size: 20px;
	font-weight: 500;
}
.about-box__text {
	color: #585B5E;
	font-size: 15px;
}
.about-box>span {
	display: block;
	padding: 8px 10px;
	border-radius: 20px;
	background: #5843BE;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
}
.about__pic {
	position: absolute;
	bottom: 0;
	left: 48.7%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	max-width: 1243px;
	max-height: 586px;
	z-index: -1;
}


.details {
	padding-top: 120px;
	padding-bottom: 105px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.details-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 204px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.details__title {
	max-width: 492px;
	overflow-wrap: break-word;
}
.details__title svg {
	margin-bottom: 10px;
}
.details-r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: 396px;
}
.details__subtitle {
	color: #464A4E;
	font-size: 17px;
	line-height: 137%;
}
.details-bottom {
	margin-top: 87px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	/* z-index: 1; */
}
.details-bottom::before {
	content: '';
	position: absolute;
	z-index: -3;
	width: 1025px;
	height: 1025px;
	border-radius: 50%;
	bottom: 131px;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	right: -152px;
	opacity: 0.3;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.30) 23.98%, rgba(9, 134, 249, 0.30) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.30) 23.98%, rgba(9, 134, 249, 0.30) 79.02%);
}
.details-bottom::after {
	content: '';
	position: absolute;
	z-index: -2;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	top: 10px;
	right: -158px;
	opacity: 0.5;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
}
.details-block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 280px 11px 280px;
	grid-template-columns: repeat(2, 280px);
	grid-gap: 11px;
	position: relative;
	z-index: 3;
}
.details-block_l {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr 11px 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 11px;
}
.details-box {
	padding: 25px;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.details-box3 {
	height: 100%;
	position: relative;
}
.details-box>span {
	color: #1B1F25;
	font-size: 15px;
	font-weight: 500;
	line-height: 142%;
	opacity: 0.4;
	display: block;
}
.details-box1>span {
	margin-bottom: 27px;
}
.details-box2>span {
	margin-bottom: 10px;
}
.details-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.details-box2 .details-icons {
	margin-top: auto;
}
.details__icon {
	width: 43px;
	height: 43px;
	border-radius: 15px;
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.details__icon:not(:first-child) {
	margin-left: -6px;
}
.details-box2 .details__icon {
	border: 2px solid #CDE5E8;
	background: #F4F7F9;
}
.details-box1>p {
	margin-top: 14px;
	color: #2A323C;
	font-size: 20px;
	font-weight: 500;
	line-height: 137%;
}
.details-box2>p {
	color: #2A323C;
	font-size: 28px;
	font-weight: 500;
	line-height: 118%;
	margin-bottom: 10px;
}
.details-box3>p {
	color: #2A323C;
	font-size: 20px;
	font-weight: 500;
	line-height: 137%;
	margin-top: 14px;
	margin-bottom: 14px;
}

.details-box3>img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}
.details-pics {
	position: absolute;
	bottom: 0;
	left: 41.7%;
	height: 707px;
}
.details__pic {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: auto;
	z-index: -1;
}
.details-pics_block {
	position: absolute;
	top: 81px;
	left: 55px;
	z-index: 1;
}
.details-pics_block>img {
	position: absolute;
	z-index: -1;
	left: 129px;
	top: 40px;
	width: 322px;
	height: auto;
}
.details-pics_box {
	width: 177px;
	height: 177px;
	position: relative;
}
.details-pics_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.details-pics_box img._bg {
	z-index: 1;
	-webkit-animation: rotate-center 10s linear infinite both;
	animation: rotate-center 10s linear infinite both;
}
.details-pics_box img._text {
	z-index: 2;
}
.details-slider {
	margin-left: 0;
	margin-right: 0;
}
.details-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	height: auto;
}
.details-item {
	padding: 18px;
	border-radius: 20px;
	background: rgba(26, 33, 47, 0.77);
	-webkit-box-shadow: 0 29px 40px 0 rgba(0, 0, 0, 0.06);
	        box-shadow: 0 29px 40px 0 rgba(0, 0, 0, 0.06);
	-webkit-backdrop-filter: blur(5.5px);
	        backdrop-filter: blur(5.5px);
	max-width: 277px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
}
.details-item__top {
	display: block;
	padding: 9px 10px;
	border-radius: 900px;
	background: rgba(255, 255, 255, 0.08);
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 93%;
}
.details-item__title {
	color: #BFDAFF;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 93%;
	text-transform: uppercase;
}
.details-item_row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 4px;    
}
.details-item__text {
	color: #FFF;
	font-size: 13px;
	line-height: 123%;
	letter-spacing: 0.26px;
	opacity: 0.4;
}
.details-item_row>span {
	width: 46px;
	min-width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.details-item_row>span:hover {
	background-color: #0063ED;
}
.details-item_row>span path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.details-item_row>span:hover path {
	stroke: #FFFFFF;
}


.sizes {
	border-radius: 35px 35px 0 0;
	background: #293140;
	padding: 120px 0;
	overflow: hidden;
}
.sizes__title {
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.sizes-slider {
	margin-top: 40px;
	position: relative;
	z-index: 1;
	overflow: visible;
	padding-left: 118px;
	padding-right: 118px;
}
.sizes-slider::before {
	content: '';
	position: absolute;
	top: -220px;
	left: 145px;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
	z-index: -1;
	-webkit-animation: rotate-bl 15s linear infinite both;
	animation: rotate-bl 15s linear infinite both;
}
.sizes-slider::after {
	content: '';
	position: absolute;
	right: 34px;
	top: 163px;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
}
@-webkit-keyframes rotate-bl {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
}
@keyframes rotate-bl {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
}
.size {
	border-radius: 35px;
	background-color: #0063ED;
	background-image: url('../img/size-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	-webkit-box-shadow: 0 1057px 250px 0 rgba(0, 0, 0, 0.00), 0 677px 250px 0 rgba(0, 0, 0, 0.01), 0 381px 228px 0 rgba(0, 0, 0, 0.05), 0 169px 169px 0 rgba(0, 0, 0, 0.09), 0 42px 93px 0 rgba(0, 0, 0, 0.10);
	        box-shadow: 0 1057px 250px 0 rgba(0, 0, 0, 0.00), 0 677px 250px 0 rgba(0, 0, 0, 0.01), 0 381px 228px 0 rgba(0, 0, 0, 0.05), 0 169px 169px 0 rgba(0, 0, 0, 0.09), 0 42px 93px 0 rgba(0, 0, 0, 0.10);
	padding: 40px;
	padding-bottom: 35px;
	height: auto;
}
.size:not(.swiper-slide-active) {
	opacity: 0.4;
}
.size__title {
	max-width: 530px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 500;
	line-height: 120%;
}
.size__subtitle {
	margin-top: 3px;
	color: #AFCBFF;
	font-size: 18px;
}
.size-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 119px;
	margin-top: 35px;
	margin-bottom: 47px;
}
.size-box>p {
	color: rgba(255, 255, 255, 0.57);
	font-size: 17px;
	font-weight: 500;
	line-height: 120%;
}
.size-box>span {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 500;
	line-height: 120%;
	margin-top: 12px;
	display: block;
}
.size-box>span>span {
	position: relative;
}
.size-box>span>span span {
	position: absolute;
	left: 5px;
	bottom: -11px;
	font-size: 15px;
	font-weight: 500;
	line-height: 120%;
	opacity: 0.8;
}
.size>img {
	width: 100%;
	height: auto;
}
.size-nav {
	width: 65px;
	height: 65px;
	border-radius: 15px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.size-nav::after {
	content: '';
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.size-nav.swiper-button-prev {
	left: 0;
}
.size-nav.swiper-button-prev::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ1OCA4LjVIMy41NDEzNCIgc3Ryb2tlPSIjMzYzNjM2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC41IDMuNTQxOTlMMy41NDE2NyA4LjUwMDMzTDguNSAxMy40NTg3IiBzdHJva2U9IiMzNjM2MzYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.size-nav.swiper-button-next {
	right: 0;
}
.size-nav.swiper-button-next::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNTQxOTkgOC41SDEzLjQ1ODciIHN0cm9rZT0iIzM2MzYzNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguNSAzLjU0MTk5TDEzLjQ1ODMgOC41MDAzM0w4LjUgMTMuNDU4NyIgc3Ryb2tlPSIjMzYzNjM2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.size-nav:hover {
	opacity: 0.6;
}

.size__content {
	max-width: 450px;
	margin-left: auto;
	color: #E5EEFF;
	font-size: 15px;
	line-height: 156%;
}

.reviews {
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}
.reviews-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 30px;
}
.reviews-l {
	width: 838px;
	min-width: 838px;
	position: relative;
	z-index: 1;
	padding: 13px 10px 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.reviews__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.reviews-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 45px;
}
.reviews-top_l {
	padding: 8px 29px 8px 12px;
	border-radius: 900px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.09);
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-top_l:hover {
	border-color: #FFFFFF;
}
.reviews-top_pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.reviews-top_pic {
	width: 40px;
	height: 40px;
	border: 2px solid #7981E8;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-top_pic:not(:first-child) {
	margin-left: -21px;
}
.reviews-top_pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.reviews-top_l>span {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 135%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.19);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-top_l:hover>span {
	/* border-color: #FFFFFF; */
}
.reviews-top__btn {
	padding: 20.5px 31px;
	border-radius: 900px;
	background: #2A323C;
}
.reviews-top__btn:hover {
	background-color: #0063ED;
}
.reviews-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.reviews-bottom_l {
	max-width: 406px;
}
.reviews__subtitle {
	color: #0063ED;
	font-size: 17px;
	font-weight: 500;
	line-height: 143%;
}
.reviews__title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.reviews__text {
	color: #585B5E;
	font-size: 17px;
	line-height: 143%;
}
.reviews__btn {
	border-radius: 16px;
	border: 1.6px solid #0063ED;
	background: #0063ED;
	padding: 19px 23px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-top: 17px;
	width: 100%;
}
.reviews__btn:hover {
	background-color: #8A38F5;
	border-color: #8A38F5;
}
.reviews-bottom_r {
	max-width: 328px;
	width: 100%;
	margin-top: 10px;
	padding-right: 20px;
}
.reviews-photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 28px;
	background: #FFF;
	padding: 5px;
	padding-left: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-photos_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 17px;
}
.reviews-photos_l>span {
	width: 34px;
	min-width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #E8E9EB;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-photos:hover .reviews-photos_l>span {
	background-color: #0063ED;
}
.reviews-photos_l>span svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-photos:hover .reviews-photos_l>span svg path {
	stroke: #FFFFFF;
}
.reviews-photos_l>p {
	color: #2A323C;
	font-size: 14px;
	font-weight: 700;
	line-height: 111%;
}
.reviews-photos_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.reviews-photo {
	width: 105px;
	min-width: 105px;
	height: 113px;
	border-radius: 24px;
	border: 5px solid #FFF;
	overflow: hidden;
}
.reviews-photo:not(:first-child) {
	margin-left: -26px;
}
.reviews-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.reviews-counts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 47px;
}
.reviews-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
}
.reviews-count span {
	color: #2A323C;
	font-size: 49px;
	font-weight: 500;
	line-height: 151%;
	text-transform: uppercase;
}
.reviews-count p {
	color: #64778F;
	font-size: 15px;
	line-height: 143%;
	opacity: 0.8;
}
.reviews-r {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
	grid-template-rows: repeat(8, auto);
	gap: 10px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.reviews-r > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(7) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(8) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(9) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(10) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(11) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(12) {
	-ms-grid-row: 11;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(13) {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(14) {
	-ms-grid-row: 13;
	-ms-grid-column: 3;
}
.reviews-r > *:nth-child(15) {
	-ms-grid-row: 15;
	-ms-grid-column: 1;
}
.reviews-r > *:nth-child(16) {
	-ms-grid-row: 15;
	-ms-grid-column: 3;
}
.reviews-block {
	padding: 20px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.reviews-block:first-child {
	-ms-grid-row-span: 4;
	grid-row: span 4 / span 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
}
.reviews-block:nth-child(2) {
	-ms-grid-row-span: 3;
	grid-row: span 3 / span 3;
	padding-top: 44px;
	padding-bottom: 44px;
}
.reviews-block:nth-child(3) {
	-ms-grid-row-span: 5;
	grid-row: span 5 / span 5;
	-ms-grid-column: 2;
	    grid-column-start: 2;
	-ms-grid-row: 4;
	    grid-row-start: 4;
	overflow: visible;
}
.reviews-block:nth-child(4) {
	-ms-grid-row-span: 2;
	grid-row: span 2 / span 2;
	-ms-grid-column: 1;
	    grid-column-start: 1;
	-ms-grid-row: 7;
	    grid-row-start: 7;
	overflow: visible;
	padding-top: 32px;
	padding-bottom: 32px;
}
.reviews-block:nth-child(5) {
	-ms-grid-row-span: 2;
	grid-row: span 2 / span 2;
	-ms-grid-column: 1;
	    grid-column-start: 1;
	-ms-grid-row: 5;
	    grid-row-start: 5;
	padding: 0;
}
.reviews-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.reviews-author>img {
	width: 58px;
	min-width: 58px;
	height: 58px;
	border-radius: 50%;
}
.reviews-author_box p {
	color: #2A323C;
	font-size: 19px;
	font-weight: 500;
	line-height: 135%;
}
.reviews-author_box span {
	color: #2A323C;
	font-size: 15px;
	line-height: 135%;
	opacity: 0.6;
}
.reviews-block__text {
	color: #2A323C;
	font-size: 15px;
	line-height: 147%;
	opacity: 0.9;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.reviews-block__btn {
	padding: 13px 23px;
	width: 100%;
	border-radius: 15px;
	font-size: 15px;
	font-weight: 800;
	margin-top: 7px;
	padding: 11px 23px;
	text-align: center;
}
.reviews-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 12px;
}
.reviews-box svg {
	width: 25px;
	min-width: 25px;
	height: auto;
}
.reviews-box p {
	color: #203537;
	font-size: 18px;
	font-weight: 500;
	line-height: 135%;
}
.reviews-block_pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 10px;
	padding-left: 37px;
}
.reviews-block_pic {
	width: 54px;
	min-width: 54px;
	height: 54px;
	border: 4px solid #D9ECF7;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-block_pic:not(:first-child) {
	margin-left: -26px;
}
.reviews-block_pic img {
	width: 100%;
	height: 100%;
}
.reviews-block_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
	margin-bottom: 33.5px;
}
.reviews-block_top>p {
	height: 36px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 900px;
	background: #FFF;
	color: #2A323C;
	font-size: 13px;
	font-weight: 500;
	line-height: 135%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.reviews-block_top>span {
	width: 36px;
	min-width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background: #FFF;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-block_top>span:hover {
	background: #DEE0E9;
}
.reviews-block_top>span path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.reviews-block_top>span:hover path {
	stroke: #8A38F5;
}
.reviews-block_top>span>span {
	position: absolute;
	left: 50%;
	bottom: 37px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-radius: 10px;
	background-color: rgba(35, 33, 38, 0.80);
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 5;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: 0.12px;
	text-transform: uppercase;
	white-space: nowrap;

}
.reviews-block_top>span:hover>span {
	opacity: 1;
	visibility: visible;
}
.reviews-block_top>span>span::after {
	content: '';
	position: absolute;
	display: block;
	border: 6px solid transparent;
	border-top: 6px solid rgba(35, 33, 38, 0.90);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -12px;
	left: 50%;
}
.reviews-block__title {
	color: #2A323C;
	font-size: 19px;
	font-weight: 500;
	line-height: 135%;
	margin-bottom: 9px;
}
.reviews-block:nth-child(3) .reviews-block__btn {
	margin-top: 39.5px;
}
.reviews-block__quote {
	position: absolute;
	right: 25px;
	bottom: -18px;
	z-index: -1;
}
.reviews-block_slider {
	position: relative;
	max-height: 160px;
	width: 100%;
	cursor: pointer;
}
.reviews-block_slider--nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 73px;
	height: 32px;
	border-radius: 900px;
	background: #0063ED;
	z-index: 1;
	padding: 8px 15px;
}
.reviews-block_slide>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.reviews-nav {
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.reviews-nav:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.reviews-nav.swiper-button-disabled {
	opacity: 0.4;
	pointer-events: none;
}


.more {
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	z-index: 2;
}
.more-block {
	border-radius: 35px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 120px 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.more-block>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -2;
}
.more-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.more-l {
	max-width: 577px;
}
.more__title {
	color: #FFFFFF;
	font-size: 53px;
	font-style: normal;
	font-weight: 800;
	line-height: 119%;
	margin: 0;
}
.more__text {
	color: #FFF;
	font-size: 19px;
	line-height: 170%;
	opacity: 0.7;
	margin-top: 20px;
	margin-bottom: 20px;
}
.more__btn {
	width: 267px;
}
.more-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
}
.more-box>span {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 170%;
	opacity: 0.7;
}
.more-box>a {
	color: #FFF;
	font-family: "Bounded", sans-serif;
	font-size: 41px;
	font-weight: 500;
	line-height: 135%;
}
.more-box>a:hover {
	opacity: 0.7;
}
.more-box._email>a {
	text-decoration: underline;
}
.more-lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	position: absolute;
	left: 53%;
	top: 0;
	width: 245px;
	height: 100%;
	z-index: -1;
}
.more-lines span {
	display: block;
	width: calc(100% / 8);
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.00)), color-stop(73.56%, rgba(30, 30, 30, 0.18)), to(rgba(255, 255, 255, 0.00)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%, rgba(30, 30, 30, 0.18) 73.56%, rgba(255, 255, 255, 0.00) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(30, 30, 30, 0.18) 73.56%, rgba(255, 255, 255, 0.00) 100%);
	background-blend-mode: overlay;
	-webkit-backdrop-filter: blur(28px);
	        backdrop-filter: blur(28px);
}


.faq {
	padding-top: 240px;
	padding-bottom: 120px;
	border-radius: 35px 35px 0 0;
	background: #F2F5F9;
	margin-top: -120px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.faq::before {
	content: '';
	position: absolute;
	left: -71px;
	top: -353px;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	opacity: 0.5;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
	z-index: -1;
}
.faq-top__pic {
	position: absolute;
	top: 158px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
}
.faq__top {
	color: #0063ED;
	font-family: Onest;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 143%;
	margin-bottom: 10px;
}
.faq__title {
	max-width: 578px;
}
.faq-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 60px;
	position: relative;
	z-index: 1;
}
.faq-row::before {
	content: '';
	position: absolute;
	bottom: 338px;
	right: 379px;
	-webkit-transform: translate(100%, 100%);
	    -ms-transform: translate(100%, 100%);
	        transform: translate(100%, 100%);
	width: 1025px;
	height: 1025px;
	border-radius: 50%;
	opacity: 0.3;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.30) 23.98%, rgba(9, 134, 249, 0.30) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.30) 23.98%, rgba(9, 134, 249, 0.30) 79.02%);
	z-index: -2;
}
.faq-row::after {
	content: '';
	position: absolute;
	bottom: -170px;
	right: 148px;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	width: 800px;
	height: 800px;
	border-radius: 50%;
	opacity: 0.5;
	background: -o-linear-gradient(6deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	background: linear-gradient(84deg, rgba(38, 222, 224, 0.25) 23.98%, rgba(9, 134, 249, 0.25) 79.02%);
	-webkit-filter: blur(175px);
	        filter: blur(175px);
	z-index: -1;
}
.faq-l {
	width: 578px;
	min-width: 578px;
	margin-top: 15px;
	padding: 35px;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}
.faq-l__pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	-webkit-transition: .3s!important;
	-o-transition: .3s!important;
	transition: .3s!important;
}
.faq-l:hover .faq-l__pic {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}
.faq-info {
	max-width: 324px;
}
.faq-info p {
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 151%;
	margin-bottom: 6px;
}
.faq-info>span {
	color: #FFF;
	font-size: 16px;
	line-height: 137%;
	opacity: 0.7;
}
.faq__btn {
	margin-top: 20px;
	width: 242px;
}
.faq-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.faq-box {
	border-radius: 20px;
	background: #FFFFFF;
	border-radius: 20px;
}
.faq-box_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
	padding: 17px 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.faq-box_top.active {
	padding-bottom: 10px;
}
.faq-box_top>svg {
	width: 18px;
	min-width: 18px;
	height: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.faq-box_top.active>svg {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin-bottom: 3px;
}
.faq-box_top>svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.faq-box_top.active>svg path {
	stroke: #0063ED;
}
.faq-box_top>p {
	color: #15171A;
	font-size: 17px;
	font-weight: 700;
	line-height: 135%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.faq-box_top.active>p {
	color: #0063ED;
}
.faq-box_content {
	padding: 0 18px 17px 46px;
	display: none;
}
.faq-box_content p {
	color: #4E5660;
	font-size: 15px;
	line-height: 170%;
}



.home-blog {
	padding: 120px 0;
	background-color: #fff;
	overflow: hidden;
}
.home-blog__title {
	max-width: 630px;
}
.home-blog_nav {
	position: absolute;
	top: -76px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.home-blog__arr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.home-blog__arr svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.home-blog__arr:hover svg path {
	stroke: #0063ED;
}
.home-blog__arr.swiper-button-disabled {
	opacity: 0.2;
	pointer-events: none;
}

.home-blog_slide {
	width: 470px;
	height: 657px;
}
.home-blog_slide._big {
	width: 715px;
}
.home-blog_slider {
	overflow: visible;
	margin-top: 40px;
}
.home-blog_block {
	width: 100%;
	height: 100%;
	display: block;
}
.home-blog_slide._big .home-blog_block {
	position: relative;
	z-index: 1;
	border-radius: 33px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.home-blog_block>video,
.home-blog_block>img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
	border-radius: 33px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.home-blog_block:hover>video,
.home-blog_block:hover>img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.home-blog_cats {
	background-image: url('../img/blog-min.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 9px;
	padding: 44px 47px 21px 25px;
	margin-left: -5px;
	margin-bottom: -4px;
}
.home-blog_cats p {
	color: #15171A;
	font-size: 17px;
	font-weight: 700;
	line-height: 135%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 9px;
}
.home-blog_cats p::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #15171A;
}
.home-blog_cats span {
	color: #15171A;
	font-size: 17px;
	font-weight: 500;
	line-height: 135%;
	opacity: 0.4;
}
.home-blog_title {
	background-image: url('../img/blog-max.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding: 9px 70px 11px 25px;
	margin-bottom: -3px;
	margin-left: -5px;
	border-bottom-left-radius: 33px;
}
.home-blog_title p {
	color: #2A323C;
	font-size: 36px;
	font-weight: 800;
	line-height: 105%;
	max-width: 442px;
}
.home-blog_box__link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.home-blog_slide._big .home-blog_box__link {
	width: 71px;
	height: 71px;
}
.home-blog_box__link>svg {
	width: 11px;
	height: auto;
}
.home-blog_slide._big .home-blog_box__link>svg {
	width: 18px;
}
.home-blog_box__link>svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.home-blog_box:hover .home-blog_box__link,
.home-blog_slide._big .home-blog_block:hover .home-blog_box__link {
	background-color: #0063ED;
}
.home-blog_box:hover .home-blog_box__link>svg path,
.home-blog_slide._big .home-blog_block:hover .home-blog_box__link>svg path {
	stroke: #FFFFFF;
}


.home-blog_case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	height: 100%;
}
.home-blog_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 25px;
	border-radius: 30px;
	position: relative;
}
.home-blog_box._image {
	position: relative;
	padding-top: 22px;
	z-index: 1;
	overflow: hidden;
	height: 291px;
}
.home-blog_box._image>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: -2;
}
.home-blog_box._image._gradient::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(34.71%, rgba(0, 0, 0, 0.00)));
	background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.00) 34.71%);
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 34.71%);
	z-index: -1;
}
.home-blog_box._image:hover>img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.home-blog_box._text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.home-blog__date {
	color: #2A323C;
	font-size: 13px;
	font-weight: 500;
	line-height: 135%;
	opacity: 0.5;
}
.home-blog_box._image .home-blog__date {
	color: #FFFFFF;
	margin-bottom: auto;
}
.home-blog_box__title {
	color: #2A323C;
	font-size: 20px;
	font-weight: 700;
	line-height: 136%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.home-blog_box._image .home-blog_box__title {
	color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: 0;
	max-width: 304px;
}
.home-blog_box__text {
	margin-bottom: 20px;
	color: #4E5660;
	font-size: 15px;
	line-height: 170%;
}
.home-blog_box--cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 9px;
	margin-top: auto;
}
.home-blog_box._image .home-blog_box--cats {
	margin-top: 0;
	margin-bottom: 20px;
}
.home-blog_box--cats p {
	color: #0063ED;
	font-size: 16px;
	font-weight: 700;
	line-height: 135%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 9px;
}
.home-blog_box._image .home-blog_box--cats p {
	font-size: 15px;
	color: #FFFFFF;
}
.home-blog_box--cats p::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #15171A;
}
.home-blog_box._image .home-blog_box--cats p::after {
	background-color: #FFFFFF;
}

.home-blog_box--cats span {
	color: #15171A;
	font-size: 16px;
	font-weight: 500;
	line-height: 135%;
	opacity: 0.4;
}
.home-blog_box._image .home-blog_box--cats span {
	color: #FFFFFF;
	font-size: 15px;
	opacity: 0.8;
}
.home-blog_box--content {
	margin-top: auto;
}

.info {
	padding-top: 50px;
	padding-bottom: 50px;
}

.size-zoom {
	display: none;
}


.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	background-color: rgba(30, 36, 47, 0.9);
	padding-top: 69px;
	padding-bottom: 69px;
	z-index: 11;
	display: none;
}
.comments-inner {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 35px;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
}
.comments.active .comments-inner {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
}
.comments-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}
.comments__title {
	max-width: 500px;
}
.comments-top_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.comments-close,
.gallery-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	cursor: pointer;
}
.comments-close>svg g,
.gallery-close>svg g {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.comments-close:hover>svg g,
.gallery-close:hover>svg g {
	opacity: 1;
}
.comments-close>span,
.gallery-close>span {
	color: #585B5E;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.comments-close:hover>span,
.gallery-close:hover>span {
	color: #161B22;
}
.comments__link {
	width: 242px;
	padding-top: 24px;
	padding-bottom: 24px;
}
.comments-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 60px;
	margin-top: 35px;
}
.comments-l {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.comments-l_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.comments-l_row p {
	color: #2A323C;
	font-size: 18px;
	font-weight: 500;
	line-height: 135%;
}
.comments-l_show {
	color: #3C73DA;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%;
	border-bottom: 1px solid rgba(60, 115, 218, 0.19);
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.comments-l_show:hover {
	border-color: #3C73DA;
}
.comments-pics {
	margin-top: 15px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 10px;
	position: relative;
	overflow: hidden;
}
.comments-pics::after {
	content: '';
	position: absolute;
	top: 0;
	right: -238px;
	width: 396px;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(21.21%, rgba(255, 255, 255, 0.00)), color-stop(34.34%, #FFF));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 21.21%, #FFF 34.34%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 21.21%, #FFF 34.34%);
}
.comments-pic {
	height: 81px;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}
.comments-pic:nth-child(7) ~ .comments-pic {
	display: none;
}
.comments-pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.comments-pic:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.comments-list {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
	max-height: 653px;
	overflow: hidden;
	overflow-y: auto;
}
.comments-list::-webkit-scrollbar {
	width: 6px;
	background-color: #F8F8F8;
	border-radius: 900px;
}

.comments-list::-webkit-scrollbar-thumb {
	background-color: rgba(41, 43, 44, 0.4);
	opacity: 0.4;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 900px;
}
.comments-list::-webkit-scrollbar-thumb:hover {
	opacity: 1;
}
.comment {
	padding: 20px;
}
.comment-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.comment-author {
	width: 58px;
	min-width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
}
.comment-author>span {
	width: 100%;
	height: 100%;
	background-color: #EBEFF3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #0986F9;
	font-size: 21px;
	font-weight: 700;
	line-height: 135%;
}
.comment-author img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.comment-top_r>p {
	color: #2A323C;
	font-size: 19px;
	font-weight: 500;
	line-height: 135%;
}
.comment-top_r>span {
	color: #2A323C;
	font-size: 15px;
	line-height: 135%;
	opacity: 0.6;
}
.comment-content {
	margin-top: 10px;
	color: rgba(42, 50, 60, 0.9);
	font-size: 15px;
	line-height: 147%;
}
.comment-content blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 7px;
	margin: 0;
	margin-bottom: 10px;
	color: #2A323C;
	font-size: 19px;
	font-weight: 500;
	line-height: 135%;
}
blockquote:not(.single-content blockquote)::before {
	content: '';
	display: block;
	width: 22px;
	height: 17px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMjI4NDEgOC41MjkwOUMyLjk2MTkzIDguNDUxNTEgMS45NjEgOC4wNjM2NCAxLjIyNTYzIDcuMzY1NDVDMC41MzExMDUgNi42NjcyNyAwLjE4Mzg0NCA1LjczNjM2IDAuMTgzODQ0IDQuNTcyNzNDMC4xODM4NDQgMy4yNTM5NCAwLjYxMjgxMyAyLjI0NTQ1IDEuNDcwNzUgMS41NDcyN0MyLjMyODY5IDAuODQ5MDkgMy4zNzA0NyAwLjUgNC41OTYxIDAuNUM0LjYzNjk1IDAuNSA0LjY5ODI0IDAuNSA0Ljc3OTk0IDAuNUM1LjYzNzg4IDAuNTM4Nzg3IDYuMzUyODMgMC43MTMzMzIgNi45MjQ3OSAxLjAyMzYzQzcuNTM3NiAxLjMzMzk0IDguMDI3ODUgMS43NjA2IDguMzk1NTQgMi4zMDM2M0M4Ljc2MzIzIDIuODA3ODggOS4wMjg3OCAzLjQwOTA5IDkuMTkyMiA0LjEwNzI3QzkuMzU1NjIgNC43NjY2NyA5LjQzNzMyIDUuNDY0ODUgOS40MzczMiA2LjIwMTgyQzkuNDM3MzIgNy4yNDkwOSA5LjIzMzA1IDguMzE1NzYgOC44MjQ1MSA5LjQwMTgyQzguNDE1OTcgMTAuNDg3OSA3Ljg0NDAxIDExLjUxNTggNy4xMDg2MyAxMi40ODU1QzYuNDE0MTEgMTMuNDE2NCA1LjU5NzAzIDE0LjI1MDMgNC42NTczOCAxNC45ODczQzMuNzU4NTkgMTUuNjg1NSAyLjc5ODUxIDE2LjE4OTcgMS43NzcxNiAxNi41TDAgMTQuMTcyN0MxLjAyMTM2IDEzLjUxMzMgMS44OTk3MiAxMi42OTg4IDIuNjM1MSAxMS43MjkxQzMuNDExMzMgMTAuNzIwNiAzLjk0MjQzIDkuNjUzOTQgNC4yMjg0MSA4LjUyOTA5Wk0xNi43OTExIDguNTI5MDlDMTUuNTI0NiA4LjQ1MTUxIDE0LjUyMzcgOC4wNjM2NCAxMy43ODgzIDcuMzY1NDVDMTMuMDkzOCA2LjY2NzI3IDEyLjc0NjUgNS43MzYzNiAxMi43NDY1IDQuNTcyNzNDMTIuNzQ2NSAzLjI1Mzk0IDEzLjE3NTUgMi4yNDU0NSAxNC4wMzM0IDEuNTQ3MjdDMTQuODkxNCAwLjg0OTA5IDE1LjkzMzEgMC41IDE3LjE1ODggMC41QzE3LjE5OTYgMC41IDE3LjI2MDkgMC41IDE3LjM0MjYgMC41QzE4Ljk3NjggMC41Nzc1NzUgMjAuMTYxNiAxLjE3ODc5IDIwLjg5NjkgMi4zMDM2M0MyMS42MzIzIDMuMzg5NjkgMjIgNC42MTE1MSAyMiA1Ljk2OTA5QzIyIDYuMDQ2NjYgMjIgNi4xMjQyNCAyMiA2LjIwMTgyQzIyIDcuMjQ5MDkgMjEuNzk1NyA4LjMxNTc2IDIxLjM4NzIgOS40MDE4MkMyMC45Nzg2IDEwLjQ4NzkgMjAuNDA2NyAxMS41MTU4IDE5LjY3MTMgMTIuNDg1NUMxOC45NzY4IDEzLjQxNjQgMTguMTU5NyAxNC4yNTAzIDE3LjIyMDEgMTQuOTg3M0MxNi4zMjEzIDE1LjY4NTUgMTUuMzYxMiAxNi4xODk3IDE0LjMzOTggMTYuNUwxMi41NjI3IDE0LjE3MjdDMTMuNTg0IDEzLjUxMzMgMTQuNDYyNCAxMi42OTg4IDE1LjE5NzggMTEuNzI5MUMxNS45NzQgMTAuNzIwNiAxNi41MDUxIDkuNjUzOTQgMTYuNzkxMSA4LjUyOTA5WiIgZmlsbD0iIzIwMzUzNyIvPgo8L3N2Zz4K);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.comment-content>p {
	margin-bottom: 10px;
}
.comment-content>p:last-child {
	margin-bottom: 0;
}
.comment-gallery {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.comment-image {
	width: 79px;
	height: 57px;
	border-radius: 10px;
	overflow: hidden;
}
.comment-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.comment-image:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}


.comments-r {
	width: 572px;
	min-width: 572px;
	position: relative;
	z-index: 1;
	border-radius: 39px;
	overflow: hidden;
	padding: 35px;
}
.comments-form__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}
.comments-form__title {
	color: #FFF;
	font-size: 53px;
	font-weight: 800;
	line-height: 119%;
}
.comments-form__text {
	color: #FFF;
	font-size: 19px;
	line-height: 170%;
	margin-top: 15px;
	opacity: 0.9;
}
.comment-form_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	position: relative;
}
.comment-form_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.comment-form__btn {
	width: 210px;
	min-width: 210px;
}
.comment-form__btn>span {
	font-size: 17px;
}
.comment-form_bottom label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 11px;
	cursor: pointer;
}
.comment-form_bottom label input {
	display: none;
}

.comment-form_photos {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 7px;
	display: none;
}
.comment-form_photos._uploaded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
	background-color: #fff;
	border-radius: 16px;
	padding: 10px;
}
.file-item {
	width: 45px;
	height: 33px;
	position: relative;
}
.file-item__pic {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.file-item__pic:not(.file-item._addPhoto .file-item__pic)::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.43);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.file-item:not(._addPhoto):hover .file-item__pic::after {
	opacity: 1;
}
.file-item._addPhoto {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.file-item._addPhoto .file-item__pic {
	background-color: #F2F2F2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
}

.file-item._addPhoto .file-item__pic span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.file-item._addPhoto .file-item__pic:hover span {
	background-color: #3C73DA;
}
.file-item._addPhoto .file-item__pic svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.file-item._addPhoto .file-item__pic:hover svg path {
	stroke: #FFFFFF;
}
.file-item__pic>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.file-item__close {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #fff;
	z-index: 1;
}
.file-item:hover .file-item__close {
	opacity: 1;
	visibility: visible;
}

.gallery-inner {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 35px;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
	overflow: hidden;
}
.gallery.active .gallery-inner {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
}
.gallery-slider {
	padding: 50px 167px 0;
	overflow: visible;
}
.gallery-slider::before,
.gallery-slider::after {
	content: '';
	position: absolute;
	width: 2438px;
	border-radius: 50%;
	background: #FFF;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 2;
}

.gallery-slider::before {
	top: 0;
	height: 85px;
}
.gallery-slider::after {
	bottom: 25px;
	height: 105px;
}
.gallery-slide {
	height: auto;
	max-height: 477px;
}
.gallery-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.gallery-slider--nav {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 15px;
	position: relative;
	z-index: 3;
}
.gallery-nav {
	width: 65px;
	height: 65px;
	border-radius: 15px;
	background-color: #FAFAFA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.gallery-nav:hover {
	background-color: #0063ED;
}
.gallery-nav svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.gallery-nav:hover svg path {
	stroke: #FFFFFF;
}
.gallery-nav.swiper-button-disabled {
	opacity: 0.4;
	pointer-events: none;
}

.comment-validate,
.form-validate{
	display: none;
	margin-top: 8px;
	background-color: #fff;
	border-radius: 16px;
	padding: 10px;
}
.comment-validate>p,
.form-validate>p {
	color: #F00;
	font-size: 14px;
}
.comment-validate>p:not(:last-child),
.form-validate>p:not(:last-child) {
	margin-bottom: 10px;
}


.thankyou-inner {
	max-width: 741px;
	position: relative;
	z-index: 1;
	border-radius: 35px;
	background: #0063ED;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
	overflow: hidden;
}
.thankyou.active .thankyou-inner {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
}
.thankyou-inner>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}
.popup__close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	padding: 10px;
	border-radius: 900px;
	background: rgba(0, 0, 0, 0.55);
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.popup__close:hover {
	background-color: #000000;
}
.popup__close span {
	color: #FFF;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.thankyou-box {
	max-width: 387px;
}
.popup__title {
	color: #FFF;
	font-size: 53px;
	font-weight: 800;
	line-height: 119%;
}
.popup__text {
	color: #FFF;
	font-size: 19px;
	line-height: 170%;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.7;
}
.thankyou__btn {
	width: 242px;
}



.send-form_inner {
	max-width: 1126px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	border-radius: 35px;
	padding: 50px;
	top: 50%;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
	overflow: hidden;
	background-color: #0162ef;
}
.send-form.active .send-form_inner {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: .5s .3s;
	-o-transition: .5s .3s;
	transition: .5s .3s;
}
.send-form_inner>img {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}
.send-form .popup__text {
	max-width: 396px;
}
.form-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	max-width: 720px;
}
.form-bottom {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.form__btn {
	width: 267px;
}
.form-bottom>label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 11px;
	max-width: 433px;
	cursor: pointer;
}
.form-bottom>label input {
	display: none;
}


.messengers {
	position: fixed;
	top: 50vh;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 5;
	width: 97px;
	height: 253px;
	padding: 48px 0 51px 41px;
	-webkit-filter: drop-shadow(6px 0 55px rgba(0, 0, 0, 0.07));
	        filter: drop-shadow(6px 0 55px rgba(0, 0, 0, 0.07));
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}



.messengers>img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.messengers-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.messengers-inner a {
	opacity: 0.3;
}
.messengers-inner a:hover {
	opacity: 1;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.messengers-inner a path {
	fill: #2A323C;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.messengers-inner a.whatsapp:hover path {
	fill: #2CB742;
}
.messengers-inner a.telegram:hover path {
	fill: #0088CC;
}





.err-page {
	padding-top: 150px;
	padding-bottom: 70px;
	background-color: #E0E6ED;
	overflow: hidden;
}
.err-page .breadcrumbs {
	margin-bottom: 33px;
}
.err-page .breadcrumbs a,
.err-page .breadcrumbs span {
	color: #2A323C;
}
.err-page .hero-block {
	padding-bottom: 0;
}
.err-page .hero-content {
	gap: 66px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.err-page .hero__subtitle svg {
	margin-bottom: 3px;
	margin-left: 8px;
}
.err-page .hero-r {
	max-width: 288px;
}
.err-page_inner {
	max-width: 
}
.err-page_pic {
	-webkit-animation: slide-right2 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right2 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	height: 736px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -252px;
	margin-bottom: -70px;
	z-index: -1;
}
.err-page_pic img {
	height: 100%;
	width: auto;
}

@-webkit-keyframes slide-right2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slide-right2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.err-page_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 1;
}
.err-page__link {
	width: 242px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}















@media(min-width: 1175px) {
	.about {
		opacity: 0;
		-webkit-transition: 1.5s ease-in;
		-o-transition: 1.5s ease-in;
		transition: 1.5s ease-in;
	}
	.about.active {
		opacity: 1;
	}
	.about-block {
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.about-block:hover {
		-webkit-transform: translateX(30px);
		    -ms-transform: translateX(30px);
		        transform: translateX(30px);
	}
	.about__pic {
		-webkit-transform: translate(-50%, 100%);
		    -ms-transform: translate(-50%, 100%);
		        transform: translate(-50%, 100%);
		-webkit-transition: 1s .5s!important;
		-o-transition: 1s .5s!important;
		transition: 1s .5s!important;
	}
	.about.active .about__pic {
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}



	.details-slider {
		overflow: visible;
	}
	.details__pic {
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: 1s .5s linear;
		-o-transition: 1s .5s linear;
		transition: 1s .5s linear;
	}
	.details.active .details__pic {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.details-item {
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		opacity: 0;
	}
	.details.active .details-item {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
	.details-item:first-child {
		-webkit-transition: 0.5s .5s;
		-o-transition: 0.5s .5s;
		transition: 0.5s .5s;
	}
	.details-item:nth-child(2) {
		-webkit-transition: 0.5s 1s;
		-o-transition: 0.5s 1s;
		transition: 0.5s 1s;
	}
	.details-item:last-child {
		-webkit-transition: 0.5s 1.5s;
		-o-transition: 0.5s 1.5s;
		transition: 0.5s 1.5s;
	}
	.details-block {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: 0.5s 1s;
		-o-transition: 0.5s 1s;
		transition: 0.5s 1s;
	}
	.details.active .details-block {
		opacity: 1;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.details-box {
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.details-box:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
	}


	.sizes-slider {
		-webkit-transition: 1.5s .5s;
		-o-transition: 1.5s .5s;
		transition: 1.5s .5s;
		opacity: 0;
	}
	.sizes.active .sizes-slider {
		opacity: 1;
	}

	.reviews-l,
	.reviews-r {
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
		opacity: 0;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.reviews-r {
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}
	.reviews.active .reviews-l,
	.reviews.active .reviews-r {
		opacity: 1;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}

	.reviews__bg {
		-webkit-transition: .3s!important;
		-o-transition: .3s!important;
		transition: .3s!important;
	}
	.reviews__bg:hover {
		-webkit-transform: scale(1.02);
		    -ms-transform: scale(1.02);
		        transform: scale(1.02);
	}


	.messengers:hover {
		left: 10px;
	}
}




@media(max-width: 1650px) {
	.hero-block {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-content {
		padding-left: 0;
	}
}
@media(max-width: 1578px) {
	.gallery-inner {
		max-width: calc(100% - 48px);
	}
}

@media(max-width: 1520px) {
	.hero-content {
		gap: 40px;
	}

	.comments-inner {
		max-width: calc(100% - 48px);
	}
}
@media(max-width: 1510px) {
	.why {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.why-grid {
		margin-top: 35px;
		gap: 15px;
	}
	.why-l,
	.why-top {
		gap: 15px;
	}
	.why-box {
		padding: 19px 20px;
	}
	.why-box1 {
		width: 400px;
		padding-top: 33px;
		padding-bottom: 33px;
	}
	.why-box2 {
		width: 294px;
	}
	.why-box3 {
		padding-left: 61px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.why-box__title {
		font-size: 22px;
	}
	.why-box__text {
		font-size: 14px;
	}
	.why-box_top img {
		max-width: 33px;
		max-height: 35px;
	}



	.sizes-slider {
		padding-left: 0;
		padding-right: 0;
	}
	.size-nav.swiper-button-next {
		-webkit-transform: translateX(40%);
		    -ms-transform: translateX(40%);
		        transform: translateX(40%);
	}
	.size-nav.swiper-button-prev {
		-webkit-transform: translateX(-40%);
		    -ms-transform: translateX(-40%);
		        transform: translateX(-40%);
	}


	.reviews-l {
		width: 605px;
		min-width: 605px;
		padding: 5px 4px 0 10px;
	}
	.reviews-top__btn {
		padding: 14.5px 22px;
	}
	.reviews__title {
		font-size: 23px;
	}
	.reviews-bottom {
		gap: 10px;
	}
	.reviews-photo {
		width: 89px;
		min-width: 89px;
		height: 95px;
	}


	.more {
		padding-left: 24px;
		padding-right: 24px;
	}
	.more-block {
		padding: 24px;
	}
	.more-l {
		max-width: 475px;
	}
	.more-box>a {
		font-size: 30px;
	}



	.comments-pic {
		height: 47px;
		border-radius: 10px;
	}


}
@media(max-width: 1425px) {
	.hero {
		padding-top: 175px;
	}
	.err-page {
		padding-top: 90px;
	}
	.hero-l {
		max-width: 510px;
	}
	.hero__subtitle {
		font-size: 22px;
		max-width: 359px;
	}
	.hero__subtitle svg {
		height: 9.5px;
		width: auto;
	}


	.about {
		padding-top: 105px;
		padding-bottom: 75px;
	}
	.about__pic {
		max-width: 996px;
		max-height: 470px;
	}
	.about-row {
		row-gap: 15px;
		position: relative;
		z-index: 1;
	}
	.about-box {
		max-width: 255px;
	}
	.about-box__text {
		font-size: 14px;
	}
	
	
	
}
@media(max-width: 1175px) {
	.hero-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 40px;
	}
	.hero-content {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.hero-thumbs {
		-ms-flex-item-align: end;
		    align-self: flex-end;
		margin-top: -65px;
	}
	.hero-thumb {
		width: 125px;
		min-width: 0;
		height: 127px;
		padding: 16px 16px 5px;
	}
	.hero-slider {
		left: 0;
		right: unset;
		width: 108vw;
	}
	.hero-block_circle {
		width: 60vw;
		height: 60vw;
		top: unset;
		bottom: -28vw;
	}
	.hero-block_circle::before {
		width: 50%;
		height: 50%;
	}
	.hero-block__icon {
		width: 17vw;
		top: -73px;
		left: 59px;
	}



	.why-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}
	.why-top,
	.why-l {
		gap: 10px;
	}

	.why-box1,
	.why-box2 {
		width: calc(50% - 5px);
	}
	.why-box2 {
		padding: 30px 16px;
	}
	.why-box3 {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 16px;
	}
	.why-box4 {
		padding: 16px;
		padding-left: 170px;
	}
	.why-box._border {
		border-width: 2px;
	}
	.why-box1._border {
		padding: 14px;
	}
	.why-box3 .why__bg {
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: right top;
		   object-position: right top;
	}

	.why-box__title {
		font-size: 19px;
		max-width: 220px;
	}
	.why-box4 .why-box__title {
		max-width: 431px;
	}
	.why-box_top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 15px;
	}
	.why-box_top img {
		margin-bottom: 5px;
	}
	.why-box__text {
		font-size: 13px;
	}
	.why-box1 .why-box__text {
		max-width: 208px;
	}
	.why-box2 .why-box__text {
		max-width: 273px;
	}
	.why-box3 .why-box__text {
		max-width: 466px;
	}
	.why-box4 .why-box__text {
		max-width: 431px;
	}


	.about {
		padding-top: 50px;
		padding-bottom: 42px;
		border-radius: 25px 25px 0 0;
	}
	.about>.container {
		position: relative;
		z-index: 2;
	}
	.about-top {
		z-index: 2;
		gap: 6px;
	}
	.about-top__item {
		padding: 7px 11px;
		font-size: 9px;
	}
	.about__subtitle {
		font-size: 15px;
		margin-top: 4px;
		max-width: 460px;
	}
	.about-row {
		max-width: 509px;
		margin-left: auto;
		-webkit-column-gap: 15px;
		   -moz-column-gap: 15px;
		        column-gap: 15px;
		row-gap: 40px;
		margin-top: 57px;
	}
	.about-block {
		width: calc(50% - 15px / 2);
		gap: 10px;
	}
	.about-block>img {
		width: 32px;
		min-width: 32px;
	}
	.about-box {
		gap: 4px;
	}
	.about-box__title {
		font-size: 15px;
	}
	.about-box__text {
		font-size: 12px;
	}
	.about-box>span {
		padding: 6px 8px;
	}
	.about__pic {
		left: -75px;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 1;
	}
	.about-top__pic {
		width: 100%;
	}



	.details {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.details-top {
		gap: 10px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.details-r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 15px;
	}
	.details-r>svg {
		width: 21px;
		min-width: 21px;
		height: auto;
	}
	.details__subtitle {
		font-size: 14px;
	}

	.details-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 15px;
	}
	.details-items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 8px 1fr 8px 1fr;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 8px;
		margin-top: 8px;
	}
	.details-block,
	.details-block_l {
		grid-gap: 8px;
	}
	.details-block {
		-ms-grid-columns: 354px;
		grid-template-columns: 354px;
	}
	.details-block_l {
		-ms-grid-columns: 1fr 8px 1fr;
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.details-block_l > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.details-block_l > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.details-pics {
		height: 585px;
	}
	.details-pics_block {
		top: 79px;
		left: 57px;
	}
	.details-pics_block>img {
		left: 115px;
		width: 227px;
	}
	.details-pics_box {
		width: 150px;
		height: 150px;
	}
	/* 	.details */
	.details__pic {
		/* 		bottom: 150px;
		left: unset;
		height: 460px;
		right: -300px; */
	}
	.details-box {
		padding: 14px;
		border-radius: 14px;
	}
	.details-box3 {
		overflow: hidden;
	}
	.details-box>span {
		font-size: 13px;
	}
	.details-box1>span {
		margin-bottom: 11px;
		max-width: 90px;
	}
	.details-box1>p {
		font-size: 14px;
	}
	.details-box2>p {
		font-size: 15px;
	}
	.details-box3>p {
		margin-top: 6px;
		margin-bottom: 6px;
		font-size: 16px;
		max-width: 175px;
	}
	.details-box3>span {
		max-width: 175px;
	}
	.details-box3>img {
		bottom: 0;
		left: unset;
		right: -26px;
		width: 208px;
		height: auto;
	}
	.details-item {
		max-width: 100%;
		border-radius: 14px;
	}
	.details-item__top {
		font-size: 11px;
		padding: 6px 7px;
	}
	.details-item__title {
		font-size: 24px;
	}
	.details-item__text {
		font-size: 12px;
	}
	.details-bottom::before {
		width: 415px;
		height: 415px;
		bottom: 52px;
		right: -124px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}


	.sizes {
		border-radius: 25px 25px 0 0;
		padding: 40px 0;
	}
	.sizes-slider {
		margin-top: 25px;
	}
	.size-nav {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}
	.size {
		padding: 24px;
		border-radius: 18px;
	}
	.size__title {
		font-size: 21px;
		max-width: 260px;
	}
	.size__subtitle {
		font-size: 14px;
	}
	.size-row {
		margin-top: 20px;
		margin-bottom: 71px;
	}
	.size-zoom {
		position: absolute;
		bottom: 24px;
		right: 24px;
		width: 41px;
		height: 41px;
		border-radius: 8px;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		cursor: pointer;
	}

	.size__content {
		max-width: 100%;
		font-size: 13px;
		margin-left: 0;
	}

	.popup-zoom {
		background-color: rgb(0, 99, 237);
		background-image: url(../img/size-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: calc(100% - 34px);
		border-radius: 18px;
		padding: 24px;
	}

	.popup-zoom .f-button {
		top: 9px!important;
		right: 9px!important;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.55);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.popup-zoom .f-button::after {
		content: '';
		display: block;
		width: 16px;
		height: 17px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzMyMDMgNy4xNjY2N0wxMy45OTg3IDIuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuMzMyIDcuMTY2OTlIOS4zMzIwM1YzLjE2Njk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yIDE0LjQ5OTdMNi42NjY2NyA5LjgzMzAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjY2Nzk3IDkuODMzMDFINi42Njc5N1YxMy44MzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	.popup-zoom .f-button svg {
		display: none;
	}

	.popup-zoom_inner {
		overflow: auto;
		height: auto;
		direction: ltr;
	}

	.popup-zoom_inner > img {
		direction: ltr;
	}

	.popup-zoom_inner::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}

	.popup-zoom_inner::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1);
	}

	.popup-zoom_inner::-webkit-scrollbar-thumb {
		background: #000000;
		border-radius: 900px;
	}
	.zoomContainer .fancybox__slide {
		-webkit-transform: none!important;
		    -ms-transform: none!important;
		        transform: none!important;
	}

	.size-box>p {
		font-size: 13px;
	}
	.size-box>span {
		margin-top: 5px;
		font-size: 26px;
	}
	.size-box>span>span span {
		font-size: 13px;
		left: 0;
	}
	.size-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 43.5px;
		   -moz-column-gap: 43.5px;
		        column-gap: 43.5px;
		row-gap: 10px;
	}



	.reviews {
		padding: 50px 0;
	}
	.reviews-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	.reviews-l {
		width: 100%;
		min-width: 0;
		padding-top: 13px;
		padding-right: 0;
	}
	.reviews-top {
		gap: 22px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.reviews-top_l {
		padding: 5px 25px 5px 7px;
	}
	.reviews-top_pic {
		width: 32px;
		height: 32px;
	}
	.reviews-top_pic:not(:first-child) {
		margin-left: -17px;
	}
	.reviews-top_l>span {
		font-size: 13px;
	}
	.reviews-top__btn {
		margin-top: -13px;
		width: 51px;
		height: 31px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.reviews-bottom {
		margin-top: 7.516vw;
	}
	.reviews-bottom_l {
		margin-top: 7.552vw;
	}
	.reviews-bottom_r {
		padding-right: 73px;
		margin-top: 0;
		max-width: 351px;
	}



	.more-block {
		border-radius: 14px;
	}
	.more-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 33px 244px;
		grid-template-columns: auto 244px;
		grid-column-gap: 33px;
		grid-row-gap: 13px;
		-ms-grid-rows: auto 13px auto 13px auto;
		    grid-template-areas: 
			"a ."
			"a b"
			"a c";
	}
	.more-l {
		grid-area: a;
		max-width: 395px;
	}
	.more-box._email {
		grid-area: b;
	}
	.more-box._phone {
		grid-area: c;
	}

	.more-box>a {
		font-size: 24px;
	}
	.more-lines {
		left: unset;
		right: -91px;
	}
	.more__title {
		font-size: 26px;
	}
	.more__text {
		font-size: 14px;
		margin: 10px 0;
	}



	
	.gallery-inner {
		border-radius: 14px;
	}
	.comments-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
	}
	.comments-pic {
		height: 9vw;
	}
	.comments__link {
		width: 175px;
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.comments__link.btn-outline {
		width: 216px;
	}
	.comments__link span {
		font-size: 16px;
	}
	.comments-row {
		margin-top: 10px;
	}
	.comments-l_row p {
		font-size: 16px;
	}
	.comments-l_show {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin-top: 10px;
	}
	.comments-list {
		margin-top: 20px;
		gap: 10px;
	}
	.comment {
		padding: 14px;
	}
	.comment-author {
		width: 38px;
		min-width: 38px;
		height: 38px;
	}
	.comment-top_r>p {
		font-size: 15px;
	}
	.comment-top_r>span {
		font-size: 13px;
	}

	.comments-r {
		width: 100%;
		min-width: 0;
		border-radius: 14px;
	}
	.comments-form__bg {
		-o-object-position: right top;
		   object-position: right top;
	}
	.comments-form__title {
		max-width: 421px;
		font-size: 26px;
	}
	.comments-form__text {
		margin-top: 9px;
		font-size: 15px;
		max-width: 421px;
	}
	.comment-form_inner {
		gap: 15px;
	}
	.comments-close,
	.gallery-close {
		position: absolute;
		top: 41px;
		right: 38px;
	}
	.comments-close span,
	.gallery-close span {
		color: #FFFFFF;
	}
	.comments-inner {
		border-radius: 14px;
	}
	.comment-author>span  {
		font-size: 14px;
	}


	.gallery-slider {
		padding: 25px 96px 15px;
	}
	.gallery-slider::before,
	.gallery-slider::after {
		width: 1242px;
		height: 132px;
		border-radius: 35%;
	}
	.gallery-slider::before {
		top: -87px;
	}
	.gallery-slider::after {
		bottom: 0;
	}
	.comments-top {
		position: relative;
		z-index: 3;
	}
	.gallery-slider--nav {
		margin-top: 25px;
	}
	.gallery-slide {
		max-height: 25.651vw;
	}


	.thankyou-inner {
		max-width: 396px;
		padding: 24px;
		border-radius: 18px;
	}
	.thankyou-box {
		max-width: 100%;
	}
	.popup__title {
		font-size: 26px;
	}
	.popup__text {
		max-width: 249px;
		font-size: 15px;
		line-height: 128%;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.popup__close {
		padding: 0;
		width: 36px;
		height: 36px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		top: 9px;
		right: 9px;
	}
	.popup__close span {
		display: none;
	}
	.thankyou__btn {
		width: 100%;
	}



	.messengers {
		left: unset;
		right: 0;
		-webkit-transform: translate(50%, -50%) scaleX(-1);
		    -ms-transform: translate(50%, -50%) scaleX(-1);
		        transform: translate(50%, -50%) scaleX(-1);
		height: 159px;
		padding: 26px 0 26px 33px;
	}
	.messengers-inner {
		-webkit-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	.messengers-inner a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.messengers-inner a svg {
		width: 17px;
		height: auto;
	}



	.faq {
		margin-top: -146px;
		padding: 180px 0 40px;
	}
	.faq-top__pic {
		width: 380px;
		top: 121px;
	}
	.faq-row {
		gap: 18px;
	}
	.faq-l {
		width: 332px;
		min-width: 332px;
		padding: 20px;
		margin-top: 0;
	}
	.faq-l__pic {
		-o-object-position: right top;
		   object-position: right top;
	}
	.faq-info p {
		font-size: 21px;
		line-height: 120%;
		max-width: 236px;
	}
	.faq-info>span {
		font-size: 14px;
	}
	.faq__btn {
		width: 272px;
		margin-top: 6px;
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.faq__btn span {
		font-size: 16px;
	}
	.faq-box {
		border-radius: 10px;
	}
	.faq-box_top {
		padding: 9px 12px;
		gap: 4px;
	}
	.faq-box_top.active {
		padding-bottom: 5px;
	}
	.faq-box_top>p {
		font-size: 14px;
	}
	.faq-box_content {
		padding: 0 12px 9px 33px;
	}
	.faq-box_content p {
		font-size: 13px;
	}


	.popup-zoom_bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 45px;
	}
	.popup-zoom_bottom>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 4px;
		padding: 17px 28px;
		border-radius: 900px;
		border: 1.3px solid rgba(255, 255, 255, 0.48);
	}
	.popup-zoom_bottom>a span {
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 137%;
	}



	.home-blog {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-blog_slide {
		width: 332px;
		height: 319px;
	}
	.home-blog_slide._big {
		width: 332px;
	}
	.home-blog_block {
		border-radius: 17px;
	}
	.home-blog_slide._big .home-blog_block {
		border-radius: 17px;
		/* border-bottom-left-radius: 0; */
	}
	.home-blog_block>video,
	.home-blog_block>img {
		border-radius: 17px;
	}
	.home-blog_title {
		padding: 9px 9px 10px 10px;
		margin-bottom: -5px;
	}
	.home-blog_title p {
		font-size: 18px;
		max-width: 280px;
		padding-right: 10px;
	}
	.home-blog_slide._big .home-blog_box__link,
	.home-blog_box__link {
		width: 42px;
		height: 42px;
		right: 14px;
		bottom: 14px;
	}
	.home-blog_slide._big .home-blog_box__link>svg,
	.home-blog_box__link>svg {
		width: 8px;
	}
	.home-blog_cats {
		padding: 28px 35px 10px 10px;
		gap: 6px;
	}
	.home-blog_cats p,
	.home-blog_cats span {
		font-size: 13px;
		gap: 6px;
	}

	.home-blog_box {
		padding: 14px;
		border-radius: 14px;
	}
	.home-blog__date {
		font-size: 11px;
	}
	.home-blog_box__title {
		font-size: 17px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.home-blog_box__text {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 143%;
		margin-bottom: 8px;
	}
	.home-blog_box--cats {
		gap: 6px;
	}
	.home-blog_box--cats p,
	.home-blog_box--cats span {
		font-size: 13px;
		gap: 6px;
	}
	.home-blog_box._image>img {
		border-radius: 14px;
	}
	.home-blog_box._image .home-blog_box--cats p,
	.home-blog_box._image .home-blog_box--cats span {
		font-size: 13px;
	}
	.home-blog_box._image .home-blog_box__title {
		max-width: 240px;
	}
	.home-blog_case {
		gap: 8px;
	}

	.info {
		padding-top: 40px;
		padding-bottom: 40px;
	}


	.send-form_inner {
		max-width: 396px;
		width: 100%;
		border-radius: 18px;
		padding: 24px;
	}
	.form-row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 15px;
		width: 100%;
	}
	.form-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.form__btn {
		width: 100%;
	}


	.comment-content blockquote {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.comment-content blockquote::before {
		width: 19px;
		height: 15px;
	}

	
	
	.err-page_pic {
		height: 509px;
	}
	.err-page .hero__subtitle {
		max-width: 100%;
	}
}
@media (max-width: 1175px) {
	.more-l {
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
		-ms-grid-column: 1;
	}
	.more-box._email {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.more-box._phone {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
}
@media(max-width: 991px) {
	.hero {
		padding-top: 112px;
		border-radius: 0 0 25px 25px;
	}
	.err-page {
		padding-top: 112px;
	}
	.hero-block {
		padding-bottom: 20px;
	}
	.hero-content {
		gap: 15px;
	}
	.hero-l {
		max-width: 380px;
	}
	.hero__subtitle {
		font-size: 19px;
		max-width: 282px;
	}
	.hero__subtitle svg {
		height: 6.75px;
	}
	.hero-r {
		max-width: 299px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 12px;
		margin-bottom: 68px;
	}
	.hero-r svg {
		width: 21px;
		min-width: 21px;
		height: auto;
	}
	.hero-r p {
		margin-top: 0;
		font-size: 14px;
	}
	.hero__btn {
		width: 223px;
		margin-top: 10px;
	}
	.hero-thumbs {
		gap: 8px;
		padding-right: 20px;
	}
	.hero-thumb {
		width: 86px;
		height: 95px;
		padding: 6px 10px;
	}
	.hero-thumb span {
		font-size: 6px;
	}
	.hero-thumb_pic {
		height: auto;
		max-height: 100%;
	}
	.hero-slider {
		left: -11px;
		width: 104vw;
		bottom: -15px;
	}
	.hero-block_circle {
		bottom: -32vw;
	}
	.hero-block_circle::before {
		top: -182px;
		left: -17px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 306px;
		height: 306px;
		-webkit-filter: blur(100px);
		        filter: blur(100px);
	}
	.hero-block__icon {
		width: 19vw;
		top: -57px;
		left: -28px;
	}


	.why {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.why-grid {
		margin-top: 25px;
	}


	.why-box3 {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.why-box4 {
		padding-left: 141px;
	}


	.about::before {
		z-index: -1;
		width: 491px;
		height: 491px;
		bottom: -130px;
	}
	.about::after {
		left: 0;
		width: 631px;
		height: 631px;
		bottom: 374px;
		-webkit-transform: translate(-50%, 100%);
		    -ms-transform: translate(-50%, 100%);
		        transform: translate(-50%, 100%);
	}
	.about-top {
		max-width: 460px;
	}
	.about-top__pic {
		width: calc(100vw - 46px);
	}


	.details__title {
		max-width: 256px;
	}
	.details__title svg {
		width: 66px;
		height: auto;
		margin-bottom: 5px;
	}




	.reviews-bottom {
		margin-top: 3.516vw;
	}
	.reviews-photos {
		padding: 3px 4px 3px 12px;
		border-radius: 14px;
	}
	.reviews-photos_l {
		padding-top: 12px;
		padding-bottom: 12px;
		gap: 14px;
	}
	.reviews-photo {
		width: 80px;
		min-width: 80px;
		height: 86px;
	}
	.reviews-photos_l>span {
		width: 28px;
		min-width: 28px;
		height: 28px;
	}
	.reviews-photos_l>p {
		font-size: 12px;
	}

	.reviews__subtitle {
		font-size: 13px;
	}
	.reviews__title {
		font-size: 20px;
	}
	.reviews__text {
		font-size: 14px;
	}
	.reviews-count {
		gap: 0;
	}
	.reviews-count span {
		font-size: 40px;
	}
	.reviews-count p {
		font-size: 13px;
	}
	.reviews-block__text {
		-webkit-line-clamp: 4;
	}
	.reviews-block:nth-child(2),
	.reviews-block:nth-child(4) {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.reviews-block__text {
		font-size: 13px;
	}
	.reviews-box p {
		font-size: 14px;
	}
	.reviews-block__title {
		font-size: 14px;
	}
	.reviews-block:nth-child(3) .reviews-block__text {
		margin-bottom: 20px;
	}
	.reviews-block:nth-child(3) .reviews-block__btn {
		margin-top: auto;
	}


	.comments__title {
		max-width: 277px;
	}
	.comment-form_bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 10px;
	}
	.comment-form__btn {
		width: 100%;
	}
	.comments-r {
		padding: 24px;
	}


	.faq {
		border-radius: 25px 25px 0 0;
	}
	.faq-row {
		margin-top: 20px;
	}
	.faq-row::before {
		content: none;
	}
	.faq-row::after {
		width: 488px;
		height: 488px;
		bottom: 95px;
		right: 50%;
		-webkit-transform: translateX(50%);
		    -ms-transform: translateX(50%);
		        transform: translateX(50%);
	}
	.faq-l {
		overflow: hidden;
	}
	.faq-l:hover .faq-l__pic {
		transform: none;
	}
	.faq-block {
		margin-top: -81px;
	}
	.faq__title {
		max-width: 332px;
	}
	.faq__top {
		margin-bottom: 2px;
		font-size: 13px;
	}


	.home-blog_nav {
		position: static;
		margin-top: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.home-blog__arr {
		width: 30px;
	}
	.home-blog__arr svg {
		width: 100%;
		height: auto;
	}
	.reviews-bottom_l {
		max-width: 42vw;
	}

}
@media(max-width: 820px) {
	.reviews-bottom {
		margin-top: 2.516vw;
	}
	.reviews-counts {
		gap: 10px;
	}
}
@media(max-width: 750px) {
	.about {
		padding-bottom: 79.722vw;
	}
	.about::before {
		width: 136.389vw;
		height: 136.389vw;
	}
	.about::after {
		width: 108.611vw;
		height: 108.611vw;
		bottom: -90px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.about-top__pic {
		width: calc(100vw + 16px);
	}
	.about-row {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		max-width: unset;
		gap: 0;
		margin-left: 0;
		margin-top: 0;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.about__pic {
		left: 48.5%;
		bottom: -79.722vw;
		height: 80vw;
		width: auto;
		max-width: unset;
		max-height: unset;
	}
	.about-slider {
		z-index: 2;
		overflow: visible;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 15px;
	}
	.about-block {
		border-radius: 15px;
		background: #FFF;
		-webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.07);
		        box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.07);
		padding: 14px;
		height: auto;
	}
	.about-block:nth-child(even) {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}



	.details {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.details-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.details-r {
		max-width: 100%;
	}
	.details-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin-top: 79.722vw;
	}
	.details-slider {
		width: 100%;
		overflow: visible;
	}
	.details-items {
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		grid-gap: 0;
	}
	.details-block {
		margin-top: 30px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.details-block_l {
		-ms-grid-columns: calc(50% - 4px) 8px calc(50% - 4px);
		grid-template-columns: repeat(2, calc(50% - 4px));
	}



	.details-pics {
		left: -11px;
		top: 177px;
		height: 106.667vw;
	}
	.details-pics_block {
		top: 13vw;
		left: 8vw;
	}
	.details-pics_block>img {
		left: 19vw;
		width: 41vw;
		top: 7vw;
	}
	.details-pics_box {
		width: 26vw;
		height: 26vw;
	}
	.details-box>p {
		word-break: break-word;
	}
	.details-box3>img {
		right: -55px;
	}
	.details-bottom::before {
		bottom: 330px;
		right: -110px;
	}


	.sizes {
		border-radius: 20px 20px 0 0;
		padding: 40px 0;
	}
	.popup-zoom {
		width: calc(100% - 12px);
	}
	.size-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
		margin-bottom: 24px;
	}
	.size-box {
		width: 100%;
	}
	.size-box._big {
		margin-bottom: 12px;
	}
	.size-box>p br {
		display: none;
	}
	.size-nav {
		display: none;
	}
	.sizes-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	.reviews-bottom_l {
		max-width: 42vw;
	}
}

@media(max-width: 650px) {
	.hero {
		padding-top: 110px;
		border-radius: 0 0 20px 20px;
	}
	.err-page {
		padding-top: 110px;
	}
	.hero-block {
		padding-bottom: 21vw;
	}
	.hero-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 9px;
	}
	.hero-l,
	.hero-r {
		max-width: 100%;
	}
	.hero-r {
		margin-bottom: 0;
	}
	.hero__btn {
		margin-top: 1px;
		margin-left: auto;
		margin-right: auto;
		width: 272px;
	}
	.hero-thumbs {
		gap: 4px;
		padding-right: 0;
		margin-top: 15px;
	}
	.hero-thumb {
		width: 63px;
		height: 56px;
		padding: 0;
		border-radius: 10px;
	}
	.hero-thumb span {
		display: none;
	}
	.hero-slider {
		left: -32px;
		width: 125vw;
		bottom: 0;
	}
	.hero-block_circle {
		width: 100vw;
		height: 100vw;
		bottom: -42vw;
	}
	.hero-block__icon {
		width: 37vw;
		top: 25px;
		left: 39px;
	}


	.why {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.why-grid {
		margin-top: 15px;
	}
	.why-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.why-box {
		padding: 14px;
	}
	.why-box1,
	.why-box2 {
		width: 100%;
	}
	.why-box1._border {
		padding: 12px;
	}
	.why-box2 .why-box__text {
		max-width: 100%;
	}
	.why-box4 {
		padding-top: 95px;
	}


	.about {
		padding-top: 40px;
	}
	.about-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-box__title {
		font-size: 16px;
	}
	.about-box__text {
		font-size: 14px;
	}


	.reviews-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin-top: 0;
	}
	.reviews-bottom_r {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		max-width: 100%;
		padding-right: 0;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		position: relative;
		z-index: 1;
	}
	.reviews-counts {
		margin-top: 0;
		width: 100%;
		padding-right: 14vw;
		margin-top: -11px;
	}
	.reviews-l {
		padding-top: 0;
	}
	.reviews-top__btn {
		margin-top: 0;
	}
	.reviews-top_l {
		display: none;
	}
	.reviews-count span {
		color: #FFFFFF;
		line-height: 111%;
	}
	.reviews-count p {
		color: #FFFFFF;
	}
	.reviews-photos {
		margin-top: 19.5vw;
		max-width: 56vw;
		width: 100%;
		margin-right: 1vw;
		border-radius: 3.889vw;
	}
	.reviews-bottom_l {
		margin-top: -67px;
		max-width: 100%;
	}
	.reviews__title {
		max-width: 35vw;
	}


	.reviews-r {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}


	.more {
		padding-left: 14px;
		padding-right: 14px;
	}
	.more-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.more-lines {
		right: -180px;
	}
	.more-block {
		padding: 20px 0;
	}


	.comments-r {
		padding: 14px;
	}
	.comments-form__title {
		max-width: 210px;
	}
	.comments-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 10px;
	}
	.comments-top_box,
	.comments__link {
		width: 100%;
	}
	.comments-pic:nth-child(4) ~ .comments-pic {
		display: block;
	}
	.comments-l {
		width: 100%;
		position: relative;
	}
	.comments-l::after {
		content: '';
		position: absolute;
		top: 36px;
        right: -238px;
        width: 396px;
        height: 95px;
		background: -webkit-gradient(linear, left top, right top, color-stop(21.21%, rgba(255, 255, 255, 0.00)), color-stop(34.34%, #FFF));
		background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 21.21%, #FFF 34.34%);
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 21.21%, #FFF 34.34%);
	}
	.comments-pics {
		overflow: hidden;
		overflow-x: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.comments-pics::after {
		content: none;
	}
	.comments-pic {
		height: 17vw;
		width: 24vw;
		min-width: 24vw;
	}
	.comments-inner {
		max-width: 100%;
	}
	.comments-close,
	.gallery-close {
		right: 14px;
	}

	.comments__link.btn-outline {
		width: 100%;
	}
	.gallery-slide {
		max-height: 40.833vw;
	}


	.thankyou-inner {
		width: calc(100% - 28px);
		max-width: 100%;
		padding: 14px;
		border-radius: 14px;
	}

	.popup-zoom_bottom {
		padding-top: 40px;
	}


	.faq {
		border-radius: 20px 20px 0 0;
	}
	.faq-row::before {
		content: '';
		width: 493px;
		height: 493px;
		right: unset;
		left: -2px;
		bottom: -187px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.faq-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		gap: 20px;
	}
	.faq-block {
		margin-top: 0;
	}
	.faq-l {
		width: 100%;
		min-width: 0;
	}


	.send-form_inner {
		max-width: calc(100% - 28px);
		padding: 14px;
		border-radius: 14px;
	}
	
	
	.err-page .hero-content {
		gap: 9px;
	}
	.err-page_pic {
        height: 42vw;
		margin-top: 0;
    	margin-bottom: 0;
    }

	
	.err-page .breadcrumbs {
		margin-bottom: 10px;
	}
	
	.messengers {
		top: 202px;
	}
	
	.comments__title {
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}
	.comments-back {
		cursor: pointer;
	}
	.gallery-nav {
		padding: 0;
		background: transparent;
		width: 30px;
		height: auto;
	}
	.gallery-slider--nav {
        margin-top: 25px;
        position: relative;
        top: -50px;
    }
	
	
}
@media(max-width: 580px) {
	.reviews-photos {
		padding-left: 8px;
	}
	.reviews-photo {
		width: 62px;
		min-width: 62px;
		height: 66px;
		border-width: 4px;
		border-radius: 17px;
	}
	.reviews-photos_l {
		gap: 6px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.gallery-inner {
		max-width: 100%;
	}
	.gallery-slider::before,
	.gallery-slider::after {
		border-radius: 50%;
	}
	.gallery-slider::before {
		top: -121px;
	}
	.gallery-slider::after {
		bottom: -75px;
	}
	.gallery-slider {
		padding-top: 0;
		padding-bottom: 0;
	}
	.gallery-slider--nav {
		margin-top: 0;
		top: 0;
	}
	.gallery-nav:hover {
		background: transparent;
	}
	.gallery-nav:hover>svg path {
		stroke: #2A323C;
	}
	
	.why-box4 .why__bg {
		object-position: top center;
	}
	
	
}
@media(max-width: 490px) {
	.reviews-photos {
		margin-top: 17vw;
		padding-right: 1px;
	}
	.reviews-bottom_l {
		margin-top: -49px;
	}
}
@media(max-width: 475px) {
	.reviews-photos {
		margin-top: 12vw;
		max-width: 55vw;
	}
}
@media(max-width: 450px) {
	.hero-block {
		padding-bottom: 9px;
	}

	.reviews-photos {
		margin-right: 1.2vw;
		margin-top: 10vw;
	}
}
@media(max-width: 430px) {
	.reviews-photos {
		margin-top: 8vw;
	}
}
@media(max-width: 400px) {
	.reviews-photos {
		margin-top: 10px;
	}
}
@media(max-width: 370px) {
	.reviews-photos {
		margin-top: 6px;
		max-width: 54vw;
	}
}

.tride {
	position: relative;
	padding-top: 120px;
	background-color: #E2E7ED;
	z-index: 1;
	overflow: hidden;
}
.tride::before {
	content: '';
	position: absolute;
	top: 254px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 1489px;
	height: 1489px;
	border-radius: 50%;
	background: #F0F3F6;
	background: linear-gradient(180deg,rgba(240, 243, 246, 0.2) 0%, rgba(243, 248, 255, 1) 65%);
}

.tride .tride-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	gap: 205px;
}

section.tride .tride-shup {
	width: 590px;
}

/* section.tride .tride-shup .shup-line-1,
section.tride .tride-shup .shup-line-2 {
	font-family: "Bounded", sans-serif;
	color: #2A323C;
	font-size: 41px;
	font-style: normal;
	font-weight: 466;
	line-height: 151%;
	text-transform: uppercase;
} */

section.tride .tride-ocen {
	width: 396px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	color: #464A4E;
	font-family: Onest;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 137%; /* 23.29px */
}
.shup-line-1>svg {
	margin-bottom: 9px;
}

section.tride .tride-ocen b {
	color: #464A4E;
	font-family: Onest;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 137%;
}

section.tride .tride-control {
	margin-top: 38px;
/* 	padding-left: 292px; */
/* 	padding-right: 292px; */
	height: 626px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

section.tride .tride-control .tride-model-wrap {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;	
}

section.tride .tride-control .tride-model {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

section.tride .tride-control .tride-zoom-wrap {
	z-index: 10;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

section.tride .tride-control .tride-zoom-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 9px;
}

@media screen and (max-width: 768px) {
	section.tride .tride-loader {
		position: absolute !important;
    	left: calc(50vw - 115px) !important;
    	margin-top: 165px !important;
	}
}

section.tride .tride-control .tride-zoom-btns .plus-btn,
section.tride .tride-control .tride-zoom-btns .minus-btn {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #FFF;

	cursor: pointer;

}

section.tride .tride-control .tride-zoom-btns .plus-btn.disabled,
section.tride .tride-control .tride-zoom-btns .minus-btn.disabled {
	opacity: 0.3;
	pointer-events: none;
}

section.tride .tride-control .strels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

section.tride .tride-control .strels .strel-minus,
section.tride .tride-control .strels .strel-plus {
	width: 36.5px;
	height: 32px;

	background: #FFF;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

	cursor: pointer;
}

section.tride .tride-control .strels .strel-minus {
	border-top-left-radius: 900px;
	border-bottom-left-radius: 900px;
}

section.tride .tride-control .strels .strel-plus {
	border-top-right-radius: 900px;
	border-bottom-right-radius: 900px;
}

section.tride .tride-control .strels-text {
	color: #464A4E;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 23.8px */

	text-align: center;
}

section.tride .tride-control .tride-rotate-strels-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    position: relative;
}

section.tride .tride-control .tride-rotate-strels-wrap {
    width: 1100px;
    height: 72.5px;
    overflow: hidden;
}


section.tride .tride-control .tride-rotate-ellipse-wrap {
    position: relative;
    top: -210px;
}

section.tride .tride-model-foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



section.tride .tride-rotate-polzoon-wrap,
section.tride .tride-rotate-polzoon-wrap input {
	width: 100%;
}

section.tride-bg {
	height: 930px;
    border-radius: 0 0 35px 35px;
    background: #E2E7ED;
	aspect-ratio: 64/31;
}

section.tride-bg .tride-ellipse-bg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.tride-bg .tride-ellipse-bg {
    margin-top: 255px;
}

section.tride-with-bg {
	display: none!important;
}
/*

section.tride .tride-control .tride-rotate-ellipse {
	width: 100%;
	height: 195px;
	border-radius: 1100px;
	border: 1px solid #666;
	opacity: 0.11;
}

*/

        /* Custom slider track styling */
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-line {
    height: 8px;
    top: 25px;
    background: #CAD2DB;
    border: 1px solid rgba(255, 255, 255, 0.53);
    border-radius: 900px;
    -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.05) inset;
            box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.05) inset;
	width: calc(100% - 57px);
    left: 26px;
}
        
        /* Hide the filled bar */
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-bar {
    display: none;
}
        
        /* Hide grid and labels */
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-grid,
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-min,
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-max,
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-from,
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-to,
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-single {
    display: none;
}
        
        /* Custom handle styling */
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-handle {
    top: 4px;
    width: 52px;
    height: 52px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
        
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-handle::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1MiA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjUyIiBoZWlnaHQ9IjUyIiByeD0iMjYiIGZpbGw9IndoaXRlIi8+CjxnIG9wYWNpdHk9IjAuNiI+CjxwYXRoIGQ9Ik0yMCAzMEwxNiAyNkwyMCAyMiIgc3Ryb2tlPSIjMkEzMjNDIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGcgb3BhY2l0eT0iMC42Ij4KPHBhdGggZD0iTTMyIDMwTDM2IDI2TDMyIDIyIiBzdHJva2U9IiMyQTMyM0MiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 3px 9px 29px 0 rgba(0, 0, 0, 0.15);
}
        
/* Hide the second handle for single type */
section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-handle.to {
    display: none;
}

section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-handle>i:first-child {
	background: none;
}

section.tride:not(.inited) .tride-rotate-polzoon-wrap,
section.tride:not(.inited) .tride-zoom-wrap,
.section.tride:not(.inited) .tride-control .strels {
	pointer-events: none;
}

section.tride .tride-model-foot > *{
	position: relative;
	top: -56px;
}

section.tride .tride-loader {
	position: absolute;
	left: calc(50vw - 75px);
    margin-top: 262px;
}

section.tride .tride-loader-inner {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	section.tride-with-bg .desktop,
	section.tride-with-bg .mobile {
		display: none;
	}

/* 	section.tride .tride-top {
		padding-left: 24px;
    	padding-top: 50px;
    	padding-right: 24px;
	} */

	section.tride .tride-control {
		margin-top: 15px;
		padding-left: 24px;
    	padding-right: 24px;
		height: 626px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

/* 	section.tride .tride-shup .shup-line-1,
	section.tride .tride-shup .shup-line-2 {
		color: #2A323C;
		font-family: Bounded;
		font-size: 20px;
		font-style: normal;
		font-weight: 466;
		line-height: 151%; /* 61.91px */
/* 		text-transform: uppercase; */
/* 	} */

	section.tride .tride-shup .shup-line-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	gap: 14px;
	}

	section.tride .tride-ocen {
		width: 323px;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;

		color: #464A4E;

		font-family: Onest;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 137%; /* 19.18px */
	}

	section.tride .tride-ocen b {
		color: #464A4E;
		font-family: Onest;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 137%;
	}

	section.tride .tride-ocen {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	section.tride .tride-ocen svg {
		width: 62px;
	}

	section.tride .tride-control {
		height: 343px;
	}

	section.tride .tride-control .tride-rotate-strels-wrap {
		width: 678px;
	}

}

@media screen and (min-width: 1024px) {
	section.tride-with-bg .tablet,
	section.tride-with-bg .mobile {
		display: none;
	}	
}

@media(max-width: 1510px) {
	.tride .tride-top {
		gap: 10px;
		justify-content: space-between;
	}
}
@media(max-width: 1024px) {
	.tride {
		padding-top: 50px;
	}
	.tride::before {
		width: 638px;
		height: 638px;
		top: 161px;
	}
	.tride .tride-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.shup-line-1 {
		max-width: 300px;
	}
	.shup-line-1>svg {
		width: 125px;
    	height: auto;
		margin-bottom: 4px;
	}
	section.tride .tride-control {
		position: relative;
	}
	section.tride .tride-control .tride-zoom-btns {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	section.tride .tride-control .tride-model-wrap {
		width: 100%;
	}
	section.tride .tride-control {
		height: 368px;
	}
	
	section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-line {
		height: 5px;
	}
	section.tride .tride-rotate-polzoon-wrap .irs--flat .irs-handle {
		width: 32px;
		height: 32px;
		top: 12px;
	}
}
@media(max-width: 1024px) {
	.tride::before {
		width: 344px;
		height: 344px;
		top: unset;
		bottom: -109px
	}
	section.tride .tride-control {
		height: 348px;
	}
}
@media(max-width: 580px) {
	.tride {
		padding-top: 40px;
	}
	section.tride .tride-model-foot > * {
		top: -40px;
	}
}
