@charset "UTF-8";
.reserv-form {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 50px;
    border-top: solid 1px #3f206f;
    max-width: calc(100% - 328px)
}

@media (max-width:1199px) {
    .reserv-form {
        max-width: 350px;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .reserv-form {
        max-width: 328px;
        padding-top: 18px;
        justify-content: center
    }
}

.reserv-form-item {
    flex: 0 0 auto;
    margin-right: 10.5px;
    margin-left: 10.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width:767px) {
    .reserv-form-item {
        flex: 0 0 calc(100% - 30px);
        margin-bottom: 9px
    }
}

.reserv-form-item.-no-flex,
.reserv-title>span {
    display: block
}

.reserv-form-item.-full {
    flex: 1 0 0
}

@media (min-width:767px) and (max-width:1199px) {
    .reserv-form-item.-full {
        margin-bottom: 15px;
        flex: 0 0 100%
    }
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-form-item.-full {
        flex: 0 0 calc(100% - 30px)
    }
}

.reserv-form-item.-input {
    flex: 0 0 151px
}

@media (min-width:767px) and (max-width:1199px) {
    .reserv-form-item.-input {
        margin-bottom: 15px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-form-item.-input {
        flex: 0 0 203px
    }
}

@media (min-width:767px) and (max-width:1199px) {
    .reserv-form-item.-submit {
        flex: 0 0 321px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-form-item.-submit {
        display: flex;
        justify-content: center;
        flex: 0 0 203px;
        width: 203px
    }
}

.reserv-form-input,
.reserv-form-submit {
    display: block;
    width: 100%;
    outline: 0;
    box-sizing: border-box
}

.reserv-form-submit {
    border: 0
}

.reserv-form-input {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 13px 20px;
    font-size: 14px;
    border-radius: 50px
}

.reserv-form-title {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-form-title {
        width: 100%;
        text-align: center
    }
}

.reserv-form-detail {
    font-size: 14px;
    color: #383838;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 600
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-form-detail {
        font-size: 13px;
        width: 214px;
        display: block;
        line-height: 20px;
        text-align: center;
        margin: 0 auto
    }
    .reserv-form-detail br {
        display: block
    }
}

.reserv-form-detail br {
    display: none
}

.reserv-form-submit {
    background-color: #3f1f6e;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    padding: 15px 40px;
    background: linear-gradient(76deg, rgba(167, 106, 255, .75) 2.64%, #3f1f6e 97.36%), #3f1f6e;
    border-radius: 50px;
    font-size: 14px
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-form-submit {
        flex: 0 0 203px;
        width: 203px;
        padding: 15px 10px
    }
}

.reserv-list {
    position: relative
}

.reserv-list-current {
    display: inline-block;
    color: #3f1f6e;
    cursor: pointer;
    text-decoration: underline
}

.reserv-list-current:after,
.reserv-list-current:before {
    position: absolute;
    display: block;
    content: ''
}

.reserv-list-current:after {
    top: 0;
    right: 0;
    border-color: #3f1f6e transparent transparent;
    border-style: solid
}

.reserv-list-body {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 150px;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    background-color: #3f1f6e;
    overflow: hidden;
    z-index: 3
}

.reserv-list-body.active {
    max-height: 9999px
}

.reserv-list-item {
    padding: .6em 1em;
    color: #fff;
    cursor: pointer
}

.reserv {
    background-color: #f9f6f0
}

.reserv-box {
    box-sizing: border-box;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 383px;
    background-image: url(/bitrix/templates/anna/images/form_girl.png)
}

@media (min-width:767px) and (max-width:1199px) {
    .reserv-box {
        padding: 40px 0
    }
}

@media (min-width:767px) {
    .reserv-box {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .reserv-box {
        padding: 30px 0 258px;
        background-position: bottom center;
        background-size: 258px
    }
    .reserv-box,
    .reserv-box-main {
        max-width: 328px;
        margin-left: auto;
        margin-right: auto
    }
}

.reserv-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #383838;
    font-family: 'OpenSansBold';
    margin-bottom: 40px
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-title {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 1.2
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .reserv-title {
        font-size: 30px
    }
}

.reserv-title .reserv-list-currnet {
    font-size: 40px
}

.reserv-title .reserv-list-current:after {
    right: -30px;
    top: 15px;
    border-width: 12px 10px
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-title .reserv-list-current:after {
        right: -20px;
        top: 8px;
        border-width: 8px 7px
    }
}

.reserv-title .reserv-list-item {
    font-size: 18px
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-title .reserv-list-item {
        font-size: 14px
    }
}

.reserv-list-box {
    display: inline-block
}

.reserv-choice-box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .reserv-choice-box {
        margin-bottom: 20px;
        max-width: 350px;
        flex-direction: column;
        justify-content: center
    }
    .reserv-choice-box .reserv-free__places {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .reserv-choice-box {
        padding-top: 0;
        margin-bottom: 15px
    }
}

.reserv-master-pos {
    margin-right: 30px
}

.reserv-content {
    position: relative;
    z-index: 1
}

@media (max-width:1199px) {
    .reserv-content {
        max-width: 350px;
        text-align: center
    }
}

@media (max-width:768px) {
    .reserv-content {
        margin-left: auto;
        margin-right: auto
    }
}

.reserv-overlay {
    z-index: -1;
    background-color: #f9f9fa;
    background-size: 100px 75px;
    opacity: 0;
    transition: .3s
}

.reserv-overlay.active {
    z-index: 2;
    opacity: 1
}

.reserv-free {
    font-size: 18px;
    color: #3f1f6e;
    font-style: italic;
    margin-bottom: 35px;
    font-weight: 600
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-free {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.reserv-masters {
    font-size: 16px;
    font-weight: 600
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-masters {
        font-size: 15px;
        flex: 0 0 100%;
        margin-bottom: 35px
    }
    .reserv-masters>span {
        display: block;
        line-height: 1;
        letter-spacing: .01em;
        margin-bottom: 8px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .reserv-masters {
        margin-bottom: 20px;
        flex: 0 0 100%
    }
}

.reserv-masters .reserv-list {
    display: inline-block
}

.reserv-masters .reserv-list-current:after {
    right: -15px;
    top: 7px;
    border-width: 6px 5px
}

.reserv-masters .reserv-list-item {
    font-size: 14px
}

@media (min-width:320px) and (max-width:767px) {
    .reserv-masters .reserv-list-item {
        font-size: 12px
    }
}

.reserv .timetable {
    position: relative;
    margin-bottom: 40px
}

@media (min-width:320px) and (max-width:768px) {
    .reserv .timetable {
        margin-bottom: 35px
    }
}

.reserv-btn-wr {
    text-align: right
}

.reserv-btns .timetable-btn.active,
.reserv-btns .timetable-btn:hover,
.reserv-btns .timetable-time.free:hover {
    background-image: linear-gradient(to top, #3f206f, #915be3)
}

@media (max-width:767px) {
    .reserv-btns {
        flex: 0 0 100%;
        justify-content: center;
        flex-direction: column;
        max-width: 203px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center
    }
    .reserv-btns .timetable-btn {
        width: 203px;
        box-sizing: border-box;
        margin-bottom: 10px
    }
}

.button {
    border-radius: 25px;
    padding: 10px 15px;
    background: 0 0;
    outline: 0;
    border: 0;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600
}

.articles-list .button {
    font-family: OpenSansRegular, sans-serif;
    text-decoration: none;
    font-size: 13px
}

.item-title {
    text-decoration: none
}

.button--experts {
    background-color: #4d236e;
    color: #fff;
    font-size: 18px;
    padding: 12px 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    transition: background-color .3s ease 0s
}

.blog {
    margin: auto auto 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    background: 0 0
}

.blog .img-min {
    text-align: center
}

.blog .img-min img {
    max-width: 400px;
    height: auto
}

.blog,
.container,
.reserv-box {
    padding: 1px
}

.articles-list {
    display: block;
    width: 740px;
    box-sizing: border-box
}

@media (min-width:480px) and (max-width:800px) {
    .articles-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.articles-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 14px 30px;
    width: 100%;
    margin-bottom: 20px;
    transition: background-color .3s ease;
    box-sizing: border-box
}

@media (min-width:480px) and (max-width:800px) {
    .articles-list__item {
        width: 49%
    }
}

.articles-list__item:hover {
    background-color: #f5e5f0
}

.item-preview-image {
    display: block;
    width: 30%
}

.item-preview-image img {
    display: block;
    width: 100%
}

img {
    border-style: none
}

.item-preview-description {
    position: relative;
    top: -10px;
    width: 68%
}

.item-title {
    font-family: OpenSansBold, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    transition: color .3s ease
}

.cases-detail .title--sub a:hover,
.cases-detail-result .content-text a:hover,
.item-title:hover {
    color: #4d236e
}

.item-preview-description .content-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0
}

.articles-list .button--experts {
    padding: 6px 18px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.blog__sidebar {
    position: relative;
    width: 320px;
    padding: 0 15px
}

.blog__sidebar--new-articles h3 {
    margin: 25px 0;
    font-size: 28px;
    font-weight: 600;
    color: #3f3f3f
}

.blog__sidebar--new-articles a {
    color: #2d2d2d
}

.blog__sidebar--new-articles-item {
    width: 100%!important
}

.blog__sidebar__banners {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    transition: background-color .3s ease;
    box-sizing: border-box;
    cursor: pointer
}

.blog__sidebar .cosmetic-nav {
    width: 115%
}

.blog__sidebar .cosmetic-nav h2 {
    text-align: center;
    font-family: OpenSansRegular, sans-serif
}

.blog__sidebar .cosmetic-nav ul li {
    display: block;
    margin-bottom: 10px
}

.blog__sidebar .cosmetic-nav ul li a {
    width: 100%
}

.tags_wrap {
    border: 1px solid #4d236e;
    margin-bottom: 20px
}

.tags_title {
    padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #4d236e;
    margin: 0
}

.tags_list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tags_item {
    padding: 10px 15px;
    transition: all .3s ease-in-out
}

.art-tab.active,
.tags_item:hover {
    color: #fff;
    background-color: #4d236e
}

.tags_item a {
    color: inherit!important;
    text-decoration: none
}

.art-list__tabs,
.art-tab {
    display: flex;
    flex-wrap: wrap
}

.art-list__tabs {
    margin-bottom: 0;
    justify-content: space-between
}

.art-tab {
    align-items: center;
    justify-content: center;
    color: #4d236e;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #4d236e
}

.art-list__tab {
    flex: 0 0 43%
}

.art-list__content {
    position: relative;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #4d236e;
    border-top: 0;
    margin-bottom: 15px
}

.art-list__category.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    transition: .5s
}

.art-list__category {
    position: absolute;
    opacity: 0;
    z-index: -1;
    max-height: 430px;
    overflow: auto
}

.art-list__category::-webkit-scrollbar-button {
    background-image: url();
    background-repeat: no-repeat;
    width: 5px;
    height: 0
}

.art-list__category::-webkit-scrollbar-track {
    background-color: transparent
}

.art-list__category::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
    transition: all .3s ease
}

.art-list__category:hover::-webkit-scrollbar-thumb {
    background-color: #513292
}

.art-list__category::-webkit-resizer {
    background-image: url();
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.art-list__category::-webkit-scrollbar {
    width: 4px
}

.art-list__category a {
    color: #000;
    text-decoration: none
}

.art-preview {
    display: flex;
    margin-bottom: 15px
}

.art-preview__pic {
    flex: 0 0 70px;
    height: 70px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.art-preview__text {
    font-size: 15px;
    height: 70px;
    overflow: hidden;
    line-height: 1.2
}

.title--lined,
.title--lined-blog {
    font-family: OpenSansRegular, sans-serif;
    font-weight: 600;
    margin: 40px 0;
    font-size: 28px
}

.title--lined-blog {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px
}

.title--lined-blog::after,
.title--lined::after {
    margin: 15px auto;
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    font-size: 35px;
    background: #4d236e
}

.blog-section,
.blog-section .blueWall,
.wrapper.blog-layout {
    background: 0 0!important
}

.blog-section {
    box-shadow: none!important
}

@media screen and (max-width:810px) {
    .wrapper.blog-layout .blog-section .blueWall {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .wrapper.blog-layout .blog-section .blueWall,
    .wrapper.blog-layout .blog-section .blueWall p {
        font-size: 18px!important;
        line-height: 27px!important
    }
    .wrapper.blog-layout .blog-section .blueWall .item-title {
        font-size: 26px!important;
        line-height: 30px!important
    }
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@-webkit-keyframes timepulse {
    0%,
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes timepulse {
    0%,
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 12px;
    font-family: OpenSansRegular
}

h1 {
    font-size: 2em;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.modal.is-open,
details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: FontAwesome;
    src: url(..assets/fonts/fontawesome-webfont.eot?v=3.0.1);
    src: url(..assets/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1) format("embedded-opentype"), url(..assets/fonts/FontAwesome.otf?v=3.0.1) format("opentype"), url(..assets/fonts/fontawesome-webfont.woff?v=3.0.1) format("woff"), url(..assets/fonts/fontawesome-webfont.woff2?v=3.0.1) format("woff2"), url(..assets/fonts/fontawesome-webfont.ttf?v=3.0.1) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSansLight;
    src: url(..assets/fonts/OpenSansLight.eot);
    src: url(..assets/fonts/OpenSansLight.eot?#iefix) format("embedded-opentype"), url(..assets/fonts/OpenSans-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OpenSansItalic";
    src: url(../fonts/OpenSans-Italic.ttf);
    font-display: swap
}

@font-face {
    font-family: "OpenSansLightItalic";
    src: url(../fonts/OpenSansLightItalic.ttf);
    font-display: swap
}

@font-face {
    font-family: OpenSansRegular;
    src: url(..assets/fonts/OpenSansRegular.eot);
    src: url(..assets/fonts/OpenSansRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSansBold;
    src: url(..assets/fonts/OpenSansBold.eot);
    src: url(..assets/fonts/OpenSansBold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: RobotoSlabRegular;
    src: url(..assets/fonts/RobotoSlab-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: RobotoSlabBold;
    src: url(..assets/fonts/RobotoSlab-Bold.ttf);
    font-display: swap
}

@font-face {
    font-family: "RobotoLight";
    src: url(../fonts/Roboto-Light.ttf);
    font-display: swap
}

@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/Roboto-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/Roboto-Bold.ttf);
    font-display: swap
}

.container,
.reserv-box {
    margin: 0 auto
}

.h1-type {
    font-family: OpenSansBold;
    font-weight: 700;
    font-size: 41px;
    color: #333;
    position: relative;
    line-height: 45px;
    text-transform: uppercase
}

.h1-type:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 1.3rem;
    width: 40px;
    height: 1px;
    background: #c1c1c1
}

.overlay,
.reserv-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(21, 21, 21, .8);
    opacity: 1;
    display: flex;
    align-items: center
}

@media (min-width:768px) {
    .container,
    .reserv-box {
        width: 750px
    }
}

@media (min-width:992px) {
    .container,
    .reserv-box {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container,
    .reserv-box {
        width: 1170px
    }
}

.modal__overlay {
    z-index: 999
}

.modal .form-required.starrequired {
    display: none
}

.main-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #3f1f6e;
    background-color: transparent;
    color: #3f1f6e;
    transition: .3s;
    cursor: pointer
}

.main-btn:hover {
    border: 1px solid #3f1f6e;
    background-color: #3f1f6e;
    color: #fff
}

.main-title {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    padding-left: 70px
}

.main-title:before {
    position: absolute;
    display: block;
    content: '';
    top: 24px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #c1c1c1
}

.reserv-choice-box {
    max-width: calc(100% - 430px)
}

.reserv-free__places {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #383838
}

.reserv-free__places b {
    color: #3f1f6e;
    font-size: 16px
}

.reserv-free__places img {
    margin-left: 10px
}

.large-btn {
    font-size: 16px;
    padding: 20px 0;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    letter-spacing: 2px;
    border: 1px solid #3f1f6e
}

.large-btn.active,
.large-btn:hover {
    background-color: #3f1f6e;
    color: #fff!important
}

.top-phone .we_work {
    color: #3f1f6e;
    font-size: 10px;
    display: none;
    align-items: center
}

.top-phone .we_work::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #47cd18;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-animation: timepulse 2s ease-in-out infinite;
    animation: timepulse 2s ease-in-out infinite
}

@media (max-width:1200px) {
    .top-phone {
        text-align: center
    }
    .top-phone img {
        display: none
    }
}

.widget {
    position: fixed;
    left: -5px;
    bottom: 35px;
    width: 250px;
    z-index: 10;
    cursor: pointer
}

.widget img {
    width: 100%;
    height: auto
}

.widget-close {
    position: absolute;
    top: 14px;
    right: 10%;
    z-index: 3;
    color: red;
    font-weight: 700;
    font-size: 20px
}

.js-open-popup500-modal,
.js-open-whell-modal {
    position: fixed;
    left: 25px;
    width: 115px;
    height: 115px;
    text-align: center;
    cursor: pointer;
    z-index: 3
}

.js-open-whell-modal {
    background: linear-gradient(180deg, #8f3db6 0%, #3f236c 100%);
    border-radius: 14.8544px;
    bottom: 155px;
    box-shadow: 0 3px 0 0 #2c184a
}

.js-open-popup500-modal p,
.js-open-whell-modal p {
    font-family: 'OpenSansRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin: -12px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.js-open-popup500-modal {
    border-radius: 14px;
    background: linear-gradient(180deg, #f92bc3 0%, #8c259d 100%);
    bottom: 27px;
    box-shadow: 0 3px 0 0 #5c1967
}

.js-open-popup500-modal p {
    margin: 0
}

.js-open-popup500-modal img {
    margin-top: 5px
}

@media (max-width:800px) {
    .js-open-popup500-modal,
    .js-open-whell-modal {
        width: 71px;
        height: 71px;
        left: 9px;
        bottom: 8px
    }
    .js-open-popup500-modal {
        left: 82px
    }
    .js-open-popup500-modal img {
        height: 37px
    }
    .js-open-popup500-modal p,
    .js-open-whell-modal p {
        font-size: 8px;
        line-height: 10px
    }
    .js-open-whell-modal p {
        margin-top: -6px
    }
    .js-open-whell-modal img {
        height: 48px
    }
}

#newstyles-wheel p.popup-wheel-content__terms {
    font-size: 26px;
    line-height: 35px;
    font-style: normal!important
}

#newstyles-wheel p.popup-wheel-content__terms em {
    color: #ff98fb;
    font-style: normal;
    padding: 3px 5px;
    background: #4a0099;
    border-radius: 10px;
    text-shadow: none!important;
    letter-spacing: .8px
}

#newstyles-wheel p.popup-wheel-content__heading b {
    margin-bottom: 30px
}

#newstyles-wheel .popup-wheel-content__heading b {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 65px;
    display: flex;
    align-items: center;
    color: #4a0099;
    background: #ff98fb;
    -webkit-text-fill-color: #4a0099;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.popup-wheel .footnote {
    font-size: 14px;
    line-height: 19px;
    color: #999
}

.popup-wheel .footnote span {
    color: #4a0099;
    font-weight: 600
}

.new-popup-wheel-anons,
p.popup-wheel-form__text_new {
    font-family: Open Sans;
    font-style: normal;
    color: #4a0099;
    text-shadow: 0 4px 7px #ffd9d9
}

.new-popup-wheel-anons {
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px
}

p.popup-wheel-form__text_new {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px
}

@media (max-width:1200px) {
    #newstyles-wheel .popup-wheel-content__heading b {
        font-size: 26px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: normal
    }
    #newstyles-wheel p.popup-wheel-content__terms {
        font-size: 17px;
        text-align: left;
        line-height: 26px;
        margin-bottom: 5px;
        margin-left: 0
    }
    #newstyles-wheel p.popup-wheel-content__terms em:last-of-type {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .popup-wheel .footnote,
    p.popup-wheel-content__terms br {
        display: block!important
    }
    p.popup-wheel-form__text {
        text-align: left;
        line-height: normal;
        margin-bottom: 5px
    }
    .popup-wheel .footnote {
        text-align: left;
        font-size: 10px;
        left: 15px;
        width: calc(100% - 25px);
        bottom: 10px
    }
    #newstyles-wheel {
        padding-bottom: 50px;
        background: url(/images/wheelmbnew.png);
        background-size: cover!important
    }
    .popup-wheel .wheel-label,
    .popup-wheel-form .mask-phone {
        height: 40px
    }
    #newstyles-wheel p.popup-wheel-content__heading b {
        margin-bottom: 15px;
        margin-left: -5px
    }
    form#wheel_form {
        margin-left: 0
    }
    .popup-wheel .footnote span {
        color: #4a0099;
        font-weight: 600
    }
    p.popup-wheel-content__heading {
        text-align: left!important
    }
    .new-popup-wheel-anons,
    p.popup-wheel-form__text_new {
        font-size: 16px;
        text-align: left;
        line-height: normal
    }
    p.popup-wheel-form__text_new {
        margin-bottom: 0;
        margin-top: 10px
    }
    .popup-wheel .footnote {
        line-height: normal
    }
}

.modal {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000000
}

.modal .modal-content {
    border: 0;
    border-radius: 0
}

.modal_close {
    position: absolute;
    color: red;
    z-index: 2;
    cursor: pointer
}

.modal_close svg {
    width: 20px;
    height: auto
}

.modal .mob {
    display: none
}

.modal-popup500 {
    display: flex;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s ease;
    border-radius: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.modal-popup500.isActive {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0
}

.modal-popup500 del {
    -webkit-text-decoration-color: red;
    text-decoration-color: red
}

.modal-popup500 .already_get {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    margin: 0 10px 30px
}

.modal-popup500 .already_get span {
    font-size: 10px
}

.modal-popup500 .already_get img {
    margin-left: 10px;
    width: 55px;
    height: auto
}

.modal-popup500 p {
    font-size: 12px
}

.modal-popup500 .modal [id*=comp_] {
    position: relative;
    background-color: #fff;
    padding: 0;
    width: 100%;
    max-width: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    margin: 0 auto;
    font-size: unset
}

.modal-popup500 .overlay,
.modal-popup500 .reserv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8)
}

.modal-popup500 .modal-content {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px)
}

.modal-popup500 .modal-content__title {
    font-weight: 700
}

.modal-popup500 .modal-content__social p {
    margin: 0;
    font-size: 12px
}

.modal-popup500 .modal-content__list,
.popup-wheel.in-blog section.popup-wheel-content p.popup-wheel-content__terms {
    text-align: left
}

.modal-popup500 .modal-content__image img {
    width: 100%;
    height: auto
}

.modal-popup500 .modal-content__socials {
    display: flex
}

.modal-popup500 .modal-content__social {
    cursor: pointer;
    color: #848484
}

.modal-popup500 .modal-content__social.active {
    font-weight: 700;
    color: #fff
}

.modal-popup500 .modal-content__social--image {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-popup500 .modal-content__social img {
    width: 100%;
    height: auto;
    display: block
}

.modal-popup500 .modal-content__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 65px);
    margin-bottom: 40px
}

.modal-popup500 .modal-content__form label {
    font-size: 14px
}

.modal-popup500 .modal-content__form input {
    box-sizing: border-box;
    display: block;
    width: 290px;
    padding: 15px 25px;
    margin: 0 0 10px;
    border-radius: 20px;
    border: 1px solid #909090;
    background-color: transparent;
    font-size: 16px
}

.modal-popup500 .modal-content__form input[type=submit] {
    cursor: pointer;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 290px;
    background-image: url(/images/300-submit.png);
    padding: 45px 20px;
    border: 0;
    font-size: 0
}

.modal_close {
    top: 8px;
    right: 10px
}

.modal-popup500 .mob,
.modal-popup500 .privacy {
    display: none
}

.modal-popup500 .modal-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 1010px;
    height: auto;
    background-color: transparent;
    padding: 30px 40px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background-size: cover;
    background-position: left bottom;
    text-align: left;
    color: #000;
    background-repeat: no-repeat;
    box-shadow: none
}

.modal-popup500 .modal-content .contrast {
    color: #632892
}

.modal-popup500 .modal-content__left {
    padding: 0 25px 0 40px
}

.modal-popup500 .modal-content__right {
    max-width: 100%;
    width: 460px
}

.modal-popup500 .modal-content__title {
    color: #000;
    font-size: 34px;
    margin: 0 0 20px
}

.modal-popup500 .modal-content__subtitle {
    font-size: 21px;
    margin: 0 0 30px
}

.modal-popup500 .modal-content__text {
    line-height: 1.5;
    margin: 0;
    font-size: 14px
}

.modal-popup500 .modal-content__list {
    padding: 0 0 0 1em
}

.modal-popup500 .modal-content__epilog span,
.modal-popup500 .modal-content__list span {
    color: #000
}

.modal-popup500 .modal-content__socials {
    margin: 0 0 20px
}

.modal-popup500 .modal-content__social {
    margin: 0 8px
}

.modal-popup500 .modal-content__social--image {
    width: 30px;
    height: 40px;
    margin: 0 auto 5px
}

.modal-popup500 .modal-content__epilog {
    font-size: 20px;
    color: red;
    text-align: right;
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width:768px) {
    .modal_close {
        top: 10px;
        right: 10px
    }
    .modal-popup500 .mob {
        display: block!important
    }
    .modal-popup500 .already_get {
        justify-content: center;
        margin-bottom: 0
    }
    .modal-popup500 .desc,
    .modal-popup500 .modal-content__text br,
    .modal-popup500 .modal-content__title br {
        display: none
    }
    .modal-popup500 .modal-content {
        display: block;
        justify-content: start;
        flex-direction: column;
        width: 270px;
        height: 517px;
        background-color: #fff;
        padding: 4px 15px 80px;
        font-size: 12px;
        background-image: url(/images/500popup_mob.png);
        text-align: center
    }
    .modal-popup500 .modal-content .contrast {
        color: #632892
    }
    .modal-popup500 .modal-content__left {
        padding: 0
    }
    .modal-popup500 .modal-content__title {
        color: #000;
        font-size: 18px;
        margin: 0 0 13px
    }
    .modal-popup500 .modal-content__subtitle {
        font-size: 14px;
        margin: 10px 0 5px;
        text-align: center
    }
    .modal-popup500 .modal-content__text {
        line-height: 1.5;
        margin: 0 0 15px
    }
    .modal-popup500 .modal-content__form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 0
    }
    .modal-popup500 .modal-content__form label {
        font-size: 12px
    }
    .modal-popup500 .modal-content__form input {
        display: block;
        width: 290px;
        padding: 15px 25px;
        margin: 0 0 10px
    }
    .modal-popup500 .modal-content__form input[type=submit] {
        padding: 30px 20px;
        border: 0
    }
    .modal-popup500 .modal-content__epilog {
        text-align: center
    }
}

.modal-popup500 .modal-content {
    background-image: url(/images/501popup.png)
}

@media (max-width:768px) {
    .modal-popup500 .modal-content {
        background-image: url(/images/501popup_mob.png)
    }
}

.modal-may {
    font-family: Verdana
}

.modal-may.isActive {
    display: flex
}

.modal-may .modal-content {
    width: 1000px;
    height: 550px;
    background-image: url(/images/may-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 95px 0 33px 343px;
    box-sizing: border-box
}

@media (max-width:900px) {
    .modal-may .modal-content {
        width: 310px;
        height: 477px;
        background-image: url(/images/may-bg-mob.jpg);
        background-size: cover;
        position: relative;
        z-index: 1;
        padding: 52px 20px 33px
    }
}

.modal-may .modal-content__title {
    color: #781e67;
    font-size: 39.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px
}

@media (max-width:900px) {
    .modal-may .modal-content__title {
        font-size: 23px
    }
}

.modal-may .modal-content__subtitle {
    font-size: 25.5px;
    color: #b17c82;
    margin: 0 0 15px
}

@media (max-width:900px) {
    .modal-may .modal-content__subtitle {
        font-size: 13px
    }
}

.modal-may .modal-content__border {
    font-size: 48px;
    font-weight: 700;
    color: #781e67;
    text-transform: uppercase;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #917a4e, #e6d1aa, #fff, #e6d1aa, #917a4e, #e6d1aa, #fff, #e6d1aa, #917a4e);
    border-image-slice: 1;
    background-image: linear-gradient(to left, #917a4e, #e6d1aa, #fff, #e6d1aa, #917a4e, #e6d1aa, #fff, #e6d1aa, #917a4e), linear-gradient(to top, #917a4e, #e6d1aa, #fff, #e6d1aa, #917a4e, #e6d1aa, #fff, #e6d1aa, #917a4e);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    margin: 0 0 20px;
    position: relative
}

.modal-may .modal-content__border span {
    border-radius: 5px;
    padding: 12px 22px 15px 16px;
    width: 100%;
    height: 100%;
    background-color: #fff1f1;
    box-sizing: border-box;
    display: inline-block
}

@media (max-width:900px) {
    .modal-may .modal-content__border {
        font-size: 27px;
        width: 100%;
        text-align: center
    }
    .modal-may .modal-content__border span {
        padding: 6px 22px 9px 16px
    }
}

.modal-may .modal-content__dates {
    position: relative;
    z-index: 3;
    color: #b17c82;
    font-size: 16px;
    padding-left: 57px
}

.modal-may .modal-content__dates big {
    display: block;
    font-size: 28.5px;
    font-weight: 700
}

@media (max-width:900px) {
    .modal-may .modal-content__dates {
        font-size: 9px;
        padding-left: 122px
    }
    .modal-may .modal-content__dates big {
        font-size: 18px
    }
}

.modal-may .modal-content__images {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0
}

@media (max-width:900px) {
    .modal-may .modal-content__images {
        display: block;
        width: 198px;
        height: auto
    }
}

.modal-may .modal-content__footnote {
    position: relative;
    z-index: 3;
    font-size: 12.5px;
    margin-top: 25px;
    padding-right: 77px;
    text-align: right;
    color: #b17c82
}

@media (max-width:900px) {
    .modal-may .modal-content__footnote {
        font-size: 9.5px;
        margin-top: 87px;
        padding-right: 0
    }
}

.modal-may .modal-content input {
    position: relative;
    z-index: 3;
    padding: 24px 25px 23px 22px;
    border-radius: 34px;
    background-color: #fff;
    border: 0;
    font-size: 21px;
    box-sizing: border-box;
    width: 267px;
    margin-right: 15px
}

.modal-may .modal-content input::-webkit-input-placeholder {
    color: #b17c82
}

.modal-may .modal-content input::-moz-placeholder {
    color: #b17c82
}

.modal-may .modal-content input:-ms-input-placeholder,
.modal-may .modal-content input::-ms-input-placeholder {
    color: #b17c82
}

.modal-may .modal-content input::placeholder {
    color: #b17c82
}

@media (max-width:900px) {
    .modal-may .modal-content input {
        margin-left: auto;
        margin-right: 0;
        padding: 15px 10px;
        margin-bottom: 15px;
        font-size: 12px;
        width: 157px;
        display: block
    }
}

.modal-may .modal-content input[type=submit] {
    box-shadow: 0 10px 38px 0 rgba(255, 79, 100, .84);
    background-image: linear-gradient(to top, #a8268f, #ff7192);
    transition: all .3s ease;
    cursor: pointer;
    font-family: Arial;
    font-size: 21.5px;
    font-weight: 700;
    color: #fff
}

@media (max-width:900px) {
    .modal-may .modal-content input[type=submit] {
        font-size: 15px
    }
}

.modal-may .modal-content input[type=submit]:hover {
    box-shadow: 0 0 0 0 rgba(255, 79, 100, .84)
}

.popup-overlay {
    background: rgba(0, 0, 0, .7)
}

.popup-winter {
    max-width: 1000px;
    width: 100%;
    height: 570px;
    top: calc(50% - 285px);
    margin: auto;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    background: url(/bitrix/templates/anna/images/popup/winter/bg.jpg);
    border-radius: 20px
}

@media (max-width:1000px) {
    .popup-winter {
        top: calc(50% - 275px);
        max-width: 320px;
        height: 550px;
        padding: 30px;
        background: url(/bitrix/templates/anna/images/popup/winter/bg-mob.jpg)
    }
}

.popup-winter__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

@media (max-width:1000px) {
    .popup-winter__close {
        right: 5px;
        top: 5px
    }
    .popup-winter__close img {
        width: 22px;
        height: 22px
    }
}

.popup-winter__content {
    display: flex;
    align-items: center;
    flex-direction: column
}

.popup-winter__discount {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 110%;
    color: #f4ecff;
    text-shadow: 0 0 20px rgba(250, 255, 0, .55), 0 0 70px rgba(250, 255, 0, .5);
    margin: 130px 0 50px;
    text-transform: uppercase;
    position: relative
}

@media (max-width:1000px) {
    .popup-winter__discount {
        font-size: 20px;
        margin: 110px 0 40px
    }
}

.popup-winter__discount span {
    font-size: 40px
}

@media (max-width:1000px) {
    .popup-winter__discount span {
        font-size: 30px
    }
}

.popup-winter__discount:before {
    content: url(/bitrix/templates/anna/images/popup/winter/corner.png);
    display: block;
    position: absolute;
    left: -50px;
    bottom: -30px
}

@media (max-width:1000px) {
    .popup-winter__discount:before {
        left: -45px;
        bottom: -25px;
        content: url(/bitrix/templates/anna/images/popup/winter/corner-min.png)
    }
}

.popup-winter__discount:after {
    content: url(/bitrix/templates/anna/images/popup/winter/corner.png);
    display: block;
    position: absolute;
    right: -50px;
    top: -30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:1000px) {
    .popup-winter__discount:after {
        right: -45px;
        top: -25px;
        content: url(/bitrix/templates/anna/images/popup/winter/corner-min.png)
    }
}

.popup-winter__offer {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #f4ecff;
    text-shadow: 0 0 20px rgba(250, 255, 0, .55), 0 0 70px rgba(250, 255, 0, .5);
    margin: 0 0 35px
}

@media (max-width:1000px) {
    .popup-winter__offer {
        font-size: 14px;
        line-height: 160%
    }
}

.popup-winter__offer span {
    font-size: 28px;
    font-weight: 600
}

@media (max-width:1000px) {
    .popup-winter__offer span {
        font-size: 20px
    }
}

.popup-winter__form {
    width: 100%
}

.popup-winter__form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .popup-winter__form form {
        max-width: 255px
    }
}

.popup-winter__form form #winter_phone,
.popup-winter__form form p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400
}

.popup-winter__form form p {
    color: rgba(255, 255, 255, .68);
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 10px
}

@media (max-width:1000px) {
    .popup-winter__form form p {
        font-size: 12px
    }
}

.popup-winter__form form #winter_phone {
    background: #241339;
    border: 1px solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    border-radius: 3px;
    width: 100%;
    height: 54px;
    padding: 0 0 0 50px;
    margin: 0 auto 14px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    z-index: 1
}

@media (max-width:1000px) {
    .popup-winter__form form #winter_phone {
        height: 50px;
        background: linear-gradient(118.61deg, rgba(255, 252, 252, .04) 47.56%, rgba(255, 254, 254, 0) 113.14%);
        padding: 0 0 0 20px
    }
}

.popup-winter__form form #winter_phone::-webkit-input-placeholder {
    color: #fff
}

.popup-winter__form form #winter_phone::-moz-placeholder {
    color: #fff
}

.popup-winter__form form #winter_phone::-ms-input-placeholder {
    color: #fff
}

.popup-winter__form form #winter_phone::placeholder {
    color: #fff
}

.popup-winter__form button {
    height: 68px;
    width: 100%;
    box-shadow: 0 4px 97px rgba(255, 86, 246, .51);
    -webkit-backdrop-filter: blur(192px);
    backdrop-filter: blur(192px);
    border-radius: 2px;
    background: url(/bitrix/templates/anna/images/popup/winter/btn.png) no-repeat center/contain;
    border: 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #fff
}

@media (max-width:1000px) {
    .popup-winter__form button {
        font-size: 17px;
        height: 50px
    }
}

.js-popup-winter {
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.js-popup-winter.active {
    visibility: visible;
    opacity: 1
}

.article table td,
.article table th {
    border: 2px solid #4d236e;
    padding: 15px
}

.blog-section .whiteWall {
    padding-top: 0!important
}

.blog-section #breadcrumbs li.active a {
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    color: #7e7e7e;
    position: relative;
    vertical-align: bottom
}

.article h1 {
    color: #3f3f3f;
    font-weight: 700;
    font-family: OpenSansBold, sans-serif;
    font-size: 25px;
    text-align: left;
    line-height: 30px;
    text-transform: none;
    margin: 10px 0 0;
    padding: 2px 0 15px;
    width: 100%
}

.instagram-plugin-include {
    margin-bottom: 20px
}

.sharing_buttons {
    width: 100%;
    margin: 0
}

.social-likes {
    flex-direction: row
}

.social-likes .counter,
.social-likes .social-likes-icons {
    display: flex;
    flex-direction: row;
    justify-content: start
}

.social-likes .counter {
    justify-content: flex-end
}

.social-likes .ya-share2__item_service_collections>.ya-share2__link {
    background-color: #eb1c00
}

.social-likes .ya-share2__item_service_vkontakte>.ya-share2__link {
    background-color: #48729e
}

.social-likes .ya-share2__item_service_facebook>.ya-share2__link {
    background-color: #3b5998
}

.social-likes .ya-share2__item_service_odnoklassniki>.ya-share2__link {
    background-color: #eb722e
}

.social-likes .ya-share2__item_service_moimir>.ya-share2__link {
    background-color: #168de2
}

.social-likes .ya-share2__item_service_gplus>.ya-share2__link {
    background-color: #dc4e41
}

.social-likes .ya-share2__item_service_twitter>.ya-share2__link {
    background-color: #00aced
}

.social-likes .ya-share2__item_service_telegram>.ya-share2__link {
    background-color: #64a9dc
}

.article {
    display: block;
    width: 740px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Tahoma, Droid Sans, Ubuntu, Helvetica, Arial, sans-serif;
    line-height: 1.42857;
    color: #000;
    letter-spacing: .2px
}

.article img {
    width: 100%;
    margin: 20px auto 0;
    box-shadow: 0 0 10px 5px #ddd;
    border: 1px solid #ccc;
    height: auto
}

.article .detail-image {
    box-shadow: none;
    margin: 0 0 20px;
    border: 0
}

.time_to_read {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif
}

.article p,
.time {
    padding-top: 8px;
    line-height: 13px;
    font-size: 16px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #2d2d2d
}

.button_time {
    margin: 0 10px
}

.time_send {
    display: inline-block;
    border: 0;
    border-radius: 15px;
    background-clip: padding-box;
    background-color: #f5e5f0;
    padding: 9px 16px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 13px;
    cursor: pointer;
    font-size: 16px;
    outline: 0
}

.sharing_buttons {
    margin-left: auto;
    padding-top: 10px;
    line-height: 13px
}

.social-likes,
.social-likes_single-w {
    line-height: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    position: relative;
    top: -10px
}

.social-likes__widget {
    margin: 3px
}

.send_to img,
.social-likes,
.social-likes__widget {
    border: 0;
    font-size: 14px
}

.eye_watching::before {
    font-family: FontAwesome, sans-serif;
    content: '\f06e'
}

.form_wrap,
.up_and_down {
    opacity: 0;
    height: 0;
    transition: opacity .5s ease
}

.up_and_down {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px
}

.send_to img {
    display: inline-block!important;
    width: 48px!important;
    border: 0!important;
    box-shadow: none!important;
    margin: 0!important;
    line-height: 14px;
    padding: 15px 10px 10px
}

.send_to img,
input[type=button] {
    text-decoration: none;
    font-weight: 700;
    color: #fff
}

.slide_form {
    cursor: pointer
}

.article *:not(.insetElement-content):not(.buttonLink-content):not(.buttonSubmit-content) > p {
    z-index: 1;
    margin: 0 0 10px;
    font-size: 16px!important;
    padding-top: 5px!important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    line-height: 24px!important;
    letter-spacing: .01em!important
}

.article h2,
.article h3,
.article h4 {
    text-align: left;
    font-family: OpenSansRegular, sans-serif;
    line-height: 30px;
    font-weight: 600
}

.article h2 {
    margin: 0;
    font-size: 23px
}

.article h3 {
    margin: 0;
    font-size: 19px
}

.sharing_buttons .fas.fa-eye {
    padding-top: 2px;
    padding-left: 7px
}

.eye_watching::before,
.sharing_buttons .fas.fa-eye::before {
    color: #2d2d2d;
    font-size: 25px
}

.counter_eye {
    padding-top: 4px;
    padding-left: 4px
}

.up_and_down_show {
    height: 99px;
    opacity: 1;
    display: block
}

.stylized a {
    text-decoration: none;
    color: #2d2d2d;
    border-bottom: 1px solid #b5b5b5
}

.stylized a:hover {
    color: #d10d0d;
    border-bottom: 1px solid transparent
}

.stylized.button-url {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #95927c;
    color: #95927c;
    text-align: center;
    padding: 1em
}

.stylized.button-url:hover {
    color: #fff;
    background-color: #95927c
}

.stylized.button-url.block {
    margin: 0 auto;
    display: block
}

.stylized.button-url.center {
    display: block;
    width: 25%;
    margin: 0 auto
}

Ol.stylized,
ul.stylized {
    padding-left: 40px
}

.stylized.rlink {
    margin: 1em;
    border-radius: 10px;
    color: #333;
    font-style: italic;
    font-size: 15px;
    line-height: 15px;
    padding: 1em;
    border-left: solid #4d236e 5px;
    background: #f3f3f4
}

.stylized.tips-read {
    padding: .5em 1em 1.5em;
    position: relative;
    border: 3px solid #95927c
}

.stylized.tips-read>p {
    font-weight: 600;
    font-size: 1.2em
}

.stylized.tips-read ul li {
    margin: .5em 0!important
}

.stylized.substrate-case {
    border-left: solid transparent 5px;
    padding: 1em 1em 1.5em;
    background: #f3f3f4
}

.stylized.substrate-case.main {
    border-left: solid #4d236e 5px
}

.stylized.substrate-case.important {
    border-left: solid #4d236e 5px;
    background: #fff7ae;
    color: #4d236e
}

.stylized.substrate-case.important>p,
.stylized.substrate-case.main>p,
.stylized.substrate-case>p {
    margin: 0 1em
}

.stylized.substrate-case.important li,
.stylized.substrate-case.important p {
    color: #b16a01!important
}

ol.stylized,
ul.stylized {
    margin-left: -20px
}

.stylized.tips-read ul,
ol.stylized,
ul.stylized {
    list-style: none;
    margin-bottom: 10px;
    margin-top: 0;
    color: #2d2d2d
}

.stylized.substrate-case ol.stylized.circle,
.stylized.substrate-case.important ol.stylized.circle,
.stylized.substrate-case.main ol.stylized.circle,
.stylized.tips-read ul {
    margin-left: 0
}

ol.stylized li,
ul.stylized li {
    margin: 15px 0 10px
}

.stylized.tips-read ul li,
ol.stylized li,
ul.stylized li {
    padding: 0 15px;
    text-align: left;
    position: relative
}

.stylized.tips-read ul li::before,
ul.stylized li::before {
    content: "•";
    color: #4d236e;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 20px;
    padding: 1px 5px 0 0
}

ol.stylized.circle {
    counter-reset: myCounter
}

ol.stylized.circle li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #4d236e;
    text-align: center;
    margin-right: 10px;
    margin-left: -44px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #4d236e;
    border-radius: 50%
}

table.stylized {
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    position: relative;
    margin: 0 auto 1em
}

table.stylized caption {
    text-align: right;
    font-size: 18px;
    color: #4d236e;
    font-weight: 700;
    padding: .5em 0
}

table.stylized td,
table.stylized th {
    line-height: 1.2;
    font-weight: unset;
    padding: 1em
}

table.stylized th {
    background: #4d236e;
    font-size: 18px;
    color: #fff;
    border: 1px solid #4d236e
}

table.stylized td {
    font-size: 15px;
    color: gray;
    border: 1px solid #bdbdbd
}

table.stylized td.center,
table.stylized th.center {
    text-align: center
}

table.stylized tr:nth-child(even) {
    background-color: #f5f5f5
}

.stylized.final {
    padding: .5em 1em 1.5em;
    position: relative;
    border: 3px solid #4d236e
}

.border-link {
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    border-radius: 25px;
    color: #fff!important;
    background-color: #4d236e;
    border: 2px solid #4d236e!important;
    font-weight: 700
}

.border-link:hover {
    background-color: transparent;
    color: #4d236e!important
}

.stylized.final h1,
.stylized.final h2,
.stylized.final h3,
.stylized.final h4 {
    color: #4d236e;
    margin-top: 0
}

.stylized.tips-read ul.stylized.star li::before,
ul.stylized.star li::before {
    content: "";
    background-image: url(/bitrix/templates/anna/images/sprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-position: -201px -187px;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: -10px
}

.blog .overlay__content div,
ol.stylized li,
ul.stylized li {
    font-size: 16px
}

.blog-section,
.blog-section .blueWall,
.wrapper.blog-layout {
    background: 0 0!important
}

.blog-section {
    box-shadow: none!important
}

@media screen and (max-width:810px) {
    .article iframe,
    .article *:not(.image-wrapper) > img {
        width: 100%!important
    }
    .wrapper.blog-layout .blog-section .whiteWall {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .wrapper.blog-layout .blog-section .whiteWall,
    .wrapper.blog-layout .blog-section .whiteWall li,
    .wrapper.blog-layout .blog-section .whiteWall p {
        font-size: 18px!important;
        line-height: 27px!important
    }
    .wrapper.blog-layout .blog-section .whiteWall h1 {
        font-size: 26px!important;
        line-height: 30px!important
    }
}

.article li {
    font-size: 16px!important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
    line-height: 24px!important;
    letter-spacing: .16px!important
}

.btn-blog {
    border: 1px solid #4d236e;
    color: #4d236e;
    font-family: OpenSansRegular;
    background: 0 0;
    padding: 3px 50px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 0;
    transition: 1s;
    display: inline-block
}

.btn-blog:hover {
    background: #4d236e;
    color: #fff
}

.breadcrambs {
    position: relative;
    left: 6%
}

.h1-type {
    padding: 0 0 20px 100px
}

.h1-type:after {
    margin-top: 5px
}

.blog-page-navigation {
    margin-bottom: 40px;
    text-align: center
}

.blog-page-first {
    color: #333;
    text-decoration: none;
    transition: color .3s ease
}

.blog-page-current {
    color: #4d236e;
    text-decoration: underline
}

.blog-page-current,
.blog-page-first {
    padding: 10px 15px;
    margin-left: -7px;
    font-size: 18px
}

.blog-page-dots {
    display: inline-block;
    width: 20px;
    padding: 0 5px 0 0
}

.blog-page-next span::before {
    transition: color .3s ease
}

.blog-page-next span::before,
.blog-page-previous span::before {
    font-family: sans-serif;
    content: 'Вперед >';
    color: #333;
    font-size: 18px;
    text-decoration: underline
}

.shine-animation {
    position: relative;
    overflow: hidden
}

.shine-animation:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: -100px;
    width: 40px;
    height: 140px;
    margin-top: -70px;
    background-color: #a78aee;
    opacity: .2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.form-blog input[type=text] {
    width: 100%;
    max-width: 200px;
    border: 0;
    border-bottom: 2px solid #333;
    background: 0 0;
    height: 50px;
    margin-bottom: 20px;
    font-size: .8rem
}

.form-blog__btn {
    border: 1px solid #4d236e;
    background: #4d236e;
    color: #fff;
    font-family: OpenSansRegular;
    padding: 10px 50px;
    margin: 50px 0;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 1s
}

.form-blog__btn:hover {
    opacity: .8
}

#reserv,
.starrequired {
    display: none
}

.blog .overlay__content {
    width: 20%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    min-height: 170px
}

.blog__form-title {
    font-size: 16px;
    font-family: OpenSansRegular;
    color: #333
}

.blog .close {
    position: relative;
    top: 0;
    left: 45%;
    color: #4d236e;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer
}

.blog .close:hover,
.blog_inner-wrapper-links a:hover {
    opacity: .7
}

.sticky_blog {
    position: sticky
}

.fixed {
    bottom: 0;
    top: 10%;
    width: 320px
}

.article-slider {
    margin: 40px 0
}

.article-slider-body {
    display: flex;
    max-width: 100%
}

.article-slider-title {
    font-size: 23px;
    text-align: left;
    font-family: OpenSansRegular, sans-serif;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.article-slider-left,
.article-slider-right {
    position: relative;
    flex: 0 0 50px;
    outline: 0
}

@media (max-width:550px) {
    .article-slider-left,
    .article-slider-right {
        display: none
    }
}

.article-slider-left:before,
.article-slider-right:before {
    display: block;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
    cursor: pointer
}

.article-slider-left:before {
    left: 50%;
    margin-left: -13px;
    border-left: 2px solid #4d236e;
    border-top: 2px solid #4d236e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.article-slider-right:before {
    right: 50%;
    margin-right: -13px;
    border-right: 2px solid #4d236e;
    border-top: 2px solid #4d236e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.article-slider-middle {
    flex: 1 0 0;
    max-width: calc(100% - 100px)
}

.article-slider-middle.active {
    max-height: initial;
    overflow: visible
}

@media (max-width:550px) {
    .article-slider-middle {
        max-width: 100%;
        max-height: 540px;
        overflow: hidden
    }
}

.read-more__mob {
    border: 1px solid #3f1f6e;
    background-color: #3f1f6e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    height: 40px
}

@media (min-width:600px) {
    .read-more__mob {
        display: none
    }
}

.slide-article {
    display: block;
    cursor: default;
    min-height: 190px
}

@media (max-width:550px) {
    .slide-article {
        display: flex;
        min-height: initial
    }
}

.slide-article-pic {
    height: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

@media (max-width:550px) {
    .slide-article-pic {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
}

.slide-article-name {
    color: #333;
    font-size: 12px;
    cursor: pointer
}

@media (max-width:550px) {
    .slide-article-name {
        color: #3f1f6e;
        font-size: 15px;
        line-height: 1.2
    }
}

.slide-article-link {
    display: block
}

.slide-article-link.-pic {
    margin-bottom: 20px
}

#reserv .reserv-box {
    padding: 30px 0 258px
}

#reserv .reserv-choice-box {
    margin-bottom: 15px;
    max-width: 350px;
    flex-direction: column;
    justify-content: center
}

#reserv .reserv-free__places {
    justify-content: center;
    margin-top: 20px
}

#reserv .reserv-free__places img {
    max-width: 55px;
    margin: 0 0 0 10px;
    box-shadow: none;
    border: 0
}

#reserv .timetable-btn {
    padding: 12px 40px;
    border: 1px solid #3f1f6e;
    background-color: transparent;
    cursor: pointer;
    color: #3f1f6e;
    border-radius: 50px;
    font-size: 14px;
    transition: .3s;
    width: 203px;
    box-sizing: border-box;
    margin: 0 5px 10px
}

#reserv .timetable-btn.active,
#reserv .timetable-btn:hover {
    background-color: #3f1f6e;
    color: #fff
}

.popup-wheel-content__heading {
    white-space: nowrap;
    text-shadow: none!important;
    font-family: 'OpenSansBold'!important;
    margin-top: 40px
}

p.popup-wheel-content__terms span.color--pink {
    color: #fc49f5!important
}

p.popup-wheel-content__terms {
    margin-top: 0;
    margin-bottom: 0
}

.popup-wheel-content__text {
    text-shadow: 0 4px 7px #ffd9d9;
    margin-top: 12px;
    margin-bottom: 15px
}

.popup-wheel-content__heading {
    -webkit-filter: none;
    filter: none
}

.popup-wheel .footnote {
    margin-top: 100px
}

@media (max-width:1200px) {
    .modal-content {
        max-height: 650px;
        overflow: hidden!important
    }
    .popup-wheel .footnote,
    aside.blog__sidebar.sticky_blog.fixed .tags_wrap {
        display: none
    }
    .popup-wheel .modal-content {
        overflow: hidden
    }
    .popup-wheel-content__heading {
        margin-top: 0
    }
    .popup-wheel-images #wheel,
    .popup-wheel-images .wheel {
        width: 110%
    }
    .popup-wheel-images {
        margin-top: 20px
    }
    .blog aside {
        display: block!important;
        position: relative
    }
    .art-list__content {
        border: 0 solid transparent!important
    }
}

div#blog_inner {
    background: url(/bitrix/images/blog/blog_inner-bg.png);
    background-size: cover;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative
}

div#blog_inner:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 242px;
    height: 385px;
    background: url(/bitrix/images/blog/blog_inner-wmn.png)
}

div#blog_inner .blog_inner-wrapper-points p {
    font-family: 'OpenSansRegular'!important;
    font-size: 15px!important;
    padding-left: 26px;
    letter-spacing: normal!important;
    padding-top: 0!important;
    margin-bottom: 10px!important;
    position: relative
}

div#blog_inner .blog_inner-wrapper-points p:before {
    position: absolute;
    width: 8px;
    height: 8px;
    content: '';
    background: linear-gradient(225deg, #3f1f6e 3.23%, #702b55 76.29%);
    border-radius: 50%;
    left: 0;
    top: 9px
}

.blog_inner-wrapper-header {
    font-family: 'OpenSansBold';
    font-size: 28px;
    line-height: normal;
    color: #333;
    margin-bottom: 25px
}

.blog_inner-wrapper-header span {
    color: #db1153
}

.blog_inner-wrapper-links {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
    padding-right: 225px;
    position: relative
}

.blog_inner-wrapper-links a {
    font-size: 18px;
    font-family: 'OpenSansRegular';
    display: grid;
    grid-template-columns: 205px 55px 55px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-top: 3px;
    padding-bottom: 6px;
    position: relative;
    transition: opacity .3s
}

.blog_inner-wrapper-links a:before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    left: -50px;
    bottom: 0;
    height: 1px;
    background: rgba(77, 35, 110, .2)
}

.blog_inner-wrapper-links a:last-of-type:before {
    display: none
}

span.blog_inner-wrapper-links__old-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    font-size: 14px;
    line-height: 25px;
    color: #999
}

span.blog_inner-wrapper-links__new-price {
    line-height: 22px;
    font-size: 18px;
    color: #db1153;
    font-family: 'OpenSansRegular';
    text-shadow: 0 0 #db1153
}

.blog_inner-wrapper-btn {
    position: relative
}

.blog_inner-wrapper-btn a {
    width: 342px;
    height: 62px;
    background: #db1153;
    border-radius: 65px;
    margin-top: 40px;
    font-family: 'OpenSansRegular';
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    color: #fff!important;
    transition: all .3s ease-in-out
}

.blog_inner-wrapper-btn a:hover {
    opacity: .6
}

@media (max-width:767px) {
    div#blog_inner {
        padding: 40px 20px
    }
    div#blog_inner:before {
        display: none
    }
    .blog_inner-wrapper-header {
        font-size: 20px
    }
    .blog_inner-wrapper-btn a {
        width: 305px;
        max-width: 100%;
        height: 62px;
        font-size: 17px;
        margin-top: 30px
    }
    .blog_inner-wrapper-links {
        padding-right: 0;
        margin-top: 30px
    }
    .blog_inner-wrapper-links a {
        font-size: 16px;
        grid-template-columns: 48% 18% 18%
    }
    .blog_inner-wrapper-links a:before {
        width: calc(100% + 20px);
        left: -20px
    }
    .js-open-popup500-modal,
    .js-open-whell-modal {
        bottom: 65px!important
    }
}

.popup-wheel.in-blog .new-popup-wheel-anons {
    font-size: 14px!important;
    line-height: normal!important;
    margin-top: 30px!important
}

.popup-wheel.in-blog .modal-content {
    min-height: 454px!important;
    background-size: cover!important
}

.popup-wheel.in-blog p.popup-wheel-content__heading {
    margin-top: 0!important;
    text-align: left
}

.popup-wheel.in-blog .popup-wheel-content__terms {
    color: #fff!important
}

.popup-wheel.in-blog section.popup-wheel-content {
    margin-left: 15px;
    text-align: center!important
}

.popup-wheel.in-blog section.popup-wheel-content p.popup-wheel-content__terms {
    font-size: 14px!important;
    line-height: 18px!important;
    text-shadow: none
}

@media (max-width:1200px) {
    .popup-wheel.in-blog section.popup-wheel-content p.popup-wheel-content__heading {
        padding-left: 20px
    }
    .popup-wheel.in-blog .modal-content {
        max-width: 375px;
        background: url(/bitrix/templates/anna/images/popup/wheel/bg-mob.jpg)!important;
        background-size: cover!important;
        padding-bottom: 50px
    }
}

@media screen and (min-width:320px) and (max-width:800px) {
    body,
    html {
        overflow-x: hidden
    }
    .breadcrambs {
        left: 1%;
        line-height: 24px
    }
    .breadcrambs-item {
        color: #333
    }
    .breadcrambs-item:last-child .breadcrambs-link {
        text-decoration: underline
    }
    .h1-type {
        font-size: 30px;
        line-height: 38px
    }
    .h1-type:after {
        top: 1rem
    }
    .articles-list,
    .articles-list__item .item-preview-image {
        width: 100%
    }
    .articles-list__item {
        flex-direction: column
    }
    .articles-list__item .item-preview-description {
        width: 100%;
        position: static
    }
    .blog aside {
        display: none
    }
    .article {
        width: 100%;
        padding: 0 15px
    }
    .article-slider {
        margin: 40px 0
    }
    #reserv {
        display: block
    }
}

.blog__founders-quote {
    box-shadow: 0 7px 12.1px .9px rgba(77, 35, 110, .3);
    border-radius: 15px;
    margin: 60px 0;
    padding: 40px;
    background: #fafafa;
    font-family: 'OpenSansRegular', sans-serif
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote {
        padding: 15px
    }
    .blog__founders-quote--mobile {
        display: block!important;
        margin: -15px;
        background: linear-gradient(to right, #cbc0d3, transparent);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        position: relative;
        padding: 15px
    }
    .blog__founders-quote--mobile .author p:first-child {
        font-size: 19px!important;
        color: #3a0d5d;
        font-family: 'OpenSansRegular', sans-serif!important;
        font-weight: 600
    }
    .blog__founders-quote--mobile .author p {
        color: #290446;
        font-size: 14px!important;
        font-family: 'OpenSansLight', sans-serif!important
    }
}

@media screen and (min-width:320px) and (max-width:766px) and (max-width:767px) {
    .blog__founders-quote--mobile .author img {
        border: 0;
        box-shadow: none;
        position: absolute;
        max-width: 210px;
        top: -20px;
        right: -25px
    }
}

@media screen and (min-width:320px) and (max-width:766px) and (max-width:361px) {
    .blog__founders-quote--mobile .author img {
        max-width: 175px;
        top: 0;
        right: -25px
    }
}

@media screen and (min-width:320px) and (max-width:766px) and (max-width:341px) {
    .blog__founders-quote--mobile .author img {
        max-width: 150px;
        top: -100px;
        right: -10px
    }
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--mobile .social {
        padding-bottom: 25px
    }
    .blog__founders-quote--mobile .social a {
        display: flex;
        align-items: center;
        color: #3a0d5c;
        font-size: 16px;
        font-family: 'OpenSansRegular', sans-serif
    }
    .blog__founders-quote--mobile .social a img {
        box-shadow: none;
        border: 0;
        width: 31px!important;
        margin: 0 0 0 10px;
        padding: 0;
        position: static
    }
}

.blog__founders-quote--photo {
    text-align: center;
    float: right;
    padding-bottom: 20px;
    position: relative
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--photo {
        display: none
    }
}

.blog__founders-quote--photo img {
    box-shadow: none;
    border: 0;
    position: absolute;
    width: 360px!important;
    height: 370px;
    top: -125px;
    left: -265px
}

@media screen and (max-width:810px) {
    .blog__founders-quote--photo img {
        width: 390px!important;
        height: 400px;
        top: -125px;
        left: -320px
    }
}

.blog__founders-quote--mobile {
    display: none
}

.blog__founders-quote--text {
    position: relative
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--text {
        padding-top: 40px
    }
}

.blog__founders-quote--text h3 {
    font-size: 42px;
    font-weight: 600;
    color: #3a0d5d;
    font-family: 'OpenSansSemiBold', sans-serif
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--text h3 {
        font-size: 34px;
        margin-bottom: 20px
    }
}

.blog__founders-quote--text p {
    font-weight: 300;
    font-family: 'OpenSansLight', sans-serif!important;
    color: #290446;
    line-height: 26px!important
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--text p {
        margin: 15px 0
    }
}

.blog__founders-quote--text span,
.blog_inner-wrapper-btn a {
    display: flex;
    justify-content: center
}

.blog__founders-quote--author {
    margin-top: 40px
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--author {
        display: none
    }
}

.blog__founders-quote--author p:first-child {
    font-size: 20px!important;
    color: #3a0d5d;
    font-weight: 600
}

.blog__founders-quote--author p {
    font-weight: 300;
    font-family: 'OpenSansLight', sans-serif!important;
    color: #290446
}

.blog__founders-quote--social {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #cbc0d3, transparent);
    width: 385px;
    margin-bottom: 40px;
    margin-top: 20px
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--social {
        display: none
    }
}

.blog__founders-quote--social p {
    font-size: 19px!important;
    padding-left: 10px;
    font-weight: 600;
    color: #3a0d5c;
    font-family: 'OpenSansRegular', sans-serif!important
}

.blog__founders-quote--social img {
    box-shadow: none;
    border: 0;
    width: 53px!important;
    margin: 0 0 0 10px
}

.blog__founders-quote--button {
    font-size: 20px;
    color: #fff;
    border: 0;
    background: #4d236e;
    border-radius: 22px;
    box-shadow: 0 7px 12.1px .9px rgba(77, 35, 110, .3);
    padding: 10px 40px;
    margin-top: 30px;
    cursor: pointer
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog__founders-quote--button {
        margin-bottom: 30px
    }
}

.blog_founders-quote_top7--text h3 {
    line-height: 1.2;
    font-size: 35px
}

.blog_founders-quote_check_list--social p,
.blog_founders-quote_top7--social p {
    font-size: 18px!important
}

.blog_founders-quote_top7--button {
    font-size: 19px
}

.blog_founders-quote_top7--photo img {
    top: -65px;
    left: -310px
}

@media screen and (max-width:810px) {
    .blog_founders-quote_top7--photo img {
        left: -360px
    }
}

@media screen and (max-width:767px) {
    .blog_founders-quote_top7--mobile .author img {
        top: 8px;
        right: 0
    }
}

@media screen and (max-width:361px) {
    .blog_founders-quote_top7--mobile .author img {
        max-width: 200px;
        right: -10px
    }
}

@media screen and (max-width:341px) {
    .blog_founders-quote_top7--mobile .author img {
        max-width: 165px;
        top: 13px;
        right: -25px
    }
}

.blog_founders-quote_check_list--text h3 {
    line-height: 1.2;
    font-size: 32px
}

@media screen and (min-width:320px) and (max-width:766px) {
    .blog_founders-quote_check_list--text h3 {
        font-size: 30px
    }
}

.blog_founders-quote_check_list--photo img {
    top: -125px;
    left: -370px;
    width: 450px!important;
    height: 460px
}

@media screen and (max-width:810px) {
    .blog_founders-quote_check_list--photo img {
        left: -380px;
        top: -105px;
        width: 430px!important;
        height: 440px
    }
}

@media screen and (max-width:767px) {
    .blog_founders-quote_check_list--mobile .author img {
        top: -10px
    }
}

@media screen and (max-width:361px) {
    .blog_founders-quote_check_list--mobile .author img {
        max-width: 195px;
        right: -14px
    }
}

@media screen and (max-width:341px) {
    .blog_founders-quote_check_list--mobile .author img {
        max-width: 170px;
        top: 10px;
        right: -15px
    }
}

.eyelash-extension {
    padding: 51px 48px 38px 48px;
    box-sizing: border-box;
    box-shadow: 0 7px 15px rgba(77, 35, 110, .3);
    border-radius: 15px;
    background: url(/bitrix/templates/anna/images/insets/eyelash/bg.png) no-repeat center/cover, #fff;
    position: relative;
    margin: 60px auto
}

@media (max-width:600px) {
    .eyelash-extension {
        padding: 36px 20px 26px 20px;
        background: url(/bitrix/templates/anna/images/insets/eyelash/bg-mob.png) no-repeat center/cover, #fff
    }
}

.eyelash-extension__title {
    font-family: OpenSansBold, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #3f1f6e;
    max-width: 380px;
    margin: 0 0 10px
}

@media (max-width:600px) {
    .eyelash-extension__title {
        font-size: 24px;
        line-height: 30px
    }
}

.eyelash-extension__name {
    font-family: OpenSansBold, sans-serif;
    font-size: 20px;
    line-height: 50px;
    color: #3f1f6e
}

@media (max-width:600px) {
    .eyelash-extension__name {
        font-size: 18px
    }
}

.eyelash-extension__position {
    font-family: OpenSansRegular, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #666;
    max-width: 380px;
    margin: 0 0 20px
}

@media (max-width:600px) {
    .eyelash-extension__position {
        font-size: 14px;
        max-width: 180px
    }
}

.eyelash-extension__photo {
    position: relative
}

.eyelash-extension__photo img {
    width: auto!important;
    position: absolute;
    right: -40px;
    top: -250px;
    margin: 0;
    box-shadow: none;
    border: 0
}

@media (max-width:600px) {
    .eyelash-extension__photo img {
        width: 180px!important;
        top: -230px;
        right: -30px
    }
}

.eyelash-extension__more {
    background: linear-gradient(90deg, rgba(77, 35, 110, .4) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    height: 54px;
    font-family: OpenSansRegular, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #3a0d5c;
    padding-left: 45px;
    margin-left: -45px;
    margin-bottom: 40px;
    max-width: 350px;
    box-sizing: border-box
}

@media (max-width:600px) {
    .eyelash-extension__more {
        font-size: 16px;
        padding-left: 20px;
        margin-left: -20px;
        margin-bottom: 20px;
        max-width: 300px
    }
}

.eyelash-extension__more img {
    position: absolute;
    right: -40px;
    top: -4px
}

.eyelash-extension__content p {
    font-size: 17px!important;
    line-height: 28px!important;
    color: #333;
    margin: 0 0 20px;
    font-family: Arial!important
}

.eyelash-extension__content p b,
.eyelash-extension__list-item p {
    color: #3f1f6e;
    font-family: Arial!important
}

.eyelash-extension__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 258px;
    height: 54px;
    font-family: OpenSansBold, sans-serif;
    font-size: 20px;
    line-height: 26px;
    top: 850px;
    background-color: #4d236e;
    box-shadow: 0 7px 15px rgba(77, 35, 110, .3);
    border-radius: 36px;
    cursor: pointer;
    margin: 20px auto 10px
}

@media (max-width:600px) {
    .eyelash-extension__btn {
        width: 305px
    }
}

.eyelash-extension__downloaded {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3a0d5c
}

.eyelash-extension__downloaded img,
.eyelash-extension__more img {
    width: auto!important;
    margin: 0;
    box-shadow: none;
    border: 0
}

.eyelash-extension__count {
    margin: 0 6px
}

.eyelash-extension__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

.eyelash-extension__list-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 10px
}

.eyelash-extension__list-item p {
    margin: 0
}

.eyelash-extension__list-item img {
    height: 40px!important;
    width: 30px!important;
    margin: 0 17px 0 0!important;
    box-shadow: 0 0 10px 5px #ddd0;
    border: 0
}

.eyelash-extension__text-bottom {
    text-decoration: underline
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999999
}

@media (max-width:800px) {
    .popup-overlay-extension {
        overflow-y: scroll
    }
}

.popup-extension-effects {
    width: 775px;
    top: 5%;
    margin: auto;
    position: relative;
    padding: 50px;
    background: url(/bitrix/templates/anna/images/popup/extension-effects-bg.png) no-repeat center/cover, #fff;
    background-size: auto;
    box-sizing: border-box;
    box-shadow: 0 7px 15px rgba(77, 35, 110, .3);
    border-radius: 15px
}

@media (max-width:800px) {
    .popup-extension-effects {
        padding: 40px 20px;
        max-width: 345px;
        width: 100%;
        top: 4%
    }
}

.popup-extension-effects__close {
    margin: 0;
    font-size: 35px;
    color: #4d236e;
    border-radius: 50%;
    background-color: #ede9f1;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer
}

@media (max-width:800px) {
    .popup-extension-effects__close {
        width: 38px;
        height: 38px;
        right: -12px;
        top: -12px
    }
}

.popup-extension-effects__title {
    font-size: 36px;
    line-height: 42px;
    color: #4d236e;
    margin: 0 0 30px
}

@media (max-width:800px) {
    .popup-extension-effects__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px
    }
}

.popup-extension-effects__title span {
    color: #952166
}

.popup-extension-effects .extension-effects-form__fields {
    display: flex
}

@media (max-width:800px) {
    .popup-extension-effects .extension-effects-form__fields {
        flex-direction: column
    }
}

.popup-extension-effects .extension-effects-form__email {
    display: flex!important;
    align-items: center;
    flex-direction: column;
    margin: auto
}

.popup-extension-effects .extension-effects-form__field {
    display: none
}

.popup-extension-effects .extension-effects-form p,
.popup-extension-effects .extension-effects-form__field label {
    font-family: OpenSansRegular, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

@media (max-width:800px) {
    .popup-extension-effects .extension-effects-form__field label {
        font-size: 13px
    }
}

.popup-extension-effects .extension-effects-form__field input {
    width: 322px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 36px;
    padding: 0 30px;
    margin: 10px auto 20px;
    font-family: OpenSansRegular, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666
}

@media (max-width:800px) {
    .popup-extension-effects .extension-effects-form__field input {
        width: 100%
    }
}

.popup-extension-effects .extension-effects-form button {
    display: block;
    position: relative;
    font-family: OpenSansBold, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    width: 282px;
    height: 54px;
    background-color: #4d236e;
    box-shadow: 0 7px 15px rgba(77, 35, 110, .3);
    border-radius: 36px;
    border: 0;
    margin: 5px auto 10px;
    padding-right: 30px;
    cursor: pointer
}

@media (max-width:800px) {
    .popup-extension-effects .extension-effects-form button {
        width: 100%;
        padding-right: 45px;
        margin: 10px auto
    }
}

.popup-extension-effects .extension-effects-form p {
    line-height: 20px;
    text-align: center;
    color: #3a0d5c;
    margin: 0
}

.popup-extension-effects .extension-effects-form p b,
.popup-extension-effects__title {
    font-family: OpenSansBold, sans-serif
}

.popup-extension__checkbox-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    max-width: 500px;
}

.popup-extension__checkbox-group .control-mark {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 500;
    flex-flow: row-reverse;
    justify-content: flex-end;
    font-family: Arial;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #3f1f6e
}

.popup-extension__checkbox-group .control-mark p {
    margin: 0
}

.popup-extension__checkbox-group .control-mark input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.popup-extension__checkbox-group .control-mark .checkbox-img {
    margin-left: 50px
}

.popup-extension__checkbox-group .control-mark .checkbox-img img {
    margin-right: 18px;
    width: 38px;
    height: 50px
}

.popup-extension__checkbox-group .control-mark .control__indicator {
    position: absolute;
    top: 15px;
    left: 5px;
    border: 2px solid #4d236e;
    box-sizing: border-box;
    border-radius: 2px;
    width: 22px;
    height: 22px
}

.popup-extension__checkbox-group .control-mark input:checked~.control__indicator:before {
    width: 19px;
    height: 15px;
    content: url(/bitrix/templates/anna/images/popup/check-mark.png);
    top: -5px;
    left: 3px;
    position: absolute
}

.js-popup-extension-effects {
    display: none
}

.js-popup-extension-effects.active {
    display: block;
    -webkit-animation: fade-in 250ms ease-in-out;
    animation: fade-in 250ms ease-in-out
}

.modal-popup500 .modal-content {
    background-image: url(/images/fsrt_bg_pc.png);
}

@media (max-width: 768px) {
    .modal-popup500 .modal-content {
        background-image: url(/images/fsrt_bg_mob.png);
    }
}


/*  */

section.rlink-modern {
    display: grid;
    grid-template-columns: 220px calc(100% - 220px);
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

a.rlink-modern__image {
    width: 220px;
    height: 100%;
}

p.rlink-modern__title {
    width: 100% !important;
    background: #401F6E;
    font-family: Raleway !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    padding-left: 32px;
    padding-bottom: 6px;
    padding-top: 7px !important;
}

a.rlink-modern__name {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #DC1252 !important;
    padding-left: 32px;
    margin-bottom: 32px;
    margin-top: 24px;
}

a.rlink-modern__button {
    background: #DC1252;
    border-radius: 28px;
    color: white !important;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    align-items: center;
    padding: 11px 32px;
    margin-left: 32px;
    margin-bottom: 32px;
}

a.rlink-modern__button:hover {
    background: #401f6e;
}

.article p.rlink-modern__title {
    font-weight: bold !important;
    color: white !important;
}

.stylized.substrate-case.main>p b {
    font-weight: bold !important;
}

.slide-article-pic {
    height: 180px;
}

.slide-article-wr {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

.slide-article-name {
    padding: 0 24px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    display: block;
    align-items: center;
    color: #000000;
    min-height: 72px;
}

a.slide-article-link {}

.slide-article-wr a:last-of-type {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    /* or 100% */
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    padding: 11px 32px;
    background: #DC1252;
    border-radius: 26px;
    display: inline-block !important;
    margin-left: 24px;
    margin-bottom: 32px;
    margin-top: 24px;
}

.slide-article-wr a:last-of-type:hover {
    background: #401F6E;
}

.article img {
    box-shadow: none !important;
    border: none !important;
}

section.article_wrapper {
    display: flex;
}

aside.blog__sidebar.sticky_blog {
    height: fit-content;
}

aside.blog__sidebar.sticky_blog.fixed {
    top: 120px;
}

.article-slider {
    max-width: calc(740px + 290px);
}

.author_title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    /* or 200% */
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 32px;
}

.author_block-wr {
    display: flex;
    margin-bottom: 56px;
}

.author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.author-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.author-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 40px;
    /* or 250% */
    display: flex;
    align-items: center;
    color: #666666;
    padding-left: 24px;
}

.banners-container {
    display: none;
}

section.blognew_banner {
    width: 100% !important;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blognew_info {
    margin: 0px auto;
    margin-bottom: 65px;
    width: calc(740px + 290px);
}

section.blognew_banner:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .45);
}

.blognew_infowr_values {
    display: flex;
    margin-bottom: 24px;
}

.blognew_date {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-right: 24px;
}

.blognew_tag {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 4px 10px;
    background: #DC1252;
    margin-right: 24px;
}

.blognew_time {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    vertical-align: middle;
    line-height: 28px;
}

.blognew_infowr_title h1 {
    /* H1 Десктоп */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    /* or 56px */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.blognew_infowr_save {
    display: flex;
}

.blognew_infowr_save-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    /* or 125% */
    color: #FFFFFF;
    line-height: 1;
    padding-left: 35px;
    position: relative;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blognew_infowr_save-text svg {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    border-radius: 50% !important;
    overflow: hidden;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    background-size: contain !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item span.ya_share2__badge {
    padding: 5px !important;
}

.ya-share2__badge {
    padding: 2px;
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {
    background: #4C6C91;
}

section.blognew_banner {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: -120px;
    padding-top: 120px;
    height: calc(600px - 120px);
}

.blognew_info {
    z-index: 1;
    position: relative;
}

.breadcrambs {
    z-index: 1;
}

a.breadcrambs-link {
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    color: #FFFFFF !important;
}

.breadcrambs-item:after {
    color: white !important;
}

span.breadcrambs-link {
    color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 20px;
}

a.breadcrambs-link:hover {
    color: #DC1252 !important;
}

section.blognew_banner {
    margin-bottom: 80px;
}

.stylized.substrate-case.main {
    padding: 0px;
    background: white;
    border: none;
}

.stylized.substrate-case.important>p,
.stylized.substrate-case.main>p,
.stylized.substrate-case>p {
    margin: 0px;
    font-family: 'Raleway' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 40px !important;
    /* or 167% */
    display: flex;
    align-items: center;
    color: #000000;
    padding: 0px !important;
}

li {}

ul.stylized li {
    font-family: 'Raleway' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    line-height: normal !important;
    /* identical to box height, or 200% */
    display: flex;
    align-items: center;
    color: #000000;
    min-height: 52px;
    padding-bottom: 16px;
}

ul.stylized li:before {
    counter-increment: section;
    /* Инкрементирует счётчик*/
    content: counter(section);
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 24px;
    /* identical to box height, or 60% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #401F6E;
    position: relative;
    width: fit-content !important;
    height: fit-content !important;
    padding: 0px;
    margin-right: 32px;
}

ul.stylized {
    counter-reset: section;
    padding-left: 20px;
}

ul.stylized li:not(:last-child) {
    border-bottom: 1px solid #F5F5F5;
}

ul.stylized li:hover {
    color: #DC1252;
}

.article *:not(.insetElement-content):not(.buttonLink-content):not(.buttonSubmit-content) > p {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 32px !important;
    /* or 178% */
    /* display: flex !important; */
    align-items: center !important;
    color: #000000 !important;
}

.article h2 {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 48px !important;
    line-height: 105% !important;
    display: flex !important;
    align-items: center !important;
    color: #000000 !important;
    margin-top: 90px;
    margin-bottom: 50px;
}

.blognew_time {
    font-weight: 100;
}

.blognew_time b {
    font-weight: bold;
}

.article *:not(.insetElement-content):not(.buttonLink-content):not(.buttonSubmit-content) > p {
    font-weight: 100 !important;
}

.img-with-title img {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-top: 38px !important;
}

.img-with-title span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 32px;
    align-items: center;
    color: #AAAAAA;
    display: block;
    margin-top: 14px;
    margin-bottom: 38px;
}

p.ul-subtitle {
    font-family: Raleway !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 32px !important;
    display: flex;
    align-items: center;
    color: #000000 !important;
    margin-bottom: 38px;
    margin-top: 24px;
}

ul.ul-purple,
ul.ul-pink,
ul.ul-numbers {
    margin-bottom: 38px;
    padding-left: 80px;
    list-style: none !important;
}

ul.ul-purple li,
ul.ul-pink li,
ul.ul-numbers li {
    font-family: Raleway !important;
    font-style: normal;
    font-weight: 100 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    align-items: center;
    color: #000000;
    margin-bottom: 16px;
    position: relative;
    margin-top: 16px;
}

ul.ul-purple li:before,
ul.ul-pink li:before {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: calc(-37px - 8px);
    border: 3px solid #401F6E;
    border-radius: 50%;
    top: 10px;
}

ul.ul-pink li:before {
    border: 3px solid #DC1252;
}

ul.ul-purple li:hover:after,
ul.ul-pink li:hover:after {
    width: 4px;
    content: '';
    background: #DC1252;
    height: 4px;
    left: -40px;
    position: absolute;
    border-radius: 50%;
    top: 15px;
}

ul.ul-purple li:hover:after {
    background: #401F6E !important;
}

ul ul {
    list-style: none;
}

.beige-bg {
    padding: 40px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
    background: #F8F5F3;
    margin-top: 30px;
    margin-bottom: 30px;
}

.beige-bg.beige-border {
    border: 1px solid #D7B49C;
}

.purple-bg {
    padding: 40px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
    background: #ECE9F1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.purple-bg.purple-border {
    border: 1px solid #401F6E;
}

.pink-bg {
    padding: 40px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
    background: #FBE7EE;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pink-bg.pink-border {
    border: 1px solid #DC1252;
}

.gray-bg {
    padding: 40px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
    background: #F5F5F5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gray-bg.gray-border {
    border: 1px solid #9F9EA2;
}

.adblock-bg {
    height: 283px;
    background-size: contain;
    margin-top: 30px;
    position: relative;
}

.adblock-bg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.adblock-bg a:hover {
    background: rgba(0, 0, 0, 0.07);
}

.article-slider {
    margin-top: 96px;
}

.article-slider-title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 105%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 56px;
}

.tags_wrap {
    border: none !important;
    margin-bottom: 56px;
}

p.tags_title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    color: #333333;
    padding: 0px;
    background: transparent !important;
    text-transform: none !important;
    margin-bottom: 24px;
}

ul.tags_list {
    display: flex;
    flex-wrap: wrap;
}

li.tags_item {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100 !important;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 0px 8px;
}

li.tags_item:hover {
    background: #DC1252 !important;
}

.art-list__category.js-art-cat {
    position: relative !important;
    opacity: 1 !important;
    z-index: 0 !important;
}

.art-list__category.js-art-cat.active {
    display: none !important;
}

.art-list__tab.art-tab.js-art-tab.active {
    display: none;
}

.art-list__tab.art-tab.js-art-tab {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #333333;
    padding: 0px;
    text-transform: none !important;
    flex: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 32px;
    border: none !important;
    cursor: default !important;
}

.art-list__content {
    border: none !important;
    padding: 0px !important;
}

.art-list__category a {
    flex-direction: column;
    margin-bottom: 40px;
}

.art-preview__pic {
    flex: auto !important;
    height: 150px;
    margin-bottom: 24px;
}

.art-preview__text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 100 !important;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #666666;
}

.js-blog-slider {
    padding-bottom: 10px !important;
}

.slide-article-wr {
    margin-bottom: 15px;
}

.gradient-block {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #401F6E;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gradient-block div {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    padding: 48px 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.gradient-block div p.ul-subtitle {
    margin-top: 0px;
}

.gradient-block:before {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: linear-gradient(90deg, #401F6E, #DC1252);
    top: 20px;
    left: 20px;
}

.gradient-block div>* {
    margin: 0px;
}

ul.ul-numbers {
    counter-reset: ulnumbers;
}

ul.ul-numbers>li:before {
    counter-increment: ulnumbers;
    content: counter(ulnumbers);
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #401F6E;
    position: relative;
    width: fit-content !important;
    height: fit-content !important;
    padding: 0px;
    position: absolute;
    left: -54px;
    top: 2px;
}

ul.ul-numbers {
    margin-top: 30px;
    margin-bottom: 30px;
}

.popup-wheel.in-blog section.popup-wheel-content p.popup-wheel-content__terms {
    display: contents !important;
    justify-content: flex-start !important;
    text-align: left;
    align-items: flex-start !important;
    align-content: flex-start !important;
    text-align: left;
}

.popup-wheel.in-blog section.popup-wheel-content {
    text-align: left !important;
}

.popup-wheel.in-blog {
    flex-basis: 100%;
    flex-grow: 3;
}

ul.stylized li {
    flex-wrap: wrap;
}

ul.stylized li:before {
    position: absolute;
    left: 0;
    top: 10px;
}

ul.stylized li {
    padding-left: 40px;
}


/* .eyelash-extension__content p {display: contents !important;} */

p.tags_title.banner-right {
    margin-top: 30px;
}

.adblock-bg.banner-right {
    background-repeat: no-repeat;
}

.adblock-bg.banner-right {
    margin-right: 15px;
}

a.breadcrambs-link,
span.breadcrambs-link {
    font-family: 'Raleway' !important;
    font-weight: 100 !important;
}

ul.breadcrambs-list>li:nth-child(2) a {
    color: #DC1252 !important;
}

ul.stylized.star li {
    padding-left: 0px;
}

.blog_sticky-social {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 1;
    flex-direction: column;
    left: calc(50% - 585px);
    top: 475px;
}

.blog_sticky-social a img {
    max-width: 14px;
}

.blog_sticky-social a {
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f4b7cb;
    align-items: center;
    margin-bottom: 8px;
}

a.blog-social-vk img {
    width: 17px !important;
    max-width: 17px !important;
}

.blog_sticky-social a:hover {
    background: #DC1252;
}

.adblock-bg.banner-right:hover a {
    background: none !important;
}

.adblock-bg.banner-right {
    height: 125px;
}

#tns1>.tns-item {
    padding-right: 24px;
}

.article-slider-left,
.article-slider-right {
    display: none;
}

.article-slider-middle {
    max-width: 100% !important;
}

div#tns1-iw {
    padding: 0 15px;
}

#tns1>.tns-item {
    padding-right: 24px;
    padding-left: 24px;
}

div#tns1-iw {
    padding: 0px;
    margin: 0px;
}

div#tns1-iw {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-slider-title {
    margin-bottom: 36px !important;
}

.slide-article-wr {
    user-select: none;
}

div#tns1-ow {
    display: flex;
    flex-direction: column-reverse;
}

.tns-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tns-nav button {
    width: 32px;
    margin-left: 12px;
    margin-right: 12px;
    border: none;
    height: 4px;
    border-radius: 3px;
}

.tns-nav button:hover,
.tns-nav button.tns-nav-active {
    background: #401F6E;
}

a.slider-blog-tag {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: white !important;
    padding: 4px 10px;
    background: #401F6E;
    margin-left: 25px;
    margin-bottom: 24px;
    display: inline-block;
    margin-top: 12px;
}

a.slider-blog-tag:hover {
    background: #DC1252;
}

.table-with-scroll td {
    border: none !important;
    background: #F5F5F5;
}

.table-with-scroll table {
    background: #DDDDDD;
}

.table-with-scroll table thead td {
    background: #401F6E;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    color: #FFFFFF;
    white-space: nowrap;
    padding: 20px;
    min-width: 297px;
}

.table-with-scroll table tbody td {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    align-items: center;
    color: #000000;
    padding: 24px;
    vertical-align: baseline;
}

.table-with-scroll {
    overflow-x: auto;
}

.fake-scroll {
    background: #F5F5F5;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.table-with-scroll {
    width: 100%;
    margin-bottom: 32px;
}

.fake-scroll {
    opacity: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-with-scroll {
    padding-bottom: 20px;
}

.table-with-scroll::-webkit-scrollbar {
    height: 12px;
}

.table-with-scroll::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 20px;
}

.table-with-scroll::-webkit-scrollbar-thumb {
    background-color: #401F6E;
    outline: 0px solid slategrey;
    border-radius: 20px;
}

@media (max-width: 1366px) {
    .article h2 {
        font-size: 38px !important;
        margin-bottom: 30px;
        margin-top: 42px;
    }
}

@media (max-width: 1200px) {
    .blognew_info {
        max-width: 100% !important;
        width: 740px;
    }
    section.blognew_banner {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
    }
    aside.blog__sidebar.sticky_blog {
        display: none !important;
    }
    .article-slider {
        max-width: 100% !important;
        width: 720px;
    }
    .article-slider-title {
        padding: 0 15px;
    }
    .blognew_infowr {
        padding: 0 15px;
    }
    .slide-article-wr a:last-of-type {
        font-size: 14px;
        margin-left: 15px;
        padding: 10px 15px;
    }
    .slide-article-name {
        padding: 0 15px;
        font-size: 14px;
    }
    .blog_sticky-social {
        display: none;
    }
    .breadcrambs {
        position: relative !important;
        left: 25px;
    }
    section.blognew_banner:before {
        background: rgba(0, 0, 0, .15);
    }
    .blognew_infowr_title h1 {
        font-size: 52px !important;
    }
    ul.stylized {}
    ul.stylized li {
        padding-left: 60px;
    }
    ul.stylized li:before {
        left: 16px;
    }
    .article h2 {
        font-size: 48px !important;
    }
}

@media (max-width: 767px) {
    section.blognew_banner {
        margin-top: -100px;
    }
    .blognew_infowr_title h1 {
        font-size: 40px;
    }
    .blognew_time {
        display: flex;
        flex-direction: column;
    }
    .blognew_tag {
        font-size: 16px;
        line-height: normal;
        height: fit-content;
    }
    .blognew_date {
        height: fit-content;
        font-weight: 100 !important;
    }
    .blognew_time {
        position: absolute;
        bottom: 0;
        flex-direction: row;
    }
    .blognew_infowr_save {
        position: absolute;
        bottom: -125px;
    }
    section.blognew_banner:before {
        background: rgba(0, 0, 0, .15);
    }
    .breadcrambs-item:last-child .breadcrambs-link {
        text-decoration: none !important;
    }
    .blognew_infowr_save-text svg {
        display: none;
    }
    .blognew_infowr_save-text {
        font-size: 14px;
        color: #333 !important;
        padding: 0px;
    }
    article.article {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 8px;
    }
    section.article_wrapper {
        max-width: 100% !important;
    }
    .stylized.substrate-case.main>p b {
        font-size: 20px;
        lijne-he: 40px;
    }
    .stylized.substrate-case.main {}
    article.article {}
    ul.stylized li:before {
        font-size: 32px;
        line-height: 24px;
    }
    ul.stylized li {
        font-size: 18px !important;
        padding-bottom: 6px;
        margin-top: 6px;
        padding-bottom: 9px;
    }
    .article h2 {
        font-size: 40px !important;
        margin-bottom: 30px !important;
    }
    .img-with-title {
        margin-left: -15px;
        margin-right: -15px;
    }
    .img-with-title span {
        padding-left: 15px;
    }
    ul.ul-purple,
    ul.ul-pink,
    ul.ul-numbers {
        padding-left: 45px;
    }
    ul.ul-purple li:before,
    ul.ul-pink li:before {
        left: calc(-35px);
    }
    ul.ul-purple li:hover:after,
    ul.ul-pink li:hover:after {
        left: -30px;
    }
    ul.ul-numbers>li:before {
        font-size: 32px;
        left: -37px;
        top: 3px;
    }
    .beige-bg {
        padding: 32px;
        font-size: 18px;
    }
    .purple-bg {
        padding: 32px;
        font-size: 18px;
    }
    .pink-bg {
        padding: 32px;
        font-size: 18px;
    }
    .gray-bg {
        padding: 32px;
        font-size: 18px;
    }
    section.rlink-modern {
        display: flex;
        flex-direction: column;
    }
    a.rlink-modern__image {
        height: 180px;
        width: 100% !important;
    }
    .gradient-block div {
        padding: 32px;
    }
    .gradient-block div p.ul-subtitle {
        line-height: 130% !important;
    }
    .adblock-bg {
        background-repeat: no-repeat;
        height: 41vw;
    }
    .article-slider-title {
        font-size: 40px;
    }
    .slide-article-pic {
        width: 100% !important;
    }
    .article-slider {
        width: calc(100% - 30px);
    }
    .read-more__mob.js-read-more {
        display: none !important;
    }
    .breadcrambs {
        left: 0px !important;
    }
    section.blognew_banner {
        height: 460px;
    }
    .blognew_infowr_title h1 {
        font-size: 40px !important;
    }
    .blognew_time b {
        margin-right: 5px;
    }
    p.ul-subtitle {
        margin-bottom: 28px !important;
        line-height: 30px !important;
    }
    ul.ul-purple,
    ul.ul-pink,
    ul.ul-numbers {
        margin-bottom: 28px !important;
    }
    .gradient-block ul.ul-purple {
        padding-left: 35px;
    }
    .tns-nav button {
        margin-left: 3px;
        margin-right: 3px;
        width: 14px;
    }
    .author_block {
        display: block !important;
        width: 100% !important;
    }
    section.article_wrapper {
        flex-direction: column !important;
    }
    .author_block-wr {
        min-width: 100% !important;
        padding-left: 15px;
        margin-top: 30px;
    }
    .author-name p {
        font-family: Raleway;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 40px;
        display: flex;
        align-items: center;
        color: #333333;
        margin: 0px;
        line-height: 1;
        text-align: left !important;
        width: 100%;
        margin-bottom: 6px;
        padding-top: 5px;
    }
    .article-slider {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .popup-wheel.in-blog .modal-content {
        background: url(/images/bgmobile.webp) !important;
    }
    .popup-wheel.in-blog section.popup-wheel-content p.popup-wheel-content__terms {
        color: black !important;
    }
}

@media (max-width: 767px) {
    section.blognew_banner {
        margin-top: -77px;
    }
    section.blognew_banner:before {
        background: rgba(0, 0, 0, .45);
    }
}

ul.stylized.star li {
    padding: 0 15px;
    font-weight: 100;
    border: 0px !important;
    padding: 0px;
    line-height: 32px !important;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 18px !important;
}

.sticky_blog.fixed {
    top: 15%;
}

a.blognew_tag {
    display: block;
    color: white !important;
}

a.blognew_tag:hover {
    opacity: 0.7;
}

.author_block-wr {
    position: relative;
}

.author_block-wr>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.author_block-wr:hover .author-name {
    color: #dc1252;
}


/*  */

.popup-wheel.in-blog .modal-content {
    background: url(/images/0604bg_pc.png) !important;
    background-size: auto 100% !important;
}

.popup-wheel.in-blog p.popup-wheel-content__heading {
    color: #E28383 !important;
}

@media (max-width: 992px) {
    .popup-wheel.in-blog .modal-content {
        background: url(/images/0604bg_mobile.png) !important;
        background-size: cover !important;
    }
}

.eyelash-extension__title {
    width: 340px;
    max-width: 100%;
    font-size: 32px;
    font-family: Montserrat;
    color: #333333;
    font-weight: 600;
    margin-bottom: 18px;
}

.eyelash-extension__title b {
    color: #DC1252;
}

.eyelash-extension__name {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    /* or 250% */
    display: flex;
    align-items: center;
    color: #DC1252;
}

.eyelash-extension__position {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    display: flex;
    align-items: center;
    color: #666666;
    width: 340px !important;
    max-width: 100% !important;
}

.eyelash-extension__telegram {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    /* identical to box height, or 106% */
    display: flex;
    align-items: center;
    color: #333333;
    background: linear-gradient(90deg, rgba(244, 143, 140, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    height: 52px;
    margin-left: -45px;
    padding-left: 45px;
    width: 388px;
    max-width: 100%;
}

.js-eyelash-extension p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    /* or 27px */
    align-items: center;
    color: #333333;
}

.eyelash-extension__content p {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 159% !important;
    /* or 27px */
    align-items: center !important;
    color: #333333 !important;
}

.eyelash-extension__content p b {
    color: #333333 !important;
}

.eyelash-extension__list-item p {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 130% !important;
    /* or 22px */
    align-items: center !important;
    text-decoration-line: underline;
    color: #DC1252 !important;
}

.eyelash-extension__content p.eyelash-extension__text-bottom b {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 160% !important;
    /* or 27px */
    display: flex !important;
    align-items: center !important;
    color: #333333 !important;
    text-decoration: none !important;
    text-decoration-underline: none !important;
    text-decoration-line: none !important;
}

p.eyelash-extension__text-bottom {
    text-decoration: none !important;
}

.eyelash-extension__btn {
    display: none !important;
}

form#extension_effects>p {
    display: none;
}

form#extension_effects {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
}

.extension-effects-form__field.extension-effects-form__email {
    display: flex;
    flex-direction: column;
}

.extension-effects-form__field.extension-effects-form__email label {
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 130% !important;
    /* or 21px */
    display: flex;
    align-items: center;
    text-align: center;
    color: #404040;
    margin-bottom: 8px;
    justify-content: center;
}

input#extension-effects-form-email {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 36px;
    height: 56px;
    padding-left: 29px;
    color: #777;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 431px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
}

form#extension_effects button {
    background: #DC1252;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 34px;
    height: 52px;
    width: 431px;
    max-width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding-left: 32px;
    border: none !important;
}

section.eyelash-extension {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%) !important;
}

.eyelash-extension__list-item {
    padding-left: 15px !important;
    margin-bottom: 15px;
}

.eyelash-extension__list-item p {
    padding-top: 0px !important;
}

.eyelash-extension__list {
    margin-bottom: 15px;
}

.eyelash-extension__downloaded {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    display: flex;
    align-items: center;
    color: #DC1252;
    margin-top: 10px;
}

.eyelash-extension__list * {
    pointer-events: none !important;
}

.article .js-eyelash-extension img {
    top: -306px;
    max-width: 250px;
    right: -50px;
    top: -335px;
}

.eyelash-extension__position {
    font-size: 13px !important;
}

.eyelash-extension__title {
    font-size: 28px;
}

.eyelash-extension__more {
    display: none;
}

.eyelash-extension__telegram {
    margin-bottom: 30px;
}

form#extension_effects button:hover {
    background: #e28383 !important;
}

@media (max-width: 767px) {
    .popup-wheel.in-blog img.static_wheel {
        max-width: 250px !important;
        left: calc(50% - 269px / 2) !important;
    }
}

.extension-effects-form__field.extension-effects-form__email label {
    margin-bottom: 0px;
    margin-top: 2px;
}

body .popup-extension__checkbox-group .control-mark {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .extension-effects-form__field.extension-effects-form__email label {
        margin-bottom: 0px;
        margin-top: 2px;
    }
    body .popup-extension__checkbox-group .control-mark {
        margin-bottom: 9px;
    }
    .popup-extension__checkbox-group {
        margin-bottom: 5px;
    }
}