

/* Start:/bitrix/templates/template.main/components/ma/breadcrumb/providers-detail/style.css?1602150631738*/
.b-breadcrumb {
	background-color: #fff;
	padding: 20px 0;
}
.b-breadcrumb_main,
.b-breadcrumb_main:visited,
.b-breadcrumb_title,
.b-breadcrumb span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    color: #898B92;
}
.b-breadcrumb_separator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #22326A;
    border-right: 2px solid #22326A;
    border-radius: 2px;
    transform: rotate(45deg);
    margin: 0 7px 0 4px;
}

@media (min-width: 992px) {
    .b-breadcrumb_main,
    .b-breadcrumb_main:visited,
    .b-breadcrumb_title,
    .b-breadcrumb span {
        font-size: 16px;
        line-height: 1.87;
    }
    .b-breadcrumb_separator {
        margin: 0 14px 0 8px;
    }
}
/* End */


/* Start:/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/style.css?171802457915860*/
.services-item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 30px 0;
}

.services-item__img {
    height: auto;
    width: fit-content;
}

.services-item__img > p {
    width: 245px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.services-item__content {
    display: flex;
    width: 100%;
    padding: 16px 0;
}

.services__description {
    margin-right: 52px;
    margin-left: 52px;
    font-size: 16px;
    line-height: 25px;
    max-width: 487px;
}

.services__button {
    min-width: 255px;
}
@media (max-width: 1200px) {
    .services__description {
        margin-right: 29px;
        margin-left: 29px;
        max-width: unset;
    }
}

@media (max-width: 992px) {
    .services-item {
        flex-direction: column;
        align-items: center;
    }

    .services-item__img {
        height: 200px;
        padding-top: 20px;
    }

    .services-item__img > p {
        border-radius: 5px;
    }

    .services-item__content {
        flex-direction: column;
        gap: 20px;
    }

    .services__button {
    }
}

.b-header__disclaimer {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	max-width: calc(100% - 30px);
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
	background-color: #BDBDBD;
	margin: 5px auto;
	padding: 0px 5px;
	border-radius: 5px;
}
.b-intro__phones {
	margin-top: 9px;
}
.b-intro__phones-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.b-intro__phones-item:not(:last-child) {
    margin-bottom: 4px;
}
.b-intro__phones-label {
    font-size: 10px;
    line-height: 12px;
    color: #ADAFAF;
}

.b-intro__phones-link,
.b-intro__phones-link:visited {
    line-height: 1.5;
    color: #898B92;
}

.b-intro__site a,
.b-intro__site a:visited {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #0BA5FC;
}
.b-provider {
	margin: 0 0 40px 0;
}

.b-provider__rates {
	position: relative;
	z-index: 0;
	margin: 0 0 -140px 0;
    padding: 30px 0 154px;
	background: #F8F9FB;
}
.b-provider__rates .b-provider__title {
	margin: 0 0 25px;
}
.b-provider__rates .b-provider__text {
	margin: 0 0 22px;
}
.b-provider__rates-type {
	margin: 0 0 28px 0;
}
.b-provider__rates-name {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 35px;
}
.b-provider__rates-item {
	margin: 0 0 15px;
	padding: 30px 35px 30px;
	background: #ffffff;
	border-radius: 10px;
}
.b-provider__rates-props {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #454750;
}
.b-provider__rates-property {
	position: relative;
	margin: 0 0 18px 0;
	padding: 0 0 0 45px;
}
.b-provider__rates-property::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -2px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.b-provider__rates-property.lan_speed::before {
	width: 26px;
	height: 30px;
	margin-top: -15px;
	background-image: url("/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/img/speed-icon.svg");
}
.b-provider__rates-property.channel_qty::before {
	width: 29px;
	height: 27px;
	margin-top: -15px;
	background-image: url("/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/img/channel-icon.svg");
}
.b-provider__rates-description {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 25px;
}
.b-provider__rates-price {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 9px 0;
}
.b-catalog-rates-price-value {
	margin-right: 3px;
	font-weight: 600;
	font-size: 62px;
	line-height: 55px;
	color: #454750;
}
.b-catalog-rates-price-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}
.b-catalog-rates-price-valute {
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #898B92;
}

.b-provider__rates-button {
	text-align: center;
}

.b-provider__rates-button .g-button {
	padding-right: 30px;
	padding-left: 30px;
}


.b-provider__title {
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
}

.b-provider__call {
	position: relative;
	z-index: 10;
    margin: 0 0 118px 0;
}

.b-provider__add-services {
	margin: 0 0 50px 0;
}

.b-provider__actions {
	margin: 0 0 50px 0;
}
.b-provider__custom-block {
	margin: 0 0 50px 0;
}
.b-provider__text {
	font-size: 16px;
	line-height: 25px;
}

.b-provider__text  h3,
.b-provider__text .h3 {
	display: block;
	margin: 20px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #454750;
}

.b-provider__text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-provider__text ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
}

.b-provider__text ul li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #898B92;;
	border-radius: 50%;
}

.b-provider__connect {
	position: relative;
	z-index: 10;
	margin: 0 0 87px 0;
	padding: 28px 15px 268px;
	text-align: center;
	background: #555761;
	border-radius: 10px;
	color: #fff;
}
.b-provider__connect::after {
	content: "";
	position: absolute;
    bottom: -103px;
    left: 50%;
	width: 371px;
	height: 321px;
    margin-left: -187px;
	background: url("/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/img/wi-fi.png") no-repeat center;
	background-size: 371px 321px; 
}
.b-provider__connect-text {
	margin: 0 0 30px 0;
	font-weight: 600;
	line-height: 35px;
	font-size: 25px;
}

.b-provider__connect--rtrs {
	background: #0C316B;
}
.b-provider__connect--rtrs::after {
    bottom: -76px;
	width: 333px;
	height: 299px;
    margin-left: -166px;
	background-image: url("/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/img/toolbox-xs.png");
	background-size: 333px 299px; 
}

.b-provider__connect--rtrs .g-button {
	background: #E30613 !important;
}

.b-provider__about-tv {
	position: relative;
	z-index: 0;
	/*margin: 0 0 50px 0;*/
    padding: 30px 0 50px;
	background: #F8F9FB;
}

.b-provider__about-tv .b-provider__title {
	position: relative;
	padding: 0 0 0 75px;
}

.b-provider__about-tv .b-provider__title::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 57px;
	height: 60px;
	background: transparent url("/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/img/about-tv-icon.svg") center center / 57px 60px no-repeat;
}

.b-provider__channels {
	padding: 50px 0 48px 0;
	/*margin: 0 0 48px;*/
}

.b-provider__channels-title {
	margin: 0 0 18px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;

	color: #454750;
}

.b-provider__channels-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-provider__channels-item {
	width: 50%;
	margin: 44px 0;
	padding: 0;
	text-align: center;
}

.b-provider__channels-item img {
	vertical-align: middle;
}

.b-provider__setup {
    margin: 0 0 -140px 0;
    padding: 30px 0 154px;
	background: #F8F9FB;
}

.b-provider__setup .b-provider__title {
	text-align: center;
}

.b-setup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-setup-list__item {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}

.b-setup-list__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 79px;
	margin: 0 0 42px 0;
}

.b-setup-list__name {
	display: block;
	margin: 0 0 11px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #002F90;
}

.b-setup-list__price {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #002F90;
}

.b-setup-list__description {
	position: relative;
	margin: 41px 0 0 0;
	padding: 34px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
}

.b-setup-list__description::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 58px;
	height: 2px;
	margin-left: -29px;
	background: #E3061E;
	border-radius: 1px;
}

/*Форма заявки*/

.m-box-modal {
	padding: 0!important;
}
.m-box-modal font.notetext {
	color: #fff!important;
}

@media (min-width: 414px) {
	.b-provider__channels-item {
		width: 33.333333%;
	}
	.b-header__disclaimer {
		max-width: calc(100% - 70px);
	}
}

@media (min-width: 768px) {
	.b-provider__channels-item {
		width: 20%;
	}
}

@media (min-width: 992px) {
	.b-provider {
		/*margin-bottom: 10px;*/
		margin-bottom: 0;
	}

	.b-provider__rates {
	    position: relative;
	    z-index: 0;
	    margin-top: -129px;
	    margin-bottom: -160px;
	    padding-top: 213px;
	    padding-bottom: 215px;
	}
	.b-provider__rates.m0 {
		margin: 0;
		padding-top: 164px;
	}

	.b-provider__rates .b-provider__text {
		margin: 0 0 63px 0;
	}

	.b-provider__rates-type {
		margin: 0 0 77px 0;
	}

	.b-provider__rates-type:last-child {
		margin-bottom: 0;
	}

	.b-provider__rates-name {
		margin: 0 0 30px 0;
		font-size: 32px;
		line-height: 35px;
	}

	.b-provider__rates-item {
		display: flex;
		justify-content: space-between;
		margin: 0 0 30px 0;
		padding: 16px 25px 16px 25px;
	}

	.b-provider__rates-props {
		width: 220px;
	}

	.b-provider__rates-description {
		width: 0;
		flex-grow: 1;
		margin-right: 29px;
		margin-left: 29px;
	}

	.b-provider__rates-price-n-button {
		min-width: 255px;
	}

	.b-provider__rates-price {
		justify-content: flex-start;
	}

	.b-provider__rates-button {
		text-align: left;
	}

	.b-provider__title {
        margin: 0 0 24px;
        font-size: 40px;
        line-height: 55px;
    }

    .b-provider__call {
        margin: 0 0 72px 0;
	}
	.b-provider__add-services {
		/*margin: 0 0 62px 0;*/
		margin: 0 0 72px 0;
	}
	.b-provider__text  h3,
	.b-provider__text .h3 {
		/*margin: 20px 0;*/
	}
	.b-provider__text ul li {
		/*margin: 20px 0;*/
	}
	.b-provider__connect {
		margin: 0;
		/*padding: 40px 330px 47px 40px;*/
		padding: 40px 400px 47px 40px;
		text-align: left;
	}
	.b-provider__connect::after {
		top: 50%;
		right: -3px;
		bottom: auto;
		left: auto;
		margin-top: -170px;
		margin-left: 0;
	}

	/*RTRS*/
	.b-provider__connect--rtrs::after {
	    right: 48px;
	    margin-top: -80px;
	}

	.b-provider__questions {
		padding: 140px 0 70px;
	}

	.b-provider__questions .b-provider__title {
		margin: 0 0 56px 0;
		font-size: 32px;
	}

	.b-provider__detail {
	    margin-top: -160px;
		padding: 218px 0 70px;
		background: #F8F9FB;
	}
	.b-provider__detail.m0 {
		margin: 0;
		padding-top: 72px;
	}

	.b-provider__questions + .b-provider__detail {
		margin-top: 0;
		padding: 58px 0 70px;
	}

	.b-provider__about-tv {
		position: relative;
	    z-index: 5;
	    margin-top: -129px;
	    /*margin-bottom: 65px;*/
	    padding-top: 213px;
	    padding-bottom: 73px;
	}

	.b-provider__about-tv-wrapper {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}

	.b-provider__about-tv .b-provider__title {
		width: 430px;
		margin: 0 10px 0 0;
		padding: 0 0 0 130px;
		font-size: 32px;
		line-height: 45px;
	}

	.b-provider__about-tv .b-provider__title::before {
		top: -3px;
		width: 77px;
		height: 80px;
		background-size: 77px 80px;
	}

	.b-provider__about-tv .b-provider__text {
		width: 430px;
		margin-right: 70px;
	}

	.b-provider__channels {
		padding: 65px 0 48px;
	}


	.b-provider__servives {
	    /*padding: 85px 0 265px;*/
	    padding: 85px 0 215px;
	    margin: 0 0 -123px 0;
	}

	.b-provider__servives .b-provider__title {
		margin: 0 0 90px 0;
		font-size: 32px;
		line-height: 55px;
	}

	.b-provider__channels-item {
		width: 16.666666%;
		margin: 44px 0;
	}

	.b-setup-list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.b-setup-list__item {
		width: 31%;
		margin: 0 0 50px 0;
	}

	.b-setup-list__description {
		padding-right: 15px;
		padding-left: 15px;
	}

	.b-header__disclaimer {
		max-width: 930px;
	}
	.l-page__header--fixed .b-header__disclaimer {
		margin: 3px auto;
	}
}


@media (min-width: 1200px) {
	.b-provider__rates-description {
		margin-right: 52px;
		margin-left: 52px;
	}

	/*RTRS*/
	.b-provider__connect--rtrs::after {
	    width: 450px;
		height: 401px;
	    margin-top: -169px;
		background-image: url("/bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/img/toolbox-xl.png");
		background-size: 450px 401px; 
	}

	.b-provider__channels-item {
		width: 12.5%;
	}
	.b-header__disclaimer {
		max-width: 1116px;
	}
}


.b-header {
	/*padding: 25px 0 !important;*/
}

.b-header__menu-button span {
    background: #454750 !important;
}

.l-page__footer {
	margin-top: 0 !important;
}




/*OLD	*/
.b-catalog-detail-order-phone {
	padding: 50px 0;
}
.b-catalog-detail-order-phone-text {
	font-family: "LatoBold";
	font-size: 2em;
}
.b-catalog-detail-order-phone-number {
	font-size: 3.6em;
}
.b-catalog-detail-order-phone-comment {
	font-size: 1.3em;
}
		
.b-message-form-close,
.b-message-form-connect-text,
.b-mod-title {
	display: none;
}


@media (max-width: 380px) {
	.b-catalog-rates-price-value {
		font-size: 50px;
		line-height: 1.2;
	}

	.b-catalog-rates-price-text {
		font-size: 20px;
	}
}
.b-provider__recomends {
	position: relative;
    background-color: #f8f9fb;
    padding: 0  0 72px 0;
    margin-bottom: 72px;
    z-index: 11;
}
.b-provider__recomends-title {
	display: block;
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #454750;
}
@media (min-width: 992px) {
	.b-provider__recomends-title {
		margin: 0 0 30px 0;
		font-size: 32px;
		line-height: 35px;
	}
}

.b-location_curent {
	position: relative;
	padding-right: 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}
.b-location_curent .b-location_curent__link {
	color: #898B92;
	cursor: pointer;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.b-location_curent .b-location_curent__link:hover,
.b-location_curent .b-location_curent__link:active {
	color: #22326A;
}
.b-location_curent .b-location_curent__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-right: 1px solid #22326A;
	border-bottom: 1px solid #22326A;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.b-navigation__region .b-location_curent .b-location_curent__link {
	color: #ffffff;
}
.b-navigation__region .b-location_curent .b-location_curent__link::after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
.b-intro__image {
    text-align: center;
    margin: 30px auto;
}
.b-visual__picture {
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}
@media (min-width: 992px) {
	.b-intro__image {
	    text-align: right;
	    margin: 0 0 0 auto;
	}
}
.b-navigation__region {
	position: absolute;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    align-self: flex-start;
    /*transition: background 0.3s, padding 0.3s;*/
}
.b-navigation__region.open {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	background-color: #fff;
	padding: 10px 20px;
}
.b-navigation--grayscale .b-navigation__region a,
.b-navigation--grayscale .b-navigation__region a:visited,
.b-navigation-location_curent {
    font-weight: 500;
    font-size: 16px;
    line-height: 2.81;
    display: flex;
    align-items: center;
    color: #898B92;
    cursor: pointer;
}
.b-navigation-location_holder {
    display: none;
}
.b-navigation__region.open .b-navigation-location_holder {
	display: block;
}
.b-navigation-location_holder br {
    display: none;
}
.b-navigation-location_curent span {
    position: relative;
}
.b-navigation-location_curent span::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: initial;
    transform: rotate(45deg);
    top: -3px;
    left: 7px;
    transition: transform 0.3s, top 0.3s;
}
.b-navigation__region.open .b-navigation-location_curent span::after {
	transform: rotate(-135deg);
	top: 0px;
}
.b-navigation__region + .b-navigation__menu {
    margin-top: 70px;
}

/* End */


/* Start:/bitrix/components/ma/catalog/fancybox2/jquery.fancybox.css?15006124634867*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/ma/catalog/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ma/catalog/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/catalog/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/catalog/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ma/catalog/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ma/catalog/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/template.main/components/ma19/catalog.section/providers-slider/style.css?160024305411041*/
.b-providers__list {
    display: flex;
    overflow: hidden;
}
.b-providers__list.owl-loaded {
    overflow: visible;
}
.b-providers__list.owl-carousel .owl-stage {
    display: flex;    
}
@media (max-width: 576px) {
    .b-providers__list.owl-carousel .owl-stage {
        display: block;    
    }
}
.b-providers__list.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.grid-sizer,
.b-providers__item {
    width: 250px;
    /*width: 100%;*/
}
.owl-carousel.owl-loaded .b-providers__item {
    width: 100%;
}

.b-providers__item {
    /*-webkit-perspective: 800px;*/
    /*perspective: 800px; */
    height: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}

.b-providers__holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*margin-left: 20px;*/
}

.b-providers__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    /*height: 147px;*/
    height: 107px;
    margin: 0;
    /*padding: 35px 28px;*/
    padding: 15px 28px;
    font-weight: bold;
    font-size: 16px;
    line-height: 76px;
    text-decoration: none !important;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #F3F5F8;
}

.b-providers__text-n-form {
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-transform-origin: 50% 50% -145px;
    -ms-transform-origin: 50% 50% -145px;
    transform-origin: 50% 50% -145px;

    flex-grow: 1;
}

.b-providers__text {
    padding: 22px 25px 35px;
    border-radius: 0 0 10px 10px;
    border-radius: 0 0 8px 8px;
    background: #FFFFFF;
    height: 100%;

    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.b-providers__name {
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 30px;
    color: #22326A;
}

.b-providers__name a,
.b-providers__name a:visited {
    text-decoration: none;
    color: inherit;
}

.b-providers__name a:hover,
.b-providers__name a:active {
    text-decoration: none;
    color: inherit;
}

.b-providers__services {
    font-size: 16px;
    line-height: 25px;
    color: #22326A;
}   
            
.b-providers__description {
    position: relative;
    margin: 22px 0 10px 0;
    padding: 22px 0 0 0;
    font-size: 16px;
    line-height: 25px;
}

.b-providers__description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 2px;
    background: #B5D43C;
}

.b-providers__properties {
    margin: 50px 0;
}

.b-providers__property {
    margin: 0 0 17px 0;
    font-size: 16px;
    line-height: 25px;
}

.b-providers__property[data-prop="equipment"],
.b-providers__property[data-prop="fee"],
.b-providers__property[data-prop="speed"] {
    position: relative;
    padding-left: 40px;
}

.b-providers__property[data-prop="equipment"]::before,
.b-providers__property[data-prop="fee"]::before,
.b-providers__property[data-prop="speed"]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -3px;
    width: 28px;
    height: 28px;
    background: center top no-repeat;
}

.b-providers__property[data-prop="equipment"]::before {
    background-image: url("/bitrix/templates/template.main/components/ma19/catalog.section/providers-slider/images/equipment-icon.svg");
    background-size: 28px 28px;
}

.b-providers__property[data-prop="fee"]::before {
    background-image: url("/bitrix/templates/template.main/components/ma19/catalog.section/providers-slider/images/fee-icon.svg");
    background-size: 22px 20px;
}

.b-providers__property[data-prop="speed"]::before {
    background-image: url("/bitrix/templates/template.main/components/ma19/catalog.section/providers-slider/images/speed-icon.svg");
    background-size: 25px 28px;
}

.b-providers__property b {
    display: block;
    margin-bottom: 2px;
    font-weight: inherit;
    color: #22326A;
}

.b-providers__property span {
    display: block;
}

.b-providers__buttons {
    margin: 32px 0 0 0;
    text-align: center;
}

.b-providers__buttons .g-button {
    padding-right: 40px;
    padding-left: 40px;
}

.b-providers__more {
    margin: 25px 0 0 0;
    text-align: center;
}

.b-providers__more a,
.b-providers__more a:visited {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #0BA5FC;
}

.b-providers__more a:hover,
.b-providers__more a:active {
    text-decoration: none;
    color: #0BA5FC;
}

.b-providers__more-button {
    margin: 10px 0 0;
    text-align: center;
}

.b-providers__form {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 21px 28px 35px;
    text-align: center;
    background: #19213D;
    border-top: 3px solid #B5D43C;;
    border-radius: 0 0 10px 10px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    color: #FFFFFF;

    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.b-providers__close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.b-providers__close::before,
.b-providers__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin-left: -8px;
    background: #B5D43C;
    color: #FFFFFF;
}

.b-providers__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-providers__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-providers__form .b-message-form {
    max-width: 100%;
    padding: 0;
}

.b-providers__form .b-providers__more a,
.b-providers__form .b-providers__more a:visited {
    color: #FFFFFF;
}

.b-providers__form .b-providers__more a:hover,
.b-providers__form .b-providers__more a:active {
    color: #FFFFFF;
}


/* OPEN FORM */

.b-providers__item.has-open-form {
    z-index: 100;
}

.b-providers__item.has-open-form .b-providers__text-n-form {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.b-providers__item.has-open-form .b-providers__text {
    background: #eceef4;
}

.b-providers__item.has-open-form .b-providers__form  {
    height: auto;
    min-height: 100%;
    background: #22326A;
}

@media (min-width: 360px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -165px;
        -ms-transform-origin: 50% 50% -165px;
        transform-origin: 50% 50% -165px;
    }
}

@media (min-width: 375px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -172px;
        -ms-transform-origin: 50% 50% -172px;
        transform-origin: 50% 50% -172px;
    }
}

@media (min-width: 414px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -172px;
        -ms-transform-origin: 50% 50% -172px;
        transform-origin: 50% 50% -172px;
    }
}

@media (min-width: 534px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -232px;
        -ms-transform-origin: 50% 50% -232px;
        transform-origin: 50% 50% -232px;
    }
}

@media (min-width: 568px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -249px;
        -ms-transform-origin: 50% 50% -249px;
        transform-origin: 50% 50% -249px;
    }
}

@media (min-width: 667px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -139px;
        -ms-transform-origin: 50% 50% -139px;
        transform-origin: 50% 50% -139px;
    }
}

@media (min-width: 720px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -152px;
        -ms-transform-origin: 50% 50% -152px;
        transform-origin: 50% 50% -152px;
    }
}

@media (min-width: 768px) {
    /*.grid-sizer,
    .b-providers__item {
        width: calc(50%);
    }*/
    .b-providers__text-n-form {
        /*-webkit-transform-origin: 50% 50% -172px;
        -ms-transform-origin: 50% 50% -172px;
        transform-origin: 50% 50% -172px;*/
        -webkit-transform-origin: 50% 50% -164px;
        -ms-transform-origin: 50% 50% -164px;
        transform-origin: 50% 50% -164px;
    }
}

@media (min-width: 800px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -172px;
        -ms-transform-origin: 50% 50% -172px;
        transform-origin: 50% 50% -172px;
    }
}

@media (min-width: 864px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -188px;
        -ms-transform-origin: 50% 50% -188px;
        transform-origin: 50% 50% -188px;
    }
}

@media (min-width: 900px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -197px;
        -ms-transform-origin: 50% 50% -197px;
        transform-origin: 50% 50% -197px;
    }
}

@media (min-width: 992px) {
    .b-providers__list {
        margin-left: 0;
        /*column-fill: balance;
        column-gap: 30px;
        column-count: 3;*/
    }
    .b-providers__item {
        /*break-inside: avoid;*/
        /*width: 352px;*/
        /*width: 33.333%;*/
    }
    .b-providers__list.owl-loaded .b-providers__item {
        margin: 0;
    }

    .grid-sizer,
    .b-providers__item {
        width: calc(33.333% - 20px);
        /*width: 100%;*/
    }
    .owl-carousel.owl-loaded .b-providers__item {
        width: 100%;
    }

    .b-providers__holder {
        /* width: auto; */
        /*width: 290px;*/
        margin: 0;
    }

    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -145px;
        -ms-transform-origin: 50% 50% -145px;
        transform-origin: 50% 50% -145px;
    }
}
                    
    
@media (min-width: 1200px) {
    .b-providers__text-n-form {
        -webkit-transform-origin: 50% 50% -176px;
        -ms-transform-origin: 50% 50% -176px;
        transform-origin: 50% 50% -176px;
    }
}


/*IE huck */
.bx-ie .b-providers__item .b-providers__text-n-form {
    transition: none !important;
    transform: none !important;
}

.bx-ie .b-providers__item.has-open-form .b-providers__form {
    left: 0 !important;
    transition: none !important;
    transform: none !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/form/catalog-application/style.css?15554089778338*/
.b-catalog-application__inner {
    padding: 20px 0 40px;
    text-align: center;
}

.b-catalog-application__title {
    margin: 0; 
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
}

.b-catalog-application__description {
    margin: 0 0 30px 0; 
    font-size: 16px;
    line-height: 25px;
}

.b-catalog-application__form {
    position: relative;
}

.b-catalog-application__item {
    margin: 0 0 13px 0;
    position: relative;
}

/* PROVIDER && FIAS ID */
#i-application-form-item-12,
#i-application-form-item-36 {
    display: none !important;
}

.b-catalog-application__item--text label,
.b-catalog-application__item--textarea label {
    position: absolute;
    top: 17px;
    left: 13px;
    z-index: 10;

    font-weight: inherit;
    font-size: 14px;
    line-height: 1;
    text-align: left;

    color: #22326A;
}

.b-catalog-application__field--checkbox label,
.b-catalog-application__field--radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.b-catalog-application__item label .required {
    
}

.b-catalog-application__field {
    position: relative;
}

.b-catalog-application__field--text input,
.b-catalog-application__field--date input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 13px;
    font: inherit;
    font-size: 14px;
    text-align: left;
    background: #FFFFFF;
    color: #22326A;
    border: none;
    border-radius: 10px;
}

.b-catalog-application__date .calendar-icon {
    position: absolute;
    top: 4px;
    right: 18px;
}

.b-catalog-application__item .textarea {
    width: 100%;
    height: 105px;
    margin: 0;
    padding: 10px 13px;
    font: inherit;
    font-size: 14px;
    text-align: left;
    background: #FFFFFF;;
    border: none;
    border-radius: 10px;
}

.b-catalog-application__dropdown select {
    width: 367px;
    margin-left: 1px;
    font: normal 16px/1.2 Arial, sans-serif;
}

.b-catalog-application__item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}

.b-catalog-application__item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px; 
}

.b-catalog-application__submit {
    margin-top: 40px;
}
.b-catalog-application__submit .g-button {
    padding-right: 40px;
    padding-left: 40px;
}

.b-catalog-application__error .b-catalog-application__field--text input,
.b-catalog-application__error .b-catalog-application__field--date input,
.b-catalog-application__error textarea {
    border-color: #dd4b39 !important;
}

 .b-captcha {
    float: left;
    margin: -5px 0 0 -5px; 
}
.b-captcha_item {
    float: left;
    padding: 8px;
}
.b-captcha_selected {
    padding: 5px;
    border: 3px solid red;
}
.b-captcha_item span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -5000px;
}

.b-grahic-captcha .b-captcha_item span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url('/bitrix/templates/.default/components/ma/form/catalog-application/img/shape.png');
}
.b-grahic-captcha .square {
    background-position: 0 0;
}
.b-grahic-captcha .rectangle {
    background-position: -30px 0;
}
.b-grahic-captcha .triangle {
    background-position: -60px 0;
}
.b-grahic-captcha .round {
    background-position: -90px 0;
}
.b-grahic-captcha .polyhedron {
    background-position: -120px 0;
}
.b-grahic-captcha .trapeze {
    background-position: -150px 0;
}
.b-grahic-captcha .rhombus {
    background-position: -180px 0;
}
.b-grahic-captcha .oval {
    background-position: -210px 0;
}
.b-grahic-captcha .star {
    background-position: -240px 0;
}
            
.b-captcha-text {
    position: relative;
    float: left;
    height: 24px;
    margin: 3px 0 0 15px;
    padding: 0 10px;
    line-height: 25px;
    background-color: #f2efda;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
}
.b-captcha-text_corner {
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/bitrix/templates/.default/components/ma/form/catalog-application/img/tip-yellow_arrows.png) no-repeat -30px 0;
}
.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}

.b-hidden-captcha {
    display: none;
}

.b-catalog-application__personal-data {
    overflow: hidden;
    color: #979797;
    font-size: 11px;
}
.b-catalog-application__required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}

.b-agreement {
    font-size: 14px;
}
.b-catalog-application__item > label.error {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    margin-top: 5px;
    padding: 5px 13px;

    font-weight: inherit;
    font-size: 10px;
    line-height: 1;

    background: #6a2243;
    border-radius: 3px;
    color: #FFFFFF;
}

.b-catalog-application__item > label.error::before {
    content: "";
    position: absolute;
    top: -4px;
    /*left: 4px;*/
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -2px;
    border: 4px solid transparent;
    border-top-width: 0;
    border-bottom-color: #6a2243;;
}


@media (min-width: 992px) {

    .b-catalog-application__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 75px 30px 50px;
        min-height: 235px;
        text-align: left;
        background-color: #555761;
        background-image: url("/bitrix/templates/.default/components/ma/form/catalog-application/img/arrow.svg");
        background-repeat: no-repeat;
        background-position: calc(50% - 90px) 43px;
        border-radius: 10px;
        color: #FFFFFF;
    }

    .b-catalog-application__text {
        width: 374px;
    }
    
    .b-catalog-application__title {
        font-size: 32px;
        line-height: 35px;
    }

    .b-catalog-application__description {
        margin-bottom: 0;
    }


    /* RESULT OK */

    .b-catalog-application__inner--ok {
        position: relative;
        padding: 30px 75px 30px 60px;
        background-image: none;
    }

    .b-catalog-application__inner--ok::after {
        content: "";
        position: absolute;
        top: -109px;
        right: 107px;
        width: 388px;
        height: 388px;
        background-image: url("/bitrix/templates/.default/components/ma/form/catalog-application/img/ok-icon.png");
        background-repeat: no-repeat;
        background-position: center;
    }

    .b-catalog-application__inner--ok .b-catalog-application__title {
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 42px;
    }

    .b-catalog-application__inner--ok .b-catalog-application__description {
        font-size: 18px;
        line-height: 25px;
    }


    /* FORM ITEMS */

    .b-catalog-application__form {
        width: 374px;
    }

    .b-catalog-application__form form {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
    }

    .b-catalog-application__item {
        width: 167px;
        margin: 10px 0 10px 20px;
    }

    #i-application-form-item-9 {
        width: 75px;
    }

    .b-catalog-application__item--text label,
    .b-catalog-application__item--textarea label {
        color: #FFFFFF;
    }

    .b-catalog-application__field--text input,
    .b-catalog-application__field--date input {
        background: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
    }

    .b-catalog-application__submit {
        width: 72px;
        margin: 10px 0 10px 20px;
    } 

    .b-catalog-application__submit .g-button {
        width: 100%;
        height: 48px;
        padding: 0;
        font-size: 0;
        background-image: url("/bitrix/templates/.default/components/ma/form/catalog-application/img/icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px auto;

    } 
}

@media (min-width: 1200px) {
    .b-catalog-application__text {
        width: 460px;
    }

    .b-catalog-application__form {
        /*width: 460px;*/
        width: 448px;
    }

    .b-catalog-application__form form {
        margin-left: -30px;
    }

    .b-catalog-application__item {
        width: 209px;
        margin: 10px 0 10px 30px;
    }

    #i-application-form-item-9 {
        width: 75px;
    }

    #i-application-form-item-10 {
        width: 199px;
    }

    .b-catalog-application__submit {
        width: 114px;
        margin: 10px 0 10px 30px;
    } 
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/form/call-me/style.css?15555635227171*/
.b-call-form {
    position: relative;
    z-index: 10;
    padding: 28px 15px 268px;
    text-align: center;
    background: #555761;
    border-radius: 10px;
    color: #fff;
}
.b-call-form font.notetext {
    color: inherit;
}
.b-call-form::after {
    content: "";
    position: absolute;
    bottom: -79px;
    left: 50%;
    width: 274px;
    height: 277px;
    margin-left: -142px;
    background: url("/bitrix/templates/.default/components/ma/form/call-me/img/headset-xs.png") no-repeat center;
    background-size: 274px 277px;
}
.b-provider__call-text {
    margin: 0 0 30px 0;
    font-weight: 600;
    line-height: 35px;
    font-size: 25px;
}
.b-call-form__form form {
    font-size: 0;
}
b-call-form-text {
    text-align: center;
    padding: 0 0 10px;
}
/*.b-call-form-close {
    overflow: hidden;
}
.b-call-form-close-button {
    display: block;
    width: 130px;
    height: 25px;
    background: rgba(0, 0, 0, 0) url('/bitrix/templates/.default/components/ma/form/call-me/img/close.png') center / contain no-repeat;
    float: right;
    cursor: pointer;
}*/
.b-call-form-connect-text {
    text-align: left;
    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}
.b-call-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}
.b-call-form_info {
    margin-bottom: 2.0em;
}
.b-call-form_item {
    position: relative;
    width: 198px;
    margin: 0 auto 21px;
    font-size: 14px;
}
#i-message-form-item-46-cat-det-1 {
    display: none !important;
}
.b-call-form_item label {}
.b-call-form_item label .required {
    color: #CC0000;
    display: none;
}
.b-call-form_item_text label,
.b-call-form_item_textarea label {
    position: absolute;
    top: 17px;
    left: 13px;
    z-index: 10;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #FFFFFF;
}
.b-call-form_field {
    position: relative;
}
.b-call-form_checkbox label,
.b-call-form_radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
}
.b-call-form_text input,
.b-call-form_date input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 13px;
    font: inherit;
    font-size: 14px;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
}
.b-call-form_date input {
    /*width: 170px;*/
}
.b-call-form_date .calendar-icon {
    position: absolute;
    top: 4px;
    left: 342px;
}
.b-call-form_field_item {
    margin: 0 10px 0 0;
}
.b-catalog-detail-order-call-form #i-message-form-item-11 .b-call-form_field_item label {
    font-size: 16px;
    font-weight: 400;
}
.b-catalog-detail-order-call-form #i-message-form-item-11 .b-call-form_field_item label:nth-of-type(1) {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0 5px 0 0;
    top: 4px;
}
.b-catalog-detail-order-call-form #i-message-form-item-11 .b-call-form_field_item label:nth-of-type(1).active {
    background-image: url('/bitrix/templates/.default/components/ma/form/call-me/img/check.png');
}
.b-catalog-detail-order-call-form #i-message-form-item-11 .b-call-form_field_item input {
    display: none;
}
.b-call-form_item .textarea {
    width: 520px;
    height: 105px;
    margin: 0;
    padding: 5px 15px;
    background: #FFF;
    border: 1px solid #efefef;
    font: normal 14px/1.2 Arial, sans-serif;
}
.b-call-form_dropdown select {
    width: 367px;
    margin-left: 1px;
    font: normal 16px/1.2 Arial, sans-serif;
}
.b-call-form_item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}
.b-call-form_item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px;
}
.b-call-form_error .b-call-form_text input,
.b-call-form_error .b-call-form_date input,
.b-call-form_error textarea {
    border-color: #dd4b39 !important;
}
.b-captcha {
    float: left;
    margin: -5px 0 0 -5px;
}
.b-captcha_item {
    float: left;
    padding: 8px;
}
.b-captcha_selected {
    padding: 5px;
    border: 3px solid red;
}
.b-captcha_item span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -5000px;
}
.b-grahic-captcha .b-captcha_item span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url('/bitrix/templates/.default/components/ma/form/call-me/img/shape.png');
}
.b-grahic-captcha .square {
    background-position: 0 0;
}
.b-grahic-captcha .rectangle {
    background-position: -30px 0;
}
.b-grahic-captcha .triangle {
    background-position: -60px 0;
}
.b-grahic-captcha .round {
    background-position: -90px 0;
}
.b-grahic-captcha .polyhedron {
    background-position: -120px 0;
}
.b-grahic-captcha .trapeze {
    background-position: -150px 0;
}
.b-grahic-captcha .rhombus {
    background-position: -180px 0;
}
.b-grahic-captcha .oval {
    background-position: -210px 0;
}
.b-grahic-captcha .star {
    background-position: -240px 0;
}
.b-captcha-text {
    position: relative;
    float: left;
    height: 24px;
    margin: 3px 0 0 15px;
    padding: 0 10px;
    line-height: 25px;
    background-color: #f2efda;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
}
.b-captcha-text_corner {
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/bitrix/templates/.default/components/ma/form/call-me/img/tip-yellow_arrows.png) no-repeat -30px 0;
}
.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}
.b-hidden-captcha {
    display: none;
}
.b-call-form_submit {
    width: 198px;
    margin: 0 auto;
}

.b-call-form_submit .g-button {
    width: 100%;
}
.b-call-form_personal-data {
    overflow: hidden;
    color: #979797;
    font-size: 11px;
}
.b-call-form_required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}
.b-agreement {
    font-size: 14px;
}
.b-catalog-detail-order-call-form #i-message-form-item-12,
.b-catalog-detail-order-call-form #i-message-form-item-22 {
    display: none;
}
.b-call-form_item label.error {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .b-call-form {
        min-height: 235px;
        padding: 40px 480px 47px 40px;
        text-align: left;
    }
    .b-call-form::after {
        top: 50%;
        right: 123px;
        bottom: auto;
        left: auto;
        width: 376px;
        height: 389px;
        margin-top: -161px;
        margin-left: 0;
        background-image: url("/bitrix/templates/.default/components/ma/form/call-me/img/headset-lg.png");
        background-size: 376px 389px;
    }

    .b-call-form_item {
        display: inline-block;
        width: 200px;
        vertical-align: top;
        margin: 0 30px 0 0;
        font-size: 14px;
    }

    .b-call-form_submit {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

    .b-call-form_submit .g-button {
        width: auto;
    }
}
/* End */
/* /bitrix/templates/template.main/components/ma/breadcrumb/providers-detail/style.css?1602150631738 */
/* /bitrix/templates/template.main/components/provoda/providers/providers/provoda/providers.element/.default/style.css?171802457915860 */
/* /bitrix/components/ma/catalog/fancybox2/jquery.fancybox.css?15006124634867 */
/* /bitrix/templates/template.main/components/ma19/catalog.section/providers-slider/style.css?160024305411041 */
/* /bitrix/templates/.default/components/ma/form/catalog-application/style.css?15554089778338 */
/* /bitrix/templates/.default/components/ma/form/call-me/style.css?15555635227171 */
