@font-face {
	font-family: 'Circe Bold';
	src: url('../assets/fonts/fonts/circe_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../assets/fonts/fonts/circe_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../assets/fonts/fonts/circe_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../assets/fonts/fonts/circe_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../assets/fonts/fonts/circe_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../assets/fonts/fonts/circe_bold.svg#circe_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe ExtraBold';
	src: url('../assets/fonts/fonts/circe_extrabold.eot'); /* IE 9 Compatibility Mode */
	src: url('../assets/fonts/fonts/circe_extrabold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../assets/fonts/fonts/circe_extrabold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../assets/fonts/fonts/circe_extrabold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../assets/fonts/fonts/circe_extrabold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../assets/fonts/fonts/circe_extrabold.svg#circe_extrabold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe ExtraLight';
	src: url('../assets/fonts/fonts/circe_extralight.eot'); /* IE 9 Compatibility Mode */
	src: url('../assets/fonts/fonts/circe_extralight.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../assets/fonts/fonts/circe_extralight.woff2') format('woff2'), /* Super Modern Browsers */
		url('../assets/fonts/fonts/circe_extralight.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../assets/fonts/fonts/circe_extralight.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../assets/fonts/fonts/circe_extralight.svg#circe_extralight') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe Light';
	src: url('../assets/fonts/fonts/circe_light.eot'); /* IE 9 Compatibility Mode */
	src: url('../assets/fonts/fonts/circe_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../assets/fonts/fonts/circe_light.woff2') format('woff2'), /* Super Modern Browsers */
		url('../assets/fonts/fonts/circe_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../assets/fonts/fonts/circe_light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../assets/fonts/fonts/circe_light.svg#circe_light') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe';
	src: url('../assets/fonts/fonts/circe.eot'); /* IE 9 Compatibility Mode */
	src: url('../assets/fonts/fonts/circe.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../assets/fonts/fonts/circe.woff2') format('woff2'), /* Super Modern Browsers */
		url('../assets/fonts/fonts/circe.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../assets/fonts/fonts/circe.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../assets/fonts/fonts/circe.svg#circe') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Circe Thin';
	src: url('../assets/fonts/fonts/circe_thin.eot'); /* IE 9 Compatibility Mode */
	src: url('../assets/fonts/fonts/circe_thin.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../assets/fonts/fonts/circe_thin.woff2') format('woff2'), /* Super Modern Browsers */
		url('../assets/fonts/fonts/circe_thin.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../assets/fonts/fonts/circe_thin.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../assets/fonts/fonts/circe_thin.svg#circe_thin') format('svg'); /* Chrome < 4, Legacy iOS */
}

h1, h2, h3, h4, h5 {
    font-family: "Circe Bold", sans-serif !important;
	margin: 0px 0 18px 0
}




/* Brigadi BG section */

.brigadi-bg-section {
    background: url('./../assets/img/builder-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: none;
}

@media screen and (max-width: 991px) {
    .brigadi-bg-section {
        display: block;
    }
}

@media screen and (max-width: 620px) {
    .brigadi-bg-section {
        height: 150px;
        background-size: 150%;
    }

}

@media screen and (max-width: 370px) {
    .brigadi-bg-section {
        background-size: 500%;
		background-position: left 0px top -46px;
    }

}


/* Brigadi section */

.brigadi-section {
    background: url('./../assets/img/builder-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}

.brigadi-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media screen and (max-width: 1248px) {
    .brigadi-section {
        background-size: contain;
        height: auto;
        padding: 60px 0px
    }

    
}

@media screen and (max-width: 1126px) {
    .brigadi-section {
        background-size: cover;
    }

    .brigadi-section .container img {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .brigadi-section {
        height: auto;
        padding: 0;
    }
    .brigadi-section .container {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: none !important;
    }
}

/*Call form */
.call-form {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 6px 3px rgba(214, 211, 211, 0.57);
}

.call-form__fields {
    display: flex;
    align-items: center;
}

.call-form__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 47px;
}

.call-form__description {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 31px;
	color: #3C3C3C;
}

.call-form__input-phone {
    display: flex;
    margin-right: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.call-form__code {
    border-radius: 4px 0 0 4px;
    height: 44px;
    line-height: 44px;
    background-color: #f6f6f6;
    padding: 0 6px;
    border-right: 1px solid #c4c4c4;
}

@media screen and (max-width: 420px) {
	.call-form__code {
		font-size: 20px;
	}

	.call-form__input-phone {
		font-size: 20px;
	}

	
}

.call-form__input-mobile {
    border-radius: 0 4px 4px 0;
    border: 1px solid #f6f6f6;
    width: 200px;
    padding: 0 10px;
}

.call-form__statistic {
    font-size: 54px;
    color: #FF8A00;
    text-align: center;
    font-weight: 700;
    margin-left: 70px;
}

.call-form__statistic span {
    display: block;
    text-align: center;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    font-size: 21px;
    margin-top: 20px;
}

.call-form__statistic span a {
	color: #000;

}

@media screen and (max-width: 991px) {
    .call-form {
        width: 100%;
        border-radius: 0%;
        box-shadow: none;
    }
}

@media screen and (max-width: 800px) {
    .call-form {
        flex-wrap: wrap;
    }

    .call-form__info {
        width: 100%;
        margin-bottom: 50px;
    }

    .call-form__statistic {
        width: 100%;
        margin-left: 0;
    }

    .call-form__statistic {
        display: flex;
    }

    .call-form__statistic span br {
        display: none;
    }

    .call-form__statistic span {
        text-align: left;
        margin-top: 7px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 620px) {
    .call-form {
        flex-wrap: wrap;
        padding: 50px 15px;
    }
    
    .call-form__fields {
        flex-wrap: wrap;
    }

    .call-form__input-phone {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .call-form__input-mobile {
        flex-grow: 1;
    }

    .call-form button {
        width: 100%;
    }

    .call-form__title {
        font-size: 45px;
		margin: 0px 0 18px 0;
    }

    .call-form__description {
        font-size: 24px;
    }

    .call-form__statistic {
        font-size: 50px;
    }

}


/* Orders section */

.orders-section {
    padding-top: 116px;
}

.orders-section .container {
    display: flex;
    align-items: center;
}

.orders-section__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 28px;
}

.orders-section__description:not(:last-child) {
    margin-bottom: 52px;
}

.orders-section__desc {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 24px;
}

.orders-section__counter {
    font-size: 36px;
    color: #FF8A00;
    font-weight: 700;
    margin: 30px 0;
}

.orders-section__counter span {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.orders-section__queshion {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.orders-section__target {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
}

.orders-section__button {
    margin-bottom: 50px;
}

.hidden-num {
    position: relative;
    font-size: 46px;
    color: #000;
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
}

.hidden-num a {
    color: #000;
}

.hidden-num a:hover,
.hidden-num a:focus,
.hidden-num a:visited {
    color: #000;
}

.hidden-num__call {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 59.76%, rgba(255, 255, 255, 0) 120.13%);
    display: flex;
    align-items: center;
    font-size: 28px;
    text-decoration: underline;
    width: 100%;
    justify-content: flex-end;
    max-width: 287px;
    padding-bottom: 0;
}

@media screen and (max-width: 820px) {
    .orders-section__info {
        width: 100%;
        margin-bottom: 0px;
    }

    .orders-section__target {
        width:100%;
        margin-left: 0;
        display: none;
    }

    .orders-section .container {
        flex-wrap: wrap;
    }

    .orders-section__title {
        font-size: 24px;
    }

    .orders-section__desc {
        font-size: 14px;
    }

    .orders-section__desc br {
        display: none;
    }

    .orders-section__counter {
        font-size: 20px;
        margin: 10px 0;
    }

    .orders-section__counter span {
        font-size: 14px;
        text-decoration: underline;
    }

    .orders-section__desc {
        margin-bottom: 10px;
    }

    .orders-section {
        padding: 40px 0;
    }
}


/* Statistics section */

.statistic-section {
    padding: 70px 0;
}

.statistic-section__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px !important; 
}

.statistic-section__title span {
    display: block;
    font-size: .45em;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
}

.statistic-section__items-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.statistic-item {
    text-align: center;
    width: 100%;
    max-width: 300px
}

.statistic-item__image {
    margin-bottom: 40px;
}

.statistic-item__count {
    text-align: center;
    margin-bottom: 25px;
    color: #FF8A00;
    font-weight: 700;
    font-size: 42px;
}

.statistic-item__desc {
    text-align: center;
    font-size: 18px;
    line-height: normal;
	color: #000;
	text-decoration: underline !important;
}

.statistic-item__desc:hover {
	color: #000;
}

.statistic-section__button {
    display: flex;
    justify-content: center;
}

.statistic-section__button .btn {
    width: 100%;
    max-width: 250px
}

@media screen and (max-width: 800px) {
    .statistic-section {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .statistic-section__items-container {
        flex-wrap: wrap;
    }

    .statistic-item {
        width: 100%;
        max-width: none;
        margin-bottom: 40px;
    }

    .statistic-section__title {
        font-size: 24px;
        text-align: left;
    }

    .statistic-section__title span {
        font-size: 18px;
        text-align: left;
    }
}

/* Schem section */

.schem-section {
    background: #F8F8F8;
    padding-top: 84px;
    padding-bottom: 64px;
}

.schem-section__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.schem-section__steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.schem-section__step {
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

.schem-section__step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translate(300%, -50%);
    background: url('../assets/img/icons/arrow-right.svg') no-repeat center/auto;
}

.schem-section__step a {
    text-decoration: underline !important;
    color: #000;
}

.schem-section__button {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .schem-section__step:not(:last-child)::after {
        transform: translate(190%, -50%);
    }
}

@media screen and (max-width: 992px) {
    .schem-section__steps {
        flex-wrap: wrap;
    }

    .schem-section__step {
        width: 100%;
        margin-bottom: 70px;
        text-align: center;
    }

    .schem-section__step br {
        display: none;
    }

    .schem-section__step:not(:last-child)::after {
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 150%) rotate(90deg);
    }

    .schem-section__steps {
        margin-bottom: 20px;
    }
}

/* Tarif section */

.tarif-section {
    padding-bottom: 116px;
}

.tarif-section__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px !important;
}

.tarif-section__title span {
    display: block;
    font-size: .45em;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
}

.tarif-section__video {
    display: flex;
    justify-content: center;
}

.tarif-section__video iframe {
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 654px) {
    .tarif-section__video iframe {
        height: 300px;
    } 

    .tarif-section {
        padding-bottom: 50px;
    }

    .tarif-section__title {
        font-size: 24px;
    }

    .tarif-section__title span {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .tarif-section__video iframe {
        height: 250px;
    } 
}


/* Benefit section */

.benefits-section {
    padding-bottom: 113px;
}

.benefit-item {
    display: flex;
    align-items: center;
}

.benefit-item:not(:last-child) {
    margin-bottom: 60px;
}

.benefit-item--reverse {
    flex-direction: row-reverse;
}

.benefit-item__content {
    width: 50%;
	margin: 0 30px;
}

.benefit-item__image {
    width: 50%;
	margin: 0 30px;
}

.benefit-item__title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.benefit-item__desc {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 820px) {

    .benefits-section {
        padding-bottom: 50px;
    }

    .benefit-item {
        flex-wrap: wrap;
    }

    .benefit-item__content {
        width: 100%;
    }

    .benefit-item__image {
        width: 100%;
    }

}

@media screen and (max-width: 450px) {
    .benefit-item__content {
        padding: 0;
    }

    .benefit-item-title {
        font-size: 20px;
    }
}

/* FAQ section */

.faq-section {
    padding-bottom: 113px;
}

.faq-section__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px !important;
}

.q-dialog {
    margin-bottom: -20px;
    max-width: 70%;
    margin: 0 auto;
}

.q-dialog__message {
    padding: 10px 20px;
    max-width: 80%;
    margin-bottom: 20px;
    border-radius: 15px;
    min-width: 300px;
    display: inline-block;
}

.q-dialog__message-wrap {
    display: flex;
}

.q-dialog__message-wrap--user {
    justify-content: flex-end;
}

.q-dialog__message--me {
    background-color: #E1F2F9;
	font-size: 19px;
}

.q-dialog__message--user {
    background-color: #F8F8F8;
    margin-left: auto;
    text-align: right;
	font-size: 19px;
}

@media screen and (max-width: 800px) {
    .faq-section {
        padding-bottom: 50px;
    }

    .faq-section__title {
        font-size: 24px;
    }

}

@media screen and (max-width: 680px) {
    .q-dialog {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .q-dialog__message {
        min-width: 200px;
    }
    
}

/* Contacts section */

.contacts-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-section__button {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}


.contacts-section__queshion {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.contacts-links__social-media a {
    display: block;
    width: 60px;
    height: 60px;
}

.contacts-links__social-media a:first-child {
    margin-right: 10px;
    background: url('./../assets/img/icons/telegram.svg');
}

.contacts-links__social-media a:last-child {
    margin-right: 10px;
    background: url('./../assets/img/icons/viber.svg');
}


@media screen and (max-width: 620px) {
    .contacts-section__button .btn {
        max-width: none !important;
        width: 100%;
    }
}


.standart-section {
	padding-top: 90px;
	padding-bottom: 85px;
	position: relative;
}

.standart-section_bg_gray {
	background-color: #F3F3F3;
}

.section-title {
	position: relative;
	margin: 0;
}

.section-title_standart {
	font-size: 50px;
	font-weight: 700;
	line-height: 71px;
	color: #000;
	padding-bottom: 20px;
}

.section-title_center {
	text-align: center;
}

.section-title_line::after {
	content: '';
	position: absolute;
	width: 98px;
	height: 4px;
	background-color: #fe9800;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-content_standart {
	margin-top: 75px;
}

.standart-item {
	position: relative;
}

.how-work .col-lg-3:not(:last-child) .how-work-item::after {
	content: '';
	position: absolute;
	width: 142px;
	height: 0;
	border-bottom: 4px dashed #fe9800;
	top: 40px;
	right: 0;
	-webkit-transform: translateX(calc(50% + 25px));
	-ms-transform: translateX(calc(50% + 25px));
	transform: translateX(calc(50% + 25px));
}

.standart-item_align_center {
	text-align: center;
}

.standart-item__title {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.standart-item__title_color_accent {
	color: #7c4a00;
}


.advantage {
	padding-bottom: 0;
}

.advantage .col-lg-4 {
	margin-bottom: 85px;
}

.standart-item__description {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 29px;
}

.standart-item__description_mt_35 {
	margin-top: 35px;
}

.standart-item__title_mt_35 {
	margin-top: 35px;
}

.standart-item__description_mt_8 {
	margin-top: 8px;
}

.standart-item__icon {
	width: 92px;
	height: 92px;
}

.standart-item__description.standart-item__description_fz_16 {
	font-size: 16px;
	line-height: 22px;
}

.standart-item__title_color_bold {
	color: #000;
}

.btn btn-gray2
{
    color: #212121;
}



@media (max-width:1199.98px) {
	.how-work .col-lg-3:not(:last-child) .how-work-item::after {
		width: 100px;
		border-bottom: 3px dashed #fe9800;
	}

	.standart-item__icon {
		width: 75px;
		height: 75px;
	}

	.standart-item__description {
		font-size: 20px;
	}

	.standart-item__description br {
		display: none;
	}

	.intro__image {
		width: 40%;
		background-position: center;
	}

	.intro__content_wrap {
		width: 60%;
	}

	.prices-btn a.lease-btn, a.consult-btn, a.scroll-btn, a.lease-btn,a.rent-btn {
		padding: 11px 22px;
		font-size: 20px;
	}

	.top-line__menu li:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width:991.98px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.how-work .col-lg-3:not(:last-child) .how-work-item::after {
		width: 70px;
		border-bottom: 2px dashed #fe9800;
		-webkit-transform: translateX(calc(50% + 15px));
		-ms-transform: translateX(calc(50% + 15px));
		transform: translateX(calc(50% + 15px));
		top: 23px;
	}

	.standart-item__icon {
		width: 55px;
		height: 55px;
	}

	.standart-item__title {
		font-size: 18px;
	}

	.section-title_standart {
		font-size: 40px;
	}

	.standart-section {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.section-content_standart {
		margin-top: 45px;
	}

	.footer-logo {
		margin-right: 0;
	}

	.footer-logotypes {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.payment-logo img:not(:last-child) {
		margin-right: 20px;
	}

	.review-description {
		width: 50%;
	}

	.review-slider {
		width: calc(50% - 35px);
	}

	.card .section-title br {
		display: none;
	}

	.menu {
		display: none;
	}

	.mobile-menu__icon {
		width: 25px;
		height: 18px;
		position: relative;
		margin-right: 20px;
		cursor: pointer;
	}

	.mobile-menu__icon .line {
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
	}

	.mobile-menu__icon .line.top {
		top: 0;
	}

	.mobile-menu__icon .line.middle {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile-menu__icon .line.bottom {
		bottom: 0;
	}

	.intro {
		position: relative;
		min-height: 500px;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.intro__image {
		width: 100%;
		position: absolute;
		height: 100%;
		opacity: .4;
		top: 0;
		left: 0;
		background-position: 0 center;
		min-height: auto;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.intro__content_wrap {
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.intro__subtitle {
		opacity: .9;
		color: #000;
	}

	.sertificate-slider__items {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.sertificate-slider__description {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.slider-nav {
		margin-top: 35px;
	}
}

@media (max-width:767.98px) {
	.select-field {
		width: 100%;
	}

	.select-field:first-child {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.select-field:last-child {
		padding-left: 0;
	}

	.how-work .col-lg-3:not(:last-child) .how-work-item::after {
		content: none;
	}

	.how-work .col-6 {
		margin-bottom: 40px;
	}

	.how-work {
		padding-bottom: 5px;
	}

	.footer-logotypes {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.payment-logo {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.payment-logo img {
		margin-bottom: 15px;
	}

	.footer-block-logo {
		padding-bottom: 23px;
	}

	.review-description {
		width: 100%;
	}

	.review-slider {
		width: 100%;
	}

	.contacts .map-content {
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.contacts .contacts__map img.main-map {
		display: none;
	}

	.map-content__marker {
		display: none;
	}

	.contacts .map-content__contact::after {
		display: none;
	}

	.contacts .map-content__contact {
		padding: 30px 15px;
	}

	.map-contact__icon {
		width: 25px;
		height: 25px;
		margin-right: 0;
	}

	.map-contact__text {
		font-size: 20px;
		width: calc(100% - 25px);
		padding-left: 15px;
	}

	.map-contact__item:not(:last-child) {
		margin-bottom: 35px;
	}

	.map-contact__item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts .contacts__map {
		margin-top: 30px;
	}

	.slider-nav {
		margin-top: 30px;
	}

	.intro {
		min-height: auto;
		padding-top: 120px;
		padding-bottom: 100px;
	}

	.prices-variable .col-lg-10,.prices-variable .col-lg-4 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.price-item__title {
		font-size: 18px;
		line-height: 26px;
	}

	.price-item__price span {
		font-size: 60px;
	}

	.price-item {
		min-height: 280px;
	}

	.prices-variable .col-lg-4 {
		margin-bottom: 30px;
	}

	.city-popup {
		padding: 40px 20px 40px;
	}

	.city-list li {
		font-size: 18px;
		padding-left: 28px;
	}

	.callback-popup {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 50px 50px 40px;
	}

	.callback__title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media (max-width:575.98px) {
	.sale_amount, .sale_month {
		font-size: 13px;
		padding-left: 5px;
	}

	a.consult-btn {
		margin-right: 0;
		margin-bottom: 20px;
		width: 172px;
	}

	.section-title_standart {
		font-size: 30px;
		line-height: 42px;
	}

	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.container {
		padding-left: 8px;
		padding-right: 8px;
	}

	.row {
		margin-right: -8px;
		margin-left: -8px;
	}

	.section-content-text {
		font-size: 18px;
		line-height: 25px;
	}

	.section-content-text_lh_40 {
		line-height: 32px;
	}

	.standart-item__description {
		font-size: 16px;
		line-height: 22px;
	}

	.standart-item__description_mt_35 {
		margin-top: 15px;
	}

	.advantage .col-lg-4 {
		margin-bottom: 45px;
	}

	.types {
		padding-bottom: 0;
	}

	.types .col-sm-6 {
		margin-bottom: 45px;
	}

	.standart-item__title_mt_35 {
		margin-top: 20px;
	}

	.card .section-title {
		font-size: 25px;
		line-height: 35px;
	}

	.card-slider {
		padding: 0 55px;
	}

	.mobile-menu__icon {
		margin-right: 8px;
	}

	a.top-line__user {
		margin-right: 0;
		margin-top: 5px;
		font-size: 16px;
	}

	.top-line__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	a.top-line__location {
		font-size: 16px;
	}

	.top-line__user {
		height: 30px;
		padding: 0 10px;
	}

	.top-line__logo img {
		width: 110px;
		height: 30px;
	}

	.intro__title {
		font-size: 36px;
		line-height: 1.2;
	}

	.header {
		padding: 15px 15px;
	}

	.intro {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.intro__subtitle {
		font-size: 20px;
	}

	.prices-btn a.lease-btn, a.consult-btn, a.scroll-btn,a.lease-btn,a.rent-btn {
		font-size: 18px;
	}

	.intro__btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intro__btn a:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.sertificate-slider__item {
		width: 70%;
	}

	.sertificate-slider__item img {
		max-width: 100%;
	}

	.city-list li {
		font-size: 16px;
		width: 50%;
		margin-bottom: 12px;
	}

	.city-list li::before {
		width: 17px;
		height: 17px;
		top: 2px;
	}

	.city-list li.city_active::after {
		width: 7px;
		height: 7px;
		left: 5px;
		top: 7px;
	}

	.city-popup .lease-btn-wrap {
		margin-top: 15px;
	}

	.city-popup__sub {
		line-height: 1.2;
		margin-bottom: 0;
	}

	.city-list {
		margin-top: 25px;
	}

	.city-popup__title {
		font-size: 30px;
		line-height: 40px;
	}

	.callback-popup {
		padding: 50px 15px 40px;
	}

	.submit-field {
		margin-top: 35px;
	}
}

@media (min-width:992px) {
	.mobile-menu__icon {
		display: none;
	}
}