

/* Start:/local/css/partners/partners.css?17702916748503*/
body {
    color: white;
    font-family: "HelveticaNeueCyr";
}

.l-content {
    overflow: hidden;
}

.b-page-title {
    display: none;
}

.top-banner-partners {
    transform: translateX(calc((100vw - 1290px) / -2));
    width: 100vw;
    background: url("/local/css/partners/img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-banner-content {
    max-width: 1330px;
    margin: 0 auto;
    padding: 113px 20px 120px;
}

.banner-content-text p {
    padding-bottom: 10px;
}

.banner-content-text p {
    margin: 0;
    font-size: 46px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.92px;
    text-transform: uppercase;
    text-align: left;
    color: white;
}

.banner-content-text p:last-child {
    font-style: italic;
}

.banner-content-text {
    margin-bottom: 13px;
}

.btn-become-an-author {
    border: none;
    border-radius: 4px;
    background-color: #983298;
    /* font-family: 'PT Root UI'; */
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    padding: 14.5px 19px;
    transition: all 0.2s;
    z-index: 2;
}

.btn-become-an-author:hover {
    background-color: #983298d7;
    transition: all 0.2s;
}

.who-are-we-wrapper {
    padding: 80px 0;
}

.who-are-we-content {
    display: flex;
    gap: 20px;
}

.who-are-we-item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.item-img {
    border-radius: 12px;
    max-height: 430px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.item-img img {
    background-position: center;
    background-size: cover;
    width: 635px;
    border-radius: 12px;
}

.title-section {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    z-index: 2;
}

.who-are-we-description p {
    margin-top: 0;
    margin-bottom: 21px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
}

.item-block-text {
    padding-top: 24px;
    padding-right: 19px;
}

.we-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.we-offer::before {
    content: "";
    position: absolute;
    left: calc((100vw - 1290px) / -2);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #343840;
}

.we-offer-block {
    z-index: 2;
}

.we-offer,
.how-it-works {
    padding: 80px 0;
}

.we-offer-btn,
.btn-how-it-works {
    padding: 18.5px 24.2px;
    z-index: 2;
}

.how-it-works-description {
    margin-bottom: 32px;
}

.btn-how-it-works {
    max-width: 144px;
}

.how-it-works-description ol {
    margin-top: 0;
    margin-top: 0;
    padding-left: 27px;
}

.how-it-works-description ol li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 11px;
}

.how-it-works-text {
    max-width: 635px;
    padding-top: 12px;
}

.how-it-works-item {
    max-height: 430px;
}

.conditions {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    justify-content: center;
}

.conditions-item {
    min-width: calc(50% - 10px);
}

.conditions-description ul {
    margin: 0;
    padding-left: 26px;
}

.conditions-description ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    margin-bottom: 8px;
}

.conditions-description ul li div {
    display: flex;
    align-items: center;
}

.conditions-description ul li .text-shadow {
    color: #7c8494;
}

.conditions-text {
    max-width: 635px;
    padding-top: 47px;
    padding-right: 0;
}

.conditions-description ul li svg {
    transform: translate(0, 5px);
}

.ask-icon {
    width: 20px;
    height: 20px;
    background-image: url("/local/css/partners/img/ask.svg");
    display: block;
    margin-left: 5px;
}

.conditions-item.item-img {
    max-height: 435px;
}

.gradient-block {
    border-radius: 8px;
    background: linear-gradient(45deg, #739 0%, #939 26.56%, #f31c43 85.75%, #f3501c 100%);
    overflow: hidden;
    padding: 39px 40px 40px;
    margin-bottom: 80px;
}

.gradient-block-text {
    max-width: 670px;
    margin: 0 auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners-block {
    flex-wrap: wrap;
}

.partners-block div:not(.logo-partners),
.partners-block {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    gap: 40px;
}


.main-user-consent-request-announce-link {
    color: white;
}

.partners-block .logo-partners {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 32px);
    min-width: 100px;
}

.partners-btn {
    padding: 19px 25px;
}

body.arcticmodal-container {
    overflow: hidden !important;
}
@media (max-width: 500px) {
    .partners-block{
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
}
/* ------------------------------------------------------------------------------------------------------------ */
@media (max-width: 1330px) {
    .we-offer::before {
        left: -20px;
        width: 200vw;
    }

    .top-banner-partners {
        transform: translateX(-8px);
        width: 100vw;
    }
}

@media (max-width: 767px) {
    .we-offer {
        align-items: flex-start;
        justify-content: center;
    }

    .we-offer,
    .how-it-works {
        padding: 40px 0;
    }

    .conditions,
    .gradient-block {
        margin-bottom: 40px;
    }

    .top-banner-content {
        padding: 60px 20px;
    }

    .banner-content-text p {
        font-size: 32px !important;
    }

    .title-section {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .who-are-we-description p,
    .how-it-works-description ol li,
    .conditions-description ul li,
    .gradient-block-text {
        font-size: 16px;
    }
}

.m-box-modal {
    background-color: #41454d !important;
}

.m-box-modal .b-content-ajax {
    padding: 0 40px 0 40px !important;
}

.b-register-form_item input[type="text"],
.b-register-form_item input[type="tel"],
.b-register-form_item input[type="email"] {
    background-color: white;
    color: black;
}

.b-register-form_label {
    color: white;
}

.partners-modal-form-title {
    color: white;
}

.form-is-auorise {
    color: white;
}

.form-user-agreement {
    color: white;
}

.box-modal_close::after,
.box-modal_close::before {
    background-color: #fff !important;
}

.box-modal__title,
.b-message-form__subtitle,
.b-message-form_item_text label,
.b-message-form_item_dropdown label,
.b-message-form_item_checkbox label,
.b-message-form_item_checkbox label a,
.b-message-form_item_checkbox p,
.b-message-form_phone p,
.b-message-form_submit p,
.b-message-form_phone p a {
    color: white;
}

.b-message-form_item_text input {
    background-color: #fff !important;
    color: black !important;
}

.b-message-form_submit-holder {
    margin-bottom: 40px;
}

@media (max-width: 1025px) {
    .who-are-we-content,
    .conditions {
        flex-direction: column;
        align-items: center;
    }

    .conditions-item {
        order: 1;
    }

    .who-are-we-item {
        width: auto;
    }
}

@media (max-width: 603px) {
    .we-offer-item {
        min-width: 281px;
        width: 100% !important;
    }
}

@media (max-width: 601px) {
    .we-offer::before {
        left: -13px;
    }

    .we-offer-title {
        text-align: center;
        width: 100%;
    }
    .we-offer-block {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 342px) {
    .banner-content-text p {
        font-size: 31px !important;
    }
}

/* End */


/* Start:/local/templates/template.main/components/ma/news.list/offers/style.css?1770291674669*/
.we-offer-block {
	display: flex;
	gap: 40px 20px;
	margin-bottom: 20.5px;
	flex-wrap: wrap;
	color: #FFF;
}

.we-offer-item {
	width: calc(50% - 10px);
}

.we-offer-top-line {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.we-offer-item-icon {
	width: 64px;
	height: 64px;
	overflow: hidden;
}

.we-offer-item-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.24px;
	text-transform: none;
}

.we-offer-item-text {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
/* End */
/* /local/css/partners/partners.css?17702916748503 */
/* /local/templates/template.main/components/ma/news.list/offers/style.css?1770291674669 */
