

/* Start:/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__main-banner/style.css?17425549023918*/
.contacts__top {
    margin-bottom: 60px;
}

.contacts__main-banner {
    background-image: url("/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__main-banner/img/contacts__banner-desk.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.contacts__banner-container {
    padding: 25px 34px 20px;
    width: 70%;
}

.contacts__banner-container .contacts__banner-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
}

.contacts__banner-container .contacts__banner-address {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
}

.contacts__banner-container .contacts__banner-list {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.contacts__banner-container .contacts__banner-li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
}

.contacts__banner-container .contacts__banner-li a svg {
    width: 37px;
    height: 32px;
}

.contacts__top a {
    transition: color .3s ease-in-out;
}

.contacts__top a:hover {
    color: #cccccc;
}

@media (max-width: 1200px) {
    .contacts__banner-container .contacts__banner-title {
        font-size: 40px;
        line-height: 40px;
    }

    .contacts__banner-container .contacts__banner-address {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .contacts__banner-container .contacts__banner-title {
        font-size: 30px;
        line-height: 30px;
    }

    .contacts__banner-container .contacts__banner-li a {
        font-size: 12px;
        line-height: 12px;
    }

    .contacts__banner-container .contacts__banner-list {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .contacts__main-banner {
        background: #384D21 url("/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__main-banner/img/contacts__banner-mobile.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }

    .contacts__banner-container {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .contacts__banner-container .contacts__banner-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts__main-banner {
        background-position: bottom;
    }

    .contacts__banner-container .contacts__banner-address {
        text-align: center;
    }

    .contacts__banner-container .contacts__banner-title {
        font-size: 25px;
        line-height: 25px;
    }

    .contacts__banner-container .contacts__banner-address {
        font-size: 10px;
        line-height: 14px;
    }

    .contacts__banner-address,
    .contacts__banner-container .contacts__banner-title {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 460px) {
    .contacts__banner-container {
        padding: 16px 15px 20px;
    }

    .contacts__banner-container .contacts__banner-title {
        font-size: 21px;
        line-height: 21px;
    }

    .contacts__banner-container .contacts__banner-address {
        font-size: 9px;
        line-height: 9px;
    }

    .contacts__banner-container .contacts__banner-li a svg {
        width: 14px;
        height: 14px;
    }

    .contacts__banner-container .contacts__banner-li a {
        gap: 5px;
        font-size: 7px;
        line-height: 7px;
    }

    .contacts__banner-container .contacts__banner-list {
        gap: 5px;
    }

    .contacts__banner-container .contacts__banner-list {
        margin: 18px 0 7px;
    }

    .contacts .contacts__top {
        margin-bottom: 33px;
    }
}

@media (max-width: 360px) {
    .contacts__banner-container .contacts__banner-title {
        justify-content: center;
        font-size: 15px;
        line-height: 15px;
    }

    .contacts__banner-container .contacts__banner-address {
        justify-content: center;
        font-size: 8px;
        line-height: 10px;
    }
}
/* End */


/* Start:/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__info/style.css?174255490213540*/
/*.contacts__section {*/
/*    padding: 50px 0;*/
/*}*/

/*.contacts__title {*/
/*    text-wrap: nowrap;*/
/*}*/

/*.contacts__location {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__main-dot {*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__partners-top {*/
/*    display:flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__select {*/
/*    width: 30%;*/
/*    background: #f1f1f1;*/
/*    padding: 20px;*/
/*}*/

/*.contacts__partners {*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__bottom {*/
/*    display:flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.contacts__section .contacts__iframe{*/
/*    width: 100%;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .contacts__title {*/
/*        text-align: center;*/
/*    }*/
/*    .contacts__location {*/
/*        flex-direction: column;*/
/*    }*/
/*    .contacts__location-left {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .contacts__location-item {*/
/*        text-align: center;*/
/*    }*/
/*    .contacts__partners-top {*/
/*        flex-direction: column;*/
/*    }*/
/*    .contacts__title {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .contacts__select {*/
/*        width: 100%;*/
/*    }*/
/*    .contacts__bottom {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/
/*}*/

.contacts__container {
    margin: 0 auto;
    padding-top: 64px;
    max-width: 1220px;
    width: unset;
}

.contacts__banner {
    margin-bottom: 10px;
    height: 250px;
    background-image: url("/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__info/img/contacts__banner.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contacts__main-dot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts__partners-top--mobile,
.partners__banner--mobile,
.partners__pagination--mobile {
    display: none;
}

.location {
    display: flex;
    justify-content: space-between;
}

.location__left {
    width: 60%;
}

.location__description {
    width: 70%;
}

.location__right {
    width: 39%;
}

.location__right .location__description{
    width: 100%;
}

.location__item .location__span {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

.location__item .location__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

popup.contacts__city {
    width: 30%;
    border-bottom: 1px solid #000;
}

.contacts__city.selected {
    font-weight: 700;
    border-bottom: 6px solid #52B1CB;
}

.contacts__partners-top {
    margin-bottom: 46px;
}

.contacts__item iframe {
    margin-bottom: 105px;
    width: 100%;
    height: 537px;
}

.social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    background: #F3F3F3;
}

.social__grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    justify-items: center;
    gap: 43px;
}

.social__title {
    margin-bottom: 38px;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #000;
}

.contacts__social {
    margin-bottom: 60px;
}

.partners__grid {
    display: grid;
    grid-template-columns: 1fr 31%;
    gap: 45px;
    height: 665px;
}

.partners__title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 37px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}

.partners__item:not(:last-child) {
    margin-bottom: 42px;
}

.partners__list {
    padding-top: 10px;
    overflow-y: scroll;
}

.partners__list::-webkit-scrollbar {
    width: 20px;
}

.partners__list::-webkit-scrollbar-thumb {
    background-color: #3E3E3E;
}

.partners__list::-webkit-scrollbar-track {
    background-color: #F3F3F3;
}

.partners__empty-block {
    width: 97px;
    height: 97px;
    background-color: #384D21;
}

.partners__empty-block-image {
    width: 100%;
    height: 100%;
}

.partners__item,
.partners__left-block {
    display: flex;
    gap: 30px;
}

.partners__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000;
}

.partners__item-address {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.partners__item-info {
    width: 58%;
}

.partners__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 30px 47px;
    background: #384D21;
}

.partners__banner img {
    margin-bottom: 55px;
    width: 100%;
}

.banner__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    color: #FFF;
}

.partners__banner svg {
    height: 140px;
    margin-bottom: 35px;
}

.banner .banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 77px;
    padding: 12px;
    font-weight: 700;
    font-size: 25px;
    line-height: 71px;
    background: #FFF;
}

.partners {
    margin-bottom: 54px;
}

.contacts__form-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #000;
}

.contacts__question {
    display: flex;
    flex-direction: column;
}

.contacts__question label {
    font-weight: 400;
    font-size: 21px;
    line-height: 38px;
    color: #000;
}

.contacts__error-mesages {
    padding: 20px 0;
    color: red;
}

.partners__phone-block {
    display: none;
}

@media (max-width: 1240px) {
    .contacts__container {
        padding: 0 15px;
    }
    .social__grid {
        gap: normal;
    }
}

@media (max-width: 1024px) {
    .contacts__partners-top .contacts__city {
        width: 31%;
    }

    .partners__grid {
        grid-template-columns: 1fr;
        height: unset;
    }

    .partners__list {
        height: 400px;
    }

    .social__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

}

@media (max-width: 768px) {
    body .contacts__container {
        padding-top: 30px;
    }
    .contacts__banner {
        margin-bottom: 30px;
    }
    .contacts__locations {
        flex-direction: column;
    }
    .contacts__locations .location__left {
        margin-bottom: 20px;
    }
    .contacts__locations .location__left,
    .contacts__locations .location__right {
        width: 100%;
    }
    .contacts__partners-top {
        display: none;
    }
    .contacts__partners-top--mobile {
        display: block;
    }
    .form-popup .form-body {
        grid-template-columns: 1fr;
    }

    .form-popup .form__item.CONTACTS_FORM_PHONE {
        grid-column: unset;
    }
    .form__item .form-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .form-group .input  {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .contacts__section .location .location__title {
        margin-bottom: 3px;
        font-size: 18px;
        line-height: 20px;
    }
    .contacts__section .location .location__text,
    .contacts__section .location .location__span {
        font-size: 10px;
        line-height: 10px;
    }
    .contacts__section .contacts__banner {
        margin-bottom: 33px;
        height: 160px;
    }
    .contacts__section .location .location__left .location__item {
        height: 12px;
    }
    .contacts__section .location .location__left .location__item:first-child {
        height: auto;
    }
    body .contacts__container {
        padding-top: 25px;
    }
    .contacts__locations .location__left {
        margin-bottom: 42px;
    }
    .location .location__description {
        width: 100%;
    }
    .location .location__right .location__description {
        width: 100%;
    }
    .contacts__section .location .location__right .location__item:not(:last-child) {
        height: auto;
    }
    .contacts__section .location {
        margin-bottom: 0;
    }
    .contacts__partners-top--mobile .contacts__city {
        padding: 0 4px 9px 0;
        width: 25%;
        font-size: 11px;
        line-height: 10px;
    }
    .contacts__partners-top--mobile .contacts__city.selected {
        padding: 0 4px 7px 0;
        border-bottom: 3px solid #52B1CB;
    }
    .contacts__section .contacts__partners-top--mobile {
        margin-bottom: 20px;
    }
    .contacts__partners .contacts__item iframe {
        margin-bottom: 37px;
        height: 366px;
    }
    .social .social__title {
        margin-bottom: 10px;
        width: 63%;
        font-size: 18px;
        line-height: 21px;
    }
    .social .social__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 17px;
    }
    .social .social__grid .social__item {
        min-width: 34px;
        height: 34px;
    }
    .social .social__grid .social__item span {
        width: 34px;
        height: 34px;
    }
    .social__image {
        width: 54%;
    }
    .social__grid {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .social__grid::-webkit-scrollbar {
        display: none;
    }
    .contacts .social .contacts__social {
        margin-bottom: 35px;
    }
    .partners .partners__title {
        margin-bottom: 6px;
        width: 77%;
        font-size: 18px;
        line-height: 25px;
    }
    .partners__empty-block {
        width: 53px;
        height: 53px;
    }
    .partners__phone-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 9px;
        min-width: 32px;
        height: 32px;
        border: 1px solid #384D21;
    }
    .partners__phone-block svg {
        width: 50%;
    }
    .partners__item-info .partners__item-title {
        width: 62%;
        font-size: 10px;
        line-height: 12px;
    }
    .partners__list .partners__item {
        justify-content: space-between;
    }
    .partners__left-block {
        display: flex;
        gap: 10px;
    }
    .partners__item-info .partners__item-address {
        font-size: 10px;
        line-height: 11px;
    }
    .partners__list .partners__item:not(:last-child) {
        margin-bottom: 29px;
    }
    .partners__left-block .partners__item-info {
        width: 63%;
    }
    .partners__list .partners__item:nth-child(2n + 1) {
        margin-right: 10px;
    }
    .partners__grid .partners__list {
        display: grid;
        grid-template-columns: 100% 100%;
    }
    .partners__grid .partners__list {
        height: 100%;
        overflow-x: scroll;
        overflow-y: unset;
    }
    .partners__pagination--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-bottom: 10px;
    }
    .partners .partners__grid {
        gap: 20px;
    }
    .partners__pagination--mobile span {
        width: 15px;
        height: 6px;
        background: #F3F3F3;
        border-radius: 16px;
    }
    .partners__pagination--mobile span.active {
        width: 30px;
        background: #3E3E3E;
    }
    .partners__grid .partners__list::-webkit-scrollbar {
        width: 0;
    }

    .partners__grid .partners__list::-webkit-scrollbar-thumb {
        background-color: unset;
    }
    .partners__grid .partners__list::-webkit-scrollbar-track {
        background-color: unset;
    }
    .partners__grid .partners__banner {
        display: none;
    }
    .partners__grid .partners__banner--mobile {
        display: flex;
        padding: 13px 17px;
        background: #384D21;
        width: 100%;
    }
    .partners__banner-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }
    .partners__banner--mobile .banner__title {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 28px;
    }
    .partners__banner--mobile .banner__button {
        height: 36%;
        width: 87%;
        font-size: 10px;
        line-height: 14px;
    }
    .partners__banner--mobile img {
        padding-top: 10px;
        width: 86%;
    }
    .contacts .partners {
        margin-bottom: 28px;
    }
    .form .contacts__form-title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }
    .form-body .form__item .input {
        height: 30px;
    }
    .form-body .form__item .form-control {
        max-height: 30px;
        min-height: 30px;
        height: 30px;
    }
    .form-popup .form-body {
        gap: 7px;
    }
    .contacts .form {
        margin-bottom: 12px;
    }
    .form-popup .contacts__form-button {
        margin-top: 11px;
        height: 30px;
        font-size: 11px;
        line-height: 17px;
        border-radius: unset;
    }
    .form__item .form-group label {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 19px;
    }
}
/* End */


/* Start:/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__social/style.css?17473833703207*/
/*.contacts__section {*/
/*    padding: 50px 0;*/
/*}*/

/*.contacts__title {*/
/*    text-wrap: nowrap;*/
/*}*/

/*.contacts__location {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__main-dot {*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__partners-top {*/
/*    display:flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__select {*/
/*    width: 30%;*/
/*    background: #f1f1f1;*/
/*    padding: 20px;*/
/*}*/

/*.contacts__partners {*/
/*    margin-bottom: 30px;*/
/*}*/

/*.contacts__bottom {*/
/*    display:flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.contacts__section .contacts__iframe{*/
/*    width: 100%;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .contacts__title {*/
/*        text-align: center;*/
/*    }*/
/*    .contacts__location {*/
/*        flex-direction: column;*/
/*    }*/
/*    .contacts__location-left {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .contacts__location-item {*/
/*        text-align: center;*/
/*    }*/
/*    .contacts__partners-top {*/
/*        flex-direction: column;*/
/*    }*/
/*    .contacts__title {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .contacts__select {*/
/*        width: 100%;*/
/*    }*/
/*    .contacts__bottom {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/
/*}*/
.social__item.social__item--empty{
display:none;
}
.contacts__container {
    margin: 0 auto;
    padding-top: 64px;
    max-width: 1220px;
    width: unset;
}

.contacts__banner {
    height: 250px;
    background-image: url("/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__social/img/contacts__banner.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.contacts__main-dot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.location__left {
    width: 60%;
}

.location__description {
    width: 75%;
}

.location__right {
    width: 36%;
}

.location__right .location__description{
    width: 100%;
}

.location .location__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}

.location__item .location__span {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.location__item .location__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.social__item social__item--empty{
display:none;
}

.contacts__city {
    padding: 0 23px 8px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #000;
    width: 27%;
    border-bottom: 1px solid #000;
}

.contacts__city.selected {
    padding: 0 23px 4px 0;
    font-weight: 700;
    border-bottom: 6px solid #52B1CB;
}

.contacts__partners-top {
    margin-bottom: 35px;
}

.contacts__item iframe {
    margin-bottom: 80px;
    width: 100%;
    height: 430px;
}

@media (max-width: 768px) {
    .contacts__banner {
        background-image: url("/local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__social/img/contacts__banner-mobile.png");
        background-position: center;
    }
}


/* End */


/* Start:/local/components/custom/form-iblock/templates/popup/style.css?17425549223184*/
.contacts__form-title {
    margin-bottom: 50px;
}

.form-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px 40px;
}

.form__item.CONTACTS_FORM_PHONE {
    grid-column: span 2/3;
}

.contacts__form-button {
    display: flex;
    align-self: end;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    background: #3E3E3E;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #FFF;
    transition: background .3s ease-in-out;
    outline: none;
    box-shadow: none;
    border: none;
}

.form-body .contacts__form-button:hover {
    background: #384D21;
}

.form-body .contacts__form-button:active,
.form-body .contacts__form-button:focus {
    box-shadow: 0 0 0 0.2rem #384D21;
}

.contacts__question {
    width: 100%;
}

.form-body .form-control {
    height: 54px;
    padding: 0 15px;
    background: #F3F3F3;
    border: none;
}

.form-body .form-control:focus,
.form-body .form-control:active {
    box-shadow: 0 0 0 0.2rem #384D21;
}

.form {
    margin-bottom: 64px;
}

.form-group label {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    color: #000;
}

#overlayContacts {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popupContacts {
    position: absolute;
    top: 40%;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%);
    width: 34%;
    height: 30%;
    z-index: 10000;
    gap: 26px;
    background: #384D21;
}

#afterConfirmText {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding: 43px 50px 0 0;
}

#afterConfirmText span {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #FFF;
}

#popupContacts svg {
    position: absolute;
    top: 13px;
    right: 16px;
    cursor: pointer;
    width: 15px;
}

@media (max-width: 1860px) {
    #afterConfirmText {
        padding: 43px 20px 0 0;
    }
}

@media (max-width: 1700px) {
    #popupContacts {
        width: auto;
        height: auto;
    }
}

@media (max-width: 1400px) {
    #afterConfirmText {
        padding: 58px 50px 58px 0;
    }
    #popupContacts img {
        width: 30%;
    }
}

@media (max-width: 1200px) {
    #popupContacts img {
        width: unset;
    }
}

@media (max-width: 768px) {
    #afterConfirmText {
        padding: 30px 17px 30px 0;
    }
}

@media (max-width: 630px) {
    #popupContacts {
        width: 81%;
        height: 130px;
    }
    #afterConfirmText span {
        font-size: 9px;
        line-height: 11px;
    }
    #afterConfirmText {
        padding: 20px 14px 0 0;
        gap: 10px;
        width: 100%;
    }
    #popupContacts svg {
        top: 0;
        right: 5px;
        width: 6px;
    }
    #popupContacts {
        gap: 10px;
    }
}

@media (max-width: 350px) {
    #afterConfirmText {
        justify-content: center;
        padding: 20px 14px 20px 0;
    }
    #afterConfirmText span {
        font-size: 8px;
        line-height: 10px;
    }
    #popupContacts {
        height: 160px;
        width: 90%;
    }
}
/* End */
/* /local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__main-banner/style.css?17425549023918 */
/* /local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__info/style.css?174255490213540 */
/* /local/templates/tamga_bootstrap/components/bitrix/news.list/contacts__social/style.css?17473833703207 */
/* /local/components/custom/form-iblock/templates/popup/style.css?17425549223184 */
