@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;700&display=swap");
::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

:-ms-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
    display: none;
}

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

img {
    max-width: 100%;
    display: block;
    transition: all 0.3s ease;
}

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

body {
    line-height: normal;
    transition: 0s;
    font-size: 18px;
    font-family: "Roobert Regular", sans-serif;
    font-weight: 400;
    color: #000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

input:focus,
button,
button:focus,
textarea {
    outline: none;
}

button {
    cursor: pointer;
    transition: all 0.3s ease;
}

button {
    background-color: transparent;
    border: none;
}

a:focus,
a:active {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a,
input[type=submit] {
    transition: all 0.3s ease;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

textarea {
    resize: none;
}

.table-respond {
    overflow: auto;
}

.table-respond td,
.table-respond th {
    white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.unbounded,
.info-with-image .container .wrapper .label,
.about-us-info .container .cards a .service-title,
.hero-about-us .container .text .title small,
.section-news .section-title,
.section-about .about-left__footer ul li p,
.section-about .about-left__heading p,
.section-categories .cat-row .cat-item__name small,
.section-categories .section-title span,
.section-main .service.service-purple .service-title,
.section-main .service.service-grey .service-description>p,
.section-main .service.service-main .service-title {
    font-family: "Unbounded";
}


/** START HEADER **/

.content,
footer {
    overflow: hidden;
}

header {
    padding: 40px 0;
}

@media (max-width: 991px) {
    header {
        padding: 34px 0;
    }
}

@media (max-width: 767px) {
    header {
        padding: 17px 0;
    }
    header .logo svg {
        max-width: 111px;
    }
}

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

header ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    header ul {
        display: none;
    }
}

header ul li {
    margin: 0 21.5px;
}

@media (max-width: 1400px) {
    header ul li {
        margin: 0 6px;
    }
}

header ul li.with-submenu {
    position: relative;
}

header ul li.with-submenu a:after {
    content: "";
    width: 12px;
    height: 8px;
    background: url("../img/menu-chevron.png") center no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0 0 9px;
    transition: all 0.3s ease;
}

header ul li.with-submenu .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: -250px;
    width: 970px;
    padding: 22px 41px;
    border-radius: 18px;
    border: 1px solid #B8309E;
    background: #FFF;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1), 0px 37px 37px 0px rgba(0, 0, 0, 0.09), 0px 84px 51px 0px rgba(0, 0, 0, 0.05), 0px 150px 60px 0px rgba(0, 0, 0, 0.01), 0px 234px 65px 0px rgba(0, 0, 0, 0);
    z-index: 999999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-25px);
}

header ul li.with-submenu .submenu li {
    margin: 0 0 18px;
    width: 33.3333333333%;
}

header ul li.with-submenu .submenu li a {
    align-items: flex-start;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}

header ul li.with-submenu .submenu li a:hover {
    color: #000;
}

header ul li.with-submenu .submenu li a:after {
    content: none;
}

header ul li.with-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header ul li.with-submenu:hover a:after {
    transform: rotate(-180deg);
}

header ul li.active a,
header ul li:hover a {
    color: #999;
}

header ul li.active a:after,
header ul li:hover a:after {
    opacity: 0.4;
}

header ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .header-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-right .lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 19px 0 0;
}

@media (max-width: 1200px) {
    header .header-right .lang {
        margin: 0 6px 0 0;
    }
}

header .header-right .lang .lang-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .header-right .lang .lang-text>svg {
    margin: 0 7px 0 0;
}

header .header-right .lang .lang-text span {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}

header .header-right .lang .lang-text .chevron {
    margin: 0 0 0 6px;
}

header .header-right .lang .lang-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%) translateY(-15px);
    border-radius: 11px;
    border: 1px solid #B8309E;
    background: #FFF;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1), 0px 37px 37px 0px rgba(0, 0, 0, 0.09), 0px 84px 51px 0px rgba(0, 0, 0, 0.05), 0px 150px 60px 0px rgba(0, 0, 0, 0.01), 0px 234px 65px 0px rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 72px;
    padding: 11px 0;
    z-index: 8;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

header .header-right .lang .lang-menu li {
    margin: 0 0 10px;
}

header .header-right .lang .lang-menu li:nth-last-child(1) {
    margin: 0;
}

header .header-right .lang .lang-menu li a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

header .header-right .lang .lang-menu li a.active,
header .header-right .lang .lang-menu li a:hover {
    color: #B8309E;
}

header .header-right .lang:hover .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

header .header-right__cart {
    position: relative;
    margin: 0 35px 0 0;
}

header .header-right__cart svg {
    transition: all 0.3s ease;
}

header .header-right__cart:hover svg {
    opacity: 0.7;
}

header .header-right__cart small {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #808080;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    color: #fff;
    top: -10px;
    right: -13px;
}

header .header-right__cart.active small {
    background: #B8309E;
}

header .header-right__fav {
    position: relative;
    margin: 0 35px 0 0;
}

header .header-right__fav svg {
    transition: all 0.3s ease;
}

header .header-right__fav:hover svg {
    opacity: 0.7;
}

header .header-right__fav small {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #808080;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    color: #fff;
    top: -10px;
    right: -13px;
}

header .header-right__fav.active small {
    background: #B8309E;
}

header .header-right__user svg {
    transition: all 0.3s ease;
}

header .header-right__user:hover svg {
    opacity: 0.7;
}

header .header-right__search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

header .header-right__search img {
    max-width: 18px;
}

@media (max-width: 991px) {
    header .header-right .lang,
    .curr-selector-wrapper,
    header .header-right__cart,
    header .header-right__fav,
    .header-right__user,
    .my-account__link {
        display: none;
    }
    header .header-right__search {
        margin: 0 15px 0 0;
    }
    header .header-right__search img {
        width: 13px;
        height: 13px;
        background-size: contain;
    }
    header .header-right {
        margin: 0 0 0 auto;
    }
}

.mob-nav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 62px 53px;
    background: #171717;
    z-index: 10;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s ease;
    width: 410px;
}

@media (max-width: 767px) {
    .mob-nav {
        width: 277px;
        padding: 51px 30px;
    }
}

.mob-nav.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.mob-nav .close-menu {
    position: absolute;
    top: 28px;
    right: 24px;
}

@media (max-width: 767px) {
    .mob-nav .close-menu {
        right: 20px;
        top: 23px;
    }
}

.mob-nav .lang {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin: 0 0 20px;
}

.mob-nav .lang .lang-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mob-nav .lang .lang-text>svg {
    margin: 0 7px 0 0;
}

.mob-nav .lang .lang-text>svg path {
    fill: #fff;
}

.mob-nav .lang .lang-text span {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 767px) {
    .mob-nav .lang .lang-text span {
        font-size: 22px;
    }
}

.mob-nav .lang .lang-text .chevron {
    margin: 8px 0 0 6px;
    transition: all 0.3s ease;
    height: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mob-nav .lang .lang-text .chevron svg path {
    fill: #fff;
}

.mob-nav .lang .lang-text.active .chevron {
    transform: rotate(-180deg);
}

.mob-nav .lang .lang-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 9px 0 9px 24px;
    z-index: 8;
    display: none;
}

.mob-nav .lang .lang-menu li {
    margin: 0 0 9px;
}

.mob-nav .lang .lang-menu li:nth-last-child(1) {
    margin: 0;
}

.mob-nav .lang .lang-menu li a {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 767px) {
    .mob-nav .lang .lang-menu li a {
        font-size: 16px;
    }
}

.mob-nav .lang .lang-menu li a.active,
.mob-nav .lang .lang-menu li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.mob-nav ul li {
    margin: 0 0 27px;
}

@media (max-width: 767px) {
    .mob-nav ul li {
        margin: 0 0 20px;
    }
}

.mob-nav ul li a {
    color: #FFF;
    font-size: 24px;
}

@media (max-width: 767px) {
    .mob-nav ul li a {
        font-size: 22px;
    }
}

.mob-nav ul li a.active {
    color: #A2A2A2;
}

.mob-nav ul li.w-submenu>a {
    position: relative;
}

.mob-nav ul li.w-submenu>a:after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 8px;
    background: url("../img/menu-chevron.svg") center no-repeat;
    position: relative;
    top: -7px;
    margin: 0 0 0 17px;
    transform: rotate(-180deg);
    transition: all 0.3s ease;
}

.mob-nav ul li.w-submenu.active a:after {
    transform: rotate(0deg);
}

.mob-nav ul li.w-submenu ul {
    padding: 18px 0 0 11px;
    display: none;
}

.mob-nav ul li.w-submenu ul li {
    margin: 0 0 18px;
}

@media (max-width: 767px) {
    .mob-nav ul li.w-submenu ul li {
        margin: 0 0 12px;
    }
}

.mob-nav ul li.w-submenu ul li a {
    font-size: 16px;
    color: #A2A2A2;
}

.hamburger {
    display: none;
}

.hamburger svg {
    display: block;
}

@media (max-width: 991px) {
    .hamburger {
        display: block;
    }
}

@media (max-width: 767px) {
    .hamburger svg {
        max-width: 16px;
    }
}


/** END HEADER **/


/** START CONTENT **/

body:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: rgba(127, 154, 205, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

body.menu-opened {
    overflow: hidden;
}

body.menu-opened:after {
    opacity: 1;
    visibility: visible;
}

.section-main {
    padding: 4px 0 46px;
}

@media (max-width: 991px) {
    .section-main {
        padding: 4px 0 34px;
    }
}

@media (max-width: 767px) {
    .section-main {
        padding: 4px 0 15px;
    }
}

.section-main .services {
    display: grid;
    grid-template-columns: 670px 354px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1200px) {
    .section-main .services {
        grid-template-columns: 472px 284px 1fr;
    }
}

@media (max-width: 991px) {
    .section-main .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-column-gap: 17px;
        grid-row-gap: 17px;
    }
}

@media (max-width: 767px) {
    .section-main .services {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

.section-main .services .service {
    position: relative;
    top: 0;
}

.section-main .services .service:hover {
    top: -5px;
}

.section-main .services .service:nth-child(1) {
    grid-area: 1/1/3/2;
}

.section-main .services .service:nth-child(2) {
    grid-area: 1/2/2/4;
    max-height: 328px;
}

@media (max-width: 991px) {
    .section-main .services .service:nth-child(2) {
        order: 4;
        width: 100%;
        height: 236px;
    }
}

@media (max-width: 767px) {
    .section-main .services .service:nth-child(2) {
        height: 121px;
    }
}

.section-main .services .service:nth-child(3) {
    grid-area: 2/2/3/3;
}

@media (max-width: 1400px) {
    .section-main .services .service:nth-child(3) {
        grid-area: 2/2/3/4;
    }
}

@media (max-width: 991px) {
    .section-main .services .service:nth-child(3) {
        width: calc(100% - 420px);
    }
}

@media (max-width: 767px) {
    .section-main .services .service:nth-child(3) {
        width: calc(50% - 5px);
        max-width: auto;
    }
}

.section-main .services .service:nth-child(4) {
    grid-area: 2/3/3/4;
}

@media (max-width: 1400px) {
    .section-main .services .service:nth-child(4) {
        grid-area: 3/1/3/4;
    }
}

@media (max-width: 991px) {
    .section-main .services .service:nth-child(4) {
        max-width: 401px;
    }
}

@media (max-width: 767px) {
    .section-main .services .service:nth-child(4) {
        width: calc(50% - 5px);
        max-width: auto;
    }
}

.section-main .service {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
}

@media (max-width: 991px) {
    .section-main .service {
        border-radius: 20px;
    }
}

.section-main .service .service-link {
    position: absolute;
    right: 23px;
    top: 22px;
}

@media (max-width: 991px) {
    .section-main .service .service-link {
        top: 19px;
        right: 25px;
    }
    .section-main .service .service-link svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .section-main .service .service-link {
        top: 8px;
        right: 11px;
    }
    .section-main .service .service-link svg {
        width: 17px;
        height: 17px;
    }
}

.section-main .service.service-main {
    background: url("../img/service-bg.png") center no-repeat;
    background-size: cover;
    padding: 22px 37px 78px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.03), 0px 44px 44px 0px rgba(0, 0, 0, 0.03), 0px 99px 59px 0px rgba(0, 0, 0, 0.02), 0px 176px 70px 0px rgba(0, 0, 0, 0), 0px 275px 77px 0px rgba(0, 0, 0, 0);
    min-height: 693px;
}

@media (max-width: 991px) {
    .section-main .service.service-main {
        min-height: 330px;
        width: 100%;
        padding: 21px 24px;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-main {
        min-height: 172px;
    }
}

.section-main .service.service-main img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .section-main .service.service-main img {
        max-width: 325px;
        max-height: 100%;
        right: 0;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-main img {
        width: 125px;
        height: 81px;
        object-fit: contain;
        top: 0;
        right: auto;
        left: 0;
    }
}

.section-main .service.service-main .service-title {
    color: #fff;
    font-size: 40px;
}

@media (max-width: 991px) {
    .section-main .service.service-main .service-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-main .service-title {
        font-size: 16px;
    }
}

.section-main .service.service-main .service-title small {
    display: block;
    margin: 22px 0 0;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .section-main .service.service-main .service-title small {
        margin: 15px 0 0;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-main .service-title small {
        font-size: 12px;
        margin: 9px 0 0;
    }
}

.section-main .service.service-grey {
    background: #D7D8DC;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.03), 0px 28px 28px 0px rgba(0, 0, 0, 0.03), 0px 62px 37px 0px rgba(0, 0, 0, 0.02), 0px 111px 44px 0px rgba(0, 0, 0, 0), 0px 173px 49px 0px rgba(0, 0, 0, 0);
    padding: 35px 29px 31px;
}

@media (max-width: 767px) {
    .section-main .service.service-grey {
        padding: 17px 15px 10px;
    }
}

.section-main .service.service-grey:hover {
    top: 0px;
}

.section-main .service.service-grey img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .section-main .service.service-grey img {
        right: 0;
        bottom: 0;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-grey img {
        max-width: 200px;
        object-fit: contain;
    }
}

.section-main .service.service-grey .service-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 3;
}

.section-main .service.service-grey .service-description>p {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .section-main .service.service-grey .service-description>p {
        font-size: 10px;
        margin: 0 0 16px;
    }
}

.section-main .service.service-grey .service-description div {
    max-width: 290px;
}

@media (max-width: 767px) {
    .section-main .service.service-grey .service-description div {
        max-width: 171px;
    }
}

.section-main .service.service-grey .service-description div span {
    font-size: 18px;
    color: #565658;
    margin: 0 0 10px;
    display: block;
}

@media (max-width: 767px) {
    .section-main .service.service-grey .service-description div span {
        font-size: 12px;
    }
}

.section-main .service.service-grey .service-description div .btn {
    max-width: 177px;
}

@media (max-width: 767px) {
    .section-main .service.service-grey .service-description div .btn {
        max-width: 92px;
        min-height: 23px;
        padding: 4px 24px;
        font-size: 12px;
    }
}

.section-main .service.service-purple {
    background: linear-gradient(137deg, #8B3DC5 4.19%, #0057B8 265.3%);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.03), 0px 24px 24px 0px rgba(0, 0, 0, 0.03), 0px 54px 33px 0px rgba(0, 0, 0, 0.02), 0px 96px 39px 0px rgba(0, 0, 0, 0), 0px 151px 42px 0px rgba(0, 0, 0, 0);
    padding: 32px 29px 29px;
}

@media (max-width: 991px) {
    .section-main .service.service-purple {
        min-height: 324px;
        padding: 25px 21px;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-purple {
        min-height: 179px;
        padding: 14px 10px;
    }
}

.section-main .service.service-purple .service-title {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    flex-direction: column;
}

@media (max-width: 767px) {
    .section-main .service.service-purple .service-title {
        font-size: 10px;
    }
}

.section-main .service.service-purple .service-title small {
    font-size: 34px;
}

@media (max-width: 991px) {
    .section-main .service.service-purple .service-title small {
        font-size: 30px;
        position: absolute;
        bottom: 21px;
        left: 21px;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-purple .service-title small {
        font-size: 18px;
        left: 10px;
        bottom: 14px;
    }
}

.section-main .service.service-last {
    background: #E8E8E6;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.03), 0px 23px 23px 0px rgba(0, 0, 0, 0.03), 0px 52px 31px 0px rgba(0, 0, 0, 0.02), 0px 93px 37px 0px rgba(0, 0, 0, 0), 0px 145px 41px 0px rgba(0, 0, 0, 0);
    padding: 10px 35px 21px;
}

@media (max-width: 1400px) {
    .section-main .service.service-last {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .section-main .service.service-last {
        min-height: 324px;
        padding: 14px 21px 25px;
    }
}

@media (max-width: 767px) {
    .section-main .service.service-last {
        min-height: 179px;
        padding: 10px 14px;
    }
}

.section-main .service.service-last img {
    margin: 0 0 36px;
}

@media (max-width: 767px) {
    .section-main .service.service-last img {
        margin: 0 0 10px;
        max-height: 100px;
        object-fit: contain;
    }
}

.section-main .service.service-last .service-title {
    font-size: 16px;
    color: #000;
    text-align: center;
}

@media (max-width: 767px) {
    .section-main .service.service-last .service-title {
        font-size: 10px;
    }
}

.section-categories {
    padding: 47px 0;
}

@media (max-width: 991px) {
    .section-categories {
        padding: 34px 0 30px;
    }
}

@media (max-width: 767px) {
    .section-categories {
        padding: 15px 0;
    }
}

.section-categories .section-title {
    font-size: 50px;
    text-align: center;
    margin: 0 0 105px;
}

@media (max-width: 1200px) {
    .section-categories .section-title br {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-categories .section-title {
        font-size: 30px;
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .section-categories .section-title {
        font-size: 18px;
        margin: 0 0 30px;
    }
}

.section-categories .section-title span {
    border-radius: 14px;
    background: linear-gradient(109deg, rgba(157, 41, 243, 0.4) 37.02%, rgba(0, 58, 225, 0.4) 159.29%);
    padding: 5px 10px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .section-categories .section-title span {
        border-radius: 10px;
        padding: 3px 6px;
    }
}

.section-categories .section-title small {
    background: linear-gradient(180deg, #1677E3 47.7%, #EBE32D 70.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-categories .cat-row.first-row {
    display: grid;
    grid-template-columns: 470px 495px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1400px) {
    .section-categories .cat-row.first-row {
        grid-template-columns: 280px 495px 1fr;
    }
}

@media (max-width: 1200px) {
    .section-categories .cat-row.first-row {
        grid-template-columns: 240px 495px 1fr;
    }
}

@media (max-width: 991px) {
    .section-categories .cat-row.first-row {
        grid-template-columns: 250px 263px 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.first-row {
        display: flex;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.first-row .cat-col {
        width: 100%;
        min-height: auto;
        height: 123px;
        margin: 0 0 10px;
    }
}

.section-categories .cat-row.first-row .cat-col:nth-child(1) {
    grid-area: 1/1/3/2;
    min-height: 460px;
}

@media (max-width: 991px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(1) {
        min-height: 298px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(1) {
        min-height: 123px;
    }
}

.section-categories .cat-row.first-row .cat-col:nth-child(1) .cat-item img {
    right: 0;
    bottom: 0px;
    width: 270px;
    height: 50%;
}

.section-categories .cat-row.first-row .cat-col:nth-child(2) {
    grid-area: 1/2/2/3;
    max-height: 215px;
}

.section-categories .cat-row.first-row .cat-col:nth-child(2) .cat-item img {
    right: 105px;
    bottom: auto;
    top: 50%;
    object-position: center;
    height: 100%;
    transform: translateY(-50%);
}

@media (max-width: 1300px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(1) .cat-item img {
        width: 130px;
    }
}

@media (max-width: 991px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(2) .cat-item img {
        right: 60px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(2) .cat-item img {
        right: 0;
        transform: none;
        top: 0;
    }
}

.section-categories .cat-row.first-row .cat-col:nth-child(2) .cat-item__name {
    color: #fff;
}

.section-categories .cat-row.first-row .cat-col:nth-child(2) .cat-item__name .cat-title {
    text-align: right;
}

.section-categories .cat-row.first-row .cat-col:nth-child(3) {
    grid-area: 2/2/3/3;
    max-height: 215px;
}

.section-categories .cat-row.first-row .cat-col:nth-child(3) .cat-item img {
    bottom: 0;
    right: auto;
    left: 0;
    height: 100%;
}

@media (max-width: 991px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(3) .cat-item img {
        max-height: 155px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(3) .cat-item img {
        right: 0;
        left: auto;
    }
    .section-categories .cat-row.first-row .cat-col:nth-child(1) .cat-item img {
        object-position: bottom right;
        height: 100%;
    }
    .section-categories .cat-row.first-row .cat-col:nth-child(4) .cat-item img {
        right: 0;
        width: auto;
    }
}

.section-categories .cat-row.first-row .cat-col:nth-child(3) .cat-item__name .cat-title {
    text-align: right;
}

.section-categories .cat-row.first-row .cat-col:nth-child(4) {
    grid-area: 1/3/3/4;
}

.section-categories .cat-row.first-row .cat-col:nth-child(4) .cat-item {
    padding-top: 15px;
}

.section-categories .cat-row.first-row .cat-col:nth-child(4) .cat-item img {
    height: 385px;
}

@media (max-width: 767px) {
    .section-categories .cat-row.first-row .cat-col:nth-child(4) .cat-item img {
        transform: rotate(-35deg);
        bottom: -15px;
        height: 100%;
    }
}

.section-categories .cat-row.first-row .cat-col:nth-child(4) .cat-item__name small {
    display: none;
}

.section-categories .cat-row.first-row .cat-col:nth-child(4) .cat-item__name .cat-title {
    text-align: center;
}

.section-categories .cat-row.second-row {
    margin: 30px -15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row {
        margin: 19px -7.5px 0;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row {
        margin: 0;
        flex-wrap: wrap;
    }
}

.section-categories .cat-row.second-row .cat-col {
    padding: 0 15px;
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row .cat-col {
        padding: 0 7.5px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col {
        padding: 0;
    }
}

.section-categories .cat-row.second-row .cat-col:nth-child(1) {
    max-width: 800px;
    width: 100%;
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(1) {
        max-width: 410px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(1) {
        max-width: 100%;
        order: 2;
    }
}

.section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item {
    box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.03), 30px 22px 37px 0px rgba(0, 0, 0, 0.03), 68px 49px 50px 0px rgba(0, 0, 0, 0.02), 120px 87px 59px 0px rgba(0, 0, 0, 0), 188px 135px 65px 0px rgba(0, 0, 0, 0);
}

.section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item__name {
    color: #fff;
}

.section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item__name small {
    font-family: inherit;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item__name small {
        font-size: 10px;
    }
}

.section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item__name .cat-title {
    font-size: 40px;
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item__name .cat-title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(1) .cat-item__name .cat-title {
        font-size: 20px;
    }
}

.section-categories .cat-row.second-row .cat-col:nth-child(2) {
    width: calc(100% - 800px);
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(2) {
        width: calc(100% - 410px);
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(2) {
        width: 100%;
        order: 1;
        margin: 0 0 10px;
    }
}

.section-categories .cat-row.second-row .cat-col:nth-child(2) .cat-item {
    box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.03), 30px 22px 37px 0px rgba(0, 0, 0, 0.03), 68px 49px 50px 0px rgba(0, 0, 0, 0.02), 120px 87px 59px 0px rgba(0, 0, 0, 0), 188px 135px 65px 0px rgba(0, 0, 0, 0);
}

.section-categories .cat-row.second-row .cat-col:nth-child(2) .cat-item img {
    right: auto;
    bottom: 37px;
    left: 45px;
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(2) .cat-item img {
        left: 23px;
        max-width: 189px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col:nth-child(2) .cat-item img {
        right: 12px;
        bottom: 0px;
        left: auto;
    }
}

.section-categories .cat-row.second-row .cat-col:nth-child(2) .cat-item__name {
    color: #F0BD6B;
    width: 100%;
}

.section-categories .cat-row.second-row .cat-col:nth-child(2) .cat-item__name .cat-title {
    width: 100%;
    text-align: right;
    color: #FFFFFF;
}

.section-categories .cat-row.second-row .cat-col .cat-item {
    height: 100%;
    min-height: 308px;
    display: flex;
}

@media (max-width: 991px) {
    .section-categories .cat-row.second-row .cat-col .cat-item {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row.second-row .cat-col .cat-item {
        min-height: 121px;
    }
}

.section-categories .cat-row .cat-item {
    height: 100%;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 26px 34px 30px;
    top: 0;
}

@media (max-width: 991px) {
    .section-categories .cat-row .cat-item {
        padding: 16px 18px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row .cat-item {
        padding: 14px 15px 8px;
    }
}

.section-categories .cat-row .cat-item:hover {
    top: -5px;
}

.section-categories .cat-row .cat-item__link {
    position: absolute;
    top: 15px;
    right: 22px;
}

@media (max-width: 991px) {
    .section-categories .cat-row .cat-item__link {
        top: 11px;
        right: 17px;
    }
    .section-categories .cat-row .cat-item__link svg {
        width: 23px;
        height: 23px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row .cat-item__link {
        top: 11px;
        right: 8px;
    }
    .section-categories .cat-row .cat-item__link svg {
        width: 13px;
        height: 13px;
    }
}

.section-categories .cat-row .cat-item img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .section-categories .cat-row .cat-item img {
        height: 100%;
    }
}

.section-categories .cat-row .cat-item__name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100%;
}

.section-categories .cat-row .cat-item__name small {
    font-size: 12px;
}

@media (max-width: 767px) {
    .section-categories .cat-row .cat-item__name small {
        font-size: 10px;
    }
}

.section-categories .cat-row .cat-item__name .cat-title {
    font-size: 25px;
    width: 100%;
}

@media (max-width: 991px) {
    .section-categories .cat-row .cat-item__name .cat-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-categories .cat-row .cat-item__name .cat-title {
        font-size: 16px;
        text-align: left !important;
    }
}

.section-catalog {
    padding: 47px 0 0;
}

@media (max-width: 991px) {
    .section-catalog {
        padding: 30px 0 20px;
    }
}

@media (max-width: 767px) {
    .section-catalog {
        padding: 20px 0 15px;
    }
}

.section-catalog .section-title {
    font-size: 30px;
    margin: 0 0 28px;
}

@media (max-width: 991px) {
    .section-catalog .section-title {
        font-size: 25px;
        margin: 0 0 25px;
    }
}

@media (max-width: 767px) {
    .section-catalog .section-title {
        font-size: 20px;
        margin: 0 0 14px;
    }
}

.section-catalog .nav-tabs {
    border: none;
    margin: 0 0 50px;
}

@media (max-width: 991px) {
    .section-catalog .nav-tabs {
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) {
    .section-catalog .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 0 15px;
    }
    .section-catalog .nav-tabs::-webkit-scrollbar {
        display: none;
    }
}

.section-catalog .nav-tabs .nav-item {
    margin: 0 11px 0 0;
}

@media (max-width: 991px) {
    .section-catalog .nav-tabs .nav-item {
        margin: 0 9px 0 0;
    }
}

@media (max-width: 767px) {
    .section-catalog .nav-tabs .nav-item {
        margin: 0 5px 0 0;
    }
}

.section-catalog .nav-tabs .nav-item:nth-last-child(1) {
    margin: 0;
}

.section-catalog .nav-tabs .nav-item .nav-link {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 5px 50px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 991px) {
    .section-catalog .nav-tabs .nav-item .nav-link {
        padding: 5px 37px;
    }
}

@media (max-width: 767px) {
    .section-catalog .nav-tabs .nav-item .nav-link {
        padding: 2px 16px;
        font-size: 16px;
        min-height: 25px;
    }
}

.section-catalog .nav-tabs .nav-item .nav-link:hover,
.section-catalog .nav-tabs .nav-item .nav-link.active {
    background: #B8309E;
    border-color: #B8309E;
    color: #fff;
}

@media (max-width: 991px) {
    .section-catalog .row {
        margin: 0 -20px;
    }
}

.section-catalog [class*=col-] {
    margin: 0 0 47px;
}

@media (max-width: 991px) {
    .section-catalog [class*=col-] {
        padding: 0 20px;
    }
}

.product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.product .product-image {
    height: 522px;
    border-radius: 30px;
    background: #F2F1EF;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.03), 0px 57px 57px 0px rgba(0, 0, 0, 0.03), 0px 129px 78px 0px rgba(0, 0, 0, 0.02), 0px 230px 92px 0px rgba(0, 0, 0, 0), 0px 359px 101px 0px rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 0 16px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    .product .product-image {
        height: 280px;
        padding: 20px 0;
        border-radius: 20px;
        margin: 0 0 13px;
    }
}

.product .product-image picture {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product-image picture img {
    object-fit: contain;
    max-height: 100%;
}

.product .product-image .labels {
    position: absolute;
    left: 20px;
    top: 22px;
}

@media (max-width: 767px) {
    .product .product-image .labels {
        top: 14px;
        left: 14px;
    }
}

.product .product-image .sale {
    position: absolute;
    right: 20px;
    top: 22px;
    border-radius: 10px;
    border: 1px solid #B8309E;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #B8309E;
    min-height: 36px;
    z-index: 2 !important;
}

@media (max-width: 991px) {
    .product .product-image .sale {
        padding: 5px 22px;
    }
}

@media (max-width: 767px) {
    .product .product-image .sale {
        padding: 2px 12px;
        min-height: 22px;
        font-size: 14px;
        top: 14px;
        right: 14px;
        border-radius: 7px;
    }
}

.product .product-image .product-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.3);
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.product .product-image .product-nav .btn.btn-white {
    min-width: 206px;
    margin: 0 0 14px;
}

.product .product-image .product-nav .btn.btn-black {
    min-width: 157px;
}

.product .product-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 10px 0 0;
    width: 100%;
}

.product .product-text .product-fav {
    margin: 3px 0 0;
}

.product .product-text .product-fav svg path {
    transition: all 0.3s ease;
}

.product .product-text .product-fav:hover svg path,
.product .product-text .product-fav.active svg path {
    fill: #B8309E;
}

.product .product-title {
    font-size: 18px;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .product .product-title {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.product .product-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    color: #B8309E;
    font-family: "Roobert";
}

.product .product-price span {
    font-size: 18px;
    color: #7f7f7f;
    position: relative;
    margin: 3px 12px 0 0;
    font-weight: 400;
    font-family: "Roobert Regular";
}

@media (max-width: 767px) {
    .product .product-price span {
        font-size: 16px;
    }
}

.product .product-price span:after {
    content: "";
    width: calc(100% + 6px);
    height: 1px;
    background: #B8309E;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
}

@media (max-width: 767px) {
    .product .product-price {
        font-size: 18px;
    }
}

.product .product-price small {
    font-family: "Roobert Regular";
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 0 5px;
}

@media (max-width: 767px) {
    .product .product-price small {
        margin: 2px 0 0 5px;
    }
}

.product .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto 0 0;
    padding: 0 10px 0 0;
}

.product .product-add svg path {
    transition: all 0.3s ease;
}

.product .product-add:hover svg path,
.product .product-add.active svg path {
    fill: #B8309E;
}

.product:not(.type-product):hover .product-image {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.03), 0px 57px 57px 0px rgba(0, 0, 0, 0.03), 0px 129px 78px 0px rgba(0, 0, 0, 0.02), 0px 230px 92px 0px rgba(0, 0, 0, 0), 0px 359px 101px 0px rgba(0, 0, 0, 0);
}

.product:not(.type-product):hover .product-image .product-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.product .product-footer .add_to_cart_button {
    position: relative;
}

.product .product-footer .add_to_cart_button:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    background: url('../img/cart-check.png') center no-repeat;
    opacity: 0;
    visibility: hidden;
}

.product .product-footer .add_to_cart_button.added:before {
    opacity: 1;
    visibility: visible;
}

.labels .label {
    padding: 5px 33px;
    min-height: 36px;
    border-radius: 10px;
    font-size: 16px;
    margin: 0 5px 0 0;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 991px) {
    .labels .label {
        padding: 5px 22px;
    }
}

@media (max-width: 767px) {
    .labels .label {
        padding: 2px 15px;
        font-size: 14px;
        border-radius: 7px;
        min-height: 22px;
    }
}

.labels .label.label-black {
    color: #000;
    border-color: #000;
}

.section-about {
    padding: 46px 0;
}

@media (max-width: 991px) {
    .section-about {
        padding: 15px 0 30px;
    }
}

@media (max-width: 767px) {
    .section-about {
        padding: 15px 0;
    }
}

.section-about .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-about .container {
        flex-wrap: wrap;
    }
}

.section-about .about-left {
    max-width: 970px;
    border-radius: 30px;
    background: linear-gradient(114deg, #000 0.76%, #8B3DC5 117.59%);
    box-shadow: 0px 27px 59px 0px rgba(0, 0, 0, 0.03), 0px 107px 107px 0px rgba(0, 0, 0, 0.03), 0px 240px 144px 0px rgba(0, 0, 0, 0.02), 0px 427px 171px 0px rgba(0, 0, 0, 0), 1px 667px 187px 0px rgba(0, 0, 0, 0);
    position: relative;
}

@media (max-width: 1400px) {
    .section-about .about-left {
        max-width: 705px;
    }
}

@media (max-width: 991px) {
    .section-about .about-left {
        max-width: 100%;
        margin: 0 0 12px;
    }
}

@media (max-width: 767px) {
    .section-about .about-left {
        border-radius: 20px;
    }
}

.section-about .about-left__link {
    position: absolute;
    top: 31px;
    right: 34px;
}

@media (max-width: 991px) {
    .section-about .about-left__link {
        top: 24px;
        right: 12px;
    }
    .section-about .about-left__link svg {
        width: 23px;
        height: 23px;
    }
}

@media (max-width: 767px) {
    .section-about .about-left__link {
        top: 14px;
        right: 8px;
    }
    .section-about .about-left__link svg {
        width: 17px;
        height: 17px;
    }
}

.section-about .about-left__heading {
    padding: 67px 44px 150px;
    border-bottom: 2px solid #fff;
}

@media (max-width: 991px) {
    .section-about .about-left__heading {
        padding: 67px 33px 168px;
    }
}

@media (max-width: 767px) {
    .section-about .about-left__heading {
        padding: 31px 17px;
    }
}

.section-about .about-left__heading p {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    max-width: 743px;
}

@media (max-width: 991px) {
    .section-about .about-left__heading p {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .section-about .about-left__heading p {
        font-size: 16px;
    }
}

.section-about .about-left__footer {
    padding: 49px 45px 54px;
}

@media (max-width: 991px) {
    .section-about .about-left__footer {
        padding: 49px 33px 33px;
    }
}

@media (max-width: 767px) {
    .section-about .about-left__footer {
        padding: 27px 16px;
    }
}

.section-about .about-left__footer ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .section-about .about-left__footer ul {
        flex-wrap: wrap;
    }
}

.section-about .about-left__footer ul li {
    width: 50%;
    margin: 0 50px 0 0;
}

@media (max-width: 767px) {
    .section-about .about-left__footer ul li {
        width: 100%;
        margin: 0 0 30px;
    }
}

.section-about .about-left__footer ul li:nth-last-child(1) {
    margin: 0;
}

.section-about .about-left__footer ul li p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 14px;
}

@media (max-width: 767px) {
    .section-about .about-left__footer ul li p {
        font-size: 14px;
        margin: 0 0 11px;
    }
}

.section-about .about-left__footer ul li p svg {
    margin: 0 9px 0 0;
}

@media (max-width: 767px) {
    .section-about .about-left__footer ul li p svg {
        width: 24px;
        height: 24px;
        margin: 0 6.6px 0 0;
    }
}

.section-about .about-left__footer ul li span {
    font-size: 18px;
    color: #beb8c3;
}

@media (max-width: 767px) {
    .section-about .about-left__footer ul li span {
        font-size: 14px;
    }
}

.section-about .about-right {
    width: calc(100% - 1000px);
}

@media (max-width: 1400px) {
    .section-about .about-right {
        width: calc(100% - 735px);
    }
}

@media (max-width: 991px) {
    .section-about .about-right {
        width: 100%;
    }
}

.section-about .about-right img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .section-about .about-right img {
        height: 297px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-about .about-right img {
        height: 160px;
    }
}

.section-video {
    padding: 47px 0 129px;
}

@media (max-width: 991px) {
    .section-video {
        padding: 35px 0 58px;
    }
}

@media (max-width: 767px) {
    .section-video {
        padding: 15px 0 44px;
    }
}

.section-video .section-title {
    font-size: 40px;
    padding: 5px 14px;
    border-radius: 17px;
    background: #F0BD6B;
    margin: 0 0 57px;
    display: inline-flex;
}

@media (max-width: 991px) {
    .section-video .section-title {
        font-size: 30px;
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) {
    .section-video .section-title {
        text-align: center;
        margin: 0 auto 20px;
        display: table;
        font-size: 20px;
        border-radius: 13px;
    }
}

.section-video .video-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.section-video .video-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    backdrop-filter: blur(3.5px);
}

.section-video .video-wrapper img {
    object-fit: cover;
}

@media (max-width: 991px) {
    .section-video .video-wrapper img,
    .video-slider .video-wrapper {
        height: 100%;
    }
    .video-slider {
        height: 409px;
    }
}

@media (max-width: 767px) {
    .section-video .video-wrapper img,
    .video-slider .video-wrapper {
        height: 100%;
    }
    .video-slider {
        height: 239px;
    }
}

.section-video .video-wrapper .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 991px) {
    .section-video .video-wrapper .play-btn svg {
        width: 85px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section-video .video-wrapper .play-btn svg {
        width: 43px;
    }
}

.section-video .video-wrapper .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.section-video .video-wrapper .video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-video .video-wrapper.play:before,
.section-video .video-wrapper.play .play-btn {
    opacity: 0;
    visibility: hidden;
}

.video-slider {
    overflow: visible;
}

.video-slider .swiper-nav div {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #E9EAEB;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.video-slider .swiper-nav div:hover {
    border-radius: 50%;
}

.video-slider .swiper-nav div:before,
.video-slider .swiper-nav div:after {
    content: none;
}

.video-slider .swiper-nav .swiper-button-next {
    right: -15px;
}

.video-slider .swiper-nav .swiper-button-prev {
    left: -15px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    padding: 8px 16px;
    min-height: 44px;
    transition: all 0.3s ease;
}

.btn.btn-purple {
    color: #fff;
    border: 1px solid #B8309E;
    background: #B8309E;
}

.btn.btn-purple:hover {
    background: transparent;
    color: #B8309E;
}

.btn.btn-white {
    font-size: 20px;
    background: #fff;
}

.btn.btn-white:hover {
    color: #fff;
    background: #B8309E;
}

.btn.btn-black {
    font-size: 20px;
    background: #000;
    color: #fff;
}

.btn.btn-black:hover {
    background: #B8309E;
    color: #fff;
}

.btn.btn-gradient {
    color: #fff;
    background: linear-gradient(137deg, #8B3DC5 4.19%, #0057B8 265.3%);
    box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.03), 30px 22px 37px 0px rgba(0, 0, 0, 0.03), 68px 49px 50px 0px rgba(0, 0, 0, 0.02), 120px 87px 59px 0px rgba(0, 0, 0, 0), 188px 135px 65px 0px rgba(0, 0, 0, 0);
}

.btn.btn-gradient:hover {
    opacity: 0.7;
}

.btn.btn-gradient:active,
.btn.btn-gradient:focus {
    background: linear-gradient(137deg, #8B3DC5 4.19%, #0057B8 265.3%) !important;
}

.btn.btn-purple__bordered {
    border: 1px solid #B8309E;
    color: #000;
}

.btn.btn-purple__bordered:hover {
    background: #B8309E;
    color: #fff;
}

.btn.btn-grey {
    background: #E1E1E1;
    color: #000;
}

.btn.btn-grey:hover {
    background: #000;
    color: #E1E1E1;
}

.breadcrumbs {
    padding: 5px 0 20px;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .breadcrumbs ul {
        flex-wrap: wrap;
    }
    .video-slider .swiper-nav div {
        width: 35px;
        height: 35px;
    }
    .video-slider .swiper-nav div svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs ul li span {
        font-size: 16px;
    }
}

.breadcrumbs ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 767px) {
    .breadcrumbs ul li a {
        font-size: 17px;
    }
}

.breadcrumbs ul li a:after {
    content: "/";
    color: #B8309E;
    font-size: 20px;
    margin: 0 7px;
}

@media (max-width: 767px) {
    .breadcrumbs ul li a:after {
        font-size: 18px;
        margin: 0 6px;
    }
}

.section-catalog-inner {
    padding: 12px 0 112px;
}

.section-catalog-inner .catalog-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-catalog-inner .catalog-wrapper {
        flex-wrap: wrap;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content {
    width: calc(100% - 248px);
    padding: 0 0 0 52px;
}

@media (max-width: 991px) {
    .section-catalog-inner .catalog-wrapper .catalog-content {
        width: 100%;
        padding: 0;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content .catalog-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section-catalog-inner .catalog-wrapper .catalog-content .catalog-items .filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    font-size: 18px;
    display: none;
    margin: 10px 0 0;
}

@media (max-width: 991px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .catalog-items .filter-btn {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .catalog-items .filter-btn {
        position: absolute;
        top: 60px;
        right: 15px;
        margin: 0;
        font-size: 14px;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content .catalog-items .filter-btn svg {
    margin: 0 0 0 20px;
}

@media (max-width: 767px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .catalog-items .filter-btn svg {
        margin: 0 0 0 3px;
        width: 12px;
        height: 13px;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting .results {
    font-size: 16px;
    color: #808080;
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown {
    min-width: 200px;
}

@media (max-width: 767px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown {
        min-width: 109px;
    }
    .section-catalog-inner .catalog-wrapper .catalog-content .sorting {
        display: block;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown .dropdown_toggle {
    justify-content: center;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown .dropdown_toggle {
        font-size: 14px;
        min-height: 23px;
        padding: 1.5px 8px;
        border-radius: 7px;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown .dropdown_toggle:after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("../img/menu-chevron.png") center no-repeat;
    width: 12px;
    height: 8px;
    margin: 3px 0 0 7px;
    transition: all 0.3s ease;
    text-align: center;
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown .caret {
    display: none;
}

.section-catalog-inner .catalog-wrapper .catalog-content .sorting .dropdown.active .dropdown_toggle:After {
    transform: rotate(-180deg);
}

.section-catalog-inner .catalog-wrapper .catalog-content .product-image {
    height: 420px;
}

@media (max-width: 991px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .product-image {
        height: 522px;
    }
}

@media (max-width: 767px) {
    .section-catalog-inner .catalog-wrapper .catalog-content .product-image {
        height: 289px;
    }
}

.section-catalog-inner .catalog-wrapper .catalog-content .product-title {
    font-size: 16px;
}

.section-catalog-inner .catalog-wrapper .catalog-content .product-price {
    font-size: 20px;
}

.section-catalog-inner .catalog-wrapper .catalog-content .product-price small {
    margin-top: 1px;
}

.section-catalog-inner .catalog-wrapper .catalog-content [class*=col-] {
    margin: 0 0 67px;
}

@media (max-width: 767px) {
    .section-catalog-inner .catalog-wrapper .catalog-content [class*=col-] {
        margin: 0 0 42px;
    }
}

.catalog-aside {
    padding: 5px 0;
    border-radius: 30px;
    max-width: 248px;
    border: 1px solid #999;
    width: 100%;
}

@media (max-width: 991px) {
    .catalog-aside {
        display: none;
    }
}

.aside-elem {
    padding: 15px 15px 15px 17px;
    border-bottom: 2px solid #DFDFDF;
}

.aside-elem.top-pinned {
    border-bottom: none;
    padding: 6px 15px 15px 17px;
}

.aside-elem.top-pinned .js-toggle-title {
    color: #B8309E;
}

.aside-elem.top-pinned:nth-child(1) {
    padding-top: 15px;
}

.aside-elem:nth-last-child(1) {
    border: none;
}

.aside-elem .js-toggle-title {
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4d;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    padding: 0 0 0 8px;
}

.aside-elem .js-toggle-title span {
    color: #808080;
    margin: 0 0 0 4px;
}

.aside-elem .js-toggle-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    background: url("../img/aside-chevron.svg") center no-repeat;
    width: 12px;
    height: 8px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.aside-elem .js-toggle-title.toggled {
    color: #B8309E;
}

.aside-elem .js-toggle-title.toggled:after {
    transform: translateY(-50%);
}

.aside-elem .js-toggle-title.with-items:after {
    opacity: 1;
    visibility: visible;
}

.aside-elem .toggled-content {
    padding: 15px 0 0 8px;
}

.aside-mobile-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    height: 120vh;
    overflow: auto;
    width: 402px;
    background: #fff;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    z-index: 10;
}

@media (max-width: 767px) {
    .aside-mobile-wrapper {
        width: 277px;
    }
}

.aside-mobile-wrapper .close-menu {
    position: absolute;
    top: 28px;
    right: 28px;
}

@media (max-width: 767px) {
    .aside-mobile-wrapper .close-menu {
        top: 23px;
        right: 20px;
    }
}

.aside-mobile-wrapper.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.aside-mobile-wrapper .aside-elem {
    padding: 15px 50px;
}

@media (max-width: 767px) {
    .aside-mobile-wrapper .aside-elem {
        padding: 12px 26px;
    }
}

.aside-mobile-wrapper .aside-elem.top-pinned {
    padding-right: 98px;
}

@media (max-width: 767px) {
    .aside-mobile-wrapper .aside-elem.top-pinned {
        padding-right: 55px;
    }
}

.aside-mobile-wrapper .aside-elem:nth-child(1) {
    padding-top: 55px;
}

.product-search {
    margin: 0 0 37px;
}

.product-search .form-group {
    position: relative;
    padding: 13px 43px;
    border-radius: 10px;
    border: 0.5px solid #000;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

@media (max-width: 767px) {
    .product-search .form-group {
        padding: 2px 15px 2.6px 23px;
        max-width: 136px;
        position: absolute;
        top: 115px;
        right: 15px;
        border-radius: 7px;
    }
}

.product-search .form-group button {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.product-search .form-group button svg {
    display: block;
}

@media (max-width: 767px) {
    .product-search .form-group button svg {
        width: 10px;
    }
}

.product-search .form-group input {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2px;
    color: #000;
    width: 100%;
}

@media (max-width: 767px) {
    .product-search .form-group input {
        font-size: 14px;
    }
}

.product-search .form-group input::-webkit-input-placeholder {
    color: #808080;
}

.product-search .form-group input::-moz-placeholder {
    color: #808080;
}

.product-search .form-group input:-ms-input-placeholder {
    color: #808080;
}

.product-search .form-group input:-moz-placeholder {
    color: #808080;
}

.product-search .form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.product-search .form-group input:focus:-moz-placeholder {
    color: transparent;
}

.product-search .form-group input:focus::-moz-placeholder {
    color: transparent;
}

.product-search .form-group input:focus:-ms-input-placeholder {
    color: transparent;
}

.product-search .search-result {
    color: #000;
    font-size: 24px;
}

@media (max-width: 767px) {
    .product-search .search-result {
        font-size: 16px;
    }
}

.product-search .search-result:not(:empty) {
    margin: 35px 0 0;
}

@media (max-width: 767px) {
    .product-search .search-result:not(:empty) {
        margin: 0;
    }
}

.checker {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 6px 8px 6px 38px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    margin: 0 0 6px -8px;
}

.checker:nth-last-child(1) {
    margin-bottom: 0;
}

.checker input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all 0.3s ease;
}

.checker input:checked~.checkmark:after {
    opacity: 1;
    visibility: visible;
}

.checker input:checked~small:After {
    opacity: 1;
    visibility: visible;
}

.checker small:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #FFEEFC;
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.checker .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    height: 21px;
    width: 21px;
    border-radius: 3px;
    border: 0.4px solid #000;
    transition: all 0.3s ease;
}

.checker .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 11px;
    background: url("../img/sidebar-check.svg") center no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.checker.default-checker {
    padding: 0 0 0 47px;
    margin: 0;
}

@media (max-width: 767px) {
    .checker.default-checker {
        padding: 0 0 0 38px;
    }
}

.checker.default-checker .checkmark {
    width: 36px;
    height: 36px;
    border-color: #B8309E;
    left: 0;
}

@media (max-width: 767px) {
    .checker.default-checker .checkmark {
        width: 29px;
        height: 29px;
        top: 5px;
        transform: none;
    }
}

.checker.default-checker .checkmark:after {
    width: 19px;
    height: 14px;
    background: url("../img/default-check.svg") center no-repeat;
}

@media (max-width: 767px) {
    .checker.default-checker .checkmark:after {
        width: 16px;
        height: 11px;
        background-size: contain;
    }
}

.dropdown {
    position: relative;
}

.dropdown .dropdown_toggle {
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
    border: 0.5px solid #000;
    min-height: 40px;
    padding: 5px;
}

.dropdown .dropdown_toggle p {
    pointer-events: none;
}

.dropdown .caret {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.dropdown.active .caret {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown.active .dropdown_toggle {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-color: #fff;
}

.dropdown .dropdown_list {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    top: 100%;
    pointer-events: none;
    border: 0.5px solid #000;
    border-top: none;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0 0 14px;
    background: #fff;
}

.dropdown .dropdown_list.show {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}

.dropdown .dropdown_list li {
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 9px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .dropdown .dropdown_list li {
        font-size: 14px;
        padding: 5px 10px;
    }
}

.dropdown .dropdown_list li p {
    color: #808080;
}

@media (max-width: 767px) {
    .dropdown .dropdown_list li p {
        font-size: 14px;
    }
}

.dropdown .dropdown_list li:hover p {
    color: #000;
}

.dropdown p {
    color: #000;
    font-size: 16px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li {
    margin: 0 13.5px;
}

@media (max-width: 767px) {
    .pagination ul li {
        margin: 0 9px;
    }
}

.pagination ul li.prev {
    margin-right: 1.5px;
}

.pagination ul li.next {
    margin-left: 1.5px;
}

.pagination ul li.to-all {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.5px;
}

.pagination ul li.to-all:before {
    content: "/";
    color: #B8309E;
    font-size: 20px;
    margin: 0 8px 0 0;
}

.pagination ul li a {
    font-size: 20px;
    color: #808080;
}

.pagination ul li a:hover {
    color: #000;
}

.pagination ul li span {
    font-size: 20px;
    color: #000;
}

.section-product {
    padding: 44px 0 75px;
}

@media (max-width: 991px) {
    .section-product {
        padding: 17px 0 60px;
    }
}

@media (max-width: 767px) {
    .section-product {
        padding: 0 0 12px;
    }
}

.section-product .product-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-product .product-wrapper {
        flex-wrap: wrap;
    }
}

.section-product .product-swiper {
    max-width: 730px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1400px) {
    .section-product .product-swiper {
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    .section-product .product-swiper {
        max-width: 100%;
        margin: 0 0 50px;
    }
}

@media (max-width: 767px) {
    .section-product .product-swiper {
        flex-wrap: wrap;
        margin: 0 0 25px;
    }
}

.section-product .product-swiper .slider-thumbs {
    min-width: 147px;
    overflow: hidden;
    padding: 0 19px 0 0;
    max-height: 659px;
}

@media (max-width: 991px) {
    .section-product .product-swiper .slider-thumbs {
        max-width: 149px;
    }
}

@media (max-width: 767px) {
    .section-product .product-swiper .slider-thumbs {
        order: 2;
        max-width: 100%;
        padding: 0;
    }
}

.section-product .product-swiper .slider-thumbs picture {
    pointer-events: none;
}

.section-product .product-swiper .slider-thumbs img {
    width: 100%;
    height: 149px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .section-product .product-swiper .slider-thumbs img {
        height: 62px;
    }
}

.section-product .product-swiper .slider-thumbs .swiper-slide {
    transform: none;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #fff;
    padding: 13px 18px;
    height: 149px;
    box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.01);
}

@media (max-width: 767px) {
    .section-product .product-swiper .slider-thumbs .swiper-slide {
        border-radius: 20px;
        padding: 0 7px;
        height: initial;
        min-width: 62px;
    }
}

.section-product .product-swiper .slider-thumbs .swiper-slide-thumb-active>img {
    opacity: 0.7;
}

.section-product .product-swiper .slider-wrapper {
    width: calc(100% - 128px);
    position: relative;
    height: 659px;
    box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.02), 0px 73px 73px 0px rgba(0, 0, 0, 0.02), 0px 165px 99px 0px rgba(0, 0, 0, 0.01), 0px 293px 117px 0px rgba(0, 0, 0, 0), 0px 458px 128px 0px rgba(0, 0, 0, 0);
    border-radius: 30px;
}

@media (max-width: 767px) {
    .section-product .product-swiper .slider-wrapper {
        width: 100%;
        order: 1;
        height: 320px;
        margin: 0 0 16px;
        border-radius: 20px;
    }
}

.section-product .product-swiper .slider-wrapper .swiper-wrapper {
    width: initial;
}

.section-product .product-swiper .slider-wrapper .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background: #fff;
    padding: 48px 80px;
}

@media (max-width: 767px) {
    .section-product .product-swiper .slider-wrapper .swiper-wrapper .swiper-slide {
        padding: 12px 25px;
        border-radius: 20px;
    }
}

.section-product .product-swiper .slider-wrapper .swiper-wrapper .swiper-slide.w-video .play-video img {
    width: 90px;
    height: 90px;
}

.section-product .product-swiper .slider-wrapper .swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-product .product-swiper .swiper-slide.w-video {
    position: relative;
}

.section-product .product-swiper .swiper-slide.w-video .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-product .product-swiper .swiper-slide.w-video .play-video:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.section-product .product-swiper .swiper-slide.w-video .play-video img {
    width: 34px;
    height: 34px;
}

@media (max-width: 767px) {
    .section-product .product-swiper .swiper-slide.w-video .play-video img {
        width: 22px;
        height: 22px;
    }
}

.section-product .product-description {
    width: calc(100% - 730px);
    padding: 0 0 0 118px;
}

@media (max-width: 1400px) {
    .section-product .product-description {
        padding: 0 0 0 30px;
        width: calc(100% - 600px);
    }
}

@media (max-width: 991px) {
    .section-product .product-description {
        width: 100%;
        padding: 0;
    }
}

.section-product .product-description .product-title {
    color: #000;
    font-size: 30px;
    margin: 0 0 15px;
}

@media (max-width: 991px) {
    .section-product .product-description .product-title {
        font-size: 25px;
        margin: 0 0 25px;
    }
}

@media (max-width: 767px) {
    .section-product .product-description .product-title {
        font-size: 20px;
        margin: 0 0 5px;
    }
}

.section-product .product-description .product-price {
    color: #B8309E;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 114px;
}

@media (max-width: 991px) {
    .section-product .product-description .product-price {
        font-size: 20px;
        margin: 0 0 50px;
    }
}

@media (max-width: 767px) {
    .section-product .product-description .product-price {
        margin: 0 0 13px;
    }
}

.section-product .product-description .rating-manufacture {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

@media (max-width: 1200px) {
    .section-product .product-description .rating-manufacture {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .section-product .product-description .rating-manufacture {
        flex-wrap: initial;
    }
}

@media (max-width: 767px) {
    .section-product .product-description .rating-manufacture {
        flex-wrap: wrap;
        margin: 0 0 24px;
    }
}

.section-product .product-description .rating-manufacture .rating {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .section-product .product-description .rating-manufacture .rating {
        margin: 0 0 10px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .section-product .product-description .rating-manufacture .rating {
        width: auto;
    }
}

@media (max-width: 767px) {
    .section-product .product-description .rating-manufacture .rating {
        width: 100%;
    }
}

.section-product .product-description .rating-manufacture .rating ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.section-product .product-description .rating-manufacture .rating ul li {
    margin: 0 4px 0 0;
    height: 18px;
}

.section-product .product-description .rating-manufacture .rating p {
    font-size: 16px;
    color: #808080;
}

.section-product .product-description .rating-manufacture .manufacturer {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #808080;
}

.section-product .product-description .rating-manufacture .manufacturer span {
    color: #000;
    margin: 0 0 0 4px;
}

.section-product .product-description .rating-manufacture .manufacturer svg {
    margin: 3px 0 0 8px;
}

.section-product .product-description .description {
    color: #808080;
    font-size: 18px;
    margin: 0 0 47px;
}

@media (max-width: 991px) {
    .section-product .product-description .description {
        line-height: 27px;
        margin: 0 0 21px;
    }
}

@media (max-width: 767px) {
    .section-product .product-description .description {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 14px;
    }
}

.section-product .product-description .product-subtitle {
    color: #000;
    font-size: 16px;
    margin: 0 0 16px;
}

@media (max-width: 767px) {
    .section-product .product-description .product-subtitle {
        margin: 0 0 8px;
    }
}

.section-product .product-description [class*=col-] {
    margin: 0 0 26px;
}

@media (max-width: 767px) {
    .section-product .product-description [class*=col-] {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .section-product .product-description .dropdown {
        max-width: 193px;
    }
}

.section-product .product-description .dropdown .dropdown_toggle {
    min-height: 55px;
    padding: 5px 16px;
}

@media (max-width: 767px) {
    .section-product .product-description .dropdown .dropdown_toggle {
        min-height: 43px;
    }
}

.section-product .product-description .dropdown .dropdown_toggle .dropdown_image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px 0 0;
}

.section-product .product-description .dropdown .dropdown_toggle p {
    color: #808080;
}

.section-product .product-description .dropdown .dropdown_toggle p span {
    color: #000;
}

.section-product .product-description .dropdown .dropdown_list li {
    padding: 5px 16px;
    justify-content: flex-start;
}

.section-product .product-description .dropdown .dropdown_list li .dropdown_image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px 0 0;
}

.section-product .product-description .btn {
    min-height: 55px;
}

@media (max-width: 767px) {
    .section-product .product-description .btn {
        min-height: 43px;
        font-size: 18px;
    }
}

.section-product .product-description .btn.btn-gradient span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-product .product-description .btn.btn-gradient span:before {
    content: "";
    background: url("../img/added-icon.svg") center no-repeat;
    width: 19px;
    height: 14px;
    margin: 0 10px 0 0;
    display: none;
}

.section-product .product-description .btn.btn-gradient.added span:before {
    display: block;
}

.section-product .product-description .product-chars li {
    font-size: 14px;
    color: #808080;
    margin: 0 0 23px;
}

@media (max-width: 767px) {
    .section-product .product-description .product-chars li {
        margin: 0 0 14px;
    }
}

.section-product .product-description .product-fav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 767px) {
    .section-product .product-description .product-fav {
        font-size: 16px;
    }
}

.section-product .product-description .product-fav:before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 22px;
    background: url("../img/product-fav.svg") center no-repeat;
    margin: 0 14px 0 0;
}

.section-product .product-description .product-fav.added:before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 22px;
    background: url("../img/product-fav-active.svg") center no-repeat;
    margin: 0 14px 0 0;
}

.qty-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    border-radius: 10px;
    border: 0.5px solid #000;
    padding: 5px 16px;
}

@media (max-width: 767px) {
    .qty-element {
        min-height: 43px;
        max-width: 193px;
    }
}

.qty-element span {
    font-size: 16px;
    color: #808080;
}

.qty-element .qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qty-element .qty input {
    max-width: 15px;
    text-align: center;
    margin: 0 6px;
    font-size: 16px;
}

.qty-element .qty button {
    padding: 0;
}

.section-description {
    padding: 75px 0 0px;
    overflow: hidden;
    border-bottom: 1px solid #808080;
    margin: 0 0 17px;
}

@media (max-width: 767px) {
    .section-description {
        padding: 10px 0 0;
        margin: 0 0 15px;
    }
}

.section-description .nav-tabs {
    border-bottom: 1px solid #808080;
    position: relative;
}

@media (max-width: 767px) {
    .section-description .nav-tabs {
        width: 100%;
        padding: 0 0 43px;
    }
}

.section-description .nav-tabs:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -1px;
    height: 1px;
    background: #808080;
    width: 5000px;
}

@media (max-width: 991px) {
    .section-description .nav-tabs:before {
        bottom: 0;
        height: 0.5px;
    }
}

@media (max-width: 767px) {
    .section-description .nav-tabs:before {
        content: none;
    }
}

.section-description .nav-tabs:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #808080;
    width: 5000px;
}

@media (max-width: 991px) {
    .section-description .nav-tabs:after {
        bottom: 0;
        height: 0.5px;
    }
}

@media (max-width: 767px) {
    .section-description .nav-tabs:after {
        content: none;
    }
}

.section-description .nav-tabs .nav-item {
    margin: 0 9px 0 0;
}

@media (max-width: 767px) {
    .section-description .nav-tabs .nav-item {
        width: 100%;
        margin: 0 0 8px;
    }
}

.section-description .nav-tabs .nav-item .nav-link {
    min-width: 159px;
    padding: 14px 20px 17px;
    font-size: 20px;
    color: #000;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 991px) {
    .section-description .nav-tabs .nav-item .nav-link {
        padding: 11px 20px;
        min-width: 128px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-description .nav-tabs .nav-item .nav-link {
        min-width: 100%;
        padding: 10px;
        width: 100%;
        font-size: 18px;
        border-radius: 10px;
        border: 1px solid #000;
    }
}

.section-description .nav-tabs .nav-item .nav-link.active,
.section-description .nav-tabs .nav-item .nav-link:hover {
    background: #000;
    color: #fff;
}

.section-description .description {
    padding: 51px 0 67px;
}

@media (max-width: 991px) {
    .section-description .description {
        padding: 32px 0;
    }
}

@media (max-width: 767px) {
    .section-description .description {
        padding: 15px 0;
    }
}

.section-description .reviews-wrapper {
    padding: 47px 0 74px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper {
        flex-wrap: wrap;
        padding: 38px 0 33px;
    }
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper {
        padding: 21px 0 27px;
    }
}

.section-description .reviews-wrapper__left {
    width: calc(100% - 670px);
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__left {
        width: 100%;
        margin: 0 0 38px;
    }
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left {
        margin: 0 0 16px;
    }
}

.section-description .reviews-wrapper__left .reviews-count {
    font-size: 22px;
    margin: 0 0 21px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .reviews-count {
        font-size: 18px;
        margin: 0 0 15px;
    }
}

.section-description .reviews-wrapper__left .review-item {
    margin: 0 0 66px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item {
        margin: 0 0 30px;
    }
}

.section-description .reviews-wrapper__left .review-item .review-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item .review-author {
        margin: 0 0 15px;
    }
}

.section-description .reviews-wrapper__left .review-item .review-author__photo {
    width: 73px;
    height: 73px;
    border-radius: 4px;
    margin: 0 18px 0 0;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item .review-author__photo {
        width: 57px;
        height: 57px;
        margin: 0 14px 0 0;
    }
}

.section-description .reviews-wrapper__left .review-item .review-author__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-description .reviews-wrapper__left .review-item .review-author__text ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 14px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item .review-author__text ul {
        margin: 0 0 11px 0;
    }
}

.section-description .reviews-wrapper__left .review-item .review-author__text ul li {
    margin: 0 7px 0 0;
    height: 16px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item .review-author__text ul li {
        height: 15px;
        margin: 0 5px 0 0;
    }
}

.section-description .reviews-wrapper__left .review-item .review-author__text ul li:nth-last-child(1) {
    margin: 0;
}

.section-description .reviews-wrapper__left .review-item .review-author__text p {
    color: #808080;
    font-size: 18px;
    line-height: 27px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item .review-author__text p {
        font-size: 14px;
        line-height: 21px;
    }
}

.section-description .reviews-wrapper__left .review-item .review-content {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__left .review-item .review-content {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-item .review-content {
        font-size: 16px;
        line-height: 24px;
    }
}

.section-description .reviews-wrapper__left .review-add {
    margin: 0 0 23px;
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__left .review-add {
        margin: 0 0 32px;
    }
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-add {
        margin: 0 0 21px;
    }
}

.section-description .reviews-wrapper__left .review-add p {
    color: #000;
    font-size: 22px;
    margin: 0 0 25px;
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__left .review-add p {
        font-size: 20px;
        margin: 0 0 27px;
    }
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-add p {
        font-size: 18px;
        margin: 0 0 13px;
    }
}

.section-description .reviews-wrapper__left .review-add span {
    font-size: 16px;
    color: #808080;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-add span {
        font-size: 14px;
    }
}

.section-description .reviews-wrapper__left .review-rate {
    font-size: 20px;
    color: #000;
}

.section-description .reviews-wrapper__left .review-rate p {
    color: #000;
    font-size: 22px;
    margin: 0 0 25px;
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__left .review-rate p {
        font-size: 20px;
        margin: 0 0 16px;
    }
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__left .review-rate p {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.section-description .reviews-wrapper__left .review-rate ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-description .reviews-wrapper__left .review-rate ul li {
    margin: 0 7px 0 0;
}

.section-description .reviews-wrapper__right {
    max-width: 670px;
    width: 100%;
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__right {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .section-description .reviews-wrapper__right form {
        max-width: 670px;
        width: 100%;
    }
}

.section-description .reviews-wrapper__right form .btn {
    min-height: 53px;
    min-width: 192px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .section-description .reviews-wrapper__right form .btn {
        min-width: 100%;
        min-height: 47px;
        font-size: 18px;
    }
}

.section-description .payment {
    padding: 51px 0 45px;
}

@media (max-width: 767px) {
    .section-description .payment {
        padding: 28px 0 38px;
    }
}

.section-description .payment .payment-item {
    margin: 0 0 49px;
}

@media (max-width: 767px) {
    .section-description .payment .payment-item {
        margin: 0 0 36px;
    }
}

.section-description .payment .payment-item:nth-last-child(1) {
    margin: 0;
}

.section-description .payment .payment-item p {
    font-size: 20px;
    color: #000;
    margin: 0 0 11px;
}

@media (max-width: 767px) {
    .section-description .payment .payment-item p {
        font-size: 18px;
        margin: 0 0 6px;
    }
}

.section-description .payment .payment-item span {
    font-size: 18px;
    color: #808080;
    display: block;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .section-description .payment .payment-item span {
        margin: 0 0 23px;
        font-size: 16px;
    }
}

.section-description .payment .payment-item ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-description .payment .payment-item ul li {
    margin: 0 35px 0 0;
}

.section-description .payment .payment-item ul li:nth-last-child(1) {
    margin: 0;
}

@media (max-width: 767px) {
    .section-description .payment .payment-item ul li {
        margin: 0 25px 0 0;
    }
}

.default-content h6 {
    font-size: 20px;
    color: #000;
    margin: 0 0 17px;
}

@media (max-width: 767px) {
    .default-content h6 {
        font-size: 18px;
        margin: 0 0 5px;
    }
}

.default-content p {
    font-size: 18px;
    color: #808080;
    margin: 0 0 15px;
    line-height: 27px;
}

@media (max-width: 991px) {
    .default-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.default-content p:nth-last-child(1) {
    margin: 0;
}

.default-content p a {
    color: #5984FF;
    text-decoration: underline;
}

.default-content p a:hover {
    text-decoration: none;
}

.form-group-wrapper {
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .form-group-wrapper {
        margin: 0 0 17px;
    }
}

.form-group-wrapper p {
    margin: 0 0 15px;
    font-size: 20px;
    color: #000;
}

@media (max-width: 767px) {
    .form-group-wrapper p {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.form-group-wrapper .form-group {
    margin: 0;
}

.form-group-wrapper .form-group .form-control {
    border-radius: 20px;
    border: 1px solid #B8309E;
    font-size: 20px;
    color: #000;
    outline: none;
    box-shadow: none;
    min-height: 76px;
    padding: 5px 26px;
}

@media (max-width: 767px) {
    .form-group-wrapper .form-group .form-control {
        font-size: 16px;
        min-height: 48px;
        padding: 5px 10px;
        border-radius: 14px;
    }
}

.form-group-wrapper .form-group .form-control::-webkit-input-placeholder {
    color: #808080;
}

.form-group-wrapper .form-group .form-control::-moz-placeholder {
    color: #808080;
}

.form-group-wrapper .form-group .form-control:-ms-input-placeholder {
    color: #808080;
}

.form-group-wrapper .form-group .form-control:-moz-placeholder {
    color: #808080;
}

.form-group-wrapper .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group .form-control:focus:-moz-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-group-wrapper .form-group textarea.form-control {
    padding: 26px 21px;
    min-height: 281px;
}

@media (max-width: 767px) {
    .form-group-wrapper .form-group textarea.form-control {
        min-height: 222px;
        padding: 20px 10px;
        border-radius: 20px;
    }
}

.section-products {
    padding: 35px 0 129px;
}

@media (max-width: 991px) {
    .section-products {
        padding: 41px 0 31px;
    }
}

@media (max-width: 767px) {
    .section-products {
        padding: 0 0 20px;
    }
}

.section-products .section-title {
    margin: 0 0 32px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .section-products [class*=col-] {
        margin: 0 0 40px;
    }
}

.section-products .product .product-image {
    height: 387px;
}

@media (max-width: 991px) {
    .section-products .product .product-image {
        height: 522px;
    }
}

@media (max-width: 767px) {
    .section-products .product .product-image {
        height: 289px;
    }
}

.section-faq {
    padding: 16px 0 115px;
}

@media (max-width: 767px) {
    .section-faq {
        padding: 5px 0 40px;
    }
}

.section-faq .faq-title {
    color: #4d4d4d;
    font-size: 36px;
    line-height: 42.264px;
    letter-spacing: -0.36px;
    margin: 0 0 31px;
}

@media (max-width: 767px) {
    .section-faq .faq-title {
        font-size: 18px;
        margin: 0 0 15px;
        line-height: 21px;
    }
}

.section-faq .faq-wrapper {
    margin: 0 0 61px;
}

@media (max-width: 991px) {
    .section-faq .faq-wrapper {
        margin: 0 0 41px;
    }
}

@media (max-width: 767px) {
    .section-faq .faq-wrapper {
        margin: 0 0 24px;
    }
}

.section-faq .faq-wrapper:nth-last-child(1) {
    margin: 0;
}

.collapse-item {
    padding: 27px 27px 27px 37px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F8F8F8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: all 0.3s ease;
    min-height: 102px;
    margin: 0 0 49px;
}

@media (max-width: 991px) {
    .collapse-item {
        padding: 24px 31px 25px;
        border-radius: 13px;
        margin: 0 0 11px;
        min-height: 69px;
    }
}

@media (max-width: 767px) {
    .collapse-item {
        border-radius: 18px;
        padding: 20px 13px;
        margin: 0 0 7px;
        min-height: 56px;
    }
}

.collapse-item.active {
    border-radius: 30px;
    border-color: #B8309E;
}

@media (max-width: 991px) {
    .collapse-item.active {
        border-radius: 13px;
    }
}

@media (max-width: 767px) {
    .collapse-item.active {
        border-radius: 18px;
    }
}

.collapse-item .collapse-heading {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 90px 0 0;
    cursor: pointer;
    min-height: 46px;
}

@media (max-width: 991px) {
    .collapse-item .collapse-heading {
        font-size: 18px;
        line-height: 21px;
        min-height: initial;
    }
}

@media (max-width: 767px) {
    .collapse-item .collapse-heading {
        font-size: 15px;
    }
}

.collapse-item .collapse-heading small {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .collapse-item .collapse-heading small svg {
        width: 12px;
        height: 8px;
    }
}

.collapse-item .collapse-heading small svg path {
    fill: #B8309E;
}

.collapse-item .collapse-heading.collapsed small {
    transform: translateY(-50%) rotate(0deg);
}

.collapse-item .collapse-heading.collapsed small svg path {
    transition: all 0.3s ease;
    fill: #323232;
}

.collapse-item .collapse-body {
    padding: 20px 60px 20px 0;
}

@media (max-width: 991px) {
    .collapse-item .collapse-body {
        padding: 17px 35px 0 0;
    }
}

@media (max-width: 767px) {
    .collapse-item .collapse-body {
        padding: 11px 0 0;
    }
}

.collapse-item .collapse-body p {
    font-size: 16px;
    color: #646566;
    line-height: 23px;
}

@media (max-width: 767px) {
    .collapse-item .collapse-body p {
        font-size: 12px;
        line-height: 14px;
    }
}

.section-contacts {
    padding: 54px 0 149px;
}

@media (max-width: 991px) {
    .section-contacts {
        padding: 20px 0 130px;
    }
}

@media (max-width: 767px) {
    .section-contacts {
        padding: 15px 0 76px;
    }
}

.section-contacts .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-contacts .container {
        flex-wrap: wrap;
    }
}

.section-contacts .contacts-title {
    color: #000;
    font-size: 40px;
    margin: 0 0 52px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-title {
        font-size: 30px;
        margin: 0 0 29px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-title {
        font-size: 25px;
        margin: 0 0 19px;
    }
}

.section-contacts .contacts-left {
    width: calc(100% - 670px);
    position: relative;
}

@media (max-width: 1200px) {
    .section-contacts .contacts-left {
        width: calc(100% - 500px);
    }
}

@media (max-width: 991px) {
    .section-contacts .contacts-left {
        width: 100%;
        margin: 0 0 49px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left {
        margin: 0 0 41px;
    }
}

.section-contacts .contacts-left__shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

@media (max-width: 1400px) {
    .section-contacts .contacts-left__shape {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .section-contacts .contacts-left__shape {
        right: 230px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left__shape {
        display: none;
    }
}

.section-contacts .contacts-left .contacts-links {
    margin: 0 0 47px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-links {
        margin: 0 0 55px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left .contacts-links {
        margin: 0 0 30px;
    }
}

.section-contacts .contacts-left .contacts-links li {
    margin: 0 0 17px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-links li {
        margin: 0 0 22px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left .contacts-links li {
        margin: 0 0 14px;
    }
}

.section-contacts .contacts-left .contacts-links li:nth-last-child(1) {
    margin: 0;
}

.section-contacts .contacts-left .contacts-links li a {
    color: #CE2CB0;
    font-size: 24px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-links li a {
        font-size: 20px;
    }
}

.section-contacts .contacts-left .contacts-links li a:hover {
    text-decoration: underline;
}

.section-contacts .contacts-left .contacts-socials {
    margin: 0 0 47px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-socials {
        margin: 0 0 53px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left .contacts-socials {
        margin: 0 0 37px;
    }
}

.section-contacts .contacts-left .contacts-socials li {
    margin: 0 0 13px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-socials li {
        margin: 0 0 22px;
    }
}

.section-contacts .contacts-left .contacts-socials li:nth-last-child(1) {
    margin: 0;
}

.section-contacts .contacts-left .contacts-socials li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    color: #000;
    font-family: "Roobert";
    font-weight: 700;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-socials li a {
        font-size: 20px;
    }
}

.section-contacts .contacts-left .contacts-socials li a:hover {
    color: #CE2CB0;
}

.section-contacts .contacts-left .contacts-socials li a svg {
    margin: 0 20px 0 0;
    max-width: 22px;
    width: 100%;
}

@media (max-width: 767px) {
    .section-contacts .contacts-left .contacts-socials li a svg {
        max-width: 17px;
        margin: 0 16px 0 0;
    }
}

.section-contacts .contacts-left .contacts-adress {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 0 0 47px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-adress {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left .contacts-adress {
        margin: 0 0 30px;
    }
}

.section-contacts .contacts-left .contacts-adress span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #CE2CB0;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-adress span {
        font-size: 18px;
        margin: 16px 0 0;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-left .contacts-adress span {
        margin: 7px 0 0;
    }
}

.section-contacts .contacts-left .contacts-schedule p {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    margin: 0 0 7px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-schedule p {
        font-size: 20px;
        margin: 0 0 16px;
    }
}

.section-contacts .contacts-left .contacts-schedule ul {
    line-height: 30px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-schedule ul {
        line-height: 24px;
    }
}

.section-contacts .contacts-left .contacts-schedule ul li {
    color: #CE2CB0;
    font-size: 20px;
}

@media (max-width: 991px) {
    .section-contacts .contacts-left .contacts-schedule ul li {
        font-size: 18px;
    }
}

.section-contacts .contacts-right {
    max-width: 670px;
    width: 100%;
}

@media (max-width: 1200px) {
    .section-contacts .contacts-right {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .section-contacts .contacts-right {
        max-width: 100%;
    }
}

.section-contacts .contacts-right .checker {
    margin: 0 0 36px;
    color: #808080;
    font-size: 16px;
}

@media (max-width: 767px) {
    .section-contacts .contacts-right .checker {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

.section-contacts .contacts-right .btn {
    width: 192px;
    min-height: 53px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .section-contacts .contacts-right .btn {
        width: 155px;
        margin: 0 auto;
        min-height: 43px;
        border-radius: 11px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-right .form-group-wrapper {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .section-contacts .contacts-right .form-group-wrapper .form-group .form-control {
        min-height: 37px;
        border-radius: 11px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .section-contacts .contacts-right .form-group-wrapper .form-group .form-control {
        font-size: 16px;
    }
}

.section-contacts .contacts-right .form-group-wrapper .form-group textarea.form-control {
    min-height: 281px;
}

@media (max-width: 767px) {
    .section-contacts .contacts-right .form-group-wrapper .form-group textarea.form-control {
        min-height: 246px;
        padding: 9px 15px;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

.section-cart {
    padding: 54px 0 145px;
}

@media (max-width: 991px) {
    .section-cart {
        padding: 21px 0 120px;
    }
}

@media (max-width: 767px) {
    .section-cart {
        padding: 21px 0 89px;
    }
}

.section-cart .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-cart .container {
        flex-wrap: wrap;
    }
}

.section-cart .content-title {
    margin: 0;
}

@media (max-width: 767px) {
    .section-cart .content-title {
        margin: 0 0 22px;
        font-size: 20px;
    }
}

.section-cart .cart-left {
    width: calc(100% - 369px);
    padding: 0 99px 0 0;
}

@media (max-width: 1400px) {
    .section-cart .cart-left {
        width: calc(100% - 300px);
        padding: 0 15px 0 0;
    }
}

@media (max-width: 991px) {
    .section-cart .cart-left {
        width: 100%;
        padding: 0;
        margin: 0 0 47px;
    }
}

@media (max-width: 767px) {
    .section-cart .cart-left {
        margin: 0 0 76px;
    }
}

.section-cart .back {
    margin: 0 0 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .section-cart .back {
        margin: 0 0 24px;
    }
}

.section-cart .back:hover {
    color: #B8309E;
}

.section-cart .back svg {
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    margin: 0 15px 0 0;
}

.section-cart .back:hover svg {
    left: -5px;
}

.section-cart .total {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0;
}

.section-cart .total p {
    color: #000;
    font-family: "Roobert";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 767px) {
    .section-cart .total p {
        font-size: 18px;
    }
}

.section-cart .total:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    border-radius: 18px;
    background: #DFDFDF;
}

.section-cart .cart-right {
    max-width: 369px;
    width: 100%;
    padding: 15px 0 0;
}

@media (max-width: 1400px) {
    .section-cart .cart-right {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .section-cart .cart-right {
        max-width: 100%;
        padding: 0;
    }
}

.section-cart .cart-right .title {
    margin: 0 0 17px;
    color: #000;
    font-size: 30px;
}

@media (max-width: 767px) {
    .section-cart .cart-right .title {
        font-size: 20px;
        margin: 0 0 13px;
    }
}

.section-cart .cart-right .form-group-wrapper {
    margin: 0 0 19px;
}

@media (max-width: 767px) {
    .section-cart .cart-right .form-group-wrapper {
        margin: 0 0 10px;
    }
}

.section-cart .cart-right .form-group-wrapper .form-group .form-control {
    min-height: 55px;
    border-color: #000;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 11px;
}

@media (max-width: 767px) {
    .section-cart .cart-right .form-group-wrapper .form-group .form-control {
        min-height: 44px;
    }
}

.section-cart .cart-right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .section-cart .cart-right ul li {
        margin: 0 0 20px;
    }
}

.section-cart .cart-right ul li p {
    font-size: 16px;
    color: #666;
}

.section-cart .cart-right ul li span {
    font-weight: 700;
    color: #B8309E;
    font-size: 20px;
}

@media (max-width: 767px) {
    .section-cart .cart-right ul li span {
        font-size: 18px;
    }
}

.section-cart .cart-right .order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 101px;
}

@media (max-width: 991px) {
    .section-cart .cart-right .order-total {
        margin: 0 0 41px;
    }
}

@media (max-width: 767px) {
    .section-cart .cart-right .order-total {
        margin: 0 0 32px;
    }
}

.section-cart .cart-right .order-total p {
    color: #000;
    font-size: 20px;
}

.section-cart .cart-right .order-total span {
    color: #B8309E;
    font-size: 20px;
    font-weight: 700;
}

.section-cart .cart-right .btn {
    min-width: 100%;
    min-height: 53px;
}

@media (max-width: 767px) {
    .section-cart .cart-right .btn {
        min-height: 42px;
        font-size: 20px;
        padding: 0 10px;
    }
}

.item-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 54px;
}

@media (max-width: 767px) {
    .item-table {
        display: block;
    }
}

@media (max-width: 767px) {
    .item-table tbody {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .item-table tbody tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 35px;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
}

.item-table tbody tr td {
    vertical-align: middle;
    padding: 0 34px;
}

@media (max-width: 1400px) {
    .item-table tbody tr td {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .item-table tbody tr td {
        display: flex;
        padding: 0;
    }
    .item-table tbody tr td:nth-child(2) {
        width: 100%;
    }
}

.item-table tbody tr td:nth-child(1) {
    padding: 0;
}

.item-table tbody tr td .remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .item-table tbody tr td .remove {
        position: absolute;
        left: 0;
        top: 28px;
    }
    .item-table tbody tr td .remove svg {
        width: 8px;
        height: 8px;
    }
}

.item-table tbody tr td .cart-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 350px;
}

@media (max-width: 767px) {
    .item-table tbody tr td .cart-product {
        margin: 0 0 22px;
        max-width: 100%;
        padding: 0 0 0 19px;
    }
}

.item-table tbody tr td .cart-product .product-image {
    padding: 5px 18px;
    border-radius: 17px;
    background: #F2F1EF;
    min-width: 106px;
    max-width: 106px;
    height: 106px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 11px 0 0;
}

@media (max-width: 767px) {
    .item-table tbody tr td .cart-product .product-image {
        min-width: 72px;
        max-width: 72px;
        height: 72px;
        margin: 0 13px 0 0;
        padding: 3px 12px;
    }
}

.item-table tbody tr td .cart-product .product-image img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.item-table tbody tr td .cart-product .product-text p {
    color: #000;
    font-size: 18px;
    margin: 0 0 13px;
}

@media (max-width: 767px) {
    .item-table tbody tr td .cart-product .product-text p {
        font-size: 16px;
        margin: 0 0 7px;
    }
}

.item-table tbody tr td .cart-product .product-text ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.item-table tbody tr td .cart-product .product-text ul li {
    font-size: 14px;
    color: #808080;
    margin: 0 16px 5px 0;
}

@media (max-width: 767px) {
    .item-table tbody tr td .cart-product .product-text ul li {
        margin: 0 10px 5px 0;
    }
}

.item-table tbody tr td .qty-element {
    width: 247px;
}

@media (max-width: 1400px) {
    .item-table tbody tr td .qty-element {
        width: 190px;
    }
}

@media (max-width: 991px) {
    .item-table tbody tr td .qty-element {
        width: 150px;
        min-height: 50px;
        padding: 5px 10px;
    }
}

@media (max-width: 767px) {
    .item-table tbody tr td .qty-element {
        min-height: 141px;
        min-height: 44px;
    }
}

.item-table tbody tr td.product-price {
    text-align: right;
    white-space: nowrap;
}

.item-table tbody tr td.product-price p {
    color: #B8309E;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .item-table tbody tr td.product-price p {
        font-size: 18px;
    }
}

.content-title {
    color: #000;
    font-size: 40px;
    margin: 0 0 37px;
}

.section-cart-empty {
    padding: 105px 0 208px;
}

@media (max-width: 991px) {
    .section-cart-empty {
        padding: 76px 0 100px;
    }
}

@media (max-width: 767px) {
    .section-cart-empty {
        padding: 60px 0 100px;
    }
}

.section-cart-empty .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-cart-empty p {
    color: #000;
    font-size: 40px;
    margin: 0 0 53px;
}

@media (max-width: 991px) {
    .section-cart-empty p {
        font-size: 30px;
        margin: 0 0 34px;
    }
}

@media (max-width: 767px) {
    .section-cart-empty p {
        font-size: 25px;
        margin: 0 0 20px;
    }
}

.section-cart-empty .btn {
    min-width: 274px;
    min-height: 73px;
    font-size: 24px;
    border-radius: 11px;
}

@media (max-width: 991px) {
    .section-cart-empty .btn {
        min-height: 57px;
        min-width: 214px;
    }
}

@media (max-width: 767px) {
    .section-cart-empty .btn {
        min-width: 182px;
        min-height: 49px;
        font-size: 18px;
    }
}

.section-cabinet {
    padding: 54px 0 131px;
    min-height: 745px;
}

@media (max-width: 991px) {
    .section-cabinet {
        padding: 15px 0 98px;
    }
}

.section-cabinet .content-title {
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .section-cabinet .content-title {
        font-size: 20px;
        margin: 0 0 23px;
    }
}

.section-cabinet .content-title span {
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    margin: 11px 0 0;
}

@media (max-width: 767px) {
    .section-cabinet .content-title span {
        margin: 7px 0 0;
    }
}

.section-cabinet .cabinet-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper {
        flex-wrap: wrap;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-nav {
    max-width: 200px;
    width: 100%;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-nav {
        max-width: 100%;
        margin: 0 0 70px;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-nav {
        margin: 0 0 25px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-nav ul li {
    margin: 0 0 34px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-nav ul li {
        margin: 0 0 25px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-nav ul li:nth-last-child(1) {
    margin: 0;
}

.section-cabinet .cabinet-wrapper .cabinet-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-nav ul li a {
        font-size: 18px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-nav ul li a:hover,
.section-cabinet .cabinet-wrapper .cabinet-nav ul li a.active {
    color: #B8309E;
}

.section-cabinet .cabinet-wrapper .cabinet-nav ul li a svg {
    max-width: 18px;
    width: 100%;
    margin: 0 6px 0 0;
}

.section-cabinet .cabinet-wrapper .cabinet-content {
    width: calc(100% - 200px);
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content {
        width: 100%;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .row {
    width: 100%;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .row {
        width: auto;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope {
    border-radius: 30px;
    border: 1px solid #B8309E;
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.01), 0px 46px 46px 0px rgba(0, 0, 0, 0.01), 0px 104px 62px 0px rgba(0, 0, 0, 0.01), 0px 185px 74px 0px rgba(0, 0, 0, 0), 0px 289px 81px 0px rgba(0, 0, 0, 0);
    padding: 26px 25px 20px;
    height: 100%;
}

@media (max-width: 1200px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope {
        margin: 0 0 25px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope {
        padding: 21px 15px 16px;
        border-radius: 20px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 47px;
}

@media (max-width: 1400px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info {
        flex-wrap: initial;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info {
        margin: 0 0 38px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-photo {
    min-width: 104px;
    max-width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 25px 0 0;
}

@media (max-width: 1400px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-photo {
        margin: 0 0 15px;
    }
}

@media (max-width: 1200px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-photo {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-photo {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        margin: 0 20px 0 0;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-text p {
    color: #000;
    font-size: 22px;
    margin: 0 0 13px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-text p {
        font-size: 20px;
        margin: 0 0 8px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-text span {
    font-size: 16px;
    color: #666;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .user-info .user-text span {
        font-size: 14px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper {
    margin: 0 0 24px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper {
        margin: 0 0 19px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper .form-group .form-control {
    min-height: 55px;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 14px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper .form-group .form-control {
        min-height: 44px;
        padding: 5px 10px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper span {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.5px;
    letter-spacing: 0.15px;
    display: block;
    margin: 6px 0 0;
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper .show-password-input {
    top: 27px !important;
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper p {
    margin: 0 0 9px 14px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper p {
        margin: 0 0 7px;
        font-size: 16px;
    }
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .form-group-wrapper .show-password-input {
        top: 22px !important;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .btn {
    min-width: 100%;
    min-height: 55px;
    font-size: 20px;
    margin: 45px 0 0;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .btn {
        min-width: 317px;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope .btn {
        min-width: 100%;
        margin: 27px 0 0;
        min-height: 44px;
        font-size: 18px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .password-title {
    margin: 0 0 49px;
    font-size: 25px;
    color: #000;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .password-title {
        font-size: 20px;
        margin: 0 0 30px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .form-group-wrapper {
    margin: 0 0 36px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .form-group-wrapper {
        margin: 0 0 30px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .form-group-wrapper:nth-last-child(1) {
    margin: 0 0 31px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .btn {
    max-width: 317px;
    min-width: initial;
    width: 100%;
    margin: 0;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .btn {
        min-width: 302px;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.user-profile .user-envelope.change-password .btn {
        min-width: 100%;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 20px 0 0;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper {
        padding: 70px 0 0;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper p {
    font-size: 40px;
    margin: 0 0 22px;
    color: #000;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper p {
        font-size: 23px;
        margin: 0 0 15px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper span {
    font-size: 25px;
    color: #666;
    display: block;
    margin: 0 0 46px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper span {
        margin: 0 0 23px;
        font-size: 18px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper .btn {
    min-width: 228px;
    min-height: 61px;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content .empty-wrapper .btn {
        min-width: 168px;
        min-height: 45px;
        font-size: 18px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 46px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav {
        margin: 0 0 40px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .product-search {
    margin: 0;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .product-search .form-group {
    padding: 12px 43px;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .product-search .form-group {
        position: relative;
        top: auto;
        right: auto;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .product-search .form-group {
        padding: 3px 8px 3px 25px;
        margin: 0 5px 0 0;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown {
    min-width: 237px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown {
        min-width: 120px;
    }
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown .caret {
        height: calc(100% - 2px);
        top: 1px;
        right: 1px;
        background: #fff;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(0);
        border-radius: 7px;
    }
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown .caret svg {
        width: 8px;
        height: 6px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown .dropdown_toggle {
    min-height: 48px;
    padding: 5px 19px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown .dropdown_toggle {
        font-size: 14px;
        min-height: 23px;
        padding: 2px 8px;
        border-radius: 7px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown .dropdown_list li {
    text-align: left;
    justify-content: flex-start;
    padding: 9px 19px;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .favorites-nav .dropdown .dropdown_list li {
        padding: 5px 10px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .row {
    margin: 0 -11px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .row [class*=col-] {
    padding: 0 11px;
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .row [class*=col-] {
        margin: 0 0 47px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-image {
    height: 346px;
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.01), 0px 46px 46px 0px rgba(0, 0, 0, 0.01), 0px 104px 62px 0px rgba(0, 0, 0, 0.01), 0px 185px 74px 0px rgba(0, 0, 0, 0), 0px 289px 81px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-image {
        height: 522px;
    }
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-image {
        height: 289px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-image .labels {
    top: 19px;
    left: 11px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-image .labels .label {
    padding: 3px 16px;
    font-size: 14px;
    min-height: 22px;
    border-radius: 7px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-image .sale {
    top: 19px;
    right: 12px;
    font-size: 14px;
    min-height: 22px;
    padding: 3px 13px;
    border-radius: 7px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-nav {
    display: none;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-title {
    font-size: 16px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-price {
    font-size: 20px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-remove {
    margin: 3px 0 0;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-remove svg path {
    transition: all 0.3s ease;
}

.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-remove:hover svg path,
.section-cabinet .cabinet-wrapper .cabinet-content.favorites .product .product-remove.active svg path {
    fill: #B8309E;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 26px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort {
        margin: 0 -7.5px;
        justify-content: space-between;
        width: 100%;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li {
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li {
        margin: 0 7.5px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li:nth-last-child(1) {
    margin: 0;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li a {
    font-size: 18px;
    color: #666;
    position: relative;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li a {
        font-size: 15px;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li a:after {
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    width: 47px;
    height: 2px;
    border-radius: 21px;
    background: #CE2CB0;
    opacity: 0;
    visibility: hidden;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li a:hover {
    color: #CE2CB0;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li a.active {
    color: #CE2CB0;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .order-sort li a.active:after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .dropdown {
        display: none;
    }
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .dropdown .dropdown_toggle {
    min-width: 175px;
    min-height: 48px;
    padding: 5px 18px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .orders-nav .dropdown .dropdown_list li {
    justify-content: flex-start;
    padding: 10px 18px;
}

.section-cabinet .cabinet-wrapper .cabinet-content.order-content .product-search .dropdown {
    display: none;
}

@media (max-width: 767px) {
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .product-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .product-search .form-group {
        position: relative;
        top: auto;
        right: auto;
    }
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .product-search .dropdown {
        display: inline-flex;
        min-width: 125px;
    }
    .section-cabinet .cabinet-wrapper .cabinet-content.order-content .product-search .dropdown .dropdown_toggle {
        font-size: 14px;
        min-height: 23px;
        padding: 1.5px 8px;
        border-radius: 7px;
    }
}

.section-news {
    padding: 54px 0 74px;
}

.section-news .section-title {
    font-size: 60px;
    text-align: center;
    margin: 0 0 66px;
    font-weight: 400;
    letter-spacing: 4.8px;
}

@media (max-width: 991px) {
    .section-news .section-title {
        font-size: 40px;
        margin: 0 0 37px;
    }
}

@media (max-width: 767px) {
    .section-news .section-title {
        font-size: 24px;
        margin: 0 0 30px;
    }
}

.section-news .section-title span {
    border-radius: 14px;
    background: linear-gradient(109deg, rgba(157, 41, 243, 0.4) 37.02%, rgba(0, 58, 225, 0.4) 159.29%);
    padding: 5px 10px;
    font-weight: 400;
}

.section-news .product-search {
    margin: 0 auto 67px;
    width: 100%;
    max-width: 613px;
}

@media (max-width: 991px) {
    .section-news .product-search {
        margin: 0 auto 55px;
    }
}

@media (max-width: 767px) {
    .section-news .product-search {
        margin: 0 auto 30px;
    }
}

.section-news .product-search .form-group {
    max-width: 100%;
    border-color: #B8309E;
    padding: 21px 43px 21px 59px;
}

@media (max-width: 991px) {
    .section-news .product-search .form-group {
        position: relative;
        top: auto;
        right: auto;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section-news .product-search .form-group button {
        left: 10px;
    }
}

@media (max-width: 991px) {
    .section-news .product-search .form-group button svg {
        width: 21px;
        height: 21px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section-news .product-search .form-group button svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 767px) {
    .section-news .product-search .form-group {
        padding: 10px 26px;
    }
}

.section-news .product-search .form-group input {
    font-size: 20px;
}

@media (max-width: 767px) {
    .section-news .product-search .form-group input {
        font-size: 16px;
    }
}

.section-news .product-search button {
    left: 21px;
}

.section-news .product-search .search-result {
    text-align: center;
}

.section-news .product-search .search-result:not(empty) {
    margin: 35px 0 0;
}

@media (max-width: 767px) {
    .section-news .product-search .search-result:not(empty) {
        margin: 18px 0 0;
    }
}

.section-news [class*=col-] {
    margin: 0 0 93px;
}

@media (max-width: 991px) {
    .section-news [class*=col-] {
        margin: 0 0 54px;
    }
}

.news-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.news-item .news-image {
    height: 305px;
    margin: 0 0 24px;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .news-item .news-image {
        height: 248px;
        margin: 0 0 19px;
        border-radius: 20px;
    }
}

.news-item .news-image picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item .news-image img {
    /*width: 100%;
  object-fit: cover;*/
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.news-item .news-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 6px;
    width: 100%;
}

.news-item .news-tags li {
    margin: 0 5px 5px 0;
    color: #B8309E;
    font-size: 16px;
}

@media (max-width: 767px) {
    .news-item .news-tags li {
        font-size: 14px;
    }
}

.news-item .news-title {
    margin: 0 0 29px;
    color: #000;
    font-size: 24px;
    display: block;
    margin: 0 0 29px;
    width: 100%;
}

@media (max-width: 767px) {
    .news-item .news-title {
        font-size: 20px;
        margin: 0 0 10px;
    }
}

.news-item .news-title:hover {
    color: #B8309E;
}

.news-item .news-content {
    font-size: 18px;
    color: #4d4d4d;
    margin: 0 0 25px;
    width: 100%;
}

@media (max-width: 991px) {
    .news-item .news-content {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .news-item .news-content {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

.news-item .news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto 0 0;
    width: 100%;
}

.news-item .news-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .news-item .news-footer a {
        font-size: 16px;
        color: #B8309E;
    }
}

.news-item .news-footer a:hover {
    color: #B8309E;
}

.news-item .news-footer a svg {
    margin: 0 0 0 9px;
}

.news-item .news-footer span {
    font-size: 16px;
    color: #808080;
}

.section-news-single {
    padding: 33px 0 69px;
}

.section-news-single .news-title {
    font-size: 40px;
    color: #4d4d4d;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 44px;
}

@media (max-width: 991px) {
    .section-news-single .news-title {
        font-size: 30px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 767px) {
    .section-news-single .news-title {
        font-size: 20px;
        margin: 0 auto 20px;
    }
}

.section-news-single .news-title span {
    color: #2B2232;
    border-radius: 14px;
    background: linear-gradient(109deg, rgba(157, 41, 243, 0.4) 37.02%, rgba(0, 58, 225, 0.4) 159.29%);
    padding: 5px 10px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .section-news-single .news-title span {
        padding: 3px 6px;
        border-radius: 7px;
    }
}

.section-news-single .date-cat {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 51px;
}

@media (max-width: 767px) {
    .section-news-single .date-cat {
        margin: 0 0 18px;
    }
}

.section-news-single .date-cat span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #999;
    margin: 0 24px;
}

@media (max-width: 767px) {
    .section-news-single .date-cat span {
        font-size: 14px;
        margin: 0 10px;
    }
}

.section-news-single .date-cat a {
    margin: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #B8309E;
    font-size: 16px;
    line-height: 18.784px;
    position: relative;
}

@media (max-width: 767px) {
    .section-news-single .date-cat a {
        font-size: 14px;
        margin: 0 10px;
    }
}

.section-news-single .date-cat a:before {
    content: "";
    position: absolute;
    right: calc(100% + 24px);
    width: 1px;
    height: 35px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .section-news-single .date-cat a:before {
        right: calc(100% + 10px);
        height: 28px;
    }
}

.section-news-single .date-cat a svg {
    margin: 0 0 0 10px;
    position: relative;
    transition: all 0.3s ease;
    left: 0;
}

.section-news-single .date-cat a:hover svg {
    left: 5px;
}

.section-news-single .news-image {
    height: 487px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 0 47px;
}

@media (max-width: 767px) {
    .section-news-single .news-image {
        height: 209px;
        margin: 0 0 23px;
    }
}

.section-news-single .news-content {
    margin: 0 0 69px;
}

.section-news-single .news-content video,
.section-news-single .news-content iframe {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .section-news-single .news-content {
        margin: 0 0 30px;
    }
}

.section-news-single .share {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-news-single .share p {
    color: #000;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .section-news-single .share p {
        margin: 0 0 12px;
    }
}

.section-news-single .share ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-news-single .share ul li {
    margin: 0 13px;
}

.section-news-single .share ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 1.067px solid #B8309E;
}

@media (max-width: 767px) {
    .section-news-single .share ul li a {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .section-news-single .share ul li a svg {
        height: 90%;
    }
}

.section-news-single .share ul li a svg path {
    transition: all 0.3s ease;
}

.section-news-single .share ul li a:hover {
    background: #B8309E;
}

.section-news-single .share ul li a:hover svg path {
    fill: #fff;
}

.section-order {
    padding: 54px 0 133px;
}

@media (max-width: 991px) {
    .section-order {
        padding: 14px 0 82px;
    }
}

.section-order .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .section-order .container {
        flex-wrap: wrap;
    }
}

.section-order .order-left {
    width: calc(100% - 470px);
    padding: 0 100px 0 0;
}

@media (max-width: 1400px) {
    .section-order .order-left {
        width: calc(100% - 370px);
        padding: 0 30px 0 0;
    }
}

@media (max-width: 991px) {
    .section-order .order-left {
        width: 100%;
        margin: 0 0 55px;
        padding: 0;
    }
}

.section-order .order-left .content-title {
    margin: 0 0 45px;
}

@media (max-width: 991px) {
    .section-order .order-left .content-title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .section-order .order-left .content-title {
        font-size: 25px;
        margin: 0 0 12px;
    }
}

.section-order .order-left .content-title span {
    font-size: 20px;
    margin: 24px 0 0;
    display: block;
    color: #666666;
}

@media (max-width: 991px) {
    .section-order .order-left .content-title span {
        margin: 21px 0 0;
    }
}

@media (max-width: 767px) {
    .section-order .order-left .content-title span {
        font-size: 16px;
        margin: 11px 0 0;
    }
}

.section-order .user-info {
    margin: 0 0 81px;
}

@media (max-width: 767px) {
    .section-order .user-info {
        margin: 0 0 41px;
    }
}

.section-order .user-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px 10px 16px;
    border-radius: 20px;
    border: 1px solid #B8309E;
    min-height: 70px;
    margin: 0 0 31px;
}

@media (max-width: 767px) {
    .section-order .user-item {
        margin: 0 0 20px;
        min-height: 44px;
        padding: 5px 8px;
        border-radius: 12px;
    }
}

.section-order .user-item:nth-last-child(1) {
    margin: 0;
}

.section-order .user-item__left {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.section-order .user-item__icon {
    margin: 0 15px 0 0;
    max-width: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .section-order .user-item__icon {
        margin: 0 10px 0 0;
    }
}

.section-order .user-item__text p {
    color: #000;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-order .user-item__text p {
        font-size: 14px;
    }
}

.section-order .user-item__text span {
    font-size: 14px;
    color: #333333;
}

@media (max-width: 767px) {
    .section-order .user-item__text span {
        font-size: 12px;
        margin: -4px 0 0;
        display: block;
    }
}

.section-order .user-item a {
    color: #B8309E;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-order .user-item a {
        font-size: 16px;
    }
}

.section-order .user-item a:hover {
    text-decoration: underline;
}

.section-order .order-title {
    color: #000;
    font-size: 30px;
    margin: 0 0 14px;
}

@media (max-width: 767px) {
    .section-order .order-title {
        font-size: 25px;
        margin: 0 0 12px;
    }
}

.section-order .user-orders {
    margin: 0 0 56px;
}

@media (max-width: 767px) {
    .section-order .user-orders {
        margin: 0 0 23px;
    }
}

.section-order .user-orders .item-table {
    border-spacing: 0 15px;
}

@media (max-width: 767px) {
    .section-order .user-orders .item-table tbody tr {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    .section-order .user-orders .item-table tbody tr td:nth-child(1) {
        width: 100%;
    }
    .section-order .user-orders .item-table tbody tr td:nth-child(2) {
        width: auto;
    }
    .section-order .user-orders .item-table tbody tr td .cart-product {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .section-order .user-orders .item-table tbody tr td .qty-element {
        width: 130px;
    }
}

.section-order .order-delivery {
    margin: 0 0 55px;
}

@media (max-width: 767px) {
    .section-order .order-delivery {
        margin: 0 0 35px;
    }
}

.section-order .order-delivery .order-title {
    margin: 0 0 24px;
}

@media (max-width: 767px) {
    .section-order .order-delivery .order-title {
        font-size: 20px;
        margin: 0 0 16px;
    }
}

.section-order .checker-item {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    .section-order .checker-item {
        padding: 8px 15px;
    }
    .section-order .checker-item:nth-child(2) .checker-head .check .checkmark {
        margin-top: 15px;
    }
}

.section-order .checker-item.active {
    border-color: #B8309E;
}

.section-order .checker-item.active .checker-head {
    pointer-events: none;
}

@media (max-width: 767px) {
    .section-order .checker-item.active .checker-head .check {
        font-size: 16px;
    }
}

.section-order .checker-item.active .checker-head .check .checkmark:after {
    opacity: 1;
    visibility: visible;
}

.section-order .checker-item .checker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-head {
        flex-wrap: wrap;
    }
}

.section-order .checker-item .checker-head .check {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.section-order .checker-item .checker-head .check label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-order .checker-item .checker-head .check .checkmark {
    border-radius: 3px;
    border: 0.4px solid #000;
    position: relative;
    width: 19px;
    height: 21px;
    margin: 0 10px 0 0;
    color: #000;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-head .check .checkmark {
        min-width: 17px;
        max-width: 17px;
        height: 17px;
        margin: 0px 5px 0 0;
    }
}

.section-order .checker-item .checker-head .check .checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/sidebar-check.svg") center no-repeat;
    width: 15px;
    height: 11px;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-head .check .checkmark:after {
        width: 10px;
        height: 7px;
        background-size: contain;
    }
}

.section-order .checker-item .checker-head span {
    font-size: 16px;
    color: #333;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-head span {
        padding: 0 0 0 23px;
        font-size: 14px;
        margin: -7px 0 0;
    }
}

.section-order .checker-item .checker-body {
    padding: 29px 0px 15px 22px;
    display: none;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-body {
        padding: 24px 0 18px;
    }
}

.section-order .checker-item .checker-body .dropdown {
    margin: 0 0 21px;
}

.section-order .checker-item .checker-body .dropdown .dropdown_toggle {
    min-height: 55px;
    padding: 5px 9px;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-body .dropdown .dropdown_toggle {
        min-height: 44px;
    }
}

.section-order .checker-item .checker-body .dropdown .dropdown_toggle p {
    color: #B8309E;
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-body .dropdown .dropdown_toggle p {
        font-size: 12px;
    }
}

.section-order .checker-item .checker-body .dropdown .dropdown_list li {
    justify-content: flex-start;
    padding: 10px 9px;
}

.section-order .checker-item .checker-body ul li {
    color: #4d4d4d;
    font-size: 16px;
}

@media (max-width: 767px) {
    .section-order .checker-item .checker-body ul li {
        font-size: 14px;
    }
}

.section-order .order-payment {
    margin: 0 0 55px;
}

@media (max-width: 767px) {
    .section-order .order-payment {
        margin: 0 0 35px;
    }
}

.section-order .order-payment .checker-item {
    position: relative;
}

.section-order .order-payment .checker-item .checker-head {
    padding: 0 0 0 30px;
}

.section-order .order-payment .checker-item .checker-head .checkmark {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .section-order .order-payment .checker-item .checker-head .checkmark {
        top: 10px;
        transform: translateY(0);
        margin: 0 !important;
    }
}

.section-order .order-payment .checker-item .checker-body {
    padding: 9px 0 0 30px;
    font-size: 14px;
    color: #333;
}

.section-order .order-reciever .order-title {
    margin: 0 0 28px;
}

.section-order .order-right {
    max-width: 470px;
    position: sticky;
    top: 15px;
}

@media (max-width: 1400px) {
    .section-order .order-right {
        max-width: 370px;
    }
}

@media (max-width: 991px) {
    .section-order .order-right {
        max-width: 100%;
        width: 100%;
    }
}

.section-order .order-right .order-total {
    padding: 51px 28px;
    border-radius: 30px;
    border: 1px solid #B8309E;
}

@media (max-width: 991px) {
    .section-order .order-right .order-total {
        padding: 51px 50px;
    }
}

@media (max-width: 767px) {
    .section-order .order-right .order-total {
        padding: 41px 19px 27px;
    }
}

.section-order .order-right .order-total .title {
    margin: 0 0 48px;
    color: #000;
    font-size: 30px;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .title {
        font-size: 24px;
        margin: 0 0 38px;
    }
}

.section-order .order-right .order-total .order {
    position: relative;
    padding: 0 0 43px;
    margin: 0 0 42px;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .order {
        padding: 0 0 44px;
        margin: 0 0 34px;
    }
}

.section-order .order-right .order-total .order:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 25px;
    background: #B8309E;
}

.section-order .order-right .order-total .order li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 43px;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .order li {
        margin: 0 0 28px;
    }
}

.section-order .order-right .order-total .order li:nth-last-child(1) {
    margin: 0;
}

.section-order .order-right .order-total .order li p {
    font-size: 18px;
    color: #666;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .order li p {
        font-size: 14px;
    }
}

.section-order .order-right .order-total .order li span {
    font-size: 18px;
    color: #000;
    text-align: right;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .order li span {
        font-size: 14px;
    }
}

.section-order .order-right .order-total .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 62px;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .total {
        margin: 0 0 46px;
    }
}

.section-order .order-right .order-total .total p {
    color: #000;
    font-size: 18px;
}

.section-order .order-right .order-total .total span {
    font-size: 24px;
    color: #000;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .total span {
        font-size: 20px;
    }
}

.section-order .order-right .order-total .btn {
    min-width: 100%;
    min-height: 64px;
    font-size: 20px;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .section-order .order-right .order-total .btn {
        min-height: 52px;
        font-size: 18px;
    }
}

.section-order .order-right .order-total .add-info p,
.section-order .order-right .order-total .add-info li {
    font-size: 14px;
    color: #808080;
}

.section-order .order-right .order-total .add-info ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.section-order .order-right .order-total .add-info ul .tooltip-text {
    cursor: pointer;
    margin: 3px 0 0;
    position: relative;
    top: 3px;
}

.orders .order {
    padding: 16px 58px 16px 18px;
    border-radius: 25px;
    border: 1px solid #B8309E;
    margin: 0 0 27px;
}

@media (max-width: 991px) {
    .orders .order {
        padding: 22px 48px 28px;
    }
}

@media (max-width: 767px) {
    .orders .order {
        padding: 18px 18px 19px;
    }
}

.orders .order.active .order-head:after {
    transform: translateY(-50%) rotate(-180deg);
}

.orders .order .order-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

@media (max-width: 991px) {
    .orders .order .order-head {
        flex-wrap: wrap;
    }
}

.orders .order .order-head:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    transition: all 0.3s ease;
    height: 10px;
    background: url("../img/order-chevron.svg") center no-repeat;
}

@media (max-width: 991px) {
    .orders .order .order-head:after {
        right: -15px;
        top: 220px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-head:after {
        right: -10px;
        top: 175px;
        width: 15px;
        height: 8px;
        background-size: contain;
    }
}

.orders .order .order-head .order-product {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .orders .order .order-head .order-product {
        width: 100%;
        margin: 0 0 31px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-head .order-product {
        margin: 0 0 21px;
    }
}

.orders .order .order-head .order-product__img {
    min-width: 74px;
    max-width: 74px;
    height: 80px;
    padding: 6px 10px;
    border-radius: 12px;
    background: #F2F1EF;
    box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.02), 0px 73px 73px 0px rgba(0, 0, 0, 0.02), 0px 165px 99px 0px rgba(0, 0, 0, 0.01), 0px 293px 117px 0px rgba(0, 0, 0, 0), 0px 458px 128px 0px rgba(0, 0, 0, 0);
    margin: 0 13px 0 0;
}

@media (max-width: 767px) {
    .orders .order .order-head .order-product__img {
        min-width: 60px;
        max-width: 60px;
        height: 65px;
        padding: 4px 9px;
    }
}

.orders .order .order-head .order-product__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.orders .order .order-head .order-product__text p {
    font-size: 16px;
    color: #808080;
    margin: 0 0 9px;
}

@media (max-width: 767px) {
    .orders .order .order-head .order-product__text p {
        font-size: 14px;
        margin: 0 0 5px;
    }
}

.orders .order .order-head .order-product__text span {
    color: #000;
    font-size: 16px;
}

.orders .order .order-head .order-price {
    text-align: center;
}

@media (max-width: 991px) {
    .orders .order .order-head .order-price {
        width: 100%;
        text-align: left;
        margin: 0 0 28px;
    }
}

.orders .order .order-head .order-price p {
    font-size: 16px;
    color: #808080;
    margin: 0 0 9px;
    margin: 0 0 19px;
}

@media (max-width: 991px) {
    .orders .order .order-head .order-price p {
        margin: 0 0 16px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-head .order-price p {
        margin: 0 0 9px;
    }
}

.orders .order .order-head .order-price span {
    color: #000;
    font-size: 18px;
    letter-spacing: 1.8px;
}

.orders .order .order-head .order-status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    color: #000;
    font-size: 18px;
    position: relative;
    padding: 0 27px 0 0;
}

@media (max-width: 991px) {
    .orders .order .order-head .order-status {
        width: 100%;
        padding: 0 108px 0 0;
        justify-content: flex-start;
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .orders .order .order-head .order-status {
        justify-content: flex-start;
        padding: 0 23px 0 0;
    }
}

.orders .order .order-head .order-status .status {
    width: 7px;
    height: 46px;
    border-radius: 47px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .orders .order .order-head .order-status .status {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-head .order-status .status {
        right: 21px;
        height: 25px;
        width: 4px;
    }
}

.orders .order .order-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 42px 0 10px;
    display: none;
}

@media (max-width: 991px) {
    .orders .order .order-body {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .orders .order .order-body {
        padding: 50px 0 0;
    }
}

.orders .order .order-body[style*="display: block"] {
    display: flex !important;
}

.orders .order .order-body__left {
    max-width: 510px;
    width: 100%;
}

@media (max-width: 1400px) {
    .orders .order .order-body__left {
        max-width: 350px;
        padding: 0 15px 0 0;
    }
}

@media (max-width: 991px) {
    .orders .order .order-body__left {
        max-width: 100%;
    }
}

.orders .order .order-body__info {
    margin: 0 0 38px;
}

@media (max-width: 991px) {
    .orders .order .order-body__info {
        margin: 0 0 31px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-body__info {
        margin: 0 0 27px;
    }
}

.orders .order .order-body__info span {
    font-size: 16px;
    color: #808080;
    margin: 0 0 8px;
    display: block;
}

@media (max-width: 767px) {
    .orders .order .order-body__info span {
        margin: 0 0 3px;
    }
}

.orders .order .order-body__info a {
    color: #CE2CB0;
    font-size: 16px;
}

.orders .order .order-body__info a:Hover {
    text-decoration: underline;
}

.orders .order .order-body__info.delivery {
    margin: 0 0 26px;
}

@media (max-width: 991px) {
    .orders .order .order-body__info.delivery {
        margin: 0 0 37px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-body__info.delivery {
        margin: 0 0 15px;
    }
}

.orders .order .order-body__info.delivery p {
    color: #000;
    font-size: 16px;
    margin: 0 0 8px;
}

@media (max-width: 767px) {
    .orders .order .order-body__info.delivery p {
        margin: 0 0 3px;
    }
}

.orders .order .order-body__info.delivery span {
    color: #003AE1;
    font-size: 16px;
}

.orders .order .order-body__info.user p {
    color: #000;
    font-size: 18px;
    margin: 0 0 8px;
}

.orders .order .order-body__info.user a {
    display: table;
    margin: 0 0 8px;
}

.orders .order .order-body__info.user a:nth-last-child(1) {
    margin: 0;
}

.orders .order .order-body__right {
    width: calc(100% - 510px);
}

@media (max-width: 1400px) {
    .orders .order .order-body__right {
        width: calc(100% - 350px);
    }
}

@media (max-width: 991px) {
    .orders .order .order-body__right {
        width: 100%;
    }
}

.orders .order .order-body__right ul {
    margin: 0 0 8px;
}

.orders .order .order-body__right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 42px;
}

@media (max-width: 767px) {
    .orders .order .order-body__right ul li {
        margin: 0 0 38px;
        align-items: flex-start;
    }
}

.orders .order .order-body__right ul li p {
    color: #000;
    font-size: 16px;
}

@media (max-width: 767px) {
    .orders .order .order-body__right ul li p {
        font-size: 14px;
    }
}

.orders .order .order-body__right ul li span {
    color: #CE2CB0;
    font-size: 18px;
    text-align: right;
}

@media (max-width: 767px) {
    .orders .order .order-body__right ul li span {
        font-size: 14px;
    }
}

.orders .order .order-body .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 430px;
    float: right;
    width: 100%;
}

@media (max-width: 991px) {
    .orders .order .order-body .buttons {
        max-width: 100%;
        flex-direction: column;
    }
}

.orders .order .order-body .buttons .btn {
    min-height: 50px;
    font-size: 18px;
    width: 100%;
    margin: 0 5px;
}

@media (max-width: 1200px) {
    .orders .order .order-body .buttons .btn {
        padding: 5px 10px;
    }
}

@media (max-width: 991px) {
    .orders .order .order-body .buttons .btn {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .orders .order .order-body .buttons .btn {
        min-height: 40px;
    }
}

.orders .order .order-body .buttons .btn.btn-grey {
    min-width: auto;
    max-width: 196px;
}

@media (max-width: 1200px) {
    .orders .order .order-body .buttons .btn.btn-grey {
        max-width: 50%;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .orders .order .order-body .buttons .btn.btn-grey {
        max-width: 100%;
        font-size: 18px;
        order: 2;
    }
}

.orders .order .order-body .buttons .btn.btn-gradient {
    min-width: auto;
    max-width: 213px;
}

@media (max-width: 1200px) {
    .orders .order .order-body .buttons .btn.btn-gradient {
        max-width: 50%;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .orders .order .order-body .buttons .btn.btn-gradient {
        max-width: 100%;
        font-size: 18px;
        order: 1;
        margin: 0 0 19px;
    }
}

@media (max-width: 767px) {
    .orders .order .order-body .buttons .btn.btn-gradient {
        margin: 0 0 15px;
    }
}

.orders .order.canceled .order-status .status {
    background: #D2D2D2;
}

.orders .order.accepted .order-status .status {
    background: #02CC5A;
}

.section-register {
    padding: 76px 0;
    min-height: 1178px;
}

@media (max-width: 767px) {
    .section-register {
        padding: 15px 0 52px;
        min-height: 100%;
    }
}

.section-register .registration-wrapper {
    padding: 70px 45px 123px;
    border-radius: 30px;
    border: 1px solid #B8309E;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1076px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper {
        padding: 70px 25px;
        min-height: 645px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper {
        padding: 0;
        border: none;
        flex-wrap: wrap;
    }
}

.section-register .registration-wrapper .registration-right,
.section-register .registration-wrapper .registration-left {
    max-width: 440px;
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-right,
    .section-register .registration-wrapper .registration-left {
        padding: 20px 13px;
        border-radius: 20px;
        border: 1px solid #B8309E;
        width: 100%;
        max-width: 100%;
    }
}

.section-register .registration-wrapper .register-title {
    margin: 0 0 38px;
    color: #000;
    font-size: 40px;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper .register-title {
        font-size: 30px;
        margin: 0 0 50px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .register-title {
        font-size: 20px;
        margin: 0 0 19px;
    }
}

.section-register .registration-wrapper .form-group-wrapper {
    margin: 0 0 38px;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper .form-group-wrapper .form-control {
        padding: 5px 10px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section-register .registration-wrapper .form-group-wrapper .form-control {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .form-group-wrapper {
        margin: 0 0 23px;
    }
}

.section-register .registration-wrapper .registration-left {
    position: relative;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper .registration-left {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-left {
        padding-right: 13px;
    }
}

.section-register .registration-wrapper .registration-left:after {
    content: "";
    position: absolute;
    left: calc(100% + 44px);
    top: 0;
    width: 3px;
    height: 100%;
    background: #D9D9D9;
}

@media (max-width: 1200px) {
    .section-register .registration-wrapper .registration-left:after {
        left: 100%;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-left:after {
        content: none;
    }
}

.section-register .registration-wrapper .registration-left .form-group-wrapper:nth-child(2) {
    margin: 0 0 18px;
}

.section-register .registration-wrapper .registration-left .checker {
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-left .checker {
        margin: 0 0 18px;
    }
}

.section-register .registration-wrapper .registration-left .checker .checkmark {
    border-color: #B8309E;
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-left .checker .checkmark {
        border-radius: 6px;
        width: 20px;
        height: 20px;
    }
}

.section-register .registration-wrapper .registration-left .btn {
    min-width: 170px;
    min-height: 55px;
    font-size: 20px;
    margin: 0 0 30px;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper .registration-left .btn {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-left .btn {
        min-width: 142px;
        min-height: 46px;
        font-size: 18px;
        border-radius: 11px;
        margin: 0 0 18px;
    }
}

.section-register .registration-wrapper .registration-left .forgot {
    font-size: 16px;
    color: #666666;
}

.section-register .registration-wrapper .registration-left .forgot:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper .registration-right {
        padding-left: 23px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-right {
        padding-left: 13px;
    }
}

.section-register .registration-wrapper .registration-right .form-group-wrapper {
    margin: 0 0 18px;
}

.section-register .registration-wrapper .registration-right .add-info {
    font-size: 16px;
    color: #666666;
    margin: 0 0 18px;
    display: block;
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-right .add-info {
        font-size: 14px;
        margin: 0 0 21px;
    }
}

.section-register .registration-wrapper .registration-right .btn {
    min-width: 188px;
    min-height: 55px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .section-register .registration-wrapper .registration-right .btn {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section-register .registration-wrapper .registration-right .btn {
        min-width: 142px;
        min-height: 46px;
        font-size: 18px;
        border-radius: 11px;
    }
}

.modal .modal-dialog {
    max-width: 920px;
}

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 30px;
}

.modal .modal-dialog .close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    padding: 0;
    z-index: 3;
}

@media (max-width: 767px) {
    .modal .modal-dialog .close-modal {
        top: 14px;
        right: 16px;
    }
}

.modal .modal-dialog .modal-body {
    padding: 35px;
    background: #fff;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-body {
        border-radius: 20px;
    }
}

.modal .modal-dialog .modal-body .modal-title {
    margin: 0 0 2px;
    color: #B8309E;
    font-size: 35px;
    line-height: 42.7px;
    text-align: center;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-body .modal-title {
        font-size: 20px;
        margin: 0 0 9px;
        line-height: 24px;
    }
}

.modal .modal-dialog .modal-body .modal-subtitle {
    margin: 0 0 28px;
    color: #6F6F6F;
    font-size: 18px;
    line-height: 28.08px;
    text-align: center;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-body .modal-subtitle {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 14px;
    }
}

.modal .modal-dialog .modal-body .btn {
    min-width: 100%;
    min-height: 58px;
    font-size: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    background: linear-gradient(91deg, #8B3DC5 0%, #0057B8 97.83%);
    border-radius: 15px;
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-body .btn {
        min-height: 35px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .modal.question-modal .modal-dialog {
        max-width: 735px;
    }
}

.modal.question-modal .modal-body {
    padding: 35px 125px;
}

@media (max-width: 991px) {
    .modal.question-modal .modal-body {
        padding: 35px 100px;
    }
}

@media (max-width: 767px) {
    .modal.question-modal .modal-body {
        padding: 28px 15px 24px;
    }
    .modal.question-modal .modal-body .form-group-wrapper {
        margin: 0 0 14px;
    }
    .modal.question-modal .modal-body .form-group-wrapper .form-group .form-control {
        min-height: 37px;
        font-size: 16px;
        padding: 5px 14px;
    }
    .modal.question-modal .modal-body .form-group-wrapper .form-group textarea.form-control {
        min-height: 247px;
        padding: 11px 13px;
    }
}

.modal.thnx-modal .modal-dialog {
    max-width: 544px;
}

@media (max-width: 767px) {
    .modal.thnx-modal .modal-dialog {
        padding: 0 18px;
        margin: 0 auto;
    }
}

.modal.thnx-modal .modal-body {
    padding: 32px 32px 39px;
}

@media (max-width: 767px) {
    .modal.thnx-modal .modal-body {
        padding: 16px 17px 15px;
        border-radius: 20px;
    }
}

.modal.thnx-modal .modal-body .modal-title {
    margin: 0 0 17px;
}

@media (max-width: 767px) {
    .modal.thnx-modal .modal-body .modal-title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 6px;
    }
}

.modal.thnx-modal .modal-body .modal-subtitle {
    margin: 0 0 26px;
}

@media (max-width: 767px) {
    .modal.thnx-modal .modal-body .modal-subtitle {
        margin: 0 0 9px;
        font-size: 15px;
    }
}

.modal.thnx-modal .modal-body .btn {
    min-height: 48px;
    background: linear-gradient(91deg, #8B3DC5 0%, #0057B8 97.83%);
    border-radius: 15px;
}

@media (max-width: 767px) {
    .modal.thnx-modal .modal-body .btn {
        min-height: 27px;
        border-radius: 8px;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.hero-about-us .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 21px;
}

@media (max-width: 767px) {
    .hero-about-us .container {
        gap: 0;
    }
}

.hero-about-us .container .text {
    width: 53%;
    max-width: 718px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .hero-about-us .container .text {
        width: 100%;
        max-width: 100%;
        margin: 0 0 67px;
    }
}

@media (max-width: 767px) {
    .hero-about-us .container .text {
        margin: 0 0 21px;
    }
}

.hero-about-us .container .text img {
    margin-left: auto;
    margin-right: 60px;
    margin-bottom: -90px;
    margin-top: -34px;
}

@media (max-width: 991px) {
    .hero-about-us .container .text img {
        position: absolute;
        margin: 0;
        left: 67px;
        top: 203px;
    }
}

@media (max-width: 767px) {
    .hero-about-us .container .text img {
        width: 61px;
        height: 61px;
        left: auto;
        right: 20px;
        top: 86px;
    }
}

.hero-about-us .container .text .title {
    font-size: 70px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.6px;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .hero-about-us .container .text .title {
        font-size: 50px;
        padding: 0 0 0 70px;
        margin: 0 0 26px;
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .hero-about-us .container .text .title {
        padding: 0;
        font-size: 25px;
        margin: 0 0 26px;
        letter-spacing: 1px;
        text-align: center;
    }
}

.hero-about-us .container .text .title:last-child {
    margin-bottom: 0;
}

.hero-about-us .container .text .title:nth-child(3) {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .hero-about-us .container .text .title:nth-child(3) {
        margin-left: 130px;
    }
}

@media (max-width: 767px) {
    .hero-about-us .container .text .title:nth-child(3) {
        margin-left: 0;
        text-align: left;
    }
}

.hero-about-us .container .text .title:nth-child(4) {
    margin-left: 70px;
}

@media (max-width: 991px) {
    .hero-about-us .container .text .title:nth-child(4) {
        margin: -30px 0 0 320px;
    }
}

@media (max-width: 767px) {
    .hero-about-us .container .text .title:nth-child(4) {
        margin: -15px 0 0;
    }
}

.hero-about-us .container .text .title span {
    border-radius: 14px;
    background: linear-gradient(109deg, rgba(157, 41, 243, 0.4) 37.02%, rgba(0, 58, 225, 0.4) 159.29%);
    padding: 0px 10px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .hero-about-us .container .text .title span {
        border-radius: 7px;
    }
}

.hero-about-us .container .text .title small {
    font-size: 60px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .hero-about-us .container .text .title small {
        font-size: 25px;
    }
}

.hero-about-us .container .main-img {
    width: calc(47% - 21px);
    height: auto;
    min-height: 573px;
    border-radius: 30px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero-about-us .container .main-img {
        width: 100%;
        border-radius: 20px;
        height: 288px;
        min-height: auto;
        margin: 0 0 13px;
    }
}

@media (max-width: 767px) {
    .hero-about-us .container .main-img {
        height: 211px;
        margin: 0 0 8px;
    }
}

.about-us-info {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .about-us-info {
        padding: 0;
    }
}

.about-us-info .container {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: center;
}

@media (max-width: 767px) {
    .about-us-info .container {
        gap: 22px;
    }
}

.about-us-info .container .cards {
    width: 54%;
    max-width: 739px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 991px) {
    .about-us-info .container .cards {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-us-info .container .cards {
        gap: 16px;
    }
}

.about-us-info .container .cards a {
    width: calc(50% - 12px);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 306px;
    display: block;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.03), 0px 24px 24px 0px rgba(0, 0, 0, 0.03), 0px 54px 33px 0px rgba(0, 0, 0, 0.02), 0px 96px 39px 0px rgba(0, 0, 0, 0), 0px 151px 42px 0px rgba(0, 0, 0, 0);
    padding: 32px 29px 29px;
}

@media (max-width: 991px) {
    .about-us-info .container .cards a {
        min-height: 324px;
        padding: 25px 21px;
    }
}

@media (max-width: 767px) {
    .about-us-info .container .cards a {
        border-radius: 20px;
        padding: 17px 9px;
        min-height: 212px;
        height: auto;
    }
}

.about-us-info .container .cards a .service-title {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    flex-direction: column;
}

@media (max-width: 767px) {
    .about-us-info .container .cards a .service-title {
        font-size: 10px;
    }
}

.about-us-info .container .cards a .service-title small {
    font-size: 34px;
}

@media (max-width: 991px) {
    .about-us-info .container .cards a .service-title small {
        font-size: 30px;
        position: absolute;
        bottom: 21px;
        left: 21px;
    }
}

@media (max-width: 767px) {
    .about-us-info .container .cards a .service-title small {
        font-size: 18px;
        left: 10px;
        bottom: 16px;
    }
}

@media (max-width: 991px) {
    .about-us-info .container .cards a {
        border-radius: 20px;
    }
}

.about-us-info .container .cards a .service-link {
    position: absolute;
    right: 23px;
    top: 22px;
}

@media (max-width: 991px) {
    .about-us-info .container .cards a .service-link {
        top: 19px;
        right: 25px;
    }
    .about-us-info .container .cards a .service-link svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .about-us-info .container .cards a .service-link svg {
        width: 17px;
        height: 17px;
    }
}

@media (max-width: 767px) {
    .about-us-info .container .cards a .service-link {
        top: 16px;
        right: 10px;
    }
}

.about-us-info .container .cards a.purple {
    background: linear-gradient(137deg, #8b3dc5 4.19%, #0057b8 265.3%);
}

.about-us-info .container .cards a.pink {
    background: linear-gradient(145deg, #000 -10.39%, #b8309e 95.81%);
}

.about-us-info .container .info {
    width: calc(46% - 36px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .about-us-info .container .info {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

.about-us-info .container .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .about-us-info .container .info ul {
        gap: 0;
        margin: 0 -10px;
    }
}

.about-us-info .container .info ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33% - 12px);
}

@media (max-width: 767px) {
    .about-us-info .container .info ul li {
        width: 33.3333333333%;
        padding: 0 10px;
    }
}

.about-us-info .container .info ul li p {
    text-align: center;
}

@media (max-width: 767px) {
    .about-us-info .container .info ul li p {
        font-size: 14px;
    }
}

.about-us-info .container .info ul li p.number {
    color: #b8309e;
    font-size: 50px;
}

@media (max-width: 767px) {
    .about-us-info .container .info ul li p.number {
        font-size: 25px;
    }
}

.about-us-info .container .info a {
    margin-top: 41px;
}

@media (max-width: 991px) {
    .about-us-info .container .info a {
        min-width: 303px;
        font-size: 20px;
        min-height: 61px;
    }
}

@media (max-width: 767px) {
    .about-us-info .container .info a {
        margin: 25px 0 0;
        min-width: 100%;
        min-height: 42px;
        font-size: 18px;
        border-radius: 11px;
    }
}

.partners {
    padding: 40px 0 50px;
}

@media (max-width: 767px) {
    .partners {
        padding-bottom: 0;
    }
}

.partners .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners .container p {
    text-align: center;
}

.partners .container p.subtitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .partners .container p.subtitle {
        font-size: 16px;
        margin: 0 0 9px;
    }
}

.partners .container p.title {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .partners .container p.title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .partners .container p.title {
        font-size: 25px;
        margin: 0 0 36px;
    }
}

.partners .container p.title span {
    border-radius: 14px;
    padding: 0px 10px;
    font-weight: 400;
    background: linear-gradient(109deg, rgba(157, 41, 243, 0.4) 37.02%, rgba(0, 58, 225, 0.4) 159.29%);
}

@media (max-width: 767px) {
    .partners .container p.title span {
        border-radius: 7px;
    }
}

.partners .container .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    width: 100%;
}

@media (max-width: 991px) {
    .partners .container .wrapper {
        gap: 15px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .partners .container .wrapper {
        gap: 0;
    }
}

.partners .container .wrapper .item {
    width: calc(25% - 22px);
    padding: 15px 60px;
    border-radius: 30px;
    border: 1px solid #b8309e;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .partners .container .wrapper .item {
        border-radius: 20px;
        width: calc(33.333333% - 10.5px);
    }
}

@media (max-width: 767px) {
    .partners .container .wrapper .item {
        width: 100%;
        margin: 0 0 28px;
    }
}

.partners .container .wrapper .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 55px;
}

@media (max-width: 991px) {
    .partners .container .wrapper .item img {
        max-height: 40px;
    }
}

.info-with-image {
    padding: 50px 0 0;
}

@media (max-width: 767px) {
    .info-with-image {
        padding: 27px 0 0;
    }
}

.info-with-image.blue {
    padding-bottom: 280px;
}

@media (max-width: 767px) {
    .info-with-image.blue {
        padding-bottom: 29px;
    }
}

.info-with-image .container .wrapper {
    position: relative;
    width: 100%;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper {
        border-radius: 20px;
    }
}

.info-with-image .container .wrapper .label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 55px;
    color: #fff;
    width: 100%;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper .label {
        margin: 0 0 31px;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper .label {
        margin: 0 0 13px;
        font-size: 10px;
    }
}

.info-with-image .container .wrapper .info-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 40px;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper .info-wrapper {
        column-gap: 15px;
    }
}

.info-with-image .container .wrapper .info-wrapper .title p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 312px;
    color: #fff;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper .info-wrapper .title p {
        width: 246px;
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper .info-wrapper .title p {
        font-size: 20px;
        width: 100%;
        margin: 0 0 10px;
    }
}

.info-with-image .container .wrapper .info-wrapper .item {
    width: calc(100% - 352px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper .info-wrapper .item {
        width: calc(100% - 271px);
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper .info-wrapper .item {
        width: 100%;
    }
}

.info-with-image .container .wrapper .info-wrapper .item .text {
    font-size: 20px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper .info-wrapper .item .text {
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.8);
    }
}

.info-with-image .container .wrapper .info-wrapper a {
    margin-top: 20px;
    min-width: 189px;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper .info-wrapper a {
        min-width: 141px;
        min-height: 29px;
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 141px;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper .info-wrapper a {
        margin: 30px auto 0;
    }
}

.info-with-image .container .wrapper.purple {
    background: #7938a9;
    max-width: 900px;
    min-height: 818px;
    margin-left: auto;
    padding: 46px 70px 46px 30px;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper.purple {
        max-width: 672px;
        padding: 35px 22px 44px;
        min-height: 670px;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.purple {
        max-width: 100%;
        padding: 12px 13px 28px;
    }
}

.info-with-image .container .wrapper.purple .info-wrapper .title {
    padding-bottom: 510px;
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.purple .info-wrapper .title {
        padding-bottom: 0;
    }
}

.info-with-image .container .wrapper.purple .info-wrapper .title p span {
    color: #7a9dff;
}

.info-with-image .container .wrapper.purple .info-wrapper img {
    max-height: 510px;
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    bottom: 39px;
    max-width: 85%;
    right: calc(100% - 352px);
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper.purple .info-wrapper img {
        right: calc(100% - 246px);
        max-height: 315px;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.purple .info-wrapper img {
        position: static;
        border-radius: 20px;
        margin: 0 0 11px;
        min-width: 636px;
        height: 163px;
    }
}

.info-with-image .container .wrapper.blue {
    background: #022ead;
    max-width: 1164px;
    min-height: 568px;
    margin-right: auto;
    padding: 52px 64px 196px 30px;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper.blue {
        max-width: 628px;
        min-height: 455px;
        padding: 30px 15px 53px;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.blue {
        padding: 20px 18px;
    }
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper.blue .item {
        margin: -55px 0 0;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.blue .item {
        margin: 0;
    }
}

.info-with-image .container .wrapper.blue .item a {
    display: none;
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.blue .item a {
        display: block;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.blue .info-wrapper .title a {
        display: none;
    }
}

.info-with-image .container .wrapper.blue .info-wrapper .title p span {
    color: #d9a7ff;
}

.info-with-image .container .wrapper.blue .info-wrapper img {
    max-height: 424px;
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    left: 43%;
    width: auto;
    max-width: 883px;
    bottom: -230px;
}

@media (max-width: 991px) {
    .info-with-image .container .wrapper.blue .info-wrapper img {
        max-height: 305px;
        max-width: 664px;
        left: 27%;
    }
}

@media (max-width: 767px) {
    .info-with-image .container .wrapper.blue .info-wrapper img {
        position: static;
        border-radius: 20px;
        margin: 0 0 11px;
        min-width: 636px;
        height: 163px;
    }
}

.section-cta {
    background: url("../img/cta-bg.svg") center no-repeat;
    background-size: cover;
}

.section-cta .container {
    min-height: 437px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 767px) {
    .section-cta .container {
        min-height: 282px;
    }
}

.section-cta .section-title {
    font-size: 40px;
    text-align: center;
    margin: 0 0 45px;
    font-weight: 400;
    letter-spacing: -0.2px;
    max-width: 400px;
}

@media (max-width: 767px) {
    .section-cta .section-title {
        font-size: 25px;
        margin: 0 0 31px;
    }
}

.section-cta .section-title span {
    border-radius: 14px;
    background: linear-gradient(109deg, rgba(157, 41, 243, 0.4) 37.02%, rgba(0, 58, 225, 0.4) 159.29%);
    padding: 0px 10px 5px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .section-cta .section-title span {
        border-radius: 7px;
    }
}

.section-cta .btn {
    font-size: 24px;
    min-width: 215px;
    min-height: 55px;
}

@media (max-width: 767px) {
    .section-cta .btn {
        border-radius: 11px;
        min-height: 43px;
        min-width: 176px;
        font-size: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.search-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 22, 39, 0.6);
    backdrop-filter: blur(2px);
    z-index: 999;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.search-modal.visible {
    opacity: 1;
    visibility: visible;
}

.search-modal .search-modal-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 826px;
    width: 100%;
    padding: 0 30px;
}

.search-modal .search-modal-wrapper .search-close {
    position: absolute;
    top: -40px;
    right: 18px;
}

@media (max-width: 991px) {
    .search-modal .search-modal-wrapper .search-close {
        right: 48px;
    }
    .search-modal .search-modal-wrapper {
        transform: translateX(-50%);
        padding: 0 15px;
        top: 112px;
    }
}

.search-modal .search-modal-wrapper .form-group-wrapper {
    margin: 0;
}

.search-modal .search-modal-wrapper .form-group-wrapper .form-group {
    position: relative;
    border-radius: 30px;
    border: 2px solid #B8309E;
    background: #FFF;
}

.search-modal .search-modal-wrapper .form-group-wrapper .form-group .form-control {
    border: none;
    border-radius: 30px;
    padding: 5px 100px 5px 37px;
    min-height: 95px;
}

.search-modal .search-modal-wrapper .form-group-wrapper .form-group button {
    padding: 0;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .search-modal .search-modal-wrapper .form-group-wrapper .form-group button svg {
        width: 17px;
        height: 17px;
        display: block;
    }
}

@media (max-width: 767px) {
    .search-modal .search-modal-wrapper .form-group-wrapper .form-group button svg {
        width: 17px;
        height: 17px;
        display: block;
    }
    .search-modal .search-modal-wrapper .form-group-wrapper .form-group button {
        right: 16px;
    }
    .search-modal .search-modal-wrapper .form-group-wrapper .form-group .form-control,
    .search-modal .search-modal-wrapper .form-group-wrapper .form-group {
        border-radius: 15px;
    }
    .search-modal .search-modal-wrapper .search-close {
        right: 25px;
        top: -30px;
    }
    .search-modal .search-modal-wrapper .search-close svg {
        width: 10px;
        height: 10px;
    }
    .search-modal .search-modal-wrapper .form-group-wrapper .form-group .form-control {
        padding: 5px 100px 5px 11px;
        font-size: 18px;
        min-height: 49px;
    }
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical {
    box-sizing: border-box;
    display: inline-block;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
    position: relative;
    cursor: pointer;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    line-height: 1;
    font-size: 16px;
    color: #333;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    padding: 13px;
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1), 0 37px 37px 0 rgba(0, 0, 0, 0.09), 0 84px 51px 0 rgba(0, 0, 0, 0.05), 0 150px 60px 0 rgba(0, 0, 0, 0.01), 0 234px 65px 0 rgba(0, 0, 0, 0);
    background: #fff;
    border: 1px solid #b8309e;
    border-radius: 11px;
    z-index: 4;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
    position: relative;
    padding: 5px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    font-weight: 400;
    display: flex;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical a {
    white-space: nowrap;
    color: #808080;
    font-size: 16px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical a:hover {
    color: #B8309E;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper span.wmc-current-currency span {
    padding: 0 5px;
}

.woocommerce-multi-currency.wmc-shortcode .wmc-currency-wrapper span.wmc-current-currency-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0 0 3px;
}

.woocommerce-multi-currency.wmc-shortcode .wmc-currency-wrapper span.wmc-current-currency-arrow::after {
    content: "";
    width: 12px;
    height: 8px;
    background: url(../img/menu-chevron.png) center no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover span.wmc-current-currency-arrow::after {
    transform: rotate(-180deg);
}


/** 16.03.2024 **/

.section-user {
    padding: 73px 0;
    height: 100vh;
}

@media (max-width: 767px) {
    .section-user {
        padding: 35px 0 100px;
        height: initial;
    }
}

.section-user .user-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 598px;
    margin: 0 auto;
    width: 100%;
}

.section-user .user-icon {
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: grey;
    margin: 0 0 27px;
}

@media (max-width: 767px) {
    .section-user .user-icon {
        width: 46px;
        height: 46px;
        margin: 0 0 17px;
    }
    .section-user .user-icon svg {
        max-width: 16px;
    }
}

.section-user .user-icon.purple {
    background: #EAD5FA;
}

.section-user .user-icon.green {
    background: #E4F4E0;
}

.section-user .user-title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 27px;
    text-align: center;
    white-space: nowrap;
}

.section-user .user-title+form {
    margin: 14px 0 0;
}

@media (max-width: 767px) {
    .section-user .user-title+form {
        margin: 9px 0 0;
    }
}

@media (max-width: 767px) {
    .section-user .user-title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 8px;
        white-space: normal;
    }
}

.section-user .user-subtitle {
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin: 0 0 27px;
    color: rgba(102, 102, 102, 0.6);
    text-align: center;
}

@media (max-width: 767px) {
    .section-user .user-subtitle {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 9px;
    }
    .section-user .user-subtitle br {
        display: none;
    }
}

.section-user form {
    width: 100%;
}

.section-user form .form-group-wrapper {
    margin: 0 0 18px;
}

.section-user form .btn {
    margin: 27px 0 20px;
}

@media (max-width: 767px) {
    .section-user form .btn {
        margin: 17px 0 20px;
    }
}

.section-user .btn {
    min-width: 100%;
    min-height: 55px;
    font-size: 20px;
    margin: 0px 0 20px;
    border-radius: 11px;
}

@media (max-width: 767px) {
    .section-user .btn {
        font-size: 18px;
        min-height: 46px;
        margin: 0px 0 20px;
    }
}

.section-user .back-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #B8309E;
    font-size: 16px;
    line-height: 18px;
}

.section-user .back-link svg {
    margin: 0 15px 0 0;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
}

.section-user .back-link:hover svg {
    left: -5px;
}

.section-user .add-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(102, 102, 102, 0.6);
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .section-user .add-info {
        margin: 0 0 10px;
    }
}

.section-user .add-info a {
    color: #B8309E;
    margin: 0 0 0 5px;
}

.section-user .add-info a:hover {
    text-decoration: underline;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 45px !important;
}

.section-categories .cat-row .cat-item img {
    object-fit: scale-down;
    object-position: bottom;
}

.spinner-wrap .wpcf7-spinner {
    right: -45px !important;
    background: #CE2CB0;
}

.woocommerce-NoticeGroup {
    width: 100%;
}

.section-order .woocommerce-checkout {
    flex-wrap: wrap !important;
}

.section-order .woocommerce-checkout {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        top: 30px !important;
    }
}

.woocommerce .blockUI.blockOverlay::before {
    position: fixed !important;
    filter: invert(25%) sepia(35%) saturate(5529%) hue-rotate(293deg) brightness(88%) contrast(83%);
}

.woocommerce form .user-item label {
    display: none;
}

.woocommerce-input-wrapper {
    max-width: 300px;
    width: 100%;
}

.product .product-image,
.product .product-image picture img,
.section-product .product-swiper .slider-wrapper .swiper-wrapper img,
.section-product .product-swiper .slider-thumbs img {
    object-fit: contain !important;
}


/** 16.03.2024 **/


/** END CONTENT **/


/** START FOOTER **/

footer {
    background: #171717;
    padding: 62px 0 55px;
}

@media (max-width: 991px) {
    footer {
        padding: 44px 0 108px;
        position: relative;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 20px 0 100px;
    }
}

footer .logo {
    margin: 0 0 28px;
    display: block;
}

@media (max-width: 767px) {
    footer .logo {
        margin: 0 0 30px;
    }
}

footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    footer .container {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    footer .container {
        justify-content: center;
        text-align: center;
    }
}

footer .footer-left {
    max-width: 430px;
}

@media (max-width: 1200px) {
    footer .footer-left {
        max-width: 290px;
    }
}

@media (max-width: 991px) {
    footer .footer-left {
        max-width: 100%;
    }
}

footer .footer-left__socials {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 92px;
}

@media (max-width: 991px) {
    footer .footer-left__socials {
        margin: 0 0 67px;
    }
}

@media (max-width: 767px) {
    footer .footer-left__socials {
        margin: 0 0 38px;
    }
}

footer .footer-left__socials p {
    color: #fff;
    font-size: 16px;
    margin: 0 13px 0 0;
}

@media (max-width: 767px) {
    footer .footer-left__socials p {
        font-size: 14px;
    }
}

footer .footer-left__socials ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

footer .footer-left__socials ul li {
    margin: 0 20px 0 0;
}

footer .footer-left__socials ul li:nth-child(1) {
    margin: 0 17px 0 0;
}

footer .footer-left__socials ul li a:hover {
    opacity: 0.6;
}

footer .footer-left__tagline {
    color: #fff;
    font-size: 16px;
    margin: 0 0 28px;
}

@media (max-width: 991px) {
    footer .footer-left__tagline {
        max-width: 430px;
    }
}

@media (max-width: 767px) {
    footer .footer-left__tagline {
        font-size: 14px;
        max-width: 280px;
        margin: 0 auto 10px;
    }
}

footer .footer-left__copyright {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 991px) {
    footer .footer-left__copyright {
        position: absolute;
        left: 15px;
        bottom: 23px;
    }
}

@media (max-width: 767px) {
    footer .footer-left__copyright {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
}

footer .footer-right {
    width: calc(100% - 430px);
    display: flex;
    align-items: flex-start;
}

@media (max-width: 991px) {
    footer .footer-right {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    footer .footer-right {
        width: calc(100% - 290px);
    }
}

@media (max-width: 991px) {
    footer .footer-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    footer .footer-right {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
    }
}

footer .footer-right__menu {
    margin: 0 35px 0 0;
}

@media (max-width: 767px) {
    footer .footer-right__menu {
        width: 100%;
        margin: 0 0 24px;
    }
}

footer .footer-right__menu:nth-last-child(1) {
    margin: 0;
}

footer .footer-right__menu>p,
footer .footer-right__menu>a {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px;
}

@media (max-width: 991px) {
    footer .footer-right__menu>p,
    footer .footer-right__menu>a {
        font-size: 16px;
        margin: 0 0 22px;
    }
}

@media (max-width: 767px) {
    footer .footer-right__menu>p,
    footer .footer-right__menu>a {
        margin: 0 0 10px;
    }
}

footer .footer-right__menu ul li {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    footer .footer-right__menu ul li {
        margin: 0 0 11px;
    }
}

footer .footer-right__menu ul li:nth-last-child(1) {
    margin: 0;
}

footer .footer-right__menu ul li a {
    color: #b6b6b6;
    font-size: 14px;
}

footer .footer-right__menu ul li a:hover {
    color: #fff;
}


/** END FOOTER **/


/*# sourceMappingURL=app.css.map */