@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "AristaProAlternate";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/AristaProAlternate-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: "AristaProAlternate";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/AristaProAlternate-DemiBold.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "AristaProAlternate";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/AristaProAlternate-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Involve";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Involve-Regular.woff") format("woff");
}
@font-face {
    font-family: "Involve";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Involve-Medium.woff") format("woff");
}
@font-face {
    font-family: "Involve";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Involve-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "Involve";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Involve-Bold.woff") format("woff");
}
html,
body {
    height: 100%;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    background-color: #111111;
    font-weight: 500;
}
@media all and (max-width: 767px) {
    body {
        font-size: 0.875em;
        line-height: 1.85714;
    }
}

header,
footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

ul {
    list-style: none;
    margin: 0;
}

p {
    font-style: normal;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: "Involve", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.hidden {
    display: none;
}

.heading {
    margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media all and (max-width: 767px) {
    .heading {
        margin-bottom: 50px;
    }
}
.heading h2 {
    font-size: 52px;
    line-height: 62px;
}
@media all and (max-width: 767px) {
    .heading h2 {
        font-size: 42px;
        line-height: 50px;
    }
}
@media all and (max-width: 575px) {
    .heading h2 {
        font-size: 34px;
        line-height: 115%;
    }
}
.heading p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 14px;
}
@media all and (max-width: 767px) {
    .heading p {
        font-size: 16px;
        line-height: 24px;
    }
}
.heading.heading-small {
    margin-bottom: 50px;
}
@media all and (max-width: 1600px) {
    .heading.heading-small {
        margin-bottom: 46px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-small {
        margin-bottom: 36px;
    }
}
.heading.heading-small h2 {
    font-size: 30px;
    line-height: 36px;
}
@media all and (max-width: 767px) {
    .heading.heading-small h2 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-small h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
.heading.heading-middle {
    margin-bottom: 50px;
}
@media all and (max-width: 1600px) {
    .heading.heading-middle {
        margin-bottom: 46px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-middle {
        margin-bottom: 36px;
    }
}
.heading.heading-middle h2 {
    font-size: 40px;
    line-height: 48px;
}
@media all and (max-width: 767px) {
    .heading.heading-middle h2 {
        font-size: 34px;
        line-height: 42px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-middle h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

.btn {
    font-family: "Involve", sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 14px 30px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e5172d),
        to(#b31f2f)
    );
    background-image: linear-gradient(90deg, #e5172d 0%, #b31f2f 100%);
    border-radius: 8px;
    min-width: 200px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    .btn {
        font-size: 16px;
    }
}
.btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #e5172d;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#111111),
        to(#111111)
    );
    background-image: linear-gradient(90deg, #111111 0%, #111111 100%);
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 1;
}
.btn.btn-big {
    font-size: 18px;
    padding: 19px 30px;
}
.btn.btn-border {
    background: #111111;
}
.btn.btn-border::before {
    opacity: 1;
}
.btn.btn-border::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e5172d),
        to(#b31f2f)
    );
    background-image: linear-gradient(90deg, #e5172d 0%, #b31f2f 100%);
    z-index: -1;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn.btn-border:hover::after {
    opacity: 1;
}

.btn,
.lmp_button {
    font-family: "Involve", sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 14px 30px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e5172d),
        to(#b31f2f)
    );
    background-image: linear-gradient(90deg, #e5172d 0%, #b31f2f 100%);
    border-radius: 8px;
    min-width: 200px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    .btn,
    .lmp_button {
        font-size: 16px;
    }
}
.btn::before,
.lmp_button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #e5172d;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#111111),
        to(#111111)
    );
    background-image: linear-gradient(90deg, #111111 0%, #111111 100%);
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn:hover,
.lmp_button:hover {
    color: #fff;
}
.btn:hover::before,
.lmp_button:hover::before {
    opacity: 1;
}
.btn.btn-big,
.lmp_button.btn-big {
    font-size: 18px;
    padding: 19px 30px;
}
.btn.btn-submit,
.lmp_button.btn-submit {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#373737),
        to(#373737)
    );
    background-image: linear-gradient(90deg, #373737 0%, #373737 100%);
    -webkit-box-shadow: 5.6841px 7.95774px 17.0523px rgba(0, 0, 0, 0.11);
    box-shadow: 5.6841px 7.95774px 17.0523px rgba(0, 0, 0, 0.11);
}
.btn.btn-border,
.btn.lmp_button,
.lmp_button.btn-border,
.lmp_button.lmp_button {
    background: #111111;
}
.btn.btn-border::before,
.btn.lmp_button::before,
.lmp_button.btn-border::before,
.lmp_button.lmp_button::before {
    opacity: 1;
}
.btn.btn-border::after,
.btn.lmp_button::after,
.lmp_button.btn-border::after,
.lmp_button.lmp_button::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e5172d),
        to(#b31f2f)
    );
    background-image: linear-gradient(90deg, #e5172d 0%, #b31f2f 100%);
    z-index: -1;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn.btn-border:hover::after,
.btn.lmp_button:hover::after,
.lmp_button.btn-border:hover::after,
.lmp_button.lmp_button:hover::after {
    opacity: 1;
}

.lmp_button {
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 8px !important;
}
.lmp_button:hover {
    color: #fff !important;
}

.callback {
    display: block;
	padding: 20px 18px;
    flex-shrink: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
    background: #E4182E;
}
.callback:hover {
    background: #111;
	color: #fff;
}
.callback.callback-white {
    border: 2px solid #fff;
    background-color: #fff;
    background-image: url("../img/icon_2_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	
}

a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: none;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: all !important;
}

*:focus {
    outline: none;
}

* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

input,
textarea {
    outline: none !important;
    border-radius: 0;
}

details summary::-webkit-details-marker {
    display: none;
}

details > summary {
    list-style: none;
}

section {
    margin: 160px 0;
}
@media all and (max-width: 1600px) {
    section {
        margin: 100px 0;
    }
}
@media all and (max-width: 1199px) {
    section {
        margin: 80px 0;
    }
}

/*****************  ARROW UP  **************/
/********************  MODAL  **********************/
.modal {
    color: #ffffff;
    background-color: #e5172d;
    border-radius: 20px;
    max-width: 538px;
    width: 100%;
    padding: 56px 40px 30px 40px;
}
.modal .modal__heading {
    margin-bottom: 20px;
}
.modal .modal__heading h2 {
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.modal .modal__heading p {
    font-size: 12px;
    line-height: 15px;
}
.modal .carousel__button.is-close {
    top: 16px !important;
    right: 16px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: 1.56px solid #ab0214;
}
@media all and (max-width: 575px) {
    .modal .carousel__button.is-close {
        width: 30px;
        height: 30px;
        top: 12px !important;
        right: 12px !important;
    }
}
.modal .carousel__button.is-close svg {
    width: 20px;
    height: 20px;
    stroke: #131212;
}
@media all and (max-width: 575px) {
    .modal .carousel__button.is-close svg {
        width: 16px;
        height: 16px;
    }
}
.modal .carousel__button.is-close svg path {
    stroke-width: 3;
}

.form__inner form .form__item {
    margin-bottom: 16px;
}
.form__inner form .form__item input {
    font-size: 16px;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: 1.32499px solid #ececec;
    border-radius: 7px;
    padding: 0 15px;
    font-weight: 500;
    color: #505050;
}
.form__inner form .form__item input::-webkit-input-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input::-ms-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input::-webkit-input-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input:-ms-input-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input::-ms-input-placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__item input::placeholder {
    color: #505050;
    opacity: 1;
}
.form__inner form .form__submit {
    margin-bottom: 16px;
}
.form__inner form .form__submit .submit__inner {
    position: relative;
}
.form__inner form .form__submit .submit__inner .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.form__inner form .form__policy {
    margin-bottom: 16px;
}
.form__inner form .form__policy p {
    font-size: 10px;
    line-height: 14px;
}
.form__inner form .form__policy p a {
    color: #fff;
    text-decoration: underline;
}

/*********************  HEADER  ************************/
header.page {
    margin-bottom: 60px;
    background-image: none;
}
@media all and (max-width: 575px) {
    header.page {
        margin-bottom: 48px;
    }
}
header .header__top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 26px;
}
header .header__top .wrapper .header__logo .logo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo .logo__inner {
        gap: 11px;
    }
}
header .header__top .wrapper .header__logo a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo a {
        padding-right: 13px;
    }
}
header .header__top .wrapper .header__logo a img {
    width: 169px;
    height: auto;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo a img {
        width: 142px;
    }
}
header .header__top .wrapper .header__logo .slogan {
    font-size: 12px;
    line-height: 19px;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__logo .slogan {
        font-size: 10px;
        line-height: 16px;
    }
}
header .header__top .wrapper .header__menu .menu__inner {
    background: rgba(31, 31, 31, 0.3);
    border: 0.951699px solid #a1a1a1;
    -webkit-box-shadow: 0px 0px 28.551px rgba(86, 86, 86, 0.25);
    box-shadow: 0px 0px 28.551px rgba(86, 86, 86, 0.25);
    border-radius: 33px;
    padding: 11px 29px;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu .menu__inner {
        display: none;
    }
}
header .header__top .wrapper .header__menu .menu__inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 16px;
    width: 100%;
}
header .header__top .wrapper .header__menu .menu__inner > ul > li {
    position: relative;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.current-menu-item
    > a {
    color: #e5172d;
}
header .header__top .wrapper .header__menu .menu__inner ul li:hover > a {
    color: #e5172d;
}
header .header__top .wrapper .header__menu .menu__inner ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 16px;
    padding: 13px 0;
    display: inline-block;
    white-space: nowrap;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children {
    position: relative;
    padding-right: 14px;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/icon_1.svg");
    width: 10px;
    height: 8px;
    top: 1px;
    bottom: 0;
    right: -3px;
    margin: auto;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children:hover::before {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(68%)
        saturate(6353%) hue-rotate(348deg) brightness(98%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(68%) saturate(6353%)
        hue-rotate(348deg) brightness(98%) contrast(91%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu {
    position: absolute;
    top: 42px;
    left: 0;
    padding: 10px 14px;
    width: 155px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    background-color: #2b2b2b;
    z-index: 10;
    border-radius: 10px;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li {
    margin-right: 0;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:not(:last-child) {
    border-bottom: 1px solid #414141;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:after {
    left: 16px;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:before {
    display: none;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 7px 0;
}
@media all and (max-width: 991px) {
    header
        .header__top
        .wrapper
        .header__menu
        .menu__inner
        ul
        li.menu-item-has-children
        ul.sub-menu
        li
        a {
        font-size: 14px;
        line-height: 18px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    text-decoration: underline;
}
header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    ul.sub-menu {
    left: 141px;
    background-color: #1c1c1c;
    top: -10px;
}
header .header__top .wrapper .header__menu .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .wrapper .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #e5172d;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header__menu .header_burger .burger_button {
        width: 42px;
        height: 42px;
    }
}
header .header__top .wrapper .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .burger_button
        span {
        width: 20px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 20px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .burger_button
        span:nth-child(1) {
        top: 13px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 29px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .burger_button
        span:nth-child(2) {
        top: 21px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 38px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .burger_button
        span:nth-child(3) {
        top: 29px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 29px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .burger_button.open
        span:nth-child(1) {
        top: 21px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 29px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .burger_button.open
        span:nth-child(3) {
        top: 21px;
    }
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw;
    background: #e5172d;
    margin: 0;
    z-index: 11;
    padding-top: 50px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
header .header__top .wrapper .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateX(-100%) translateY(70px);
    -ms-transform: translateX(-100%) translateY(70px);
    transform: translateX(-100%) translateY(70px);
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle.menuopen.slide {
    -webkit-transform: translateX(0%) translateY(70px) !important;
    -ms-transform: translateX(0%) translateY(70px) !important;
    transform: translateX(0%) translateY(70px) !important;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 930px;
}
@media all and (max-width: 1200px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 690px;
    }
	header .header__top .wrapper .header__menu .header_burger .menu_toggle .toggle__inner {
		background: #e5172d;
		max-width: 100%;
		margin: 0;
		padding:12px;
	}
}
@media all and (max-width: 767px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__logo {
    margin-bottom: 46px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__logo
    img {
    width: 152px;
    height: auto;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner {
    margin-bottom: 100px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 16px;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item
    a {
    font-weight: 700;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-family: "Involve", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
}
header
    .header__top
    .wrapper
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
}
header .header__main {
    padding-top: 100px;
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 50px;
    }
}
header .header__main .wrapper {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}
header .header__main .wrapper .content {
    text-align: center;
    margin-bottom: 50px;
}
@media all and (max-width: 767px) {
    header .header__main .wrapper .content {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .content {
        text-align: left;
    }
}
header .header__main .wrapper .content h1 {
    font-size: 52px;
    line-height: 120%;
    margin-bottom: 22px;
}
@media all and (max-width: 767px) {
    header .header__main .wrapper .content h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .content h1 {
        font-size: 35px;
        line-height: 42px;
    }
}
header .header__main .wrapper .content p {
    font-size: 19px;
    line-height: 23px;
}
@media all and (max-width: 767px) {
    header .header__main .wrapper .content p {
        max-width: 310px;
        width: 100%;
        margin: 0 auto;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .content p {
        font-size: 16px;
        margin-left: 0;
        margin-right: auto;
    }
}
header .header__main .wrapper .profit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .profit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        gap: 0 30px;
    }
}
@media all and (max-width: 991px) and (max-width: 767px) {
    header .header__main .wrapper .profit {
        gap: 0 15px;
    }
}
@media all and (max-width: 991px) and (max-width: 575px) {
    header .header__main .wrapper .profit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
    }
}
header .header__main .wrapper .profit p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .profit p {
        width: calc(50% - 30px);
    }
}
@media all and (max-width: 767px) {
    header .header__main .wrapper .profit p {
        font-size: 13px;
        width: calc(50% - 15px);
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .profit p {
        width: 100%;
    }
}
header .header__main .wrapper .profit p img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .profit .profit__button {
    text-align: center;
}
@media all and (max-width: 991px) {
    header .header__main .wrapper .profit .btn {
        max-width: 275px;
        width: 100%;
        margin: 0 auto;
    }
}
@media all and (max-width: 575px) {
    header .header__main .wrapper .profit .btn {
        margin-left: 0;
        margin-right: auto;
    }
}
header .header__main .main__image {
    margin-top: -170px;
}
@media all and (max-width: 1650px) {
    header .header__main .main__image {
        margin-top: -100px;
    }
}
@media all and (max-width: 991px) {
    header .header__main .main__image {
        margin-top: -60px;
    }
}
.contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
}
@media all and (max-width: 575px) {
    .contacts__inner {
        gap: 20px;
    }
}
.contacts__inner .phone__worktime {
    text-align: right;
}
.contacts__inner .phone__worktime a {
    font-family: "Involve", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    white-space: nowrap;
}
@media all and (max-width: 575px) {
    .contacts__inner .phone__worktime a {
        font-size: 18px;
        margin-bottom: 4px;
    }
}
.contacts__inner .phone__worktime a:hover {
    color: #e5172d;
}
.contacts__inner .phone__worktime p {
    font-size: 12px;
    line-height: 13px;
}
@media all and (max-width: 575px) {
    .contacts__inner .phone__worktime p {
        font-size: 9px;
    }
}
@media all and (max-width: 575px) {
    .contacts__inner .callback {
        width: 40px;
        height: 40px;
    }
}

/*****************  contact form 7 style  *****************/

/******************************  main-sliders  **************************/

/****************************  about  *************************/
#about .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 79px;
}
@media all and (max-width: 767px) {
    #about .wrapper {
        flex-direction: column;
		gap: 24px;
    }
}
#about .wrapper img {
    width: 399px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    #about .wrapper img {
        width: 300px;
    }
}
@media all and (max-width: 991px) {
    #about .wrapper img {
        width: 242px;
    }
}
@media all and (max-width: 575px) {
    #about .wrapper img {
        width: 216px;
    }
}
#about .wrapper p {
    font-family: "Involve", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
}
@media all and (max-width: 1199px) {
    #about .wrapper p {
        font-size: 28px;
        line-height: 120%;
    }
}
@media all and (max-width: 767px) {
    #about .wrapper p {
        font-size: 24px;
		text-align: center;
    }
}
@media all and (max-width: 575px) {
    #about .wrapper p {
        font-size: 21px;
    }
}

/**************************  tasks  ***********************/
#tasks .wrapper .tasks__slider {
    margin-bottom: 70px;
}
#tasks .heading {
    flex-direction: column;
}
@media all and (max-width: 767px) {
    #tasks .wrapper .tasks__slider {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #tasks .wrapper .tasks__slider {
        margin-bottom: 36px;
    }
}
#tasks .wrapper .tasks__slider .swiper-slide {
    height: auto;
}
#tasks .wrapper .tasks__slider .slide__inner {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1f1f1f;
    border-radius: 35px;
    min-height: 423px;
}
@media all and (max-width: 991px) {
    #tasks .wrapper .tasks__slider .slide__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
    }
}
@media all and (max-width: 575px) {
    #tasks .wrapper .tasks__slider .slide__inner {
        border-radius: 30px;
    }
}
#tasks .wrapper .tasks__slider .slide__inner .content {
    padding: 36px 52px;
    position: relative;
    z-index: 3;
    width: 100%;
}
@media all and (max-width: 991px) {
    #tasks .wrapper .tasks__slider .slide__inner .content {
        padding: 30px 48px 0 48px;
    }
	#tasks .wrapper .tasks__slider .slide__inner .content .image {
		position: relative !important;
		left: 0 !important;
	}
}
@media all and (max-width: 575px) {
    #tasks .wrapper .tasks__slider .slide__inner .content {
        padding: 25px 32px 0;
    }
}
#tasks .wrapper .tasks__slider .slide__inner .content h3 {
    font-size: 38px;
    line-height: 52px;
}
#tasks .wrapper .tasks__slider .slide__inner .content p {
    font-size: 20px;
    line-height: 24px;
	margin-top: 12px;
}
@media all and (max-width: 1199px) {
    #tasks .wrapper .tasks__slider .slide__inner .content h3 {
        font-size: 38px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    #tasks .wrapper .tasks__slider .slide__inner .content h3 {
        font-size: 24px;
    }
	#tasks .wrapper .tasks__slider .slide__inner .content p {
		font-size: 15px;
		margin-top: 14px;
	}
}
#tasks .wrapper .tasks__slider .slide__inner .content .image {
    position: absolute;
    bottom: 0;
    left: 22px;
    z-index: -1;
}
#tasks .wrapper .tasks__slider .slide__inner .content .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#tasks .wrapper .tasks__slider .slide__inner .video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 491px;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #tasks .wrapper .tasks__slider .slide__inner .video {
        width: 450px;
    }
}
@media all and (max-width: 991px) {
    #tasks .wrapper .tasks__slider .slide__inner .video {
        display: none;
    }
}
#tasks .wrapper .tasks__slider .slide__inner .video a {
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
}
#tasks .wrapper .tasks__slider .slide__inner .video a:hover .video__button {
    border: 3px solid #e5172d;
}
#tasks
    .wrapper
    .tasks__slider
    .slide__inner
    .video
    a:hover
    .video__button::after {
    -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(98%)
        saturate(3177%) hue-rotate(339deg) brightness(85%) contrast(114%);
    filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(3177%)
        hue-rotate(339deg) brightness(85%) contrast(114%);
}
#tasks .wrapper .tasks__slider .slide__inner .video a .video__button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
    width: 132px;
    height: 132px;
    background: rgba(217, 217, 217, 0.2);
    border: 3px solid #ffffff;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
}
@media all and (max-width: 575px) {
    #tasks .wrapper .tasks__slider .slide__inner .video a .video__button {
        width: 116px;
        height: 116px;
    }
}
#tasks .wrapper .tasks__slider .slide__inner .video a .video__button:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/icon_4.svg");
    width: 33px;
    height: 38px;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #tasks .wrapper .tasks__slider .slide__inner .video a .video__button:after {
        width: 29px;
        height: 32px;
    }
}
#tasks .wrapper .tasks__slider .slide__inner .video img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.arrows__dots {
/*     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px 60px; */
	display: none;
}
.arrows__dots .swiper__nav {
    width: 195px;
    height: 92px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 0;
    margin-right: auto;
}
@media all and (max-width: 767px) {
    .arrows__dots .swiper__nav {
        width: 163px;
        height: 77px;
    }
}
@media all and (max-width: 575px) {
    .arrows__dots .swiper__nav {
        width: 132px;
        height: 62px;
    }
}
.arrows__dots .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 92px;
    height: 92px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/arrow.svg");
}
@media all and (max-width: 767px) {
    .arrows__dots .swiper__nav .swiper-button {
        width: 77px;
        height: 77px;
    }
}
@media all and (max-width: 575px) {
    .arrows__dots .swiper__nav .swiper-button {
        width: 62px;
        height: 62px;
    }
}
.arrows__dots .swiper__nav .swiper-button:hover {
    opacity: 0.7;
}
.arrows__dots .swiper__nav .swiper-button:after {
    display: none !important;
}
.arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
    left: 0;
    background-image: url("../img/arrow_left.svg");
    width: 60px;
    height: 21px;
}
@media all and (max-width: 767px) {
    .arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
        width: 51px;
        height: 18px;
    }
}
@media all and (max-width: 575px) {
    .arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
        width: 40px;
        height: 14px;
    }
}
.arrows__dots .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
.arrows__dots .swiper-pagination {
    bottom: 0 !important;
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 767px) {
    .arrows__dots .swiper-pagination {
        gap: 14px;
    }
}
@media all and (max-width: 575px) {
    .arrows__dots .swiper-pagination {
        gap: 11px;
    }
}
.arrows__dots .swiper-pagination span {
    width: 42px;
    height: 3.29px;
    border-radius: 0;
    background-color: #5b5b5b;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 767px) {
    .arrows__dots .swiper-pagination span {
        width: 35px;
        height: 2.76px;
    }
}
@media all and (max-width: 575px) {
    .arrows__dots .swiper-pagination span {
        width: 28px;
        height: 2.23px;
    }
}
.arrows__dots .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #e5172d;
}

/***************************  selection  **************************/
#selection {
    padding-top: 48px;
    padding-bottom: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#d31a2e),
        to(#bc1f2f)
    );
    background: linear-gradient(90deg, #d31a2e 0%, #bc1f2f 100%);
}
@media all and (max-width: 575px) {
    #selection {
        padding-top: 54px;
        padding-bottom: 24px;
    }
}
#selection .selection__item {
    margin-bottom: 34px;
}
@media all and (max-width: 575px) {
    #selection .selection__item {
        margin-bottom: 30px;
    }
}
#selection .selection__item .item__inner {
    background-color: #1f1f1f;
    border-radius: 35px;
    min-height: 326px;
    padding: 31px 37px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #selection .selection__item .item__inner {
        padding: 24px;
        min-height: 545px;
    }
}
#selection .selection__item .item__inner::after {
    position: absolute;
    content: "";
    width: 321px;
    height: 321px;
    border-radius: 50%;
    background-color: #353535;
    right: -45px;
    bottom: -65px;
    z-index: -1;
}
#selection .selection__item .item__inner .content {
    max-width: 332px;
    width: 100%;
}
#selection .selection__item .item__inner .content h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 34px;
	font-weight: 600;
}
#selection .selection__item .item__inner .image {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media all and (max-width: 1199px) {
    #selection .selection__item .item__inner .image img {
        max-height: 240px;
        max-width: 250px;
    }
}
@media all and (max-width: 575px) {
    #selection .selection__item .item__inner .image img {
        max-width: none;
        max-height: 320px;
    }
}

/****************************  popular  ***************************/

#popular .popular__slider .swiper-slide {
    height: auto;
}
#popular .popular__slider .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.popular-tegi {
	margin-bottom: 40px;
	display: flex;
    gap: 10px 8px;
    flex-wrap: wrap;
}
.popular-tegi p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}
.popular-tegi p a {
	padding: 12px 27px;
    border: 1px solid #fff;
    border-radius: 21px;
	font-size: 14px;
    color: #fff;
}
@media (max-width: 576px) {
	.popular-tegi p a {
		padding: 4px 16px
	}
}
.popular-tegi p a:hover {
	background-color: #E4182E;
}
#popular .popular__nav {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

#popular .popular__nav .swiper-button {
    position: relative;
    width: 89px;
    height: 89px;
    background-color: transparent;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
	left: auto;
	right: auto;
}

#popular .popular__nav .swiper-button:after {
    display: none !important;
}

#popular .popular__nav .swiper-button.swiper-button-prev {
    height: 20px;
    border: none;
    background-image: url("../img/arrow_left.svg");
    background-size: contain;
	background-repeat: no-repeat;
	left: auto;
	right: auto;
}

#popular .popular__nav .swiper-button.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
}

#popular .popular__nav .swiper-button.swiper-button-next.swiper-button-disabled {
    opacity: 0.45;
    border-color: rgba(229, 23, 45, 0.45);
}

#popular .popular__nav .swiper-button:hover {
    opacity: 0.8;
}

#popular .heading .popular__nav {
    justify-content: flex-end;
}

#popular .popular__slider .swiper-scrollbar {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background-color: #343434;
    cursor: pointer;
    margin-top: 70px;
	left: 0;
}

/* dots for tablet/mobile */
#popular .popular__controls {
    display: none;
}

#popular .popular__pagination {
    display: none;
}

#popular .popular__pagination .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    background: #575757;
    opacity: 1;
}

#popular .popular__pagination .swiper-pagination-bullet-active {
    background: #e3182e;
}

@media all and (max-width: 1024px) {
    #popular .popular__slider .swiper-scrollbar {
        display: none;
    }
    #popular .popular__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 14px;
    }
    #popular .popular__controls .popular__nav-slot {
        display: flex;
        align-items: center;
    }
    #popular .popular__controls .popular__nav {
        margin: 0;
        gap: 10px;
    }
    #popular .popular__pagination {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 0;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (max-width: 575px) {
    #popular .popular__nav {
        gap: 12px;
    }
    #popular .popular__nav .swiper-button {
        width: 62px;
		height: 62px;
    }
    #popular .popular__nav .swiper-button.swiper-button-prev {
        width: 40px;
    }
}
#popular .popular__slider .swiper-scrollbar-drag {
    background-color: #e5172d;
}

.product__item {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__item:last-child {
	margin-bottom: 0;
}
.product__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
.product__item .item__inner .product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #1f1f1f;
    border: 1.79387px solid #f7f7f7;
    border-radius: 0px 107.632px 0px 0px;
    height: 382px;
    position: relative;
}
@media all and (max-width: 1600px) {
    .product__item .item__inner .product__image {
        height: 370px;
    }
}
.product__item .item__inner .product__image:hover {
    border: 1.79387px solid #e5172d;
}
.product__item .item__inner .product__image img {
    max-height: 370px;
    height: auto;
    width: auto;
}
@media all and (max-width: 1600px) {
    .product__item .item__inner .product__image img {
        max-height: 330px;
    }
}
.product__item .item__inner .product__image .attr {
    position: absolute;
    top: 21px;
    left: 21px;
    display: inline-block;
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    background: #E5172D;
    border: 1px solid #B92121;
    border-radius: 97.3046px;
    color: #fff;
    padding: 10px 20px;
}
.product__item .item__inner .product__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    flex-grow: 1;
}
.product__item .item__inner .product__details .details__inner {
    flex-grow: 1;
}
.product__item .item__inner .product__details .details__inner .product__title {
    color: #fff;
    margin-bottom: 16px;
    display: block;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title:hover {
    color: #e5172d;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title
    h3 {
    font-size: 28px;
    line-height: 120%;
    color: #fff;
}
.product__item .item__inner .product__details .details__inner .product_char {
    margin-bottom: 18px;
}
.product__item .item__inner .product__details .details__inner .product_char ul {
    list-style-type: disc;
    padding-left: 17px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product_char
    ul
    li::marker {
		color: #e3182e;
		width: 10px;
		height: 10px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product_char
    ul
    li {
    font-size: 15px;
    line-height: 22px;
}
@media all and (max-width: 767px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product_char
        ul
        li {
        font-size: 14px;
    }
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product_char
    ul
    li:not(:last-child) {
    margin-bottom: 10px;
}
.product__item .item__inner .product__details .details__inner .price {
    font-family: "Involve", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.product__item .item__inner .product__details .details__inner .price ins {
    text-decoration: none;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .woo-variation-items-wrapper {
    margin-bottom: 18px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .woo-variation-items-wrapper
    .variable-items-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .woo-variation-items-wrapper
    .variable-items-wrapper
    .variable-item {
    margin: 0;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
	background-color: transparent;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .woo-variation-items-wrapper
    .variable-items-wrapper
    .variable-item
    .variable-item-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 4px 8px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .woo-variation-items-wrapper
    .variable-items-wrapper
    .variable-item:hover {
    border-color: #e3182e;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .woo-variation-items-wrapper
    .variable-items-wrapper
    .variable-item.selected {
    border-color: #e3182e;
    background-color: rgba(227, 24, 46, 0.12);
}
.product__details
    .details__inner
    .variations
    .variable-items-wrapper
    li.selected {
    border: 1px solid #DF192F;
}

/********************************  news  **************************/
#news .heading {
	display: block;
	margin-bottom: 80px;
}
@media all and (max-width: 576px) {
    #news .heading {
		margin-bottom: 40px;
	}
}
.post__item {
    margin-bottom: 80px;
}
@media all and (max-width: 767px) {
    .post__item {
        margin-bottom: 40px;
    }
}
.post__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}
.post__item .item__inner .post__image {
    display: block;
    height: 259px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .post__item .item__inner .post__image {
        height: 220px;
        border-radius: 17px;
    }
}
@media all and (max-width: 575px) {
    .post__item .item__inner .post__image {
        height: 257px;
        border-radius: 20px;
    }
}
.post__item .item__inner .post__image:hover {
    opacity: 0.8;
}
.post__item .item__inner .post__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.post__item .item__inner .post__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}
.post__item .item__inner .post__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.post__item .item__inner .post__details .post__title {
    color: #fff;
    display: block;
    margin-bottom: 13px;
}
.post__item .item__inner .post__details .post__title:hover {
    color: #e5172d;
}
.post__item .item__inner .post__details .post__title h3 {
    font-size: 22px;
    line-height: 110%;
    color: inherit;
	font-weight: 700;
}
.post__item .item__inner .post__details .post__excerpt {
    font-size: 15px;
    line-height: 110%;
	font-weight: 500;
}

.stars__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 32px;
}
.stars__date .date__time {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.stars__date .date__time .date {
    position: relative;
    padding-right: 6px;
}
.stars__date .date__time .date::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.stars__date .date__time .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.stars__date .date__time .time img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
}

/******************************  footer  ****************************/
#footer {
    margin: 0;
    background-color: #1e1e1e;
    padding-top: 64px;
    padding-bottom: 16px;
}
#footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 60px;
    margin-bottom: 16px;
    border-bottom: 1px solid #3a3a3a;
}
#footer .footer__left .custom-logo {
    width: 180px;
    height: auto;
}
#footer .footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 520px;
}
#footer .footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 16px 0;
}
#footer .footer__menu ul li {
    margin: 0;
}
#footer .footer__menu ul li a {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}
#footer .footer__menu ul li.current-menu-item a,
#footer .footer__menu ul li a:hover {
    color: #e5172d;
}
#footer .footer__contacts {
    display: flex;
	flex-direction: column;
}

#footer .footer__contacts .phone__worktime a {
    font-family: "Involve", sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
	color: #fff;
}
#footer .footer__contacts .phone__worktime a:hover {
	color: #E4182E;
}
#footer .footer__contacts .phone__worktime p {
    font-size: 12px;
    line-height: 13px;
    color: #fff;
}
#footer .footer__contacts .callback.callback-red {
    margin-top: 24px;
    text-align: center;
    padding: 19px 18px;
    font-size: 0;
}
#footer .footer__contacts .callback.callback-red::after {
    content: "Оставить заявку";
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    color: #fff;
}
#footer .footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    padding: 0 20px;
}
#footer .footer__copy .copyright,
#footer .footer__copy .policy {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #c9c9c9;
}
#footer .footer__copy .policy {
    text-decoration: underline;
}
#footer .footer__copy .policy:hover {
    color: #e5172d;
}
@media all and (max-width: 1024px) {
    #footer .container {
        flex-direction: column;
		align-items: center;
    }
    #footer .footer__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    #footer .footer__menu ul {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}
@media all and (max-width: 575px) {
    #footer {
        padding-top: 40px;
    }
    #footer .container {
        gap: 32px;
        padding-bottom: 32px;
		align-items: flex-start;
    }
    #footer .footer__left .custom-logo {
        width: 169px;
    }
    #footer .footer__contacts {
        width: 100%;
    }
    #footer .footer__contacts .phone__worktime {
        width: 100%;
        margin-bottom: 10px;
    }
    #footer .footer__contacts .phone__worktime a {
        font-size: 22px;
    }
    #footer .footer__contacts .callback.callback-red {
        width: 100%;
    }
    #footer .footer__copy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
}

/*****************************  breadcrumbs  **************************/
#breadcrumbs {
    margin-bottom: 60px;
	margin-top: 80px;
}
@media all and (max-width: 575px) {
    #breadcrumbs {
        margin-bottom: 36px;
    }
}
#breadcrumbs .breadcrumbs {
    color: #fff;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    #breadcrumbs .breadcrumbs {
        font-size: 13px;
    }
}
#breadcrumbs .breadcrumbs span.sep {
    width: 6.3px;
    height: 6.3px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    top: -2px;
    margin: 0 5px;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #fff;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a:hover {
    color: #e5172d;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}

/****************************  page  *************************/
#page {
	margin-top: 60px;
}

@media (min-width: 678px) {
	#page .container {
		padding: 0;
	}
}
#page.mb-40 {
    margin-bottom: 40px;
}
#page .page__heading.page__heading-small h1 {
    font-size: 40px;
    line-height: 48px;
}
@media all and (max-width: 767px) {
    #page .page__heading.page__heading-small h1 {
        font-size: 34px;
        line-height: 42px;
    }
}
@media all and (max-width: 575px) {
    #page .page__heading.page__heading-small h1 {
        font-size: 30px;
        line-height: 36px;
    }
}
#page .page__heading h1 {
    font-size: 50px;
    line-height: 60px;
	margin-bottom: 30px;
}
@media all and (max-width: 767px) {
    #page .page__heading h1 {
        font-size: 42px;
        line-height: 50px;
    }
}
@media all and (max-width: 575px) {
    #page .page__heading h1 {
        font-size: 34px;
        line-height: 115%;
    }
}
#page .page__catalog {
    position: relative;
    overflow: hidden;
}
#page .page__catalog .catalog__description {
    margin-bottom: 60px;
}
#page .page__catalog .catalog__description .description__inner {
    background-color: #2b2b2b;
    border-radius: 0px 0px 140px 0px;
    padding: 32px 40px 32px 32px;
}
@media all and (max-width: 575px) {
    #page .page__catalog .catalog__description .description__inner {
        padding: 20px 24px;
    }
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__description
        .description__inner
        .page__heading {
        margin-bottom: 10px;
    }
}
#page
    .page__catalog
    .catalog__description
    .description__inner
    .page__heading
    h1 {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 15px;
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__description
        .description__inner
        .page__heading
        h1 {
        font-size: 46px;
        line-height: 56px;
    }
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__description
        .description__inner
        .page__heading
        h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__description
        .description__inner
        .page__heading
        .desc {
        font-size: 15px;
        line-height: 120%;
    }
}
#page
    .page__catalog
    .catalog__filters
    h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__filters
        h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__filters
        h2 {
        font-size: 22px;
        line-height: 32px;
    }
}
#page
    .page__catalog
    .catalog__filters
    .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px 18px;
    font-size: 14px;
    font-weight: 600;
}
#page .catalog__filters {
	margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__filters
        .filters {
        gap: 12px;
        font-size: 10px;
    }
}
@media all and (max-width: 1199px) {
    #page
        .page__catalog
        .catalog__main
        .product__list
        .product__item:first-child {
        right: 0;
    }
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__main
        .product__list
        .product__item:first-child {
        position: relative;
        right: auto;
    }
}

#page
    .page__catalog
    .catalog__filters
    .filters
    .bapf_sfilter
    .bapf_button {
    width: 96px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #2b2b2b;
    color: #fff;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__filters
        .filters
        .bapf_sfilter
        .bapf_button {
        width: 65px;
        height: 28px;
    }
}
#page
    .page__catalog
    .catalog__filters
    .filters
    .bapf_ckbox.bapf_hideckbox
    .bapf_head {
    display: none;
}
#page
    .page__catalog
    .catalog__filters
    .filters
    .bapf_ckbox.bapf_hideckbox
    .bapf_body {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page
    .page__catalog
    .catalog__filters
    .filters
    .bapf_ckbox.bapf_hideckbox
    .bapf_body
    ul
    li.checked
    label {
    background-color: #e5172d;
    border: 1px solid #e5172d;
}
#page
    .page__catalog
    .catalog__filters
    .filters
    .bapf_ckbox.bapf_hideckbox
    .bapf_body
    ul
    label {
    border-radius: 21px;
    border: 1px solid #ffffff;
    padding: 11.9px 27px;
    color: #fff;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .catalog__filters
        .filters
        .bapf_ckbox.bapf_hideckbox
        .bapf_body
        ul
        label {
        padding: 7.5px 16px;
    }
}
#page .page__post .stars__date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#page .page__post .post__title {
    font-size: 40px;
    line-height: 118%;
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    #page .page__post .post__title {
        font-size: 36px;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .post__title {
        font-size: 32px;
    }
}
#page .page__post .article {
    margin-bottom: 90px;
}
@media all and (max-width: 1600px) {
    #page .page__post .article {
        margin-bottom: 70px;
    }
}
@media all and (max-width: 991px) {
    #page .page__post .article {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .article {
        margin-bottom: 55px;
    }
}
#page .page__post .similar__posts .similar__slider .swiper-slide {
    height: auto;
}
#page .page__post .similar__posts .similar__slider .swiper-slide .post__item {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
#page .page__post .similar__posts .similar__slider .swiper-scrollbar {
    position: relative;
    height: 5px;
    border-radius: 5px;
    background-color: #2a2a2a;
    cursor: pointer;
    margin-top: 100px;
}
@media all and (max-width: 991px) {
    #page .page__post .similar__posts .similar__slider .swiper-scrollbar {
        margin-top: 90px;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .similar__posts .similar__slider .swiper-scrollbar {
        margin-top: 50px;
    }
}
#page .page__post .similar__posts .similar__slider .swiper-scrollbar-drag {
    height: 10px;
    top: -2.2px;
    background-color: #e5172d;
    border-radius: 0;
}
#page .page__about .about__content {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #page .page__about .about__content {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .about__content {
        margin-bottom: 25px;
    }
}
#page .page__about .goal {
    background-color: #212121;
    border-radius: 30px;
    padding: 40px 56px;
    margin-bottom: 100px;
}
@media all and (max-width: 1600px) {
    #page .page__about .goal {
        margin-bottom: 72px;
    }
}
@media all and (max-width: 991px) {
    #page .page__about .goal {
        padding: 34px 40px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .goal {
        padding: 30px 26px;
        margin-bottom: 46px;
    }
}
@media all and (max-width: 991px) {
    #page .page__about .goal .goal__image {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .goal .goal__image {
        margin-bottom: 25px;
    }
}
#page .page__about .goal .goal__image img {
    width: 372px;
    height: auto;
}
@media all and (max-width: 991px) {
    #page .page__about .goal .goal__image img {
        width: 253px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .goal .goal__image img {
        width: 170px;
    }
}
#page .page__about .goal .goal__text h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    #page .page__about .goal .goal__text h2 {
        font-size: 27px;
        line-height: 33px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .goal .goal__text p {
        font-size: 12px;
        line-height: 20px;
    }
}
#page .page__about .profit .profit__item {
    margin-bottom: 55px;
}
@media all and (max-width: 575px) {
    #page .page__about .profit .profit__item {
        margin-bottom: 43px;
    }
}
#page .page__about .profit .profit__item .item__inner .profit__title {
    font-family: "Involve", sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    height: 227px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/icon_7.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page .page__about .profit .profit__item .item__inner .profit__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
        height: 182px;
    }
}
#page .page__about .profit .profit__item .item__inner p {
    font-family: "Involve", sans-serif;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    #page .page__about .profit .profit__item .item__inner p {
        font-size: 17px;
        line-height: 27px;
    }
}
#page .page__dealers .dealers__list {
    margin-bottom: 60px;
}
@media all and (max-width: 767px) {
    #page .page__dealers .dealers__list {
        margin-bottom: 30px;
    }
}
#page .page__dealers .dealers__list .search {
    margin-bottom: 50px;
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__list .search {
        margin-bottom: 30px;
    }
}
#page .page__dealers .dealers__list .search input {
    width: 100%;
    height: 74px;
    background-color: rgba(31, 31, 31, 0.3);
    border: 1px solid #bcbcbc;
    border-radius: 13px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 27px;
    padding-right: 56px;
    background-size: 26px;
    background-position: calc(100% - 23px) 50%;
    background-repeat: no-repeat;
    background-image: url("../img/icon_8.svg");
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__list .search input {
        height: 60px;
        font-size: 16px;
    }
}
@media all and (max-width: 991px) {
    #page .page__dealers .dealers__list .search input {
        height: 50px;
        background-size: 18px;
    }
}
#page .page__dealers .dealers__list .search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list .search input::placeholder {
    color: #fff;
    opacity: 1;
}
#page .page__dealers .dealers__list #repeater-results {
    max-height: 690px;
    min-height: 690px;
    overflow-y: auto;
    padding-right: 28px;
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__list #repeater-results {
        max-height: 400px;
        min-height: 400px;
        padding-right: 16px;
    }
}
#page .page__dealers .dealers__list #repeater-results .address {
    font-size: 18px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #6d6d6d;
    padding: 24px 0;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__list #repeater-results .address {
        padding: 15px 0;
        font-size: 12px;
    }
}
#page .page__dealers .dealers__list #repeater-results .address.active {
    color: #e5172d;
}
#page .page__dealers .dealers__list #repeater-results .address:first-child {
    border-top: 1px solid #6d6d6d;
}
#page .page__dealers .dealers__list #repeater-results::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
#page .page__dealers .dealers__list #repeater-results::-webkit-scrollbar-track {
    background: #3a3a3a;
    border-radius: 6px;
}
#page .page__dealers .dealers__list #repeater-results::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #e5172d;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#page .page__dealers .dealers__list #repeater-results {
    scrollbar-color: #e5172d #3a3a3a;
    scrollbar-width: thin;
}
@media all and (max-width: 767px) {
    #page .page__dealers .dealers__details {
        margin-bottom: 30px;
    }
}
#page .page__dealers .dealers__details .details__inner {
    background-color: #222222;
    border-radius: 30px;
    padding: 54px 54px 20px 54px;
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__details .details__inner {
        padding: 32px 32px 2px 32px;
    }
}
#page .page__dealers .dealers__details .details__item {
    display: none;
}
#page .page__dealers .dealers__details .details__item.active {
    display: block;
}
#page .page__dealers .dealers__details h3 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 12px;
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__details h3 {
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 10px;
    }
}
#page .page__dealers .dealers__details p {
    margin-bottom: 38px;
}
@media all and (max-width: 1199px) {
    #page .page__dealers .dealers__details p {
        font-size: 12px;
        margin-bottom: 30px;
    }
}
#page .page__dealers .dealers__details a {
    color: #fff;
}
#page .page__dealers .dealers__details a:hover {
    color: #e5172d;
}
#page .page__dealers .dealers__map .map__inner #map {
    height: 420px;
    border-radius: 30px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #page .page__dealers .dealers__map .map__inner #map {
        height: 360px;
    }
}
#page .page__dealers .dealers__map .map__inner #map iframe {
    width: 100%;
    height: 100%;
}
#page .page__contacts h3 {
    font-size: 30px;
    line-height: 36px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
}
@media all and (max-width: 767px) {
    #page .page__contacts h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 22px;
        padding-bottom: 20px;
    }
}
#page .page__contacts h3::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    background-color: #e5172d;
    bottom: 0;
    left: 0;
}
@media all and (max-width: 767px) {
    #page .page__contacts h3::after {
        width: 122px;
    }
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__list {
        margin-bottom: 50px;
    }
}
#page
    .page__contacts
    .contacts__list
    .list__inner
    .list__item:not(:last-child) {
    margin-bottom: 50px;
}
@media all and (max-width: 767px) {
    #page
        .page__contacts
        .contacts__list
        .list__inner
        .list__item:not(:last-child) {
        margin-bottom: 36px;
    }
}
#page .page__contacts .contacts__list .list__inner .list__item .item {
    background-color: #1f1f1f;
    border-radius: 15px;
    padding: 23px 38px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .contacts__list .list__inner .list__item .item {
        padding: 20px 24px;
    }
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__list .list__inner .list__item .item {
        font-size: 14px;
        border-radius: 13px;
    }
}
#page
    .page__contacts
    .contacts__list
    .list__inner
    .list__item
    .item:not(:last-child) {
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    #page
        .page__contacts
        .contacts__list
        .list__inner
        .list__item
        .item:not(:last-child) {
        margin-bottom: 20px;
    }
}
#page .page__contacts .contacts__list .list__inner .list__item .item h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__list .list__inner .list__item .item h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
#page
    .page__contacts
    .contacts__list
    .list__inner
    .list__item
    .item
    p:not(:last-child) {
    margin-bottom: 7px;
}
@media all and (max-width: 575px) {
    #page
        .page__contacts
        .contacts__list
        .list__inner
        .list__item
        .item
        p:not(:last-child) {
        margin-bottom: 3px;
    }
}
#page .page__contacts .contacts__list .list__inner .list__item .item a {
    color: #fff;
}
#page .page__contacts .contacts__list .list__inner .list__item .item a:hover {
    color: #e5172d;
}
@media all and (min-width: 1199px) {
    #page .page__contacts .contacts__storage .storage__inner {
        padding-left: 62px;
    }
}
@media all and (max-width: 767px) {
    #page .page__contacts .contacts__storage .storage__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 767px) {
    #page .page__contacts .contacts__storage .storage__inner h3 {
        display: none;
    }
}
#page .page__contacts .contacts__storage .storage__inner .map {
    height: 382px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__storage .storage__inner .map {
        height: 282px;
        border-radius: 22px;
    }
}
#page .page__contacts .contacts__storage .storage__inner .map iframe {
    width: 100%;
    height: 100%;
}
#page .page__contacts .contacts__storage .storage__inner .storage__wrapper {
    background-color: #222222;
    border-radius: 30px;
    padding: 32px 37px 10px 37px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .contacts__storage .storage__inner .storage__wrapper {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 24px;
        border-radius: 20px;
    }
}
#page
    .page__contacts
    .contacts__storage
    .storage__inner
    .storage__wrapper
    .storage__item {
    margin-bottom: 20px;
}
#page
    .page__contacts
    .contacts__storage
    .storage__inner
    .storage__wrapper
    .storage__item
    .item__inner {
    font-size: 12px;
    line-height: 20px;
}
@media all and (max-width: 575px) {
    #page
        .page__contacts
        .contacts__storage
        .storage__inner
        .storage__wrapper
        .storage__item
        .item__inner {
        font-size: 11px;
        line-height: 18px;
    }
}
#page
    .page__contacts
    .contacts__storage
    .storage__inner
    .storage__wrapper
    .storage__item
    .item__inner
    h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    #page
        .page__contacts
        .contacts__storage
        .storage__inner
        .storage__wrapper
        .storage__item
        .item__inner
        h4 {
        font-size: 23px;
        line-height: 28px;
    }
}
#page
    .page__contacts
    .contacts__storage
    .storage__inner
    .storage__wrapper
    .storage__item
    .item__inner
    a {
    color: #fff;
}
#page
    .page__contacts
    .contacts__storage
    .storage__inner
    .storage__wrapper
    .storage__item
    .item__inner
    a:hover {
    color: #e5172d;
}

#page-product {
    margin-bottom: 50px;
    margin-top: 60px;
}
#page-product .product__gallery {
    margin-bottom: 80px;
}
@media all and (max-width: 991px) {
    #page-product .product__gallery {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    #page-product .product__gallery {
        margin-bottom: 36px;
    }
}

#page-product .product__gallery .flex-direction-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 46px;
    left: 10px;
    right: 10px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#page-product .product__gallery .flex-direction-nav .flex-nav-next,
#page-product .product__gallery .flex-direction-nav .flex-nav-prev {
    position: absolute;
    z-index: 9;
}
#page-product .product__gallery .flex-direction-nav .flex-nav-next a,
#page-product .product__gallery .flex-direction-nav .flex-nav-prev a {
    display: block;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    color: transparent;
}
#page-product .product__gallery .flex-direction-nav .flex-nav-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#page-product .product__gallery .flex-direction-nav .flex-nav-next {
    right: 0;
}
#page-product .product__gallery .gallery__inner {
    position: relative;
}
#page-product
    .product__gallery
    .product__image
    .woocommerce-product-gallery
    .flex-viewport {
    margin-bottom: 0;
}
#page-product .product__gallery .product__image .woocommerce-product-gallery {
    width: 100%;
}
#page-product
    .product__gallery
    .product__image
    .woocommerce-product-gallery__wrapper
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 482px;
    background-color: #1c1c1c;
    border: 2px solid #858585;
    border-radius: 30px;
    padding: 15px;
}
#page-product
    .product__gallery
    .product__image
    .flex-control-nav.flex-control-thumbs {
    display: none;
}
@media all and (max-width: 991px) {
    #page-product
        .product__gallery
        .product__image
        .woocommerce-product-gallery__wrapper
        a {
        height: 305px;
    }
}
@media all and (min-width: 767px) {
    #page-product
        .product__gallery
        .product__image
        .woocommerce-product-gallery__wrapper
        a {
        max-width: 469px;
        width: 100%;
    }
}
#page-product
    .product__gallery
    .product__image
    .woocommerce-product-gallery__wrapper
    a
    img {
    max-height: 460px;
    height: auto;
    width: auto;
}
@media all and (max-width: 991px) {
    #page-product
        .product__gallery
        .product__image
        .woocommerce-product-gallery__wrapper
        a
        img {
        max-height: 280px;
    }
}
#page-product .product__gallery .product__image a img {
    max-height: 460px;
}
@media all and (max-width: 991px) {
    #page-product .product__gallery .product__image a img {
        max-height: 280px;
    }
}
#page-product .product__details {
    margin-bottom: 80px;
}
@media all and (max-width: 991px) {
    #page-product .product__details {
        margin-bottom: 50px;
    }
}
@media all and (min-width: 1199px) {
    #page-product .product__details .details__inner {
        padding-left: 36px;
    }
}
#page-product .summary .price {
	display: none;
}
#page-product .product__details .details__inner .cart .quantity,
#page-product
    .product__details
    .details__inner
    .cart
    .single_add_to_cart_button {
    display: none;
}
#page-product .product__details .details__inner .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 28px;
}
@media all and (max-width: 991px) {
    #page-product .product__details .details__inner .rating {
        font-size: 13px;
    }
}
@media all and (max-width: 575px) {
    #page-product .product__details .details__inner .rating {
        margin-bottom: 18px;
    }
}
#page-product .product__details .details__inner .rating p {
    position: relative;
    top: 2px;
}
#page-product .product__details .details__inner h1 {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #page-product .product__details .details__inner h1 {
        font-size: 34px;
    }
}
#page-product
    .product__details
    .details__inner
    .summary.entry-summary
    .variations_form {
    margin-bottom: 16px;
}
#page-product
    .product__details
    .details__inner
    .summary.entry-summary
    .variations_form
    .price {
    display: block;
}
#page-product
    .product__details
    .details__inner
    .summary.entry-summary
    .product_meta {
    display: none;
}
#page-product
    .product__details
    .details__inner
    .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
#page-product .woo-variation-items-wrapper ul li {
	color: #fff !important;
	background-color: transparent !important;
}
#page-product .woo-variation-items-wrapper ul li.selected {
	color: #fff !important;
	background-color: #DF192F40 !important;
}
@media all and (max-width: 991px) {
    #page-product
        .product__details
        .details__inner
        .woocommerce-product-details__short-description {
        font-size: 12px;
        margin-bottom: 25px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__details
        .details__inner
        .woocommerce-product-details__short-description {
        margin-bottom: 20px;
    }
}
#page-product .product__details .details__inner .product__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 32px;
}
#page-product .product__details .details__inner .product__quantity .price {
    font-family: 'Involve', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
}
@media all and (max-width: 991px) {
    #page-product .product__details .details__inner .product__quantity .price {
        font-size: 34px;
        line-height: 44px;
    }
}
#page-product .product__details .details__inner .product__quantity .quantity {
    width: 217px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    top: -4px;
}
@media all and (max-width: 991px) {
    #page-product
        .product__details
        .details__inner
        .product__quantity
        .quantity {
        width: 137px;
    }
}
#page-product
    .product__details
    .details__inner
    .product__quantity
    .quantity
    span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#page-product
    .product__details
    .details__inner
    .product__quantity
    .quantity
    .text {
    font-family: "Involve", sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}
@media all and (max-width: 991px) {
    #page-product
        .product__details
        .details__inner
        .product__quantity
        .quantity
        .text {
        font-size: 20px;
    }
}
#page-product
    .product__details
    .details__inner
    .product__quantity
    .quantity
    .text
    span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 37px;
}
#page-product
    .product__details
    .details__inner
    .product__quantity
    .quantity
    .input-text {
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #111;
    border: none;
    border-radius: 0;
    -moz-appearance: textfield;
    position: relative;
    bottom: -3px;
}
@media all and (max-width: 991px) {
    #page-product
        .product__details
        .details__inner
        .product__quantity
        .quantity
        .input-text {
        bottom: -1px;
    }
}
#page-product
    .product__details
    .details__inner
    .product__quantity
    .quantity
    input[type="number"]::-webkit-inner-spin-button,
#page-product
    .product__details
    .details__inner
    .product__quantity
    .quantity
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
#page-product .product__details .details__inner .links__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
@media (max-width: 991px) {
    #page-product .product__details .details__inner .links__wrapper {
        flex-direction: column;
    }
}
#page-product .product__details .details__inner .links__wrapper .links__inner {
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (max-width: 991px) {
    #page-product .product__details .details__inner .links__wrapper .links__inner {
        gap: 16px;
    }
}
#page-product
    .product__details
    .details__inner
    .links__wrapper
    .links__inner
    .links {
    flex-shrink: 0;
		color: #fff;
		padding: 19px 18px;
		border-radius: 8px;
		background-color: #2962FF;
        width: 100%;
        text-align: center;
}
#page-product
    .product__details
    .details__inner
    .links__wrapper
    .links__inner
    .links:hover {
    opacity: 0.8;
}
#page-product
    .product__details
    .details__inner
    .links__wrapper
    .links__inner
    .links
    a
    img {
    width: 51px;
    height: 51px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__details
        .details__inner
        .links__wrapper
        .links__inner
        .links
        a
        img {
        width: 42px;
        height: 42px;
    }
}
#page-product
    .product__details
    .details__inner
    .links__wrapper
    .links__inner
    p {
    font-size: 12px;
    line-height: 16px;
    width: 175px;
}
@media (max-width: 991px) {
    #page-product
        .product__details
        .details__inner
        .links__wrapper
        .links__inner
        p {
        width: 100%;
        max-width: 286px;
    }
}
#page-product .product__desc .desc__inner {
    padding-top: 34px;
    padding-bottom: 18px;
}
@media all and (max-width: 991px) {
    #page-product .product__desc .desc__inner {
        padding-top: 30px;
    }
}
#page-product .product-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 36px;
    margin-bottom: 28px;
}
#page-product .product-tabs__nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #2A2A2A;
    border-radius: 5px;
}
#page-product .product-tabs__button {
    background: transparent;
    border: 0;
    border-bottom: 8px solid transparent;
    color: #fff;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
    padding: 0 0 14px;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
    z-index: 10;
}
#page-product .product-tabs__button:hover,
#page-product .product-tabs__button.is-active {
    color: #ffffff;
    border-color: #e5172d;
}
#page-product .product-tabs__panel {
    display: none;
}
#page-product .product-tabs__panel.is-active {
    display: block;
}
@media all and (max-width: 1199px) {
    #page-product .product-tabs__button {
        font-size: 24px;
    }
}
@media all and (max-width: 991px) {
    #page-product .product-tabs__nav {
        flex-wrap: nowrap;
        gap: 22px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #page-product .product-tabs__nav::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    #page-product .product-tabs__button {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 20px;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 767px) {
    #page-product .product-tabs__nav {
        gap: 12px;
        margin-bottom: 20px;
        
    }
    #page-product .product-tabs__button {
        font-size: 17px;
        width: auto;
        text-align: left;
    }
}

article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

article .alignright {
    float: right;
}

article h2,
article h3,
article h4 {
    font-weight: 700;
    margin-bottom: 0.425em;
}

article h2 {
    font-size: 30px;
    line-height: 38px;
}

article h3 {
    font-size: 26px;
    line-height: 34px;
}

article h4 {
    font-size: 22px;
}

article p {
    margin-bottom: 1em;
}

article a {
    color: #fff;
    text-decoration: underline;
}
article a:hover {
    color: #e5172d;
}

article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}

article ul ul {
    margin-bottom: 0;
}

article ul li,
article ol li {
    margin-bottom: 4px;
}

article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}

/************************************************
     Tables
   ************************************************/
article table,
article .wp-block-table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0px;
    border-spacing: 0;
}

article table p,
article table form,
article table ul,
article table li {
    margin: 6px 0px;
    padding: 0px;
}

article table thead,
article table tfoot,
article table.wp-block-table thead,
article table.wp-block-table tfoot {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}


article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}

article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px;
    border-top: 1px solid #dddddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 575px) {
    article table th,
    article table td {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #dddddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}

article table.wp-block-table.is-style-stripes td {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

/****************************  testimonials  **************************/
#testimonials .testimonials__slider .swiper-slide {
    height: auto;
}
#testimonials .testimonials__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 991px) {
    #testimonials .testimonials__slider .slide__inner {
        max-width: 265px;
        width: 100%;
        margin: 0 auto;
    }
}
#testimonials .testimonials__slider .slide__inner a {
    display: block;
    height: 366px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e5172d;
    margin-bottom: 26px;
}
#testimonials .testimonials__slider .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#testimonials .testimonials__slider .slide__inner p {
    text-decoration: underline;
}
#testimonials .testimonials__slider .swiper-scrollbar {
    position: relative;
    height: 5px;
    border-radius: 5px;
    background-color: #2a2a2a;
    cursor: pointer;
    margin-top: 100px;
}
@media all and (max-width: 991px) {
    #testimonials .testimonials__slider .swiper-scrollbar {
        margin-top: 90px;
    }
}
@media all and (max-width: 575px) {
    #testimonials .testimonials__slider .swiper-scrollbar {
        margin-top: 50px;
    }
}
#testimonials .testimonials__slider .swiper-scrollbar-drag {
    height: 10px;
    top: -2.2px;
    background-color: #e5172d;
    border-radius: 0;
}

/****************************  information  **************************/
#information article {
    font-weight: 400;
}
#information article ul li:not(:last-child) {
    margin-bottom: 15px;
}
@media all and (max-width: 767px) {
    #information article ul li strong {
        display: block;
    }
}

.single_variation_wrap {
    display: none !important;
}
header .header__top {
    position: relative;
    z-index: 3;
}
header .header__top .container {
    position: relative;
}
header .header__top .wrapper {
	backdrop-filter: blur(25.399999618530273px);
	position: absolute;
	top: 32px;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    background: #706C6D4D;
    border: 1px solid #FFFFFF4D;
    border-radius: 8px;
    padding: 12px;
    gap: 40px;
}

header .header__top .wrapper .header__menu .menu__inner {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

header .header__main {
    padding-top: 0;
    min-height: 767px;
    position: relative;
	display: flex;
}
header .header__main .main__image {
    position: absolute;
    inset: 0;
    margin-top: 0;
    z-index: 1;
}
header .header__main .main__image picture,
header .header__main .main__image img {
    display: block;
    width: 100%;
    height: 100%;
}
header .header__main .main__image img {
    object-fit: cover;
    object-position: center;
}
header .header__main .container {
    position: relative;
    z-index: 2;
    margin-top: auto;
	padding:0;
}
header .header__main .wrapper {
    max-width: 546px;
    margin: 0;
	backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
    border-radius:8px 8px 0 0;
    padding: 32px;
	background: #706C6D82;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FFFFFF4D;
}
header .header__main .wrapper .content {
    text-align: left;
    margin-bottom: 24px;
}
header .header__main .wrapper .content h1 {
    font-size: 52px;
	font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
}
header .header__main .wrapper .content p {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    max-width: 100%;
}
header .header__main .wrapper .profit {
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}
header .header__main .wrapper .profit p {
    width: 100%;
    font-size: 16px;
    line-height: 1.1;
    text-transform: none;
    gap: 16px;
}
header .header__main .wrapper .profit p img {
    width: 31px;
    height: 31px;
	filter: brightness(0) invert(1);
}
header .header__main .wrapper .profit .profit__button {
    margin: 0;
}
@media all and (max-width: 767px) {
    header .header__main {
        min-height: 731px;
    }
    header .header__top .wrapper {
        width: 100%;
        top: 0;
        padding: 8px 12px 64px;
        gap: 8px;
    }
    header .header__top .wrapper .header__logo {
        order: 1;
    }
    header .header__top .wrapper .header__logo a {
        border-right: 0;
        padding-right: 0;
    }
    header .header__top .wrapper .header__logo a img {
        width: 96px;
    }
    header .header__top .wrapper .header__logo .slogan {
        display: none;
    }
    header .header__top .wrapper .header__menu {
        order: 3;
        flex: 0 0 auto;
    }
    header .header__top .wrapper .header__contacts {
        display: block !important;
        order: 2;
        flex: 0 0 auto;
        min-width: 0;
    }
    header .header__top .wrapper .header__contacts .contacts__inner {
        gap: 0;
    }
    header .header__top .wrapper .header__contacts .phone__worktime p {
        display: none;
    }
    header .header__top .wrapper .header__contacts .phone__worktime a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        white-space: nowrap;
    }
    header .header__top .wrapper .header__contacts .callback.callback-red {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        height: 40px;
        border-radius: 8px;
        border: 0;
        background-image: linear-gradient(90deg, #e4182e 0%, #b51f2f 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
    }
        header
        .header__top
        .wrapper
        .header__contacts
        .callback.callback-red::after {
        content: "Оставить заявку";
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3;
        color: #fff;
    }
	header .header__top .wrapper .header__contacts .callback.callback-red:hover {
        opacity: 0.9;
    }
	header .header__main .wrapper {
        padding: 20px 16px;
    }
    header .header__main .wrapper .content h1 {
        font-size: 34px;
    }
    header .header__main .wrapper .content p {
        font-size: 18px;
    }
    header .header__main .wrapper .profit p {
        font-size: 15px;
    }
}
@media all and (max-width: 576px) {
	header .header__main .wrapper {
		position: absolute;
		left:0;
		bottom: 0;
	}
}

@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__logo {
        order: 1;
        margin-right: auto;
    }
    header .header__top .wrapper .header__contacts {
        order: 2;
    }
    header .header__top .wrapper .header__menu {
        order: 3;
        flex: 0 0 auto;
    }
}
.post-ratings {
	display: none !important;
}