@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
a, button {
	margin: 0;
	color: inherit;
	padding: 0
}
article, aside, button, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
	display: block
}
.container, .popup, img {
	width: 100%
}
.popup__body .popup__close, ::after, ::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute
}
.gallery__item, body.modal-open {
	overflow: hidden
}
.gallery__item:hover .gallery__item-dscr, .popup.active {
	opacity: 1;
	pointer-events: auto
}
.gallery__item-dscr, .popup {
	opacity: 0;
	pointer-events: none
}
.promo__form .input__wrapper+.input__wrapper, .trigger__form .input__wrapper+.input__wrapper {
	margin-top: 10px
}
.promo__form button, .trigger__form button {
	background: #189b41;

}



abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0
}
* {
	box-sizing: border-box
}
ul {
	list-style: none
}
body {
	margin: 0;
	font-family: Roboto, sans-serif;
	color: #2f2f2f
}
a {
	text-decoration: none
}
.slick-list, .slick-slide, .slick-tarck, button, input, select, textarea {
	outline: 0
}
input, textarea {
	margin: 0;
	border: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 16px
}
button {
	border: none;
	background: 0 0;
	border-radius: 0;
	cursor: pointer;
	font-size: inherit
}
img {
	-o-object-fit: cover;
	object-fit: cover
}
body, html {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column
}
main {
	flex: 1 1 auto
}
.container {
	max-width: 1433px;
	margin: 0 auto;
	padding: 0 60px
}

.header__info1 a:hover {text-decoration: underline;}


@media (max-width:1112px) {
	

	.container {
		padding: 0 40px
	}
}
:root {
	--accentColor: #5695E9
}
.title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.33
}
@media (max-width:1112px) {
	.title {
		font-size: 32px
	}
}
.title span {
	color: #db011c
}
.popup {
	background: linear-gradient(0deg, rgba(47, 47, 47, .9) 0, rgba(47, 47, 47, .9) 100%);
	position: fixed;
	height: 100vh;
	transition: .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	padding: 0 20px
}
.popup__body, .promo__bg, .promo__content, .promo__form, .promo__text {
	position: relative
}
.popup__body {
	width: 100%;
	max-height: 80vh;
	padding: 50px 30px 25px;
	background: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
	border-radius: 5px
}
.popup__body .popup__close {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url("../images/closePopup.svg");
	top: -30px;
	right: 0
}
#popup1 .popup__body {
	padding: 0;
	max-width: 420px
}
#popup1 .trigger__form-title {
	margin-bottom: 8px
}
#popup1 .trigger__form-text {
	text-align: center;
	margin-bottom: 22px
}

#popup2 .popup__body {
	padding: 0;
	max-width: 420px
}
#popup2 .trigger__form-title {
	margin-bottom: 8px
}
#popup2 .trigger__form-text {
	text-align: center;
	margin-bottom: 22px
}

#popupThanks .popup__body {
	max-width: 640px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px
}
#popupThanks .popupThanks__content {
	padding: 30px 0 30px 40px;
	max-width: 340px
}
@media (max-width:800px) {
	.container {
		padding: 0 20px
	}
	#popupThanks .popupThanks__content {
		padding-left: 30px
	}
}
#popupThanks .popupThanks__title {
	margin-bottom: 11px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.22
}
#popupThanks .popupThanks__text {
	line-height: 1.37;
	margin-bottom: 30px
}
#popupThanks .popupThanks__dscr {
	font-style: italic;
	line-height: 1.37;
	margin-bottom: 20px;
	max-width: 225px
}
#popupThanks .popupThanks__btn {
	width: -moz-max-content;
	width: max-content;
	padding: 17px 40px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	line-height: 1.56;
	color: #db031b;
	border-radius: 5px;
	border: 1px solid #db031b;
	transition: .3s
}
@media (any-hover:hover) {
	#popupThanks .popupThanks__btn:hover {
		color: #fff;
		background: #db031b
	}
	#popupThanks .popupThanks__btn:hover svg path {
		fill: #fff
	}
}
#popupThanks .popupThanks__img {
	max-width: 246px;
	height: 100%
}
#popupThanks .popupThanks__img img {
	height: 100%
}
.popupContacts .popup__body {
	max-width: 500px;
	padding: 0
}
.products__action::before, .promo__form::before {
	padding: 1px 10px;
	text-align: center;
	white-space: nowrap
}
.popupContacts img {
	aspect-ratio: 16/12
}
.popupContacts__bottom {
	padding: 10px 20px;
	background: #2e2e2e;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff
}
.popupContacts__bottom .flex {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #e8807c
}
.popupContacts__bottom .flex p {
	border-bottom: 1px dashed #e8807c
}
.promo__bg {
	background-image: url("../images/promo_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1
}
.header {
	color: #fff
}
.header__inner {
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px
}
.header__logo {
	display: flex;
	align-items: center;
	gap: 14px
}
.header__logo img {
	max-width: 86px
}
.header__logo p {
	max-width: 285px;
	font-size: 14px;
	line-height: 1.28
}
@media (max-width:1250px) {
	.header__logo p {
		display: none
	}
}
.header__info svg {
	flex-shrink: 0
}
.header__info p+p {
	margin-top: 8px
}
.header__info p {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px
}
.header__info p span {
	cursor: pointer;
	padding-bottom: 1px;
	border-bottom: 1px dashed #fff;
	transition: .1s
}
.header__info p span:hover {
	border-color: transparent
}
.header__mail {
	display: flex;
	gap: 7px;
	font-size: 14px
}
.header__mail svg {
	flex-shrink: 0
}
.header__mail span {
	display: block;
	margin-top: 6px;
	color: #b4b4b4;
	font-size: 13px
}
.header__phone a {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	display: block
}
.header__phone-btn {
	cursor: pointer;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	display: flex;
	gap: 8px;
	align-items: center;
	color: #a1c5f5;
	transition: .3s
}
.header__phone-btn:hover {
	opacity: .9
}
.header__phone-btn p {
	border-bottom: 1px dashed #a1c5f5;
	transition: .1s
}
.header__phone-btn p:hover {
	border-color: transparent
}
.header__phone-btn svg {
	flex-shrink: 0
}
.promo {
	padding: 40px 0 45px
}
.promo__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px
}
.promo__content {
	max-width: 630px;
	color: #fff
}
.promo__content::before {
	content: "";
	max-width: 370px;
	width: 25.69vw;
	height: 589px;
	bottom: -45px;
	right: -100px;
	background-image: url("../images/promo.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 50;
	transform: translate(50%, 0)
}
.promo__title {
	margin-bottom: 25px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.23;
	padding: 28px 55px;
    background: #FFF;
    color: #000;
    border-radius: 5px;
}
@media (max-width:1112px) {
	.promo__title {
		font-size: 36px
	}
}
.promo__title span {
	color: #5695e9
}
.promo__text {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 45px;
	padding-left: 0px
}

.promo__items {
	display: grid;
	grid-template-columns: 0.7fr 1fr;
	gap: 20px;
	margin-bottom: 18px
}
.promo__info, .promo__item {
	display: flex;
	border-radius: 5px
}
.promo__item {
	background: #fff;
	align-items: center;
	gap: 11px;
	color: #2f2f2f;
	line-height: 1.37
}
.promo__item img {
	max-width: 60px
}
.promo__item-content {
	padding: 13px 26px 13px 0
}
.promo__info {
	gap: 12px;
	padding: 13px;
	font-size: 16px;
	line-height: 1.33;
	background: #FFF;
	color: #000;
}
.promo__info span {
	display: block
}
.promo__bottomText {
	padding-left: 54px;
	font-size: 13px;
	line-height: 1.38
}
.promo__form {
	max-width: 462px;
	padding: 40px 35px;
	border-radius: 5px;
	background: #fff
}
.promo__form-communicationMethod-item:hover label, .steps__item {
	background: #f0f0f0
}
.promo__form::before {
	content: "Обновляем цены ежедневно";
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1.78;
	color: #fff;
	background-image: url("../images/promo__form-el.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
.steps__item::before, .steps__text::before {
	transform: translate(0, -50%);
	background: var(--accentColor)
}
.promo__form-title {
	text-align: center;
	margin-bottom: 25px;
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25
}
.promo__form-text {
	font-size: 14px;
	text-align: center;
	line-height: 1.78;
	margin-bottom: 11px
}
.promo__form-communicationMethod {
	max-width: 345px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center
}
.promo__form-communicationMethod-item {
	width: 100%;
	position: relative
}
.promo__form-communicationMethod-item input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer
}
.promo__form-communicationMethod-item input:checked+label {
	background: var(--accentColor);
	color: #fff
}
.promo__form-communicationMethod-item input:checked+label svg path {
	fill: #FFF
}
.promo__form-communicationMethod-item label {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid #ddd;
	transition: .3s;
	font-size: 13px
}
.promo__form-communicationMethod-item svg path {
	transition: .3s;
	fill: var(--accentColor)
}
.promo__form-communicationMethod-item:first-child label {
	border-radius: 5px 0 0 5px;
	border-right: none
}
.promo__form-communicationMethod-item:nth-child(2) label {
	border-right: none
}
.promo__form-communicationMethod-item:last-child label {
	border-radius: 0 5px 5px 0
}
.promo__form .input__wrapper {
	max-width: 345px;
	margin: 0 auto
}
.promo__form .input__wrapper input {
	width: 100%;
	padding: 17px 30px;
	color: #818181;
	line-height: 1.56;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	background: #d9d9d9
}
.promo__form button, .steps__item {
	border-radius: 5px;
	position: relative
}
.promo__form button {
	max-width: 345px;
	margin: 20px auto 0;
	width: 100%;
	padding: 17px 40px;
	color: #fff;
	line-height: 1.56;
	text-align: left;
}
.promo__form button:active, .promo__form button:hover {
	background: #20681f;
}
.promo__form button::before {
	content: "";
	width: 65px;
	height: 140%;
	top: 50%;
	transform: translate(0, -50%);
	right: 40px;
	background-image: url("../images/formElBtn.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
@media (max-width:420px) {
	.promo__form-communicationMethod-item label {
		font-size: 0;
		justify-content: center
	}
	.promo__form button {
		text-align: center
	}
	.promo__form button::before {
		display: none
	}
}
.promo__form-polisText {
	text-align: center;
	max-width: 242px;
	margin: 20px auto 0;
	color: #979797;
	font-size: 13px;
	line-height: 1.38
}
.promo__form-polisText a {
	border-bottom: 1px dashed #979797;
	transition: .3s
}
.promo__form-polisText a:hover {
	border-color: transparent
}
.steps {
	padding: 50px 0;
	counter-reset: steps
}
.steps__title {
	max-width: 986px;
	margin-bottom: 25px
}
.steps__text {
	padding-left: 40px;
	position: relative;
	font-size: 18px;
	margin-bottom: 68px
}
.steps__text::before {
	content: "";
	width: 30px;
	height: 2px;
	top: 50%;
	left: 0
}
.steps__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	gap: 30px
}
.steps__item {
	padding: 45px 30px 0;
	display: grid;
	grid-auto-flow: row;
	grid-template: auto 1fr auto/1fr
}
.steps__item::before {
	counter-increment: steps;
	content: counter(steps);
	width: 38px;
	aspect-ratio: 4/4;
	top: 0;
	left: 40px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700
}
.steps__item-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
	margin-bottom: 12px
}
.steps__item-text {
	color: #818181;
	line-height: 1.5;
	margin-bottom: 20px
}
.steps__item-text b {
	font-weight: 700
}
.steps__item-img {
	margin: 0 -10px
}
.steps__item:nth-child(2) img {
	max-width: 190px;
	margin: 0 auto
}
.steps__item:nth-child(3) .steps__item-img {
	margin: 0 -30px 0 0
}
.steps__item:nth-child(3) img {
	max-width: 280px;
	margin: 0 auto
}
.benefits {
	background-image: url("../images/benefits_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.benefits__item, .products__item {
	border-radius: 5px;
	background: #fff
}
@media (max-width:992px) {
	.benefits::before, .promo__bg::before {
		content: "";
		width: 100%;
		height: 100%;
		z-index: -1;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .5)
	}
}
.benefits__inner {
	display: flex;
	align-items: flex-end;
	gap: 100px
}
@media (max-width:1200px) {
	.benefits__inner {
		gap: 20px
	}
}
.benefits__img {
	max-width: 430px
}
.benefits__content {
	max-width: 753px;
	padding: 70px 0
}
.benefits__title {
	margin-bottom: 35px;
	color: #fff
}
.benefits__items {
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	gap: 20px
}
@media (max-width:1000px) {
	.promo__inner {
		gap: 40px;
		flex-direction: column
	}
	.benefits__inner {
		gap: 0
	}
	.benefits__img {
		display: none
	}
	.benefits__content {
		max-width: 100%
	}
	.benefits__items {
		grid-template-columns: 1fr 1fr
	}
	.contacts iframe {
		min-height: 600px
	}
}
@media (max-width:650px) {
	.benefits__items {
		grid-template-columns: 1fr
	}
}
.benefits__item {
	display: flex;
	align-items: center;
	gap: 10px
}
.benefits__item img {
	max-width: 75px
}
.benefits__item-content {
	padding: 18px 10px 18px 0
}
.benefits__item-title {
	font-weight: 700;
	line-height: 1.37;
	margin-bottom: 6px
}
.benefits__item-text {
	color: #818181;
	font-size: 14px;
	line-height: 1.57
}
.company__content, .gallery, .products {
	padding: 50px 0
}
.gallery__title, .products__title {
	margin-bottom: 50px
}
.products__body {
	display: flex;
	gap: 30px;
	margin-bottom: 30px
}
.products__items {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
	gap: 30px
}
.products__item {
	border: 2px solid #f0f0f0;
	display: grid;
	grid-auto-flow: row;
	grid-template: auto 1fr/1fr
}
.products__item-img {
	padding: 0;
	border-radius: 5px 5px 0 0;
	background: #f0f0f0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}
.products__item-title {
	text-align: center;
	padding: 0 20px 25px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
	display: flex;
	align-items: center;
	justify-content: center
}
.products__action {
	flex-shrink: 0;
	width: 306px;
	border-radius: 5px;
	position: relative
}
.products__action::before {
	content: "Акция дня";
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1.78;
	color: #fff;
	background-image: url("../images/products__action-el.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
@media (max-width:1280px) {
	.products__body {
		flex-direction: column;
		align-items: center;
		gap: 20px
	}
	.products__action {
		display: none
	}
}
.gallery__item-dscr b, .products__action-text b, .trigger__form-title b {
	display: block
}
.products__action-body {
	padding: 40px 30px;
	background: #db011c;
	color: #fff
}
.products__action-title {
	text-align: center;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 26px
}
.products__action-text {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px
}
.products__action-img {
	margin-bottom: 25px
}
.products__action-btn {
	display: block;
	width: 100%;
	padding: 17px 20px;
	text-align: center;
	line-height: 1.56;
	border-radius: 5px;
	background: #5695e9;
	transition: .3s
}
.products__action-btn:hover {
	background: #3283ee
}
.products__action-bottom {
	padding: 27px 20px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	border: 2px solid #f0f0f0;
	background: #fff
}
.products__action-bottom a {
	font-size: 24px;
	font-weight: 700
}
.products__btn {
    width: 305px;
    padding: 10px 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f2f2f;
    line-height: 1.56;
    transition: .3s;
    background: #FFF;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
	border: 2px solid #f0f0f0;
}
.products__btn:hover {
	background: #20681f;
	color: #FFF;
}
.products__btn:hover svg path {
	fill: #fff
}
.company {
	background-image: url("../images/company_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.company__inner {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: flex-end
}
.company__title {
	max-width: 660px;
	margin-bottom: 14px
}
.company__imgs {
	max-width: 730px
}
.company__img {
	max-width: 408px
	
	
	
}

@media (max-width:700px) {
	.company__inner {
		gap: 0;
		flex-direction: column
	}
	.company__img {
		display: none
	}
}
.gallery__items {
	max-width: 1920px;
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	gap: 10px
		
}


@media (max-width:900px) {
	.header__info, .header__mail {
		display: none
	}
	.products__items {
		grid-template-columns: repeat(2, minmax(auto, 1fr));
		gap: 20px
	}
	.gallery__items {
		grid-template-columns: repeat(2, minmax(auto, 1fr))
	}
}
.gallery__item {
	cursor: pointer;
	position: relative;
	border-radius: 5px
}
.gallery__item-dscr {
	transition: .3s;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(86, 149, 233, .9);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1.4;
	z-index: 20;
	color: #fff;
	text-align: center
}
.contacts, .trigger, .trigger__text {
	position: relative
}
.trigger, .trigger::before {
	background-repeat: no-repeat
}
.trigger {
	padding: 70px 0;
	background-image: url("../images/trigger__bg.webp");
	background-position: center;
	background-size: cover
}
.trigger__form, .trigger__item {
	background: #fff;
	border-radius: 5px
}
.trigger::before {
	content: "";
	max-width: 461px;
	width: 32.01vw;
	height: 626px;
	bottom: 0;
	left: 54%;
	transform: translate(-50%, 0);
	background-image: url("../images/trigger.webp");
	background-position: center bottom;
	background-size: contain
}
@media (max-width:1430px) {
	.trigger::before {
		width: 29vw
	}
}
@media (max-width:1366px) {
	.promo__content::before {
		display: none
	}
	.trigger::before {
		width: 26vw
	}
}
.trigger__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px
}
@media (max-width:1300px) {
	.promo__bottomText {
		padding-left: 0
	}
	.trigger::before {
		display: none
	}
	.trigger__inner {
		align-items: center
	}
}
.trigger__title {
	color: #fff;
	margin-bottom: 26px
}
.trigger__text {
	padding-left: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 30px
}
.trigger__text::before {
	content: "";
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	background: var(--accentColor)
}
.trigger__content {
	max-width: 529px
}
.trigger__item+.trigger__item {
	margin-top: 20px
}
.trigger__item {
	display: flex;
	gap: 28px;
	align-items: center
}
.trigger__item-img {
	max-width: 118px;
	flex-shrink: 0
}
@media (max-width:505px) {
	.trigger__item-img {
		max-width: 90px
	}
}
@media (max-width:400px) {
	.trigger__item-img {
		max-width: 80px
	}
}
.trigger__item p {
	padding: 18px 20px 18px 0;
	line-height: 1.37
}
@media (max-width:350px) {
	.title {
		font-size: 28px
	}
	.header__phone a {
		font-size: 21px
	}
	.promo__title {
		font-size: 32px
	}
	.promo__text, .steps__text {
		padding-left: 0
	}
	.promo__text::before {
		display: none
	}
	.promo__info {
		padding-left: 20px
	}
	.steps__text::before, .trigger__item-img, .trigger__text::before {
		display: none
	}
	.gallery__items {
		grid-template-columns: repeat(1, minmax(auto, 1fr))
	}
	.trigger__text {
		padding-left: 0
	}
	.trigger__item p {
		padding-left: 18px
	}
}
.trigger__form {
	padding-top: 40px;
	max-width: 420px;
	width: 100%
}
.trigger__form form {
	padding: 0 60px
}
.trigger__form-title {
	padding: 0 40px;
	text-align: center;
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 30px
}
.trigger__form .input__wrapper {
	max-width: 345px;
	margin: 0 auto
}
.trigger__form .input__wrapper input {
	width: 100%;
	padding: 17px 30px;
	color: #818181;
	line-height: 1.56;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	background: #d9d9d9
}
.trigger__form button {
	max-width: 345px;
	margin: 20px auto 0;
	width: 100%;
	padding: 17px 40px;
	color: #fff;
	line-height: 1.56;
	border-radius: 5px;
	transition: background .5s
}
@media (max-width:900px) {
	.gallery__item-dscr {
		font-size: 16px
	}
	.trigger__inner {
		flex-direction: column
	}
	.trigger__content {
		max-width: 100%;
		width: 100%
	}
	.trigger__form, .trigger__form .input__wrapper, .trigger__form button {
		max-width: 100%
	}
}
.trigger__form button:active, .trigger__form button:hover {
	background: #3dc768;
}
.trigger__form-polisText {
	text-align: center;
	max-width: 242px;
	margin: 20px auto 40px;
	color: #979797;
	font-size: 13px;
	line-height: 1.38
}
@media (max-width:1112px) {
	.promo__items {
		grid-template-columns: 1fr
	}
	.steps__items {
		grid-template-columns: repeat(2, minmax(auto, 1fr))
	}
	.trigger__form {
		padding-top: 30px
	}
	.trigger__form form {
		padding: 0 40px
	}
	.trigger__form-polisText {
		margin-bottom: 30px
	}
}
.trigger__form-polisText a {
	border-bottom: 1px dashed #979797;
	transition: .1s
}
.trigger__form-polisText a:hover {
	border-color: transparent
}
.trigger__form-bottom {
	padding: 25px 40px;
	border-radius: 0 0 5px 5px;
	background: #f0f0f0;
	display: flex;
	justify-content: space-between;
	gap: 30px
}
@media (max-width:550px) {
	.steps__items {
		grid-template-columns: repeat(1, minmax(auto, 1fr))
	}
	.steps__item:nth-child(3) img {
		margin-left: auto;
		margin-right: 0
	}
	.trigger__form-bottom {
		gap: 20px;
		flex-direction: column
	}
}
.contacts__item, .trigger__form-bottom-r-items {
	gap: 8px;
	display: flex
}
.trigger__form-bottom-l p {
	font-size: 14px;
	margin-bottom: 7px
}
.trigger__form-bottom-l a {
	white-space: nowrap;
	font-size: 24px;
	font-weight: 700
}
.trigger__form-bottom-r-title {
	font-size: 14px;
	margin-bottom: 10px
}
.trigger__form-bottom-r-items img {
	max-width: 24px
}
.contacts iframe {
	width: 100%;
	height: 600px;
	border: none;
	aspect-ratio: 16/7.7
}
.contacts__title {
	margin-bottom: 30px
}
.contacts__body {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 559px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 4px 31px 0 rgba(0, 0, 0, .1);
	padding: 60px 50px
}
.contacts__item+.contacts__item {
	margin-top: 12px
}
.contacts__item {
	align-items: center
}
.contacts__item span {
	cursor: pointer;
	border-bottom: 1px dashed #000;
	transition: .1s
}
@media (max-width:500px) {
	.products__items {
		grid-template-columns: repeat(1, minmax(auto, 1fr))
	}
	.products__action {
		display: block;
		width: 100%
	}
	.products__btn {
		width: 100%;
		height:180px;
		padding: 17px 20px
	}
	.trigger__form form {
		padding: 0 20px
	}
	.trigger__form-bottom {
		padding: 20px;
		align-items: center;
		text-align: center
	}
	.trigger__form-bottom-r-items {
		justify-content: center
	}
	.contacts__item span {
		display: block;
		width: -moz-max-content;
		width: max-content;
		margin-bottom: 3px
	}
}
.contacts__item span:hover {
	border-color: transparent
}
.contacts__bottom {
	margin-top: 40px;
	display: flex;
	gap: 40px
}
.footer {
	background: #2f2f2f;
	color: #fff
}
.footer__top-wrapper {
	border-bottom: 1px solid rgba(255, 255, 255, .06)
}
.footer__top {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.footer__bottom {
	padding: 22px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px
}
@media (max-width:600px) {
	.tablecol {width: 500px}
	.popup {height: 100%;}
	
	#popupThanks .popup__body {
		display: block
	}
	#popupThanks .popupThanks__content {
		padding: 30px;
		max-width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center
	}
	#popupThanks .popupThanks__img {
		display: none
	}
	.promo__form {
		padding: 30px 20px;
		width: 100%
	}
	.benefits__content, .company__content, .gallery, .products, .steps, .trigger {
		padding: 50px 0
	}
	.benefits__title, .gallery__title, .products__title {
		margin-bottom: 30px
	}
	.contacts {
		display: flex;
		flex-direction: column
	}
	.contacts iframe {
		height: 300px;
		min-height: auto
	}
	.contacts .container {
		order: -1
	}
	.contacts__body {
		position: static;
		transform: translate(0, 0);
		box-shadow: none;
		padding: 40px 3px
	}
	.footer__top {
		padding: 25px 0
	}
	.footer__bottom {
		flex-direction: column
	}
}
.footer__bottom a {
	color: #b4b4b4;
	border-bottom: 1px dashed #b4b4b4;
	transition: .1s
}
.footer__bottom a:hover {
	border-color: transparent
}
.footer__r {
	display: flex;
	align-items: center;
	gap: 10px;
	background-image: url("../images/");
	background-position: center;
	background-repeat: no-repeat
}
.footer__r a {
	border: none
}
.footer__r p {
	color: #b4b4b4;
	font-size: 13px
}
.footer__r img {
	max-width: 126px
}