

/* Start:/local/components/master/cards/templates/.default/style.css?17568284373224*/
.country-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.country-wrapper_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 13.33px);
    flex: 0 0 calc(50% - 13.33px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.country-wrapper_2, .country-wrapper_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 13.33px);
    flex: 0 0 calc(25% - 13.33px);
}
.country-wrapper_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.country {
    height: 290px;
    color: #ffffff;
    margin-bottom: 31px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 25px;
}
.country__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.country__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.country_1, .country_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
}
.country_3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 0;
}
.country_4 {
    margin-bottom: 0;
    height: 100%;
}
.country_6 {
    margin-bottom: 0;
}

.interest .label.russia{
    height: 60px
}

.interest input[type=tel]{
    border: 1px solid #dfdfdf;
    height: 60px;
    border-radius: 50px;
    color: #bbb;
}

.interest-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 950px){
    .country-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .country-wrapper_1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .country-wrapper_2, .country-wrapper_3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    .country {
        margin-bottom: 20px;
    }
    .country_6 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .country-wrapper {
        margin-top: 40px;
    }

}
@media (max-width: 500px) {
    .country, .country-wrapper_2, .country-wrapper_3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .country {
        margin-bottom: 10px;
        height: 296px;
    }

}
/* End */


/* Start:/local/components/master/form/templates/cards/style.css?16595533124175*/
.steps-wrapper {
    background: linear-gradient(182.17deg, #F9F9FA 24.36%, rgba(255, 255, 255, 0.8) 32.91%, rgba(253, 253, 254, 0.858078) 64.88%, #F9F9FA 73.69%), url(/local/components/master/form/templates/cards/../img/balcony/bg-steps.jpg);
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.step {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 15px);
    flex: 0 1 calc(25% - 15px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 40px 20px 28px 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.step:nth-child(2n+2) {
    background: -webkit-gradient(linear, left top, left bottom, from(#F9DE7F), to(#F2B148));
    background: linear-gradient(180deg, #F9DE7F 0%, #F2B148 100%);
}
.step__title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 24px;
}
.step__item {
    color: #33354F;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}
.step__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #EB2336;
    border-radius: 5px;
}
.step__item span {
    opacity: 0.6;
}
.step__phone {
    font-weight: 800;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#F84455), to(#CB0619));
    background: linear-gradient(90deg, #F84455 0%, #CB0619 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 19px;
}
.step__text {
    color: #33354F;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.6;
}
.step__button {
    margin-top: 14px;
}
.step__button button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 20px;
    padding: 0px;
    font-weight: 600;
}

.steps-wrapper {
    padding: 80px 0;
}

.step .list {
    margin-bottom: 0;
}
.step .list li {
    color: #33354F;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.step .list li::before {
    width: 14px;
    height: 14px;
    top: 3px;
}
.step .list li:last-child {
    margin-bottom: 0;
}
.step li.m-30 {
    margin-bottom: 30px;
}
.list_green li {
    position: relative;
    padding-left: 28px;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.list_green li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(/local/templates/master/img/checkmark.svg) 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 6px;
}

.circle-number {
    background: -webkit-gradient(linear, left top, right top, from(#F84455), to(#CB0619));
    background: linear-gradient(90deg, #F84455 0%, #CB0619 100%);
    color: #ffffff;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 950px) {
    .steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
        margin-bottom: 20px;
        min-height: 310px;
    }

}

@media (max-width: 550px) {
    .steps {
        margin-top: 30px;
    }
    .step {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/master/components/master/content.list/elements_with_form/style.css?16596901266455*/

.interest-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.interest-wrapper .interest {
	padding: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 10px);
	flex: 0 0 calc(50% - 10px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.interest-wrapper .interest__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 242px;
	flex: 0 0 242px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.interest-wrapper .interest__img {
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	border-radius: 16px;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.interest-wrapper .interest__right {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 242px);
	flex: 0 0 calc(100% - 242px);
}
.interest-wrapper .interest__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 32px;
	color: #33354F;
}
.interest-wrapper .interest__title span {
	font-weight: 600;
}
.interest-wrapper .interest__title_small {
	display: none;
}
.interest-wrapper .interest__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
}
.interest-wrapper .interest__icons .icon {
	width: 65px;
}
.interest-wrapper .interest .property:nth-child(2n+2) {
	padding-right: 0;
}
.interest-wrapper .interest .properties {
	margin-bottom: 28px;
}
.interest-wrapper .interest .form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.interest-wrapper .interest-form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: -webkit-gradient(linear, left top, right top, from(#F84455), to(#CB0619));
	background: linear-gradient(90deg, #F84455 0%, #CB0619 100%);
	color: #ffffff;
}
.interest-wrapper .interest-form__title {
	font-weight: 700;
	font-size: 38px;
	line-height: 46px;
	margin-bottom: 20px;
}
.interest-wrapper .interest-form__description {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 48px;
}
.interest-wrapper .interest-form .label {
	margin: 0 0 15px 0;
	width: 100%;
}
.interest-wrapper .interest-form input[type=phone],
.interest-wrapper .interest-form input[type=tel] {
	height: 60px;
	width: 100%;
}
.interest-wrapper .interest-form .agree a {
	color: #ffffff;
}
.interest-wrapper .modal_big {
	max-width: 1200px;
}
.interest-wrapper .modal-wrapper {
	display: flex;
}
.interest-wrapper .modal__left {
	flex: 0 0 60%;
}
.interest-wrapper .modal__right {
	flex: 0 0 40%;
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
}
.interest-wrapper .modal__right:after {
	content: "";
	position: absolute;
	width: 1px;
	background: #e5e5e9;
	left: 25px;
	top: 0;
	bottom: 0;
}

.interest-wrapper .properties {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 36px;
}

.interest-wrapper .property {
	margin-bottom: 17px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.interest-wrapper .property__label {
	font-weight: 500;
	font-size: 12px;
	color: #33354F;
	opacity: 0.6;
	margin-bottom: 5px;
}
.interest-wrapper .property__value {
	font-weight: 600;
	font-size: 14px;
	color: #33354F;
}

@media (max-width: 1271px) {
	.interest__left {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 42%;
		flex: 1 0 42%;
	}
	.interest__title {
		margin-bottom: 18px;
	}
	.interest__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 58%;
		flex: 0 1 58%;
	}
	.interest__title {
		margin-bottom: 18px;
	}
	.interest .properties {
		margin-top: 25px;
	}
}
@media (max-width: 950px) {
	.interest {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.interest-wrapper .interest__left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		display: block;
		margin-bottom: 20px;
		flex-direction: column;
	}
	.interest-wrapper .interest__img {
		height: 230px;
		width: 100%;
	}
	.interest-wrapper .interest__title_small {
		display: block;
	}
	.interest__img {
		height: 230px;
		width: 100%;
	}
	.interest__right {
		padding-left: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.interest__title {
		display: none;
	}
	.interest .properties {
		margin-top: 0;
	}
}
@media (max-width: 767px) {



	.country-wrapper {
		margin-top: 40px;
	}

	.interest-wrapper .interest {
		padding: 25px 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 5px);
		flex: 0 0 calc(50% - 5px);
		margin-bottom: 10px;
	}

	.interest-wrapper .interest__title {
		font-size: 16px;
		margin-bottom: 26px;
	}

	.interest-wrapper .interest__icons {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 21px;
	}

	.interest-wrapper .interest .icon {
		width: 47px;
		height: 47px;
		margin: 0 !important;
		border-radius: 14px;
		padding: 3px;
		text-align: center;
	}

	.interest-wrapper .interest .icon__image {
		width: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	.interest-wrapper .interest .icon__image svg {
		max-width: 100%;
	}

	.interest-wrapper .interest .icon__value {
		font-size: 12px;
	}

	.interest-wrapper .interest .properties {
		margin-bottom: 15px;
	}

	.interest-wrapper .interest .actions .button {
		height: 40px;
		line-height: 40px;
		color: #ffffff;
		background: -webkit-gradient(linear, left top, right top, from(#F84455), to(#CB0619));
		background: linear-gradient(90deg, #F84455 0%, #CB0619 100%);
		border-radius: 20px;
	}

	.interest-wrapper .interest-form {
		padding: 30px 15px;
	}

	.interest-wrapper .interest-form__description {
		margin-bottom: 46px;
	}
}

@media (max-width: 600px) {
	.interest-wrapper .interest {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.interest-wrapper .interest__icons {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.interest-wrapper .interest .icon:not(:last-child) {
		margin-right: 22px !important;
	}

	.interest-wrapper .interest-form {
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/components/master/form/templates/.default/style.css?17568284373224*/
.country-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.country-wrapper_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 13.33px);
    flex: 0 0 calc(50% - 13.33px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.country-wrapper_2, .country-wrapper_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 13.33px);
    flex: 0 0 calc(25% - 13.33px);
}
.country-wrapper_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.country {
    height: 290px;
    color: #ffffff;
    margin-bottom: 31px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 25px;
}
.country__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.country__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.country_1, .country_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
}
.country_3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 0;
}
.country_4 {
    margin-bottom: 0;
    height: 100%;
}
.country_6 {
    margin-bottom: 0;
}

.interest .label.russia{
    height: 60px
}

.interest input[type=tel]{
    border: 1px solid #dfdfdf;
    height: 60px;
    border-radius: 50px;
    color: #bbb;
}

.interest-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 950px){
    .country-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .country-wrapper_1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .country-wrapper_2, .country-wrapper_3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    .country {
        margin-bottom: 20px;
    }
    .country_6 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .country-wrapper {
        margin-top: 40px;
    }

}
@media (max-width: 500px) {
    .country, .country-wrapper_2, .country-wrapper_3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .country {
        margin-bottom: 10px;
        height: 296px;
    }

}
/* End */


/* Start:/local/templates/master/components/master/content.list/profiles/style.css?17792967778618*/

.profile {
    padding-top: 103px;
}

.profile--window {
    background-image: none !important;
    padding-bottom: 70px;
}

@media (max-width: 1023px) {
    .profile--window {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .profile--window {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e5e5e5;
    }
}

.profile__caption h2,
.calculator-okna h2,
.b-profile-detail .static-content h2,
.profile-detail__props h2,
.profile-detail__doc h2 {
    font-size: 38px;
    line-height: 1.5;
    position: relative;
    font-weight: 800;
    margin-bottom: 15px;
}

.profile__caption .profil__text {
    font-size: 30px;
    font-weight: 500;
}

.profile__caption .profile__text {
    font-size: 30px;
    font-weight: 500;
}

.profile__caption-text {
    font-size: 30px;
    line-height: 58px;
    font-weight: 500;
}

.profile__head {
    display: flex;;
    justify-content: center;
}

@media (max-width: 479px) {
    .profile__head {
        justify-content: flex-start;
        margin-left: 0px;
        white-space: nowrap;
        padding-bottom: 10px;
    }
}

.profile__head .slick-list {}

@media (max-width: 479px) {
    .profile__head .slick-list {
        padding-bottom: 5px;
    }
}

@media (max-width: 479px) {
    .profile__head .slick-track {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 7px;
    }
}

.profile__head button.slick-next.slick-arrow,
.profile__head button.slick-prev.slick-arrow {
    display: none !important;
}

.profile__head-item {
    margin-bottom: 10px !important;
    font-size: 18px;
    color: #a5a5a5;
    margin: 0 16px;
    padding-bottom: 3px;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}

.profile__head-item:hover {
    color: #1e1e1e;
}

.profile__head-item.slick-current {
    color: #1e1e1e;
    border-bottom: 0px solid #d41f30;
    position: relative;
}

.profile__head-item.slick-current:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #d41f30;
    border-bottom: 1px solid #d41f30;
    transform: rotate(-36deg) skew(20deg);
    left: 4px;
    bottom: -6px;
    background-color: #fff;
    transition: all .3s;
}

.profile__wrap {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 61px -15px 0 -15px;
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    .profile__wrap:before {
        left: 42%;
    }
}

@media (max-width: 1023px) {
    .profile__wrap:before {
        left: 50%;
        margin-left: -17px;
    }
}

@media (max-width: 767px) {
    .profile__wrap:before {
        display: none;
    }
}

@media (max-width: 479px) {
    .profile__wrap:before {
        display: block;
        left: 35px;
        top: -7px;
    }
}

.profile__wrap:after {
    position: absolute;
    content: '';
    top: 9px;
    left: -40px;
    right: -40px;
    height: 1px;
    background-color: #e5e5e5;
    display: none;
}

@media (max-width: 479px) {
    .profile__wrap: after {
        display: block;
    }
}

.profile__wrap .slick-list {
    padding-top: 48px;
}

@media (max-width: 479px) {
    .profile__wrap .slick-list {
        padding-top: 46px;
    }
}

.profile__item {
    display: flex !important;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.profile__item:hover {
    height: 430px;
    transition: height 0.3s ease;
}

.profile__item .profile__inner {
    background-color: #fff;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    /* max-height: 330px;
    transition: max-height 0.3s; */
}

@media (max-width: 767px) {
    .profile__item {
        border: none;
    }
}

.profile__col {
    min-height: 330px;
    display: flex;
    flex-direction: column;
}

.profile__col--img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 27px 0px 30px 40px;
}

.profile__img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.profile__img-increase {
    background: url(/local/templates/master/components/master/content.list/profiles/../pic/icon_increase.png) 0 100% no-repeat;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.profile__img-increase.profile__img--decrease,
.profile-inner__img-increase.profile-inner__img--decrease {
    background: url(/local/templates/master/components/master/content.list/profiles/../pic/icon_increase.png) 0 0 no-repeat;
}

.profile__img-increase:hover,
.profile-inner__img-increase:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.profile__img-circle {
    display: none;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.profile__col--center {
    width: 29%;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 1200px) {
    .profile__col--center {
        width: 32%;
    }
}

@media (max-width: 1023px) {
    .profile__col--center {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media (max-width: 767px) {
    .profile__col--center {
        width: 100%;
        border: none;
        flex-direction: column-reverse;
        min-height: 100%;
    }
}

.profile__col--descr {
    padding: 35px 20px 0 40px;
    z-index: 99;
}

@media (max-width: 1023px) {
    .profile__col--descr {
        order: 2;
        padding: 0 20px 0 20px;
    }
}

.profile__col-top {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 44px 30px 27px 41px;
    position: relative;
}

.profile__col-top:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-45deg);
    bottom: -6px;
    left: 65px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .profile__col-top:before {
        display: none;
    }
}

.profile__col-top:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-135deg);
    top: 50px;
    right: -6px;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .profile__col-top: after {
        display: none;
    }
}

@media (max-width: 767px) {
    .profile__col-top {
        border: none;
        padding: 20px 0 3px;
    }
}

.profile__col-title-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.profile__col-icon {
    width: 22px;
    text-align: center;
}

.profile__col-text {
    width: calc(100% - 22px);
    padding-left: 5px;
    font-size: 14px;
    color: #a5a5a5;
}

.profile__col-progress-wrap {
    background-color: #ededed;
    border-radius: 2px;
    height: 10px;
    position: relative;
    margin-bottom: 21px;
}

.profile__col-progress {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 14px;
    border-radius: 2px 0 0 2px;
}

.profile__col-progress:before {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-left: 6px solid #d41f30;
    right: -12px;
    top: 0;
}

.profile__col-price-wrap {
    padding-bottom: 31px;
    display: flex;
    margin-top: 5px;
}

.profile__warn-quietly {
    position: absolute;
    left: 280px;
    top: 44px;
}

.profile__col-price {
    font-size: 24px;
    color: #fff;
    padding: 0 14px 0;
    background: #eb2336;
    font-weight: 600;
}

.profile__col-price-old {
    font-size: 14px;
    color: #999999;
    position: relative;
    padding: 0 4px;
    text-decoration: line-through;
    margin-left: 13px;
}

@media (max-width: 479px) {
    .profile__col-price-old {
        display: block;
    }
    .profile__col-price-old:before {
        left: auto;
        margin-left: -2px;
    }
}

.profile__col-price-old .rubl {
    font-size: 20px;
}

.profile__col-bottom-title {
    font-size: 12px;
}

.profile__col-hide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 30px;
    z-index: 99;
}
/* End */


/* Start:/local/components/master/cards_garant/templates/.default/style.css?16596867632644*/
.avoid-wrapper {
    background: linear-gradient(182.17deg, #F9F9FA 24.36%, rgba(255, 255, 255, 0.8) 32.91%, rgba(253, 253, 254, 0.858078) 64.88%, #F9F9FA 73.69%), url(/local/components/master/cards_garant/templates/.default/../img/avoid.jpg);
    padding: 20px 0 56px 0;
}

.avoid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -8px;
}
.avoid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33% - 13.33px);
    flex: 0 1 calc(33.33% - 13.33px);
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.avoid .item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avoid .item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
    border-radius: 10px;
    overflow: hidden;
}
.avoid .item__img img {
    display: block;
}
.avoid .item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 120px);
    flex: 0 1 calc(100% - 120px);
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.avoid .item__icon {
    width: 36px;
    margin-bottom: 8px;
}
.avoid .item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.avoid .item__text {
    margin-top: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.6;
}

.avoid-wrapper .title span {
    font-weight: 700;
}

.avoid-wrapper .color-red {
    color: #EB2336;
}

.avoid-wrapper .title {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 39px;
    margin-top:60px;
    letter-spacing: -0.6px;
}

.avoid-wrapper img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1271px){
    .avoid-wrapper .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
        flex: 0 1 calc(50% - 10px);
    }
}
@media (max-width: 950px) {
    .avoid-wrapper .title {
        font-size: 30px;
    }
    .avoid-wrapper .item__img {
         display: none;
     }
    .avoid-wrapper .item__right {
        padding-left: 0;
    }
}
@media (max-width: 550px){
    .avoid-wrapper .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
/* End */


/* Start:/local/components/master/cards/templates/form/style.css?16596940524192*/
.better-wrapper {
    padding: 80px 0;
}

.better-wrapper .title {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.better-wrapper .title red{
    font-weight: 700;
    color: #EB2336;
}

.better {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.better__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 13.5px);
    flex: 0 0 calc(25% - 13.5px);
    height: 193px;
    color: #ffffff;
    margin-bottom: 20px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 24px;
    box-sizing: border-box;
}

.better__item_form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.better__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.better__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.better .strong {
    margin-bottom: 8px;
}
.better .form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    color: #33354F;
}
.better .form .label {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100%;
}
.better .form .label input,
.better .form .label button {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.better .form .label .button {
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
    padding: 0;
}
.better .form .agree {
    margin-top: -5px;
    font-size: 10px;
}

.better .strong {
    color: #33354F;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
}

@media (min-width: 1151px) {
    .better__item:not(.better__item_form):hover {
        background: -webkit-gradient(linear, left top, right top, from(#F84455), to(#CB0619)) !important;
        background: linear-gradient(90deg, #F84455 0%, #CB0619 100%) !important;
    }
}

@media (max-width: 1150px){
    .better__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 15px);
        flex: 0 0 calc(33.33% - 15px);
        margin-right: 20px;
    }
}

@media (max-width: 950px){
    .better .title {
        margin-bottom: 18px;
    }
    .better .text {
         font-size: 16px;
     }
    .better {
        margin-top: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .better__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        margin-right: 0 !important;
    }
}

@media (max-width: 767px){
    .better .title {
        font-size: 24px;
        line-height: 29px;
    }
    .better__item {
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        padding: 20px;
        height: 180px;
    }
    .better__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    .better__description {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 550px) {
    .better-wrapper .text {
        display: none;
    }
    .better {
        margin-top: 20px;
    }
    .better__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto;
    }
}

/* End */


/* Start:/local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/style.css?1658139364666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/components/master/cards/templates/.default/style.css?17568284373224 */
/* /local/components/master/form/templates/cards/style.css?16595533124175 */
/* /local/templates/master/components/master/content.list/elements_with_form/style.css?16596901266455 */
/* /local/components/master/form/templates/.default/style.css?17568284373224 */
/* /local/templates/master/components/master/content.list/profiles/style.css?17792967778618 */
/* /local/components/master/cards_garant/templates/.default/style.css?16596867632644 */
/* /local/components/master/cards/templates/form/style.css?16596940524192 */
/* /local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/style.css?1658139364666 */
