

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.css?17163566342861*/
 .bx-breadcrumb {
     margin: 24px 0px 35px 0px;
     display: flex;
     align-items: center;
		flex-wrap: wrap;
 }

 .bx-breadcrumb a {
     color: rgba(51, 51, 51, 1) !important;
     text-decoration: none !important;
 }

 .bx-breadcrumb .bx-breadcrumb-item .active_link {
     display: flex;
     align-items: center;
     color: rgba(187, 187, 187, 1);
     font-family: Roboto Flex;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150.8%;
 }

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

 .bx-breadcrumb-item a span {
     display: flex;
     align-items: center;
     color: rgba(51, 51, 51, 1);
     font-family: Roboto Flex;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150.8%;
     border-bottom: none !important;
 }

 .bx-breadcrumb-item:not(:first-child) span:before {
     display: block;
     content: "";
     width: 10.5px;
     height: 1px;
     background: rgba(51, 51, 51, 1);
     font-family: Roboto Flex;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150.8%;
     margin: 0 6px;
 }

 .bx-breadcrumb-item .active_link:before {
     display: block;
     content: "";
     width: 10.5px;
     height: 1px;
     background: rgba(187, 187, 187, 1);
     font-family: Roboto Flex;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 150.8%;
     margin: 0 6px;
 }

 .bx-breadcrumb-item a span:before {
     display: none;
 }

 .bx-breadcrumb-item:first-child span:before {
     display: none !important;
 }

 .bx-breadcrumb .bx-breadcrumb-item a {
     border-bottom: none;
 }

 .bx-breadcrumb .bx-breadcrumb-item a:hover span {
     color: #1C4EFF;
     transition: all 0.4s;
 }

 .bx-breadcrumb-item:not(:first-child) span.active_link:before {
     background: rgba(187, 187, 187, 1);
 }

 @media (max-width: 767px) {

     .bx-breadcrumb-item:not(:nth-last-child(2)),
     .bx-breadcrumb-item:not(:first-child) span:before {
         display: none;
     }

     .bx-breadcrumb-item:nth-last-child(2) {
         position: relative;
         padding-left: 15px;
         background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M8.5 4.5C8.77614 4.5 9 4.27614 9 4C9 3.72386 8.77614 3.5 8.5 3.5V4.5ZM0.646447 3.64645C0.451184 3.84171 0.451184 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM8.5 3.5L1 3.5V4.5L8.5 4.5V3.5Z" fill="%23333333"/></svg>');
         background-repeat: no-repeat;
         background-position: center left;
     }
 }
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/widgetProektyMain/style.css?17163566344050*/
div#content {
    max-width: 100%;
    overflow-x: hidden;
}

.subtitle.list-tb__subtitle {
    margin-bottom: 50px;
}

.list-tb__wrapper-btn {
    margin-top: 30px;
}

.list-tb {
    padding-bottom: 75px;
}

.list-tb__header {
    color: var(--gray-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 150.8%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
	padding: 15px 0px;
	position: relative;
}

.list-tb__header:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb__header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}

.list-tb-full .list-tb__title {
    color: var(--main-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150.8%;
    text-decoration: none;
	max-width: 270px;
}

.list-tb__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;    
	padding: 27px 0px;    
	position: relative;
}
.list-tb__item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    background: var(--gray-border);
}
.list-tb__picture {
    width: 110px;
    margin-right: 35px;
    display: block;
}

.list-tb__header > div:not(:first-child),
.list-tb__item > div:not(:first-child) {
    width: 28%;
	padding-left: 40px;
}
.list-tb__item > div:not(:first-child) {
    color: var(--main-font-color);
	font-size: 16px;
	font-weight: 300;
	line-height: 150.8%;
}
.list-tb-full .list-tb__header > div:first-child,
.list-tb-full .list-tb__item > div:first-child {
    width: 44%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.list-tb__mob {
	display: none;
}

.list-tb__title:hover {
    color: #0a58ca;
}

@media (max-width: 991px) {
	.list-tb__item > div:not(:first-child) {
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb-full .list-tb__title {
		padding-right: 20px;
		display: block;
		font-size: 14px;
		line-height: 125%;
	}
	.list-tb__picture {
		margin-right: 20px;
	}
	.list-tb-full .list-tb__header > div:first-child, 
	.list-tb-full .list-tb__item > div:first-child {
		width: 50%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.list-tb__header {
		display: none;
	}
	.list-tb-full .list-tb__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 16px;
		width: 100%; 
		max-width: 100%;
		padding-right: 0px;
	}
	.list-tb__item {
		flex-wrap: wrap;
		align-items: flex-start;    
		padding: 16px 0px;
	}
	.list-tb__picture {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0px;
	}
	.list-tb-full .list-tb__item > div:first-child {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.list-tb__mob {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		color: var(--gray-text);
		font-family: Roboto Flex;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%;
	}
	.list-tb__header > div:not(:first-child), 
	.list-tb__item > div:not(:first-child) {
		padding-left: 0px;
		width: 50%;
		padding-right: 10px;
		font-size: 14px;
		line-height: 120%;
	}
	.subtitle.list-tb__subtitle {
		margin-bottom: 28px;
	}
	.list-tb__item:first-child:after {
		content: "";
		position: absolute;
		top: 0px;
		width: 100vw;
		transform: translateX(-50%);
		left: 50%;
		height: 1px;
		background: var(--gray-border);
	}
	.list-tb__wrapper-btn .btn-opacity-border {
		width: 100%;
		text-align: center;
	}
	.list-tb {
		padding-bottom: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form/baseForm/bitrix/form.result.new/.default/style.css?17163566342108*/
label.forCheck {
    margin-top: 25px;
    display: block;
    font-family: Open Sans, sans-serif;
    color: var(--main-font-color);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

label.forCheck a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed var(--main-font-color);
}

label.forCheck input[type="checkbox"] {
    display: none;
}

label.forCheck input[type="checkbox"] + span {
    padding-left: 24px;
    position: relative;
	display: block;
}

label.forCheck input[type="checkbox"] + span:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border: 1px solid #F0F0F0;
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
}

label.forCheck input[type="checkbox"]:checked + span:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_437_4466)"><path d="M16 0H0V16H16V0ZM6.66667 11.6L3.06667 8L4 7.06667L6.66667 9.73333L12 4.4L12.9333 5.33333L6.66667 11.6Z" fill="%231A4AF2"/></g><defs><clipPath id="clip0_437_4466"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.form__label span.form-required.starrequired {
    position: relative;
    display: inline-block;
    bottom: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--active-color);
    font-size: 0;
    margin-left: 4px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/.default/components/bitrix/form/baseForm/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.base__form {
    margin-top: 30px;
    margin-bottom: 35px;
    max-width: 530px;
}

.base__form .form__btn {
    margin-top: 15px;        
	white-space: normal;
}

@media (max-width: 767px) {
	.base__form {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.base__form .form__btn {
		margin-top: 5px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.css?17163566342861 */
/* /bitrix/templates/.default/components/bitrix/news.list/widgetProektyMain/style.css?17163566344050 */
/* /bitrix/templates/.default/components/bitrix/form/baseForm/bitrix/form.result.new/.default/style.css?17163566342108 */
