

/* Start:/business/style.min.css?1782296703979*/
@media (max-width:500px){.text-box__title.underline{text-decoration:none!important}}.text-box{padding:16px!important}@media (max-width:500px){.section-card__action{width:100%!important}}@media (max-width:500px){.section-card__action .btn--large,.section-card__action .section-card__btn.btn{width:100%;justify-content:center;font-size:16px!important}}.business__benefits-slider-wrapper{padding-inline:58px;position:relative}@media (max-width:1080px){.business__benefits-slider-wrapper{padding-inline:0}}.business__benefits-slider-wrapper .benefits__item:has(.benefits__item-partner){aspect-ratio:1/1.2}@media (max-width:1080px){.business__benefits-slider-wrapper .benefits__item:has(.benefits__item-partner){width:100%;aspect-ratio:1/1.1;padding:30px}}@media (max-width:499px){.business__benefits-slider-wrapper .benefits__item:has(.benefits__item-partner){padding:15px}}@media (max-width:1080px){.business__benefits-slider-wrapper .benefits__item-partner{width:auto;height:100%}}
/* End */


/* Start:/local/templates/main/components/guta/parent-page/business/style.css?17822967034355*/
.pos-abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.flex-column {
    display: flex;
    flex-direction: column;
}

.gap-20 {
    gap: 20px;
}
@media (max-width: 1150px) {
    .gap-20 {
        gap: 20px;
    }
}

.mb {
    margin-bottom: 20px;
}
@media (max-width: 1150px) {
    .mb {
        margin-bottom: 20px;
    }
}
.mb--sm {
    margin-bottom: 8px;
}
.mb--md {
    margin-bottom: 40px;
}
@media (max-width: 1150px) {
    .mb--md {
        margin-bottom: 24px;
    }
}

.mt--0 {
    margin-top: 0 !important;
}

.underline {
    text-decoration: underline;
}

.no-scroll {
    overflow-y: hidden;
}

.flex-shrink {
    flex-shrink: 0;
}

.orange {
    color: rgb(224, 104, 75);
}

.green--black {
    color: rgb(24, 52, 37);
}

.black {
    color: #000000;
}
.black > * {
    color: #000000;
}

.text--md {
    font-weight: 500;
}

.section-slider.swiper {
    width: 100%;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgb(211, 211, 211);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.section-slider__img {
    width: 60%;
    flex-shrink: 0;
    height: auto;
    aspect-ratio: 933/640;
}

@media (max-width: 768px) {
    .section-slider__img {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }
}
.section-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-slider .swiper-wrapper {
    align-items: stretch;
}
.section-slider .swiper-slide {
    display: flex;
    align-items: stretch;
    height: auto;
}
.section-slider__name {
    margin-bottom: 41px;
}
@media (max-width: 768px) {
    .section-slider .swiper-slide {
        flex-direction: column;
        padding: 24px 24px 50px;
        gap: 24px;
    }
}
.section-slider__content {
    width: 40%;
    padding: 42px 32px 60px;
    background-color: rgb(253, 253, 253);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
@media (max-width: 768px) {
    .section-slider__content {
        width: 100%;
        padding: 0;
    }
}
.section-slider__link {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .section-slider__link {
        margin-bottom: 0;
    }
}
.section-slider__navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
    right: 42px;
    position: absolute;
    bottom: 30px;
}
@media (max-width: 1150px) {
    .section-slider__navigation {
        gap: 20px;
        right: 16px;
        bottom: 10px;
    }
    .section-slider__name {
        margin-bottom:24px;
    }
}
.section-slider__pagination {
    position: static;
}
.section-slider__prev {
    rotate: -180deg;
}
.section-slider__btn.swiper-button {
    width: 100px;
    height: 40px;
    flex-shrink: 0;
    background-image: url("/local/templates/main/components/guta/parent-page/business/../../../../icons/arrow-long-next.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: static;
    margin: 0;
}
@media (max-width: 768px) {
    .section-slider__btn.swiper-button {
        width: 50px;
    }
}
.section-slider__btn.swiper-button:after {
    display: none;
}
.section-slider__desc {
    padding-top: 20px;
    margin-bottom: 30px;
}
@media (max-width: 1080px) {
    .section-slider__desc {
        font-size: 13px;

    }
}

.benefits__list.benefits__list-business {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
}

.benefits__list.benefits__list-business .benefits__item:has(.benefits__item-partner) {
    aspect-ratio: 1/1.2;
}
@media (max-width: 1150px) {
    .benefits__list.benefits__list-business {
        grid-column-gap: unset;
        gap: 16px;
    }
    .benefits__list.benefits__list-business .benefits__item:has(.benefits__item-partner) {
        width: calc((100% - 48px) / 4);
        aspect-ratio: 1/1.1;
    }
}
@media (max-width: 900px) {
    .benefits__list.benefits__list-business .benefits__item:has(.benefits__item-partner) {
        width: calc((100% - 32px) / 3);
    }
}
@media (max-width: 576px) {
    .benefits__list.benefits__list-business .benefits__item:has(.benefits__item-partner) {
        width: calc((100% - 16px) / 2);
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/main/style.css?1782296703727*/
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/main/components/bitrix/form.result.new/main/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/main/components/bitrix/form.result.new/main/images/icon_warn.gif);
}




input[name="form_text_27"] {
	display:none;
}

.block-captcha {
	min-height: 102px;
	width: 100%;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_rewiews/style.css?178229670364*/
.reviews-slider__stars-item {
    display: flex;
    gap: 4px;
}
/* End */
/* /business/style.min.css?1782296703979 */
/* /local/templates/main/components/guta/parent-page/business/style.css?17822967034355 */
/* /local/templates/main/components/bitrix/form.result.new/main/style.css?1782296703727 */
/* /local/templates/main/components/bitrix/news.list/main_rewiews/style.css?178229670364 */
