

/* Start:/local/templates/diam/components/bitrix/news/kd-new_contacts/bitrix/news.list/.default/style.css?1549052203150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1529086453666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/diam/components/bitrix/news/kd-new_contacts/bitrix/news.detail/rediz/style.css?173495562419603*/
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-family: Arial;
}

.kd-text-block * {
    text-align: left;
}
/*.background {
  background: #E5E5E5;
}*/

.contacts {
    font-size: 14px;
    line-height: 16px;
}
.contacts-info {
    width: 65%;
    padding-right: 30px;
}

.contacts-info__container table {
    max-width: 48%;
}

.contacts-info__container td {
    text-align: left;
}

.contacts-info__container td a {
    line-height: 1.4;
}


.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 21px;
    padding-bottom: 50px;
}

.contacts__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: auto;
    margin-bottom: 30px;
}

.contacts-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 52px;
}

.contacts-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.contacts-info__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contacts-info__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    margin: auto;
    margin-bottom: 30px;
    height: max-content;
    vertical-align: top;
    padding-right: 10px;
}

.contacts-info__title-item {
    font-weight: bold;
    margin-bottom: 15px;
}

.contacts-info__title-item-second {
    margin-bottom: 30px;
}

.contacts-info__address {
    margin-right: 100px;
    max-width: 297px;
}

.contacts-info__address-item {
    margin-bottom: 15px;
}

.contacts-info__sales {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-info__sales-name {
    position: relative;
    padding-left: 28px;
}

.contacts-info__sales-name::before {
    content: '';
    background: url(/contacts/img/icons/person-icon.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.contacts-info__sales-mail {
    position: relative;
    padding-left: 28px;
    margin-top: 5px;
}

.contacts-info__sales-mail::before {
    content: '';
    background: url(/contacts/img/icons/mail-icon.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.contacts-info__tel {
    font-weight: bold;
    margin-bottom: 10px;
}

.contacts-info__tel-item {
    margin-bottom: 15px;
}

.contacts-info__num-item {
    margin-bottom: 15px;
}

.contacts-info__name {
    position: relative;
    padding-left: 28px;
    display: block;
    margin-bottom: 9px;
}

.contacts-info__name::before {
    content: '';
    background: url(/contacts/img/icons/person-icon.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.contacts-info__mail {
    position: relative;
    padding-left: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.contacts-info__mail::before {
    content: '';
    background: url(/contacts/img/icons/mail-icon.svg);

    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.contacts-info__phone {
    position: relative;
    padding-left: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.contacts-info__phone::before {
    content: '';
    background: url(/contacts/img/icons/phone.svg) center no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

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

.contacts-info__department {
    width: 24%;
}

.contacts-info__department-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    margin-bottom: 17px;
    text-align: left;
}

.contacts-people {
    margin-bottom: 40px;
}

.contacts-people__button,
.contacts-departments__button {
    font-family: inherit;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    background: none;
    border: none;
    position: relative;
    padding: 0;
    padding-right: 30px;
    cursor: pointer;
}

.contacts-people__button::after,
.contacts-departments__button::after {
    content: '';
    background: url(/contacts/img/icons/arrow.svg);
    width: 15px;
    height: 10px;
    position: absolute;
    top: 6px;
    right: 0;
}

.contacts-people__button--active::after,
.contacts-departments__button--active::after {
    content: '';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contacts-people__button--active {
    margin-bottom: 30px;
}

.contacts-info__departments:not(.contacts-info__departments--active) {
    display: none !important;
}

.contacts-people__cards {
    display: none;
    -ms-grid-columns: (292px) [3];
    grid-template-columns: repeat(3, 292px);
    grid-column-gap: 25px;
    grid-row-gap: 30px;
}

.contacts-people__cards--active {
    display: -ms-grid;
    display: grid;
}

.contacts-people__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-people__img {
    margin-right: 23px;
}

.contacts-people__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-people__info-name {
    font-weight: bold;
    margin-bottom: 18px;
}

.contacts-people__info-tel {
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px;
    font-size: 14px !important;
}

.contacts-people__info-tel::before {
    content: '';
    background: url(/contacts/img/icons/phone-icon.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
.contacts-people__info-tel a {
    font-size: 14px;
    white-space: nowrap;
}

.contacts-people__info-mail {
    position: relative;
    padding-left: 28px;
    font-size: 14px !important;
}
.contacts-people__info-mail a {
    font-size: 14px;
}

.contacts-people__info-mail::before {
    content: '';
    background: url(/contacts/img/icons/mail-icon.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.contacts-map {
    width: 35%;
    position: relative;
}

.contacts-map__btns {
    position: absolute;
    top: -55px;
    left: 0;
}

.contacts-map__office,
.contacts-map__storage {
    display: none;
    padding: 20px;
    background-color: #fff;
}

.contacts-map__office > ymaps,
.contacts-map__storage > ymaps {
    width: 100% !important;
}

.contacts-map__office--active,
.contacts-map__storage--active {
    display: block;
}

.contacts-map__title-office {
    position: relative;
    padding: 15px 20px 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}

.contacts-map__title-storage {
    position: relative;
    padding: 15px 20px 16px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #999999;
    cursor: pointer;
}


.contacts-map__title-office--active,
.contacts-map__title-storage--active {
    background: #fff;
    overflow: hidden;
    color: #000;
}

.contacts-map__title-office--active::after,
.contacts-map__title-storage--active::after {
    content: '';
    background-color: #5c3795;
    position: absolute;
    height: 2px;
    width: 88%;
    left: 6%;
    bottom: 6px;
}

.scheme-office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 35px;
    padding-right: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 81px;
}

.scheme-office__info {
    width: 54%;
}

.scheme-office__picture {
    width: 46%;
    padding-left: 40px;
}

.scheme-office__img {
    max-width: 100%;
}

.scheme-office__info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.scheme-office__title {
    margin: 0 !important;
    margin-right: 100px !important;
}

.scheme-office__button {
    border: none;
    background: none;
    color: #5c3795;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    cursor: pointer;
}

.scheme-office__button::after {
    content: '--------------------------------';
    color: #5c3795;
    position: absolute;
    top: 15px;
    left: -1px;
    height: 13px;
    overflow: hidden;
}

.scheme-office__cards {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 47px;
}

.scheme-office__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.scheme-office__card-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.scheme-office__text {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.scheme-office__icon {
    margin-right: 25px;
}

.scheme-office__subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 15px;
}

.scheme-office__img2 {
    display: none;
}

.scheme-storage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 35px;
    padding-right: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.preview_text {
    margin: 15px 0;
}
.contacts-info__row {
    margin-bottom: 12px;
}
.scheme-office__slider,
.scheme-office__nav {
    max-width: 40vw;
}
.scheme-office__slider .slick-slide {
    height: 350px;
    cursor: pointer;
}
.scheme-office__slider .slick-slide > div {
    height: 100%;
}
.scheme-office__slider a.i-fancy {
    height: 100%;
    border-bottom: none;
}
.scheme-office__slider .scheme-office__img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.fancy-image.fancybox-wrap .fancybox-nav {
    border-radius: 50%;
    opacity: 0.4;
}
.fancy-image.fancybox-wrap .fancybox-nav.fancybox-prev {
    left: -25px !important;
}
.fancy-image.fancybox-wrap .fancybox-nav.fancybox-next {
    right: -25px !important;
}

.scheme-office__nav {
    margin-top: 5px;
}
.scheme-office__nav .slick-slide {
    cursor: pointer;
    padding: 5px;
    height: 120px;
}
.scheme-office__nav .slick-slide a {
    border-bottom: none;
}
.scheme-office__nav .slick-slide > div {
    height: 100%;
}
.scheme-office__nav .scheme-office__img {
    height: 100%;
    object-fit: cover;
    max-height: 168px;
}
.contacts-info__department.contacts-info__department_delivery {
    display: flex;
    flex-wrap: wrap;
    width: 27%;
}
.contacts-info__department.contacts-info__department_delivery > * {
    width: 100%;
}
.scheme-office__nav .slick-arrow {
    width: 34px;
    height: 34px;
}
.scheme-office__nav .slick-arrow:before {
    content: '';
}
.scheme-office__nav .slick-prev {
    background: url(/local/templates/diam/css/images/arrow_left.png) no-repeat !important;
    left: -17px;
}
.scheme-office__nav .slick-next {
    background: url(/local/templates/diam/css/images/arrow_right.png) no-repeat !important;
    right: -17px;
}

@media (max-width: 1777px) {
    .contacts-info__address-item-third {
        margin-bottom: 29px;
    }
    .contacts-info__tel-item-first {
        margin-bottom: 30px;
    }
    .contacts-people__cards {
        -ms-grid-columns: (292px) [2];
        grid-template-columns: repeat(2, 292px);
    }
}

@media (max-width: 1693px) {
    .contacts-info__address-item-fourth {
        margin-bottom: 32px;
    }
    .contacts-info__tel-item-first {
        margin-bottom: 30px;
    }
}

@media (max-width: 1653px) {
    .contacts-info__address-item-second {
        margin-bottom: 30px;
    }
}

@media (max-width: 1637px) {
    .contacts-info__address-item-first {
        margin-bottom: 29px;
    }
    .contacts-info__address-item-second {
        margin-bottom: 32px;
    }
    .scheme-office__slider .slick-slide {
        height: 300px;
    }
}

@media (max-width: 1480px) {
    .contacts-info__address-item-first {
        margin-bottom: 15px;
    }
    .contacts-info__address-item-second {
        margin-bottom: 30px;
    }
}

@media (max-width: 1455px) {
    .contacts-info__title-item-second {
        margin-bottom: 45px;
    }
}

@media (max-width: 1366px) {
    .contacts-info__department {
        width: 48% !important;
    }
    .scheme-office__slider .slick-slide {
        height: 240px;
    }
}

@media (max-width: 1308px) {
    .contacts-people__cards {
        -ms-grid-columns: (292px) [1];
        grid-template-columns: repeat(1, 292px);
    }
}

@media (max-width: 1296px) {
    .contacts-info__title-item-second {
        margin-bottom: 62px;
    }
    .contacts-info__address-item-third {
        margin-bottom: 15px;
    }
}

@media (max-width: 1243px) {
    .contacts-info__address-item-fourth {
        margin-bottom: 15px;
    }
    .scheme-office__slider .slick-slide {
        height: 200px;
    }
}

@media (max-width: 1202px) {
    .contacts-info__title-item-first {
        margin-bottom: 32px;
    }
}

@media (max-width: 1167px) {
    .contacts-info__title-item-second {
        margin-bottom: 78px;
    }
}

@media (max-width: 1139px) {
    .contacts-info__title-item-second {
        margin-bottom: 94px;
    }
}

@media (max-width: 1024px) {
    .scheme-office__info {
        width: 100%;
        order: 2;
    }
    .scheme-office__picture {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .contacts-info {
        width: 100%;
    }
    .contacts-map {
        width: 100%;
        margin-top: 65px;
    }
    .scheme-office__slider,
    .scheme-office__nav {
        max-width: 80vw;
    }
    .scheme-office__slider .slick-slide {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .scheme-office__cards {
        grid-template-columns: unset;
    }
    .contacts-info__container table {
        max-width: 100%;
    }
    .kd-fr-for_map {
        white-space: nowrap;
    }
    .contacts-map__title-office {
        white-space: nowrap;
        overflow: hidden;
    }
    .contacts-map__btns {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    .scheme-office__slider .slick-slide {
        height: 300px;
    }
}

@media (max-width: 650px) {
    .contacts-info__department {
        width: 100% !important;
    }
    .scheme-office__slider .slick-slide {
        height: 240px;
    }
    .scheme-office__slider, .scheme-office__nav {
        max-width: calc(100vw - 24px);
    }
}

@media (max-width: 414px) {
    .tabs .tabs-content {
        background: none !important;
    }
    .tabs .tabs-nav {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .tabs .tabs-nav a {
        font-size: 10px;
        line-height: 11px;
        background: none !important;
    }
    .tabs .tabs-nav a.active {
        background: none !important;
    }
    .contacts__wrapper {
        padding: 0;
    }
    .contacts__title {
        font-size: 20px;
        line-height: 23px;
    }
    .contacts-info__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-info__wrapper:last-child {
        margin-bottom: 489px;
    }
    .contacts-info__title-item-second {
        margin-bottom: 59px;
    }
    .contacts-info__address-item-first {
        margin-bottom: 30px;
    }
    .contacts-info__address-item-third {
        margin-bottom: 30px;
    }
    .contacts-info__tel-item-first {
        margin-bottom: 15px;
    }
    .contacts-info__departments {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-info__department {
        margin-bottom: 25px;
    }
    .contacts-info__name {
        display: inline;
        margin-right: 15px;
    }
    .contacts-map {
        padding: 10px 0;
    }
    .contacts-map__title-office,
    .contacts-map__title-storage {
        font-size: 20px;
        line-height: 23px;
    }
    /*  .background {
    background: #fff;
  }*/
    .scheme-office,
    .scheme-storage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .scheme-office__title,
    .scheme-storage__title {
        margin-right: 0;
    }
    .scheme-office__button {
        margin-top: 8px;
    }
    .scheme-office__button::after {
        top: 10px;
    }
    .scheme-office__cards,
    .scheme-storage__cards {
        -ms-grid-columns: (100%) [1];
        grid-template-columns: repeat(1, 100%);
        margin-bottom: 25px;
    }
    .scheme-office {
        margin-bottom: 40px;
    }
    .scheme-office__img {
        width: 100%;
    }
    .scheme-office__img2 {
        display: block;
        width: 100%;
    }
}

a.contacts-info__title[data-scroll-target] {margin:0; padding-right:0;}
/*# sourceMappingURL=style.css.map */

.site-address {width:100%}

.way-link {
    line-height: 1.4;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: none;
}

.phone_global_contacts {
    display: block;
    border-bottom: none !important;
    text-decoration: underline !important;
    margin-bottom: 4px;
    margin-left: 9px;
}

.ymaps-image-with-content {
    background-repeat: no-repeat;
}

.contacts-info__department img {max-width:160px; margin-bottom:15px;}

.contacts-info__departments.mod {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:10px;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
}
.contacts-info__departments.mod > .contacts-info__department {
    width:auto;
}
.contacts-info__departments.mod > .contacts-info__department span {
    display:block
}
.contacts-info__department.contacts-info__department_delivery {
    display:block;
    width:auto;
}
@media (max-width: 1366px) {
    .contacts-info__departments.mod > .contacts-info__department {
        width:auto !important;
    }
}
@media (max-width: 1150px) {
    .contacts-info__departments.mod {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }
}
@media (max-width: 1024px) {
    .contacts-info__departments.mod {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 740px) {
    .contacts-info__departments.mod {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }
}
@media (max-width: 520px) {
    .contacts-info__departments.mod {
        grid-template-columns:1fr;
        -ms-grid-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/diam/components/bitrix/form.result.new/form7/style.css?1671432513362*/
#openorderblock .recaptcha_error,
.recaptcha_error {
	color: #F00;
	text-align:left !important;
	display: none;
}
.kd-form__group_checkbox .kd-form-checkbox__label {
	padding-top: 3px;
}
.kd-form__group_checkbox.kd-form__group-error .kd-form-checkbox__label {
	margin-bottom: 10px;
}

@media (max-width:760px) {
	#captcha-container {
		margin-bottom: 17px;
	}
}

/* End */
/* /local/templates/diam/components/bitrix/news/kd-new_contacts/bitrix/news.list/.default/style.css?1549052203150 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1529086453666 */
/* /local/templates/diam/components/bitrix/news/kd-new_contacts/bitrix/news.detail/rediz/style.css?173495562419603 */
/* /local/templates/diam/components/bitrix/form.result.new/form7/style.css?1671432513362 */
