:root {
	--white: #FFFFFF;
	--orange: #FE8C00;
	--green: #15A641;
	--black: #3d3d3d;

	/*  */
	--border-radius: 0.75rem;
}

/*  */
.modal-title {
	padding-left: 2rem;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 80vw !important;
	--bs-modal-padding: 2rem 3rem !important;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	margin-top: 3rem !important;
}

/*  */

.header__block {
	box-shadow: 0 4px 6px -2px rgba(165, 164, 154, 0.1), 0 10px 15px -3px rgba(165, 164, 154, 0.1);
}

.header__phone .mgo-number,
.header__phone-phone {
	font-weight: 600;
	color: var(--black);
	text-decoration: none;
}

.mgo-number a {
	font-weight: 600;
	color: var(--black);
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat, sans-serif
}

input {
	outline: 0
}

input[type=tel],
input[type=text] {
	padding-left: 20px
}

.catalog__delivery {
	background-color: #EBEEF5;
}

.container {
	margin: 0 auto
}

.firstScreen__img img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: var(--border-radius);
}

.stars__img {
	position: relative;
	transition: .3s
}

.stars__img-play {
	position: absolute;
	width: 52px !important;
	height: 52px;
	top: calc(50% - 26px);
	left: calc(50% - 26px);
	transition: .3s
}

.success,
header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0
}

.stars__img:hover .stars__img-play {
	transform: scale(1.3)
}

.success {
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .7);
	z-index: 99999
}

.success__content {
	width: 500px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	border-radius: var(--border-radius);
	text-align: center;
	font-size: 18px;
	padding: 40px;
	border: 2px solid var(--green)
}

header {
	height: 65px;
	width: 100%;
	background: var(--white);
	z-index: 999
}

header .container {
	display: flex;
	align-items: center;
	height: 65px;
	justify-content: space-between
}

.firstScreen__left-price>span,
.header__geo span,
.header__phone span {
	display: block
}

.header__phone span:first-child {
	font-size: 21px;
	font-weight: 600
}

.firstForm form label,
.header__geo span:first-child,
.header__phone span:last-child,
.products form label {
	font-size: 12px
}

.header__phone .mgo-number {
	font-size: 21px
}

.header__fweight {
	font-weight: 500;
}

/* .header__logo {
	margin-left: 262px;
} */

.header__logos img {
	height: 50px;

}

.header__geo {
	position: relative;
	display: flex
}

.header__geo::before {
	content: '';
	display: block;
	width: 23px;
	height: 32px;
	margin-right: 5px;
	background-image: url(img/webp/geo.webp)
}

.header__geo span:last-child {
	color: var(--orange);
	font-size: 14px;
	font-weight: 700
}

.firstForm form input[type=submit],
.header__btn button {
	width: 252px;
	height: 44px;
	font-size: 17px;
	font-weight: 500;
	background-color: var(--orange);
	color: var(--white);
	border-radius: var(--border-radius);
	outline: 0;
	border: none;
	cursor: pointer;
	transition: .3s
}

.header__phone-phone {
	font-size: 21px
}

.btn--hover {
	transition: all .3s ease;
}


.btn--hover:hover {
	box-shadow: 0px 2px 8px #00000054 !important;
	transform: translateY(-1px);
	background-color: #e06e11 !important;
}

.firstForm form .form-group,
.products form .form-group,
.proizvodstvo .container,
.tabs__header-wrap {
	display: flex;
	justify-content: center
}

.balkon,
.detskie,
.vdet,
.white,
.yzor {
	display: none
}

.products form.swiper_int_after--pc input[type=tel],
.products form.swiper_int_after--pc input[type=text] {
	margin-right: 20px
}

.firstScreens {
	background-color: #eaeff5;
	padding: 120px 0 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

/* .firstScreen .firstScreen__padding {
	padding-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center
} */

.f,
.firstScreen__left-title__left div {
	color: var(--white);
	height: 58px;
	align-items: center;
	padding-left: 23px;
	font-weight: 500;
	display: flex
}

.f {
	-webkit-clip-path: polygon(0 0, 100% 1%, 560px 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 1%, 560px 100%, 0% 100%);
	background-color: #00a834;
	width: 588px;
	margin-bottom: 10px;
}

.firstScreen__left-price__icons,
.firstScreen__left-title__inner {
	display: flex
}

.firstScreen__left-title__left div {
	-webkit-clip-path: polygon(0 0, 100% 1%, 253px 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 1%, 253px 100%, 0% 100%);
	background-color: #fe8c00;
	width: 276px;
}

.firstScreen__left-title__left div:first-child,
.video__right-inner {
	margin-bottom: 10px
}

.firstScreen__left-title__left div:last-child {
	-webkit-clip-path: polygon(0 0, 100% 1%, 225px 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 1%, 225px 100%, 0% 100%);
	width: 249px
}

.firstScreen__left-title__right {
	-webkit-clip-path: polygon(50px 0, 100% 1%, 300px 100%, 0% 100%);
	clip-path: polygon(50px 0, 100% 1%, 300px 100%, 0% 100%);
	color: var(--black);
	background-color: var(--white);
	width: 353px;
	height: 126px;
	display: flex;
	align-items: center;
	padding-left: 23px;
	justify-content: center;
	margin-left: -35px;

	font-weight: 500
}

.firstScreen__left-price>span:first-child {

	margin-bottom: 20px;
	margin-top: 40px
}

.firstScreen__left-price>span:nth-child(2) {

	margin-bottom: 20px
}

.firstScreen__left-price__icons-item {
	display: flex;
	flex-direction: column;
	margin-right: 40px;
	text-align: center
}

.firstScreen__left-price__icons-item__img {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	border-radius: var(--border-radius);
	margin-bottom: 10px
}

.firstScreen__right-youtube {
	width: 570px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover
}

.firstScreen__right-youtube__btn {
	width: 55px;
	height: 55px;
	background-color: var(--white);
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	justify-content: center
}

.firstScreen__right-youtube__btn::before {
	content: "";
	display: block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid green
}

.proizvodstvo {
	margin-bottom: 45px;
	margin-top: 45px
}

.proizvodstvo .container .proiz1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 552px
}

.proizvodstvo .container .proiz1 p {

	font-weight: 500
}

.proizvodstvo .container .proiz1 img {
	margin-right: 30px
}

.firstForm {
	height: 25vh;
	display: flex;
	align-items: center
}

.firstForm form,
.products form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.firstForm form input[type=tel],
.firstForm form input[type=text] {
	width: 416px;
	height: 44px;
	border: 1px solid #9ea5af;
	border-radius: var(--border-radius);
	margin-right: 20px;
	margin-bottom: 10px
}

.firstForm__after {
	width: 100%;
	height: 1px;
	background-color: #eaeff5;
	margin: 20px auto 40px;
	display: none
}

.products h2 {
	padding: 11px 0;
	background-color: #00a834;
	color: var(--white);
	font-weight: 400;
	width: 100%;
	margin: 0 auto 40px
}

.products h3,
.stars span {
	font-weight: 500
}

.products h2,
.products h3 {
	text-align: center;
	font-size: 42px
}

.swiper_top {
	padding: 2px;
	overflow-y: visible
}

.swiper_top .swiper-slide {
	border: 3px solid transparent;
	border-radius: var(--border-radius);
	box-shadow: 2px 2px 4px 0 #b5b5b5;
	transition: .5s
}

.swiper_top .slide__img {
	padding: 30px
}

.swiper_top .swiper-slide:hover {
	border: 3px solid #00a834
}

.swiper_top .slide__title {
	padding: 10px;
	background: #ccc;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: .3s
}

.checkbox__label::after,
.show__item::after {
	background-position: center;
	position: absolute
}

.swiper_top .slide__hover {
	background-color: #00a834;
	color: var(--white);
	display: none;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: var(--border-radius);
	position: relative;
	opacity: 0;
	transition: .5s
}

.swiper_top .slide__hover::after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -10px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #00a834
}

.swiper_top .swiper-slide:hover .slide__hover {
	opacity: 1;
	display: flex
}

.swiper_top .swiper-slide:hover .slide__title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.swiper img,
.swiper_int img {
	width: 100%
}

.tabs__header {
	display: flex;
	justify-content: center;
	margin: 40px 0
}

.tabs__header .tabs__header-item {
	margin-right: 12px;
	height: 44px;
	border: 2px solid transparent;
	box-shadow: 0 0 1px 1px #dde3e6;
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	padding: 0 35px;
	text-align: center
}

.tabs__header .tabs__header-item.active,
.tabs__header .tabs__header-item:hover {
	border: 2px solid #fe8c00
}

.swiper_top__price {
	background-color: #00a834;
	position: absolute;
	left: 0;
	top: 14px;
	width: 135px;
	height: 40px;
	-webkit-clip-path: polygon(0 0, 100% 0, 113px 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 113px 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-weight: 600
}

.swiper_top__oldprice {
	background-color: var(--white);
	position: absolute;
	left: 0;
	top: 54px;
	width: 100px;
	height: 40px;
	-webkit-clip-path: polygon(0 0, 100% 0, 80px 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80px 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #bababa
}

.show__item-number,
.swiper_int_after,
.video {
	background-color: var(--white);
}

.mySwiper2,
.mySwiper2 .swiper-slide {
	height: 320px;
	width: 570px
}

.swiper_int_after {
	padding-bottom: 17px;
	padding-top: 43px;
	margin-top: 40px
}

.products form input[type=tel],
.products form input[type=text] {
	width: 416px;
	height: 44px;
	border: 1px solid #9ea5af;
	border-radius: var(--border-radius);
	margin-bottom: 10px
}

.products form input[type=submit],
.video__right-form input[type=submit] {
	width: 48%;
	height: 44px;
	font-size: 17px;
	font-weight: 500;
	background-color: var(--orange);
	color: var(--white);
	border-radius: var(--border-radius);
	outline: 0;
	border: none;
	cursor: pointer
}



.contacts form .check,
.contacts form input,
.contacts form textarea,
.mySwiper2,
.show__top-left p {
	margin-bottom: 20px
}

.show__top {
	display: flex;
	justify-content: space-between
}

.show__top-left,
.show__top-right,
.video .container .video__left,
.video .container .video__right {
	width: calc(50% - 10px)
}

.mySwiper {
	width: 570px;
	margin-bottom: 0
}

.mySwiper .swiper-slide img,
.mySwiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: .7
}

#contacts_check:checked+.checkbox__label::after,
.mySwiper .swiper-slide-thumb-active {
	opacity: 1
}

.show__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 150px;
	justify-content: center
}

.show__list--mobile {
	display: none
}

.show__item {
	position: relative;
	width: 194px;
	height: 231px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: var(--white);
	margin: 10px;
	padding: 12px;
	border-radius: var(--border-radius);

}

/* .show__item::after {
	content: '';
	display: block;
	background-image: url(img/arrow-right-step-orange.png);
	width: 40px;
	height: 20px;
	background-size: contain;
	right: -15px;
	top: calc(33% - 10px)
} */

.show__item:last-child::after,
.show__item:nth-child(4)::after {
	display: none
}

.show__item-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	justify-content: center
}

.show__item-img {
	margin-bottom: 10px;
	width: 155px;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.show__item-description {
	text-align: center
}

.video .container {
	display: flex;
	flex-wrap: wrap;
	padding: 100px 0;
	align-items: center;
	justify-content: space-between
}

.video .container .video__right p {
	margin-bottom: 60px
}

.video__right-form input[type=tel],
.video__right-form input[type=text] {
	width: 48%;
	height: 44px;
	border: 1px solid #9ea5af;
	border-radius: var(--border-radius);
	margin-right: 20px
}

.video__left-img__block {
	width: 570px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center
}

.stars {
	margin-top: 30px;
	margin-bottom: 80px
}

.stars h2 {
	margin-bottom: 30px
}

.stars span {
	display: block;
	text-align: center;
	padding: 15px 0
}

.contacts__wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

footer .container {
	display: flex;
	justify-content: space-between;
	height: 65px;
	align-items: center
}

footer .container img {
	width: 265px;
	height: 65px
}

footer .container a,
footer .container span {
	font-weight: 600;
	font-size: 21px;
	color: var(--black);
	text-decoration: none
}

.mySwiper3 {
	padding: 2px
}

.mySwiper3 .swiper-slide {
	padding: 10px;
	box-shadow: 1px 1px 5px #c1c1c1;
	border-radius: var(--border-radius);
}

.checkbox__label {
	line-height: 120%;
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	color: var(--black);
	font-size: 12px;
	font-weight: 400;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left
}

#contacts_check,
.contacts__form-before.contacts__form-before--mobile,
.firstForm form.firstForm--mobile,
.input--email,
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper_int_after.swiper_int_after--mobile,
.video_popup {
	display: none
}

.bgSection__right form,
.contacts h2,
.gallery h2,
.modal__content,
.product h2,
.product p,
.product__item {
	text-align: center
}

.checkbox__label::before {
	content: "";
	align-self: flex-start;
	flex: 0 0 18px;
	height: 18px;
	background-color: var(--orange);
	border-radius: var(--border-radius);
	margin: 0 10px 0 0
}

.checkbox__label::after {
	transition: opacity .2s ease-in-out;
	content: "";
	width: 16px;
	height: 16px;
	top: 1px;
	left: 1px;
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: var(--border-radius);
	opacity: 0;
	background-image: url(img/webp/check-arrow.webp)
}

.intro__policy-text a {
	text-decoration: underline
}

.checkbox__label a {
	color: #000
}

.contacts h2 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 40px
}

.contacts__form button,
.modal__content form input[type=submit] {
	height: 44px;
	font-size: 17px;
	color: var(--white);
	background-color: var(--orange);
	outline: 0;
	font-weight: 500
}

/* .contacts__form h3,
.tip {
	margin-bottom: 80px
} */

.contacts__wrap-left,
.contacts__wrap-right {
	width: 50%
}

.swiper-button-next,
.swiper-button-prev {
	background-size: 16px 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .3);
	width: 58px;
	height: 58px
}

.contacts__wrap-right iframe {
	width: 100%
}

.contacts form {
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.contacts form input,
.contacts form textarea {
	border-radius: var(--border-radius);
	border: 1px solid #eaeff5
}

.contacts form input {
	width: 418px;
	height: 44px
}

.contacts form .textarea {
	width: 418px;
	height: 132px;
	padding: 20px
}

.contacts__form button {
	width: 252px;
	border-radius: var(--border-radius);
	border: none;
	cursor: pointer;
	margin-bottom: 40px
}

.contacts__form-before {
	font-size: 18px;
	font-weight: 500
}

.rim {
	margin-top: 40px
}

.swiper-button-next {
	background-image: url(img/webp/arrow-right.webp);
	border-radius: var(--border-radius)
}

.swiper-button-prev {
	background-image: url(img/webp/arrow-left.webp);
	border-radius: var(--border-radius)
}

.video_popup__content {
	width: 960px;
	height: 500px
}

.modal__close,
.video_popup__close {
	width: 40px;
	height: 40px;
	cursor: pointer
}

.video_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	align-items: center;
	justify-content: center;
	z-index: 99999999
}

.video_popup__close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	border-radius: var(--border-radius);
	border: 2px solid var(--white);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center
}

.modal {
	z-index: 999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	display: none;
	align-items: center;
	justify-content: center
}

.modal__content {
	background: var(--white);
	padding: 40px;
	position: relative;
	border-radius: var(--border-radius)
}

.modal__content h3 {
	margin-bottom: 40px
}

.modal__content form {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.modal__content form input {
	margin-bottom: 20px;
	width: 416px;
	height: 44px;
	border: 1px solid #9ea5af;
	border-radius: var(--border-radius);
	margin-right: 20px
}

.modal__content form input[type=text] {
	border: 1px solid #9ea5af;
	border-radius: var(--border-radius);
	height: 44px;
	padding-left: 20px
}

.modal__content form input[type=submit] {
	border-radius: var(--border-radius);
	border: none;
	cursor: pointer
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #000;
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px
}

.bgSection,
.tip {
	background-position: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s
}

.show__top-left>ul {
	list-style-type: none
}

.show__top-left>ul>li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 25px;
}

.show__top-left>ul>li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	background-color: #15a741;
	border-radius: var(--border-radius)
}

.show__top-left>ul>li>ul {
	list-style-type: none;
	margin-top: 10px
}

.show__top-left>ul>li>ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px
}

.show__top-left>ul>li>ul li span {
	color: #ff8a01;
	font-weight: 600
}

.tip {
	background-image: url(img/bg/roma1.webp);
	height: 100%;
	position: relative;
	display: flex
}

.tip__dark {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-image: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, .5)) */
}

.tip .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	color: var(--white);
	flex-wrap: wrap
}

.tip__left {
	width: 60%
}

.tip__left h3 {
	font-size: 44px;
	margin-bottom: 30px
}

.tip__left p {
	margin-bottom: 70px;
	font-size: 30px;

	color: var(--white);
}



.tip__left-bonus {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.tip__left-bonus__number {
	font-size: 118px;
	width: 50%;
	font-weight: 700
}

.tip__left-bonus__text {
	width: 40%
}

@media screen and (max-width:768px) {
	.tip__left-bonus__text {
		width: 80%;
		margin-bottom: 24px;
	}
}

.tip_right {
	background-image: url(img/bg/roma4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 7px solid var(--white);
	width: 40%;
	height: 425px;
	border-radius: var(--border-radius);
	transition: .3s
}

.bgSection {
	background-image: url(img/bg/roma1.webp);
	height: 100%;
	position: relative;
	display: flex
}

.bgSection__dark {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .3)); */
	z-index: -0;
}

.bgSection .bgSection__content {
	position: relative;
	align-items: center;
	z-index: 3;
}

.bgSection .check span,
.bgSection .check span a {
	color: var(--white)
}

.bgSection__right form {
	height: 500px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: var(--border-radius);
	color: var(--white);
	justify-content: center;
	/* box-shadow: 0px 2px 6px var(--white); */
	background-color: #00000080;
}

.bgSection__right form h2 {
	margin-bottom: 20px
}

.bgSection__right form p {
	margin-bottom: 30px
}

.bgSection__right form input {
	margin-bottom: 20px;
	height: 50px;
	border-radius: var(--border-radius);
	border: 1px solid var(--white)
}

.bgSection__right form button {
	height: 50px;
	border-radius: var(--border-radius);
	background-color: var(--orange);
	outline: 0;
	border: none;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px
}

.bgSection__bottom {
	grid-column: 1/span 2;
	grid-area: 'alisaTabs'
}

.bgSection h1 {
	font-size: 45px;
	color: var(--white);
	font-weight: 500;

}

.bgSection__slogan {
	color: var(--white);
	margin-top: 15px
}

.bgSection__description {
	color: var(--white);
	padding: 30px 40px;
	/* border: 1px solid var(--white); */
	margin-top: 60px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: var(--border-radius);
	/* box-shadow: 0px 2px 6px var(--white); */
	background-color: #00000080;
}

.down {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10vh
}

.chevron {
	position: absolute;
	width: calc(.6rem * 3.5);
	height: calc(.6rem * .8);
	opacity: 0;
	transform: scale(.3);
	-webkit-animation: 3s ease-out infinite move-chevron;
	animation: 3s ease-out infinite move-chevron;
	cursor: pointer
}

.chevron:first-child {
	-webkit-animation: 3s ease-out 1s infinite move-chevron;
	animation: 3s ease-out 1s infinite move-chevron
}

.chevron:nth-child(2) {
	-webkit-animation: 3s ease-out 2s infinite move-chevron;
	animation: 3s ease-out 2s infinite move-chevron
}

.chevron:after,
.chevron:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: var(--white)
}

.gallery,
.gallery .container {
	position: relative
}

.chevron:before {
	left: 0;
	transform: skewY(30deg)
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg)
}

@-webkit-keyframes move-chevron {
	25% {
		opacity: 1
	}

	33.3% {
		opacity: 1;
		transform: translateY(calc(.6rem * 3.8))
	}

	66.6% {
		opacity: 1;
		transform: translateY(calc(.6rem * 5.2))
	}

	100% {
		opacity: 0;
		transform: translateY(calc(.6rem * 8));
		transform: scale(.5)
	}
}

@keyframes move-chevron {
	25% {
		opacity: 1
	}

	33.3% {
		opacity: 1;
		transform: translateY(calc(.6rem * 3.8))
	}

	66.6% {
		opacity: 1;
		transform: translateY(calc(.6rem * 5.2))
	}

	100% {
		opacity: 0;
		transform: translateY(calc(.6rem * 8));
		transform: scale(.5)
	}
}

.gallery {
	/* background-image: url(img/gallery/q4.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	height: 100%;
	display: flex;
	align-items: center
}

.gallery h2 {
	font-size: 38px;
	color: var(--black)
}

.gallery__dark {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #EBEEF5;
	z-index: 0;
}

.gallery__content {
	z-index: 1;
}

.swiper_gallery {
	margin-bottom: 35px
}

.swiper_gallery .swiper-slide {
	height: 450px
}

.swiper_gallery .swiper-slide img {
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--border-radius);
	box-shadow: 0 0 1px #ccc
}

.swiper_gallery_thumb .swiper-slide {

	height: 90px
}

.swiper_gallery_thumb .swiper-slide img {
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.product {
	background-color: #ebeef5;
}

.product h2 {
	color: #242424;
	font-weight: 600;
}

.product p {
	font-size: 18px;
	color: #242424;
	margin-bottom: 60px;
	padding: 0 305px
}

.product__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.product__item {
	width: 32%;
	margin-bottom: 30px;
	transition: .3s;
	background-color: var(--white);
	padding-bottom: 24px;
	border-radius: var(--border-radius);
}

.product__item:hover {
	box-shadow: 0px 14px 32px -8px #61616160;
	transform: translateY(-3px);
}

.product__item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
	padding: 0 20px
}

.product__item-img {
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 12px 12px 0 0;
}

.product__item-title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
	color: #242424
}

.product__item-desctiption {
	margin-bottom: 20px;
	color: #242424;
	font-weight: 300
}

.product__item-price {
	font-weight: 400;
	color: #242424
}

@media screen and (max-width:992px) {
	.product__list {
		gap: 20px;
		padding-bottom: 10px
	}

	.product__item {
		width: calc(50% - 15px);
		margin-bottom: 0
	}
}

@media screen and (max-width:480px) {
	.product__item {
		width: 100%
	}
}

@media screen and (max-width:1400px) {
	.product p {
		padding: 0 195px
	}

	.container-1160 {
		width: 960px;
		margin: 0 auto
	}

	.firstScreen__right,
	.mySwiper,
	.products h2,
	.video__left-img video {
		width: 100%
	}

	.show__list {
		padding: 0 70px
	}

	.firstScreen__right-youtube,
	.firstScreen__right-youtube video,
	.video__left-img__block {
		width: 470px;
		height: 264px
	}

	.video__right-inner {
		display: flex
	}

	.mySwiper2 {
		width: 100%;
		height: 250px
	}

	.f {
		width: 530px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 505px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 505px 100%, 0% 100%)
	}

	.firstScreen__left-title__left div:first-child {
		width: 266px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 241px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 241px 100%, 0% 100%)
	}

	.firstScreen__left-title__left div:last-child {
		width: 239px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 217px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 217px 100%, 0% 100%)
	}

	.firstScreen__left-title__right {
		width: 305px;
		-webkit-clip-path: polygon(50px 0, 100% 1%, 265px 100%, 0% 100%);
		clip-path: polygon(50px 0, 100% 1%, 265px 100%, 0% 100%)
	}

	.header__logo {
		margin-left: 70px
	}

	.swiper_top {
		height: 320px
	}

	.swiper_top .swiper-slide {
		height: 297px;
	}

	.show h2 {
		padding: 0 120px
	}

	.tip__left-bonus__number {
		font-size: 93px
	}
}

@media screen and (max-width:1200px) {

	.product p,
	.show h2,
	.show__list {
		padding: 0
	}

	.container-1160 {
		width: 760px;
		margin: 0 auto
	}

	.firstScreen__left-title__left div:first-child {
		width: 156px;
		font-size: 16px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 134px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 134px 100%, 0% 100%);
		padding-left: 13px
	}

	.firstScreen__left-title__left div:last-child {
		width: 131px;
		font-size: 16px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 108px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 108px 100%, 0% 100%);
		padding-left: 13px
	}

	.f {
		width: 375px;
		font-size: 24px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 350px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 350px 100%, 0% 100%);
		padding-left: 13px
	}

	.firstScreen__left-title__right {
		width: 255px;
		-webkit-clip-path: polygon(50px 0, 100% 1%, 218px 100%, 0% 100%);
		clip-path: polygon(50px 0, 100% 1%, 218px 100%, 0% 100%);
		padding-left: 0;
		font-size: 30px
	}

	.show__item {
		width: 180px;
	}

	.video__left-img__block {
		width: 100%;
		height: 250px
	}

	.video .container .video__right p {
		font-size: 14px;
		margin-bottom: 30px
	}

	.show__top {
		flex-direction: column
	}

	.contacts form .textarea,
	.contacts form input,
	.show__top-left,
	.show__top-right {
		width: 100%
	}

	.show__top-right {
		margin-bottom: 20px
	}

	.mySwiper2 {
		height: auto
	}

	.firstScreen__left-price__icons-item {
		margin-right: 17px
	}

	.header__btn button {
		width: 185px;
		font-size: 16px
	}

	.header__logo img {
		width: 150px
	}

	.swiper_top {
		height: 250px
	}

	.swiper_top .swiper-slide {
		height: 230px
	}

	.swiper_top .slide__hover {
		text-align: center
	}

	.video__left-img video {
		height: 200px
	}

	.video__left img {
		border-radius: var(--border-radius);
	}

	.contacts__form {
		padding-right: 10px
	}

	.swiper_gallery_thumb .swiper-slide,
	.swiper_gallery_thumb .swiper-slide img {
		height: 60px
	}
}

@media screen and (max-width:991px) {
	.container-1160 {
		width: 768px;
		margin: 0 auto
	}

	.video .container {
		flex-direction: column;
		padding: 60px 0
	}

	.video .container .video__left {
		margin-bottom: 20px
	}

	.video .container .video__left,
	.video .container .video__right {
		width: 100%
	}

	.header__logo {
		margin-left: 0
	}

	.video__left-img {
		display: flex
	}

	.video__left-img video {
		height: 400px;
		width: 80%;
		margin: 0 auto
	}
}

@media screen and (max-width:768px) {

	.container-1160,
	.container-1300 {
		width: 500px;
		margin: 0 auto
	}

	.container-1160 {
		overflow: hidden
	}

	.show__item {
		width: 40%
	}

	.f,
	.firstScreen__left {
		width: 100%
	}

	.firstForm form.firstForm--pc,
	.header__btn,
	.header__geo,
	.proizvodstvo,
	.swiper_int_after.swiper_int_after--pc {
		display: none
	}

	.firstForm form.firstForm--mobile,
	.swiper_int_after.swiper_int_after--mobile {
		display: flex
	}

	.firstScreen {
		margin-top: 0;
		height: auto
	}

	.firstScreen .container {
		flex-direction: column;
		padding-top: 85px
	}

	.f {
		font-size: 22px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 95% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 95% 100%, 0% 100%);
		height: 34px;
		padding-left: 13px
	}

	.firstScreen__left-title__left div {
		font-size: 15px;
		height: 29px
	}

	.firstScreen__left-title__left div:first-child {
		margin-bottom: 6px;
		width: 250px;
		-webkit-clip-path: polygon(0 0, 100% 1%, 225px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 225px 100%, 0% 100%)
	}

	.firstScreen__left-title__left div:last-child {
		-webkit-clip-path: polygon(0 0, 100% 1%, 200px 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 200px 100%, 0% 100%);
		width: 225px
	}

	.firstScreen__left-title__right {
		width: 282px;
		-webkit-clip-path: polygon(53px 0, 100% 0%, 230px 100%, 0% 100%);
		clip-path: polygon(53px 0, 100% 0%, 230px 100%, 0% 100%);
		font-size: 22px;
		padding-left: 0;
		height: 64px
	}

	.firstScreen__left-price span {
		text-align: center
	}

	.firstScreen__left-price__icons {
		flex-wrap: wrap
	}

	.firstScreen__left-price__icons-item {
		width: 50%;
		margin-right: 0;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px
	}

	.firstScreen__left-price__icons-item__img {
		margin-bottom: 0;
		margin-right: 10px
	}

	.firstScreen__right-youtube {
		width: 100%;
		height: 280px;
		margin-bottom: 40px;
		margin-top: 40px
	}

	.firstScreen__right-youtube video {
		width: 100%;
		height: 280px
	}

	.firstForm form.firstForm--mobile input {
		width: 100%;
		margin-right: 0
	}

	.firstForm form input[type=submit] {
		margin-bottom: 10px
	}

	.swiper_int_after.swiper_int_after--mobile input[type=submit],
	.swiper_int_after.swiper_int_after--mobile input[type=text] {
		width: 80%;
		margin-bottom: 10px
	}

	.check {
		width: 80%
	}

	.contacts form {
		margin-top: 20px
	}

	.contacts__form h3 {
		margin-bottom: 40px
	}

	.contacts__form-before.contacts__form-before--mobile {
		display: block;
		margin-bottom: 20px
	}

	.contacts__form-before.contacts__form-before--pc {
		display: none
	}

	.contacts .container {
		width: 100%;
		padding: 0 10px
	}

	.contacts__wrap-left {
		width: 100%;
		order: 2
	}

	.contacts__wrap-right {
		width: 100%;
		order: 1
	}

	.contacts__wrap-right iframe {
		height: 363px
	}

	.video_popup__content {
		width: 560px;
		height: 300px
	}

	.video__left-img video {
		height: 280px;
		width: 100%
	}

	.contacts__form {
		padding-right: 0
	}

	footer .container img {
		width: 220px
	}

	.tabs__header {
		justify-content: flex-start
	}

	.tabs__header-wrap {
		display: block;
		touch-action: manipulation;
		overflow: scroll
	}
}

@media screen and (max-width:500px) {
	.container {
		overflow: hidden
	}

	.tabs__header-wrap {
		display: block;
		touch-action: manipulation;
		overflow: scroll
	}

	/* 	header {
		height: 100px
	}

	header .container {
		width: 100%;
		padding: 0;
		flex-direction: column;
		height: auto
	}
 */
	.container,
	.firstScreen .container,
	.show .container,
	footer .container {
		padding: 0 10px;
		width: 100%
	}

	.header__btn,
	.header__geo,
	.mySwiper,
	.video {
		display: none
	}

	.header__logo img {
		width: auto
	}

	.header__logo,
	.header__phone {
		height: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	.header__logo {
		order: 1
	}

	.header__phone,
	footer .footer__img {
		order: 2
	}

	.stars .container,
	footer .container img {
		width: 100%
	}

	.firstScreen {
		padding-top: 110px
	}

	footer .container {
		height: 100px;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	footer .footer__img,
	footer span {
		height: 65px
	}

	footer .container .footer__img,
	footer .container .mgo-number {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	footer span {
		order: 1;
		display: block
	}

	.firstScreen__left-title__left {
		width: 50%
	}

	.firstScreen__left-title__right {
		width: 57%;
		-webkit-clip-path: polygon(18% 0, 100% 0%, 82% 100%, 0% 100%);
		clip-path: polygon(18% 0, 100% 0%, 82% 100%, 0% 100%)
	}

	.firstScreen__left-title__left div:first-child {
		width: 98%;
		-webkit-clip-path: polygon(0 0, 100% 1%, 90% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 90% 100%, 0% 100%)
	}

	.firstScreen__left-title__left div:last-child {
		-webkit-clip-path: polygon(0 0, 100% 1%, 89% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 1%, 89% 100%, 0% 100%);
		width: 87%
	}

	.swiper_top,
	.swiper_top .swiper-slide {
		height: auto
	}

	.swiper_top .swiper-slide {
		border: 3px solid #00a834 !important
	}

	.swiper_top .slide__hover {
		display: flex;
		opacity: 1
	}

	.swiper_top .slide__img {
		padding: 10px 10px 0;
	}


	.modal__content form input[type=submit] {
		font-size: 15px
	}

	.video_popup__content {
		width: 400px;
		height: 200px
	}

	.firstScreen__right-youtube,
	.firstScreen__right-youtube video {
		height: 225px
	}

	.tabs__header {
		justify-content: flex-start
	}

	.tabs__header .tabs__header-item {
		text-align: center
	}

	.products form input[type=tel],
	.products form input[type=text] {
		width: 80%
	}
}

@media screen and (max-width:768px) {

	.gallery,
	.tip {
		height: 100%;
	}

	.swiper_gallery_thumb .swiper-slide,
	.swiper_gallery_thumb .swiper-slide img {
		height: 110px
	}

	.products h2 {
		margin: 40px auto
	}

	.tip__left h3,
	.tip__left p {
		margin-bottom: 20px
	}

	.tip .container {
		flex-direction: column
	}

	.tip__left,
	.tip_right {
		width: 95%
	}

	.show__item:nth-child(2)::after,
	.show__item:nth-child(6)::after {
		display: none
	}
}

@media screen and (max-width:500px) {

	.swiper_gallery_thumb .swiper-slide,
	.swiper_gallery_thumb .swiper-slide img {
		height: 80px
	}
}

@media screen and (max-width:1200px) {
	.tip__left-bonus__number {
		width: 61%
	}
}

@media screen and (max-width:500px) {
	.tip__left-bonus {
		margin-bottom: 20px
	}

	.tip__left-bonus__number {
		font-size: 70px
	}

	.tip__left-bonus__text {
		font-size: 13px
	}

	.tip {
		/* height: 100vh */
	}

	.tip__left p br {
		display: none
	}

	.bgSection__description {
		padding: 15px 20px
	}

	.bgSection__right form {
		height: 480px
	}
}

@media screen and (max-width:400px) {
	.show__item-number {
		left: 0
	}

	.show__item {
		width: 40%
	}

	.show__list {
		justify-content: space-around
	}

	.show__item-description {
		font-size: 14px
	}

	.firstScreen .container {
		flex-direction: column
	}

	.firstScreen__left,
	.mySwiper2 {
		width: 100%
	}

	.firstScreen__right-youtube {
		width: 100%;
		height: 200px
	}

	.firstScreen__right-youtube video {
		height: 200px
	}

	.products h2,
	.products h3 {
		font-size: 28px
	}

	.mySwiper {
		display: none
	}

	.show__list--mobile {
		display: block;
		padding: 0;
		width: 100%
	}

	.swiper_gallery_thumb .swiper-slide,
	.swiper_gallery_thumb .swiper-slide img {
		height: 70px
	}

	.show__item::after {
		right: -30px
	}
}

@media screen and (max-width:380px) {
	.tip__left-bonus__number {
		width: 45%;
		font-size: 40px
	}

	.tip__left-bonus__text {
		font-size: 12px;
		width: 55%
	}

	.tip__left h3 {
		font-size: 36px
	}
}

@media screen and (max-width:1400px) {
	.bgSection h1 {
		font-size: 40px
	}
}

@media screen and (max-width:1200px) {
	.bgSection h1 {
		font-size: 32px
	}

	.bgSection__right form h2 {
		font-size: 22px;
		margin-bottom: 15px
	}

	.bgSection__right form p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.bgSection__right form button,
	.bgSection__right form input {
		height: 40px
	}
}

@media screen and (max-width:768px) {
	.bgSection {
		/* height: 110vh */
	}

	.bgSection .container {
		display: flex;
		flex-direction: column
	}

	.bgSection__left {
		width: 95%;
		margin-bottom: 20px
	}

	.bgSection__description {
		margin-top: 30px
	}

	.bgSection__right {
		width: 95%
	}

	.down {
		height: 13vh
	}

	.chevron:after,
	.chevron:before {
		top: -40px
	}
}

@media screen and (max-width:360px) {

	.chevron:after,
	.chevron:before {
		top: -60px
	}

	.bgSection {
		height: 125vh
	}
}
}