

/* Start:/bitrix/templates/newintec/components/bitrix/news.list/contacts/style.css?176707872612032*/
/*@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=cyrillic');*/

.widget-contacts.template-contacts-1 {
    position: relative;
    font-size: clamp(16px, 1.7vw, 20px);
    font-weight: 400;
}

.widget-contacts.template-contacts-1 .special {
    color: #C41F4C;
}

.widget-contacts.template-contacts-1 .widget-maps-wrap {
    position: relative;
}

.widget-contacts.template-contacts-1 .widget-short-items-wrap {
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 0;
    right: 0;
    pointer-events: none;
}
.widget-contacts.template-contacts-1 .widget-short-items {
    display: flex;
    max-width: 38.6em;
    background-color: #1B1E25;
    pointer-events: all;
}
.widget-contacts.template-contacts-1 .widget-short-item {
    color: #FFF;
    border-right: 1px solid #808080;
    flex: 1 0 40%;
}
.widget-contacts.template-contacts-1 .widget-short-item-hidden {
    display: none;
}
.widget-contacts.template-contacts-1 .widget-short-item:hover,
.widget-contacts.template-contacts-1 .widget-short-item[data-state=enabled] {
    /*background-image: linear-gradient(to bottom, #ff007a 0%,#d40098 100%);*/
}
.widget-contacts.template-contacts-1 .widget-short-item-wrapper {
    padding: 2.1em 2.3em;
}
.widget-contacts.template-contacts-1 .widget-short-item-custom-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.1em 1.5em;
    padding: 2em;
}
.widget-contacts.template-contacts-1 .widget-short-item-name {
    color: #FFF;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5;
}
.widget-contacts.template-contacts-1 .widget-short-item-contacts,
.widget-contacts.template-contacts-1 .widget-short-item-address {
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
}
.widget-contacts.template-contacts-1 .widget-short-item-contacts {
    margin-top: 1.1em;
}
.widget-contacts.template-contacts-1 .widget-short-item-contacts a {
	color: #fff !important;
	text-decoration: none !important;
}
.widget-contacts.template-contacts-1 .widget-short-item-contacts-phone{
    margin-bottom: .8em;
}
.widget-contacts.template-contacts-1 .widget-short-item-contacts-phone:last-child{
    margin-bottom: 0;
}
.widget-contacts.template-contacts-1 .widget-short-item-address {
    margin-top: 2px;
}
.widget-contacts.template-contacts-1 .widget-short-item-picture {
    width: 6em;
    aspect-ratio: 4/4;
    background-image: url("/bitrix/templates/newintec/components/bitrix/news.list/contacts/images/face.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-contacts.template-contacts-1 .widget-short-item-contact {
    flex: 1 0 calc(100% - 7.5em);
}
.widget-contacts.template-contacts-1 .widget-short-item-contact-name{
    color: #FFF;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3;
}
.widget-contacts.template-contacts-1 .widget-short-item-contact-position{
    color: #FFF;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
}
.widget-contacts.template-contacts-1 .widget-short-item-contact-name + .widget-short-item-contact-position{
    margin-top: .5em;
}
.widget-contacts.template-contacts-1 .widget-short-item-contact-button-wrap {
    margin-top: 10px;
    max-width: 100%;
    flex: 0 0 100%;
}
.widget-contacts.template-contacts-1 .widget-short-item-contact-button {
    display: inline-block;
    color: #1B1E25;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    user-select: none;
    text-decoration: none;
    padding: 1.2em 1.8em;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;

    transition: background-color .2s ease-out;
}
.widget-contacts.template-contacts-1 .widget-short-item-contact-button:hover{
    background-color: #cccccc;
}
@media all and (max-width: 800px) {
    .widget-contacts.template-contacts-1 .widget-short-items-wrap {
        position: static;
    }
    .widget-contacts.template-contacts-1 .widget-short-items{
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
        gap: 3em 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-custom-wrapper,
    .widget-contacts.template-contacts-1 .widget-short-item-wrapper{
        padding: 2.1em 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-name{
        font-size: 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contacts,
    .widget-contacts.template-contacts-1 .widget-short-item-address{
        font-size: 1em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contacts-phone {
        margin-bottom: .6em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contact-name{
        font-size: 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contact-position{
        font-size: 1em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contact-button{
        font-size: .9375em;
        padding: 1em 1.8em;
    }
}
@media all and (max-width: 600px) {
    .widget-contacts.template-contacts-1 .widget-short-items{
        flex-wrap: wrap;
        padding: 2em 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item,
    .widget-contacts.template-contacts-1 .widget-short-item-custom{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-contacts.template-contacts-1 .widget-short-item{
        border: none;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-custom-wrapper,
    .widget-contacts.template-contacts-1 .widget-short-item-wrapper{
        padding: 0;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-custom-wrapper{
        gap: 1.2em 1.5em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contacts{
        display: flex;
        flex-wrap: wrap;
        gap: .8em;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contact{
        min-width: 160px;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contacts-phone{
        flex: 1 0 calc(50% - .4em);
        min-width: 132px;
        margin-bottom: 0;
    }
    .widget-contacts.template-contacts-1 .widget-short-item-contact-button-wrap{
        margin-top: 1.2em;
    }
}

.widget-contacts.template-contacts-1 .widget-maps {
    position: relative;
    height: 750px;
    filter: grayscale(1);
    z-index: 1;
    transition: filter 0.4s;
}
.widget-contacts.template-contacts-1 .widget-maps:hover {
    filter: none;
}
.widget-contacts.template-contacts-1 .widget-map[data-state=disabled] {
    display: none;
}
.widget-contacts.template-contacts-1 .widget-map[data-state=enabled] {
    display: block;
}
.widget-contacts.template-contacts-1 .widget-maps .c-map-yandex-system {
    width: 100%!important;
    height: 750px!important;
}
@media all and (max-width: 768px) {
    .widget-contacts.template-contacts-1 .widget-maps {
        height: 450px;
    }
    .widget-contacts.template-contacts-1 .widget-maps .c-map-yandex-system {
        height: 450px!important;
    }
}

.widget-contacts.template-contacts-1 .widget-items-wrap {
    margin-top: 4.4em;
}
.widget-contacts.template-contacts-1 .widget-item{
    position: relative;
    margin-bottom: .75em;
    padding: 2em;
    border: 1px solid #CECECE;
}
.widget-contacts.template-contacts-1 .widget-item:last-child{
    margin-bottom: 0;
}
.widget-contacts.template-contacts-1 .widget-item-wrapper{
    align-items: flex-start;
    gap: 2.4em;
}
.widget-contacts.template-contacts-1 .widget-item-picture {
    width: 15.25em;
    aspect-ratio: 16 / 11.4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-contacts.template-contacts-1 .widget-item-content {
    margin-top: 1.1em;
}
.widget-contacts.template-contacts-1 .widget-item-name {
    color: #1B1E25;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5;
}
.widget-contacts.template-contacts-1 .widget-item-contacts {
    display: flex;
    gap: 1.5em;
    margin-top: 2.2em;
}
.widget-contacts.template-contacts-1 .widget-item-contact{
    max-width: calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em);
}
.widget-contacts.template-contacts-1 .widget-item-contact-name-icon {
    line-height: 0;
    padding-right: 22px;
}
.widget-contacts.template-contacts-1 .widget-item-contact-name-value {
    color: #1B1E25;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
}
.widget-contacts.template-contacts-1 .widget-item-contact-value {
    color: #808080;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    margin-top: .45em;
}
.widget-contacts.template-contacts-1 .widget-item-contact-value a{
    text-decoration: none;
    color: #C41F4C;
}
.widget-contacts.template-contacts-1 .widget-item-contact-value-item{
    margin-bottom: .53em;
}
.widget-contacts.template-contacts-1 .widget-item-contact-value-item:last-child{
    margin-bottom: 0;
}
.widget-contacts.template-contacts-1 .widget-item-map {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 15px 25px;
    background: #FFF;
    border: 1px solid #d7d7d7;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    transition: box-shadow 0.4s;
}
.widget-contacts.template-contacts-1 .widget-item-map-icon {
    line-height: 0;
    padding-right: 10px;
}
.widget-contacts.template-contacts-1 .widget-item-map-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-bottom: 1px dashed #000;
}
.widget-contacts.template-contacts-1 .widget-item-map:hover {
    border-color: transparent;
    background: linear-gradient(to bottom, #ff007a 0%,#d40098 100%);
    box-shadow: 0 6px 18px 0 rgba(198, 6, 98, 0.42);
}
.widget-contacts.template-contacts-1 .widget-item-map:hover .widget-item-map-icon path {
    fill: #FFF;
}
.widget-contacts.template-contacts-1 .widget-item-map:hover .widget-item-map-text {
    color: #FFF;
    border-color: transparent;
}

@media all and (max-width: 1200px) {
    .widget-contacts.template-contacts-1 .widget-item-content{
        margin-top: 0;
    }
}
@media all and (max-width: 1000px) {
    .widget-contacts.template-contacts-1 .widget-item-contacts{
        flex-wrap: wrap;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact{
        max-width: 100%;
        flex: 1 0 calc(50% - .75em);
    }
    .widget-contacts.template-contacts-1 .widget-item-contact-value.phone{
        display: flex;
        flex-wrap: wrap;
        gap: .6em;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact-value.phone .widget-item-contact-value-item{
        min-width: 125px;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact-value-item{
        margin-bottom: 0;
    }
}
@media all and (max-width: 800px) {
    .widget-contacts.template-contacts-1 .widget-item-name{
        font-size: 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact-name-value{
        font-size: 1.125em;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact-value{
        font-size: 1em;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact-value.phone .widget-item-contact-value-item {
        min-width: 135px;
    }
    .widget-contacts.template-contacts-1 .widget-item-picture{
        width: 12em;
    }
    .widget-contacts.template-contacts-1 .widget-items-wrap{
        margin-top: 2.5em;
    }
}
@media all and (max-width: 720px) {
    .widget-contacts.template-contacts-1 .widget-item-picture{
        width: 100%;
        aspect-ratio: 16 / 9;
    }
}
@media all and (max-width: 600px) {
    .widget-contacts.template-contacts-1 .widget-item{
        padding: 1.25em 1.25em 2em;
    }
    .widget-contacts.template-contacts-1 .widget-item-wrapper{
        gap: 1.6em;
    }
    .widget-contacts.template-contacts-1 .widget-item-contacts{
        margin-top: 1.25em;
    }
    .widget-contacts.template-contacts-1 .widget-item-contact{
        flex: 1 0 100%;
    }
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/map.yandex.view/contacts/style.css?1598608232250*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/map.yandex.system/contacts/style.css?1598608232515*/
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-control {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-overlay {
  display: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/include/requisites/style.css?17670808681871*/
.widget-requisites{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.7vw, 20px);
    padding: clamp(60px, 10vw, 80px) 0;
}
.widget-requisites .widget-template{
    background: #F8F8F8;
    padding: 3em 3.5em;
}
.widget-requisites .widget-header .widget-title{
    color: #1B1E25;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5;
    text-wrap: balance;
}
.widget-requisites .widget-header + .widget-content{
    margin-top: .85em;
}
.widget-requisites .widget-item{
    display: flex;
    gap: .4em 2em;
    border-bottom: 1px solid #CECECE;
    padding: 1em 0;
}
.widget-requisites .widget-item:last-child{
    border: none;
}
.widget-requisites .widget-item-title{
    color: #808080;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    max-width: calc(32% - 1em);
    flex: 0 0 calc(32% - 1em);
}
.widget-requisites .widget-item-value{
    color: #1B1E25;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.3;
    max-width: calc(50% - 1em);
    flex: 0 0 calc(50% - 1em);
}
@media all and (max-width: 800px) {
    .widget-requisites .widget-template{
        padding: 2em 1.25em;
    }
    .widget-requisites .widget-header .widget-title{
        font-size: 1.25em;
        line-height: 1.2;
    }
    .widget-requisites .widget-item-title,
    .widget-requisites .widget-item-value{
        font-size: 1em;
        max-width: calc(50% - 1em);
        flex: 0 0 calc(50% - 1em);
    }
    .widget-requisites .widget-header + .widget-content {
        margin-top: 1.2em;
    }
}
@media all and (max-width: 600px) {
    .widget-requisites .widget-item{
        flex-wrap: wrap;
    }
    .widget-requisites .widget-item-title,
    .widget-requisites .widget-item-value{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
/* End */
/* /bitrix/templates/newintec/components/bitrix/news.list/contacts/style.css?176707872612032 */
/* /bitrix/templates/newintec/components/bitrix/map.yandex.view/contacts/style.css?1598608232250 */
/* /bitrix/templates/newintec/components/bitrix/map.yandex.system/contacts/style.css?1598608232515 */
/* /include/requisites/style.css?17670808681871 */
