

/* Start:/local/templates/new/components/bquadro/catalog.section/projects__slider/style.css?17150864625082*/
.projects-slider {
	padding: 45px 0 45px;
	color: #fff;
	position: relative;
}
.projects-slider:before {
	content: "";
	width: 100vw;
	height: 100%;
	background: #1E1E1E;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	position: absolute;
}
.projects-slider__cont {
	position: relative;
	z-index: 2;
}
.projects-slider__item-arr {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: red;

	display: none;
}
.projects-slider__title {
	margin-top: 0 !important;
	text-transform: uppercase;
}
.projects-slider .projects-slider__list {
	width: calc(100% + 44px);
	margin: 0 -22px;
	overflow: hidden;
}
/*
.projects-slider__wr {
	position: relative
}*/
.projects-slider .projects-slider__item {
	width: calc(33.33% - 44px);
	margin: 0 22px;
}
.projects-slider__item-link {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	color: #fff;
}
.projects-slider__item-link:hover {
	color: #fff
}
.projects-slider__item-img {
	width: 50%;
	height: 170px;
	position: relative;
	overflow: hidden;
}
.projects-slider__item-img img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	transition: 0.3s ease;
}
.projects-slider__item-link:hover .projects-slider__item-img img {
	transform: scale(1.1)
}
.projects-slider__item-info {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 133px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.68%, rgba(0, 0, 0, 0.09) 53.12%, rgba(0, 0, 0, 0.3) 100%);

	opacity: 0;
	
    display: flex;
    align-items: flex-end;
	
    padding-left: 20px;
    padding-bottom: 20px;
    
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    transition: 0.3s ease;
}
.projects-slider__item:hover .projects-slider__item-info {
	opacity: 1;
}
.projects-slider__item-cont {
	width: 50%;
	padding-left: 10px;
	padding-right: 0;
	position: relative;
	padding-bottom: 65px;
	position: relative;
}
.projects-slider__item-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.projects-slider__item-price  {
	font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FBAD33;
}
.projects-slider__item-price .rub:before {
    content: "p";
    font-family: 'ALSRubl';
}
.projects-slider__item-price.projects-slider__item-price--empty {
	font-size: 18px;
	line-height: 1.66;
	letter-spacing: 0.04em;
	color: inherit;
	font-weight: normal;
}

.proj-item__type {
	display: inline-block;
	margin: 13px 0 5px;
	font-weight: 700;
	color: #000;
}
.projects-slider__item-type {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-top: auto;
	position: absolute;
	left: 10px; bottom: 40px;
}
.projects-slider__item-type:before {
	content: "";
	width: 19px; height: 18px;
	position: absolute;
	left: 0; top: 0; bottom: 0;
	margin: auto;
}

.projects-slider__item-type--gazobeton:before {
	background: url(/local/templates/new/img/gazobeton-w.svg) no-repeat center;
	background-size: contain;
}
.projects-slider__item-type--karkas:before {
	background: url(/local/templates/new/img/karkas-w.svg) no-repeat center;
	background-size: contain;
}
.projects-slider__item-type--kirpich:before {
	background: url(/local/templates/new/img/kirpich-w.svg) no-repeat center;
	background-size: contain;
}
.projects-slider__arr.swiper-button-prev {
	left: -40px;
    transform: rotate(180deg);
}
.projects-slider__arr.swiper-button-next {
	right: -40px;
}
.projects-slider__arr.swiper-button-next,
.projects-slider__arr.swiper-button-prev {
	width: 20px; height: 60px;
}
.projects-slider__arr:after {
	content: "" !important;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
	background-size: contain;
}
.projects-slider__arr:hover:after {
	background: url(/local/templates/new/img/arr_1.svg) no-repeat center;
	background-size: contain;
}

@media(max-width: 1800px) {
	.projects-slider .projects-slider__item {
		width: calc(50% - 44px);
		margin: 0 22px;
	}
}

@media(max-width: 1264px) {
	.projects-slider__item-img {
		width: 100%;
		height: 240px;
	}
	.projects-slider__item-cont {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 0;
		padding-right: 40px;
	}
	.projects-slider__item-type {
		position: relative;
		left: auto;
		bottom: auto;
	}

	.projects-slider .projects-slider__item {
		width: calc(33.33% - 44px);
	}
	
	
}
@media(max-width: 1100px) {
	.projects-slider__arr {
		display: none !important;
	}
}
@media(max-width: 991px) {
	.projects-slider .projects-slider__item {
		width: calc(40% - 44px);
	}
	.projects-slider__item-arr {
		width: 23px;
		height: 48px;
		background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
		background-size: contain;
		
		position: absolute;
		right: 0; top: 20px;
		display: block;
	}
	
}
@media(max-width: 767px) {
	.projects-slider .projects-slider__item {
		width: calc(50% - 44px);
	}
}
@media(max-width: 500px) {
	.projects-slider .projects-slider__item {
		width: calc(66.66% - 44px);
	}
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/company_reviews/style.css?17156921169813*/

.about-reviews {
    padding-top: 106px;
}

.about-reviews__heading,
.about-reviews__heading.h2 {
    margin: 0;
    text-transform: uppercase;
}

.about-reviews__swiper,
.about-reviews__swiper.swiper {
    margin-top: 34px;
}

.about-reviews__wrapper,
.about-reviews__wrapper.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-reviews__slide,
.about-reviews__slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.about-reviews__slide:not(:first-child),
.about-reviews__slide.swiper-slide:not(:first-child) {
    margin-top: 30px;
}

.about-reviews__col-1 {
    position: relative;
    width: calc(50% - 220px);
}

.about-reviews__col-1::after {
    display: block;
    width: 100%;
    padding-bottom: 440px;
    content: '';
}

.about-reviews__plan {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-reviews__col-2 {
    position: relative;
    flex-shrink: 0;
    width: 440px;
    -ms-flex-negative: 0;
}

.about-reviews__col-2::after {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: '';
}

.about-reviews__col-2::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: url('/local/templates/new/img/nophoto.jpg') no-repeat 50% 50%/cover;
    content: '';
}

.about-reviews__author {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.about-reviews__col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 220px);
    min-height: 440px;
    padding: 0 30px 30px 30px;
    background: #F4F4F4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.about-reviews__text {
    padding-top: 42px;
}

.about-reviews__text.is-overflow {
    max-height: 341px;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}

.about-reviews__name {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.about-reviews__descr {
    margin-top: 24px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.about-reviews__descr p {
    margin-bottom: 16px;
}

.about-reviews__descr p:last-child {
    margin-bottom: 0;
}

.about-reviews__btn,
.about-reviews__btn.btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-reviews__text.is-overflow.is-overflow+.about-reviews__btn,
.about-reviews__text.is-overflow.is-overflow+.about-reviews__btn.btn {
    display: block;
}

.about-reviews__all,
.about-reviews__all.btn {
    display: block;
    width: 100%;
    max-width: 440px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-reviews__nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.about-reviews__prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    height: 49px;
    padding-left: 43px;
    cursor: pointer;
    -webkit-transition: color .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, opacity .4s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-reviews__prev.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.about-reviews__prev:hover {
    color: #FBAD33;
}

.about-reviews__prev::after,
.about-reviews__prev::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 49px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.about-reviews__prev::before {
    background: url(/local/templates/new/img/st_arr-1.svg) no-repeat center;
    opacity: 0;
}

.about-reviews__prev::after {
    background: url(/local/templates/new/img/st_arr-1_b.svg) no-repeat center;
}

.about-reviews__prev:hover::before {
    opacity: 1;
}

.about-reviews__prev:hover::after {
    opacity: 0;
}

.about-reviews__prev-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.about-reviews__next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    height: 49px;
    padding-right: 43px;
    cursor: pointer;
    -webkit-transition: color .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, opacity .4s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-reviews__next.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.about-reviews__next:hover {
    color: #FBAD33;
}

.about-reviews__next::after,
.about-reviews__next::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 49px;
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.about-reviews__next::before {
    background: url(/local/templates/new/img/st_arr-1.svg) no-repeat center;
    opacity: 0;
}

.about-reviews__next::after {
    background: url(/local/templates/new/img/st_arr-1_b.svg) no-repeat center;
}

.about-reviews__next:hover::before {
    opacity: 1;
}

.about-reviews__next:hover::after {
    opacity: 0;
}

.about-reviews__next-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

@media (max-width:1799px) {
    .about-reviews__col-1 {
        width: calc(50% - 180px);
    }

    .about-reviews__col-1::after {
        padding-bottom: 360px;
    }

    .about-reviews__col-2 {
        width: 360px;
    }

    .about-reviews__col-3 {
        width: calc(50% - 180px);
        min-height: 360px;
    }

    .about-reviews__text.is-overflow {
        max-height: 261px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: 360px;
    }
}

@media (max-width:1599px) {
    .about-reviews__col-1 {
        width: calc(50% - 150px);
    }

    .about-reviews__col-1::after {
        padding-bottom: 300px;
    }

    .about-reviews__col-2 {
        width: 300px;
    }

    .about-reviews__col-3 {
        width: calc(50% - 150px);
        min-height: 300px;
    }

    .about-reviews__text.is-overflow {
        max-height: 201px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: 300px;
    }
}

@media (max-width:1263px) {

    .about-reviews__wrapper,
    .about-reviews__wrapper.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .about-reviews__slide,
    .about-reviews__slide.swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-reviews__slide:not(:first-child),
    .about-reviews__slide.swiper-slide:not(:first-child) {
        margin-top: 0;
    }

    .about-reviews__col-1 {
        width: 100%;
    }

    .about-reviews__col-1::after {
        padding-bottom: 69.113%;
    }

    .about-reviews__col-2 {
        width: 100%;
    }

    .about-reviews__col-3 {
        width: 100%;
        min-height: 424px;
    }

    .about-reviews__text.is-overflow {
        max-height: 325px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: 360px;
    }

    .about-reviews__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width:991px) {
    .about-reviews {
        padding-top: 60px;
    }

    .about-reviews__swiper,
    .about-reviews__swiper.swiper {
        margin-top: 37px;
    }

    .about-reviews__col-3 {
        padding: 0 20px 20px 20px;
    }

    .about-reviews__text {
        padding-top: 20px;
    }

    .about-reviews__text.is-overflow {
        max-height: 331px;
    }

    .about-reviews__descr {
        margin-top: 20px;
    }

    .about-reviews__btn,
    .about-reviews__btn.btn {
        margin-top: 20px;
    }

    .about-reviews__all,
    .about-reviews__all.btn {
        max-width: none;
        margin-top: 26px;
    }
}

/* End */


/* Start:/local/js/bquadro/form/styles/style.css?17510271408303*/
.simple-modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
    z-index: 9999;
    padding: 16px;

    display: flex;
    align-content: center;
    justify-content: center;
}
.simple-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 16px;   
}
.simple-modal-fone {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}
.simple-modal-backdrop .form {
	z-index: 2;
	position: relative;
}
.simple-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 1.75rem auto;
    padding: 20px 30px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    transform: translate(0, 0);
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.simple-modal-header {
    padding-bottom: 16px;
    font-size: 25px;
    text-align: center;
}
.simple-modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    text-align: center;
}




.form {	
}
.form-title {
	margin-top: 0 !important;
	text-transform: uppercase;
	width: 100%;
}
.form-wrap {
	width: calc(100% + 40px);
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.form-col {
	width: 50%;
	padding: 0 20px;
}
.form__item {
	position: relative;
	margin-bottom: 30px;
}
.form__item--text {
	font-size: 14px;
	opacity: 0.7;
}
.form__item.form__item--text:after {
	display: none;
}
.form__item:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 100%;
	background: #000;
}
.form__item.error:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 100%;
	background: red;
}
.form__item input {
	height: 30px;
	line-height: 30px;
	padding: 0;
	border: none;
	width: 100%;
}

.form__item--textarea {
	position: relative;
	width: 100%;
	background-color: transparent;
	color: #6C6A6A;
	
	position: relative;
	z-index: 1;
	outline: none;
	line-height: 1.3;
}
.form__item--textarea span {
	word-break: break-word;
	white-space: pre-wrap;
	opacity: 0;
	min-height: 30px;
	display: block;
	padding-bottom: 0em;
	padding-top: 0;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 1em;
}

.form__item--textarea textarea {
	position: absolute; top: 0; left: 0px;
	width: calc(100% + 1px) ; height: 100%;
	z-index: 2;
	overflow: hidden;
	resize: none;
	border: none;
	background: none;
	min-height: 30px;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0em;
	padding-bottom: 0em;
	border: none;
	color: #000;
}

.form__item--checkbox {
	position: relative;
	font-size: 14px;
}
.form__item.form__item--checkbox:after {
	display: none;
}
.form__item--checkbox input {
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
}
.form__item--checkbox label {
	padding-left: 30px;
	position: relative;
	display: block;
}
.form__item--checkbox label a {
	color: inherit;
	text-decoration: underline;
}
.form__item--checkbox label:before {
	content: '';
	position: absolute;
	left: 0; top:0; 
	width: 20px; height: 20px;
	border: 1px solid #D9D9D9;
}
.form__item--checkbox input:checked + label:before {
	background: #D9D9D9 url(/local/js/bquadro/form/styles/img/checkbox.svg) no-repeat center;
}


.form__group--radio {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.form__group--radio .form__group-top {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 13px;
	width: 100%;
}
.form__group--radio .form__item:after {
	display: none
}
.form__group--radio .form__item {
	position: relative;
	
	margin: 0;
	margin-right: 20px;
	margin-bottom: 5px;
}
.form__group--radio .form__item input {
	position: absolute;
	left: 0; top:0;
	opacity: 0
}
.form__group--radio .form__item label {
	position: relative;
}
.form__group--radio .form__item label {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	font-weight: 600;
	transition: color ease 0.3s;
	display: block;
}
.form__group--radio .form__item:last-child {
	margin-right: 0;
}
.form__group--radio .form__item label:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #F4F4F4;
}
.form__group--radio .form__item label:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #000;
	transform: translateY(calc(-100% - 1px));
	transition: transform cubic-bezier(.73,-0.84,.54,1.18) 0.3s;
	border-radius: 20px;
}

.form__group--radio .form__item:hover label,
.form__group--radio .form__item input:checked + label {
	color: #fff;
}
.form__group--radio .form__item:hover label:after,
.form__group--radio .form__item input:checked + label:after {
	transform: translateY(0%);
	transition: transform cubic-bezier(0,2.54,.43,.47) 0.3s;
}

.form-catalog .form__group--radio {
	position: absolute;
	left: 0; bottom: 0;
	width: 50%;
	padding: 0 20px;
	margin: 0;
}



.form-popup {
	width: 600px;
	max-width: calc(100vw - 40px);
	background: #fff;
	padding: 40px !important;
	box-sizing: border-box !important;
	margin: auto;
	max-height: calc(100vh - 40px);
	overflow: auto;
	position: relative;
	color: #000;
}
.form-popup__success {
	display: none;
}
.form-popup .h3 {
	margin-top: 0;
}
.form-popup__success h2 {
	margin: 0;
}
.form-popup__close {
	width: 50px; height: 50px;
	position: absolute;
	right: 10px; top: 10px;
	/*
	background: url(/local/js/bquadro/form/styles/img/menu_close_adap.svg) no-repeat center;
	background-size: contain;
	*/
	cursor: pointer;
}
.form-popup__close-line {
    position: absolute;
    transform: rotate(45deg);
}
.form-popup__close-line:before,
.form-popup__close-line:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease, top 0.3s ease;
}
.form-popup__close-line--1 {
    width: 100%;
    height: 2px;
    top: 50%;
}
.form-popup__close-line--2 {
    width: 2px;
    height: 100%;
    left: 50%;
}
.form-popup__close-line--1:before,
.form-popup__close-line--1:after {
    width: 50%;
    height: 100%;
}
.form-popup__close-line--2:before,
.form-popup__close-line--2:after {
    width: 100%;
    height: 50%;
}
.form-popup__close-line--2:before {
    left: 0px;
    top: 2px;
}
.form-popup__close-line--2:after {
    left: -2px;
    top: calc(50% + 1px);
}
.form-popup__close-line--1:before {
    left: 0px;
    top: -1px;
}
.form-popup__close-line--1:after {
    left: calc(50% + -1px);
    top: 1px;
}
.form-popup__close:hover .form-popup__close-line--2:after {
    left: 0;
    top: 50%;
}
.form-popup__close:hover .form-popup__close-line--2:before {
    top: 0;
}
.form-popup__close:hover .form-popup__close-line--1:after {
    left: 50%;
    top: 0;
}
.form-popup__close:hover .form-popup__close-line--1:before {
    top: 0;
}

.form-popup * {
	box-sizing: border-box !important;
}
.form-text.form-text--adap {
	display: none;
}
.form-popup .form-text {margin-bottom: 50px;}
.form .btn {
	width: 100%;
	max-width: 360px;
}
.form.form-popup .button {
	max-width: 100%;
}
.form-front {
	padding: 323px 0 310px;	
}
.form-front .form-text {
	max-width: 448px;
}

@media(max-width: 1600px) {
	.form-front {
		padding: 223px 0 210px;
	}
}
@media(max-width: 1264px) {
	.form__group--radio .form__item label {
		font-size: 12px;
	}
	.form__group--radio .form__group-top {
		font-size: 16px;
	}
}


@media(max-width: 991px) {
	.form__group--radio .form__group-top {
		font-size: 19px;
	}
	.form__group--radio .form__item label {
		font-size: 14px;
	}
	.form-col {
		width: 100%;
		margin-bottom: 48px;
	}
	.form-col:last-child {
		margin-bottom: 0
	}
	.form-front .form-text {
		/*margin-bottom: 48px;*/
		max-width: 100%;
	}
	.form-front {
		padding: 147px 0 138px;
	}

	.form-text.form-text--desktop {
		display: none;
	}
	.form-text.form-text--adap {
		display: block;
	}
	
	.form-catalog .form__group--radio {
		position: static;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}
@media(max-width: 500px) {
	.form .button {
		max-width: 100%;
	}
}


/* End */
/* /local/templates/new/components/bquadro/catalog.section/projects__slider/style.css?17150864625082 */
/* /local/templates/new/components/bitrix/news.list/company_reviews/style.css?17156921169813 */
/* /local/js/bquadro/form/styles/style.css?17510271408303 */
