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

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

@font-face {
	font-family: 'Intro inline';
	src: url('../fonts/Intro Inline (Regular).otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: inherit;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Circe", sans-serif;
	margin: 0;
	width: 100%;
	height: 100%;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none;
}

.container {
	width: calc(100% - 2px);
	max-width: 1410px;
	padding: 0 15px;
	margin: 0 auto;
}

*[data-hidden="true"] {
	position: absolute;
	width: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
}

/*
*ВЫБОР ГОРОДА
*/

.choice {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 100vh;
	padding: 0 15px;
	z-index: 1;
}

.choice__logo {
	width: 100%;
	max-width:300px;
	padding-top: 45px;
}

.choice__heading {
	margin: 0 0 45px 0;
	font-weight: normal;
}

.cities {
	text-align: center;
	color: #fff;
}

.choice__link {
	color: #fff;
	margin-bottom: 30px;
	font-family: "Intro inline", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	line-height: 0.8;
	border-bottom: 3px solid #fff;
}

.choice__link:not(:last-of-type) {
	margin-right: 60px;
}

.cities a:hover {
	color: #ffcd46;
	border-bottom-color: #ffcd46;
}

.cities h1 {
	font-family: "Circe Extra Light", sans-serif;
	text-transform: unset;
}

/*
* ХЭДЭР
*/

.header {
	padding: 20px 0 25px;
	min-height: 115px;
	box-shadow: 0px 5px 20px #f2f2f2;
}

.header__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/*height: 100%;*/
}

.logo {
	display: block;
	width: 100%;
	/*height: 100%;*/
	text-decoration: none;
}

.logo img {
	display: block;
	width: 100%;
}

.header__left {
	flex-shrink: 1;
}

.header__right {
	padding-left: 190px;
	flex: 1;
	font-family: "Lato", sans-serif;
}

.shadow {
	box-shadow: 0 5px 20px #f2f2f2;
}

.info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	font-size: 17px;
}

.info__phone {
	margin-right: 15px;
	white-space: nowrap;
}

.info__phone span {
	font-size: 22px;
}

.info__time {
	margin-right: 10px;
	white-space: nowrap;
}

.info__address {
	margin-right: 10px;
	margin-left: auto;
	white-space: nowrap;
	border-bottom: 1px solid lightgrey;
}

.soc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: auto;
}

.soc_intro {
	margin-left: 0;
	padding-bottom: 45px;
}
.soc_intro a{
	display: none;
}
.soc_footer {
	margin-left: 0;
}

.soc_mobile {
	display: none;
	justify-content: center;
	padding: 20px 20px 30px 20px;
}

.soc__link {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.soc__link_header,
.soc__link_intro {
	color: white;
}

.soc__link_header:hover {
	opacity: 0.75;
}

.soc__link_footer,
.soc__link_intro {
	color: #5e423e;
	background-color: #fff;
	opacity: 0.75;
}

.soc__link_intro:hover {
	opacity: 1;
	background-color: #ffcd46;
}

.soc__link_footer:hover {
	opacity: 1;
	color: #5e423e;
}

.soc__link:not(:first-of-type) {
	margin-left: 12px;
}

.soc__link_fb {
	background-color: #3b5998;
}

.soc__link_vk {
	background-color: #4d76a1;
}

.soc__link_ok {
	background-color: #ff9600;
}

.soc__link_insta {
	background-color: #a3786c;
}

.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.menu__item:not(:first-of-type) {
	margin-left: 5px;
}

.menu__link {
	color: #0f71c8;
	text-decoration: none;
	border-bottom: 1px solid #d2e4f5;
}

.menu__link:hover {
	color: #c13f33;
	border-bottom-color: #ffbfbf;
}

.header__menu-button {
	display: none;
	padding: 0;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #c13f33;
}

.header__menu-button span {
	display: block;
	width: 65%;
	height: 2px;
	margin: 0 auto 6px auto;
	background-color: #c13f33;
}

.header__callback-button {
	display: none;
	width: 50px;
	height: 50px;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.header__callback-button svg {
	width: 25px;
	height: 25px;
	fill: #c13f33;
}

.shops-nav a,
.faq .baian span,
.contacts a,
.rents .schema {
	color: #0f71c8;
	text-decoration: none;
}

.shops-nav a,
.faq .baian span,
.contacts a,
.rents .schema span {
	border-bottom: 1px solid #d2e4f5;
}

.shops-nav a:hover,
.faq .baian:hover span,
.faq .baian.open span,
.contacts a:hover,
.rents .schema span:hover {
	color: #ff0000;
	border-bottom-color: #ffbfbf;
}

/*news*/

.news {
	padding: 30px 0 0 0;
}

.news__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.news__heading {
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.news__heading a {
	position: relative;
	color: #000;
	text-decoration: none;
}

.news__heading a::after {
	position: absolute;
	bottom: 4px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	content: '';
}

.news__heading a:hover {
	color: #ff0000;
}

.news__item {
	padding-bottom: 40px;
}

.news__image {
	width: 100%;
	margin-bottom: 15px;
}

.news__date {
	margin: 0 0 6px 0;
	font-size: 13px;
	line-height: 1;
	color: grey;
}

.news__link {
	text-decoration: none;
}

.news__text {
	display: inline;
	font-size: 17px;
	color: #0f71c8;
	box-shadow: inset 0 -0.175em white, inset 0 -4px #66b5ff;
}

.news__link:hover .news__text {
	color: #ff0000;
	box-shadow: inset 0 -0.175em white, inset 0 -4px #ffbfbf;
}

.news__note {
	display: block;
	font-family: "Lato", sans-serif;
	color: #0b0b0b;
}

.news .tile {
	margin: 0 0 40px 0;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.5s linear;
	/*в скрипте лежит часть функционала, в т.ч. смена дата атрибута, время тут и в скрипте должно совпадать*/
}

.news .tile[data-anim="true"] {
	transform: scaleX(0);
	width: 0;
}

/*-----ends of news----------*/

/*табы*/

.btns button {
	position: relative;
	padding: 0;
	font: 17px "Circe";
	color: #0f71c9;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #4a94d6;
}

.btns button:not(:last-of-type) {
	margin-right: 30px;
}

.btns button::before {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background-color: #f00000;
	content: '';
}

.btns button[data-active="true"]::before,
.btns button:hover::before {
	width: 100%;
}

.btns button[data-active="true"],
.btns button:hover {
	color: #000;
	border-bottom-color: transparent;
}

/*конец табов*/

.breadcrumps {
	padding: 30px 0 0;
}

.breadcrumps a,
.breadcrumps span {
	color: #999;
	font: 14px "Lato";
}

/*типография*/

.heading {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 4px;
}

.text {
	font-size: 20px;
	line-height: 1.5;
}

.text_heading {
	font-size: 24px;
	font-family: "Lato", sans-serif;
}

.text li {
	margin-bottom: 15px;
}

/*
* =========== СЛАЙДЕР =============
*/

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: normal;
	color: #280803;
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #ffcd46;
}

.owl-prev {
	left: 30px;
}

.owl-next {
	right: 30px;
}

.owl-dots {
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.owl-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
}

.owl-dot:not(:first-of-type) {
	margin-left: 15px;
}

.owl-dot:hover,
.owl-dot.active {
	background-color: #fff;
}

.hero__item {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.hero__heading {
	width: 100%;
	margin: 0 0 40px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

.hero__links {
	padding: 0 70px;
}

.hero__text {
	margin: 0 0 50px 0;
	font-family: "Lato", sans-serif;
	color: #fff;
}

.hero__brands {
	padding: 0 70px;
}

.hero__brand-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-bottom: 100px;
}

.owl-carousel .owl-item .hero__brand {
	width: auto;
}

.hero__button {
	display: inline-block;
	width: 100%;
	max-width: 277px;
	padding: 8px 10px;
	line-height: 1;
	background-color: #fff;
	border-radius: 50px;
	color: #000;
	text-decoration: none;
	font: bold 26px "Circe";
}

.hero__button:hover {
	background-color: #ffcd46;
}

.hero__info {
	text-align: center;
}

.hero__link {
	margin-bottom: 20px;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255, 0.4);
	display: inline-block;
	line-height: 1;
}

.hero__link:hover {
	color: #ffcd46;
	border-bottom-color: rgba(255,205,77, 0.4);
}

/*
* ======== ГЛАВНАЯ СТРАНИЦА ============
*/

.clear {
	clear: both;
}

.strips {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px 0 50px;
}

.strips::before,
.strips::after {
	content: "";
	height: 2px;
	width: 40px;
	margin-right: 25px;
	background-color: #f00000;
}

.strips::after {
	margin-left: 20px;
	margin-right: 0;
}

/*
*=======  КАТАЛОГ ==========
*/

.main-catalog__tile {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.main-catalog__tile::before {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	content: '';
}

.main-catalog__link {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	display: flex;
	height: 100%;
	padding: 20px 15px 15px 15px;
	border-radius: 10px;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	transition: all 0.5s;
}

.main-catalog__name {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
	color: #000;
	transition: all 0.5s;
}

.main-catalog__link:hover .main-catalog__name {
	color: #fff;
	background-color: rgba(0,0,0, 0.7);
}

/*
* ======== НОВОСТИ И АКЦИИ ============
*/

.mainNews .list {
	justify-content: flex-start;
	width: 103%;
}

.mainNews .cond {
	margin-top: -5px;
	font: 15px "Lato";
}

/*
*============  ТЕКТСТ НА ГЛАВНОЙ ========
*/

.mainText {
	padding-bottom: 2rem;
	font-family: "Lato";
	line-height: 1.5;
}

.mainText h2 {
	letter-spacing: 4px;
	text-transform: uppercase;
}

.mainText h3 {
	font-weight: bold;
}

.mainText ul {
	list-style-image: url(../img/listimg.png);
}

.mainText p:not(:last-child) {
	margin: 0 0 1rem 0;
}

/*
* ===========  КРУГЛЯШИ ============
*/

.facts {
	font-family: "Circe";
}

.facts_main {
	padding-top: 2rem;
}

.round {
	position: relative;
	color: #fff;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	max-width: 360px;
	max-height: 360px;
	margin: 0 auto 2rem auto;
}

.round::before {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	content: '';
}

.round__content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: .75;
	background-color: rgba(89, 45, 40, 0.5);
}

.round__more {
	margin: 0 0 30px 0;
	font-size: 23px;
}

.round__number {
	margin: 0 0 30px 0;
	font-size: 47px;
	white-space: nowrap;
}

.round__number sup {
	font-size: 30px;
}

.round__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
}

/*галлерея фоток*/

.gallery {
	padding-bottom: 3rem;
}

.gallery__image {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 30px;
}

.gallery__col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

footer {
	padding: 30px 0;
	background-image: url(../img/footerbg.png);
	background-size: cover;
	color: #fff;
	font-size: 14px;
	font-family: "Lato", sans-serif;
}

.footer__col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer__col:nth-child(2) {
	align-items: center;
}

.footer__col:last-child {
	align-items: flex-end;
}

.footer__time {
	margin: 0 0 15px 0;
}

.footer__address {
	margin: 0 0 15px 0;
	line-height: 1.5;
	text-align: center;
}

.footer__privacy {
	color: #fff;
}

.footer__privacy a {
	color: inherit;
	text-decoration: none;
	line-height: 1.5;
	border-bottom: 1px solid;
}

.footer__privacy:hover {
	color: #ffcd46;
}

.copyrights__link {
	display: block;
	color: #fff;
	text-decoration: none;
}

.copyrights__link:hover {
	color: #ffcd46;
}

.copyrights__text {
	border-bottom: 1px solid;
}

.copyrights__image {
	display: block;
	margin-top: 15px;
}

/*
* =============== СТРАНИЦА "МАГАЗИНЫ" ============
*/

.shops {
	padding-top: 30px;
}

.shops__item {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 2rem;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.shops__item::before {
	display: block;
	padding-bottom: 100%;
	content: '';
}

.shops__item img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 95%;
	transform: translate(-50%, -50%);
}

.shops-nav {
	height: 60px;
	background-color: #e5e5e5;
	position: relative;
}

.shops-nav__container {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.shops-menu {
	position: absolute;
	top: 75%;
	width: calc(20vw + 300px);
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0px #cdcdcd;
	background-color: #fff;
	z-index: 100;
}

.shops-menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 20px;
	list-style: none;
}

.shops-menu li {
	margin-bottom: 19px;
	font: 17px "Lato";
	width: 200px;
}

.shops-nav button {
	font: 17px "Lato";
	color: #000;
	cursor: pointer;
}

.shops-nav button span {
	border-bottom: 1px dashed #888;
}

.shops-nav button::after {
	content: url(../img/angel-down.png);
	margin-left: 10px;
}

.shops-nav button.open::after {
	transform: rotateX(180deg);
	display: inline-block;
}

.shops-nav a.schema span {
	font: 17px "Lato";
	color: #460d04;
	border-bottom: 1px solid #ae9490;
}

.schema::before {
	content: url(../img/schema-icon.png);
	margin-right: 15px;
	height: 24px;
}

a.schema {
	border-bottom: none;
	display: flex;
	align-items: center;
	display:none;
}

/*
* ============ СТРАНИЦА "НОВОСТИ И АКЦИИ" =============
*/

.pagination {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 2rem;
}

.pagination__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.pagination__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}

.pagination__page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 40px;
	line-height: 1;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	overflow: hidden;
}

.pagination__button:hover {
	background-color: #e5e5e5;
}

.pagination__all {
	padding-left: 10px;
}

/*
* ============ СТРАНИЦА "НОВОСТИ И АКЦИИ" ДЕТАЛЬНО =============
*/

.detailNews .date {
	font: 17px "Lato";
	margin-bottom: 20px;
}

.detailNews__img {
	width: 330px;
	height: 186px;
	float: left;
	margin: 0 30px 30px 0;
}

.detailNews .date .active {
	margin-left: 10px;
	font-style: italic;
}

.newsSoc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.newsSoc .icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(../img/soc-sprite.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.newsSoc button {
	background-color: #ebebeb;
	margin-right: 10px;
	border-radius: 3px;
	display: flex;
	padding: 4px;
	margin-bottom: 15px;
}

.newsSoc .fb {
	background-position-y: -18px;
}

.newsSoc .ok {
	background-position-y: -36px;
}

.newsSoc .goog {
	background-position-y: -55px;
}

.newsSoc .twit {
	background-position-y: -74px;
}

.detailNews .mainNews .header {
	margin-bottom: 0;
}

.detailNews .mainNews h3 {
	margin-top: 40px;
}

/*
* ============ СТРАНИЦА "ВОПРОС-ОТВЕТ" ==============
*/

.faq__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.faq__slogan {
	margin: 0 15px 0 0;
	font-size: 20px;
	flex: 1 0 75%;
}

.faq__button {
	display: none;
	background-color: #0f71c8;
	padding: 4px 20px;
	flex-shrink: 0;
	border-radius: 30px;
	color: #fff;
	font-size: 26px;
	line-height: 1.6;
}

.faq__button:hover {
	background-color: #0f4f96;
}

.faq__question {
	text-decoration: none;
	position: relative;
	margin-bottom: 30px;
}

.faq__toggler:hover {
	cursor: pointer;
}

.faq__toggler {
	font-family: 'Lato', Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #0f71c8;
	border-bottom: 1px dashed #0f71c8;
}

.faq__toggler:hover {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

.faq__toggler-wrapper {
	padding-left: 30px;
}

.faq__answer {
	display: none;
	margin: 30px 0;
	padding: 30px;
	background-color: #ece6e5;
	border-radius: 5px;
}

.faq__author {
	margin-top: 0;
	font-style: italic;
}

.faq__answer p {
	font-size: 20px;
}

/*стили иконки у аккордеона*/

.faq__question .v {
	width: 8px;
	height: 0px;
	border: 1px solid #0f71c8;
	position: absolute;
	top: 14px;
}

.v1 {
	transform: rotate(45deg);
	transition: transform 0.3s linear;
}

.v2 {
	left: 6px;
	transform: rotate(315deg);
	transition: transform 0.3s linear;
}

.faq__question_open .v {
	border: 1px solid #ff0000;
}

.faq__question_open .v1 {
	transform: rotate(135deg);
}

.faq__question_open .v2 {
	transform: rotate(225deg);
}

/*
* =============== КOНТАКТЫ ================
*/

.contacts a {
	font-size: 20px;
	border-bottom-style: dashed;
}

.contacts {
	font: 20px "Lato";
}

.contacts h4 {
	margin: 15px 0;
}

.contacts a {
	margin: 15px 0;
}

.contacts .marg-b {
	margin-bottom: 40px;
}

#map {
	width: 100%;
	height: auto;
}

#place {
	position: absolute;
	top: 35%;
	left: 54%;
}

.contacts .phone span {
	font-size: 20px;
	font-weight: bold;
}

.contacts .phone::before,
.rents .phone::before {
	content: url(../img/phone.png);
	margin-right: 10px;
}

/*
* ============== АРЕНДАТОРАМ ================
*/

.rents {
	font-family: "Lato";
	color: #333;
}

.rents__text {
	margin: 0 0 50px 0;
}

.rents__facts {
	margin-bottom: 50px;
}

.rents__info {
	margin-bottom: 40px;
}

.rents__btns button {
	font-size: 24px;
	font-weight: bold;
}

.rents__gallery {
	padding-bottom: 2rem;
}

.rents .round {
	margin-bottom: 2rem;
}

.detail {
	width: 66%;
}

.form {
	width: 32%;
}

.img {
	width: 60px;
	margin-right: 25px;
}

.rents .schema::before {
	content: url(../img/blue-schema-icon.png);
}

.cost {
	font-weight: bold;
}

.tab {
	margin-top: 10px;
}

.rents .text  p{
	margin: 30px 0 45px;
}

.advant {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
}

.advant span {
	font-size: 20px;
	font-weight: bold;
}

.advant__img {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.rents__phone {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.rents__phone span {
	display: block;
	margin-bottom: 15px;
}

.rents__phone span:first-of-type {
	margin-right: 20px;
}

.rents__form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #ece6e5;
	border-radius: 8px;
	padding: 30px;
	width: 100%;
}

.rents__input {
	width: 100%;
	border: none;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 17px;
	border-radius: 4px;
}

.rents form h3 {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	font-family: "Circe";
}

.rents form p {
	font-size: 12px;
	font-weight: bold;
}

.rents form input[type="submit"] {
	width: 175px;
	height: 50px;
	align-self: center;
	background-color: #0f71c8;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.rents form input[type="submit"]:hover {
	border-width: 2px;
	border-style: outset;
	border-color: #1070c8;
}

.rents form input[type="text"]:focus,
.rents form textarea:focus {
	background-color: #f5f5f5;
}

.map {
	width: 100%;
	margin-bottom: 2rem;
	height: 500px;
}

/* .map::before {
	display: block;
	width: 100%;
	padding-bottom: 40%;
	content: '';
} */

.widget {
	margin-bottom: 2rem;
}

.owl-nav.disabled {
	display: none !important;
}

/* test video bg */

.video-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.video-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.choice {
	background-color: rgba(66, 31, 26, 0.5);
}

.modal {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 45px 30px;
	background-color: #fff;
	border-radius: 10px;
}

.modal-shop__top {
	display: flex;
	justify-content: center;
}

.modal-shop__image {
	position: relative;
	display: block;
	width: 100%;
	max-width: 210px;
	margin-bottom: 2rem;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.modal-shop__imgs_bottom {
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.modal-shop__image::before {
	display: block;
	padding-bottom: 100%;
	content: '';
}

.modal-shop__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 75%;
	transform: translate(-50%, -50%);
}

.modal-shop__imgs_bottom img {
	max-width: 100%;
	display: block;
}

.modal__content .row {
	margin-top: -15px;
}

.modal-shop__list {
	padding: 0 0 0 40px;
	margin: 0;
	list-style-type: none;
}

.modal-shop__item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.modal-shop__text {
	padding-left: 6px;
}

.modal-shop__link {
	position: relative;
	color: inherit;
	text-decoration: none;
	padding-left: 6px;
}

.modal-shop__link::before {
	position: absolute;
	bottom: 4px;
	left: 6px;
	display: block;
	width: calc(100% - 6px);
	height: 1px;
	background-color: currentColor;
	content: '';
}

.modal-shop__link:hover {
	color: #c13f33;
}

@media screen and (min-width: 320px) {
	.choice__heading {
	font-size: calc(2.625vw + 19.6px);
	}

	.choice__link {
	font-size: calc(0.75vw + 25.6px);
	}

	.hero__text {
	font-size: calc(0.875vw + 13.2px);
	}

	.hero__heading {
	font-size: calc(2.2125vw + 19.2px);
	}
}

@media screen and (min-width: 321px) {
	.round__more {
	font-size: calc(0.4375vw + 21.6px);
	}

	.round__number {
	font-size: calc(.8125vw + 44.4px);
	}

	.round__text {
	font-size: calc(0.3125vw + 14px);
	}
	.rents__facts .round__number {
	font-size: calc(.8125vw + 34.8px);
	}
}

@media screen and (min-width: 768px) {
	.menu {
	font-size: calc(0.3472vw + 13.333504px);
	}
}

@media (max-width: 1376px) {
	.facts .tile {
	width: 270px;
	}

	.list img {
	width: 100%;
	}

	.mainCatalog .tile {
	height: 270px;
	}

	.shop {
	width: 168px;
	height: 168px;
	}
}

@media screen and (max-width: 1300px) {
	.header__right {
	padding-left: 50px;
	}

	.info {
	font-size: 15px;
	}

	.info__phone span {
	font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	.hero__brand-wrapper {
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 1130px) {
	.header__right {
	padding-left: 20px;
	}

	.info__phone {
	margin-right: 15px;
	}

	.info__time {
	margin-right: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.video-bg {
	display: none;
	}

	.choice {
	background-image: url(../img/mobile_choice.png);
	background-repeat: no-repeat;
	background-size: cover;
	}

	.header__container {
	align-items: center;
	}

	.soc_desktop {
	display: none;
	}

	.soc_mobile {
	display: flex;
	}

	.info {
	display: none;
	}

	.header__right {
	position: absolute;
	top: 115px;
	left: 0;
	display: none;
	width: 100%;
	padding: 0;
	z-index: 100;
	background-color: #c13f33;
	}

	.menu {
	display: block;
	}

	.menu__item:not(:first-of-type) {
	margin: 0;
	}
	.menu__link {
	display: block;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 0;
	}

	.menu__link span {
	border-bottom: 1px solid rgba(255,255,255, 0.5);
	}

	.menu__link:hover {
	color: #c13f33;
	background-color: #fff;
	}

	.header__menu-button {
	display: block;
	}

	.header__callback-button {
	display: block;
	}

	.header .soc__link {
	color: #c13f33;
	background-color: #fff;
	opacity: 0.75;
	}

	.header  .soc__link:hover {
	opacity: 1;
	}

	.header  .soc__link:not(:first-of-type) {
	margin-left: 24px;
	}
}

@media screen and (max-width: 910px) {
	.faq__top {
	flex-direction: column;
	align-items: flex-start;
	}

	.faq__slogan {
	margin: 0;
	order: 1;
	}

	.faq__button {
	margin-bottom: 20px;
	order: 0;
	}
}

@media screen and (max-width: 768px) {
	.news {
	padding: 45px 0 0 0;
	}

	.news__header {
	display: block;
	margin-bottom: 10px;
	}

	.news__heading {
	margin: 0 0 30px 0;
	}
	.footer__col {
	padding-bottom: 30px;
	align-items: center;
	}

	.footer__col:last-child {
	align-items: center;
	}

	.footer__col {
	text-align: center;
	}

	.faq__slogan {
	font-size: 15px;
	}

	.faq__button {
	font-size: 20px;
	}

	.faq__toggler {
	font-size: 15px;
	}

	.faq__answer p {
	font-size: 15px;
	}

	.rents__btns button {
	font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.hero__item {
	height: 350px;
	}

	.hero__links {
	display: none;
	}

	.hero__heading {
	margin: 0 0 20px 0;
	}

	.hero__text {
	margin: 0 0 25px 0;
	}

	.hero__brands {
	display: none;
	}

	.map::before {
	padding-bottom: 60%;
	}

	.map::before {
	padding-bottom: 80%;
	}
}

@media (max-width: 767px) {
	.detail {
	padding-bottom: 2rem;
	}
}

@media screen and (max-width: 550px) {
	.btns_main {
	display: none;
	}

	.heading {
	font-size: 20px;
	}

	.text {
	font-size: 15px;
	}

	.text_heading {
	font-size: 18px;
	}

	.text li {
	margin-bottom: 10px;
	}

	.strips::before,
	.strips::after {
	display: none;
	}

	.main-catalog__tile {
	margin-bottom: 2px;
	padding: 0;
	}

	.main-catalog__tile::before {
	padding-bottom: 50%;
	}

	.main-catalog__link {
	border-radius: 0;
	align-items: center;
	left: 0;
	right: 0;
	}

	.detailNews img {
	width: 100%;
	height: auto;
	margin: 0 0 3px 0;
	float: none;
	}
}

@media screen and (max-width: 500px) {
	.cities {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

	.choice__link:not(:last-of-type) {
	margin-right: 0;
	}

	.shops-nav {
	height: auto;
	}

	.shops-nav__container {
	padding: 10px 15px;
	flex-direction: column;
	align-items: flex-start;
	}

	.shops-nav__all {
	order: 1;
	margin-top: 15px;
	}

	.shops-nav__container  .schema {
	order: 0;
	}

	.shops-menu {
	top: 100%;
	width: calc(100% - 30px);
	height: auto;
	}

	.shops-menu ul {
	height: auto;
	}
}

@media screen and (max-width: 480px) {
	.logo img {
	max-width: 170px;
	height: auto;
	}
}

@media screen and (max-width: 450px) {
	.modal-shop__top {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	}

	.modal-shop__image {
	margin: 0 auto 30px auto;
	}

	.modal-shop__list {
	padding: 0;
	}

	.modal-shop__item {
	margin-bottom: 15px;
	}
}

@media screen and (max-width: 400px) {
	.btns button {
	font-size: 14px;
	}

	.rents__btns button {
	font-size: 14px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.gallery__col:last-of-type {
	flex-direction: row;
	padding-top: 30px;
	}

	.gallery__col:last-of-type img {
	width: calc(50% - 1rem);
	}

	.gallery__col:last-of-type img:first-of-type {
	margin-right: 2rem;
	}
}
.modal__bottom p, .text p{
	font-size: 20px;
	line-height: 1.5;
}
.data{
	display:none;
}
.schema.schema_shops::before {
	content: "";
}
.shop_modal_name{
	font-size:  20px;
	text-align:  center;
	margin-top: 0;
	color: #c13f34;
	font-weight:  bold;
}
.shop_modal_name::before{content: "«";}
.shop_modal_name::after{content: "»";}
.frameWrapper {
	position: relative;
}
.frameWrapper::before {
	display: block;
	width: 100%;
	padding-bottom: 66.6%;
	content: '';
}
.about{
	max-width: 850px;
	margin: 0 auto;
}
/* Карты */
.room:hover {
	opacity: 0.5;
	cursor: pointer;
}
.svgContainer{display: none;}
.svgContainerActive{display: block;}
.schemaShopsContainerLg{
	justify-content: flex-start;
}
.shops-nav .schemaFloorLink {
	display:  flex;
	flex-basis: 180px;
	color: #997974;
	font-family: "Lato";
	margin-right: 50px;
}
.schemaFloorNumber {
	width: 40px;
	height: 40px;
	border-radius:  50%;
	border: 1px solid #997974;
	display:  flex;
	align-items:  center;
	justify-content:  center;
	font-size:  24px;
	background-color:  #fff;
	color: #460d04;
	margin-right: 10px;
}
.shops-nav .schemaFloorLink:hover, .shops-nav .schemaFloorLink.activeFloor{
	color: #460d04;
	border-bottom: none;
}
.schemaFloorLink:hover .schemaFloorNumber, .schemaFloorLink.activeFloor .schemaFloorNumber{
	background-color: #673831;
	border-color: #673831;
	color: #fff;
} 
.floorTextWrap {
	display:  flex;
	flex-direction:  column;
	font-size: 17px;
	font-weight: bold;
}
.etaj {
	text-transform:  uppercase;
}
.floorText {
	border-bottom: 1px dashed #99797480;
}
.schemaFloorLink:hover .floorText, .schemaFloorLink.activeFloor .floorText{
	 border-bottom-color: #99797400;
}
.shops-nav .sortedBrands {
	display:  flex;
	flex-grow: 7;
	justify-content: flex-end;
	color: #460d04;
	font-size: 17px;
	font-family: "Lato";
}
.sortedBrandsIcon {
	font-size: 12px;
	width: 32px;
	height: 19px;
	border: 2px solid;
	text-align:  center;
	font-weight:  bold;
	padding: 1px 1px 0 0;
	margin-right: 10px;
}
.sortedBrandsText {
	border-bottom:  1px solid #460d0480;
}
.shops-nav .sortedBrands:hover{
	color: #460d04;
	border-bottom-color: #ffbfbf00;
}
.schemaIframe{
	width: 100%;
	height: 810px;
	padding: 20px 0;
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

@media screen and (min-width: 938px){
	.schemaShopsContainerXs{display:none;}
}
@media screen and (max-width: 937px){
	.shops-nav__container{display: block;}
	.schemaShopsContainerLg{display:none;}
	.schemaShopsContainerXs {
		width: 290px;
		padding:  0;
		background-color: #fff;
		height:  40px;
		overflow:  hidden;
		position: absolute;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		z-index: 2;
		transition: height 0.5s ease;
		-webkit-transition: height 0.5s ease;
		-moz-transition: height 0.5s ease;
		-ms-transition: height 0.5s ease;
		-o-transition: height 0.5s ease;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	.schemaShopsNav{
		padding: 10px 0;
	}
	.dropdownBtn {
		position:  absolute;
		right: 10px;
		top: 10px;
		width: 20px;
		height: 20px;
		z-index: 10;
		transform: rotateX(0deg);
		transition: transform 0.5s ease;
	}
	.dropdownBtn.open{
		transform: rotateX(180deg);
	}
	.menuOpen{
		height: 287px;
	}
	.shops-nav .schemaFloorLinkXs, #displayFloor {
		color: #000;
		border-bottom-width: 0;
		width: 100%;
		height: 41px;
		display: flex;
		border-bottom: 1px solid #e5e5e5;
		align-items: center;
		padding-left: 20px;
	}
	.schemaShopsNav {
		height: 60px;
		display:  flex;
		justify-content:  center;
	}
	.schemaIframe{
		height: 460px;
	}
}

.controlUI{
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
    padding-top: 20px;
    top: 30px;
    z-index: 1;
}
.zoomBtn {
	cursor: pointer;
}
.elementUI{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.loupe{
	margin-right: 0;
}
.serviceSvg{display:none;}
@media screen and (max-width: 767px){
	.elementUI {
		width: 30px;
		height: 30px;
	}
}
.mfp-close{font-size: 48px;}
.jpgContainer {justify-content: flex-start;padding: 0 15px;}
.jpgItem {width: 200px;margin: 0 auto;}
.jpgScheme {
    width: 100%;
    height: auto;
}
.jpgDownload {
    width: 100%;
    text-align:  center;
}
.jpgHeader {
    color: #997974;
    font-family: "Lato";
    font-size: 18px;
    font-weight:  bold;
    text-align:  center;
    text-transform:  uppercase;
    display:  block;
    margin-bottom: 15px;
}
.jpgDownloadBtn {
    display: inline-flex;
    justify-content:  center;
    align-items:  center;
    color: #997974;
    font-weight: bold;
    text-decoration:  none;
    width: 280px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #997974;
}
.jpgDownloadBtn:hover{
    color: #460d04;
    border-color: #460d04;
    background-color: #460d04;
    color: #fff;
}
.advantPopup {
    display: block;
    position:  absolute;
    background:  #ece6e5;
    padding:  20px;
    border-radius: 20px;
    opacity: 0;
    z-index:  -1;
    top: -100px;
    transform: translateY(-105%);
    transition: all 0.3s ease;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.advantPopup:after {
    content:"";
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #ece6e5 transparent transparent transparent;
    position:absolute;
    bottom: -10px;
    left: 20px;
}
.advant:hover .advantPopup{
    opacity: 1;
	top:0;
	z-index: 1;
}
.advantPopup:empty {
    display:  none;
}

.reviews {
	padding-bottom: 30px;
}
.reviewsBtns {
	display: flex;
	margin-bottom: 20px;
}
.reviewsBtns > input {
	width: 145px;
	height: 40px;
	align-self: center;
	background-color: #0f71c8;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.reviewsBtns > input:not(:last-child) {
	margin-right: 10px;
}
.reviewsBtns > input:hover {
	border-width: 2px;
	border-style: outset;
	border-color: #1070c8;
}
.reviewsConts > article {
	display: none;
}
.reviewsConts > article.active {
	display: block;
}

.vidget-fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	margin: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	width: auto;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s
}

.left-menu-nav {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 70px;
	border-radius: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.vidget-fixed__list {
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s
}

.vidget-fixed__list a {
	text-decoration: none;
	color: #fff;
}

.vidget-fixed__list i {
	font-size: 30px;
}

.vidget-fixed__item {
	border-top: 1px solid #e6e9ed;
	background: #0f71c8
}

.vidget-fixed__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 67px;
	min-width: 74px;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #e6e9ed;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	left: 0;
	padding: 10px
}

.vidget-fixed a:hover .vidget-fixed__item, .vidget-fixed .vidget-fixed__arrow:hover {
	background: rgba(0, 110, 149, 1);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.vidget-fixed a:hover .vidget-fixed__item span {
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.vidget-fixed__item img {
	width: 34px;
	height: 34px
}

.vidget-fixed.active .vidget-fixed__item span {
	display: block;
	width: 120px;
	line-height: 1.4;
	text-align: right;
	padding: 0 0 0 15px;
	color: #fff
}

.vidget-fixed__item span {
	display: none;
}

.vidget-fixed__item svg {
	width: 30px !important;
	height: 30px;
}

.vidget-fixed .vidget-fixed__arrow {
	position: absolute;
	bottom: -33px;
	right: 0;
	width: 50px;
	background: #0f71c8;
	border-bottom-left-radius: 6px;
	border-top: 1px solid #e6e9ed;
	z-index: 99
}

.vidget-fixed.active .vidget-fixed__arrow {
	width: 120px
}

.vidget-fixed.active .vidget-fixed__arrow span {
	color: #fff
}

.vidget-fixed .vidget-fixed__arrow__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	height: 23px;
}

.vidget-fixed .vidget-fixed__arrow__right {
	display: none
}

.vidget-fixed .vidget-fixed__arrow {
	padding: 5px 10px;
	cursor: pointer
}

.vidget-fixed .vidget-fixed__arrow i {
	font-size: 25px;
	color: #fff
}

.vidget-fixed.active .vidget-fixed__arrow__left {
	display: none
}

.vidget-fixed.active .vidget-fixed__arrow__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100px;
	color: white;
}

@media screen and (max-width: 650px) {
	.vidget-fixed__list {
			display: none
	}

	.vidget-fixed.active .vidget-fixed__list {
			display: block
	}
}