

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

.widget-contacts.template-contacts {
    font-weight: 400;
}

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

.widget-contacts.template-contacts .widget-short-items-wrap {
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 0;
    right: 0;
    pointer-events: none;
}
.widget-contacts.template-contacts .widget-short-items {
    max-width: 700px;
    margin: 0 auto;
    background-color: #17171d;
    pointer-events: all;
}
.widget-contacts.template-contacts .widget-short-item {
    color: #FFF;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.widget-contacts.template-contacts .widget-short-item-hidden {
    display: none;
}
.widget-contacts.template-contacts .widget-short-item:hover,
.widget-contacts.template-contacts .widget-short-item[data-state=enabled] {
    /*background-image: linear-gradient(to bottom, #ff007a 0%,#d40098 100%);*/
}
.widget-contacts.template-contacts .widget-short-item-wrapper {
    padding: 45px;
}
.widget-contacts.template-contacts .widget-short-item-custom-wrapper {
    padding: 40px 50px 25px 30px;
}
.widget-contacts.template-contacts .widget-short-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}
.widget-contacts.template-contacts .widget-short-item-contacts,
.widget-contacts.template-contacts .widget-short-item-address {
    font-size: 16px;
    line-height: 23px;
}
.widget-contacts.template-contacts .widget-short-item-contacts {
    margin-top: 10px;
}
.widget-contacts.template-contacts .widget-short-item-contacts a {
	color: #fff !important;
	text-decoration: none !important;
}
.widget-contacts.template-contacts .widget-short-item-address {
    margin-top: 2px;
}
.widget-contacts.template-contacts .widget-short-item-picture {
    width: 128px;
    height: 128px;
    margin-right: 22px;
    background-image: url("/bitrix/templates/newintec/components/bitrix/news.list/new_intec_contacts/images/face.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-contacts.template-contacts .widget-short-item-contact {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #FFF;
}
.widget-contacts.template-contacts .widget-short-item-contact-button-wrap {
    margin-top: 10px;
}
.widget-contacts.template-contacts .widget-short-item-contact-button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    padding: 17px 35px;
    background: linear-gradient(to bottom, #ff007a 0%,#d40098 100%);
    border-radius: 25px;
}
.widget-contacts.template-contacts .widget-short-item-contact-button:hover {
    background: #ffd800;
    color: #000;
}
@media all and (max-width: 1024px) {
    .widget-contacts.template-contacts .widget-short-items-wrap {
        position: static;
    }
    .widget-contacts.template-contacts .widget-short-item,
    .widget-contacts.template-contacts .widget-short-item-custom {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}
@media all and (max-width: 450px) {
    .widget-contacts.template-contacts .widget-short-item-custom-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .widget-contacts.template-contacts .widget-short-item-picture {
        margin-left: auto;
        margin-right: auto;
    }
    .widget-contacts.template-contacts .widget-short-item-contact,
    .widget-contacts.template-contacts .widget-short-item-contact-button-wrap {
        text-align: center;
    }
}

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

.widget-contacts.template-contacts .widget-items-wrap {
    margin-top: 50px;
}
.widget-contacts.template-contacts .widget-item {
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
}
.widget-contacts.template-contacts .widget-item-picture {
    width: 305px;
    height: 210px;
    margin: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.widget-contacts.template-contacts .widget-item-content {
    padding-top: 20px;
    margin-top: 15px;
    margin-left: 40px;
    margin-bottom: 15px;
}
.widget-contacts.template-contacts .widget-item-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}
.widget-contacts.template-contacts .widget-item-contacts {
    margin-top: 30px;
}
.widget-contacts.template-contacts .widget-item-contact-wrapper {
    padding-right: 30px;
}
.widget-contacts.template-contacts .widget-item-contact-name-icon {
    line-height: 0;
    padding-right: 22px;
}
.widget-contacts.template-contacts .widget-item-contact-name-value {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.widget-contacts.template-contacts .widget-item-contact-value {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
}
.widget-contacts.template-contacts .widget-item-contact-value a{
    text-decoration: none;
}
.widget-contacts.template-contacts .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 .widget-item-map-icon {
    line-height: 0;
    padding-right: 10px;
}
.widget-contacts.template-contacts .widget-item-map-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-bottom: 1px dashed #000;
}
.widget-contacts.template-contacts .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 .widget-item-map:hover .widget-item-map-icon path {
    fill: #FFF;
}
.widget-contacts.template-contacts .widget-item-map:hover .widget-item-map-text {
    color: #FFF;
    border-color: transparent;
}
@media all and (max-width: 1024px) {
    .widget-contacts.template-contacts .widget-item-contact:nth-child(3) {
        margin-top: 25px;
    }
}
@media all and (max-width: 768px) {
    .widget-contacts.template-contacts .widget-item-content {
        padding-top: 45px;
        margin-bottom: 35px;
    }
    .widget-contacts.template-contacts .widget-item-contact:nth-child(2) {
        margin-top: 25px;
    }
}
@media all and (max-width: 650px) {
    .widget-contacts.template-contacts .widget-item-content {
        margin-left: 0;
        padding-top: 0;
        padding-left: 15px;
    }
    .widget-contacts.template-contacts .widget-item-contact:nth-child(2) {
        margin-top: 0;
    }
}
@media all and (max-width: 450px) {
    .widget-contacts.template-contacts .widget-item-picture {
        width: auto;
    }
    .widget-contacts.template-contacts .widget-item-contact:nth-child(2) {
        margin-top: 25px;
    }
}

/* 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 */
/* /bitrix/templates/newintec/components/bitrix/news.list/new_intec_contacts/style.css?16430863897739 */
/* /bitrix/templates/newintec/components/bitrix/map.yandex.view/contacts/style.css?1598608232250 */
/* /bitrix/templates/newintec/components/bitrix/map.yandex.system/contacts/style.css?1598608232515 */
