body {
	font-family: Roboto;
	font-size: 14px;
	/* max-width: 1200px; 
	margin: auto; */
}
.header__container {
	background: url('../image/img/fon_1.jpg') repeat-x;
	background-position: -133%;
}
.header__container__mob {
	background: url('../image/img/fon_1.jpg') repeat-x;
	background-position: -133%;
}
.main_wrap {
	max-width: 1200px; 
    margin: auto;
	position: relative;
	z-index: 1001;
}
.container__flex {
	display: flex;
	align-items: center;
}
.c.container__flex {
    background: #fff;
    display: flex;
    height: 100%;
    align-items: center;
}
.header__container {
	overflow: hidden;
}
.header__container_mob {
	display: none;
}
.contact.container__flex {
	display: flex;
	flex-direction: column;
    justify-content: space-evenly;
	align-items: flex-end;
}
.l {
	width: 20%;
	/* height: 190px; */
	height: 100%;
	background: url("../image/svg/u_left.svg") no-repeat;
	background-size: auto 100.3%;
	background-position: 100% 0;
}
.r {
	width: 20%;
	/* height: 190px; */
	overflow: visible;
	height: 100%;
	background: url("../image/svg/u_right.svg") no-repeat;
	background-size: auto 100.5%;
	background-position: 0 0;
	background-position-x: 0%;
}
.lc {
	width: 30%;
	height: 190px;
}
.rc {
	width: 30%;
	height: 190px;
}
.c {
	width: 60%;
	margin: auto;
	text-align: center;
}
.l img {
	float: right;
	/* object-fit: cover; */
	height: 180px;
	
}
.r img {
	/* object-fit: cover; */
	height: 180px;
	/* width: 100%; */
	/* float: right; */
}
.img_mob {
	display: none;
}
.contact {
	width: 50%;
	text-align: right;
	padding-right: 20px;
}
.logo {
	width: 50%;
	text-align: left;
	padding-left: 20px;
}
.logo img {
	height: 64px;
}
.number {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
}
.schedule span {
	position: relative;
}
.schedule span::before{
	content: "";
    display: inline-block;
    background: #139090;
    width: 11px;
    height: 11px;
    margin: 0px 5px 0 0;
    position: absolute;
    top: 3px;
    left: -15px;
    border-radius: 10px;
}
.container_nav {
    margin: 0px 0 -20px 0;
	position: relative;
	z-index: 1000;
}
.main_nav {
	display: flex;
	-webkit-box-align: center; 
    -ms-flex-align: center;
     align-items: center; 
     -webkit-box-pack: center; 
    -ms-flex-pack: center;
	list-style: none;
	margin: auto;
	justify-content: center;
	margin-bottom: 120px;
	padding: 0;
}
.main-nav__item {
    /* display: flex; */
    margin: -10px 10px 0 10px;
	position: relative;
    width: 135px;
    height: 45px;
    background: #0075BA;
    border-radius: 4px;
    cursor: pointer;
	color: #0075BA;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.main-nav__item a {
	color: #fff;
}
.main-nav__item a:hover {
	color: #fff;
	text-decoration: none;
}
.main-nav__item::after {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #C83838;
    z-index: -1;
    -webkit-transition: width 150ms ease-in-out;
    transition: width 300ms ease-in-out;
	color: #fff;
}
.main-nav__item:hover:after {
    width: 110%;
}
.main-nav__item-link {
    justify-content: center;
    width: 100%;
    height: 100%;
	border: 0px solid #0075BA;
    display: flex;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.02em;
    align-items: center;
}
.main-nav__item-link_mob {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.02em;
}
.mob_main_nav {
	list-style: none;
	padding: 0;
}
.nav_item {
	padding: 15px 12px;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.nav_item a {
	color: #fff;
}
.menu_wrap {
	position: relative;
	height: 220px;
	width: 100%;
	background: url(../image/img/clouds.jpg) 0 0 repeat-x;
}
.main_wrap h1 {
	position: relative;
    top: -50px;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 63px;
	text-align: center;
	max-width: 920px;
	margin: auto;
	margin-bottom: 15px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-80 {
	margin-bottom: 80px;
}
.pavilion {
	text-align: center;
	overflow: hidden;
}
.pavilion img {
	text-align: center;
    max-height: 450px;
    height: 100%;
    width: 100%;
    max-width: 680px;
    padding: 0 25px;
}
.button {
	height: 60px;
	width: 260px;
	border-radius: 4px;
	background: #C83838;
	border: none;
	cursor: pointer;
	/* font-family: Work Sans;  */
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}
.button::after {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #0075BA;
    z-index: -1;
    -webkit-transition: width 150ms ease-in-out;
    transition: width 300ms ease-in-out;
	color: #fff;
}
.button:hover {
    color: #fff;
}
.button:hover:after {
    width: 110%;
}
.button:focus {
	outline: none ;
}
.desc-b {
	background: #0075BA;
	padding: 15px 135px;
	text-align: center;
	border-top: solid 5px #ED9E17;
	position: relative;
}
.desc-b::after {
	content: '';
    padding-top: 4%;
    /* background: linear-gradient(to right top, transparent 49.5%, #0075BA 50.6%) 
	left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 49.5%, #0075BA 50.6%) 
	right / 50.01% 100% no-repeat; */
	background: linear-gradient(to right top, transparent 49.4%, #0075BA 50.9%) 
 left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 49.4%, #0075BA 50.9%) 
 right / 50.01% 100% no-repeat;
    position: absolute;
    top: 100%;
    left: 2px;
    right: 2px;
}
.desc-b span {
	color: #ffffff;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
.triangle-b {
	width: 100%;
    /* object-fit: cover; */
    height: 100%;
}
.desc-r {
	background: #C83838;
	padding: 15px 135px;
	text-align: center;
	border-top: solid 5px #ED9E17;
	position: relative;
}
.desc-r::after {
	content: '';
    padding-top: 4%;
    /* background: linear-gradient(to right top, transparent 49.5%, #0075BA 50.6%) 
	left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 49.5%, #0075BA 50.6%) 
	right / 50.01% 100% no-repeat; */
	background: linear-gradient(to right top, transparent 49.4%, #C83838 50.9%) 
 left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 49.4%, #C83838 50.9%) 
 right / 50.01% 100% no-repeat;
    position: absolute;
    top: 100%;
    left: 2px;
    right: 2px;
}
.desc-r span {
	color: #ffffff;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
.triangle-r {
	width: 100%;
    /* object-fit: cover; */
    height: 100%;
}
.desc-y {
	background: #ED9E17;
	padding: 15px 135px;
	text-align: center;
	border-top: solid 5px #C83838;
	position: relative;
}
.desc-y::after {
	content: '';
    padding-top: 4%;
    /* background: linear-gradient(to right top, transparent 49.5%, #0075BA 50.6%) 
	left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 49.5%, #0075BA 50.6%) 
	right / 50.01% 100% no-repeat; */
	background: linear-gradient(to right top, transparent 49.4%, #ED9E17 50.9%) 
 left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 49.4%, #ED9E17 50.9%) 
 right / 50.01% 100% no-repeat;
    position: absolute;
    top: 100%;
    left: 2px;
    right: 2px;
}
.desc-y span {
	color: #ffffff;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
.triangle-y {
	width: 100%;
    /* object-fit: cover; */
    height: 100%;
}
.container__peculiarities__flex {
	display: flex;
	justify-content: space-evenly;
}
.container_peculiarities {
	/* padding: 0 135px; */
	margin-bottom: 70px;
}
.peculiarities {
	color: #313341;
	width: 295px; 
	padding: 0 20px;
	margin-bottom: 30px;
}
.peculiarities img {
    display: block;
    text-align: center;
    height: 82px;
    width: 82px;
    margin: auto;
    margin-bottom: 15px;
}
.peculiarities h2 {
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: -0.02em;
	text-align: center;
	width: 87%;
    margin: auto;
    margin-bottom: 20px;
}
.peculiarities span {
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.05em;
	/* text-align: left; */
}
.footer__contact-text {
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.05em;
}
.container__image {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 0 15px 0;
}
.container__image .col-4 {
	margin-bottom: 25px;
	padding: 0 10px;
}
 .container__image img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} 
.portfolio-item {
	display: block;
	position: relative;

}
.container__image.signboards {
	margin: 0 0 55px 0;
} 
.portfolio-item:before, .portfolio-item_hover:after {
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
}
.portfolio-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #000;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.portfolio-item:hover:before {
    opacity: .3;
}

.footer__contact{
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #313341;
}
.footer__contact-text a {
	color: #313341;
	text-decoration: underline;
}
.footer__contact-text a:hover {
	text-decoration: revert;
	color: #0075BA;
}
.footer__contact img {
	margin: 0 0 15px 0;
	height: 82px;
    width: 82px;
}
.footer__contact h2 {
	font-size: 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: -0.02em;
	margin: 0 0 50px 0;
}
.footer__bottom {
	max-width: 960px;
    margin: auto;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.footer__bottom img{
	width: 100%;
	height: 100%;
}
.footer__bottom a {
	text-decoration: none;
	top: 100px;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #313341;
}
.footer__bottom a:hover {
	text-decoration: revert;
	color: #0075BA;
}
.footer__bottom__image {
	background: url("../image/img/footer-img.jpg") no-repeat;
	background-size: cover;
	/* min-width: 960px;  */
	min-height: 155px;
	background-position: center center;
}
.phone_icon {
	display: none;
}
.schedule_mob {
	display: none;
}
.page__menu {
    overflow: hidden;
    overflow-y: auto;
    left: -100%;
    top: 0;
    height: 100%;
    width: 320px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	z-index: 1500;
    position: fixed;
}
.page__menu.opened {
	left: 0;
}
body.ovh {
    overflow: hidden;
    height: 100%;
}
.page__overlay {
    position: fixed;
    display: none;
    z-index: 1000;
    background-color: #000;
    opacity: .7;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.form-popup {
    margin: 50px auto;
	pointer-events: auto;
}
.form-popup {
    width: fit-content;
    padding: 15px 35px 50px;
    margin: 50px auto 0 auto;
    position: relative;
	background: #0075BA;
    pointer-events: auto;
    color: #313341;
	max-width: 450px;
}
.dmf_result_wrap {
	display: none;
}
.form-popup__close {
	text-align: right;
}
.page__overlay, .page__popups, .popups__popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page__popups {
    display: none;
    pointer-events: none;
}
.page__menu, .page__popups {
    z-index: 1500;
    position: fixed;
}
.popups__popup {
    display: block;
}
.popups__popup.active {
    opacity: 1;
    z-index: 1000;
}
.form-popup__top-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: #ED9E17;
}
.form-popup__bottom-circle::after {
	content: '';
    padding-top: 4%;
	background: linear-gradient(to right top, transparent 48.7%, #0075BA 51.7%) 
		left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 48.7%, #0075BA 51.7%) 
		right / 50.01% 100% no-repeat;
    position: absolute;
    top: 100%;
    left: 2px;
    right: 2px;
}
.js-close {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
	top: -5px;
    left: 30px;
	border-radius: 25px;
	border: none;
	background: #C83838;
	cursor: pointer;
	 transform: rotate(
	45deg
	); 
	transition: all .2s ease 0s; 
	opacity: 1;
    z-index: 5;
}
.js-close::before {
	width: 14px;
	height: 2px;
	background: #fff;
}
.js-close::after {
	width: 2px;
	height: 14px;
	background: #fff;
}
.js-close::before, .js-close::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* border-radius: 2px; */
	/* background: #000; */
}
.js-close:focus {
	outline: none;
}
.form-popup__title {
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.field-label {
	width: auto;
	margin-bottom: 20px;
}
.field-label input {
	height: 40px;
	width: 100%;
	/* max-width: 300px; */
	padding: 0 15px;
	border: 1px solid #ED9E17;
}
.field-label input:focus {
	outline: none;
}
.st-form__line.last {
	margin-bottom: 10px;
}
.st-form__line.tac {
	text-align: center;
	margin-bottom: 15px;
}
.st-form__line.tac span {
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}
.st-form__line.tac a {
	color: #fff;
	text-decoration: underline;
}
.st-form__line.tac a:hover {
	color: #fff;
}
input::placeholder {
	color: #313341 !important;
}
.button__popup {
	height: 40px;
    width: 200px;
    border-radius: 4px;
    background: #C83838;
    border: 2px solid #C83838;
    cursor: pointer;
    /* font-family: Work Sans; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}
.page__menu {
	background: #0075BA;
}
.page-menu__close {
	display: flex;
	height: 60px;
	border-bottom: 1px solid #fff;
	align-items: center;
}
button.js-page-menu-close {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 25px;
	border: none;
	background: #C83838;
	 cursor: pointer;
	 transform: rotate(
	45deg
	); 
	transition: all .2s ease 0s; 
	opacity: 1;
    z-index: 5;
	margin-right: 13px;
}
button.js-page-menu-close::before {
	width: 14px;
	height: 2px;
	background: #fff;
}
button.js-page-menu-close::after {
	width: 2px;
	height: 14px;
	background: #fff;
}
button.js-page-menu-close::before, button.js-page-menu-close::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
button.js-page-menu-close:focus {
	outline: none;
}
span.js-page-menu-close {
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: -0.02em;
	color: #fff;
	cursor: pointer;
}
.page-menu__close-header {
	padding: 0px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.phone_icon img {
	height: 30px;
	width: 30px;
}
.phone_icon .telto2::before {
	content: '';
	display: block;
	height: 30px;
	width: 30px;
	background: url(/templates/template57/image/svg/phone_small.svg) 50% 50% /cover no-repeat;
}
div.phone_icon .telto2 {
	font-size: 0;
}
.logo img,
.logo_mob img {
	/* width: 215px; */
	height: 64px;
}
.container_peculiarities__contact .peculiarities {
	text-align: center;
}
.contact-item_mob_link {
	pointer-events: none;
}
a.contact-item_mob_link {
	color: #313341;
	text-decoration: none;
}
a.contact-item_mob_link:hover {
	color: #0075BA;
}

/* Разрешение */
.spy {
    font-weight: bold;
    padding: 3px;
    color: #ff0;
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    z-index: 9999;
    text-align: center;
    font-size: 14px;
}

/* Форма */

.ajax_response_wrap {
    opacity: 1;
    color: #fff;
    background: #0075BA;
}
.loading, .ajax_response_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 998;
}
.ajax_message_wrap {
    position: relative;
    font-weight: bold;
    padding: 15px;
    transform: translateY(-50%);
    top: 50%;
}
.ajax_title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
label.input_error {
	color: #ffffff;
}
.js-close.msg {
	top: 5px;
    left: 165px;
}

.crumbs_wrap a{
	color: #0075BA;
}

@media screen and (max-width: 1200px) {
	.footer__bottom {
		padding: 0;
	}
}

@media screen and (max-width: 960px) {
	.l {
		width: 15%;
		/* height: 190px; */
	}
	.r {
		width: 15%;
		/* height: 190px; */
		
	}
	.lc {
		width: 35%;
		/* height: 190px; */
	}
	.rc {
		width: 35%;
		/* height: 190px; */
	}
	.c {
		width: 70%;
	}
	.logo {
		padding-left: 10px;
	}
	.contact {
		padding-right: 10px;
	}
	.container_nav {
    	margin: 0px 0 -55px 0;
	}
	.main_wrap h1 {
		position: relative;
		top: -50px;
		font-style: normal;
		font-weight: 700;
		font-size: 42px;
		line-height: 49px;
		text-align: center;
		max-width: 610px;
		margin: auto;
		margin-bottom: 15px;
	}
	.footer__bottom {
		padding: 0;
	}
	.footer__bottom img{
		min-width: 960px;
		min-height: 155px;
	}
	.desc-b {
		padding: 15px 30px;
	}
	.desc-r {
		padding: 15px 30px;
	}
	.desc-y {
		padding: 15px 30px;
	}
	.contact-item_mob_link {
		pointer-events: auto;
	}
	a.contact-item_mob_link {
		text-decoration: underline;
	}
}
@media screen and (max-width: 770px) {
	.container__peculiarities__flex {
		flex-direction: column;
		align-content: flex-start;
		align-items: center;
	}
	.peculiarities {
		max-width: 420px;
		width: 100%;
		margin-bottom: 20px;
	}
	.col-l {
		flex: 0 0 auto;
    	width: 50%;
	}
	.desc-b {
		padding: 15px 0px;
	}
	.desc-r {
		padding: 15px 0px;
	}
	.desc-y {
		padding: 15px 0px;
	}
	.desc-b span {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -0.02em
	}
	.desc-r span {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -0.02em
	}
	.desc-y span {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -0.02em
	}
	.mb-50 {
		margin-bottom: 40px;
	}
	.mb-80 {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 640px) {
	.header__container {
		display: none;
	}
	.header__container_mob {
		display: flex;
		overflow: hidden;
		height: 130px;
	}
	.header__container {
		background: url(../image/img/fon_1.jpg) repeat-x;
		background-position: -133% 60%;
	}
	.hamburger_menu {
		/* width: 10%; */
		margin: auto 15px auto 0;
   		padding: 0 0 0 15px;
	}
	.hamburger {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
	}
	.hamburger_button {
		width: 29px;
		height: 29px;
		padding: 2px 2px;		
	}
	.hamburger__line {
		width: 100%;
		height: 3px;
		background-color: #0075BA;
	}
	.logo_mob {
		/* width: 45%; */
    	text-align: right;
	}
	.logo_mob_flex {
		display: flex;
	}
	.contact {
		width: 45%;
		padding-right: 10px;
	}
	.l {
		width: 7%;
		/* height: 130px;	 */
	}
	.r {
		width: 7%;
		/* height: 130px;	 */
	}
	.lc {
		width: 40%;
		height: 110px;
	}
	.rc {
		width: 40%;
		height: 110px;
	}
	.c {
		width: 90%;
	}
	.l img {
		/* height: 130px; */
		height: 140px;
		object-fit: cover;
		position: relative;
		top: -5px;
	}
	.r img {
		/* height: 130px; */
		height: 140px;
		object-fit: cover;
		position: relative;
		top: -5px;
	}
	.img_desk {
		display: none;
	}
	.img_mob {
		display: block;
	}
	.container_nav {
		margin: 0px 0 -95px 0;
	}
	.main_nav {
		display: none;
	}
	/* .main_wrap {
		position: relative;
		top: -100px;
	} */
	.main_wrap h1 {
		position: relative;
		top: -50px;
		font-style: normal;
		font-weight: 700;
		font-size: 38px;
		line-height: 45px;
		text-align: center;
		max-width: 610px;
		margin: auto;
		margin-bottom: 15px;
	}

	.desc-b::after {
		background: linear-gradient(to right top, transparent 48.7%, #0075BA 51.7%) 
		left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 48.7%, #0075BA 51.7%) 
		right / 50.01% 100% no-repeat;
	}
	.desc-r::after {
		background: linear-gradient(to right top, transparent 48.7%, #C83838 51.7%) 
		left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 48.7%, #C83838 51.7%) 
		right / 50.01% 100% no-repeat;
	}
	.desc-y::after {
		background: linear-gradient(to right top, transparent 48.7%, #ED9E17 51.7%) 
		left / 50.01% 100% no-repeat, linear-gradient(to left top, transparent 48.7%, #ED9E17 51.7%) 
		right / 50.01% 100% no-repeat;
	}
}
@media screen and (max-width: 590px) {
	.logo img, .logo_mob img {
		/* width: 215px; */
		height: 54px;
	}
	.number {
		line-height: 31px;
	}
}
@media screen and (max-width: 575px) {
	.contact.container__flex {
		display: none;
	}
	.container__flex {
		justify-content: space-between;
	}
	.phone_icon {
		display: flex;
    	padding: 0 15px 0 0;
    	margin: auto 0;
	}
	.schedule_mob {
		display: block;
		margin: 0 15px;
		height: 30px;
		border-bottom: #D2D2D2 solid 1px;

	}
	.schedule span {
		position: relative;
		padding: 0px 0 0 15px;
	}
	.schedule span::before {
		content: "";
		display: inline-block;
		background: #139090;
		width: 11px;
		height: 11px;
		margin: 0px 5px 0 0;
		position: absolute;
		top: 3px;
		left: 0px;
		border-radius: 10px;
	}
}
@media screen and (max-width: 540px) {
	.l img {
		float: right;
	}
	.r img {
		float: left;
	}
}
@media screen and (max-width: 480px) {
	.main_wrap h1 {
		position: relative;
		top: -50px;
		font-style: normal;
		font-weight: 700;
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		/* max-width: 330px; */
		margin: 0 30px 15px 30px;
		/* margin-bottom: 15px; */
	}
	.pavilion img {
		height: 290px;
		padding: 0 25px;
		width: auto;

	}
	.logo_mob img {
		/* width: 155px; */
		height: 46px;
	}
	.peculiarities img {
		height: 74px;
		width: 74px;
	}
	.footer__contact img {
		margin: 0 0 15px 0;
		height: 74px;
		width: 74px;
	}
	.button {
		height: 40px;
		width: 200px;
	}
}
@media screen and (max-width: 475px) {
	.container_nav {
		margin: 0px 0 -125px 0;
	}
}
/* @media screen and (max-width: 410px) {
	.logo_mob img{
		width: 145px;
		height: 46px;
	}
} */


