

/* Start:/local/templates/sb2018/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?176476998648958*/
.share {
    margin-bottom: 20px;
    padding: 45px 30px 25px;
    background-color: #eef2f5;
}
.share__title {
    font-family: 'thin', Helvetica, sans-serif;
    font-size: 25px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 25px;
}
.share__block {
    position: relative;
}
.ya-share2__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ya-share2__item {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px;
    min-width: 155px;
}
.ya-share2__item:last-child {
    margin-right: 0;
}
.ya-share2__btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ya-share2__social {
    position: relative;
    display: table-cell;
    width: 90px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
}
.ya-share2__social-icon {
    fill: #fff;
    fill-rule: evenodd;
}
.ya-share2__social--vk {
    background-color: #5075a5;
}
.ya-share2__social--fb {
    background-color: #3c5998;
}
.ya-share2__social--g {
    background-color: #e84724;
}
.ya-share2__social--tw {
    background-color: #35b3e7;
}
.ya-share2__counter {
    font-family: 'thin', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 45px!important;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    position: absolute;
    right: -59px;
    top: 0;
}
.ya-share2__counter:before {
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -8px;
    content: '';
    border-top: 8px solid transparent;
    border-right: 8px solid #e2e2e2;
    border-bottom: 8px solid transparent;
    display: none;
}
.ya-share2__counter:after {
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -8px;
    content: '';
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
}

.ya-share2__icon {
}
.ya-share2__badge {
    width: 90px;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: inherit;
}
#vk_comments,
#vk_comments iframe,
.wcomments_page,
#vk_groups,
#vk_groups iframe,
#main > div {
    width: 100% !important;
}


@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
.privacy-policy-block{margin-top:15px;}
.privacy-policy-block, .privacy-policy-block a{color:#000;}


/* NEW STYLE FIGMA */

.section--article .article__cke,
.section--article .article__cke p,
.section--article .article__cke div:not(.article-banner):not(.article-banner__title):not(.article-banner__subtitle):not(.article-banner__text){
    line-height: 34px !important;
    font-size: 18px !important;
    color: #000000;
}
.section--article img {
    text-align: center;
    margin: 42px auto;
    display: block;
    height: auto;
}
/*.section--article .article__cke p,
.section--article h3,
.section--article h4,
.section--article blockquote,
.section--article ol,
.section--article ul,
.section--article .article__cke div*/
.section--article .article__cke
{
    max-width: 689px;
    margin: 0 auto;
}

.section--article ol,
.section--article ul
{
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
    margin-bottom: 48px;
}
.section--article ol li::before {
    content: counter(num) '.'; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    color: #959595;
    position:absolute;
    left: -20px;
    line-height: 38px;
    font-size: 18px;
    mix-blend-mode: normal;
   }

.section--article ul
{
    list-style-type: none;
}
.section--article ul li::before {
    content: '—';
    line-height: 32px;
    font-size: 18px;
    color: #EB016E;
    position:absolute;
    left: 0px;
   }

.section--article ol li,
.section--article ul li
{
    line-height: 34px !important;
    font-size: 18px !important;
    color: #000000 !important;
    position:relative;
    margin: 16px 0 !important;
}
.section--article ol li
{
    padding-left: 18px !important;
}
.section--article ul li
{
    padding-left: 40px !important;
}

.section_btn {
    margin: 15px 0;
}
.btn_modal_request_crm {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 243px;
    min-height: 56px;
    height: inherit;
    padding: 18px 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    word-break: normal;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: #eb006e;
}
.btn_modal_request_crm:hover {
    background-color: #F14A98FF;
}

.article-banner.article-banner__clear {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 21% 0 0 0;
    border-radius: 0;
}
.article-banner__clear .article-banner__inner {
    background: transparent;
    border-radius: 0;
}


.section--article h1,
.section--article h2,
.section--article h3,
.section--article h4,
.section--article h5,
.section--article h6 {
    margin-top: 40px;
    margin-bottom: 15px;
}

@media (max-width: 1439px) {
    .section--article h1,
    .section--article h2,
    .section--article h3,
    .section--article h4,
    .section--article h5,
    .section--article h6 {
        margin-top: 30px;
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) {
    .section--article h1,
    .section--article h2,
    .section--article h3,
    .section--article h4,
    .section--article h5,
    .section--article h6 {
        margin-top: 20px;
        margin-bottom: 8px;
    }
}


.section--article h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    letter-spacing: -0.01em;
}
@media (max-width: 1439px) {
    .section--article h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .section--article h1 {
        font-size: 34px;
    }
}

.section--article h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    width: 90%;
}
@media (max-width: 1439px) {
    .section--article h2 {
        font-size: 38px;
        width: 75%;
    }
}
@media (max-width: 1439px) {
    .section--article h2 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section--article h2 {
        font-size: 30px;
    }
}

.section--article h3 {
    font-size: 32px;
    line-height: 140%;
}
@media (max-width: 1439px) {
    .section--article h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .section--article h3 {
        font-size: 24px;
    }
}

.section--article h4 {
    font-size: 26px;
    line-height: 140%;
}
@media (max-width: 1439px) {
    .section--article h4 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .section--article h4 {
        font-size: 20px;
    }
}

.section--article h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
}
@media (max-width: 1439px) {
    .section--article h5 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .section--article h5 {
        font-size: 18px;
    }
}

.section--article h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}
@media (max-width: 1439px) {
    .section--article h6 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .section--article h6 {
        font-size: 14px;
    }
}





.section--article .article__cke blockquote:before {
    content: "“";
    line-height: 76px;
    font-size: 60px;
    letter-spacing: -1.83333px;
    color: #EB016E;
    position: absolute;
    left: 17px;
    font-weight: 700;
}

.section--article .article__cke blockquote,
.section--article .article__cke blockquote p {
    line-height: 36px !important;
    font-size: 22px !important;
    color: #959595 !important;
    mix-blend-mode: normal;
    padding: 42px 30px 30px 76px;
    position: relative;
}
.section--article .article__cke blockquote p {
    padding: 0 !important;
}
.section--article .article__cke blockquote small {
    margin-top: 21px;
    color: #2B2B2B !important;
    display: inline-block;
}
.section--article p.p-big {
    line-height: 40px !important;
    font-size: 30px !important;
    letter-spacing: -1.1px;
    color: #2B2B2B !important;
    margin: 28px 0 15px;
}
.section--article p {
    margin-bottom: 20px;
}
.section--article .bit-circle {
    text-align: center;
}
.section--article .bit-circle i {
    width: 8px;
    height: 8px;
    background-color: #E6E6E6;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
}
.section--article .bit-circle i.active {
    background-color:#EB016E;
}

@media screen and (min-width: 1024px){
    .section--article > .container {
        padding-right: 0% !important;
    }
}

/*article-banner*/

.article-banner{
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding: 22px 24px 19px 35px;
    background-color: #eb006e;
    border-radius: 12px;
    -webkit-box-shadow: 0 12px 46px rgb(235 0 110 / 40%);
    box-shadow: 0 12px 46px rgb(235 0 110 / 40%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.article-banner__inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 0 110 / 70%);
    border-radius: 12px;
    z-index: -1;
}

.article-banner__title{
    display: block;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-banner__subtitle{
    display: block;
    font-weight: 700;
    letter-spacing: 0.05px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-banner__text{
    display: block;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: -0.15px;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-banner__title:hover,
.article-banner__subtitle:hover,
.article-banner__text:hover{
    color: #dcdcdc !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-banner__button{
    float: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: start;
    min-width: 170px;
    min-height: 46px;
    padding: 12px 14px 8px 14px;
    font-size: 16px;
    line-height: 1.4;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #2b2b2b !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-banner__button:hover,
.article-banner__button:focus{
    color: #FFFFFF !important;
    background: transparent !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.article-banner__button-arrow{
    margin-left: 0.5em;
    font-size: 18px !important;
    margin-top: -2px;
}

.article-banner__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 31px;
}

.article-banner__col{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2em;
}
.article-banner__col:last-child{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 767px){
    .article-banner {
        padding: 22px 24px 27px 35px;
    }
    .article-banner__title {
        font-size: 21px;
        line-height: 32px;
    }
    .article-banner__row{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .article-banner__col{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .article-banner__col:last-child{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-top: 0.5em;
    }
    .article-banner__button{
        float: none;
        min-width: 182px;
        min-height: 40px;
    }
}

/* form */
.blog-page .modal--call .modal__close-btn:hover svg {
    fill: #eb006e; }
.blog-page .modal--active {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.blog-page .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    pointer-events: none;
    -ms-overflow-style: none;
    scrollbar-width: none; }
.blog-page .modal::-webkit-scrollbar {
    display: none; }
.blog-page .modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 40px; }
@media (max-width: 767px) {
    .blog-page .modal__wrapper {
        padding: 60px 16px; } }
.blog-page .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
.blog-page .modal__content {
    position: relative;
    width: 600px;
    padding: 40px;
    background-color: #ffffff; }
@media (max-width: 767px) {
    .blog-page .modal__content {
        width: 100%;
        padding: 20px; } }
.blog-page .modal__close-btn {
    position: absolute;
    top: 15px;
    right: 15px; }
.blog-page .modal--responsive .modal__content {
    width: 100%; }
.blog-page .modal--fit-content .modal__content {
    width: auto; }
@media (max-width: 767px) {
    .blog-page .modal--fit-content .modal__content {
        width: 100%; } }
.blog-page .modal--no-scale {
    -webkit-transform: none;
    transform: none; }
.blog-page .modal--preload {
    display: none; }
.blog-page .modal--active {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
.blog-page .modal .modal__close-btn svg {
    width: initial;
    height: initial;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
.blog-page .modal--call .modal__close-btn:hover svg {
    fill: #eb006e; }

.blog-page .form-order.form-order--modal {
    padding-top: 0;
    margin-bottom: 0; }
.blog-page .form-order.form-order--modal .form-order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.blog-page .form-order.form-order--modal .form-order__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
.blog-page .form-order.form-order--modal .form-order__text b {
    width: 80%; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text b {
        margin-bottom: 0; } }
.blog-page .form-order.form-order--modal .form-order__text p {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 40px; }
@media (max-width: 1439px) {
    .blog-page .form-order.form-order--modal .form-order__text p {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text p {
        margin-bottom: 0;
        width: 95%; } }
@media (max-width: 1439px) {
    .blog-page .form-order.form-order--modal .form-order__text {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text {
        margin-bottom: 20px; } }
.blog-page .form-order.form-order--modal .form-order__wrapper {
    width: 100%; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__wrapper {
        margin-top: 0; } }
.blog-page .form-order.form-order--modal .form-order__wrap {
    margin-top: 40px; }
@media (max-width: 1023px) {
    .blog-page .form-order.form-order--modal .form-order__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px; } }
@media (max-width: 1023px) {
    .blog-page .form-order.form-order--modal .form-order__button {
        margin-top: 0; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__button {
        margin-top: 20px; } }
.blog-page .form-order.form-order--modal .form-order__input {
    padding: 0; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input {
        min-height: 60px;
        z-index: 3;
        position: relative; } }
.blog-page .form-order.form-order--modal .form-order__input input {
    padding: 25px 24px 10px;
    position: relative;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
.blog-page .form-order.form-order--modal .form-order__input label {
    z-index: 1;
    cursor: pointer;
    line-height: 0;
}
/*.blog-page .input_text__label {*/
/*    height: unset;*/
/*    padding: inherit;*/
/*}*/
/*.blog-page .input_text--filled .input_text__label {*/
/*    padding-top: 0;*/
/*}*/
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input label {
        font-size: 14px;
        line-height: 16px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input--value input ~ label {
        font-size: 12px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px); } }
.blog-page .form-order.form-order--modal .form-order__input--value input {
    z-index: 1;
    opacity: 1; }
.blog-page .form-order.form-order--modal .form-order__input.input_text--filled:not(.error) input,
.blog-page .form-order.form-order--modal .form-order__input input:focus {
    z-index: 1;
    opacity: 1; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input input:focus ~ label {
        font-size: 12px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px); } }



.blog-page section.form-order--modal {
    padding-top: 0; }
.blog-page section.form-order {
    padding-top: 115px; }
@media (max-width: 1439px) {
    .blog-page section.form-order--store {
        padding-top: 102px; } }
@media (max-width: 1023px) {
    .blog-page section.form-order--store {
        padding-top: 76px; } }
@media (max-width: 767px) {
    .blog-page section.form-order--store {
        padding-top: 58px; } }
.blog-page section.form-order--prices {
    margin-bottom: 85px;
    padding-top: 85px; }
@media (max-width: 1439px) {
    .blog-page section.form-order--prices {
        margin-bottom: 60px;
        padding-top: 70px; } }
@media (max-width: 1023px) {
    .blog-page section.form-order--prices {
        margin-bottom: 40px;
        padding-top: 45px; } }
@media (max-width: 767px) {
    .blog-page section.form-order--prices {
        margin-bottom: 40px;
        padding-top: 27px; } }
.blog-page section.form-order--design {
    padding-top: 110px;
    padding-bottom: 110px; }
@media (max-width: 1439px) {
    .blog-page section.form-order--design {
        padding-top: 100px;
        padding-bottom: 10px; } }
@media (max-width: 1023px) {
    .blog-page section.form-order--design {
        padding-top: 75px; } }
.blog-page section.form-order--support {
    padding-top: 125px;
    padding-bottom: 110px; }
@media (max-width: 1439px) {
    .blog-page section.form-order--support {
        padding-top: 100px;
        padding-bottom: 10px; } }
@media (max-width: 1023px) {
    .blog-page section.form-order--support {
        padding-top: 75px; } }
@media (max-width: 767px) {
    .blog-page section.form-order--support {
        padding-top: 34px; } }
.blog-page section.form-order--modal {
    padding-top: 0; }


@media (max-width: 1439px) {
    .blog-page .form-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
        padding-top: 100px; } }

@media (max-width: 1023px) {
    .blog-page .form-order {
        padding-top: 77px; } }

@media (max-width: 767px) {
    .blog-page .form-order {
        padding-top: 59px; } }

.blog-page .form-order .form-order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.blog-page .form-order form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.blog-page .form-order .form-order__row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__row1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
.blog-page .form-order .form-order__row1 .form-order__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__row1 .form-order__input {
        width: 100%; } }

.blog-page .form-order .form-order__input {
    position: relative;
    width: 100%;
    min-height: 82px;
    padding: 0 24px;
    padding-top: 42px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #d8d8d8; }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__input {
        width: 100%;
        margin-bottom: -1px; } }
.blog-page .form-order .form-order__input:first-child {
    border-right: none; }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__input:first-child {
        border: 1px solid #d8d8d8; } }
.blog-page .form-order .form-order__input input {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    border: none;
    outline: none; }
.blog-page .form-order .form-order__input.input_text--filled input ~ label,
.blog-page .form-order .form-order__input input:focus ~ label {
    font-size: 14px;
    line-height: 16.21px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
.blog-page .form-order .form-order__input--value input ~ label {
    font-size: 14px;
    line-height: 16.21px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
.blog-page .color-black {
    color: #000000 !important; }

.blog-page .form-order label {
    position: absolute;
    top: 55%;
    left: 24px;
    font-size: 16px;
    line-height: 18.53px;
    color: #727173;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.blog-page .form-order .form-order__brief {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 58px;
    font-size: 16px;
    line-height: 18.53px;
    color: #2b2b2b;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__brief {
        margin-top: 27px;
        margin-bottom: 22px;
        padding-left: 55px;
        font-size: 14px;
        line-height: 20px; } }
.blog-page .form-order .form-order__brief:hover, .blog-page .form-order .form-order__brief:focus {
    opacity: 0.6; }
.blog-page .form-order .form-order__brief:active {
    opacity: 0.3; }
.blog-page .form-order .form-order__brief svg {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 31px;
    height: 37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.blog-page .form-order .form-order__textarea {
    position: relative;
    width: 100%; }
.blog-page .form-order .form-order__textarea label {
    top: 45px;
    left: 25px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.blog-page .form-order .form-order__textarea--value textarea ~ label {
    font-size: 14px;
    line-height: 16.21px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

.blog-page .form-order textarea {
    width: 100%;
    height: 175px;
    margin-bottom: 17px;
    padding: 0 25px;
    padding-top: 34.5px;
    border: 1px solid #d8d8d8;
    outline: none; }
@media (max-width: 1439px) {
    .blog-page .form-order textarea {
        margin-bottom: 23px; } }
@media (max-width: 1023px) {
    .blog-page .form-order textarea {
        margin-bottom: 22px; } }
@media (max-width: 767px) {
    .blog-page .form-order textarea {
        margin-bottom: 5px; } }
.blog-page .form-order textarea:focus ~ label {
    font-size: 14px;
    line-height: 16.21px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

.blog-page .form-order textarea:focus:-moz-placeholder {
    color: #181818; }

.blog-page .form-order textarea:focus::-webkit-input-placeholder {
    color: #181818; }

.blog-page .form-order textarea:hover:-moz-placeholder {
    color: #181818; }

.blog-page .form-order textarea:hover::-webkit-input-placeholder {
    color: #181818; }

.blog-page .form-order .form-order__email {
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 18px; }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__email {
        margin-top: 0; } }
.blog-page .form-order .form-order__email input {
    margin-top: 10px; }

@media (max-width: 1439px) {
    .blog-page .form-order--design .form-order__text {
        margin-bottom: 47px; } }

@media (max-width: 1023px) {
    .blog-page .form-order--design .form-order__text {
        margin-bottom: 35px; } }

@media (max-width: 767px) {
    .blog-page .form-order--design .form-order__text {
        margin-bottom: 0; } }

.blog-page .form-order--design .form-order__text p {
    margin-top: 51px; }
@media (max-width: 1439px) {
    .blog-page .form-order--design .form-order__text p {
        max-width: 350px;
        margin-top: 12px;
        margin-right: 5px;
        letter-spacing: -0.11px; } }
@media (max-width: 1023px) {
    .blog-page .form-order--design .form-order__text p {
        max-width: 100%; } }
@media (max-width: 767px) {
    .blog-page .form-order--design .form-order__text p {
        margin-bottom: 0; } }

@media (max-width: 1023px) {
    .blog-page .form-order--design .form-order__text b {
        margin-bottom: 30px; } }

@media (max-width: 767px) {
    .blog-page .form-order--design .form-order__text b {
        margin-bottom: 11px; } }

@media (max-width: 767px) {
    .blog-page .form-order--design .form-order__wrapper {
        margin-top: 23px; } }

@media (max-width: 1439px) {
    .blog-page .form-order--design textarea {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
    .blog-page .form-order--design textarea {
        margin-bottom: 3px; } }

@media (max-width: 1023px) {
    .blog-page .form-order--design .form-order__brief-wrap {
        width: 100%; } }

@media (max-width: 1439px) {
    .blog-page .form-order--design .form-order__brief-wrap p {
        padding-left: 0; } }

@media (max-width: 1023px) {
    .blog-page .form-order--design .form-order__brief-wrap p {
        letter-spacing: -0.06px; } }

@media (max-width: 767px) {
    .blog-page .form-order--design .form-order__brief-wrap p {
        padding-left: 2px;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: normal; } }

@media (max-width: 1439px) {
    .blog-page .form-order--design .form-order__button {
        margin-left: 11.4%; } }

@media (max-width: 1023px) {
    .blog-page .form-order--design .form-order__button {
        margin-left: 0; } }

@media (max-width: 1439px) {
    .blog-page .form-order--prices .form-order__text {
        margin-bottom: 51px; } }

@media (max-width: 1023px) {
    .blog-page .form-order--prices .form-order__text {
        margin-bottom: 35px; } }

@media (max-width: 767px) {
    .blog-page .form-order--prices .form-order__text {
        margin-bottom: 0; } }

@media (max-width: 1023px) {
    .blog-page .form-order--prices .form-order__text b {
        margin-bottom: 30px; } }

@media (max-width: 767px) {
    .blog-page .form-order--prices .form-order__text b {
        margin-bottom: 10px; } }

.blog-page .form-order--prices .form-order__text p {
    margin-top: 50px; }
@media (max-width: 1439px) {
    .blog-page .form-order--prices .form-order__text p {
        margin-top: 10px; } }
@media (max-width: 767px) {
    .blog-page .form-order--prices .form-order__text p {
        margin-bottom: 0; } }

@media (max-width: 1439px) {
    .blog-page .form-order--prices textarea {
        margin-bottom: 17px; } }

@media (max-width: 767px) {
    .blog-page .form-order--prices textarea {
        margin-bottom: 3px; } }

@media (max-width: 1439px) {
    .blog-page .form-order--prices .form-order__button {
        margin-left: 11%; } }

@media (max-width: 1023px) {
    .blog-page .form-order--prices .form-order__button {
        margin-left: 0; } }

@media (max-width: 1439px) {
    .blog-page .form-order--support .form-order__text {
        margin-bottom: 51px; } }

@media (max-width: 1023px) {
    .blog-page .form-order--support .form-order__text {
        margin-bottom: 35px; } }

@media (max-width: 767px) {
    .blog-page .form-order--support .form-order__text {
        margin-bottom: 0; } }

@media (max-width: 1023px) {
    .blog-page .form-order--support .form-order__text b {
        margin-bottom: 30px; } }

@media (max-width: 767px) {
    .blog-page .form-order--support .form-order__text b {
        margin-bottom: 10px; } }

.blog-page .form-order--support .form-order__text p {
    margin-top: 50px; }
@media (max-width: 1439px) {
    .blog-page .form-order--support .form-order__text p {
        margin-top: 10px; } }
@media (max-width: 767px) {
    .blog-page .form-order--support .form-order__text p {
        margin-bottom: 0; } }

@media (max-width: 1439px) {
    .blog-page .form-order--support textarea {
        margin-bottom: 17px; } }

@media (max-width: 767px) {
    .blog-page .form-order--support textarea {
        margin-bottom: 3px; } }

@media (max-width: 1439px) {
    .blog-page .form-order--support .form-order__button {
        margin-left: 11%; } }

@media (max-width: 1023px) {
    .blog-page .form-order--support .form-order__button {
        margin-left: 0; } }

.blog-page .form-order.form-order--modal {
    padding-top: 0;
    margin-bottom: 0; }
.blog-page .form-order.form-order--modal .form-order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.blog-page .form-order.form-order--modal .form-order__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
.blog-page .form-order.form-order--modal .form-order__text b {
    width: 80%; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text b {
        margin-bottom: 0; } }
.blog-page .form-order.form-order--modal .form-order__text p {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 40px; }
@media (max-width: 1439px) {
    .blog-page .form-order.form-order--modal .form-order__text p {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text p {
        margin-bottom: 0;
        width: 95%; } }
@media (max-width: 1439px) {
    .blog-page .form-order.form-order--modal .form-order__text {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text {
        margin-bottom: 20px; } }
.blog-page .form-order.form-order--modal .form-order__wrapper {
    width: 100%; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__wrapper {
        margin-top: 0; } }
.blog-page .form-order.form-order--modal .form-order__wrap {
    margin-top: 40px; }
@media (max-width: 1023px) {
    .blog-page .form-order.form-order--modal .form-order__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px; } }
@media (max-width: 1023px) {
    .blog-page .form-order.form-order--modal .form-order__button {
        margin-top: 0; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__button {
        margin-top: 20px; } }
.blog-page .form-order.form-order--modal .form-order__input {
    padding: 0; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input {
        min-height: 60px;
        z-index: 3;
        position: relative; } }
.blog-page .form-order.form-order--modal .form-order__input input {
    padding: 25px 24px 10px;
    position: relative;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
.blog-page .form-order.form-order--modal .form-order__input label {
    z-index: 1;
    cursor: pointer;
    line-height: 0; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input label {
        font-size: 14px;
        line-height: 16px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input--value input ~ label {
        font-size: 12px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px); } }
.blog-page .form-order.form-order--modal .form-order__input--value input {
    z-index: 1;
    opacity: 1; }
.blog-page .form-order.form-order--modal .form-order__input.input_text--filled:not(.error) input,
.blog-page .form-order.form-order--modal .form-order__input input:focus {
    z-index: 1;
    opacity: 1; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input input:focus ~ label {
        font-size: 12px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px); } }

.blog-page .form-order .form-order__text {
    width: 40%; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 35px; } }
@media (max-width: 1023px) {
    .blog-page .form-order .form-order__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 33px; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__text {
        margin-bottom: -2px; } }
.blog-page .form-order .form-order__text span {
    color: #eb006e; }
.blog-page .form-order .form-order__text b {
    display: block;
    width: 100%;
    font-size: 42px;
    line-height: 56px; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__text b {
        width: 50%;
        margin-bottom: -4px;
        font-size: 38px;
        line-height: 52px; } }
@media (max-width: 1023px) {
    .blog-page .form-order .form-order__text b {
        width: 70%;
        margin-bottom: 22px; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__text b {
        width: 100%;
        font-size: 24px;
        line-height: 36px; } }
.blog-page .form-order .form-order__text p {
    width: 72%;
    margin-top: 46px; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__text p {
        width: 40%;
        margin: 0;
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px; } }
@media (max-width: 1023px) {
    .blog-page .form-order .form-order__text p {
        width: 100%;
        margin-top: 8px;
        padding-right: 6%;
        letter-spacing: -0.1px; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__text p {
        margin-top: 2px;
        margin-bottom: 5px;
        padding-right: 0;
        font-size: 14px;
        line-height: 20px; } }
.blog-page .form-order .form-order__text a {
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
.blog-page .form-order .form-order__text a:hover, .blog-page .form-order .form-order__text a:focus {
    border-bottom: 1px solid #181818; }
.blog-page .form-order .form-order__text a:active {
    opacity: 0.3; }

.blog-page .form-order .form-order__wrapper {
    width: 57.5%;
    margin-top: -3px; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__wrapper {
        width: 100%; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__wrapper {
        margin-top: 28px; } }

.blog-page .form-order .form-order__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__wrap {
        width: 100%; } }
@media (max-width: 1023px) {
    .blog-page .form-order .form-order__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__wrap {
        width: 100%; } }

.blog-page .form-order .form-order__brief-wrap {
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.blog-page .form-order .form-order__brief-wrap span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__brief-wrap {
        width: 50%;
        padding-right: 20px; } }
@media (max-width: 1023px) {
    .blog-page .form-order .form-order__brief-wrap {
        width: 100%;
        padding: 0; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__brief-wrap {
        padding-right: 5px; } }

.blog-page .form-order .form-order__agreement {
    margin-top: 0;
    padding-left: 3px;
    font-size: 12px;
    line-height: 15px;
    color: #727173; }
@media (max-width: 1439px) {
    .blog-page .form-order .form-order__agreement {
        width: 100%;
        letter-spacing: -0.15px; } }
@media (max-width: 1023px) {
    .blog-page .form-order .form-order__agreement {
        width: 100%; } }
@media (max-width: 767px) {
    .blog-page .form-order .form-order__agreement {
        padding-left: 0;
        font-size: 11px;
        line-height: 16px; } }

.blog-page .form-order .btn.form-order__button {
    min-height: 74px; }
@media (max-width: 1439px) {
    .blog-page .form-order .btn.form-order__button {
        margin-left: 10.5%; } }
@media (max-width: 1023px) {
    .blog-page .form-order .btn.form-order__button {
        width: 245px;
        margin-top: 27px;
        margin-left: 0;
        font-size: 16px !important;
        line-height: 18.53px !important; } }
@media (max-width: 767px) {
    .blog-page .form-order .btn.form-order__button {
        min-height: 60px;
        margin-top: 11px; } }

.blog-page section.form-order--modal {
    padding-top: 0; }

.blog-page .form-order.form-order--modal {
    padding-top: 0;
    margin-bottom: 0; }
.blog-page .form-order.form-order--modal .form-order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.blog-page .form-order.form-order--modal .form-order__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
.blog-page .form-order.form-order--modal .form-order__text b {
    width: 80%; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text b {
        margin-bottom: 0; } }
.blog-page .form-order.form-order--modal .form-order__text p {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 40px; }
@media (max-width: 1439px) {
    .blog-page .form-order.form-order--modal .form-order__text p {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text p {
        margin-bottom: 0;
        width: 95%; } }
@media (max-width: 1439px) {
    .blog-page .form-order.form-order--modal .form-order__text {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__text {
        margin-bottom: 20px; } }
.blog-page .form-order.form-order--modal .form-order__wrapper {
    width: 100%; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__wrapper {
        margin-top: 0; } }
.blog-page .form-order.form-order--modal .form-order__wrap {
    margin-top: 40px; }
@media (max-width: 1023px) {
    .blog-page .form-order.form-order--modal .form-order__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px; } }
@media (max-width: 1023px) {
    .blog-page .form-order.form-order--modal .form-order__button {
        margin-top: 0; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__button {
        margin-top: 20px; } }
.blog-page .form-order.form-order--modal .form-order__input {
    padding: 0; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input {
        min-height: 60px;
        z-index: 3;
        position: relative; } }
.blog-page .form-order.form-order--modal .form-order__input input {
    padding: 25px 24px 10px;
    position: relative;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
.blog-page .form-order.form-order--modal .form-order__input label {
    z-index: 1;
    cursor: pointer;
    line-height: 0; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input label {
        font-size: 14px;
        line-height: 16px; } }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input--value input ~ label {
        font-size: 12px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px); } }
.blog-page .form-order.form-order--modal .form-order__input--value input {
    z-index: 1;
    opacity: 1; }
.blog-page .form-order.form-order--modal .form-order__input.input_text--filled:not(.error) input,
.blog-page .form-order.form-order--modal .form-order__input input:focus {
    z-index: 1;
    opacity: 1; }
@media (max-width: 767px) {
    .blog-page .form-order.form-order--modal .form-order__input input:focus ~ label {
        font-size: 12px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px); } }


.author--wrapper {
    display: flex;
    max-width: 768px;
    margin-top: 60px;
    padding: 30px 0;
    background-color: #e5e5e5;
}
.author--wrapper__title {
    width: 50%;
    padding: 0 30px;
    border-right: 1px solid #e50071;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #e50071;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1em;
}
.author--wrapper__img {
    padding: 0 30px;
    display: flex;
}
.author--img {
    width: 72px;
    height: 72px;
    margin-right: 22px;
}
.author--img img {
    border-radius: 50%;
    margin: 0;
}
.author--textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author--textbox .author--textbox__fio {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 700;
    word-break: break-word;
}
.author--textbox .author--textbox__text {
    font-size: 12px;
    line-height: 16px;
}
@media (max-width: 768px) {
    .author--wrapper {
        flex-direction: column;
        padding: 30px 10px;
    }
    .author--wrapper__title {
        width: 100%;
        padding: 0 0 10px;
        border-right: none;
        border-bottom: 1px solid #e50071;
    }
    .author--wrapper__img {
        padding: 15px 0 0;
    }
}

/* End */
/* /local/templates/sb2018/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?176476998648958 */
