

/* Start:/local/templates/generator/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17585684149270*/
/* .container {
    margin-top: 200px !important;
} */

.footer_form.section-1 {
    margin-top: 120px;
}

.page__canvas {
    margin-top: 200px;
}

.preims-wr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 70px;
}

.container.preims h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

h2.brands-model-services-title {
    text-align:center;
    margin-bottom: 20px;
}

h2.brands-model-services-title br {
    display: none;
}

@media (max-width: 1200px) {
    h2.brands-model-services-title br {
        display: block;
    }
}

.preims-item {
    width: 100%;
    background: #1C1C26;
    border-radius: 30px;
    min-height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
}

.preims-item-text {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .preims-wr {
        flex-wrap: wrap;
    }
    .preims-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .preims-item {
        width: calc(100%);
    }
    .preims-item {
        min-height: 100px;
        display: flex;
        flex-direction: row;
        padding: 20px;
        border-radius: 20px;
    }
    .preims-item-img {
        width: 60px;
        min-width: 60px;
    }
    .preims-item-text {
        margin: 0px;
        padding: 0px;
        text-align: center;
        padding-left: 20px;
        font-size: 20px;
        line-height: 120%;
        width: 100%;
    }
}

.top-model-banner {
    margin: 70px 0px;
    padding: 89px 71px;
    background-color: #000;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

.top-model-banner-info h1 {
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 60px;
}

.top-model-banner-btn {
    font-family: Roboto;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    padding: 26px 118px;
    max-width: 100%;
    background: #ED1A37;
    border-radius: 8px;
    width: fit-content;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

@media (max-width: 992px) {
    .top-model-banner {
        margin: 25px 0px;
        border-radius: 5px;
        padding: 37px 35px;
        height: 250px;
    }
    .top-model-banner-info h1 {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .top-model-banner {
        width: calc(100% + 20px);
        margin-left: -10px;
        border-radius: 0px;
    }
    .top-model-banner-info h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .top-model-banner-btn {
        width: 315px;
        padding: 19px;
        text-align: center;
        border-radius: 6px;
        font-size: 18px;
    }
}

.top-model-banner-info {
    position: relative;
    z-index: 1;
}

.top-model-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.top-model-banner {
    position: relative;
    overflow: hidden;
}

.brands-full-text h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

.brands-full-text-wrapper {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
}

.brands-full-text-wrapper p {
    margin-bottom: 10px;
}

.brands-full-text-wrapper h3 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    margin-top: 25px;
}

.brands-full-text-wrapper ul {
    padding-left: 0px;
    list-style: none;
}

.brands-full-text-wrapper ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.brands-full-text-wrapper ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 10px;
    background: #1c1c26;
    left: 10px;
}

.blue_bg_text {
    padding: 29px 44px;
    background: #F1F3F8;
    border-radius: 40px;
    margin-top: 25px;
}

.blue_bg_text>h3:first-child {
    margin-top: 0px;
}

.brands-full-text {
    margin-bottom: 70px;
}

.brands-full-text-wrapper * {
    word-break: auto-phrase !important;
}

.brands-full-text-wrapper h3 {
    display: flex;
}

.brands-full-text-wrapper h3 b {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .brands-full-text h2 {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .brands-full-text h2 br {
        display: none;
    }
    .brands-full-text-wrapper {
        font-size: 14px;
        line-height: 130%;
    }
    .brands-full-text-wrapper h3 {
        margin-top: 15px;
        font-size: 16px;
    }
    .brands-full-text-wrapper ul li {
        padding-left: 20px;
    }
    .brands-full-text-wrapper ul li:before {
        left: 5px;
        top: 6px;
    }
    .blue_bg_text {
        padding: 24px 20px;
        border-radius: 30px;
    }
    .brands-full-text {
        padding: 0 20px;
    }
    .container.preims h2 {
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0%;
        width: 300px;
    }
    .brands-full-text {
        margin-bottom: 46px;
    }
    .container.preims {
        padding: 0 30px;
    }
}

.brands-model-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.brands-model-services-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 15px 32px;
    background: #F1F3F8;
    border-radius: 10px;
    align-items: center;
}

.brand-model-services-item-btn a {
    color: #fff;
    min-width: 140px;
    width: 140px;
    margin-left: 20px;
    background: #ED1A37;
    border-radius: 6px;
    display: flex;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.brand-model-services-item-name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.brand-model-services-item-price {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    height: 29px;
    min-width: 85px;
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brand-model-services-item-name {
    padding-right: 20px;
}

.brands-model-services-item.hidden_elemenets {
    display: none;
}

.brand-model-services-item-btn a:hover,
.brand-model-services-item-btn a {
    color: #fff !important;
}

.brands-model-services.show_all .brands-model-services-item.hidden_elemenets {
    display: flex;
}

.brands-model-showall {
    background: #ED1A37;
    height: 40px;
    width: 206px;
    max-width: 100%;
    margin: 0px auto;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .brands-model-services-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .brand-model-services-item-name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        margin-bottom: 15px;
    }
    .brands-model-services-item {
        border: 1px solid #D9D9D9;
        background: #fff;
        padding: 20px;
    }
    .brand-model-services-item-price {
        background: #F1F3F8;
        min-height: 40px;
        width: fit-content;
        min-width: 90px;
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0%;
        padding: 5px;
    }
    .brand-model-services-item-btn a {
        width: 190px;
        height: 40px;
        margin-left: 15px;
    }
    .brand-model-services-item-name {
        width: 100%;
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    .brands-model-services.show_all .brands-model-services-item.hidden_elemenets {
        display: flex;
    }
    .brands-model-services-item {
        width: 100%;
    }
}

@media (max-width: 374.95px) {
    .brand-model-services-item-btn a {
        width: 150px;
    }
}

.brand-model-services-item-price {
    white-space: nowrap;
}

.img-mob {
    display: none;
}

@media (max-width: 768px) {
    .img-pc {
        display: none;
    }
    .img-mob {
        display: inline;
    }
}
/* End */
/* /local/templates/generator/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17585684149270 */
