:root {
	--orange: #ff6f00;
	--black: #2d2d2d;
	--gray: #f7f7f7;
	--gray2: #fffffa;
}

.d_fl {
	display: flex;
}

.fl_dir {
	flex-direction: column;
}

.al_cen {
	align-items: center;
}

p {
	margin-bottom: 20px;
}

.btn {
	font-size: 13px;
	text-transform: uppercase;
	background: #e60003;
	padding: 5px 10px;
	max-width: 100%;
	display: inline-block;
	color: #fff;
}

.img_fl {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.container {
	max-width: 1630px;
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 2;
	margin: 0 auto;
}

header .container {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

header {
	background: var(--black);
}

.tel {
	color: #e60003;
	font-weight: 700;
}

.wh {
	color: #fff !important;
}

.op06 {
	opacity: 0.6;
}

.lh1 {
	line-height: 1;
}

.fz14 {
	font-size: 15px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz22 {
	font-size: 22px;
}

.fz24 {
	font-size: 24px;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

header {
	padding: 10px 0 0;
	position: relative;
	z-index: 3;
}

.logo a img {
	display: block;
}

.logo a {
	gap: 20px;
}

.logo a span {
	display: block;
	color: var(--gray2);
	line-height: 1.2;
}

.logo a span+span {
	margin-top: 3px;
}

.logo_text {
	max-width: 300px;
}

.contact_info {
	padding-right: 45px;
	position: relative;
}

.contact_info span.wh {
	display: block;
	margin-bottom: 5px;
}

.dr_down {
	position: absolute;
	right: 0;
	bottom: 3px;
	background: #fffffa0f;
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dr_down path {
	fill: #fff;
}

ul#topmenu {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#topmenu>li+li {
	display: block;
	margin-left: 20px;
}

ul#topmenu>li>a {
	color: #fff;
	font-size: 17px;
	display: block;
	padding: 20px 10px;
}

.header_info {
	flex: 1;
	justify-content: flex-end;
	padding-top: 10px;
}

.heade_cont {
	justify-content: flex-end;
	gap: 40px;
	align-items: flex-end;
}

.btn_link {
	position: relative;
}

.btn_link {
	color: var(--orange);
	font-weight: 500;
	padding-bottom: 3px;
}

.btn_link:before {
	width: 100%;
	position: absolute;
	bottom: 2px;
	width: 100%;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	transition-property: all;
	transition-duration: 500ms;
	transition-delay: 0ms;
	transition-timing-function:
		ease;
	background-color: var(--orange);
}

.btn_link:hover:before {
	width: 0;
}

.swiper-slide.item {
    height: 700px;
    max-height: calc(100vh - 145px);
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: flex-start;
}

.swiper-slide.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	z-index: 1;

}

.swiper-slide.item:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000066;
	z-index: 2;
}

.swiper-slide.item .container {
	z-index: 3;
}

.top_slider_title {
	font-size: 70px;
	font-weight: 700;
	max-width: 900px;
	margin-bottom: 20px;
}

.top_slider_text {
	font-size: 27px;
	color: var(--gray);
	opacity: 0.87;
	max-width: 900px;
}

.top_box {
	position: relative;
}

.sl_arrows {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	display: flex;
}

.sl_arrows>div {
	background: #2d2d2d80;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.sl_arrows path {
	fill: #fff;
}
.pere5_count_bolee {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.block_title span {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}

.block_title.d_fl {
	margin-bottom: 50px;
	justify-content: space-between;
}

.block_title a {
	font-size: 18px;
}

#block2 {
	background: var(--black);
	padding: 120px 0;
}

.pere2 {
	gap: 30px;
	flex-wrap: wrap;
}

.pere2_item {
	background: #fff;
	padding: 25px;
	width: calc(33.33333% - 20px);
	text-align: center;
	transition-property: all;
	transition-duration: 800ms;
	transition-delay: 0ms;
	transition-timing-function:
		ease;
}

.pere2_item:hover {
	box-shadow: 0px 23px 40px -25px #00000099, inset 0px 0px 0px 500px #ff6f00;
}

.pere2_item_img img {
	transition: all 0.5s ease-in-out;
}

.pere2_item_img {
	overflow: hidden;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.pere2_item:hover img {
	transform: scale(1.1);
}

.pere2_item:hover .pere2_t {
	color: #fff;
}
ul.sub-menu li a {
    display: block;
    margin: 5px 0;
    font-size: 17px;
    font-weight: 500;
}
ul.sub-menu li a:hover {
	color: var(--orange);
}

#block3 {
	padding: 120px 0;
	background: #fff;
}

.pere3 {
	gap: 30px;
	flex-wrap: wrap;
}

.pere3_item {
	width: calc(33.33333% - 20px);
	overflow: hidden;
	display: flex;
	height: 390px;
	padding: 25px;
	position: relative;
}

.pere3_item img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
ul#topmenu > li > a {
    text-transform: uppercase;
}
.pere3_item_info {
	background: #00000047;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.3s ease-in-out;
}

.pere3_item:hover .pere3_item_info {
	opacity: 0;
}

#block4 {
	padding: 60px 0 120px;
}

#block4 .block_title span {
	font-weight: 700;
	font-size: 60px;
}

.block4_img {
	width: 35%;
}

.block4_info {
	width: 65%;
	padding-left: 65px;
}

.pere4 {
	flex-wrap: wrap;
	margin-top: 90px;
}

.pere4_item {
	width: 50%;
	padding-right: 40px;
	margin-bottom: 30px;
}

.pere4_img {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	border-radius: 4px;
}

.pere4_img img {
	display: block;
	width: 32px;
	height: 32px;
}

.pere4_t {
	padding-left: 20px;
	width: calc(100% - 75px);
}

#block4 .block_title {
	margin-bottom: 30px;
}

.block4_info_text {
	opacity: 0.8;
}

.block4_info .btn_link {
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
}

.block4_img {
	position: relative;
}

.block4_img img {
	position: relative;
	width: 100%;
	z-index: 1;
}

.block4_img_text {
	position: absolute;
	left: 0;
	background: var(--black);
	color: #fff;
	padding: 45px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	line-height: 1;
	font-size: 23px;
}

.block4_img_text b {
	font-size: 80px;
	display: block;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 5px;
}

h1.page_title {
	font-size: 40px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: block;
	position: relative;
}

.page_wrapper {
	width: 100%;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 0px;
	background-image: url(images/bg.webp);
	background-repeat: no-repeat;
	background-position: left calc(831px + 50%) top calc(-16px + 50%);
	background-size: cover;
	background-attachment: fixed;
	padding-left: 140px;
}

.page_content_area {
	padding: 40px;
	max-width: 1200px;
	background: #fff;
}

p#breadcrumbs {
	margin-bottom: 40px;
}

p#breadcrumbs a {
	color: var(--orange);
	text-decoration: underline;
}

a:hover {
	text-decoration: none !important;
}

.noslider.pere_otz {
	flex-wrap: wrap;
	gap: 40px;
}

.noslider .pere_otz_item {
	width: calc(50% - 20px);
}

.pere_otz_name {
	color: var(--orange);
	margin-bottom: 10px;
}

#block5 {
    background: url(images/bg.jpg) 0 -375px no-repeat;
    background-size: cover;
    position: relative;
    padding: 190px 0;
}

#block5:before {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	content: "";
	top: 0px;
	bottom: 0px;
	background-color: #2d2d2ddb;
}

.pere5_count {
	color: var(--orange);
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 20px;
}

.pere5_t {
	font-size: 20px;
}

.pere5_item {
	width: 25%;
	padding-right: 30px;
	position: relative;
	padding-bottom: 25px;
}

.pere5_item:after {
	position: absolute;
	bottom: 2px;
	width: 150px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: auto;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	transition-property: all;
	transition-duration: 500ms;
	transition-delay: 0ms;
	transition-timing-function:
		ease;
	background-color: var(--orange);
}

.pere5_item:hover:after {
	width: 0;
}

#block6 {
	padding: 120px 0;
}

.otz_slider_wrapper {
	position: relative;
}

.otz_slider_wrapper .pere_otz_item {
	background: var(--gray);
	padding: 40px;
	font-size: 18px;
}

.otz_slider_wrapper .pere_otz_text {
	opacity: 0.7;
	line-height: 1.65;
	margin-bottom: 30px;
}

.otz_slider_wrapper .sl_arrows path {
	fill: var(--black);
	transition: all 0.3s ease-in-out;
}

.otz_slider_wrapper .sl_arrows div:hover path {
	fill: #fff;
}

.otz_slider_wrapper .sl_arrows>div {
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.otz_slider_wrapper .sl_arrows>div:hover {
	background: var(--orange);
}

.otz_slider_wrapper .sl_arrows {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: auto;
	width: 100%;
	justify-content: space-between;
	top: 50%;
	margin-top: -27px;
}

.otz_slider_wrapper .sl_arrow_prev {
	left: -25px;
	position: relative;
}

.otz_slider_wrapper .sl_arrow_next {
	right: -25px;
	position: relative;
}

.swiper-pagination {
	position: relative !important;
	margin-top: 30px;
}

span.swiper-pagination-bullet {
	width: 15px;
	border-radius: 0;
	height: 3px;
	transition: all 0.3s ease-in-out;
	background: rgb(154, 154, 154);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--orange);
	width: 30px;
}


#block7 {
	padding: 120px 0;
	background: #f7f7f7;
}

.pere7 {
	gap: 30px;
}

.pere7_item {
	width: calc(20% - 24px);
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #2b2b2b1a;
}

.pere7_item img {
	max-height: 150px;
	display: block;
}

footer {
	background: var(--black);
	padding: 80px 0 20px;
	margin-top: 0;
}

a.f_mail {
	color: var(--orange);
	text-decoration: underline;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.path-ih09x2jb5 {
	fill: rgb(67 216 84);
}

.path-iip1ikgf9 {
	fill: rgb(0 136 204);
}

.f_wh .path,
.f_tg .path {
	fill: #fff;
}

.f_wh svg,
.f_tg svg {
	border-radius: 50%;
	display: block;
	width: 33px;
	height: 33px;
}

.f_cont_line a.wh {
	font-size: 25px;
	font-weight: 600;
}

.f_cont_line+.f_cont_line {
	margin-top: 20px;
}

.f_cont_line {
	gap: 20px;
}
body .fancybox-bg {
    background: rgb(0 0 0 / 90%) !important;
}
.f_col_title {
	display: block;
	margin-bottom: 10px;
	color: var(--gray);
	opacity: 0.65;
}

.f_menu {
	padding: 0;
	margin: 0;
}

.f_menu li+li {
	margin-top: 20px;
}

.f_menu li a {
	color: var(--gray);
	font-size: 18px;
	opacity: 0.8;
}

.f_column {
	width: 33.3333%;
}

.soc_seti {
	gap: 10px;
}

.soc_seti a {
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgb(0 0 0 / 32%);
}

.soc_seti path {
	fill: rgb(255 255 250);
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.soc_seti a:hover path {
	opacity: 1;
}

.f_copy_box {
	padding-top: 60px;
	justify-content: space-between;
	color: #fff;
	opacity: 0.7;
	font-size: 15px;
}

.f_copy_box a {
	color: #fff;
	text-decoration: underline;
}

.nav_box {
	margin-top: 10px;
}

ul#topmenu li {
	position: relative;
}

ul#topmenu li a {
	position: relative;
}

ul#topmenu>li>a:after {
	width: 100%;
	position: absolute;
	bottom: 0px;
	width: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	transition-property: all;
	transition-duration: 500ms;
	transition-delay: 0ms;
	transition-timing-function:
		ease;
	background-color: var(--orange);
}

ul#topmenu>li>a:hover:after,
ul#topmenu>li:hover>a:after {
	width: 100%;
}

ul.sub-menu {
	display: none;
	position: absolute;
	top: 66px;
	min-width: 280px;
	left: 0;
}
span.toggle {
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url(images/arrow.svg) 50% no-repeat;
    background-size: 8px;
		transition: all 0.2s ease-in-out;
}

@media (min-width: 1100px) {
	li:hover ul.sub-menu {
		display: block;
		background: #fff;
		padding: 30px 20px;
		list-style: none;
		margin: 0;
	}
	li:hover span.toggle {
		transform: rotate(180deg);
	}


}

.col2 .pere3_item,
.col2 .pere2_item {
	width: calc(50% - 15px);
}

.col2 .pere2_item {
	background: var(--gray);
}

.contacts_box {}

.contacts_info {
	width: 400px;
	padding-right: 35px;
	padding-top: 30px;
}

.contacts_map {
	width: calc(100% - 400px);
}

a.phone {}

.contacts_line {
	gap: 15px;
}

.contacts_line img {
	display: block;
}

.contacts_line+.contacts_line {
	margin-top: 30px;
}

.modal_box {
	padding: 50px !important;
	max-width: 500px !important;
	background: #222222 !important;
	color: #fff;
}

body .fancybox-bg {
	background: rgb(0 0 0 / 50%);
}

.modal__title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.modal__subtitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.35;
}

input.wpcf7-form-control {
	padding: 0 15px;
	line-height: 50px;
	display: block;
	width: 100%;
	color: #222 !important;
}

body .wpcf7-list-item-label:before {
	display: none !important
}

span.wpcf7-list-item-label {
	display: none;
}

label.ch {
	font-size: 13px !important;
	display: flex;
	align-items: flex-start;
	padding: 20px 0 0 0;
	cursor: pointer;
}

.modal_box label.ch a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}

label.ch input {
	width: 18px;
	height: 18px;
	display: block;
}

.ch span.wpcf7-list-item.first.last {
	margin-left: 0;
}

label.ch>span:last-child {
	font-size: 13px !important;
	display: block;
	width: calc(100% - 18px);
	padding-left: 10px;
	line-height: 1.2;
}

.wpcf7-spinner {
	display: none !important;
}

.che.wpcf7-not-valid input {
	box-shadow: 0 0 2px 2px #f00;
}

form input.wpcf7-form-control.wpcf7-submit {
	background: var(--orange);
	line-height: 55px;
	color: #fff !important;
	font-size: 18px;
}

.menumobile,
.close_menu, .nav_box_overlay,
.btn_link svg {
	display: none;
}

.soc_seti a svg {
	height: 40px;
}
.page_content_area {
	padding-bottom: 60px;
}
ul#topmenu>li.menu-item-has-children {
    display: flex !important;
    align-items: center;
}
.page_content h3, .page_content h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.page_content table {
	margin-bottom: 30px;
}
.page_content table td {
    padding: 15px;
    border: 1px solid #ff6f00;
    vertical-align: middle;
}
.page_content table td:first-child {
	width: 75% !important;
}
.page_content table td:last-child {
	width: 25% !important;
	text-align: center;
}
.page_content  tr:nth-child(2n) {
    background: #2d2d2d0f;
}
.modal_zayavka_box {
    padding-bottom: 40px;
}
.modal_zayavka_box a {
    display: block;
    padding: 0 20px;
    width: 100%;
    line-height: 55px;
    text-align: center;
    max-width: 250px;
    background: #ff6f00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 9px;
	margin: 0 auto;
}
a.btn_link2 {
    line-height: 55px;
    display: block;
    max-width: 250px;
    text-align: center;
    color: #fff;
    background: #ff6f00;
    margin-top: 35px !important;
}




@media (max-width: 1660px) {
	.otz_slider_wrapper {
		position: relative;
		padding: 0 30px;
	}

	.otz_slider_wrapper .sl_arrow_prev {
		left: 0;
	}

	.otz_slider_wrapper .sl_arrow_next {
		right: 0;
		position: relative;
	}

	.f_column {
		padding-right: 20px;
	}

	.top_slider_title {
		font-size: 55px;
	}

	.top_slider_text {
		font-size: 23px;
	}

}




@media (max-width: 1441px) {
	header .container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#block2,
	#block3,
	#block6,
	#block7 {
		padding: 75px 0;
	}

	.block4_img_text {
		padding: 35px;
	}

	.block4_img_text b {
		font-size: 55px;
	}

	.pere5_count {
		font-size: 47px;
		margin-bottom: 15px;
	}

	.swiper-slide.item {
		height: 600px;
	}


}


@media (max-width: 1280px) {
	.logo a span {
		font-size: 14px;
	}

	.logo a span.fz22 {
		font-size: 20px;
	}

	.logo_text {
		max-width: 250px;
	}

	.block_title span {
		font-size: 40px;
	}

	#block4 .block_title span {
		font-size: 40px;
	}


}




@media (max-width: 1100px) {
	.show_mobilemenu {
		overflow: hidden;
	}
	.close_menu {
		display: flex;
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
	}
	.menumobile svg {
		width: 20px;
		height: 19px;
	}

	header {
		position: relative;
		z-index: 9;
	}

	.menumobile {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--orange);
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 10;
	}

	.menumobile path {
		fill: #fff;
	}

	.close_menu {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 2;
	}
	.close_menu path {
		fill: var(--orange);
	}


	.nav_box {
		display: none;
	}

	.nav_box.open {
		display: block;
		position: fixed;
		z-index: 11;
		background: #fff;
		left: 0;
		top: 0;
		margin: 0;
		max-width: 400px;
		max-height: 100vh;
		overflow-y: auto;
		height: 100vh;
		width: 100%;
		padding: 30px;
		box-shadow: 0 0 20px 20px #00000061;
	}

ul#topmenu li a {
        color: #2d2d2d;
        font-size: 20px;
        display: block;
        padding: 0;
    }
	ul#topmenu ul li a {
		font-size: 18px;
	}
ul#topmenu > li + li {
	margin-top: 20px;
}
	ul#topmenu {
		display: flex;
		flex-direction: column;
	}

	ul#topmenu>li+li {
		display: block;
		margin-left: 0;
	}
	.nav_box_overlay.active {
		display: block;
		z-index: 9;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #00000085;
	}
	.header_info {
		order: 1;
		order: 1;
		padding-right: 65px;
		justify-content: space-between;
		width: 100%;
		padding-bottom: 10px;
	}
    span.toggle {
        background: url(images/arrow_black.svg) 50% no-repeat;
        background-size: 11px;
        transition: all 0.2s 
ease-in-out;
        position: absolute;
        right: 10px;
        width: 30px;
        height: 30px;
        top: 0;
				z-index: 2;
    }
	.active span.toggle {
		transform: rotate(180deg);
	}
ul#topmenu>li.menu-item-has-children {
    display: block !important;
}
.active ul.sub-menu {
    position: relative;
    display: block;
    top: auto;
    min-width: 0;
    left: auto;
    padding: 10px 0 0px 15px;
    margin: 0;
    list-style: none;
}
ul#topmenu>li>a:after {
	display: none;
}







	.heade_cont {
		justify-content: space-between;
		align-items: center;
	}

	header .logo {
		order: 2;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 20px;
	}


	.d_fl {
		flex-wrap: wrap;
	}

	.block4_img {
		width: 100%;
		height: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
		order: 2;
		overflow: hidden;
	}

	.block4_info {
		width: 100%;
		padding-left: 0;
		padding-bottom: 40px;
		order: 1;
	}

	.pere4 {
		flex-wrap: wrap;
		margin-top: 50px;
	}

	#block4 {
		padding: 30px 0 120px;
	}

	.pere5_item {
		width: 50%;
		padding-right: 20px;
		margin-bottom: 40px;
	}

	#block5 {
		padding: 90px 0 50px;
	}

	.pere7 {
		gap: 24px;
	}

	.pere7_item {
		width: calc(33.33333% - 16px);
	}

	.f_column {
		width: 50%;
	}

	.f_column:nth-child(3) {
		margin-top: 30px;
	}

	.pere5_count {
		font-size: 40px;
	}

	.pere3_item {
		height: 320px;
		padding: 25px;
	}

	.fz24 {
		font-size: 22px;
	}

	.pere2_item {
		width: calc(50% - 15px);
	}

	.pere2_item_img {
		height: 270px;
	}
.pere3_item_info {
    padding: 15px;
}
.page_wrapper {
	padding-left: 0;
}
.page_content_area {
    padding: 40px 0;
    background: #fff;
}
.page_wrapper {
	background: #fff;
}
.contacts_info {
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 30px;
}
.contacts_map {
    width: 100%;
}

}



@media (max-width: 770px) {
.page_content table td {
    padding: 6px;
    font-size: 14px;
}
	.f_column {
		width: 100%;
		margin-bottom: 40px;
	}

	.pere5_count {
		font-size: 30px;
	}

	.pere5_item {
		width: 100%;
	}

	.block4_img_text {
		padding: 25px;
		font-size: 18px;
	}

	.block4_img_text b {
		font-size: 40px;
	}

	.pere4_t.fz20.fw700 {
		font-size: 18px;
	}

	.pere4_item {
		width: 100%;
		padding-right: 0;
	}

	.pere2_item {
		width: 100%;
	}

	.pere2_item_img {
		height: 270px;
	}

    .top_slider_title {
        font-size: 28px;
    }

	.swiper-slide.item {
		height: 490px;
	}
a.btn_link2 {
    line-height: 46px;
    display: block;
    max-width: 230px;
    text-align: center;
    color: #fff;
    background: #ff6f00;
    margin-top: 20px !important;
}
	.logo a {
		gap: 8px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.fz20 {
		font-size: 18px;
	}
	header .btn_link svg {
		display: block;
		width: 24px;
		height: 24px;
	}
	header .btn_link svg path {
		fill: #10d605;
	}
	header .btn_link span {
		display: none;
	}
	header .btn_link:before {
		display: none;
	}
	.heade_cont {
		gap: 10px;
	}
    #block2, #block3, #block6, #block7 {
        padding: 60px 0;
    }
    .block_title span {
        font-size: 30px;
    }
    .pere7 {
        gap: 16px;
    }
    .pere7_item {
        width: calc(50% - 8px);
    }
.pere7_item img {
    max-height: 120px;
}
.f_column:nth-child(3) {
        margin-top: 15px;
    }
.f_copy_box {
    padding-top: 15px;
}
footer {
    padding: 50px 0 20px;
}
.f_cont_line a.wh {
    font-size: 20px;
}
.f_cont_line+.f_cont_line {
    margin-top: 15px;
}
    .pere3_item {
        height: 320px;
        padding: 25px;
				width: 100%;
    }
.sl_arrows>div {
    width: 65px;
    height: 65px;
}
.top_slider_text {
        font-size: 20px;
    }

.col2 .pere3_item, .col2 .pere2_item {
    width: 100%;
}
.page_wrapper {
	padding-bottom: 40px;
}
.noslider .pere_otz_item {
    width: 100%;
}
.noslider.pere_otz {
    flex-wrap: wrap;
    gap: 25px;
}
#block4 {
        padding: 30px 0 70px;
    }
.otz_slider_wrapper .pere_otz_item {
    padding: 30px;
    font-size: 16px;
}





}





















@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}