

/* Start:/local/templates/main/css/style.css?175153264590309*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    background-image: url('/local/templates/main/css/../img/bg_top.png'), url('/local/templates/main/css/../img/bg_bot.png');
    background-position-x: 0;
    background-position-y: 0, 100%;
    background-repeat: no-repeat;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



.inner-main {
    background-image: url('/local/templates/main/css/../img/main-iner_bg.png');
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 1s;
}

a:not(.purple_btn):hover {
    color: #8f0d9b;
}

.bold {
    font-weight: bold;
}

.purple_btn {
    color: #fff;
    font-weight: 600;
    background-color: rgb(143, 13, 155);
    cursor: pointer;
    border-radius: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
}

.purple_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
    transition: all 1s ease;
}

.purple_btn:hover::before {
    width: 100%;
}

.breadcrumbs {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 60px;
}

.breadcrumbs a:not(:last-child) {
    text-decoration: underline;
}

.breadcrumbs span {
    width: 6px;
    height: 2px;
    background-color: #000;
}

.header {
    padding-top: 30px;
    margin-bottom: 50px;
    background: #fff;
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

.header__logo img {
    width: 100%;
    max-width: 190px;
}

.header__menu {
    width: 100%;
}

.header__menu__contacts {
    display: flex;
    gap: 37px;
    justify-content: space-between;
    width: 100%;
}

.header__menu__contacts__item {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgba(125, 125, 125, 1);
    font-weight: 500;
    line-height: 19.5px;
    display: flex;
    gap: 10px;
    max-width: 200px;
    position: relative;
}

/*.header__menu__contacts__item::before {
    position: absolute;
    content: "";
    background-image: url('/local/templates/main/css/../img/loc.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 21px;
    left: -25px;
}

.header__menu__contacts__item.phone--icon::before {
    background-image: url('/local/templates/main/css/../img/phone1.svg');
    height: 18px;
}

.header__menu__contacts__item.mail--icon::before {
    background-image: url(/local/templates/main/css/../img/svg/mail.svg);
    height: 18px;
}*/

.header__menu__nav {
    background: rgba(196, 120, 199, 1);
}

.header__menu__nav__ul {
    display: flex;
    gap: 35px;
    /* justify-content: space-between; */
    padding: 22px 0;
}

.header__menu__nav__ul__li {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.143;
    text-align: center;
}

.header__menu__nav__ul__li.submenu {
    position: relative;
}

.header__menu__nav__ul__li.submenu::before {
    content: '';
    background-image: url('/local/templates/main/css/../img/svg/ul.svg');
    width: 12px;
    height: 6px;
    /* transform: rotate(90deg); */
    background-repeat: no-repeat;
    right: 14px;
    top: 6px;
    position: absolute;
}

.header__menu__nav__ul__li:not(:last-child) {
    /* border-right: 1px solid rgb(231, 197, 230); */
    padding-right: 7%;
}

.submenu_il {
    padding-top: 20px;
    position: absolute;
    background-color: #fff;
    z-index: 900;
    width: 100%;
    display: none;
}



li.header__menu__nav__ul__li a {
    white-space: wrap;
    color: #fff;
    position: relative;
    padding-bottom: 28px;
}

li.header__menu__nav__ul__li a:hover {
    color: #FFF;
}

li.header__menu__nav__ul__li a::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    height: 2px;
    background: #fff;
    width: 100%;
    opacity: 0;
    transition: .3s;
}

a.header-bottom__item-link.header-bottom__item-link-new:hover {
    color: #8F0D9B;
}

a.header-bottom__item-link.header-bottom__item-link-new::after {
    bottom: -10px;
}

li.header__menu__nav__ul__li a:hover:after {
    opacity: 1;
}

.header__menu__nav__ul__li:not(:last-child) {
    padding-right: 30px;
}

.submenu_il li:not(:last-child) {
    /* margin-bottom: 10px; */
}

.header__btn {
    width: 288px;
}

.top-slider {}

.top-slider__wrap {}

.top-slider__item {
    display: flex !important;
    overflow: hidden;
}


/* .top-slider__item>div {
    width: 50%;
} */

.top-slider__item__text {
    padding-bottom: 140px;
    width: max-content;
}

.top-slider__item__img {
    width: 50%;
    position: relative;
}

.top-slider__item__text__title {
    font-size: 60px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.125;
    text-align: left;
    margin-bottom: 40px;
}

.top-slider__item__text__descr .form-container {
    max-width: 600px;
}

.top-slider__item__text__descr {
    font-size: 24px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: left;
    /* max-width: 400px; */
}

.top-slider__item__img img {
    width: 130%;
    position: absolute;
    top: 0;
    right: 0;
}

.beforeafter {
    margin-bottom: 140px;
}

.title {
    position: relative;
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1.4;
    padding-left: 90px;
    margin-bottom: 50px;
}

.title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(143, 13, 155);
    height: 4px;
    width: 64px;
    border-radius: 2px;
}

.beforeafter__title {}

.beforeafter__wrap {}

.text {
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

.text b {
    font-weight: 700;
}

.text span {
    font-style: italic;
}

.beforeafter__text {
    margin-bottom: 40px;
}

.beforeafter__block img {
    width: 100%;
    object-fit: cover;
}

.beforeafter__block {
    border: 1px solid rgb(231, 197, 230);
    border-radius: 16px;
    height: 560px;
    margin-bottom: 40px;
}

.sl-container .before,
.sl-container .after {
    padding: 22px 32px;
    border-radius: 28px;
    background-color: #e7c5e6;
    position: absolute;
    color: #8f0d9b;
    z-index: 15;
    top: 40px;
    font-weight: 700;
}

.sl-container .before {
    left: 36px
}

.sl-container .after {
    right: 36px;
}

.beforeafter__btn {
    width: 194px;
    margin: 0 auto;
}

.sl-container {
    overflow: hidden;
    position: relative;
    width: 1170px;
    box-sizing: border-box;
    border: 2px solid rgb(231, 197, 230);
    border-radius: 16px;
    height: 560px;
    margin-bottom: 40px;
}

.sl-container .view {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sl-container .view img {
    width: 1170px;
    max-width: 1170px;
    height: 560px;
    object-fit: cover;
}

.sl-container .view-before {
    z-index: 100;
}

.sl-container .view-after {
    width: 100px;
    z-index: 200;
}

.sl-container .dragme {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    left: 100px;
    background-color: #fff;
    cursor: pointer;
    z-index: 300;
    border-right: 5px solid #e7c5e6;
}

.sl-container .dr-circle {
    position: absolute;
    top: calc(50% - 32px);
    left: -48px;
    width: 104px;
    height: 64px;
    cursor: pointer;
    z-index: 300;
    background-image: url('/local/templates/main/css/../img/arrow_ba.png');
}

.advantages {
    margin-bottom: 140px;
}

.recommendations {
    margin-bottom: 140px;
}

.advantages {
    background-image: url('/local/templates/main/css/../img/bg_round.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.advantages__wrap,
.recommendations__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.advantages__item,
.recommendations__item {
    line-height: 1.5;
    text-align: center;
    padding: 40px;
    border: 1px solid rgb(212, 153, 214);
    border-radius: 16px;
    flex: 0 0 23%;
    flex-grow: 1;
    box-sizing: border-box;
    background: #fff;
}




.catalog {
    margin-bottom: 60px;
}

.catalog .title {
    margin-bottom: 30px;
}

.main-catalog {
    margin-bottom: 140px;
}

.catalog__title {}

.catalog__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 375px));
    gap: 10px;
    margin-bottom: 60px;
}

.catalog__item {
    padding: 10px;
    border: 1px solid rgb(212, 153, 214);
    border-radius: 16px;
    background-color: #fff;
    display: flex !important;
    flex-direction: column;
}

.catalog__item__img img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.catalog__item__name {
    font-size: 20px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 24.38px;
    margin-bottom: 10px;
}

.catalog__item__descr {
    line-height: 1.333;
    text-align: center;
    margin-bottom: 40px;
}

.catalog__item__ul {
    margin-bottom: 20px;
    flex-grow: 1;
}

.catalog__item__ul>li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(212, 153, 214);
}

.catalog__item__ul>li::before {
    top: 4px;
    background-position-y: 0 !important;
}

.ul_custom>li {
    color: rgb(0, 0, 0);
    line-height: 1.333;
    padding-left: 25px;
    list-style: none;
    position: relative;
    font-size: 16px;
}

.ul_custom>li:not(:last-child) {
    margin-bottom: 15px;
}

.ul_custom>li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238f0d9b' d='M5.171 7L.221 2.05 1.637.637 8 7.001l-6.364 6.364L.222 11.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    left: 0;
    top: 4px;
    position: absolute;
    width: 8px;
    background-repeat: no-repeat;
}

.catalog__item__btn {
    width: 100%;
    border: none;
    outline: none;
    /* margin: 0 auto; */
}

.props {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    padding-left: 25px;
    align-items: start;
    font-size: 14px;
}

.props::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238f0d9b' d='M5.171 7L.221 2.05 1.637.637 8 7.001l-6.364 6.364L.222 11.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    left: 0;
    background-position-y: top;
    position: absolute;
    width: 8px;
    background-repeat: no-repeat;
}

.props>li:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
}

.props>li:nth-child(2) {
    text-align: right;
}

.about {
    padding-bottom: 40px;
}

.about .container {
    display: flex;
    max-width: unset;
    margin-left: calc((100vw - 1170px) / 2);
    gap: 28px;
}

.about__slider .slick-list,
.about__slider .slick-track {
    height: 100%;
}

.about__slider {
    position: relative;
    width: 55%;
}

.about__slider .slider__dots {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.about__slider img {
    border-radius: 16px 0 0 16px;
    width: 98%;
    height: 100%;
    object-fit: cover;
    object-position: 65%;
}

.about__wrap {
    width: 45%;
}

.about__text {}

.about__text .text {
    margin-bottom: 40px;
}

.about__text .text:last-of-type {
    margin-bottom: 30px;
}

.about__title {}

.about__btn {
    width: 180px;
}

.recommendations__wrap-margin {
    margin-bottom: 20px;
}

.types {
    margin-bottom: 140px;
}

.types__title {}

.types__wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.types__left {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.types__left__item {
    border-radius: 16px;
    border: 1px solid #d499d6;
    background-color: #ffffff;
    padding: 40px;
    flex-grow: 1;
}

.types__item__img {
    height: 125px;
}

.types__item__img img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    height: 100%;
    object-position: left;
}

.types__item__title {
    font-weight: 700;
    margin-top: 20px;
}

.types__item__ul {
    margin-top: 20px;
}

.types__item__ul li:not(:first-child) {
    margin-top: 16px;
}

.types__right {
    flex-basis: 50%;
    border-radius: 16px;
    border: 1px solid #d499d6;
    background-color: #ffffff;
    padding: 40px;
}

.types__item__text {
    margin-top: 20px;
}

.types__title {
    padding: 10px 0;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.types__title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 180px;
    background: #D499D6;
    bottom: 0;
    left: 0;
}

.usage .types__text {
    margin-bottom: 20px;
}

.types__ul li {
    position: relative;
    padding-left: 25px;
}

.types__ul li:before {
    content: '';
    background-image: url(/local/templates/main/css/../img/vector-icon.png);
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.types__item__title {
    margin-bottom: 20px;
}

.ul__types {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.types__right-block {
    float: right;
}

.types__right-block img {
    width: 100%;
}

.request {
    margin-bottom: 140px;
}

.request__wrap {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.request__text {
    max-width: 760px;
}

.request__text .text:not(:last-child) {
    margin-bottom: 40px;
}

.request__title {}

.request__form__wrap {
    border-radius: 16px;
    border: 1px solid #d499d6;
    background-color: #8f0d9b;
    padding: 32px;
    height: 100%;
}

.request__form__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
}

.request__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.request__form__inpput {
    padding: 22px 25px;
    padding-left: 80px;
    border: 0;
    position: relative;
    border-radius: 32px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat";
}

.user--icon {}

.phone--icon {}

.request__form__agry {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.request__form__btn {
    color: #fff;
    padding: 20px;
    border-radius: 32px;
    border: 4px solid #ffffff;
    background-color: #8f0d9b;
    cursor: pointer;
    transition: 1s;
    font-size: 16px;
}

.request__form__btn:hover {
    color: #8f0d9b;
    background-color: #fff;
}

.blog {
    margin-bottom: 140px;
}

.blog__wrap {
    margin: 0 -12px;
    margin-bottom: 40px;
}

.blog__arrow-button {
    display: flex;
    justify-content: center;
    background: #8f0d9b;
    width: 100px;
    color: white;
    padding: 10px;
    font-weight: 600;
    position: relative;
    border-radius: 30px;
}

.blog__arrow-button:hover {
    color: white !important;
}

.blog__arrow-button::before {
    transition: all .3s;
    font-weight: 600;
    content: '⇦';
    font-size: 25px;
    position: absolute;
    top: 4px;
    left: 10px;
}

.blog__arrow-button:hover::before {
    left: 7px;
    transition: all .3s;
}

.blog__item {
    margin: 0 12px;
    line-height: 1.5;
}

.blog__item__img {
    height: 240px;
    margin-bottom: 30px;
    border-radius: 16px;
}

.blog__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.blog__btn {
    max-width: 212px;
    margin: 0 auto;
}

.contacts {
    margin-bottom: 70px;
}

.contacts .container {
    max-width: 100%;
    margin-left: calc((100vw - 1170px) / 2);
}

.contacts__title {
    margin-bottom: 30px;
}

.contacts__wrap {
    display: flex;
    gap: 60px;
}

.contacts__wrap>div {
    width: 100%;
}

.contacts__info {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contacts__info__item {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 600;
    line-height: 1.5;
}

.contacts__info__item svg {
    width: 24px;
}

.contacts__info__soc {
    display: flex;
    gap: 24px;
}

.contacts__info__soc a {
    transition: 1s;
}

.contacts__info__soc a:hover {
    opacity: 0.6;
}

.contacts__info__btn {
    max-width: 250px;
}

.contacts__map {}

.map__wrap {
    height: 100%;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}

.footer {
    margin-top: 70px;
    padding-bottom: 70px;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #FDE0FE;
}

.footer__wrap>* {}

/* .footer__nav:not(:first-of-type) {
    padding-left: 30px;
    border-left: 1px solid rgb(231, 197, 230);
} */

.footer__nav ul li:not(:last-child) {
    margin-bottom: 18px;
}

.footer__brevis {
    margin-top: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__brevis img {
    width: 41px;
    height: 65px;
}

.footer__brevis div {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.top-slider__wrap .slider_arrow {
    top: 26%;
    transform: translateY(50%);
}

.slider_arrow {
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 2;
    cursor: pointer;
    transition: 1s;
}

.slider_arrow:hover {
    opacity: 0.7;
}

.slider_arrow--left {
    left: -105px;
    background-image: url('/local/templates/main/css/../img/arrow-slider.png');
}

.slider_arrow--right {
    right: -105px;
    background-image: url('/local/templates/main/css/../img/arrow-slider-r.png');
}

.slider__dots {
    display: flex;
    gap: 32px;
    position: absolute;
}

.top-slider__wrap .slider__dots {
    bottom: 100px;
}

.slider__dots button {
    font-size: 0;
    outline: none;
    border: 0;
}

.slider__dots button {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #e7c5e6;
    transition: .5s;
}

.slider__dots .slick-active button {
    width: 64px;
    background-color: #8f0d9b;
}

.burger-menu {
    display: none;
}

.hamburger-inner::before {
    width: 29px;
    right: 0;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    width: 40px;
 }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #8f0d9b!important;
    height: 3px;
    border-radius: 3px;
}

.beforeafter .twentytwenty-wrapper {
    height: 555px;
    margin-bottom: 24px;
}

.beforeafter__block {
    height: 555px !important;
}

.beforeafter__block img {
    height: 100%;
}

.request__form__inpput {
    background-repeat: no-repeat;
    background-position-x: 28px;
    background-position-y: center;
    position: relative;
}

.request__form__inpput.user--icon {
    background-image: url('/local/templates/main/css/../img/svg/user.svg');
}

.request__form__inpput.phone--icon {
    background-image: url('/local/templates/main/css/../img/svg/phone.svg');
}

.blog__wrap .slider_arrow {
    top: 18%;
    transform: translateY(50%);
}

.footer__logo img {
    width: 100%;
}

.product {
    margin-bottom: 60px;
}

.product__title {}

.product__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.product__img {
    border-radius: 16px;
    border: 1px solid #d499d6;
    background-color: #ffffff;
    padding: 40px;
}

.product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__info {
    border-radius: 16px;
    border: 1px solid #d499d6;
    background-color: #ffffff;
    padding: 40px;
}

.bx_catalog_text_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 80px;
}

.product-section__icon {
    width: 300px;
    height: 100%;
    max-height: 250px;
    /*height: 100%;*/
}

.bx_catalog_text_ul li {
    flex: 0 1 33%;
    text-align: center;
}

.catalog-inner .catalog__wrap {
    /* display: block; */
}

.bx_catalog_text_title {
    margin-bottom: 30px;
    font-weight: bold;
}

.catalog-inner .catalog__item {
    display: block;
    margin: 0 12px;
}

.catalog-inner .slider_arrow {
    top: 40%;
    transform: translateY(50%);
}

.description .text {
    margin-bottom: 30px;
}

.description .ul_custom {
    margin-bottom: 30px;
    max-width: 450px;
}

.description li:not(:last-child) {
    margin-bottom: 20px;
}

.btn-up {
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.btn-up::before {
    content: "";
    width: 64px;
    height: 64px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("/local/templates/main/css/../img/svg/btn_up.svg");
}

.btn-up_hide {
    display: none;
}

.burger-menu_nav {
    padding-top: 0;
    position: fixed;
    top: 150px;
    z-index: 1100;
    display: flex;
    flex-flow: column;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    left: -100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
    left: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.burger-menu_link {
    padding: 18px 25px;
    font-size: 20px;
    text-decoration: none;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    font-family: Montserrat;
}

.burger-menu_link:first-child {
    border-top: 1px solid #fff;
}

.burger-menu_link:hover {
    filter: brightness(0.9);
}

.slider_arrow.slider_arrow--right.slick-arrow {
    margin-right: 20px;
}

.usage {
    line-height: 1.5;
}

.usage h2, .content-header {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.subtitle-h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}


.usage p {
    margin-bottom: 10px;
}

.img-right {
    border: 1px solid rgb(212, 153, 214);
    border-radius: 16px;
    float: right;
}

.img-right+p {}

.ul__usage {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ul__usage li {
    /*max-width: 490px;*/
}

.popup_wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1101;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.popup_wrap .request__form__wrap {
    max-width: 600px;
    max-height: 385px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}

.popup_close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
}

.props_cover {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.props__title {
    line-height: 120%;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.blog-item {
    flex: 0 1 27%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    color: #000;
    font-family: "Montserrat";
    font-style: normal;
    line-height: normal;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #8F0D9B;
    background: #FFF;
    transition: 0.3s ease;
}

.blog-item:hover {
    box-shadow: #8F0D9B 1.95px 1.95px 2.6px;
}

.blog-date {
    font-size: 14px;
    font-weight: 400;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
}

.blog-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.image-block img {
    display: block;
    margin: 0 auto;
    width: 75%;
    max-width: 600px;
    border-radius: 50px;
}

.image-block {
    margin-bottom: 10px;
}

.blog-btn {
    position: relative;
    padding: 0.7em 0;
    background: #8F0D9B;
    border-radius: 0.5em;
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

.blog-btn:hover {
    color: #fff !important;
}

.blog-btn::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(178 91 199) 50%, rgb(178 91 199) 60%);
    border-radius: 0 0 0.5em 0;
    box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.blog-btn:hover::before {
    width: 1.6em;
    height: 1.6em;
}

.blog-btn:active {
    box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
    transform: translate(0.1em, 0.1em);
}

.blog__inner {}

.blog-img img {
    width: 320px;
    height: 250px;
    border-radius: 40px;
    object-fit: cover;
}

.blog__inner-preview {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.blog__inner-preview .text {
    margin-bottom: 10px;
    padding: 10px 25px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog__inner-left {
    flex: 1 1 47%;
}

.blog__inner .text {
    margin-bottom: 10px;
}

.blog__inner-right {
    flex: 0 1 47%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow: hidden;
    border-radius: 15px;
    height: 350px;
}

.blog__inner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__inner-pluses {}

.text-pluses {
    font-weight: bold;
}

.pluses {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.plus {
    position: relative;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #800080;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f695a6, #800080);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f695a6, #800080);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    flex: 1 1 234px;
}

.plus__number {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #800080;
    width: 40px;
    height: 40px;
    border-bottom-right-radius: 20px;
}

.plus__text {
    margin-top: 20px;
}

.blog__examples {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
}

.example {
    display: flex;
    align-items: center;
    padding: 20px;
    padding: 10px 25px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.example__name {
    flex: 1 1 30%;
    font-weight: bold;
}

.example__descr {
    flex: 1 1 60%;
    padding-left: 10px;
    line-height: 25px;
    border-left: #8F0D9B 3px solid;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.blog__inner-steps .text {
    font-weight: bold;
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}

.step-descr {
    width: 90%;
    padding-left: 5px;
}

.step-number {
    width: 40px;
    height: 40px;
    border: 1px #541853 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.blog-attention {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    background: rgb(194, 59, 192);
    background: linear-gradient(90deg, rgb(230, 168, 179) 0%, rgba(246, 149, 166, 1) 100%);
    color: white;
    margin-bottom: 15px;
}

.blog-attention::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #541853;
    border-radius: 30px;
    transition: all .3s;
    animation: attentionBlock 20s linear alternate infinite;
}

.blog-attention::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0px;
    top: 0%;
    background: #541853;
    border-radius: 30px;
    transition: all .3s;
}

.text-bold {
    font-size: 18px;
    font-weight: 600;
}

.text-cursive {
    font-size: 18px;
    font-style: italic;
}

.form-container {
    margin-top: 50px;
}

.input-group {
    display: flex;
    gap: 10px;
}

.input-field {
    position: relative;
    flex: auto;
    width: 100%;
}

.input-icon {}

.input-icon::before {
    content: "";
    background: url('/local/templates/main/css/../img/user1.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
}

.input-icon2::before {
    content: "";
    background: url('/local/templates/main/css/../img/phone1.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
}

.input-field input {
    border-radius: 51px;
    border: 1px solid #8F0D9B;
    background: #FFF;
    padding: 15px 0 15px 55px;
    width: 80%;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.checkbox-group-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    max-width: 300px;
}

.cbx {
    position: relative;
    top: 1px;
    width: 27px;
    height: 27px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
    display: block;
}

.cbx:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    width: 7px;
    height: 14px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.cntr #cbx:checked~.cbx {
    border-color: transparent;
    background: #8F0D9B;
    animation: jelly 0.6s ease;
}

.cntr #cbx:checked~.cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.cntr {
    position: relative;
}

.hidden-xs-up {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: -2px;
    left: -4px;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.submit-button {
    position: relative;
    background-color: #8F0D9B;
    color: white;
    border: none;
    border-radius: 51px;
    cursor: pointer;
    /* padding: 10px 0;
    flex: 1 1 315px; */
    width: 63%;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

.submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
    transition: all 1s ease;
}

.submit-button:hover::before {
    width: 100%;
}

.catalog__form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
}

.catalog__form .input-field input {
    width: auto;
}

.catalog__form-title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.catalog__form-text {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}

.catalog__form form {
    /* margin-top: 80px; */
}

.catalog__form .input-group {
    gap: 40px;
}

.catalog__form-img {
    border-radius: 50%;
    border: 1px solid #8F0D9B;
    display: flex;
}

.catalog__form-img img {
    border-radius: 50%;
    width: 100%;
}

.product-page {
    margin-top: 100px;
}

.product-page__wrapper {
    display: flex;
    gap: 30px;
}

.product-page__block {
    width: 49%;
    border-radius: 15px;
    border: 1px solid #D499D6;
    background: #FFF;
}

.product-page__image {
    width: 49%;
    border-radius: 15px;
    border: 1px solid #D499D6;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.product-page__image img {
    object-fit: contain;
    width: 100%;
}

.product-page__item-popup {
    animation: opac 1s reverse;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 75px;
    display: none;
    pointer-events: none;
    background: #D499D6;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 10px;
}

.product-page__item-popup:before {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-right: 13px solid #D499D6;
    border-bottom: 8px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
}

.product-page__item {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

.product-page__item b {
    width: 39%;
    max-width: 40%;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
}

.product-page__item p {
    width: 60%;
    font-family: "Montserrat";
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

.product-page__item:nth-child(even) {
    background: #FFF6FF;
}

.product-page__popup-right {
    left: unset;
    right: 75px;
}

.product-page__popup-right:before {
    display: none;
}

.product-page__popup-right::after {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-left: 13px solid #D499D6;
    border-bottom: 8px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
}

.product-page__icons {
    padding: 0 15px;
}

.product-page__item-icons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 60%;
    height: 100%;
}

.product-page__item-icon {
    height: 100%;
    position: relative;
}

.product-page__item-icon img {
    position: relative;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.product-page__item-icon:hover .product-page__item-popup {
    display: block;
    animation: opac 1s;
}

.product-page__button {
    margin: 20px 15px;
}

.product-page__button button {
    width: 100%;
    border: none;
    outline: none;
}





/*TAB*/
.tabs {
    margin-top: 50px;


}

.tabs-nav {
    margin: 0;
    padding-left: 90px;
    display: flex;
    font-size: 30px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1.4;
    gap: 50px;
}

.tabs-nav__link.active {
    color: #8f0d9b;

}

.description__body {
    padding: 40px 20px;
    box-sizing: border-box;
}

.description__list {
    list-style: none;
    margin-bottom: 20px;
    padding: 0px 0px 20px 0px;
}

.description__item {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.description__text {
    margin-bottom: 20px;
}

.description__item::before {
    content: '';
    display: block;
    background-color: #D499D6;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
}



/*wholesale*/
.wholesale {}

.wholesale__info {
    margin-bottom: 60px;
    text-align: justify;
}

.wholesale__info .advantages__wrap {
    margin-bottom: 10px;
}

.wholesale .advantages {
    margin-bottom: 60px;
}

.wholesale .cbx {
    border: 1px solid black;
}


.wholesale__text {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;


}

.wholesale-wrap {
    display: flex;
    margin-bottom: 60px;
}

.wholesale__image {
    flex-basis: 40%;
    z-index: 1;
}

.wholesale-content {
    flex-basis: 60%;
    z-index: 2;
}

.wholesale__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wholesale__form_row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;

}

.wholesale__form_row1_item1,
.wholesale__form_row1_item2 {
    flex-basis: 49%;
    position: relative;
}

.wholesale__input_name,
.wholesale__input_phone,
.wholesale-textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px 10px 10px 65px;
    border: 1px solid #8F0D9B;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 400;
    font-family: "Montserrat";

}

.wholesale__form_row1_item1::before {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    background-image: url(/local/templates/main/css/../img/wholesaleVector1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wholesale__form_row1_item2::before {
    content: "";
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    background-image: url(/local/templates/main/css/../img/wholesaleVector2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wholesale__form_row2 {}

.wholesale__form_row2_item1 {
    position: relative;
    margin-bottom: 20px;
}

.wholesale__form_row2_item1::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 23px;
    left: 27px;
    transform: translateY(-50%);
    background-image: url(/local/templates/main/css/../img/wholesaleVector3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wholesale-textarea {
    resize: none;
    height: 151px;
    min-width: 100%;
    box-sizing: border-box;
}

.wholesale__form_row3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wholesale__form_row3_item1 {
    flex-basis: 49%;
}

.wholesale__form_row3_item2 {
    flex-basis: 49%;
}

.wholesale__button.purple_btn {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    cursor: pointer;
    padding: 25px 40px;
    color: #FFFFFF;
    background-color: #8F0D9B;
    border-radius: 51px;
    border: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;

}

.wholesale__submit {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.wholesale__span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



.assent {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.assent__input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.fake {
    display: inline-block;
    width: 33px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #8F0D9B;
    position: relative;
    border-radius: 5px;

}

.fake::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    transform: rotate(320deg) translate(-50%, -50%);
    display: block;
    width: 1px;
    height: 9px;
    background-color: #8F0D9B;
    opacity: 0;
}

.fake::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    transform: rotate(40deg) translate(-50%, -50%);
    display: block;
    width: 1px;
    height: 11px;
    background-color: #8F0D9B;
    opacity: 0;
}

.assent__input:checked+.fake::before {
    opacity: 1;
}

.assent__input:checked+.fake::after {
    opacity: 1;
}

.assent__text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    max-width: 210px;

}


/*new menu*/


.header__menu__nav__ul__li.submenu:hover .submenu_il {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 20px;
    background-color: #fff;
    width: fit-content;
    padding: 10px;
    /* margin-left: -111px; */
    margin-top: 27px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding-bottom: 30px;
}

.header__menu__nav__ul__li.submenu:hover .submenu_il li {
    display: flex;
    gap: 20px;
    background-color: none;
    flex-direction: column;
    align-items: center;

}

.header-bottom__item-link {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 10px;
    align-items: center;

}

.header-bottom__item-link.header-bottom__item-link-new {
    color: #000;
    transition: .5s;
    padding-bottom: unset;
}

.header-bottom__item-link.header-bottom__item-link-new:hover::after {
    opacity: 1;
    background: #8F0D9B;
}


.header-bottom__item-image {
    height: 55px;
    width: 125px;
    object-fit: contain;

}

@media (max-width: 1200px) {
    .header__menu__nav__ul__li.submenu:hover .submenu_il {
        /* grid-template-columns: 1fr 1fr; */

    }
}




@media (max-width: 970px) {
    .tabs-nav {
        padding-left: 10px;
    }

    .wholesale__image {
        width: 50%;
        margin: 0 auto;
    }

    .wholesale-wrap {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 650px) {

    .breadcrumbs {
        flex-wrap: wrap;
    }

    .tabs-nav {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .wholesale__input_name,
    .wholesale__input_phone,
    .wholesale-textarea,
    .wholesale__button.purple_btn {
        font-size: 17px;

    }

    .tabs {
        margin-bottom: 50px;
    }

    .tabs-item .delivery__list,
    .description__body,
    .tabs-item .delivery {
        margin: 0;
    }

}

@media (max-width: 555px) {
    .tabs-nav {
        gap: 22px;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .wholesale__form_row3,
    .wholesale__form_row1 {
        flex-direction: column;
        gap: 15px;
    }

    .wholesale__form_row3_item2 {
        width: 100%;
        margin: 0 auto;
    }


}




.delivery,
.description {
    margin-top: 50px;
    margin-bottom: 50px;
}

.delivery__list,
.description__body {
    border-radius: 15px;
    border: 1px solid #D499D6;
    background: #FFF;
    margin-top: 30px;
}


.delivery__item {
    min-height: 100px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    counter-increment: ddd;
    position: relative;
    padding: 20px 20px 20px 100px;
}

.delivery__item::before {
    content: counter(ddd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50% 50% 35% 65%/49% 55% 45% 51%;
    width: 57px;
    height: 56px;
    background: #D499D6;
}

.delivery__item_list {
    color: rgb(0, 0, 0);
    line-height: 1.333;
    padding-left: 25px;
    margin-top: 15px;
    margin-left: 15px;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.delivery__item_list li {
    position: relative;
}

.delivery__item:nth-child(even) {
    background: #fff6ff;
}

.delivery__item_list li::before {
    content: "";
    background-image: url(/local/templates/main/css/../img/list-item-arrow.svg);
    left: -20px;
    height: 13px;
    top: 4px;
    position: absolute;
    width: 8px;
    background-repeat: no-repeat;
}

.test-Table {
    margin-bottom: 140px;
}

.table {
    text-align: center;
    border: 1px solid #D499D6;
    border-radius: 15px;
    overflow: hidden;

}

.table__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    background-color: #fff6ff;

}

.table__item {
    padding: 15px;

}

.table__items_head {
    font-weight: 600;
    font-size: 18px;
}

.table__items_even {
    background-color: #FFF;
}

.table__item-span {
    display: none;
}


@media (max-width: 1105px) {
    .table__item-span {
        display: inline-block;
        font-weight: 600;
    }

    .table__items.table__items_head {
        display: none;
    }

    .table__items {
        grid-template-columns: repeat(3, 1fr);
    }

    .table__item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media(max-width: 680px) {
    .table__items {
        grid-template-columns: repeat(2, 1fr);
    }
}



@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (min-width: 1921px) {
    .main {
        background-size: cover;
    }
}

@media screen and (max-width: 1400px) {
    .catalog-inner .catalog__wrap {
        padding: 0 100px;
    }

    .top-slider__wrap {
        padding: 0 100px;
    }

    .slider_arrow--left {
        left: 0
    }

    .slider_arrow--right {
        right: 0;
    }

    .blog__wrap {
        padding: 0 100px;
    }

    .blog__wrap .slider_arrow--left {
        left: 10px;
    }

    .blog__wrap .slider_arrow--right {
        right: 10px;
    }

    .input-field input {
        width: 75%;
    }

    .top-slider__item__img img {
        right: 25px;
        object-fit: cover;
    }

    .top-slider__item__text {
        width: 50%;
    }

    .top-slider__item__img {
        width: 50%;
    }

    .top-slider__item__img img {
        width: 95%;
    }

    .top-slider__item__text__title {
        font-size: 36px;
    }

    .form-container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1190px) {
    .container {
        padding: 0 20px;
    }

    .header__logo {
        width: 170px;
    }

    .header__menu__contacts {
        gap: 10px;
    }

    .about .container {
        margin-left: unset;
        padding-right: 0;
    }

    .contacts .container {
        margin-left: unset;
        padding-right: 0;
    }

    .footer__logo {
        width: 170px;
    }

    .main {
        background-image: none;
    }

    .main_bg {
        background-image: none;
    }

    .main_bg2 {
        background-image: none;
    }

    .advantages {
        background-image: none;
    }

    body {
        background-image: none;
    }

    .sl-container {
        width: 900px;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .sl-container .view img {
        width: 900px;
    }

    .top-slider .container {
        padding-right: 0;
    }

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

    .catalog__wrap {
        /* grid-template-columns: repeat(3, 1fr); */
    }

    .input-group {
        flex-direction: column;
    }

    .checkbox-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkbox-group-1 {
        margin-left: 15px;
    }

    .submit-button {
        flex: auto;
        margin-top: 20px;
        width: 95%;
        align-self: center;
    }

    .catalog__form .input-field input {
        width: 83%;
    }

    .input-field {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 970px) {
    .header__menu__nav {
        display: none;
    }

    .header__menu__contacts {
        flex-direction: column;
    }

    .burger-menu {
        display: block;
    }

    .hamburger {}

    .hamburger.is-active {
        z-index: 100000;
        position: relative;
    }

    .footer__nav {
        display: none;
    }

    .footer {
        padding-bottom: 55px;
    }

    .sl-container {
        width: 768px;
    }

    .sl-container .view img {
        width: 768px;
    }

    .product-page__wrapper {
        flex-direction: column;
    }

    .product-page__image {
        width: 75%;
        padding: 30px 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .product-page__image img {
        max-width: 500px;
    }

    .product-page__block {
        margin: 0 auto;
        width: 75%;
        max-width: 700px;
    }

    .top-slider__item__img img {
        top: 50px;
    }
}

@media screen and (max-width: 900px) {
    .header__menu__contacts__item {
        font-size: 16px;
    }

    .top-slider__wrap .slider_arrow {
        bottom: 10px;
        top: unset;
    }

    .top-slider__wrap .slider__dots {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-slider__item__img img {
        object-fit: cover;
        top: 30px;
    }

    .top-slider__wrap {
        padding: 0;
    }

    .top-slider__item__text {
        padding-bottom: 70px;
        width: 80%;
    }

    .top-slider__item__text__title {
        font-size: 40px;
    }

    .top-slider {
        margin-bottom: 90px;
    }

    .advantages {
        margin-bottom: 70px;
    }

    .about__text .text:last-of-type {
        margin-bottom: 40px;
    }

    .beforeafter {
        margin-bottom: 70px;
    }

    .main-catalog {
        margin-bottom: 70px;
    }

    .about {
        padding-bottom: 70px;
    }

    .types {
        margin-bottom: 70px;
    }

    .recommendations {
        margin-bottom: 70px;
    }

    .request {
        margin-bottom: 70px;
    }

    .blog {
        margin-bottom: 70px;
    }

    .catalog__wrap {
        /* grid-template-columns: repeat(3, 1fr); */
    }
}

@media screen and (max-width: 850px) {
    .blog__wrap .slider_arrow {
        bottom: -105px;
        top: unset;
        transform: unset;
    }

    .blog__wrap {
        padding: 0;
    }

    .blog__item {
        margin: 0 8px;
    }

    .types__right-block {
        float: none;
    }

    .types__left-block-flex {
        display: flex;
        flex-direction: column;
    }

    .types__title {
        order: -1;
    }

    .types__right-block img {
        width: 65%;
    }
}

@media screen and (max-width: 800px) {
    /* .container {
        overflow-x: hidden;
    } */

    .top-slider .container {
        overflow: visible;
    }

    .about .container>div {
        width: 100%;
        margin-right: 20px;
    }

    .about .container {
        flex-direction: column;
    }

    .about__slider .slider__dots {
        bottom: 24px;
    }

    .about__btn {
        margin: 0 auto;
    }

    .types__wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .types__left {
        gap: 16px;
    }

    .request__wrap {
        flex-direction: column;
    }

    .product__wrap {
        grid-template-columns: 1fr;
    }

    .catalog-inner .catalog__wrap {
        padding: 0;
        padding-bottom: 100px;
    }

    .catalog-inner .slider_arrow {
        top: unset;
        transform: unset;
        bottom: 0;
    }

    .types__right {
        padding: 20px;
    }

    .types__left__item {
        padding: 20px;
    }

    .sl-container .view img {
        width: 650px;
    }

    .sl-container {
        width: 650px;
    }

    .about__slider img {
        border-radius: 16px;
    }

    .img-right {
        display: block;
        float: none;
        max-width: 100%;
        margin: 10px auto;
    }

    .blog__inner-preview {
        flex-direction: column-reverse;
    }

    .catalog__form {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .catalog__form-img {
        margin-bottom: 20px;
    }

    .catalog__form .input-group {
        gap: 20px;
    }

    .catalog__form form {
        margin: 0;
    }

    .top-slider__item__img {
        display: none;
    }

    .top-slider__item__text {
        margin: 0 auto;
        width: 75%;
    }

    .top-slider__item__text .form-container {
        max-width: 400px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 730px) {
    .header__menu__contacts {
        /* display: none; */
    }

    .catalog-inner .catalog__item {
        padding: 24px;
    }

    .sl-container .view img {
        width: 500px;
    }

    .sl-container {
        width: 500px;
    }

    .catalog__wrap {
        /* grid-template-columns: repeat(2, 1fr); */
    }
}

@media(max-width: 680px) {
    .footer {
        margin-top: 0;
    }

    .footer__wrap {
        flex-direction: column;
        align-items: center;
    }

    .footer__logo-wrapper {
        gap: 15px;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .top-slider__item>div {
        position: relative;
    }

    .top-slider__item__img img {
        object-fit: contain;
        position: absolute;
        right: 0;
        z-index: -1;
        width: 160%;
    }

    .top-slider__item__text__title {
        font-size: 36px;
    }

    .top-slider__item__img img {
        width: 400px;
        left: -110px;
    }

    .top-slider__item>div {
        width: unset;
    }

    div.top-slider__item__text {
        width: 70%;
    }

    .title {
        font-size: 32px;
        margin-bottom: 24px;
        padding-left: 80px;
    }

    .title::before {
        width: 50px;
    }

    .step {
        flex-direction: column;
        align-items: start;
    }

    .step-descr {
        width: 100%;
    }

    .beforeafter__text {
        margin-bottom: 24px;
    }

    .beforeafter__block {
        margin-bottom: 18px;
    }

    .contacts__wrap {
        flex-direction: column;
    }

    .map__wrap {
        height: 440px;
    }

    .example {
        flex-direction: column;
    }

    .example-name {
        margin-bottom: 10px;
    }

    .top-slider__wrap .slider__dots {
        gap: 10px;
    }
}

@media screen and (max-width: 555px) {
    .header__wrap {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: unset;
    }

    .header__btn {
        width: 85%;
        margin: 0 auto;
    }

    .advantages__item,
    .recommendations__item {
        padding: 10px;
    }

    .advantages__wrap,
    .recommendations__wrap {
        gap: 16px;
    }

    .catalog__wrap {
        display: block;
    }

    .catalog__item {
        margin: 0 8px;
        height: unset;
    }

    .footer__logo {
        width: 125px;
    }

    .footer__wrap {
        gap: 15px;
    }

    .sl-container .view img {
        width: 400px;
    }

    .sl-container {
        width: 400px;
    }

    .catalog__wrap .slick-track {
        display: flex;
    }

    .props {
        flex-direction: column;
    }

    .props>li:nth-child(2) {
        text-align: unset;
    }

    .product__img {
        padding: 16px;
    }

    .product__info {
        padding: 16px;
    }

    .product-page__item-popup {
        visibility: hidden;
    }

    .product-page__item {
        flex-direction: column;
        justify-content: start;
        gap: 10px;
    }

    .product-page__block {
        width: 100%;
    }

    .product-page__image {
        width: 100%;
    }

    .product-page__item b,
    .product-page__item p {
        width: 100%;
        max-width: none;
    }

    .product-page__icons {
        padding: 10px 15px;
    }

    .product-page__item-icons {
        width: 100%;
    }

    .delivery__item {
        min-height: 100px;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        justify-content: center;
        counter-increment: ddd;
        position: relative;
        padding: 100px 20px 20px 20px;
    }

    .delivery__item:before {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .delivery__item_list {
        margin-left: 0;
        font-size: 14px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 450px) {
    .sl-container .view img {
        width: 300px;
    }

    .sl-container {
        width: 300px;
    }

    .top-slider__item__text {
        width: 100%;
    }

    .top-slider__item__text__title {
        font-size: 26px;
    }

    .top-slider__item__text__descr {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .top-slider__item__img {
        display: none;
    }

    div.top-slider__item__text {
        width: 100%;
    }

    .title {
        font-size: 24px;
        padding-left: 40px;
    }

    .title::before {
        width: 30px;
    }

    .sl-container .before,
    .sl-container .after {
        padding: 10px 15px;
    }

    /* .footer__wrap {
        flex-direction: column;
        align-items: center;
    } */

    .blog__btn {
        max-width: 170px;
    }
}

@media screen and (max-width: 390px) {

    .advantages__item,
    .recommendations__item {
        flex: unset;
        flex-grow: 1;
    }
}


/*ДОБАВЛЕНО НОВОЕ*/

fix {
    display: none;
}


/*ФОРМЫ*/

.time {
    display: none;
}

.form-success.visual_success {
    /*background-image: linear-gradient(180deg, rgb(142, 217, 248) 0%, rgb(148, 149, 153) 100%);*/
    padding: 18px 1px 15px;
    max-width: 500px;
    display: block;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    position: absolute;
    margin-top: -5%;
    color: #fff;
    background: #541853;
    z-index: 1;
    text-align: center;
    font-weight: bold;
}

.form-success.visual_success_modal {
    /*background-image: linear-gradient(180deg, rgb(142, 217, 248) 0%, rgb(148, 149, 153) 100%);*/
    padding: 18px 30px 15px;
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #000;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__contacts .contacts__info__item {
    max-width: 330px;
    font-weight: normal;
}

.footer__contacts .contacts__info__item:nth-child(1) {
    font-weight: bold;
}

.footer__contacts .contacts__info__item svg {
    min-width: 24px;
}

.footer__logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fotos_for_catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}

.fotos_for_catalog img {
    max-width: 285px;
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

.text-product_first {
    display: flex;
    gap: 100px;
}

.text-product-p .text-product-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    position: relative;
}

.text-product-p .text-product-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 252px;
    border-top: 2px solid #D499D6;
    content: "";
}

.text-product-p p {
    font-size: 16px;
    line-height: normal;
    padding-top: 20px;
}

.text-product-p p strong {
    font-weight: 600;
}

.text-product-p ul {
    padding-top: 20px;
    gap: 0;
}

.text-product_first .text-product-p ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.text-product_first img {
    max-height: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
}

.text-product_img {
    position: relative;
}

.text-product_img::before {
    content: "";
    position: absolute;
    width: 485px;
    height: 485px;
    border-radius: 50%;
    top: 25px;
    border: 1.135px solid #8F0D9B;
    left: 6px;
}

.text-product-p .ul__usage {
    margin-bottom: 0;
}

.button-text a {
    border-radius: 55px;
    background: #8F0D9B;
    padding: 15px 55px;
    color: #fff;
    position: relative;
}

.button-text {
    margin-top: 35px;
}

.button-text a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
    transition: all 1s ease;
}

.text-product_second .text-product_img::before {
    left: -4px;
    top: 10px;
}

.button-text a:hover {
    color: #fff;
}

.button-text a:hover::before {
    width: 100%;
}

.text-product_second {
    margin: 45px 0;
}

@media screen and (max-width: 992px) {
    .text-product_first img {
        width: 250px;
    }

    .text-product_img::before {
        top: 2px;
        left: 0px;
        width: 250px;
        height: 250px;
    }

    .text-product_second .text-product_img::before {
        left: 0px;
        top: 13px;
    }
}

@media screen and (max-width: 603px) {
    .text-product_first {
        flex-direction: column;
        align-items: center;
    }
}



.popup_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    font-family: Arial, Helvetica, Verdana, Georgia, Times, serif;
    display: none;
}

.window_cookie {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    color: #8b8b8b;
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
    border-radius: 0 20px 0 0;
}

.close_pop {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.window_cookie__btn {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    transition: .5s;
    cursor: pointer;
    height: auto;
}

.delivery-block {
    border: 1px solid rgba(212, 153, 214, 1);
    border-radius: 15px;
    background: #fff;
}

.delivery-pay ol {
    list-style: decimal-leading-zero;
}

.delivery-pay .delivery-block span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
}

.delivery-pay .delivery-block ol {
    counter-reset: section;
    list-style-type: none;
}

.delivery-pay .delivery-block ol li {
    position: relative;
    padding: 36px 97px;
    transition: .3s;
}

.delivery-pay .delivery-block ol li:hover {
    transform: scale(1.02);

}

.delivery-pay .delivery-block ol li:nth-child(2) {
    background: rgba(255, 246, 255, 1);
}

.delivery-pay .delivery-block ol li:nth-child(2):hover {
    box-shadow: 6px 8px 4px 1px rgba(0, 0, 255, .2);
}

.delivery-pay .delivery-block ol li::before {
    counter-increment: section;
    content: "0" counters(section, ".") " ";
    position: absolute;
    left: 35px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    color: #fff;
    z-index: 2;
}

.delivery-pay .delivery-block ol li::after {
    content: "";
    position: absolute;
    background-image: url(/local/templates/main/css/../img/circle-delivery.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
}

.delivery-pay .delivery-block ol li div {
    padding: 16px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    position: relative;
}

.delivery-pay .delivery-block ol li div::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238f0d9b' d='M5.171 7L.221 2.05 1.637.637 8 7.001l-6.364 6.364L.222 11.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 100%;
    left: 0;
    top: 19px;
    position: absolute;
    width: 8px;
    background-repeat: no-repeat;
}

.delivery-pay .recommendations__wrap {
    padding-top: 31px;
}

.delivery-pay .recommendations__wrap .recommendations__item {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.delivery-pay .recommendations__wrap .recommendations__item img {
    max-width: 134px;
}

.delivery-pay .recommendations__wrap .recommendations__item div {
    font-size: 24px;
    font-weight: 700;
    line-height: 19.5px;
    padding-top: 25px;
}

.delivery-pay .recommendations__wrap .recommendations__item div span {
    color: rgba(127, 103, 130, 1);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}

.delivery-pay .recommendations__wrap-margin {
    margin-bottom: 106px;
}

.delivery-pay .catalog__form {
    justify-content: space-between;
}

.delivery-pay .catalog__form {
    padding-top: 100px;
}

.delivery-pay .catalog__form-img {
    max-width: 433px;
}

.delivery-pay .recommendations__wrap .recommendations__item:hover {
    box-shadow: 6px 8px 4px 1px rgba(0, 0, 255, .2);
}

@media (max-width: 576px) {
    .delivery-pay .delivery-block ol li {
        padding-right: 32px;
    }
}

.stati__block {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.like_or_dislike {
    display: flex;
    width: 65px;
    justify-content: space-between;
}

.like {
    display: flex;
    margin-bottom: 0px;
}

.like_none,
.dislike_none {
    display: none;
    margin-bottom: 0px;
}

.one_like {
    margin: 0 auto;
    display: none;
}

.dislike {
    display: flex;
    margin-bottom: 0px;
}

.stati__block-slider {
    margin-bottom: 30px;
}

@media screen and (max-width: 1046px) {
    .stati__block {
        justify-content: center;
    }
}

.stati__block-page {
    border: .1rem solid #d9d7d7;
    padding: 0 10px;
    max-width: 313px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stati__block-slider .stati__block-page {
    max-width: unset;
    margin: 0 15px;
    height: 420px;
}

.stati__block-slider-nav-arrow {
    display: flex;
    justify-content: flex-end;
    gap: 21px;
    margin: 0 0 10px 0;
}

.stati__block-slider .slick-list {
    margin: 0 -15px;
}

.stati__block-page img {
    max-width: 278px;
    width: 100%;
    height: 155px;
    object-fit: contain;
}

.stati__block-page-date {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    padding: 10px 0;
    display: flex;
    gap: 5px;
}

.stati__block-page-golos {
    display: flex;
    gap: 5px;
    color: #36BF06;
}

.stati__block-page-name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin: 10px 0;
    color: black;
    height: 80px;
}

.stati__block-page-butt {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}

/*.stati__block-page-butt a {
    border: 1px solid #087AFF;
    padding: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
	transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}*/
.stati__block-page-butt div:first-child:hover {
    background-color: #074287;
    border-color: #074287;
    color: white;
}

.stati__block-page-butt div:first-child {
    border: 1px solid #087AFF;
    padding: 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.stati__block-page-count {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #9A9A9A;
}

.stati__inner-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #9A9A9A;
}

.stati__inner-info-count {
    border: 1px solid #D9D9D9;
    max-width: 900px;
    padding: 17px 60px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 886px) {
    .stati__inner-info-count {
        max-width: 500px;
        padding: 17px 0;
    }
}

@media screen and (max-width: 576px) {
    .stati__inner-info-count {
        flex-direction: column;
        gap: 10px
    }
}

@media screen and (max-width: 450px) {
    .stati__inner-info-count {
        max-width: 500px;
        width: 100%;
    }
}

.stati__inner-info-count span {
    padding: 0 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    color: black;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.stati__inner-info {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1205px) {
    .stati__inner-info {
        gap: 20px;
    }
}

/* @media screen and (max-width: 576px) {
	.stati__inner-info {
        gap: 20px;
    }
} */
.stati__inner-info-golos {
    border: 1px solid rgb(143, 13, 155);
    background: rgb(143, 13, 155);
    color: white;
    padding: 20px;
    display: flex;
    gap: 25px;
    align-items: center;
    max-width: 365px;
    border-radius: 30px;
    justify-content: center;
}
.stati__inner-info-golos .name_info_golos {
    max-width: 220px;
}
.stati__inner-info-golos .name_info_golos span {
	display: none;
}
.stati__inner-info-golos.like-allready .name_info_golos span {
	display: inline;
}

@media screen and (max-width: 450px) {
    .stati__inner-info-golos {
        max-width: 450px;
        width: 100%;
    }
}

.stati__inner-info-golos div {
    border: 1px solid white;
    border-radius: 2px;
    padding: 5px;
    position: relative;
}

.like_or_dislike span {
    padding: 7px;
}

/*.like_or_dislike label:not(:last-child)::after {*/
/*    content: "";*/
/*    border: 0.1rem solid white;*/
/*    height: 24px;*/
/*    position: absolute;*/
/*    right: 50%;*/
/*}*/
.like::after {
    content: "";
    border: 0.1rem solid white;
    height: 24px;
    position: absolute;
    right: 50%;
}

.like_or_dislike .like svg:hover {
    transform: rotate(-12deg);
}

.stati__inner-info-count span:not(:last-child)::after {
    content: "";
    border: 0.1rem solid #D9D9D9;
    height: 24px;
    position: absolute;
    right: 0;
}

.hide_like {
    display: none !important;
}

.show_like {
    display: flex !important;
}

@media screen and (max-width: 400px) {
    .stati__inner-info-count span:not(:last-child)::after {
        display: none;
    }
}

.stati__inner-info-count span:last-child {
    color: #36BF06;
}

.stati__inner-text p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.logo-menu {
    display: flex;
    align-items: center;
}

.width-sto {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.flex-column {
    display: flex;
    align-items: center;
    gap: 115px;
}

.adress-tel {
    display: flex;
    gap: 80px;
}

a.header-bottom__item-link.header-bottom__item-link-new span {
    width: 152px;
    text-align: left;
}
.header__search {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.header__search form {
	position: relative;
	display: inline-block;
	padding: 14px 67px 14px 14px;
	background: rgb(212, 153, 214);
	border-radius: 50px;
}

.search__input {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: .5s;
	outline: none;
	border: none;
	width: 53px;
	height: 18px;
	font-family: inherit;
	background: none;
	padding: 0;
}

.search__input::placeholder {
    color: #fff;
    opacity: 0.8;
}

.search-page form {
    display: flex;
}

.search-page form input[type="text"] {
	padding: 14px;
	background: rgb(212, 153, 214);
    border: 0;
	border-radius: 50px 0 0 50px;
    color: #fff;
    font-size: 14px;
    width: 280px;
    box-sizing: border-box;
}

.search-page form input[type="text"]::placeholder {
    color: #fff;
}

.search-page form input[type="submit"] {
	padding: 14px;
	background-color: rgb(143, 13, 155);
    border: 0;
	border-radius: 0 50px 50px 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 1s ease;
}

.search-page form input[type="submit"]:hover {
    opacity: .7;
}

.search__button {
	position: absolute;
	background: url('/local/templates/main/css/../img/search.png') no-repeat transparent;
	top: 14px;
	right: 20px;
	width: 18px;
	height: 18px;
	outline: none;
	border: none;
}

.header__search-mobile {
	display: none;
}

.header__search-mobile form {
	position: relative;
	display: inline-block;
}

.search__input-mobile {
	background: rgb(212, 153, 214);
	border-radius: 50px;
	outline: none;
	border: none;
	font-family: inherit;
	width: 82px;
	height: 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	/* opacity: 0; */
	transition: .3s;
	padding: 11px 47px 11px 15px;
	/* position: absolute;
	top: -6px;
	left: -75px; */
    width: 226px;
}
.search__input-mobile::placeholder {
    color: #fff;
    opacity: 0.8;
}
.header__search-mobile.active .search__input-mobile {
	/* opacity: 1;
	padding: 14px; */
}

.search__button-mobile {
	background: url('/local/templates/main/css/../img/search1.png') no-repeat transparent;
	width: 32px;
	height: 32px;
	outline: none;
	border: none;
	vertical-align: middle;
	z-index: 1;
	position: absolute;
    top: 4px;
    right: 15px;
    padding: 0;
}

.burger-submenu_nav {
    display: none;
}

a.burger-menu_link.active {
    background: rgba(196, 120, 199, 1)!important;
}

.burger-menu_link.active span {
    color: #fff;
 }

 .burger-menu_link.active div {
    transform: rotate(180deg);
 }

.burger-submenu_nav.active {
    display: flex;
    flex-direction: column;
}

div.burger-submenu_nav .burger-menu_link {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.burger-menu_nav {
    width: 100%;
    height: 70%;
}

a.burger-menu_link {
    position: relative;
}

a.burger-menu_link > div {
	position: absolute;
	background-image: url('/local/templates/main/css/../img/arrow-viol.png');
	top: 50%;
	right: 20px;
	background-repeat: no-repeat;
	width: 22px;
	height: 11px;
	margin-top: -5px;
}

.burger-submenu_nav.active .burger-menu_link span {
    color: rgba(143, 13, 155, 1);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;  
}

.mobile-menu-footer {
    padding: 62px;
}

.contacts-top.footer__contacts {
    padding: 60px 25px;
}

.contacts-top.footer__contacts .contacts__info__item:nth-child(1) {
    font-weight: normal;
}

.search-tags-cloud {
    padding-top: 20px;
}

.tags_title.darken.font_md.option-font-bold {
    font-weight: 700;
    padding-bottom: 10px;
}

.tags a {
    background: #f2f2f2;
    padding: 5px 11px 6px;
    color: #999999;
    font-size: 0.800em;
    border-radius: 4px;
    margin: 0px 2px;
    line-height: 34px;
}

.ne-postav {
    margin-bottom: 35px;
    text-align: center;
}

.ne-postav span {
    border: 1px solid rgba(143, 13, 155, 1);
    border-radius: 16px;
    padding: 10px;
    font-size: 14px;
}

.fotos_for_catalog_w img {
    max-width: 49%;
}

@media screen and (max-width: 1190px) {
    .width-sto {
        width: unset;
    }

    .search__button:hover {
        padding-right: 67px;
    }
}

@media screen and (max-width: 970px) {
    .adress-tel {
        justify-content: space-between;
    }

    .btn-search {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .width-sto {
        z-index: 1101;
    }
}

@media screen and (max-width: 730px) {
    .header__logo img {
        width: unset;
    }

    .adress-tel {
        display: none;
    }

    .btn-search {
        gap: 15px;
        flex-direction: column;
    }

    .header__search-mobile {
        display: block;
    }

    .flex-column { 
        flex-direction: column;
        gap: 15px;
        align-items: start;
        padding: 0;
    }

    .burger-menu_nav {
        top: 200px;
    }

    
}

@media screen and (max-width: 555px) { 
    .header__wrap { 
        justify-content: space-between;
    }

    .header__btn {
        width: 240px;
    }
    .search__input-mobile {
        margin: 0 auto;
        width: 178px;
    }
}

@media screen and (max-width: 455px) {  
    .header__wrap {
        gap: 0;
    }

    .logo-menu {
        align-items:unset;
        background: #fff;
    }

    .btn-search {
        align-items: unset;
    }

    .width-sto {
        align-items: unset;
    }
    .search-page form input[type="text"] {
        width: 100%;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  
  .reviews__form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    padding: 40px;
    border: 1px solid #8f0d9b;
    border-radius: 15px;
    background-color: #fff;
  }
  
  .form__body {
    display: flex;
    gap: 10px;
  }
  
  .form__body--first {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
  
  .form__body--second {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
  
  
  /* The container must be positioned relative: */
  .form__dropdown-custom {
    position: relative;
    font-family: Arial;
  }
  
  .form__dropdown-custom select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: #fff;
    border: 1px solid #8F0D9B;
    border-radius: 15px;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #8F0D9B transparent transparent transparent;
  }
  
  .select-selected--star-left::before {
    position: absolute;
    content: url("/local/templates/main/img/one-star.png");
    left: 33px;
    width: 18px;
    height: 18px;
    z-index: 999;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #8F0D9B transparent;
    top: 50%;
  }
  
  /* style the items (options), including the selected item: */
  .select-selected {
    font-weight: 400;
    font-size: 22px;
    color: rgb(0, 0, 0, 0.5);
    padding: 14px 30px;
    cursor: pointer;
  }
  
  .select-selected--star-left {
    padding-left: 63px;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 5px 30px 6px;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  
  .select-items div {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 9px;
    min-height: 33px;
    width: 100%;
  
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #aaa;
  
    cursor: pointer;
  }
  
  
  
  .select-items div:nth-child(1) {
    background-image: url('/local/templates/main/img/star-five.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(2) {
    background-image: url('/local/templates/main/img/star-half-four.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(3) {
    background-image: url('/local/templates/main/img/star-four.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(4) {
    background-image: url('/local/templates/main/img/star-half-three.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(5) {
    background-image: url('/local/templates/main/img/star-three.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(6) {
    background-image: url('/local/templates/main/img/star-half-two.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(7) {
    background-image: url('/local/templates/main/img/star-two.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(8) {
    background-image: url('/local/templates/main/img/star-half-one.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
      transition: all 0.3s;
  
  }
  
  .select-items div:nth-child(9) {
    background-image: url('/local/templates/main/img/star-one.png');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 39px;
    transition: all 0.3s;
  }
  
  .select-items div:nth-child(1):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-five-active.png');
  }
  
  .select-items div:nth-child(2):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-half-four-active.png');
  }
  
  .select-items div:nth-child(3):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-four-active.png');
  }
  
  .select-items div:nth-child(4):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-half-three-active.png');
  }
  
  .select-items div:nth-child(5):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-three-active.png');
  }
  
  .select-items div:nth-child(6):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-half-two-active.png');
  }
  
  .select-items div:nth-child(7):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-two-active.png');
  }
  
  .select-items div:nth-child(8):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-half-one-active.png');
  }
  
  .select-items div:nth-child(9):hover {
    color: #8F0D9B;
    background-image: url('/local/templates/main/img/star-one-active.png');
  }
  
  
  .select-items--is-active {
    border: 1px solid #8F0D9B;
    border-radius: 0 0 15px 15px;
    border-top: 0;
  }
  
  .select-selected--is-active {
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #fff;
  }
  
  .checkbox {
      display: flex;
      align-items: center;
      column-gap: 15px;
  }
  
  .checkbox p {
    padding-left: 40px;
  
  }
  
  .checkbox__input:checked + .checkbox__emulator {
    background-image: url('/local/templates/main/img/checkbox-galochka.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  
  .checkbox__emulator {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #8F0D9B;
    border-radius: 3px;
  }
  
  
  .form__title {
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000;
  }
  
  .reviews__form-wrapper .wholesale__form_row2_item1 {
    margin-bottom: 0;
  }
  
  .reviews__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin-bottom: 100px;
  }
  
  .reviews__body {
    margin-top: 100px;
  }
  
  .reviews__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .reviews__item {
    display: flex !important;
    flex-direction: column;
    row-gap: 20px;
    border: 1px solid #8F0D9B;
    border-radius: 15px;
    padding: 40px;
  }
  
  .reviews__item-top {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  }
  
  .reviews__item-date {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 5px;
  }
  
  .reviews__item-date p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #313131;
  }
  
  .reviews__item-date strong {
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }
  
  .reviews__item-grade {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #8F0D9B;
  }
  
  .reviews__item-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
  }
  
  .reviews__item-body p:not(:last-child){
    margin-bottom: 20px;
  }
  
  .reviews__button {
    margin: 65px auto;
    max-width: 228px;
    width: 100%;
  
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: none;
  }
  
  
  @media (max-width: 1150px) {
    .form__body {
      flex-direction: column;
    }
  
  }
  
  @media (max-width: 830px) {
    .reviews__form-image-wrapper {
      display: none;
    }
  
    .reviews__form {
      justify-content: center;
      padding-inline: 10px;
    }
  
    .reviews__text {
      margin-bottom: 50px;
    }
  
    .reviews__body {
      margin-top: 50px;
    }
  
    .form__title {
      margin-bottom: 30px;
    }
  
    .reviews__text {
      font-size: 16px;
    }
  
    .reviews__list {
      grid-template-columns: 1fr;
    }
  
    .reviews__button {
      margin: 30px auto;
    }
  }
  
  @media (max-width: 650px) {
    .form__title {
      font-size: 32px;
      margin-bottom: 24px;
    }
  
    .reviews__item {
      padding: 25px;
    }
  }
  
  @media (max-width: 390px) {
    .form__title {
      font-size: 24px;
      margin-bottom: 24px;
    }
  }
  
  .reveiws-slider {
    padding: 30px 0;
  }

  .reveiws-slider .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .reveiws-slider .swiper-wrapper {
    column-gap: 0;
    width: 100%;
    column-gap: 0;
    align-items: stretch;
    box-sizing: content-box;
  }
  
  .reveiws-slider .swiper-slide {
    box-sizing: border-box;
    font-size: 18px;
    background: #fff;
  }
  
  .reveiws-slider .reviews-slider__wrapper {
    position: relative;
  }
  
  .reveiws-slider .swiper-button__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .reveiws-slider .swiper-button-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #8F0D9B;
    left: -79px;
    z-index: 10;
  }
  
  .reveiws-slider .swiper-button-prev::after {
    content: none;
  }
  
  .reveiws-slider .swiper-button-next::after {
    content: none;
  }
  
  .reveiws-slider .swiper-button-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #8F0D9B;
    right: -79px;
    z-index: 10;
  }
  
  .reveiws-slider .swiper-pagination {
    display: none;
    bottom: -30px !important;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #8F0D9B !important;
  }
  
  .reviews-slider__button  {
    margin-block: 50px 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  
  @media (max-width: 1450px) {
    .reveiws-slider .container {
      max-width: 1110px;
      padding-inline: 60px;
    }
  
    .reveiws-slider .swiper-button-next {
      right: -55px;
    }
  
    .reveiws-slider .swiper-button-prev {
      left: -55px;
    }
  }
  
  @media (max-width: 580px) {
    .reveiws-slider .container {
      padding-inline: 20px;
    }
  
    .reveiws-slider .swiper-button-next {
      display: none;
    }
  
    .reveiws-slider .swiper-button-prev {
      display: none;
    }
  
    .reveiws-slider .swiper-pagination {
      display:block;
    }
  
    .reviews__item-body p {
      font-size: 14px;
    }
  
    .checkbox p{
      font-size: 14px;
    }
  }

  @media (max-width: 650px) {
    .select-selected {
            font-size: 17px;
    }
  }

  .content-design {
    background: rgba(212, 153, 214, 0.25);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content-design ul li {
    list-style: disc;
}

.content-design ul
{
    padding: 0 20px;
}

.content-design li::marker {
    color: rgb(143, 13, 155);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}
.gallery a {
    margin: 10px;
    transition: transform 0.2s;
}
.gallery a:hover {
    transform: scale(1.05);
}
.gallery img {
    height: 300px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.quality__container > p
{
    margin: 25px 0;
    text-align: justify;
}


/* End */


/* Start:/local/templates/main/components/bitrix/search.title/mobile/style.css?17515326452108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/mobile/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/m_top/style.min.css?1751532645490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/m_top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/top_multilevel/style.min.css?17515326453715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/main/components/bitrix/menu/top_multilevel/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/main/components/bitrix/menu/top_multilevel/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/main/components/bitrix/menu/top_multilevel/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/.default/style.css?17515326452108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/universal_fix/style.min.css?1751532645620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/main/css/libs.css?175153264536521*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px; }
  
  .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px; }
  
  .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  
  .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  
  .twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }
  
  .twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em; }
  
  .twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  
  .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px; }
  
  .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px; }
  
  .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px; }
  
  .twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .twentytwenty-container img {
      max-width: 100%;
      position: absolute;
      top: 0;
      display: block; }
    .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
      background: rgba(0, 0, 0, 0); }
      .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
      .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
      .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
        opacity: 0; }
    .twentytwenty-container * {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
  
  .twentytwenty-before-label {
    opacity: 0; }
    .twentytwenty-before-label:before {
      content: attr(data-content); }
  
  .twentytwenty-after-label {
    opacity: 0; }
    .twentytwenty-after-label:before {
      content: attr(data-content); }
  
  .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px; }
  
  .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px; }
  
  .twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px; }
  
  .twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px; }
  
  .twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25; }
    .twentytwenty-overlay:hover {
      background: rgba(0, 0, 0, 0.5); }
      .twentytwenty-overlay:hover .twentytwenty-after-label {
        opacity: 1; }
      .twentytwenty-overlay:hover .twentytwenty-before-label {
        opacity: 1; }
  
  .twentytwenty-before {
    z-index: 20; }
  
  .twentytwenty-after {
    z-index: 10; }
  
  .twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer; }
  
  .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px; }
  
  .twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px; }
  
  .twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px; }
  
  .twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px; }


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/* End */


/* Start:/local/templates/main/styles.css?1751532645366*/
div.blog__inner video {
    width: 50%;
    height: 400px;
    margin: 20px auto;
    display: block;
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

@media (max-width:568px){
div.blog__inner video {
    width: 90% !important;
    height: 400px;
}
}
/* End */
/* /local/templates/main/css/style.css?175153264590309 */
/* /local/templates/main/components/bitrix/search.title/mobile/style.css?17515326452108 */
/* /local/templates/main/components/bitrix/menu/m_top/style.min.css?1751532645490 */
/* /local/templates/main/components/bitrix/menu/top_multilevel/style.min.css?17515326453715 */
/* /local/templates/main/components/bitrix/search.title/.default/style.css?17515326452108 */
/* /local/templates/main/components/bitrix/breadcrumb/universal_fix/style.min.css?1751532645620 */
/* /local/templates/main/css/libs.css?175153264536521 */
/* /local/templates/main/styles.css?1751532645366 */
