

/* Start:/about/contacts/css/desktop.css?174773502815341*/
/* -------------------------------------------------------------------- */
/* --------------------- ABOUT GENERAL STYLES ------------------------- */
/* -------------------------------------------------------------------- */

/* About general styles */
.about-logo-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo-inner::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-logo-inner-text {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.about-title-text {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 60px;
    color: #ff0000;
    display: block;
    text-transform: none;
}

.about-title {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.about-bottom-text {
    color: #f0f0f0;
    font-size: 24px;
    display: block;
    width: 100%;
    margin: auto;
}

.about-tabs .tabs-btn-about a.btn.tab-btn-about {
    margin-right: 20px;
    margin-bottom: 15px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgb(44 44 57 / 5%);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #2b2b37;
    padding: 15px 30px;
    width: auto;
    transition: box-shadow 0.5s;
}

.about-tabs .tabs-btn-about a.btn.tab-btn-about:hover,
.about-tabs .tabs-btn-about a.btn.tab-btn-about.active {
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgb(44 44 57 / 10%);
    background-color: #2a2a36;
    border: 1px solid #2a2a36;
    color: #fff;
}

/* End about general styles */

/* -------------------------------------------------------------------- */
/* ---------------------------- CONTACTS ------------------------------ */
/* -------------------------------------------------------------------- */

.pages-title-top {
    font-size: 30px;
    font-family: "Roboto-Bold", sans-serif;
    color: #1d1d26;
    text-align: center;
}

.contacts-main {
    margin-top: 30px;
    background-image: linear-gradient(to top, #272731, #3e3e57);
    padding: 20px 30px;
    color: #fff;
    border-radius: 10px;
    position: relative;
}

.main-contacts-box.contacts-main::before {
    content: '';
    background: #353446 url('/bitrix/components/av/mailing.subscription/templates/desktop/images/wave.png') center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
}

.white-bg-wrap .contacts-main {
    background-color: #fff;
    background-image: none;
    padding: 0;
    margin: 0;
}

.contacts-department {
    margin-bottom: 10px;
}

.contacts-inner.contacts-department .contacts-title {
    font-size: 24px;
    text-align: left;
    margin: 20px 0 30px;
}

.address-block {
    font-style: normal;
}

.contacts-inner-center .address-block {
    flex-direction: column;
}

.address-title,
.address-data-info {
    display: inline-block;
    font-size: 18px;
}

.address-title {
    display: block;
}

.contacts-bottom-wrap .address-title {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
}

.address-data-info {
    margin-right: 20px;
}

a.address-data-info:hover {
    text-decoration: underline;
}

.address-block-data {
    margin-bottom: 0;
    position: relative;
    margin-left: 50px;
    font-size: 16px;
    color: #fff;
}

.white-bg-wrap .contacts-main .address-block-data {
    color: #22222c;
}

.contact-mail,
.contact-phone,
.contact-pointer {
    font-size: 30px;
    position: absolute;
    left: -60px;
}

.contacts-form-call .popup-form-wrap {
    box-shadow: 2.2px 3.3px 13.4px 0.6px rgba(29, 29, 38, 0.15);
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
    padding: 20px;
}

.static-form {
    padding: 10px;
    background-color: #fff;
    margin: auto;
}

.contacts-title-department {
    font-family: 'Roboto-Bold', sans-serif;
    text-align: left;
    margin-bottom: 0;
    padding-left: 40px;
}

.address-data-post {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}

.address-data-post-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.white-bg-wrap .contacts-title {
    color: #1d1d26;
    font-size: 24px;
    display: block;
    margin: 40px 0 40px 10px;
    text-align: left;
}

.white-bg-wrap .contacts-title-department {
    color: #1d1d26;
    font-size: 16px;
    font-family: "Roboto-Bold", sans-serif;
    padding: 0;
    margin-left: 10px;
}

.white-bg-wrap .address-data-post {
    color: #3462cb;
    text-decoration: underline;
    margin: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.white-bg-wrap .address-data-post:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.main-contacts-box {
    margin: 0;
}

.main-contacts-box .contacts-title {
    margin: 10px 0 20px;
}

.contacts-wrap .popup-form-inner-basket .popup-form-wrap-header .popup-form-wrap-title {
    font-size: 24px;
    font-family: "Roboto-Bold", sans-serif;
    border: none;
    text-transform: none;
}

.contacts-wrap .contacts-form-call .popup-form-wrap-header {
    border-bottom: none;
    margin-bottom: 15px;
}

.contacts-bottom-wrap {
    display: flex;
    margin: 60px 0;
}

.contacts-bottom-wrap > section {
    width: calc(100% / 3);
}

.contacts-form-call {
    margin-left: 50px;
    width: 30%;
}

.contacts-form textarea.popup-field-inner-data {
    min-height: 90px;
}

.contacts-wrap .pages-title-top {
    font-size: 48px;
    text-align: left;
}

.address-block {
    display: flex;
    justify-content: space-between;
}

.contacts-bottom-wrap .contacts-department:first-child {
    border-right: 1px solid #ccc;
    padding-right: 40px;
}

.contacts-bottom-wrap .contacts-department:not(:first-child) {
    padding-left: 60px;
}

.main-contacts-box.contacts-main .contacts-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    display: block;
    margin-top: 0;
}

.address-block-data {
    position: relative;
}

.main-contacts-box.contacts-main .address-block .phone-inner.address-block-data {
    background-color: #fff;
    color: #272731;
    padding: 20px 20px 20px 60px;
    border-radius: 10px;
    margin-left: 0;
    width: 50%;
}

.mail-inner::before,
.phone-inner::before,
.address-inner::before,
.address-block-data::before {
    content: '';
    background: url("/bitrix/templates/desktop/images/icons/sprite.png");
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -60px;
}

.address-inner::before {
    background-position: 0 -306px;
}

.phone-inner::before {
    background-position: -37px -306px;
}

.mail-inner::before {
    background-position: -89px -306px;
}

.graphic-block-data::before {
    background-position: -184px -304px;
}

.contact-mainer-address .phone-inner::before,
.contacts-inner-center .phone-inner.address-block-data::before {
    background-position: -216px -305px;
}

.contacts-inner-center .address-block-data.graphic-block-data::before {
    background-position: -141px -305px;
    left: -55px;
}

.contact-mainer-address .address-inner::before {
    background-position: -255px -305px;
}

.contacts-box .mail-inner::before {
    background-position: -285px -305px;
}

.main-contacts-box.contacts-main .address-block .phone-inner.address-block-data::before {
    background-position: -216px -305px;
    top: 30px;
    left: 5px;
}

.main-contacts-box.contacts-main .address-block .address-block-data.graphic-block-data::before {
    top: 30px;
    left: -30px;
}

.main-contacts-box.contacts-main .address-block .address-block-data.graphic-block-data {
    padding: 20px;
    margin-left: 0;
    width: 40%;
}

.contacts-inner.contacts-department .white-bg-wrap {
    box-shadow: none;
}

.contacts-inner-center,
.contacts-box {
    display: flex;
}

.contacts-inner-center {
    margin-top: 20px;
}

.contacts-box {
    margin-top: 30px;
    margin-bottom: 70px;
}

.contacts-bottom-wrap {
    flex-direction: column;
    margin: 0;
    width: 70%;
}

.contact-mainer-address,
.contacts-bottom-wrap > section {
    width: 100%;
}

.contacts-bottom-wrap .contacts-inner.contacts-department.contact-mainer-address {
    border-right: none;
    padding-top: 20px;
    padding-right: 0;
}

.contact-mainer-address .address-block > div {
    width: calc(100% / 3);
    position: relative;
    margin-left: 55px;
}

.contacts-inner-center .contact-mainer-address .address-block {
    flex-direction: row;
}

.contacts-inner-center .contacts-inner.contacts-department .contacts-title {
    margin-top: 0;
}

.contacts-inner-center .white-bg-wrap {
    padding-top: 0;
}

.wrapper .btn.btn-send-contacts {
    text-decoration: none;
    outline: none;
    background-color: #fff;
    border: 2px solid #fb0000;
    color: #fb0000;
    transition: all 0.5s;
    box-shadow: none;
}

.wrapper .btn.btn-send-contacts:hover {
    background-color: #fb0000;
    color: #fff;
}

.contacts-box .contacts-bottom-wrap .contacts-bookkeeping {
    display: flex;
    width: 100%;
    border-right: none;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.contacts-inner.contacts-department.contact-mainer-address .main-contacts-box-bottom {
    padding-bottom: 0;
}

.contacts-bottom-wrap .contacts-bookkeeping-inner .contacts-main {
    display: flex;
}

.contacts-bottom-wrap .contacts-bookkeeping-inner .contacts-main .address-block {
    flex-direction: row;
    align-items: flex-start;
}

.contacts-bottom-wrap .contacts-bookkeeping-inner .contacts-main .address-block > div {
    width: calc(100% / 3);
    position: relative;
    margin-left: 55px;
    margin-top: 0;
}

.contacts-bottom-wrap .contacts-bookkeeping-inner .address-block > div.address-block-data.graphic-block-data {
    margin-left: 0;
}

.contacts-bookkeeping-inner .address-data-info {
    margin-right: 0;
}

.contacts-form .alert {
    border: 1px solid red;
    padding: 0;
}

.contacts-bots-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    color: #292836;
    position: relative;
    margin-bottom: 100px;
}

.contacts-bots-container::before {
    content: '';
    position: absolute;
    top: 29%;
    left: 4%;
    right: -24%;
    bottom: 0;
    background: url("/about/contacts/images/bots-background.png") no-repeat;
    opacity: 1;
    z-index: -1;
}

.contacts-bots-container .contacts-bots-content {
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    max-width: 550px;
}

.contacts-bots-container .contacts-bots-content > h3 {
    align-self: flex-start;
    padding: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56.25px;
    text-align: left;
    margin: 0;
}

.contacts-bots-container .contacts-bots-card {
    padding: 40px 26px;
    box-shadow: 1px 6px 22.9px 0 #00000014;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.contacts-bots-container .contacts-bots-card > div {
    display: flex;
    gap: 39px;
}

.contacts-bots-container .contacts-bots-card > h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.contacts-bots-container .contacts-bots-card > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
}

.contacts-bots-container .contacts-bots-card > ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    padding-left: 24px;
}

.contacts-bots-container .contacts-bots-card > ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 33%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #FF0000;
}
.contacts-bots-container .contacts-bots-card figure {
    display: flex;
    flex-flow: column nowrap;
    gap: 23px;
    align-items: center;
    width: 100%;
}

.contacts-bots-container .contacts-bots-card figure img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 5px;
    padding: 3px;
    box-shadow: 1px 6px 22.9px 0 #00000014;
}

.contacts-bots-container .contacts-bots-card figure a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #FFFFFF;
    text-decoration: none;
    width: 238px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s;
}

.contacts-bots-container .contacts-bots-card figure:first-child a {
    border: 1px solid #35A5E9;
    background-color: #35A5E9;
}

.contacts-bots-container .contacts-bots-card figure:last-child a {
    border: 1px solid #7360F2;
    background-color: #7360F2;
}

@media (hover: hover) {
    .contacts-bots-container .contacts-bots-card figure:first-child a:hover {
        background-color: #FFFFFF;
        color: #35A5E9;
    }
    .contacts-bots-container .contacts-bots-card figure:last-child a:hover {
        background-color: #FFFFFF;
        color: #7360F2;
    }
}

@media screen and (max-width: 1340px) {
    .contacts-bots-container > img {
        width: 620px;
    }
}

@media screen and (max-width: 1199px) {
    .contacts-inner-center .contact-mainer-address .address-block {
        flex-direction: column;
    }

    .contact-mainer-address .address-block > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .contacts-form textarea.popup-field-inner-data {
        min-height: 290px;
    }

    .contacts-form-call {
        margin-left: 20px;
    }

    .contacts-bots-container > img {
        width: 500px;
    }
}

@media screen and (max-width: 1064px) {
    .contacts-bots-container > img {
        width: 400px;
    }
}

@media screen and (max-width: 988px) {
    .contacts-bots-container {
        flex-direction: column;
    }

    .contacts-bots-container::before {
        top: 63%;
        left: -7%;
    }

    .contacts-bots-container .contacts-bots-card figure figcaption {
        width: 100%;
    }

    .contacts-bots-container .contacts-bots-card figure a {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .contacts-bots-container .contacts-bots-content > h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .contacts-bots-container .contacts-bots-card {
        gap: 17px;
    }

    .contacts-bots-container .contacts-bots-card figure img {
        display: none;
    }

    .contacts-bots-container::before {
        top: 63%;
        left: -189%;
    }
}
/* End */


/* Start:/bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713*/
.main-block-subscribe {
    background: url('/bitrix/components/av/mailing.subscription/templates/desktop/../.default/images/wave.svg') no-repeat 9% 34%,
    linear-gradient(140.46deg, #2C2C38 20.67%, #3A3B50 80.89%);
    border-radius: 5px;
    margin-top: 30px;
}

.main-block-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 44px 83px;
}

.main-block-success {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 31px 0;
}

.main-block-success > h5 {
    color: #fff;
    font-size: 24px;
}

.main-block-action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.main-block-subscribe-data {
    display: flex;
    flex-wrap: wrap;
    width: 366px;
    position: relative;
}

.main-block-subscribe-data > [data-clear-btn] {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.subscribe-title {
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: max-content;
}

.subscribe-title > h4 {
    display: block;
    font-size: 24px;
    text-align: left;
    color: inherit;
}

.subscribe-title > p {
    display: block;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 0;
}

.input-email-subscribe {
    text-indent: 10px;
    color: #999;
    font-size: 14px;
}

.main-block-subscribe .btn-subscribe {
    background-color: #ff0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 13px 45px;
    border-radius: 5px;
    min-width: 238px;
    height: 45px;
}

@media (hover: hover) {
    .main-block-subscribe .btn-subscribe:hover {
        background-color: #CD0000;
    }
}

.message-subscribe {
    display: none;
    /*margin: 10px;*/
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.3px;
    width: 100%;
}

.message-subscribe {
    display: none;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 52px;
}

/*.message-subscribe.active {*/
/*    display: flex;*/
/*}*/

.message-subscribe > span {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63398 0.5C8.01888 -0.166667 8.98112 -0.166667 9.36602 0.5L16.7272 13.25C17.1121 13.9167 16.631 14.75 15.8612 14.75H1.13878C0.368984 14.75 -0.112141 13.9167 0.272759 13.25L7.63398 0.5Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.message-subscribe > p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0;
}

.main-block-subscribe-data .input-email-subscribe {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #FFFFFF;
    padding-left: 10px;
    color: #292836;
}

.main-block-subscribe-data .input-email-subscribe.invalid {
    border: 1px solid #CD0000;
    background-color: #FFEEEE;
}

.mail-form-captcha {
    margin-left: 25px;
    transform: scale(0.7);
    transform-origin: 0;
}

@media screen and (max-width: 1440px) {
    .main-block-action {
        flex-direction: column;
        gap: 30px;
    }
    .subscribe-title > p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .main-block-action-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .main-block-subscribe-data {
        width: 100%;
    }
    .main-block-subscribe .btn-subscribe {
        min-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .main-block-action-wrapper {
        gap: 26px;
    }
    .main-block-action {
        gap: 20px;
        padding: 20px 15px;
    }
    .subscribe-title > h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
    }
    .subscribe-title > p {
        font-size: 12px;
        line-height: 14.06px;
    }
    .message-subscribe {
        top: 47px;
    }
    .main-block-success > h5 {
        font-size: 20px;
        text-align: center;
    }
}

/* End */
/* /about/contacts/css/desktop.css?174773502815341 */
/* /bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713 */
