@font-face {
	font-family: 'Mont';
    src: url('fonts/Mont-Regular.eot');
    src: local('Mont Regular'), local('Mont-Regular'),
        url('fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-Regular.woff2') format('woff2'),
        url('fonts/Mont-Regular.woff') format('woff'),
        url('fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
	font-display: block;
}

@font-face {
	font-family: 'Mont';
    src: url('fonts/Mont-Light.eot');
    src: local('Mont Light'), local('Mont-Light'),
        url('fonts/Mont-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-Light.woff2') format('woff2'),
        url('fonts/Mont-Light.woff') format('woff'),
        url('fonts/Mont-Light.ttf') format('truetype');
    font-weight: 300;
	font-display: block;
}

@font-face {
	font-family: 'Mont';
    src: url('fonts/Mont-SemiBold.eot');
    src: local('Mont SemiBold'), local('Mont-SemiBold'),
        url('fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-SemiBold.woff2') format('woff2'),
        url('fonts/Mont-SemiBold.woff') format('woff'),
        url('fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 800;
	font-display: block;
}

@font-face {
	font-family: 'Mont';
    src: url('fonts/Mont-Bold.eot');
    src: local('Mont Bold'), local('Mont-Bold'),
        url('fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-Bold.woff2') format('woff2'),
        url('fonts/Mont-Bold.woff') format('woff'),
        url('fonts/Mont-Bold.ttf') format('truetype');
    font-weight: bold;
	font-display: block;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Mont';
	font-weight: normal;
}

a, div {
	outline: none;
}

.block-wr {
	max-width: 1596px;
	margin: 0 auto;
}

.site-header-wr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.site-header {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#mobile-menu-togler {
	display: none;
}

.site-logo {
	display: flex;
	align-items: center;
	color: #2A2A2A;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
}

.site-logo-text {
	margin-left: 20px;
	font-size: 13px;
	line-height: 19px;
}

#primary-menu {
	list-style-type: none;
	display: flex;
}

#primary-menu a {
	color: #2A2A2A;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	padding: 0 35px;
	transition: 0.2s linear;
}

#primary-menu a:hover {
	color: #FB1400;
	text-decoration: none;
	transition: 0.2s linear;
}

.top-button a {
	border: 1px solid #2A2A2A;
	box-sizing: border-box;
	border-radius: 15px;
	color: #2A2A2A;
	text-decoration: none;
	/* padding: 0 50px; */
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
}

.top-button a:hover {
	background: #FB1400;
	text-decoration: none;
	border: 1px solid #FB1400;
	color: #FFFFFF;
	transition: 0.2s linear;
}

.home .site-logo,
.home #primary-menu a,
.home .top-button a,
.post-template-single-store .site-logo,
.post-template-single-news .site-logo,
.page-template-contacts-page .site-logo {
	color: #fff;
}

.home #primary-menu a:hover {
	color: #FB1400;
}

.home .top-button a {
	border: 1px solid #fff;
}

.home .top-button a:hover {
	border: 1px solid #FB1400;
}

.main-slider-wr {
	min-height: 725px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	padding-bottom: 75px;
}

.main-slider {
	width: 100%;
}

.main-slider-info {
	margin-bottom: 175px;
}

.main-slider-info-title {
	font-weight: bold;
	font-size: 64px;
	line-height: 65px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}

.main-slider-info-text {
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-utp-wr {
	display: flex;
	/* justify-content: flex-start; */
	justify-content: space-between;
	align-items: center;
}

.banner-utp-item {
	/* width: 33%; */
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.banner-utp-item-left {
	margin-right: 40px;
	max-width: 57px;
}

.banner-utp-item-left img {
	max-width: 100%;
}

.banner-utp-item-right-title {
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #FFBC01;
	margin-bottom: 5px;
}

.banner-utp-item-right-text {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

.arendators-wr {
	padding: 50px 0;
	position: relative;
}

.arendators-wr::after {
	content: url(images/ear-1.svg);
	position: absolute;
	top: -50%;
	right: 0;
	z-index: 1;
}

.site-title {
	font-size: 60px;
	line-height: 80px;
	text-transform: uppercase;
	color: #2B2B2B;
	font-weight: 300;
	margin-bottom: 15px;
}

.arendators-carusel-slider-item,
.arendators-carusel-slider-item a,
.slick-slide,
.arendators-inner-carusel-slider-item,
.arendators-inner-carusel-slider-item a {
	outline: none;
}

.arendators-inner-carusel-slider {
	display: flex;
	flex-wrap: wrap;
}

.arendators-inner-carusel-slider-item {
	width: calc(14% - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}

.arendators-carusel-slider-item a,
.arendators-inner-carusel-slider-item a {
	/* padding: 0 20px 30px 20px; */
	padding: 0 20px 30px 0;
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #2B2B2B;
	opacity: 0.85;
	text-decoration: none;
	transition: 0.2s linear;
}

.arendators-carusel-slider-item a:hover,
.arendators-inner-carusel-slider-item a:hover {
	text-decoration: none;
	color: #FB1400;
	transition: 0.2s linear;
}

.arendators-carusel-slider-item-img,
.arendators-inner-carusel-slider-item-img {
	min-height: 170px;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	transition: 0.2s linear;
	overflow: hidden;
}

.arendators-carusel-slider-item-img img,
.arendators-inner-carusel-slider-item-img img {
	max-width: 100%;
}

.arendators-carusel-slider-item a:hover .arendators-carusel-slider-item-img,
.arendators-inner-carusel-slider-item a:hover .arendators-inner-carusel-slider-item-img {
	border: 1px solid #FB1400;
	transition: 0.2s linear;
}

.arendators-carusel-slider-item-img img,
.arendators-innercarusel-slider-item-img img {
	max-width: 100%;
}

.arendators-bottom-links {
	margin-top: 25px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.arendators-bottom-links a,
.arendators-inner-carusel-controls-right a {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	border-radius: 15px;
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
	margin: 0 25px;
	color: #FFFFFF;
}

.arendators-bottom-links a:last-child,
.arendators-inner-carusel-controls-right a {
	background: #FB1400;
}

.arendators-inner-carusel-controls-right a {
	margin: 0;
}

.arendators-bottom-links a:first-child {
	background: #2B2B2B;
}

.arendators-bottom-links a:hover {
	transition: 0.2s linear;
	text-decoration: none;
	color: #FFFFFF;
}

.arendators-carusel-controls,
.arendators-inner-carusel-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-right: 20px;
}

.arendators-carusel-arrow,
.news-carusel-arrow {
	text-decoration: none;
}

.arendators-carusel-arrow-left img,
.news-carusel-arrow-left img {
	transform: rotate(180deg);
}

.arendators-carusel-arrow-left,
.news-carusel-arrow-left {
	margin-right: 15px;
}

.arendators-carusel-controls-right a,
.arendators-inner-carusel-controls-left a {
	border-radius: 10px;
	margin-left: 15px;
	font-size: 15px;
	line-height: 80px;
	color: #2B2B2B;
	transition: 0.2s linear;
	text-decoration: none;
	padding: 10px 18px;
}

.arendators-carusel-controls-right a:hover,
.arendators-inner-carusel-controls-left a:hover {
	background: #FB1400;
	transition: 0.2s linear;
	text-decoration: none;
	color: #fff;
}

.arendators-carusel-controls-right a.active:hover,
.arendators-inner-carusel-controls-left a.active:hover {
	color: #2B2B2B;
}

.arendators-carusel-controls-right a.active,
.arendators-inner-carusel-controls-left a.active {
	background: #EAEAEA;
}

.main-links-box {
	display: flex;
	justify-content: space-around;
	margin: 75px 0;
}

.main-links-box a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.main-links-item {
	/* min-height: 375px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 75px 0;
	width: calc(33% - 5px);
	position: relative;

	font-size: 40px;
	line-height: 65px; */
	width: calc(33% - 5px);
}

.main-links-item a {
	min-height: 375px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	/* margin: 75px 0; */
	width: 100%;
	position: relative;

	font-size: 40px;
	line-height: 65px;
}

.yellow-arrow {
	position: absolute;
	bottom: 65px;
	width: 50px;
	left: calc(50% - 25px);
	transition: 0.2s linear;
}

.main-links-box a:hover .yellow-arrow {
	left: calc(55% - 25px);
	transition: 0.2s linear;
}

.news-carusel-wr {
	margin: 50px 0 75px 0;
	position: relative;
}

.promo-block-wr::before {
	content: url(images/ear-2.svg);
	position: absolute;
	bottom: 60%;
	left: 0;
	z-index: 1;
}

.news-carusel-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.news-carusel-top-right {
	padding-right: 25px;
}

.news-carusel-slider-item-img {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 215px;
	margin-bottom: 15px;
}

.news-carusel-slider-item a {
	padding-right: 25px;
	padding-left: 1px;
	display: block;
}

.news-carusel-slider-item a,
.news-carusel-slider-item a:hover {
	text-decoration: none;
}


.news-carusel-slider-item-title {
	font-size: 21px;
	line-height: 27px;
	color: #2A2A2A;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	transition: 0.2s linear;
}

.news-carusel-slider-item a:hover .news-carusel-slider-item-title {
	color: #FB1400;
	transition: 0.2s linear;
}

.news-carusel-slider-item-anons {
	font-size: 14px;
	line-height: 18px;
	color: #2A2A2A;
	padding: 0 0 0 15px;
}

.promo-block-wr {
	position: relative;
	margin: 50px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.promo-block-wr::after {
	content: url(images/ear-3.svg);
	position: absolute;
	bottom: 3%;
	right: 0;
	z-index: 1;
}

.promo-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 400px;
}

.promo-block-small-text {
	font-size: 36px;
	line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

.promo-block-big-text {
	font-weight: bold;
	font-size: 72px;
	line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.predlozheniya-block-wr {
	margin: 100px 0;
	position: relative;
}

.formmap-block-wr::after {
	content: url(images/ear-4.svg);
	position: absolute;
	/* bottom: -0; */
	bottom: 65px;
	left: 0;
	z-index: 1;
}

.predlozheniya-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.predlozheniya-block-left {
	width: calc(45% - 40px);
	margin-right: 40px;
}

.predlozheniya-block-right {
	width: calc(55% - 40px);
	margin-left: 40px;
}

.predlozheniya-block-left-title {
	font-size: 60px;
	line-height: 80px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}

.predlozheniya-block-left-redtext {
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #FB1400;
	margin-bottom: 30px;
}

.predlozheniya-block-left-longtext {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	font-weight: 300;
}

.predlozheniya-block-left-button a {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	border-radius: 15px;
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
	color: #FFFFFF;
	background: #FB1400;
}

.predlozheniya-block-left-button a:hover {
	transition: 0.2s linear;
	text-decoration: none;
	color: #FFFFFF;
}

.predlozheniya-block-right {
	display: flex;
	flex-wrap: wrap;
}

.predlozheniya-block-right-item {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	width: calc(50% - 110px);
	padding: 40px;
	margin: 0 30px 30px 0;
}

.predlozheniya-block-right-item-title {
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	margin-bottom: 5px;
}

.predlozheniya-block-right-item-text {
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.formmap-block-wr {
	background-color: #24333A;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	clear: both;
}

.formmap-block-right-map {
	background-color: #fff;
	max-height: 770px;
	overflow: hidden;
}

.formmap-block-left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	padding: 75px 75px 40px 0;
}

.formmap-block-left-wr {
	max-width: 750px;
}

.formmap-block-right {
	width: 50%;
}

.bottom-form-title {
	font-weight: 300;
	font-size: 48px;
	line-height: 61px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.bottom-form-text {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

.bottom-form-box {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.bottom-form-box-left {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.bottom-form-box-right {
	width: calc(50% - 20px);
	margin-left: 20px;
}

.bottom-form-box-bottom {
	width: 100%;
}

.bottom-form-box-field input {
	border-bottom: 1px solid #C4C4C4;
	font-family: 'Mont';
	border-left: none;
	border-top: none;
	border-right: none;
	outline: none;
	background-color: #24333A;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	width: 100%;
	transition: 0.2s linear;
}

.bottom-form-box-field textarea {
	transition: 0.2s linear;
	border-bottom: 1px solid #C4C4C4;
	font-family: 'Mont';
	border-left: none;
	border-top: none;
	border-right: none;
	outline: none;
	background-color: #24333A;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	width: 100%;
}

.bottom-form-box-field input::-webkit-input-placeholder,
.bottom-form-box-field textarea::-webkit-input-placeholder {
	color: #fff;
}

.bottom-form-box-field input:-ms-input-placeholder,
.bottom-form-box-field textarea:-ms-input-placeholder {
	color: #fff;
}

.bottom-form-box-field input::placeholder,
.bottom-form-box-field textarea::placeholder {
	color: #fff;
}

.bottom-form-box-field textarea::-webkit-resizer {
	background-image: url(images/grabber.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #24333A;
}

.bottom-form-box-field textarea::-moz-resizer {
	background-image: url(images/grabber.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #24333A;
}

.bottom-form-box-info {
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}

.bottom-form-box-bottom {
	margin-top: 15px;
}

.bottom-form-box-bottom input {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	border-radius: 15px;
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
	color: #FFFFFF;
	background: #FB1400;
	font-family: 'Mont';
	border: none;
	cursor: pointer;
	outline: none;
}

.bottom-form-box-bottom input:hover {
	transition: 0.2s linear;
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}

.formmap-block-adress {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}

.formmap-block-soc-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.formmap-block-soc-box a,
.formmap-block-soc-box a:hover {
	text-decoration: none;
	margin-right: 15px;
}

.formmap-block-copy {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formmap-block-copy a,
.formmap-block-copy a:hover {
	text-decoration: none;
}

.bottom-form-box-field .wpcf7-not-valid-tip,
.bottom-form-box-bottom .ajax-loader,
.formmap-block .wpcf7-response-output,
.modal-form-success-show .wpcf7-response-output {
	display: none !important;
}

.bottom-form-box-field input.wpcf7-not-valid,
.bottom-form-box-field textarea.wpcf7-not-valid {
	border-bottom: 1px solid #FB1400;
	transition: 0.2s linear;
}

/* .formmap-block form {
	display: flex;
	flex-direction: column-reverse;
} */

.modal-form-success .mfp-close,
.modal-form-success-show .mfp-close {
	display: none;
}

.modal-form-success {
	position: relative;
	background-color: #fff;
	border: none;
	max-width: 650px;
	margin: 0 auto;
	padding: 40px !important;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 300;
}

.modal-form-success span {
	font-weight: normal;
}

.modal-form-success a.super-close {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	border-radius: 15px;
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
	color: #FFFFFF;
	background: #FB1400;
	font-family: 'Mont';
	border: none;
	cursor: pointer;
	outline: none;
	}

.modal-form-success a.super-close:hover {
	transition: 0.2s linear;
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}

.mfp-hide {
	display: none;
}

a.x-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
}

a.x-close img {
	max-width: 100%;
}


.modal-form-success-show {
	position: relative;
	background-color: #fff;
	border: none;
	max-width: 650px;
	margin: 0 auto;
	padding: 40px  100px !important;
	text-align: center;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 300;
}

#form-modal .bottom-form-title,
#form-modal .bottom-form-text,
#form-modal .bottom-form-box-field textarea,
#form-modal .bottom-form-box-field input {
	color: #2A2A2A;
	background-color: #fff;
}

#form-modal .bottom-form-box-field input::-webkit-input-placeholder,
#form-modal .bottom-form-box-field textarea::-webkit-input-placeholder {
	color: #2A2A2A;
}

#form-modal .bottom-form-box-field input:-ms-input-placeholder,
#form-modal .bottom-form-box-field textarea:-ms-input-placeholder {
	color: #2A2A2A;
}

#form-modal .bottom-form-box-field input::placeholder,
#form-modal .bottom-form-box-field textarea::placeholder {
	color: #2A2A2A;
}

#form-modal .bottom-form-box-field textarea::-webkit-resizer {
	background-image: url(images/grabber.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 5px solid #fff;
}

#form-modal .bottom-form-box-field textarea::-moz-resizer {
	border-bottom: 5px solid #fff;
}

#mobile-menu-togler {
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 99;
	width: 50px;
	height: 50px;
	transition: 0.2s linear;
	border-radius: 3px;
}

#mobile-menu-togler:hover {
	transition: 0.2s linear;
}

#mobile-menu-togler span {
	background-color: #2A2A2A;
	height: 2px;
	margin-bottom: 7px;
	width: 34px;
	position: absolute;
	display: block;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

#mobile-menu-togler span:first-child {
	top: 15px;
}

#mobile-menu-togler span:nth-child(2) {
	top: 25px;
}

#mobile-menu-togler span:last-child {
	margin-bottom: 0;
	top: 35px;
}

.home #mobile-menu-togler span,
#mobile-menu-togler.open span,
.post-template-single-store #mobile-menu-togler span,
.post-template-single-news #mobile-menu-togler span,
.page-template-contacts-page #mobile-menu-togler span {
	background-color: #fff;
}

#mobile-menu-togler.open span:first-child {
	transform: rotate(45deg);
	top: 25px;
}

#mobile-menu-togler.open span:nth-child(2) {
	opacity: 0;
}

#mobile-menu-togler.open span:last-child {
	transform: rotate(-45deg);
	top: 25px;
}

.mob-button-wr {
	display: none;
	text-align: center;
}

.mob-button-wr a {
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	/* padding: 0 50px; */
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
}

.mob-button-wr a:hover {
	background: #FB1400;
	text-decoration: none;
	border: 1px solid #FB1400;
	color: #FFFFFF;
	transition: 0.2s linear;
}

.stopped {
	position: -webkit-sticky;
	position: sticky;
	overflow: hidden;
}

.map_mob_code {
	display: none;
}

.formmap-block-soc-box-mob {
	display: none;
}

#breadcrumbs {
	margin-top: 100px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #2B2B2B;
}

#breadcrumbs a {
	font-size: 13px;
	color: #2B2B2B;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #2B2B2B;
	text-decoration: none;
}

.page-title {
	margin-bottom: 25px;
}

.page-title h1 {
	font-weight: 300;
	font-size: 60px;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 300;
}

.store-detail-wr {
	/* min-height: 500px; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
}

.store-detail-wr::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}

.store-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 400px;
	position: relative;
	z-index: 1;
}

.store-detail-top-contacts {
	display: flex;
	align-items: center;
}

.store-detail-top-contacts-item {
	display: flex;
	align-items: center;
	margin-right: 75px;
	color: #fff;
}

.store-detail-top-contacts-item-left {
	margin-right: 15px;
}

.store-detail-top-contacts-item-left:last-child {
	margin-right: 0;
}

.store-detail-top-contacts-item-right-value {
	font-size: 20px;
	line-height: 13px;
	margin-bottom: 15px;
}

.store-detail-top-contacts-item-right-text {
	font-size: 16px;
	line-height: 13px;
}

.store-detail-top-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.store-detail-top-bottom-left h1 {
	font-weight: 300;
	font-size: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.store-detail-top-bottom-right {
	display: flex;
	align-items: center;
}

.store-detail-top-bottom-right a,
.store-detail-top-bottom-right a:hover {
	text-decoration: none;
	margin-left: 35px;
}

.store-detail-top-bottom-right a:first-child {
	margin-left: 0;
}

.store-detail-text-wr {
	padding: 50px 0;
}

.store-detail-text-double {
	display: flex;
}

.store-detail-text-double-left {
	width: calc(50% - 40px);
	margin-right: 40px;
}

.store-detail-text-double-right {
	width: calc(50% - 40px);
	margin-left: 40px;
}

.text-content {
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

.text-content p {
	margin-bottom: 30px;
}

.text-content ol,
.text-content ul {
	margin-bottom: 30px;
	list-style-position: inside;
}

.text-content ol li,
.text-content ul li {
	margin-bottom: 10px;
}

.text-content ul {
	list-style-type: none;
}

.text-content ul li {
	position: relative;
	padding-left: 30px;
}

.text-content ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
	background-color: #FB1400;
}

.text-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #2A2A2A;
	margin-bottom: 20px;
	font-weight: normal;
}

.text-content img {
	max-width: 100%;
}

.img-left {
	float: left;
	margin: 20px 20px 20px 0;
}

.img-right {
	float: right;
	margin: 20px 0 20px 20px;
}

.img-left-usluga {
	float: left;
	margin: 0 20px 20px 0;
}

.img-right-usluga {
	float: right;
	margin: 0 0 20px 20px;
}

.text-content a,
.text-content a:hover {
	color: #FB1400;
	text-decoration: none;
}

.news-section {
	display: flex;
	flex-wrap: wrap;
}

.news-section .news-carusel-slider-item {
	width: 25%;
	margin-bottom: 50px;
}

.pagination {
	text-align: center;
	margin: 25px 0 50px 0;
	padding: 35px 15px 0 15px;
	border-top: 1px solid #E5E5E5;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-numbers {
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 9px;
	text-decoration: none;
	color: #5C6D7D;
}

.next.page-numbers,
.prev.page-numbers {
	text-decoration: none;
	background-color: #FB1400;
	border: 1px solid #FB1400;
	color: #fff;
	position: relative;
}

.next.page-numbers::before {
	content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: calc(50% - 6px);
    transform: rotate(45deg);
}

.next.page-numbers::after {
	content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: calc(50% + 1px);
    right: calc(50% - 6px);
    transform: rotate(-45deg);
}

.prev.page-numbers::before {
	content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
}

.prev.page-numbers::after {
	content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% - 6px);
    transform: rotate(45deg);
}

.page-numbers.current {
	background-color: #FB1400;
	border: 1px solid #FB1400;
	color: #fff;
}

.news-detail-top-wr {
	padding: 30px 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
}

.news-detail-top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 150px;
}

.news-detail-top-wr::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
}

.news-detail-top-title,
.news-detail-top-date {
	position: relative;
	z-index: 1;
}

.news-detail-top-title h1 {
	font-weight: 300;
	font-size: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.news-detail-top-date {
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
}

.news-detail-content-wr,
.news-detail-back {
	margin-bottom: 50px;
}

.clear-both {
	clear: both;
}

.news-detail-back {
	text-align: center;
}

.news-detail-back a {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	border-radius: 15px;
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
	color: #FFFFFF;
	background: #FB1400;
}

.news-detail-back a:hover {
	transition: 0.2s linear;
	text-decoration: none;
	color: #FFFFFF;
}

.uslugi-list-wr {
	margin-bottom: 50px;
}

.uslugi-list {
	display: flex;
	flex-wrap: wrap;
}

.uslugi-list-item {
	position: relative;
	width: calc(50% - 10px);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	margin-bottom: 20px;
}

.uslugi-list-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
}

.uslugi-list-item:nth-child(2n) {
	margin-left: 10px;
}

.uslugi-list-item:nth-child(2n + 1) {
	margin-right: 10px;
}

.uslugi-list-item-title {
	position: relative;
	z-index: 1;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 30px;
	max-width: 60%;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uslugi-list-item-link {
	position: relative;
	z-index: 1;
}

.uslugi-list-item-link a {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	border-radius: 15px;
	min-width: 300px;
	text-align: center;
	height: 50px;
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	transition: 0.2s linear;
	color: #FFFFFF;
	background: #FB1400;
}

.uslugi-list-item-link a:hover {
	transition: 0.2s linear;
	text-decoration: none;
	color: #FFFFFF;
}

.gallery-wr {
	margin-bottom: 75px;
}

.gallery-list-item {
	min-height: 195px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	display: block;
}

.x-close-white {
	top: 0 !important;
	right: -30px !important;
}

.mfp-arrow img {
	filter: brightness(100);
}

.mfp-arrow-left img {
	transform: rotate(180deg);
}

.uslugi-detail {
	margin-bottom: 75px;
}

.page-template-contacts-page .formmap-block-left {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.contacts-adress {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	display: flex;
	margin: 30px 0 50px 0;
}

.contacts-adress-left {
	width: 30%;
}

.contscts-botton-text {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.page-template-contacts-page .formmap-block-right-map {
	max-height: 1235px;
}

.trc-map-sheme {
	margin-bottom: 80px;
}

.trc-map-sheme-title {
	font-size: 48px;
	text-transform: uppercase;
	color: #2A2A2A;
}

.trc-map-sheme img {
	max-width: 100%;
}

.page-template-trcmap-page .predlozheniya-block-left-button {
	text-align: right;
}

.page-template-contacts-page .formmap-block-wr {
	align-items: flex-start;
}

.bottom-form-popup .bottom-form-box {
	margin: 50px 0 0 0;
}

.arendators-carusel-slider-item-title {
	min-height: 50px;
}

.arendators-carusel-slider .slick-slide > div {
	display: flex;
	align-items: flex-start;
}

@media screen and (min-width: 960px) and (max-width: 1299px) {
	.site-header-wr,
	.main-slider,
	.arendators-wr,
	.promo-block,
	.predlozheniya-block-wr,
	.formmap-block-left-wr,
	.page-title,
	.arendators-inner-wr,
	.news-carusel-title,
	#breadcrumbs,
	.text-content,
	.uslugi-list,
	.trc-map-wr {
		padding: 0 15px;
	}

	.site-header-wr {
		width: calc(100% - 30px);
	}
}

@media screen and (min-width: 1501px) and (max-width: 1596px) {
	.site-header-wr,
	.main-slider,
	.arendators-wr,
	.promo-block,
	.predlozheniya-block-wr,
	.formmap-block-left-wr,
	.page-title,
	.arendators-inner-wr,
	.news-carusel-title,
	#breadcrumbs,
	.text-content,
	.uslugi-list,
	.trc-map-wr {
		padding: 0 15px;
	}

	.site-header-wr {
		width: calc(100% - 30px);
	}

	.news-carusel-slider-item a {
	    padding-right: 15px;
		padding-left: 15px;
	}

	.site-header-wr {
		width: calc(100% - 30px);
	}
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
	.main-links-wr,
	.site-header-wr,
	.main-slider,
	.arendators-wr,
	.promo-block,
	.predlozheniya-block-wr,
	/* .formmap-block-left-wr, */
	.page-title,
	.arendators-inner-wr,
	.news-carusel-title,
	#breadcrumbs,
	.text-content,
	.uslugi-list,
	.trc-map-wr,
	.news-carusel-slider {
	    padding: 0 50px;
	}

	.site-header-wr {
		width: calc(100% - 100px);
	}

	.news-carusel-slider-item a {
		/* padding-right: 15px;
	    padding-left: 15px; */
	}

	.news-carusel-top-right {
	    padding-right: 50px;
	}

	.arendators-carusel-controls-right-box {
	    padding-right: 0 !important;
	}

	.predlozheniya-block-left-title {
		font-size: 40px;
		line-height: 50px;
	}

	.predlozheniya-block-left-redtext {
		font-size: 30px;
		line-height: 42px;
	}

	.top-button a {
		min-width: 200px;
	}

	.main-slider-info {
	    margin-bottom: 100px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1350px) {
	.top-button a {
		min-width: 150px;
		height: auto;
		line-height: normal;
		padding: 10px 15px;
	}

	#primary-menu a {
		padding: 0 15px;
	}

	.contacts-adress {
	    margin: 0 0 35px 0;
	}

	.contscts-botton-text {
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1920px) {
	.formmap-block-left {
	    padding: 75px 50px 40px 50px;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
	.arendators-wr::after {
		content: none;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1920px) {
	.arendators-wr::after {
		/* content: none; */
		/* content: url(images/ear-1-s.svg); */
		position: absolute;
		top: -50%;
		right: 0;
		z-index: 1;
	}

	.promo-block-wr::before {
		content: url(images/ear-2-s.svg);
		position: absolute;
		bottom: 60%;
		left: 0;
		z-index: 1;
	}

	.promo-block-wr::after {
		content: url(images/ear-3-s.svg);
		position: absolute;
		bottom: 3%;
		right: 0;
		z-index: 1;
	}

	.formmap-block-wr::after {
		content: url(images/ear-4-s.svg);
		position: absolute;
		bottom: auto;
	    top: -10%;
		left: 0;
		z-index: 1;
	}
}

@media screen and (max-width: 1299px) {
	.arendators-wr::after {
		content: none;
	}

	.promo-block-wr::before {
		content: none;
	}

	.promo-block-wr::after {
		content: none;
	}

	.formmap-block-wr::after {
		content: none;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	.main-links-item a {
		min-height: 300px;
	}

	.arendators-carusel-controls-right-box {
		padding-right: 50px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
	.contscts-botton-text {
		margin-bottom: 35px;
	}

	.contacts-adress-left {
		width: 100%;
	}

	.predlozheniya-block-left {
		width: calc(50% - 40px);
	}

	.predlozheniya-block-right {
	    width: calc(50% - 40px);
	}

	.predlozheniya-block-right-item {
		min-height: 175px;
		width: calc(50% - 70px);
		padding: 15px 20px;
		margin: 0 30px 30px 0;
	}

	.predlozheniya-block-left-title {
		font-size: 40px;
		line-height: 50px;
	}

	.predlozheniya-block-left-redtext {
		font-size: 30px;
		line-height: 42px;
	}
}

@media screen and (min-width: 1028px) and (max-width: 1187px) {
	.contacts-adress {
		margin: 30px 0 50px 0;
	}

	.contscts-botton-text {
		margin-bottom: 50px;
	}

	.page-template-contacts-page .formmap-block-right-map {
	    max-height: 1160px;
	}
}

@media screen and (min-width: 1029px) and (max-width: 1085px) {
	.contacts-adress {
		margin: 30px 0 50px 0;
	}

	.contscts-botton-text {
		margin-bottom: 50px;
	}

	.page-template-contacts-page .formmap-block-right-map {
		max-height: 1162px;
	}
}

@media screen and (min-width: 1188px) and (max-width: 1200px) {
	.contacts-adress {
		margin: 30px 0 50px 0;
	}

	.contscts-botton-text {
		margin-bottom: 50px;
	}

	.page-template-contacts-page .formmap-block-right-map {
		max-height: 1160px;
	}
}

@media screen and (min-width: 961px) and (max-width: 1027px) {
	.contacts-adress {
		display: block;
		text-align: left;
		margin: 20px 0 20px 0;
	}

	.contscts-botton-text {
		margin-bottom: 30px;
	}

	.contacts-adress-left {
		width: 100%;
	}

	.page-template-contacts-page .formmap-block-right-map {
	    max-height: 1240px;
	}
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
	.site-logo img {
		max-width: 88px;
		height: auto;
	}

	.top-button a {
	    min-width: 150px;
		height: auto;
		line-height: normal;
		padding: 10px;
	}

	#primary-menu a {
		padding: 0 0 0 20px;
	}

	.site-logo-text {
		margin-left: 10px;
		font-size: 12px;
	}

	.main-links-item a {
		font-size: 34px;
	    min-height: 275px;
	}

	.predlozheniya-block-left-title {
		font-size: 54px;
		line-height: 68px;
	}

	.predlozheniya-block-left-redtext {
		font-size: 28px;
	}

	.predlozheniya-block-left-longtext {
		line-height: 26px;
	}

	.predlozheniya-block-right-item {
		width: 100%;
		min-height: 110px;
	    margin: 0 0 15px 0;
	}

	.bottom-form-title {
		font-size: 38px;
	    line-height: 46px;
	}

	.formmap-block-left {
		padding: 60px 75px 40px 0;
	}

	.arendators-inner-carusel-slider-item {
		width: calc(25% - 50px);
		margin-right: 25px;
		margin-left: 25px;
		margin-bottom: 30px;
	}

	.arendators-inner-carusel-slider-item a {
		padding: 0 0 30px 0;
	}

	.news-section .news-carusel-slider-item {
	    width: 33%;
	    margin-bottom: 50px;
	}
}

@media screen and (max-width: 960px) {
	.top-button {
		display: none;
	}

	.block-wr {
		/* padding: 0 15px; */
	}

	.site-logo img {
		max-width: 88px;
		height: auto;
	}

	.site-logo-text {
		font-size: 12px;
		line-height: 14px;
	}

	.site-logo {
		width: 80%;
	}

	.top-menu {
		width: 20%;
		display: flex;
		justify-content: flex-end;

	}

	#site-navigation {
		display: flex;
		background-color: #24333A;
		position: absolute;
		right: 0;
		top: -100vh;
		/* height: 0; */
		height: 100vh;
		flex-direction: column;
		justify-content: center;
	    align-items: center;
		transition: 0.3s linear;
		width: 100%;
	}

	#site-navigation.show {
		/* height: 100vh; */
		top: 0;
		transition: 0.3s linear;
	}

	.site-header {
		padding: 20px;
		position: relative;
		z-index: 3;
	}

	#mobile-menu-togler {
		display: flex;
	}

	#primary-menu {
		flex-wrap: wrap;
	}

	#primary-menu li {
		width: 100%;
		text-align: center;
		margin-bottom: 35px;
	}

	#primary-menu a {
		font-size: 22px;
		padding: 0;
		color: #fff;
	}

	.menu-main-menu-container {
		margin-bottom: 75px;
	}

	.main-slider-wr {
		min-height: calc(100vh - 75px);
		position: relative;
		align-items: center;
	}

	.main-slider-wr:after {
		content: '';
		position: absolute;
		width: 100%;
	    min-height: 100%;
		top: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.55);
		z-index: 1;
	}

	.main-slider-info {
		text-align: center;
		position: relative;
	    z-index: 2;
		margin-bottom: 60px;
	}

	.main-slider-info-title {
		font-size: 40px;
		line-height: 50px;
	}

	.main-slider-info-text {
		font-size: 17px;
		line-height: 22px;
	}

	.main-slider-info-text br {
		display: none;
	}

	.banner-utp-wr {
		display: none;
	}

	.mob-button-wr {
		display: block;
		position: relative;
		z-index: 2;
	}

	.main-links-box {
		margin: 0;
	}

	.main-links-box .slick-slide > div {
		margin: 3px;
	}

	.main-links-item a {
		min-height: 200px !important;
		margin: 3px 0;
	}

	.main-links-item-title {
		font-size: 18px;
		line-height: 65px;
	}

	.main-links-box a {
		height: 200px;
	}

	.yellow-arrow {
		width: 20px;
		bottom: 30px;
		left: calc(50% - 10px);
	}

	.arendators-wr {
		padding: 25px 15px;
	}

	.site-title {
		text-align: center;
		font-size: 36px;
		line-height: 40px;
		width: 100%;
		margin-bottom: 15px;
	}

	.arendators-carusel-controls,
	.arendators-inner-carusel-controls {
		flex-wrap: wrap;
		padding-right: 0;
	}

	.arendators-carusel-controls-left {
		width: 100%;
		order: 2;
		margin-top: 20px;
		text-align: center;
	}

	.arendators-carusel-controls-right {
		width: 100%;
		order: 1;
	}

	.arendators-inner-carusel-controls-left {
		width: 100%;
		order: 1;
		margin-top: 20px;
		text-align: center;
	}

	.arendators-inner-carusel-controls-right {
		width: 100%;
		order: 2;
		text-align: center;
	}

	.arendators-carusel-controls-right-box,
	.arendators-inner-carusel-controls-right-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}

	.arendators-inner-carusel-slider {
		padding: 0 15px;
		margin: 30px 0;
	}

	.arendators-carusel-controls-right a,
	.arendators-inner-carusel-controls-left a {
		line-height: normal;
		margin-bottom: 15px;
	}

	.arendators-bottom-links {
		justify-content: space-around;
	}

	.arendators-bottom-links a {
		min-width: calc(45% - 10px);
		margin: 0;
	}

	.news-carusel-top {
		flex-wrap: wrap;
	}

	.news-carusel-top > div {
		width: 100%;
	}

	.news-carusel-top-right {
	    padding-right: 0;
		text-align: center;
		margin: 15px 0;
	}

	.promo-block-wr,
	.predlozheniya-block-left-button {
		display: none;
	}

	.predlozheniya-block-wr {
		margin: 50px 0;
	}

	.predlozheniya-block {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.predlozheniya-block-left {
		width: 100%;
		margin-right: 0;
	}

	.predlozheniya-block-right {
		width: 100%;
		margin-left: 0;
	}

	.predlozheniya-block-left-title {
		text-align: center;
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	.predlozheniya-block-left-redtext {
		text-align: center;
		font-size: 24px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.predlozheniya-block-left-longtext {
		text-align: center;
		font-size: 14px;
		line-height: 27px;
	}

	.formmap-block-wr {
		flex-wrap: wrap;
	}

	.formmap-block-left {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding: 50px 0 40px 0;
		order: 2;
	}

	.formmap-block-right {
	    width: 100%;
		order: 1;
	}

	.formmap-block-right-map {
		max-height: 350px;
	}

	.map_code {
		display: none;
	}

	.map_mob_code {
		display: block;
	}

	.formmap-block-left-wr {
		padding: 0 15px;
	}

	.bottom-form-title {
		text-align: center;
		font-size: 36px;
		line-height: 45px;
	}

	.bottom-form-text {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
	}

	.bottom-form-box-bottom {
		text-align: center;
	}

	.bottom-form-box-field textarea,
	.bottom-form-box-field input {
		font-size: 13px;
	}

	.formmap-block-adress {
		text-align: center;
		font-size: 15px;
		line-height: 19px;
	}

	.formmap-block-soc-box {
		justify-content: center;
	}

	.formmap-block-soc-box-mob {
		display: block;
	}

	.page-title  {
		padding: 100px 15px 0 15px;
		text-align: center;
	}

	#breadcrumbs {
		display: none;
	}

	.arendators-inner-carusel-slider-item {
		width: calc(33% - 50px);
		margin-right: 25px;
		margin-left: 25px;
		margin-bottom: 30px;
	}

	.arendators-inner-carusel-slider-item a {
		padding: 0 0 30px 0;
	}

	.news-carusel-slider-item a {
	    padding-right: 15px;
		padding-left: 15px;
	}

	.store-detail-wr {
		padding: 100px 15px 50px 15px;
	}

	.store-detail-top-bottom {
		flex-wrap: wrap;
	}

	.store-detail-top-bottom > div {
		width: 100%;
	}

	.store-detail-top-bottom-left {
		margin-bottom: 20px;
	}

	.store-detail-top-bottom-left h1 {
		font-size: 32px;
	}

	.text-content {
		padding: 0 15px;
	}

	.store-detail-text-double {
		flex-wrap: wrap;
	}

	.store-detail-text-double-left {
		width: 100%;
		margin-right: 0;
	}

	.store-detail-text-double-right {
		width: 100%;
		margin-left: 0;
	}

	.store-detail-text-wr {
		padding: 50px 0 20px 0;
	}

	.news-detail-top-wr {
	    padding: 100px 15px 30px 15px;
	}

	.news-detail-top-title h1 {
		font-size: 30px;
	}

	.uslugi-list {
		padding: 0 15px;
	}

	.contacts-adress,
	.contscts-botton-text {
		display: block;
		text-align: center;
	}

	.contacts-adress-left {
		width: 100%;
	}

	.page-template-contacts-page .formmap-block-left {
		order: 1;
	}

	.page-template-contacts-page .formmap-block-right {
		order: 2;
	}

	.formmap-block-left-wr {
		max-width: none;
		padding-top: 100px;
	}

	.page-template-contacts-page .predlozheniya-block-left-button,
	.page-template-trcmap-page .predlozheniya-block-left-button {
		display: block !important;
		text-align: center;
	}

	.trc-map-wr {
		padding: 0 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.predlozheniya-block-right-item {
		width: calc(50% - 110px);
	    padding: 40px;
	    margin: 0 15px 15px 0;
		min-height: 150px;
		align-items: center;
	    justify-content: center;
		text-align: center;
	}

	.news-section .news-carusel-slider-item {
	    width: 50%;
	    margin-bottom: 50px;
	}

}

@media screen and (max-width: 767px) {
	.predlozheniya-block-right-item {
		width: calc(100% - 80px);
	    padding: 40px;
	    margin: 0 0 15px 0;
		min-height: 150px;
		align-items: center;
	    justify-content: center;
		text-align: center;
	}

	.arendators-inner-carusel-slider-item {
		width: calc(100% - 50px);
		margin-right: 25px;
		margin-left: 25px;
		margin-bottom: 30px;
	}

	.arendators-carusel-slider-item a, .arendators-inner-carusel-slider-item a {
		font-size: 16px;
	}

	.arendators-inner-carusel-slider-item a {
		padding: 0 0 30px 0;
	}

	.page-title h1 {
		font-size: 36px;
		text-align: center;
	}

	#breadcrumbs {
		display: none;
	}

	.news-carusel-slider-item a {
	    padding-right: 10px;
		padding-left: 10px;
	}

	.news-section .news-carusel-slider-item {
	    width: 100%;
	    margin-bottom: 50px;
	}

	.page-numbers {
		width: 30px;
		height: 30px;
	}

	.uslugi-list-item:nth-child(2n) {
		margin-left: 0;
	}

	.uslugi-list-item:nth-child(2n + 1) {
		margin-right: 0;
	}

	.uslugi-list {
		padding: 0 15px;
	}

	.uslugi-list-item {
		width: 100%;
		min-height: 300px;
	}

	.x-close-white {
	    top: 10px !important;
	    right: 10px !important;
	}

	.bottom-form-popup .bottom-form-box-left {
		width: 100%;
		margin-right: 0;
	}

	.bottom-form-popup .bottom-form-box-right {
		width: 100%;
		margin-left: 0;
	}

	.modal-form-success-show {
		padding: 40px 15px !important;
	}
}

@media screen and (min-width: 567px) and (max-width: 830px) {
	.store-detail-top-contacts {
		flex-wrap: wrap;
	}

	.store-detail-top-contacts-item {
		margin-right: 20px;
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 561px) and (max-width: 766px) {
	.store-detail-top-contacts {
		flex-wrap: wrap;
	}

	.store-detail-top-contacts-item {
		margin-right: 20px;
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 560px) {
	.store-detail-top-contacts {
		flex-wrap: wrap;
	}

	.store-detail-top-contacts-item {
		margin-right: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.news-section .news-carusel-slider-item {
	    width: 100%;
	    margin-bottom: 50px;
	}

	.page-numbers {
		width: 30px;
		height: 30px;
	}
}
