@font-face {
    font-family: "Cuprum";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/cuprum.ttf") format("truetype");
}

.badge .badge__form {
    display: none !important;
}

html, body {
	height: 100%;
}

body {
	font-family: "Cuprum", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	position: relative;
	color: #343434;
	background: #fff;

	-webkit-font-smoothing: antialised;
}

main {
	padding-top: 102px;
}

.container {
	width: 1200px;
}

.s-message,
.hidden {
	display: none;
}

.clear {
	clear: both;
}

button, a {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	color: #343434;
	outline: none;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: #2bccbd;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
	color: #343434;
	outline: none;
}

section, .main_header, .main_footer {
	position: relative;
	background: #fff;
}

.wrapper__header{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section_title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 55px;
	text-align: center;
	color: #343434;
	text-transform: uppercase;
}

.section_title a {
    color: #343434;
    text-decoration: none;
}

.main_header {
	position: relative;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	background: #fff;
}

.main_header.header-sticky {
	position: fixed;
	z-index: 899;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.main_header a {
	text-decoration: none;
}

.main_header .logo, .main_footer .wrapper .logo {
	position: relative;
	display: block;
	float: left;
	width: 150px;
	margin-left: 10px;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	/* border-top: 1px dashed #2bccbd;
	border-bottom: 4px dashed #2bccbd; */
}
.main_header .logo .one, .main_footer .wrapper .logo .one{
	font-weight: 700;
	color: #2bccbd;
}

.main_header .logo:hover, .main_footer .wrapper .logo:hover {
	border-color: #444;
}

.main_header .logo span, .main_footer .wrapper .logo span {
	font-family: "Cuprum", sans-serif;
	font-size: 40px;
	position: relative;
/*	padding: 5px 0;*/
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	color: #343434;
	background: #fff;
}

.main_header .logo span.slogan {
    font-size: 16px;
    position: absolute;
    width: 165px;
    top: 9px;
    line-height: 1;
    left: 100%;
    padding: 0 0 0 20px;
    border-left: 2px solid #343434;
    background: none;
}

.main_header img.logo {
	margin-left: 0;
}

.main_footer .wrapper .logo span {
	background: #dce4f0;
}

.main_header .navigation {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 35px;
}

.main_header .navigation li {
	display: inline-block;
}

/*.main_header .navigation li:last-child {
	margin-right: 0;
}*/

.main_header .navigation li a {
	font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: #000;
    z-index: 1;
    -webkit-appearance: none;
    outline: none !important;
    background-color: transparent;
    border: 2px solid #a9a9a9;
    padding: 5px 15px;
    border-radius: 12px;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
}
/*.main_header .navigation li a:after {
    content: '';
    top: auto;
    position: absolute;
    bottom: -4px;
    height: 4px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background-color: #2bccbd;
    z-index: -1;
}*/

.main_header .navigation li a:hover, .main_header .navigation .active a {
	border-color: #2bccbd;
}

.main_header .header_contacts {
	position: relative;
	float: right;
	padding-top: 5px;
	margin-right: 10px;
	padding-bottom:20px;
}

.main_header .header_contacts .tel {
	font-size: 22px;
	margin-bottom: 5px;
	color: #343434;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
	white-space: nowrap;
}

.main_header .header_contacts .tel i {
	font-size: 12px;
    color: #343434;
    border: 2px solid #2bccbd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.main_header .header_contacts .tel i::after {
	margin: auto;
}

.main_header .header_contacts .ya-phone {
	font-size: 20px;
	margin-bottom: 5px;
	color: #343434;
}

.main_header .header_contacts .mail {
	font-size: 14px;
	color: #2bccbd;
}

.main_header .header_contacts a:hover {
	opacity: .7;
}

.main_section,
.main_section_mob{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	display: flex;
	align-items: center;
	/* height: 45vh; */
}

.main_section:after, .main_section_mob:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
}

.main_section > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_section .container-fluid,
.main_section_mob .container-fluid {
    z-index: 2;
    position: relative;
}

.container-fluid + .container-fluid {
	margin-top: 30px;
}

.main_section h1,
.main_section_mob h1{
	font-size: 55px;
	line-height: 65px;
	color: #fff;
}

.main_section > p,
.main_section_mob p {
	font-size: 45px;
	line-height: 65px;
	margin-bottom: 35px;
	color: #fff;
}

.main_section_mob{
	display: none;
}

.main_section .content {
    background: rgba(0, 0, 0, .4);
    width: fit-content;
    margin: auto;
    padding: 30px 60px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.main_section .content h1 {
	margin: 0 auto 15px;
}

.main_section .content > p {
	color: white;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
}

.main_section .content .covid {
	margin-bottom: 25px;
	color: white;
	font-size: 22px;
}

.main_section .content .covid .break {
	display: none;
}

.red_btn {
	font-size: 16px;
	line-height: 52px;
	position: relative;
	display: block;
	width: 246px;
	height: 49px;
	margin: 10px auto;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	background: #ff0000;
}

.red_btn:focus {
	color: #fff;
}

.red_btn:hover {
	color: #fff;
	box-shadow: 0 0 15px #ff0000
}

.red_btn:active {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.work_steps {
	position: relative;
	z-index: 10;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
}

.work_steps .section_title {
	margin-bottom: 50px;
}

.work_steps .row {
	position: relative;
	padding-top: 5px;
	background: url("/assets/tpl/img/steps_line.png") no-repeat center 0;
	background-size: 65%;
}

.work_steps .step_item {
	position: relative;
	text-align: center;
}

.work_steps .step_item .icon {
	position: relative;
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
}

.work_steps .step_item .icon_1 {
	background-image: url("/assets/tpl/img/step_icon_1.png");
}

.work_steps .step_item .icon_2 {
	background-image: url("/assets/tpl/img/step_icon_2.png");
	background-position: center 5px;
}

.work_steps .step_item .icon_3 {
	background-image: url("/assets/tpl/img/step_icon_3.png");
}

.work_steps .step_item .icon_4 {
	background-image: url("/assets/tpl/img/step_icon_4.png");
}

.work_steps .step_item p {
	font-size: 18px;
	line-height: 1.4;
	max-width: 220px;
	margin: 0 auto;
}

.hire_price {
	width: 100%;
	padding-bottom: 40px;
}

.hire_price .gray_bg {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 140px;
	text-align: center;
	background: #f6f6f6;
}

.hire_price .gray_bg .item {
	text-align: center;
	vertical-align: top;
}

.hire_price .gray_bg .item .text_block {
	font-size: 18px;
}

.hire_price .gray_bg .item .icon {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	border-radius: 100%;
}

.hire_price .gray_bg .item .icon_1 {
	background: url("/assets/tpl/img/elips_1.png") no-repeat center center;
	background-size: 100% 100%;
}

.hire_price .gray_bg .item .icon_2 {
	background: url("/assets/tpl/img/elips_2.png") no-repeat center center;
	background-size: 100% 100%;
}

.hire_price .gray_bg .item .icon_3 {
	background: url("/assets/tpl/img/elips_3.png") no-repeat center center;
	background-size: 100% 100%;
}

.hire_price .gray_bg .item .text_block p {
	font-size: 15px;
	line-height: 23px;
	color: #343434;
}

.hire_price .gray_bg .item .text_block .inner_title {
    font-size: 26px;
    font-weight: 500;
	margin-bottom: 10px;
	color: #343434;
	text-shadow: 1px 1px 0px #2bccbd;
}

.hire_price .hire_conditions {
	position: relative;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	margin-top: -85px;
	padding: 30px;
	color: #fff;
	border-radius: 12px;
	background: #2bccbd;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.hire_price .hire_conditions .inner_title {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 10px;
}

.hire_price .hire_conditions .text p {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}

.hire_price .hire_conditions .text blockquote {
	border: none;
	background: white;
	border-radius: 8px;
}

.hire_price .hire_conditions .text blockquote * {
	text-align: center;
	color: #343434;
}

.hire_price .hire_conditions .text p:last-child {
	margin-bottom: 0;
}

.products_section {
	width: 90%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 50px;
}

.products_section .section_title {
	margin-bottom: 50px;
}

.product_table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	color: #343434;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px
}

.product_table .table-row {
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.product_table .table-row.product {
	display: block;
	max-width: 100%;
	vertical-align: top;
	text-align: center;
}

.product_table.product_content .table-row.product_text p,
.product_table.product_content .table-row.product_text span {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    color: black;
}

@media (max-width: 1200px) {
	.products_section {
		width: 100%;
	}
}

@media (min-width: 769px) {
	.product_table.product_content .table-row:first-of-type {
		width: 20%;
	}

	.product_table.product_content .table-row.product_text {
		width: 65%;
		max-width: 100%;
	}
}

.product_table.product_content img, .product_table.product_content iframe {
	width: 100%;
	max-width: 100%;
}

.product_table.product_content .table-cell:first-of-type {
	font-size: 16px;
}

.product_table .table-cell {
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	padding: 8px 15px;
	text-align: left;
	vertical-align: middle;
	color: #343434;
	margin-top: -1px;
	border-bottom: 2px dashed #eee;
	text-align: center;
}

.product_table .table-cell.big {
	padding: 20px 15px;
	background: #eee;
}

.product_table .table-cell.big p span.title,
.product_table .table-cell.big p span {
	width: 50%;
}

.product_table.product_content .table-cell p {
	font-size: 16px;
}

.product_table.product_content .table-cell p a {
	color: white;
}

.product_table .product_text .table-cell, .product_table .table-cell.name-cell {
    text-align: left;
}

.product_table .table-cell:hover {
	border-bottom: 2px solid transparent;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.product_table .table-cell:first-child {
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.product_table .table-cell.big {
		padding: 10px 15px;
	}
	.product_table .table-cell.big p,
	.product_table .table-cell.big p span.title,
	.product_table .table-cell.big p span {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1;
		font-size: 18px;
	}
	.product_table .table-cell.big p span.title {
		margin-bottom: 10px;
	}
}

.product_table .table-cell:last-child {
	border: none;
}

.product_table .table-cell:first-of-type:hover, .product_table .table-cell:last-of-type {
	background: none;
}

.product_table .table-cell.gallery {
	padding: 0;
	border: none;
}

.product_table .table-cell p {
	margin: auto;
    display: flex;
    justify-content: space-between;
	/* background-color: rgba(0,0,0,0) !important; */
	/* font-weight: 500; */
}

.product_table .product_text .table-cell p {
	display: inline-block;
}

.product_table .table-cell p span {
	color: black;
	font-weight: bold;
    text-align: right;
    width: 30%;
}

.product_table .table-cell p span.title {
	color: #3d3d3d;
    width: 70%;
    font-weight: normal;
    text-align: left;
}

.product_table .table-cell .img_block {
	overflow: hidden;
	/*height: 170px;*/
	/* max-width: 170px; */
	max-width: 300px;
	display: inline-block;
}

@media (max-width: 1200px) {
	.product_table .table-cell {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.product_table .table-cell p,
	.product_table .table-cell p span.title,
	.product_table .table-cell p span {
		display: block;
		width: 100%;
	}
	.product_table .table-cell p span.title {
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.product_table .table-cell p {
		display: flex;
		width: 100%;
	}
	.product_table .table-cell p span.title {
		margin-bottom: 0;
	}
}

/* .fotorama__wrap {
	margin: auto;
}

.fotorama__stage,
.fotorama__wrap .fotorama__pointer {
	height: 300px !important;
} */

.productSlider {
	position: relative;
	display: block;
	margin: auto;
	overflow: hidden;
}

.productSlider .item {
	display: flex;
	align-items: center;
	min-height: 350px;
}

.productSlider .item img {
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.productSlider .swiper-button-next,
.productSlider .swiper-button-prev {
	top: auto;
	bottom: 6%;
	background: white;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.productSlider .swiper-button-prev {
	padding: 20px 22px 20px 18px;
	left: 5%;
}

.productSlider .swiper-button-next {
	padding: 20px 18px 20px 22px;
	right: 5%;
}

.productSlider .swiper-pagination {
    bottom: 2%;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}
.productSlider .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    border-radius: 10px;
    height: 4px;
}

/* @media (max-width: 1600px) {
	.productSlider,
	.productSlider .item {
		height: 200px !important;
		width: 200px !important;
	}
} */

@media (max-width: 768px) {
	.productSlider,
	.productSlider .item {
		height: auto !important;
		width: 100% !important;
	}
}

.productSlider .swiper-button-next:after,
.productSlider .swiper-button-prev:after {
	font-size: 25px;
	color: #2bccbd;
}

.productSlider .swiper-pagination-bullet-active {
	background: #2bccbd;
}

.img_block a.glightbox, .img_block > img {display: none;}

.img_block a.glightbox:first-child {display: block;}


.product_table .table-cell .img_block img {
	max-width: 100%;
	max-height: 100%;
	height: 100% !important;
	width: auto !important;
	margin: auto;
}

.product_table .table-cell .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: center;
    width: 100%;
    background: #0d6058;
    padding: 15px;
}

@media (max-width: 1200px) {
	.product_table .table-cell .name {
		font-size: 17px;
	}
	.productSlider .swiper-button-next:after,
	.productSlider .swiper-button-prev:after {
		font-size: 20px;
	}
	.productSlider .swiper-button-prev {
		padding: 18px 20px 18px 18px;
	}
	.productSlider .swiper-button-next {
		padding: 18px 18px 18px 20px;
	}
}

.product_table .table-cell .price {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}

.product_table .product .table-cell .name, .product_table .product .table-cell .price {
	text-align: center;
}

.product_table .table-cell .product_btn {
    font-size: 20px;
    line-height: 1;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid #299100;
    font-weight: bold;
    color: #ffffff;
    border-radius: 12px;
    background: #299100;
}

.product_table .table-cell .product_btn:hover {
    color: #299100;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(237, 67, 67, .1);
    box-shadow: 0 0 15px #299100;
}

.product_table .table-cell .product_btn:active {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.product_table .table-cell .product_btn.active {
	color: #fff;
	background: #ff0000;
}

.product_table .price .cell {
	font-weight: 500;
}

.product_table .price .cell:first-of-type {
	font-weight: normal;
	width: 182px;
	vertical-align: top;
}

.product_table .dop_tr td {
	padding: 0;
}

.product_table .dop_tr td .spoiler {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 12px 15px;
	color: #343434;
}

.product_table .dop_tr td .spoiler span {
	position: relative;
	display: inline-block;
}

.product_table .dop_tr td .spoiler span:after {
	position: absolute;
	top: 5px;
	right: -15px;
	display: block;
	width: 8px;
	height: 6px;
	content: "";
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	background: url("/assets/tpl/img/dop_arrow.png") no-repeat center center;
	background-size: 100% 100%;
}

.product_table .dop_tr td .collapsed span:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	background: url("/assets/tpl/img/dop_arrow.png") no-repeat center center;
}

.product_table .dop_tr td .well {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

.product_table .dop_tr td .well table {
	position: relative;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-right: none;
}

.product_table .dop_tr td .well table tr:last-of-type td {
	border-bottom: none;
}

.product_table .dop_tr td .well table td {
	font-size: 14px;
	line-height: 16px;
	padding: 12px 15px;
	text-align: left;
	vertical-align: top;
	color: #343434;
	border: 1px solid #eaeaea;
}

.product_table .dop_tr td .well table td:first-of-type {
	width: 182px;
	border-left: none;
}

.product_table .dop_tr td .well table td:last-of-type {
	border-right: none;
}

.product_table .buttons_tr td:first-of-type {
	border: none;
}

.product_table .buttons_tr td {
	padding: 18px 10px;
	text-align: center;
}

.product_table .buttons_tr td .product_btn {
	font-size: 12px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: 39px;
	padding: 0 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: 1px solid #2bccbd;
	border-radius: 19px;
	background: none;
}

.product_table .buttons_tr td .product_btn:hover {
	color: #fff;
	background: #2bccbd;
	-webkit-box-shadow: 0 0 15px rgba(237, 67, 67, .1);
	box-shadow: 0 0 15px #2bccbd;
}

.product_table .buttons_tr td .product_btn:active {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.product_table .buttons_tr td .product_btn.active {
	color: #fff;
	background: #2bccbd;
}

.form_section {
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}

.modal .form_section {
    margin: 0;
}

.form_section:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 315px;
	content: "";
	background: #dce4f0;
}

.form_section .wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 45px;
	border: 8px solid #dce4f0;
	border-radius: 5px;
	background: #f7f7f7;
	text-align: center;
}

.modal .form_section .wrapper {
    text-align: left;
}

.form_section .wrapper h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #343434;
	text-transform: uppercase;
}

.form_section .wrapper p {
	font-size: 22px;
	margin-bottom: 15px;
	color: #343434;
}
.form_section .wrapper p.check_item {
    background: #eee;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.modal .form_section .wrapper p.check_item {
    padding: 15px;
}

.form_section .wrapper p.check_item span {
	color: #2bccbd;
	font-size: 25px;
	font-weight: bold;
	display: block;
}

section#main_form_section::after{
	    position: initial;
    height: auto;
}
section#main_form_section .wrapper{
    border: 5px dashed #2bccbd;
}

.modal section#main_form_section .wrapper {
	padding: 0;
}

.form_section form {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.form_section form .dop_func {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.form_section form .dop_func label {
	font-size: 20px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 18px;
	cursor: pointer;
	text-align: left;
	color: #343434;

	-ms-input-placeholder-color: #878787;
	-moz-placeholder-color: #878787;
}

.form_section form .dop_func label input[type="checkbox"] {
	display: none;
}

.form_section form .dop_func label input[type="checkbox"]+p {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: auto;
    font-weight: normal;
    color: #343434;
    text-align: left;
    line-height: 1.4;
}

.form_section form .dop_func label input[type="checkbox"]+p span {
    margin-left: 5px;
    border-radius: 5px;
    color: #343434;
}

.form_section form .dop_func label input[type="checkbox"]+p:before {
	display: block;
	width: 23px;
	height: 23px;
	content: "";
	border: 2px solid #ddd;
	border-radius: 2px;
	margin-right: 15px;
}

.form_section form .dop_func label input[type="checkbox"]:checked+p:before {
	border-color: #2bccbd;
	background: url('/assets/tpl/img/check.png') no-repeat center center;
}

.form_section form .dop_func label ::-webkit-input-placeholder {
	color: #878787;
}

.form_section form .dop_func label ::-moz-placeholder {
	color: #878787;
}

.form_section form .dop_func label:last-of-type {
	margin-bottom: 0;
}

.form_section form .dop_func label h5 {
	font-size: 18px;
}

.form_section form .inputs_block {
	position: relative;
	width: 100%;
	max-width: 505px;
	margin: 0 auto;
	padding-top: 44px;
}

.form_section form .inputs_block input {
	width: 100%;
	max-width: 100%;
	height: 46px;
	margin-bottom: 15px;
	padding: 0 15px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	outline: none;
	background: none;
}

.form_section form .inputs_block input:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.form_section form .inputs_block input:last-of-type {
	margin-bottom: 30px;
}

.form_section form .red_btn {
	width: 246px;
	height: 49px;
	border: none;
}

.form_section form .recaptcha {
	width: 320px;
	margin: 0 auto;
}

.form_section form input[name="work-email"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}

.form_section form button[type="submit"] {
    background: #2bccbd;
    margin: auto;
    font-size: 24px;
    color: white;
    padding: 15px 35px;
    border-radius: 10px;
    width: 100%;
    border: none;
    text-transform: uppercase;
}

.form_section form .agree {
    display: block;
    font-size: 14px;
    max-width: 650px;
    margin: 15px auto auto;
}

.main_footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
	background: #f6f6f6;
}

.main_footer a {
	text-decoration: none;
	font-size: 18px;
}

.main_footer .wrapper {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

/* .main_footer .wrapper .footer_contacts {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 40px;
	padding-top: 5px;
} */

.main_footer a.tel {
	font-size: 24px;
	font-weight: 700;
	/* display: inline-block;
	margin-bottom: 2px; */
	color: #343434;
}
.main_footer a.tel:hover{
	opacity: .8;
	border-bottom: 2px dashed #2bccbd;
}

.main_footer .wrapper .footer_contacts .ya-phone {
	font-size: 20px;
	font-weight: 500;
	/* display: inline-block;
	margin-bottom: 2px; */
	color: #343434;
}

.main_footer .wrapper .footer_contacts .mail {
	font-size: 14px;
	font-weight: 500;
	color: #2bccbd;
}

.main_footer .wrapper .footer_contacts a:hover {
	opacity: .7;
}

.main_footer .wrapper .time {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	/* float: left;
	padding-top: 7px; */
	color: #343434;
}

.main_footer .wrapper .social_links {
	position: relative;
	float: right;
	padding-top: 10px;
	list-style: none;
}

.main_footer .wrapper .social_links li {
	display: block;
	float: left;
	margin-left: 10px;
}

.main_footer .wrapper .social_links li a {
	display: block;
	width: 30px;
	height: 30px;
	opacity: .8;
	border-radius: 100%;
	outline: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.main_footer .wrapper .social_links li a:hover {
	opacity: 1;
}

.main_footer .wrapper .social_links li .soc_facebook {
	background-image: url("/assets/tpl/img/soc_facebook.png");
}

.main_footer .wrapper .social_links li .soc_vk {
	background-image: url("/assets/tpl/img/soc_vk.png");
}

.main_footer .wrapper .social_links li .soc_twitter {
	background-image: url("/assets/tpl/img/soc_twitter.png");
}

.modal-completed .modal-dialog {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 15%;
}

.modal-completed .modal-dialog .modal-content {
	width: 100%;
	border-radius: 0;
}

.modal-completed .modal-dialog .modal-header {
	position: relative;
	padding: 0;
	padding-top: 25px;
	border: none;
}

.modal-completed .modal-dialog .modal-header .modal-title {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: #2bccbd;
}

.modal-completed .modal-dialog .modal-header .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 21px;
	height: 21px;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	opacity: 1;
	background: url("/assets/tpl/img/close_modal.png") no-repeat left top;
}

.modal-completed .modal-dialog .modal-header .close:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.modal-completed .modal-dialog .modal-body {
	position: relative;
	padding: 30px 0;
	padding-top: 20px;
	text-align: center;
}

.modal-completed .modal-dialog .modal-body p {
	font-size: 22px;
	font-weight: normal;
}

.carriage_table {
	max-width: 770px;
	margin: 0 auto;
}

.carriage_table th {
	width: 200px;
	padding-right: 8px;
	padding-left: 8px;
}

.carriage_table th .name {
	font-weight: normal;
	overflow: hidden;
	max-height: 40px;
}

.carriage_table th:first-of-type {
	width: auto;
}

.carriage_table .dop_tr td .well table td {
	width: 195px;
}

.carriage_table .dop_tr td .well table td:first-of-type {
	width: 185px;
}

.main_section .only_h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.main_section .only_h1_2 {
	margin-bottom: 30px;
}

.only_one_table {
	width: 520px;
	margin: 0 auto;
}

.only_one_table td:first-of-type {
	width: 175px;
}

.only_one_table td {
	width: auto;
}

.only_one_table .header_td {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 20px;
	color: #313131;
	border-top: none;
}

.only_one_table th:first-of-type {
	padding-left: 15px;
	border: 1px solid #eaeaea;
	border-bottom: none;
}

.only_one_table th:first-of-type .img_block {
	float: left;
	width: 50%;
	height: 100%;
}

.only_one_table th:first-of-type .text_block {
	float: left;
	width: 50%;
	height: 100%;
	padding-top: 30px;
	padding-left: 20px;
}

.only_one_table .buttons_tr td:first-of-type {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #eaeaea;
	border: none;
}

.only_one_table .buttons_tr td:first-of-type div {
	width: 200px;
	height: 100%;
	margin: 0 auto;
	padding: 18px 0;
	border: 1px solid #eaeaea;
	border-top: none;
}

.map_section {
	overflow: hidden;
	width: 100%;
	padding-top: 40px;
}

.map_section:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 315px;
	content: "";
	background: #dce4f0;
}

.map_section.no_bg:after {
	content: none;
}

.map_section .wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 45px;
	text-align: center;
	border: 8px solid #dce4f0;
	border-radius: 5px;
	background: #f7f7f7;
}

.map_section .wrapper h2 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 35px;
	color: #343434;
}

.map_section .wrapper .inner {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.map_section .wrapper .inner .info_wrap {
	position: relative;
	width: 100%;
	padding: 45px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.map_section .wrapper .inner .info_wrap:after {
	display: table;
	clear: both;
	content: "";
}

.map_section .wrapper .inner .info_wrap .col {
	float: left;
	width: 50%;
	padding-left: 70px;
	text-align: left;
}

.map_section .wrapper .inner .info_wrap .col_2 {
	width: 100%;
	text-align: left;
}

.map_section .wrapper .inner .info_wrap .col p, .map_section .wrapper .inner .info_wrap .col_2 p {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
	position: relative;
	color: #313131;
}

.map_section .wrapper .inner .info_wrap .col p.name, .map_section .wrapper .inner .info_wrap .col_2 p.name {
	font-weight: 500;
	text-transform: uppercase;
}

.map_section .wrapper .inner .info_wrap .col p strong, .map_section .wrapper .inner .info_wrap .col_2 p strong {
	font-weight: 500;
}

.map_section .wrapper .inner .info_wrap .col p span, .map_section .wrapper .inner .info_wrap .col_2 p span {
	text-transform: uppercase;
}

.map_section .wrapper .inner .info_wrap .col .time:before, .map_section .wrapper .inner .info_wrap .col_2 .time:before {
	position: absolute;
	top: 2px;
	left: -26px;
	display: block;
	width: 17px;
	height: 17px;
	content: "";
	background: url("/assets/tpl/img/clock.png") no-repeat center center;
	background-size: 100% 100%;
}

.map_section .wrapper .inner .info_wrap .col a, .map_section .wrapper .inner .info_wrap .col_2 a {
	font-size: 18px;
	line-height: 23px;
	position: relative;
	color: #313131;
}

.map_section .wrapper .inner .info_wrap .col a:hover, .map_section .wrapper .inner .info_wrap .col_2 a:hover {
	color: #2bccbd;
}

#map {
	position: relative;
	clear: both;
	width: 100%;
	height: 450px;
	margin-top: 40px;
}

.sertificate_main {
	position: relative;
	height: 300px;
}

.sertificate_main .container {
	display: table;
	height: 100%;
}

.sertificate_main .container h1 {
	display: table-cell;
	vertical-align: middle;
}


.certificate_section {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
}

.certificate_section .col-5 {
	position: relative;
	float: left;
	width: 20%;
	padding: 0 10px;
}

.certificate_section p {
	font-size: 18px;
	font-weight: 500;
	min-height: 45px;
	margin-bottom: 5px;
}

.certificate_section p span {
	color: #2bccbd;
}

.page_wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 170px;
}

.certificate_section a {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	color: #157efb;
	border-bottom: 1px dashed #157efb;
}

.certificate_section a:hover {
	color: #2bccbd;
	border-color: #2bccbd;
}

.certificate_section .img {
	position: relative;
	display: block;
	width: 150px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.certificate_section .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.certificate_section .certif {
	margin-bottom: 5px;
}

.certificate_section .regdoc {
	font-size: 14px;
}

.page_wrapper .main_footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.certificate_item {
	position: relative;
	margin: 0 auto;
}

/* #products_section_mob{
	display: none;
} */

#products_section_mob .table-cell {
    text-align: left;
}

#products_section_mob .table-cell .name {
    text-align: center;
}

#products_section_mob .table-cell .name a {
	/* text-decoration: none; */
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin: auto;
	display: flex;
	align-items: center;
}

#products_section_mob .table-cell:last-child {
    text-align: center;
    padding: 20px 15px;
}

#products_section_mob .table-cell:hover:last-child {
	box-shadow: none;
}

/* .modal #main_form_section .agree {
    display: none !important;
} */

.modal .form_section .wrapper {
    border: none !important;
    background: white !important;
}

.small_span {
    font-size: 16px !important;
    position: absolute !important;
    width: 165px;
    top: 9px;
    line-height: 1;
    left: 100%;
    padding: 0 0 0 20px;
    border-left: 2px solid #343434;
    background: none !important;
}

.city_span {
    right: 0;
    text-align: right;
    font-size: 19px;
    bottom: 0;
    position: absolute;
    width: 270px;
}

.product_grid {
	display: grid;
    grid-auto-flow: column;
}

.grid_4_columns {
	 grid-template-columns: repeat(4, 1fr);
}

.grid_5_columns {
	 grid-template-columns: repeat(5, 1fr);
}

.grid_6_columns {
	 grid-template-columns: repeat(6, 1fr);
}

.grid_10_rows {
	grid-template-rows: repeat(10, auto);
}

.grid_12_rows {
	grid-template-rows: repeat(12, auto);
}

.max_w_1024 {
	max-width: 1024px;
	margin: 0 auto;
}

.hide_spb {
	display: none;
}

.product_table.product_content {
	display: block;
}

.product_table.product_content p:has(> img) {
	max-width: 520px;
	display: block !important;
	margin: 20px 0 !important;
}

.modal {
    position: relative;
    z-index: 1050;
    display: none;
    min-width: 300px;
    max-width: 600px;
    height: auto;
    margin: auto;
    overflow: visible;
    outline: 0;
    border-radius: 30px;
}
.modal.big {
    max-width: 80%;
    max-height: 80%;
    width: 80%;
    height: 80%;
}
.modal.fs {
    max-width: 100%;
    width: 100%;
}

.fancybox-inner {
    z-index: 1;
}
.fancybox-bg {
    background: rgba(0, 0, 0, .5) !important;
    backdrop-filter: blur(4px);
}
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited,
.fancybox-slide--html .fancybox-close-small {
    background: transparent;
    border: 2px solid var(--accent-color);
    border-radius: 100px;
    color: var(--accent-color);
    top: 15px;
    right: 15px;
    opacity: 1;
    transition: .6s;
}
.fancybox-slide--html .fancybox-close-small:hover {
	background: var(--accent-color);
	color: var(--white-color);
}

input[type="text"].form-control {
    background: #eee;
    border-radius: 8px;
    padding: 20px 30px;
    border: none;
    font-size: 25px;
    text-align: center;
    font-family: monospace;
}

@media (max-width: 1440px){
	.work_steps .step_item {
	    min-height: 180px;
	    margin-bottom: 20px;
	}
}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){
	.work_steps .row {
	    background: none;
	}
}*/

@media (max-width: 991px) {
	#products_section_mob .table-cell .name a {
		min-height: 50px;
	}
	.form_section form .dop_func {
	    padding: 20px 0;
	}
	.form_section form .dop_func label {
    	font-size: 15px;
	}
}

@media (max-width: 768px){
	body{
		min-width: 100%;
	}
	.small_span {
		position: relative !important;
		bottom: auto;
		right: auto;
		font-size: 22px !important;
	}
	.container {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.section_title {
    	font-size: 36px;
	    margin-bottom: 40px;
	}
	/*.main_header .navigation li {
	    display: block;
	    margin-right: 0;
	    margin-bottom: 10px;
	}*/
	/*.main_header .navigation li:last-child {
	    margin-bottom: 15px;
	}*/
	/* .main_section{
	    display: none;
	} */
	.main_section_mob{
		display: block;
		position: relative;
	    background-size: cover !important;
    	background-position: center !important;
    	height: auto !important;
	}
	.main_section_mob h1 {
	    font-size: 24px;
	    line-height: initial;
	}
	.main_section_mob p {
	    font-size: 22px;
	    line-height: initial;
	    margin-bottom: 15px;
	}
	.form_section .wrapper h2 {
    	font-size: 26px;
	}
	#products_section{
		display: none;
	}
	#products_section_mob{
		display: block;
		width: 100%;
	}
	.product_table .table-row {
	    max-width: 100%;
		margin-bottom: 15px;
		width: 100%;
	}
	.form_section form {
	    width: 100%;
	    max-width: 100%;
	}
	.form-control{
		margin-bottom: 15px;
	}
	.form-group {
	    margin-bottom: 0;
	}
	.wrapper__header{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main_header .navigation,
	.main_header .header_contacts,
	.main_header .logo{
	    float: none;
	    width: auto;
	    text-align: center;
	    margin: 0;
	}
	.main_section h1 {
	    font-size: 30px;
	    line-height: initial;
	}
	.main_section > p {
	    font-size: 26px;
	    line-height: initial;
	    margin-bottom: 20px;
	}
	.work_steps .row {
		background: none;
	}
	.work_steps .step_item {
	    min-height: 195px;
	    margin-bottom: 20px;
	}
	section#ire_price .wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
	        -ms-flex-align: baseline;
	            align-items: baseline;
	}
	section#ire_price .wrapper .item{
	    display: block;
	    width: auto;
	    max-width: auto;
	    margin: 0 0 20px;
	}
	.hire_price .gray_bg .item .text_block {
	    margin-left: 0;
	}
	.hire_price .hire_conditions p{
		text-align: center;
	}
	.form_section form .dop_func label input[type="checkbox"]+span {
        max-width: calc(100% - 80px);
        word-break: break-word;
    }
	.products_section{
		display: none;
	}
	.row.wrapper__footer {
	    -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;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.row.wrapper__footer .col-xs-12{
		text-align: center;
		margin-bottom: 15px;
	}
	.row.wrapper__footer .col-xs-12:last-child{
		margin-bottom: 0;
	}
	.map_section{
		margin-bottom: 20px;
	}
	.map_section .wrapper h2{
		font-weight: 700;
		font-size: 26px;
		text-transform: uppercase;
	}
	.map_section .wrapper .inner .info_wrap .col a, .map_section .wrapper .inner .info_wrap .col_2 a{
    	font-size: 20px;
	}
	.map_section .wrapper .inner .info_wrap .col_2 {
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.map_section .wrapper{
	    border: 5px dashed #2bccbd;
	}

	/*.main_section_mob:before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.4;
		z-index: 1;}*/

	.main_section_mob > div {
		z-index: 515;
		position: relative;
	}

	.main_section_mob h1 {
		font-size: 40px;
	}

	.main_section_mob p {
		margin-top: -10px;
		margin-bottom: 30px;
	}

	#products_section_mob .product_table > .table-cell {
		display: none;
	}
}
@media (min-width: 769px){
	.product_table .table-cell .img_block .fotorama {max-height: 100%;}
	
	/* #mainBody .fotorama__wrap .fotorama__pointer {max-height: 170px;} */
	
	.hire_price .gray_bg .item {margin-bottom: 50px;}

	.hire_price .gray_bg .item:nth-child(4){
	    clear: both;
		width: 100%;}
}

@media (max-width: 576px) {
	.form_section form .dop_func label input[type="checkbox"]+span {
		width: 100%;
		max-width: 100%;
	}
	.modal .form_section .wrapper h2 {
		margin-top: 0;
	}
	.modal .form_section .wrapper p {
		margin-bottom: 10px;
	}
}

#extraCallback {
    background: #2bccbd;
    max-height: 240px;
    position: relative;
    overflow: hidden;
}

#extraCallback .container {
    position: relative;
    padding: 0px 190px;
}

#extraCallback .title {
    color: white;
    font-size: 41px;
    margin-left: 10px;
}

#extraCallback img {
    position: absolute;
    right: 200px;
    height: 240px;
    bottom: -50px;
    z-index: -1;
}

#extraCallback .red_btn {
    text-align: center;
    margin: 10px;
}

#extraCallback .tel {
    color: white;
    font-size: 28px;
    margin: 10px;
}

#extraCallback a {
    display: inline-block;
}

#extraCallback .work-time {margin-left: 12px;font-size: 20px;margin-bottom: 20px;}

#main_feedback_section {
  margin: 30px 0px 40px 0px;
}

@media(max-width: 1200px) {
	main {
		padding-top: 79px;
	}
	.main_header {
		padding: 10px 0;
	}
	.main_header .logo {
		margin-top: -15px;
	}
	.main_header .logo span.slogan {
		border: none;
		padding: 0;
		left: 0;
		top: 100%;
		font-size: 12px;
		width: 200px;
	}
	.main_header .navigation {
		width: fit-content;
		margin: auto;
		gap: 30px;
	}
	.main_section .content h1 {
		font-size: 45px;
		line-height: 1;
	}
}

@media(max-width: 991px) {
	.main_header .navigation {
		gap: 10px;
	}
	.main_header .logo {
		margin-top: -25px;
	}
	.main_header .logo span {
		font-size: 30px;
	}
	.main_header .logo span.slogan {
		width: 100%;
	}
	.city_span {
		font-size: 16px;
	}
	.main_header .navigation {
		margin-left: 0;
	}
	.main_header .navigation li a {
		font-size: 16px;
	}
	.main_section .content {
		padding: 20px 40px;
	}
	.main_section .content h1 {
		font-size: 40px;
	}
	.main_section .content > p {
		font-size: 32px;
	}
	.main_section .content .covid {
		font-size: 18px;
	}
	.product_table {
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media(max-width: 768px) {
	main {
		padding-top: 141px;
	}
	.main_header {
		padding: 0;
	}
	.main_header .logo {
		margin-top: 0;
	}
	.main_header .logo span {
		font-size: 35px;
	}
	.main_header .logo span.slogan {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        display: block;
        margin: auto;
	}
	.main_header .navigation {
		margin: 15px auto 5px;
	}
	.main_header .navigation li a {
		font-size: 14px;
		padding: 2px 15px;
	}
	.main_header .header_contacts .tel {
		justify-content: center;
	}
	.main_header .header_contacts {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px 0 0;
		gap: 20px;
	}
	.main_header .header_contacts .city_span {
		position: relative;
		text-align: center;
		width: fit-content;
		font-size: 15px;
	}
	.main_section .content h1 {
		max-width: 475px;
	}


    #extraCallback .container {
        padding: 10px 20px;
    }
    
    #extraCallback img {
        right: -110px;
        z-index: -1;
        height: 230px;
        bottom: -30px;
    }
    
    #extraCallback .title {
        line-height: 37px;
        margin-bottom: 20px;
    }
    
    #extraCallback {
        max-height: 330px;
    }
    
    #extraCallback .red_btn {
        margin: 5px 10px;
    }
	.product_table {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media(min-width: 482px) and (max-width: 580px) {
    #extraCallback {
        max-height: 300px;
    }
}

@media(min-width: 581px) and (max-width: 768px) {
    #extraCallback {
        max-height: 244px;
    }
}

@media(min-width: 769px) and (max-width: 1200px) {
    #extraCallback .container {
        padding: 0px 60px;
    }
    
    #extraCallback img {
        right: 270px;
    }
}


/*@media(min-width: 768px) and (max-width: 1036px) {
    .main_section {
        height: 470px;
    }
}*/

/* .products_section .container-fluid {
	overflow-y: scroll;
} */

@media (max-width: 576px) {
	/* .main_section {
	    height: 60vh;
	} */
	.section_title,
    .products_section .section_title {
    	font-size: 26px;
    	margin-bottom: 25px;
    }
    .section_title.product_page {
    	font-size: 20px;
    }
    .main_header .header_contacts {
    	padding-bottom: 0;
    }
    .hire_price .hire_conditions {
    	flex-direction: column;
    }
    .work_steps {
    	padding: 20px 0;
    }
    .work_steps .section_title {
    	margin-bottom: 20px;
    }
    .work_steps .step_item {
    	margin-bottom: 0;
    	min-height: 230px;
    	width: 50%;
    }
    .work_steps .step_item p {
    	font-size: 16px;
    }
    .map_section .wrapper .inner .info_wrap .col p, .map_section .wrapper .inner .info_wrap .col_2 p,
    .map_section .wrapper .inner .info_wrap .col a, .map_section .wrapper .inner .info_wrap .col_2 a{
    	font-size: 18px;
    }
    .hire_price .hire_conditions {
    	font-size: 18px;
    	padding: 20px;
    	/* text-align: justify; */
    }
    .hire_price .hire_conditions p {
    	font-size: 18px;
    	margin: auto;
    	text-align: justify;
    }
    .product_table .table-cell {
    	padding: 15px;
    }
    .haracteristics .table-cell {
    	padding: 6px 15px;
    }
    .product_table .table-cell p span.title {
    	font-size: 15px;
    	font-weight: bold;
    }
    #products_section_mob .table-cell .name {
    	padding: 0;
    }
    .form_section form .dop_func label input[type="checkbox"]+p {
        font-size: 18px;
    }
	.product_table {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	    gap: 10px
	}
    input[type="text"].form-control {
        font-size: 20px;
        padding: 15px 25px;
    }
    .form_section .wrapper p,
    .form_section .wrapper p.check_item span{
        font-size: 20px;
    }
    .productSlider, .productSlider .item {
        min-height: initial;
    }
    .haracteristics .table-cell {
        padding: 6px;
    }
    .product_table .table-cell.big p, .product_table .table-cell.big p span.title, .product_table .table-cell.big p span {
        font-size: 14px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: auto;
    }
    .product_table .table-cell p span.title {
        width: 70%;
    }
    .product_table .table-cell p span {
        width: 30%;
    }
    .productSlider .swiper-button-next, .productSlider .swiper-button-prev {
        opacity: .7;
    }
    .product_table .table-cell.big {
        padding: 6px;
    }
}
@media(max-width: 502px) {
	.form_section form .dop_func label {
        line-height: 15px;
        padding-bottom: 0px;
        text-align: right;
    }
}
@media(max-width: 576px) {
}
@media(max-width: 480px) {
	.main_header .header_contacts .city_span {
		position: absolute;
        right: auto;
        bottom: -18px;
        background: white;
        padding: 0 6px 0;
        border-radius: 0 0 5px 5px;
	}
	/* .main_section {
	    height: auto;
	} */
	.main_section .content {
		padding: 20px 30px;
	}
	.main_section .content h1 {
		font-size: 30px;
	}
	.main_section .content > p {
		font-size: 24px;
	}
	.main_section .content .covid {
		font-size: 18px;
	}
	.main_section .content .covid .break {
		display: block;
	}
	.modal {
	    padding: 30px;
	}
}

@media(max-width: 400px) {
    .form_section form button[type="submit"] {
        font-size: 20px;
    }
}

@media(max-width: 350px) {
    .main_section .content {
        padding: 20px 15px;
    }
    .red_btn {
        width: fit-content;
        padding: 0 15px;
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    