﻿@charset "UTF-8";
@import url(/styles/img/css2);

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '<<'
}

[dir=rtl] .slick-prev:before {
	content: '>>'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '>>'
}

[dir=rtl] .slick-next:before {
	content: '<<'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size: 40px;
	content: '�';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

::-webkit-input-placeholder {
	color: #fff
}

::-moz-placeholder {
	color: #fff
}

:-ms-input-placeholder {
	color: #fff
}

::-ms-input-placeholder {
	color: #ccc
}

::placeholder {
	color: #ccc
}

::-moz-selection {
	color: #ccc
}

::selection {
	color: #ccc
}

b,
strong {
	font-weight: 700
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none
}

p {
	font-size: 20px;
	padding-bottom: 15px;
}

li {
	list-style-type: none
}

button {
	cursor: pointer;
	outline: 0 none !important
}

input {
	outline: 0 none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select {
	cursor: pointer;
	outline: 0 none !important
}

textarea {
	outline: 0 none !important
}

body {
	color: #1c2f35;
	font-family: Montserrat, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
	font-weight: 400
}

.content {
	overflow: hidden;
	position: relative
}

.genera-conteiner {
	width: 1280px;
	margin: 0 auto
}

header {
	position: fixed;
	padding: 10px 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

header .genera-conteiner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	border-radius: 20px
}

.header__burger-wrapper {
	display: none
}

.header__burger {
	display: none
}

.mob-nav {
	display: none
}

.header__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header__logo {
	width: 130px;
	display: block
}

.header__logo img {
	width: 100%;
	display: block
}

.header-logo__logo {
	width: 130px;
	height: 40px;
	background-image: url('/styles/img/logo_white.svg');
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.header__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header__nav-list li {
	font-size: 12px;
	margin-right: 50px
}

.header__nav-list li a {
	color: #fff;
		font-weight: bold;
}





.header__phone {
	margin-left: 90px;
	margin-top: 10px;
	position: relative
}

.header__phone:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/styles/img/_src/phone-ic.png) no-repeat;
	background-size: cover;
	background-position: center;
	top: 12px;
	left: -30px
}

.header__phone a {
	font-size: 14px;
	font-weight: 800;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.header__phone a:hover {
	color: #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.header__phone p {
	font-size: 12px;
	color: #fff;
	margin-top: 4px;
	text-align: center
}

.header__phone2 {margin-top: 20px; font-size: 14px; color: #1c2f35; border-top: 1px solid #1c2f352b; padding-top:10px;}
.header__phone2 a {color: #1c2f35;}
.header__phone2 p{font-size: 12px; color: #1c2f35;}

.fixed_header .genera-conteiner {
	border-radius: 20px;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.fixed_header .genera-conteiner .header__nav-list li a {
	color: #333
}

.fixed_header .genera-conteiner .header__phone a {
	color: #333;
	border-bottom: 1px solid #ccc
}

.fixed_header .genera-conteiner .header__phone p {
	color: #333
}

.fixed_header .genera-conteiner .header__logo div {
	width: 105px !important;
	height: 30px !important;
	background-image: url('/styles/img/logo_black.svg');
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.main-section {
	width: 100%;
	height: 100vh;
	min-height: 620px;
	background: url(/styles/img/first-screen.jpg) no-repeat;
	background-size: cover;
	background-position: center
}

.main-section .genera-conteiner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	position: relative
}

.main-section__main-info {
	width: 600px
}

.main-section__subtitle {
	font-size: 18px;
	font-weight: 600;
	color: #fff
}

.main-section__title {
	font-size: 64px;
	color: #fff;
	font-weight: 700
}

.main-section__bt-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
	width: 100%
}

.main-section__bt-line .bt1 {
	margin-right: 40px
}

.bt1 {
	padding: 14px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #B9DD39;
	font-size: 14px;
	color: #232323;
	border-radius: 5px;
	font-weight: 600;
	border: solid 1px #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	cursor: pointer
}

.bt1:hover {
	color: #fff;
	background: #232323;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px;
	border-radius: 5px;
	color:#fff;
	border: solid 1px #fff;
	background: 0 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 8px;
	border-radius: 5px;
	cursor: pointer;
	color:#000;
	font-size: 11px;
	margin-left: 20px;
	background:#fff;
    border: 1px solid #999;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}



.bt4 {
	padding: 14px 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #B9DD39;
	font-size: 14px;
	color: #232323;
	border-radius: 5px;
	font-weight: 600;
	border: solid 1px #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	cursor: pointer
}

.bt4:hover {
	color: #fff;
	background: #232323;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt2 p {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-left: 15px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt2:hover {
	background: #232323;
	border: solid 1px #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt2__ic {
	display: block;
	width: 20px
}

.bt2__ic svg {
	width: 100%;
	display: block
}

.main-section__advantages-list {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px
}

.main-section__advantages-list ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px
}

.main-section__advantages-list ol li {
	list-style-type: decimal;
	font-size: 18px;
	color: #e8c781;
	font-weight: 700;
	margin-right: 100px
}

.main-section__advantages-list ol li span {
	font-size: 14px;
	color: #fff
}

.main-section__player {
	position: relative;
	width: calc(100% - 600px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.main-section__plauer-box {
	position: relative;
	width: 214px;
	height: 214px;
	display: none;
	border-radius: 1000px;
	border: solid 1px #e8c781;
	padding: 45px
}

.main-section__player-wrapper {
	border-radius: 1000px;
	border: solid 1px #e8c781;
	width: 100%;
	height: 100%;
	padding: 25px
}

.main-section__player-element {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.main-section__player-element svg {
	width: 100%;
	height: 100%;
	display: block
}

.main-section__player-element:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.main-section__player-dop-info {
	position: absolute;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
	text-align: right;
	right: 170px;
	width: 170px;
	top: 30px
}

.main-section__player-dop-info:before {
	width: 25px;
	height: 28px;
	position: absolute;
	content: "";
	background: url(/styles/img/_src/ar-play.png) no-repeat;
	background-size: cover;
	background-position: center;
	bottom: -35px;
	right: -20px
}

.main-section__player-after-info {
	position: absolute;
	right: 107px;
	bottom: -90px;
	color: #fff;
	display: inline-block;
	padding: 17px 10px;
	font-size: 20px;
	border-radius: 5px;
	font-weight: 800;
	background: rgba(123, 123, 123, .8)
}

.about-object {
	background: #fff;
	padding: 100px 0;
	position: relative
}

.about-object .genera-conteiner {
	position: relative;
	z-index: 10
}



.about-object__main-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about-object__title-box {
	width: 43%
}

.about-object__im1 {
	width: 100%;
	height: 650px;
	margin-top: 60px;
	border-radius: 10px;
	overflow: hidden
}

.about-object__im1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.gen-title {
	font-size: 34px;
	font-weight: 700;
	color: #232323
}

.gen-title b {
	color: #e8c781;
	font-weight: 700
}

.about-object__text-box {
	width: 52.5%
}

.about-object__img2 {
	width: 100%;
	height: 440px;
	border-radius: 10px;
	overflow: hidden
}

.about-object__img2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.about-object__redactor {
	margin-top: 24px
}

.about-object__redactor p {
	margin-bottom: 35px;
	line-height: 1.4;
	font-size: 21px;
	color: #fff
}

.about-object__advantages {
	margin-top: 80px
}

.about-object__advantages .gen-title {
	color: #fff;
	max-width: 500px
}

.about-object__advantages-line {
	width: calc(100% + 34px);
	margin-left: -17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px
}

.about-object__advantages-cart {
	width: calc(25% - 34px);
	height: 422px;
	margin: 0 17px;
	position: relative;
	overflow: hidden;
	border-radius: 10px
}
.about-object__advantages-cart2 {
	width: calc(25% - 34px);
	height: 42px;
	font-size: 13px;		
	margin: 0 17px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	align-items: center;
	vertical-align: middle;
	background: #fff;
	text-align: center;
	display: grid;	
}

.about-object__advantages-cart2 span {
	color:#666;
	font-weight: bold;
	font-size: 12px;
	
}

.sub-title-gen {color: #fff;}

.about-object__advantages-cart:hover .advantages-cart__body {
	-webkit-transform: translateY(35%);
	-ms-transform: translateY(35%);
	transform: translateY(35%);
}

.advantages-cart__image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.advantages-cart__image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

.advantages-cart__body {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	-webkit-transform: translateY(73%);
	-ms-transform: translateY(73%);
	transform: translateY(73%);
	padding: 15px;
	padding-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s
}

.advantages-cart__ic-type {
	height: 25px
}

.advantages-cart__ic-type img {
	height: 100%;
	display: block
}

.advantages-cart__type-title {
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	margin-top: 7px
}

.advantages-cart__type-cart {
	height: 35px;
	margin-bottom: 45px
}

.advantages-cart__list li {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px
}

.plan-houses {
	background: #fff;
	padding-top: 35px;
	padding-bottom: 80px
}

.plan-houses .genera-conteiner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.plan-houses__info {
	padding-top: 35px
}

.plan-houses__info .bt1 {
	margin-top: 20px
}

.plan-houses__description {
	font-size: 21px;
	margin-top: 15px;
	line-height: 1.4;
	color: #232323;
	font-weight: 500
}

.plan-houses__tabs-plan {
	width: calc(100% - 400px);
	padding-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.tabs-plan__box {
	width: 35%;
	-webkit-transition: all ease .3;
	-o-transition: all ease .3;
	transition: all ease .3;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.tabs-plan__image {
	width: 100%;
	display: block;
	margin-top: 40px;
	opacity: .6;
	-webkit-transition: all ease .3;
	-o-transition: all ease .3;
	transition: all ease .3
}

.tabs-plan__image img {
	width: 100%;
	display: block
}

.tabs-plan__header {
	width: 100%;
	text-align: center;
	color: #dbdbdb;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px solid #dbdbdb;
	-webkit-transition: all ease .3;
	-o-transition: all ease .3;
	transition: all ease .3;
	cursor: pointer
}

.tabs-plan__prise {
	width: 100%;
	background: rgba(8, 22, 23, .78);
	padding: 25px;
	margin-top: 40px;
	display: none;
	-webkit-transition: all ease .3;
	-o-transition: all ease .3;
	transition: all ease .3
}

.tabs-plan__prise-subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #fff
}

.tabs-plan__prise-val {
	margin-top: 30px;
	font-size: 34px;
	font-weight: 700;
	color: #e8c781
}

.tabs-plan__box_activ {
	width: 61%;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.tabs-plan__box_activ .tabs-plan__prise {
	display: block
}

.tabs-plan__box_activ .tabs-plan__header {
	color: #e8c781;
	border-bottom: 2px solid #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.tabs-plan__box_activ .tabs-plan__image {
	opacity: 1
}

.slider_block {
	width: 64%
}

.slider_block .action {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px
}

.slider_block .action a {
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 20px;
	text-align: center;
	color: #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	opacity: 1;
	width: 30%;
	position: absolute;
	right: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.slider_block .action a.active {
	color: #e8c781;
	border-bottom: 1px solid #e8c781;
	width: 67%;
	opacity: 1;
	position: absolute;
	left: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 99
}

.slider_own {
	position: relative
}

.slider_own .btn_block {
	position: absolute;
	bottom: 50%;
	right: 0;
	display: block;
	cursor: pointer
}

.slider_own .btn_block .slider_next {
	width: 60px;
	height: 50px;
	background: url(/styles/img/_src/arrow_slider.png) no-repeat center;
	display: block;
	opacity: 1;
	background-size: 70%
}

.slider_own .slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 560px;
	overflow: hidden
}

.slider_own .slide .block {
	opacity: .5;
	width: 30%;
	position: absolute;
	right: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.slider_own .slide .block .img {
	margin-bottom: 30px
}

.slider_own .slide .block .img img {
	max-width: 100%;
	max-height: 100%
}

.slider_own .slide .block .text_block {
	background: rgba(8, 22, 23, .78);
	padding: 25px 20px;
	display: none
}

.slider_own .slide .block .text_block p {
	color: #fff;
	margin-bottom: 35px;
	font-size: 16px
}

.slider_own .slide .block .text_block .price {
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	display: block;
	text-transform: uppercase;
	color: #e8c781
}

.slider_own .slide .block.slider_active {
	opacity: 1;
	width: 67%;
	position: absolute;
	left: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 99
}

.slider_own .slide .block.slider_active .text_block {
	display: block
}

.infrastructure {
	background: rgba(8, 22, 23, .78);
	padding: 70px 0
}

.infrastructure .gen-title {
	color: #fff
}

.infrastructure__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px
}

.infrastructure__tab-box {
	width: 49%
}

.infrastructure__tab-nav {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.infrastructure__tab-nav li {
	width: calc(50% - 17px);
	text-align: center;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.infrastructure__tab-nav li:hover {
	border-bottom: 2px solid #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.infrastructure__tab-nav .infrastructure__activ-tav-bav {
	color: #e8c781;
	border-bottom: 2px solid #e8c781
}

.infrastructure__image-conteiner {
	margin-top: 40px
}

.infrastructure__img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: none
}

.infrastructure__img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.infrastructure__img_activ {
	display: block
}

.infrastructure__value-tab {
	display: none;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.value-element {
	width: 33.333%;
	padding-right: 80px;
	margin-bottom: 30px
}

.value-element__img {
	width: 24px
}

.value-element__img img {
	width: 100%;
	display: block
}

.value-element__title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5
}

.infrastructure__value-tab_activ {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.infrastructure__value-box {
	width: 48%;
	padding-top: 70px
}

.photo-galery {
	background: #fff;
	padding: 80px 0
}

.photo-galery__slider {
	margin-top: 40px;
	position: relative
}

.photo-galery__slider .slick-slide.slick-active {
	overflow: hidden;
	opacity: 0
}

.photo-galery__slider .slick-slide.slick-active img {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: scale(.6, .6);
	-ms-transform: scale(.6, .6);
	transform: scale(.6, .6)
}

.photo-galery__slider .slick-slide img {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4)
}

.photo-galery__slider .slick-slide.slick-center {
	opacity: 1
}

.photo-galery__slider .slick-slide.slick-center img {
	-webkit-transform: scale(.75, .75);
	-ms-transform: scale(.75, .75);
	transform: scale(.75, .75);
	margin-top: -150px;
	margin-left: 100px
}

.photo-galery__slider .smalsliderar {
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	width: 51px;
	z-index: 50
}

.photo-galery__slider .smalsliderar img {
	width: 100%;
	display: block;
	border-radius: 10px
}

.next-smal_slider {
	right: 0
}

.prev-smal_slider {
	right: 80px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: .5
}

.photo-galery__slider-element {
	height: 550px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.photo-galery__slider-element img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.credit {
	padding: 80px 0;
	padding-bottom: 45px
}

.credit__conteiner {
	margin-top: 15px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 7px solid rgba(196, 196, 196, .4)
}

.credit__box {
	width: calc(33.333% - 35px);
	margin: 0px 0;
	background: #fff;
	border-radius: 5px;
	padding: 50px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.credit__image {
	width: 75px;
	display: block
}

.credit__image img {
	width: 100%;
	display: block;
	max-width: 52px;
}

.credit__title {
	font-weight: 400;
	width: calc(100% - 75px);
	padding-left: 20px;
	font-size: 21px;
	color: #000;
	line-height: 1.4
}

.credit-partners {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.credit-partners__box {
	height: 75px;
	margin: 35px 0;
	width: 31%;
}

.credit-partners__box img {
	height: 100%;
	display: block
}

.contacts {
	background: rgba(8, 22, 23, .78);
	padding: 80px 0
}

.contacts .gen-title {
	color: #fff
}

.contacts__info {
	font-size: 21px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
	color: #fff
}

#mapto {
	max-width: 100%;
	height: 580px;
	margin: 0 auto;
	margin-top: 70px
}

footer {
	background: rgba(8, 22, 23, .78);
	position: relative
}

footer:before {
	position: absolute;
	z-index: 10;
	content: "";
	height: 100%;
	width: 200%;
	left: -50%;
	background: rgba(7, 7, 7, .3);
	-webkit-filter: blur(40px);
	filter: blur(40px);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

footer .genera-conteiner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 20
}

.footer__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__logo {
	width: 160px;
	display: block
}

.footer__logo img {
	width: 100%;
	display: block
}

.footer__nav-list {
	margin-left: 50px
}

.footer__nav-list li {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500
}

.footer__nav-list li a {
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.footer__nav-list li a:hover {
	color: #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.footer__form {
	width: 620px
}

.footer-form .gen-title {
	color: #fff
}

.footer-form__subtitle {
	font-size: 14px;
	color: #fff;
	margin-top: 10px
}

.footer-form__wrapper {
	margin-top: 20px
}

.footer-form__wrapper form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.footer-form__int-wrapper {
	width: calc(50% - 15px);
	margin-bottom: 25px
}

.footer-form__int-wrapper input {
	width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	border: solid 1px #fff;
	background: 0 0;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.footer-form__int-wrapper input:focus {
	border: solid 1px #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.footer-form__politiks {
	width: calc(50% - 15px);
	color: #fff;
	font-size: 11px;
	color: #fff;
	font-weight: 300;
	line-height: 1.5
}

.footer-form__politiks a {
	color: #fff;
	border-bottom: 1px solid #eee;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.footer-form__politiks a:hover {
	color: #e8c781;
	border-bottom: 1px solid #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.footer-form__btn-wrapper {
	width: calc(50% - 15px)
}

.footer-form__btn-wrapper input {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: center;
	cursor: pointer
}

.bt-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: solid 1px #fff;
	position: absolute;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 10px;
	left: 10px;
	padding: 5px;
	z-index: 100;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.bt-top p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-left: 10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt-top svg {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt-top svg path {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt-top:hover svg path {
	fill: #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.bt-top:hover p {
	color: #e8c781;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.advantages-popup__conteiner {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: -100;
	opacity: 0;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.popupConteinerActive {
	z-index: 9999;
	opacity: 1
}

.advantages-popap {
	position: absolute;
	background: #232828;
	border-radius: 20px;
	width: 600px;
	padding: 40px;
	font-family: Montserrat, sans-serif;
	color: #333;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(400%) scale(.4) skew(30deg, 20deg);
	-ms-transform: translateY(400%) scale(.4) skew(30deg, 20deg);
	transform: translateY(400%) scale(.4) skew(30deg, 20deg);
	opacity: 0;
	-webkit-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s
}

.popupOpen {
	-webkit-transform: translateY(0) scale(1) skew(0deg, 0deg);
	-ms-transform: translateY(0) scale(1) skew(0deg, 0deg);
	transform: translateY(0) scale(1) skew(0deg, 0deg);
	opacity: 1
}

.advantages-popup__close-element {
	position: absolute;
	width: 40px;
	height: 40px;
	right: -50px;
	top: -50px;
	cursor: pointer;
	background: url(/styles/img/close-icg.png) no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.advantages-popup__close-element:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.wpcf7-not-valid-tip {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 13px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 15px;
	color: #e8c781;
	border: none
}

.wpcf7 form.sent .wpcf7-response-output {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 15px;
	border: none;
	color: #46b450
}

.rc-anchor-invisible {
	opacity: 0;
	display: none
}

.timer-section {
	padding: 80px 0;
	background: rgba(8, 22, 23, .78)
}

.timer-section .gen-title {
	text-align: center;
	color: #fff
}

.timer-section__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px
}

.timer-section__box {
	margin: 0 20px
}

.timer-section__box p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px
}

.timer-section__nam {
	font-size: 50px;
	text-align: center;
	font-weight: 600;
	color: #e8c781
}

.sec-docs-title {
	background: rgba(8, 22, 23, .78);
	padding-top: 120px;
	padding-bottom: 50px
}

.page-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff
}

.sec-docs-conteiner {
	padding: 100px 0
}

.sec-docs-conteiner__claster {
	margin-bottom: 50px
}

.sec-docs-conteiner__wrapper {
	margin-top: 60px;
	width: calc(100% + 80px);
	margin-left: -40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.doc-box {
	width: calc(25% - 80px);
	margin: 0 40px;
	margin-bottom: 60px
}

.doc-box__icon {
	width: 80px;
	margin: 0 auto
}

.doc-box__icon img {
	width: 100%;
	display: block
}

.doc-box__title {
	text-align: center;
	margin-top: 20px;
	font-size: 18px
}

.doc-box__bt-wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.politica {
	padding: 50px 0
}

.politica .genera-conteiner div {
	font-size: 16px;
	line-height: 1.5
}

.politica .genera-conteiner div a {
	color: #e8c781
}

.ipoteka {
	padding: 100px 0
}

.ipoteka__row {
	margin-top: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ipoteka__var-title {
	font-size: 22px;
	font-weight: 600;
	color: #e8c781;
	border-bottom: 2px solid #e8c781;
	padding-bottom: 10px
}

.ipoteka__var-box {
	width: calc(50% - 25px)
}

.ipoteka__var-text {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5
}

.ipoteca-info {
	width: calc(100% - 200px);
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #fff;
	padding: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.ipoteka__info-conteiner {
	margin-top: 120px;
	margin-bottom: 120px
}

.ipoteca-info__image {
	width: 420px
}

.ipoteca-info__image img {
	width: 100%;
	display: block
}

.ipoteca-info__text-box {
	width: calc(100% - 420px);
	padding-left: 30px;
	padding-right: 50px
}

.ipoteca-info__title {
	font-size: 26px
}

.ipoteca-info__title b {
	font-size: 32px;
	font-weight: 700;
	color: #e8c781
}

.ipoteca-info__text-wrapper {
	padding-top: 20px
}

.ipoteca-info__text-wrapper p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px
}

.procent-table__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.procent-table__col {
	width: calc(20%);
	text-align: center
}

.procent-table__header {
	border-bottom: 2px solid #e8c781;
	padding-bottom: 10px
}

.procent-table__header .procent-table__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.procent-table__header .procent-table__col {
	font-size: 16px;
	font-weight: 600
}

.procent-table__bank {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px
}

.procent-table__icon-bank {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.procent-table__icon-bank img {
	max-width: 100%;
	max-height: 50px;
	display: block
}

.procent-table__license {
	font-size: 14px;
	text-align: center;
	margin-top: 15px
}

.procent-table__conteiner {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}

.procent-table__value {
	width: 80%
}

.procent-table__value-col {
	width: 25%;
	text-align: center
}

.procent-table__value-row {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 500;
	margin-bottom: 30px
}

.gen-plan {
	padding-top: 100px;
	padding-bottom: 100px
}

.gen-plan__info-text {
	max-width: 800px;
	width: 100%;
	margin: 0 auto
}

.gen-plan__info-text p {
	text-align: center;
	margin-bottom: 25px
}

.gen-plan__info-text p b {
	color: #e8c781
}

.gen-plan__info-text p strong {
	color: #e8c781
}

.gen-plan__info-text span {
	margin: 0 auto;
	width: 80px;
	height: 3px;
	margin-bottom: 20px;
	background: #e8c781;
	display: block
}

.gen-plan__image {
	width: 100%;
	max-width: 1920px;
	margin-top: 80px
}

.gen-plan__image img {
	width: 100%;
	display: block
}

@media only screen and (max-width:1400px) {
	.genera-conteiner {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%
	}

	.main-section__advantages-list ol {
		margin-left: 20px
	}

	.fixed_header {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width:1200px) {
	.advantages-cart__type-title {
		font-size: 14px
	}

	.header__nav-list {
		display: none
	}

	.header__burger {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		width: 35px;
		height: 20px
	}

	.header__burger span {
		width: 30px;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s
	}

	.sp1 {
		top: 0
	}

	.sp3 {
		bottom: 0
	}

	.header__phone {
		margin-left: 0
	}

	.header__nav {
		width: calc(50% - 40px)
	}

	.header__burger-wrapper {
		display: block;
		width: calc(50% - 40px)
	}

	.fixed_header .header__burger span {
		background: rgba(8, 22, 23, .78)
	}

	.activ-meny .sp2 {
		opacity: 0
	}

	.activ-meny .sp1 {
		top: auto;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.activ-meny .sp3 {
		bottom: auto;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.mob-nav {
		position: fixed;
		display: block;
		width: 325px;
		z-index: 999;
		top: 120px;
		border-radius: 20px;
		background: #fff;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 20px;
		-webkit-transition: all ease .7s;
		-o-transition: all ease .7s;
		transition: all ease .7s;
		left: 20px;
		-webkit-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		transform: translateX(-400px)
	}

	.mob-nav ul li {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 500
	}

	.mob-nav ul li a {
		color: #333
	}

	.mob-nav-open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.value-element__title {
		font-size: 16px
	}

	.credit__title {
		font-size: 18px;
		width: calc(100% - 50px);
		padding-left: 10px
	}

	.credit__image {
		width: 50px
	}

	.credit__box {
		padding: 30px 20px;
		margin: 20px 0;
		width: calc(33.333% - 20px)
	}

	.credit-partners__box {
		height: 67px
	}

	.advantages-cart__list li {
		font-size: 13px
	}
}


.border-call-zakaz {text-align: center; border: 3px solid#ccc; border-radius: 6px; padding: 40px; margin-bottom: 60px; display: block}

.about-object__planes-line {
	width: calc(100% + 34px);
	margin-left: -17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 8px;
}


.about-object__planes-cart {
	width: calc(25% - 34px);
	margin: 0 17px;
	margin-bottom: 30px;
	border-radius: 6px;
	height: 400px;
	background: #f7f7f7;
	border:3px solid#ccc;
	position: relative;
	cursor: pointer;
}

.advantages-planecart__image {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.advantages-planecart__image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: contain
}


.advantages-planecart__body {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 20px;
}

.advantages-planecart__type-cart {
	height: 75px;
	margin-bottom: 45px
}

.advantages-planecart__type-title {
	color: black;
	font-size: 17px;
	font-weight: 800;
	margin-top: 15px;
    margin-left: 30px;
}

.advantages-planecart__type-subtitle {
	color: black;
	font-size: 15px;
	font-weight: 400;
	margin-top: 7px;
    margin-left: 30px;
}

.advantages-planecart__bodyprice {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 20px;
}

.advantages-planecart__type-price {
	font-size: 20px;
	font-weight: 800;
	margin-top: 7px;
    margin-left: 30px;
	text-transform: uppercase;
    color: #d79200;
}












@media only screen and (max-width:1000px) {
	.about-object__planes-cart {
		width: calc(50% - 34px);
		margin: 0 17px;
		margin-bottom: 30px;
		height: 400px;
		background: #f7f7f7;
		position: relative;
		border-radius: 10px;
		box-shadow: 9px 9px 5px #eaeaea;
		cursor: pointer;
	}
}



@media only screen and (max-width:450px) {
	.about-object__planes-cart {
		width: calc(100% - 34px);
		margin: 0 17px;
		margin-bottom: 30px;
		height: 400px;
		background: #f7f7f7;
		position: relative;
		border-radius: 10px;
		box-shadow: 9px 9px 5px #eaeaea;
	}
	
.main-section__bt-line {display: block;}
.bt2 {margin-top: 20px;}
	
.advantages-planecart__image img {margin-top: 30px;}
	
	.credit__box {padding: 4px 0px;}
	
	.credit-partners {display: grid}
}














@media only screen and (max-width:1000px) {
	.advantages-cart__body {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.about-object__im1 {
		height: 490px
	}

	.about-object__img2 {
		height: 340px
	}

	.about-object__redactor p {
		font-size: 18px
	}

	.about-object:before {
		top: 344px
	}

	.about-object__advantages-line {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-left: 0
	}

	.about-object__advantages-cart {
		width: calc(50% - 15px);
		margin: 0;
		margin-bottom: 30px;
		height: 370px
	}

	.plan-houses .genera-conteiner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.plan-houses__info {
		width: 100%;
		padding-top: 0;
		text-align: center;
		padding-bottom: 30px
	}

	.plan-houses__info .bt1 {
		margin: 0 auto;
		margin-top: 30px
	}

	.slider_block {
		width: 100%;
		margin-top: 50px
	}

	.slider_own .slide .block .img {
		margin-bottom: 0
	}

	.slider_own .slide .block .text_block p {
		margin-bottom: 10px
	}

	.slider_own .slide .block .text_block .price {
		line-height: 1;
		font-size: 26px
	}

	.infrastructure__wrapper {
		margin-top: 30px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.infrastructure__tab-box {
		width: 100%;
		margin-bottom: 30px
	}

	.infrastructure__value-box {
		width: 100%;
		padding: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.value-element {
		padding-right: 0;
		width: 30%
	}

	.infrastructure .gen-title {
		text-align: center
	}

	.about-object__advantages .gen-title {
		text-align: center;
		width: 100%;
		max-width: 100%
	}

	.infrastructure__value-tab_activ {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.credit__box {
		width: calc(50% - 15px)
	}

	.credit-partners__box {
		margin: 15px;
		height: 60px
	}

	.credit-partners {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	footer .genera-conteiner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__nav {
		margin-bottom: 30px
	}

	.footer__form {
		width: 100%
	}

	footer {
		padding-bottom: 50px
	}

	.photo-galery__slider {
		margin-top: 30px
	}

	.photo-galery__slider .slick-slide.slick-active {
		opacity: 1
	}

	.photo-galery__slider .slick-slide.slick-active img {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	.photo-galery__slider .slick-slide img {
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	.photo-galery__slider .slick-slide.slick-center {
		opacity: 1
	}

	.photo-galery__slider .slick-slide.slick-center img {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		margin-top: 0;
		margin-left: 0
	}

	.photo-galery__slider .smalsliderar {
		position: absolute;
		bottom: calc(50% - 25px);
		cursor: pointer;
		width: 51px;
		z-index: 50
	}

	.photo-galery__slider .smalsliderar img {
		width: 100%;
		display: block;
		border-radius: 10px
	}

	.next-smal_slider {
		right: 20px
	}

	.prev-smal_slider {
		right: auto;
		left: 20px;
		opacity: .6
	}

	#map {
		width: calc(100% - 40px);
		height: 400px
	}

	.main-section__main-info {
		width: 100%
	}

	.main-section__player {
		width: 100%;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px
	}

	.main-section .genera-conteiner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 100px;
		padding-top: 100px
	}

	.main-section__title {
		font-size: 50px
	}

	.main-section__plauer-box {
		width: 150px;
		height: 150px;
		padding: 20px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.main-section__player-after-info {
		position: relative;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto
	}

	.main-section__advantages-list ol li {
		margin-right: 60px
	}

	.main-section__bt-line {
		margin-top: 35px
	}

	.page-title {
		font-size: 33px
	}

	.sec-docs-title {
		padding-top: 100px;
		padding-bottom: 50px
	}

	.sec-docs-conteiner {
		padding: 50px 0
	}

	.doc-box {
		width: calc(33.333% - 80px)
	}

	.doc-box__title {
		font-size: 16px
	}

	.ipoteka__info-conteiner {
		width: 100%
	}
}

.zakaz-zvonka, .header__nav {visibility: visible}

@media only screen and (max-width:869px) {
	.ipoteka__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 40px
	}
	
	.zakaz-zvonka, .header__nav {visibility: hidden}

	.ipoteka__var-box {
		width: 100%;
		margin: 20px 0
	}

	.ipoteka {
		padding: 50px 0
	}

	.ipoteka__info-conteiner {
		margin: 60px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.ipoteca-info__text-box {
		width: 100%;
		text-align: center;
		padding: 0;
		margin-top: 20px
	}

	.ipoteca-info__image {
		margin: 0 auto;
		width: 100%;
		max-width: 400px
	}

	.procent-table__header .procent-table__col {
		font-size: 13px
	}

	.procent-table__value-col {
		font-size: 13px
	}

	.procent-table__license {
		font-size: 12px
	}

	.procent-table {
		width: 900px
	}

	.scrol-wrapper {
		width: 100%;
		overflow-y: scroll
	}

	.procent-table__icon-bank img {
		max-height: 35px
	}
}

@media only screen and (max-width:769px) {
	.about-object__advantages-line {display: none;}
	
	
	
	
	
	.main-section__title {
		font-size: 42px
	}

	.main-section__player-after-info {
		max-width: 50%;
		font-size: 18px
	}

	.main-section__advantages-list ol {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: 0;
		padding: 0 20px;
		padding-left: 35px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.main-section__advantages-list ol li {
		margin-right: 0;
		font-size: 12px;
		margin-bottom: 20px;
		font-weight: 500
	}

	.main-section__advantages-list {
		bottom: 20px
	}

	.main-section__bt-line {
		width: 100%;


		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.main-section__bt-line .bt1 {
		margin-right: 0
	}

	.gen-title {
		font-size: 28px;
		text-align: center
	}

	.about-object__main-info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about-object__title-box {
		width: 100%
	}

	.about-object__im1 {
		margin-top: 30px;
		height: 350px
	}

	.about-object__text-box {
		width: 100%;
		margin-top: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about-object__img2 {
		height: 350px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.about-object__redactor {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-top: 0;
		margin-bottom: 15px
	}

	.about-object__redactor p {
		font-size: 16px;
		margin-bottom: 15px
	}

	.about-object {
		padding-bottom: 30px
	}

	.plan-houses {
		padding-bottom: 30px
	}

	.plan-houses__description {
		font-size: 18px
	}

	.slider_block .action a {
		font-size: 18px
	}

	.slider_own .slide .block .text_block .price {
		font-size: 20px
	}

	.slider_own .slide .block .text_block p {
		font-size: 14px
	}

	.slider_own .slide {
		height: 460px
	}

	.infrastructure__tab-nav li {
		font-size: 13px
	}

	.value-element__title {
		font-size: 14px
	}

	.photo-galery__slider-element {
		height: 350px
	}

	.photo-galery__slider-element img {
		border-radius: 10px
	}

	.photo-galery {
		padding: 50px 0
	}

	.credit {
		padding: 50px 0
	}

	.credit__title {
		font-size: 14px
	}

	.contacts {
		padding: 50px 0
	}

	.contacts__info {
		font-size: 16px;
		text-align: center;
		margin-top: 20px
	}

	#map {
		margin-top: 30px
	}

	.footer__logo {
		width: 150px;
		
	}

	.footer__nav {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer__nav-list {
		width: 90%;
		text-align: center;
		margin-left: 0;
		margin-top: 30px
	}

	.footer-form__subtitle {
		text-align: center
	}

	.footer-form__int-wrapper {
		width: 100%
	}

	.footer-form__politiks {
		width: 100%
	}

	.footer-form__btn-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px
	}

	.footer-form__wrapper form {
		max-width: 500px;
		margin: 0 auto
	}

	.bt-top {
		left: calc(50% - 60px)
	}

	.advantages-popup__close-element {
		right: 0
	}

	.advantages-popap {
		width: 96%
	}
}

@media only screen and (max-width:576px) {
	
	.header-logo__logo, .footer__logo {
		margin-left: -20px;}
	
	.main-section__subtitle {
		font-size: 13px
	}

	.main-section__title {
		font-size: 32px
	}

	.main-section__bt-line {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 25px
	}

	.main-section__bt-line a {
		margin-bottom: 10px
	}

	.main-section__player {
		margin-top: 0;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}

	.main-section__player-after-info {
		width: auto;
		min-width: 85%;
		margin-top: 20px;
		font-size: 21px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		position: relative;
		max-width: 100%
	}

	.main-section__advantages-list {
		position: relative;
		bottom: 0;
		padding: 0
	}

	.main-section__advantages-list ol {
		padding: 0
	}

	.main-section .genera-conteiner {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 10px
	}

	.header__logo {
		width: 50px
	}

	.header__phone:before {
		width: 0;
		height: 0;
		opacity: 0
	}

	.header__phone p {
		font-size: 11px
	}

	.header__phone a {
		font-size: 12px
	}

	.main-section__advantages-list ol li {
		margin-bottom: 10px
	}

	.main-section__advantages-list ol li span {
		font-size: 16px
	}

	.main-section__plauer-box {
		width: 120px;
		height: 120px;
		padding: 10px
	}

	.main-section__player-dop-info {
		right: 150px;
		top: 0
	}

	.mob-nav ul li {
		font-size: 14px
	}

	.mob-nav {
		top: 109px;
		width: 280px
	}

	.about-object__advantages-cart {
		width: 100%
	}

	.about-object:before {
		height: 1175px
	}

	.infrastructure__img {
		height: 340px
	}

	.value-element {
		width: 48%
	}

	.infrastructure {
		padding: 50px 0
	}

	.credit {
		padding-top: 20px
	}

	.credit__box {
		width: 100%;
		margin: 0;
		margin-bottom: 0px
	}

	.credit-partners__box {
		height: 50px;
		width: 100%;
	}

	.advantages-popap {
		overflow-y: scroll
	}

	.doc-box {
		width: calc(50% - 10px);
		margin: 0;
		margin-bottom: 40px
	}

	.sec-docs-conteiner__wrapper {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		margin-top: 40px
	}

	.page-title {
		font-size: 28px;
		text-align: center
	}

	.ipoteka__var-title {
		text-align: center
	}

	.ipoteca-info__title {
		font-size: 22px
	}

	.ipoteca-info__text-wrapper {
		font-size: 16px
	}

	.ipoteka__info-conteiner {
		padding: 30px
	}
}

@media only screen and (max-width:450px) {
	
	
	.main-section__advantages-list ol {
		display: -webkit-box;
		display: -webkit-block;
		display: -ms-block;
		display: block;
		padding-left: 20px
	}
	
	.header__logo {
		width: 130px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.header__nav {
		width: auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.header__burger-wrapper {
		width: 60px
	}

	.main-section__title {
		font-size: 30px
	}

	.main-section__plauer-box {
		width: 70px;
		height: 70px;
		padding: 0
	}

	.main-section__player-wrapper {
		padding: 10px
	}

	.main-section__player {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.main-section__player-dop-info {
		font-size: 11px;
		right: 67px;
		top: -30px
	}

	.main-section__player-dop-info:before {
		right: 13px
	}

	.main-section__main-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.main-section__bt-line {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.main-section__subtitle {
		text-align: left;
    	font-size: 16px;
		
	}

	.main-section__title {
		text-align: left;
		margin-bottom: 5px;
		font-size: 40px;
	}

	.slider_own .slide .block .text_block p {
		font-size: 12px
	}

	.slider_block .action a {
		font-size: 13px
	}

	.slider_own .slide {
		height: 360px
	}

	.slider_own .slide .block .text_block {
		padding: 10px;
		margin-top: 30px
	}

	.advantages-popap {
		padding: 30px
	}

	.advantages-popup__close-element {
		width: 30px;
		height: 30px;
		top: 20px;
		right: 20px
	}

	.timer-section__nam {
		font-size: 36px
	}

	.timer-section {
		padding: 40px 0
	}

	.timer-section__box {
		margin: 0 10px
	}

	.timer-section__box p {
		font-size: 13px
	}
}

@media only screen and (max-width:370px) {
	.fixed_header .genera-conteiner {padding: 0 20px; height: 60px;}
	.main-section__player-dop-info {
		right: 30px;
		top: -40px
	}

	.main-section__player-dop-info:before {
		right: 57px
	}
	
	.main-section__advantages-list ol {
		display: -webkit-box;
		display: -webkit-block;
		display: -ms-block;
		display: block;
		padding-left: 20px
	}
}

@media only screen and (max-width:350px) {
	.header__nav {
		display: none
	}

	.gen-title {
		font-size: 24px
	}

	.main-section__player-after-info {
		display: none
	}

	.bt2 p {
		font-size: 12px
	}

	.main-section__title {
		font-size: 26px
	}
	
	.main-section__advantages-list ol {
		display: -webkit-box;
		display: -webkit-block;
		display: -ms-block;
		display: block;
		padding-left: 20px
	}
}



.modal {
  display: block;
}

.modal.shown {
  display: none;
}

.modal-two {
  display: block;
}

.modal-two.shown {
  display: none;
}


.modal-three {
  display: block;
}

.modal-three.shown {
  display: none;
}


.modal-four {
  display: block;
}

.modal-four.shown {
  display: none;
}


.modal-content {
  position: relative;
  z-index: 9995;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.modal_wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9980;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(80, 73, 73, 0.45);
}

.close-button {
	position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    height: 50px;
    width: 50px;
}

.close-button-two {
	position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    height: 50px;
    width: 50px;
}

.close-button-three {
	position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    height: 50px;
    width: 50px;
}

.close-button-four {
	position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    height: 50px;
    width: 50px;
}

.plan_modal {
	width: 800px;
}


@media only screen and (max-width:400px) {
	.plan_modal {
		width: 100%;
	}
	
	.modal-content {
 		 max-width: 100%;
		 margin-top: 50%;
		 padding: 10px;
	}
}


@media only screen and (max-width:1000px) {
	.plan_modal {
		width: 100%;
	}
	
	
		.modal-content {
 		 max-width: 100%;
		 margin-top: 30%;
		 padding: 10px;
	}
}


.event_section {
	background: #dc2f2f;
    border-radius: 10px;
    padding: 30px;
	margin-bottom: 30px;
}

.event__block {
    width: calc(100% + 34px);
    margin-left: -17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 10px;
}

.event-cart {
	width: calc(50% - 34px);
    margin: 0 17px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    background: white;
    padding: 30px;
}

.gen-title.fix-wt {
	margin-bottom: 10px;
	color: white;
}

.event__description.fix-wt {
	color: white;
}

.lot-title {
	color: black;
	font-weight: 700;
	font-size: 18px;
	

}

.lot-info {
margin-bottom: 10px;
color: black;	
}

.lot-info span {
	font-weight: 700;
}

.lot-price-ttl {
color: black;		
	font-weight: 700;
    font-size: 18px;
}

.lot-oldprice {
	color: black;
    font-size: 21px;
    text-decoration: line-through;
}

.lot-newprice {
	color: black;
    font-size: 35px;
    font-weight: 700;
	margin-bottom: 15px;
}

.profit-title {
	color: black;
	font-weight: 700;
	font-size: 18px;	
}

.profit {
	color: black;
	font-weight: 700;
	font-size: 30px;	
}

li.menu-item-522 a {
	color: red !important;
	font-weight: 700;
}

@media only screen and (max-width:1000px) {
	.event-cart  {
	width: 100%;
    margin: 0 17px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    background: white;
    padding: 30px;
	}
}




.news-object__news-line {
	width: calc(100% + 34px);
	margin-left: -17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 50px;
}

.news-object__news-link {
	display: contents;
}

.news-object__news-cart {
	width: calc(33% - 34px);
	margin: 0 17px;
	margin-bottom: 30px;
	height: 300px;
	background: #f7f7f7;
	position: relative;
	border-radius: 10px;
	box-shadow: 9px 9px 5px #eaeaea;
	cursor: pointer;
	padding: 30px;
}

.news-object__news-title-block {
	height: 35px;
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #1d2327;
}

.news-object__news-content-block {
	height: 100px;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #1d2327;
}


.news-object__news-date-block {
	height: 45px;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #1d2327;
}


@media only screen and (max-width:400px) {

.news-object__news-cart {
	width: 100%;
	margin: 0 17px;
	margin-bottom: 30px;
	height: 300px;
	background: #f7f7f7;
	position: relative;
	border-radius: 10px;
	box-shadow: 9px 9px 5px #eaeaea;
	cursor: pointer;
	padding: 30px;
}
	
	.news_title {
		font-size: 18px;
	}	
	
}

@media only screen and (max-width:1000px) {

.news-object__news-cart {
	width: 100%;
	margin: 0 17px;
	margin-bottom: 30px;
	height: 300px;
	background: #f7f7f7;
	position: relative;
	border-radius: 10px;
	box-shadow: 9px 9px 5px #eaeaea;
	cursor: pointer;
	padding: 30px;
}
}


/* News page info */
.news_date {font-size: 22px;
	padding-bottom: 15px;
	padding-top: 5px;
}




.main-section__final {
	position: absolute;
    top: 100px;
    right: 0px;
}

@media only screen and (max-width:900px) {

.main-section__final {display:none}
}

