body,
html {
}

body {
    position: relative;
    min-width: 320px;
    font-family: "KotoriRose", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.0055em;
}

a {
    color: #8e00e0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    letter-spacing: -0.0055em;
}

.wrapper {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: stretch;
}

.wrapper > .footer,
.wrapper > .header {
    flex-grow: 0;
    flex-shrink: 0;
}

.wrapper > .content {
    flex-grow: 1;
    flex-shrink: 0;
}

.wrap {
    max-width: 1440px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

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

.nowrap {
    white-space: nowrap;
}

.btn {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 14px 15px 14px;
    min-width: 160px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 22px;
    background: #a200ff;
    color: #fff;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #a200ff;
    text-transform: capitalize;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background: #8903d6;
}

.btn-outline {
    background: transparent;
    border: 2px solid #c08fff;
    color: #000;
    margin-right: 20px;
}

.btn-outline:hover {
    color: #fff;
    background: #a200ff;
    border: 2px solid #a200ff;
}

.btn-outline::after {
    border-radius: 2px;
}

.btn-secondary {
    color: #444;
    border: 0;
    padding: 2px;
    display: inline-block;
    font-size: 26px;
    min-width: 57px;
}

.btn-secondary::after,
.btn-secondary::before {
    display: none;
}

.btn-secondary span {
    background-color: #fff;
    align-items: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #fff;
}

.btn-info {
    color: #a200ff;
    outline: 4px solid #a200ff;
}

.btn-info::after,
.btn-info::before {
    display: none;
}

.btn-info:hover {
    color: #ae278f;
}

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

@media screen and (max-width: 1040px) {
    .wrap {
        padding: 0 15px;
    }

    .index-slider .content .btn {
        width: 180px;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 16px;
    }
}

.header {
    position: relative;
    padding: 45px 0 5px;
    background-color: transparent;
    transition: background-color 0.4s, padding 0.4s;
    z-index: 4;
}

.header.header-solid {
    background-color: #fff;
    box-shadow: 0 1px 2px #afb6bc;
    padding: 0;
}

.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.site-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px #afb6bc;
    padding: 15px 0;
}

.header.site-scrolled .logo {
    max-width: 193px;
    padding: 0;
}

.logo {
    max-width: 385px;
    transition: max-width 0.4s;
    margin-left: -50px;
    padding: 17px 0px;
    z-index: 100;
}

.header {
}

.header .dark {
}

.header .light {
    display: none;
}

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

.nav-info {
    display: flex;
    align-items: center;
}

.site-nav-list,
.site-reg-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-right: 32px;
}

.site-reg-list {
    padding: 30px 0;
    transition: padding 0.4s ease;
}

.site-scrolled .site-reg-list {
    padding: 10px 0;
}

.site-nav-list {
}

.site-nav-list a {
    display: inline-block;
    color: #414b54;
    text-decoration: none;
    position: relative;
    padding: 45px 22px;
    transition: all 0.4s ease;
    font-size: 18px;
}

.site-nav-list a::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
    transition: background-color 0.4s;
    position: absolute;
    top: 0px;
    left: 0;
    transition: background-color 0.4s, bottom 0.2s;
}

.site-nav-list .active a,
.site-nav-list a:hover {
    background: #fbf7ff;
}

.site-nav-list .active a::after,
.site-nav-list a:hover::after {
    background-color: #8e00e0;
}

.site-scrolled .site-nav-list a {
    padding: 24px 20px;
}

.mob-btn {
    border: none;
    display: none;
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 20px;
    background-color: transparent;
    outline: 0;
}

.mob-btn .line {
    height: 4px;
    background-color: #ae278f;
    display: block;
    left: 0;
    transition: 0.25s linear;
    position: absolute;
    width: 100%;
}

.mob-btn .line1 {
    top: 0;
}

.mob-btn .line2 {
    top: 50%;
    transform: translateY(-50%);
}

.mob-btn .line3 {
    bottom: 0;
}

.is-active .mob-btn .line {
    transform: rotateZ(45deg);
    top: 50%;
    width: 100%;
}

.is-active .mob-btn .line3 {
    transform: rotateZ(-45deg);
}

.is-active .mob-btn .line2 {
    opacity: 0;
    transform: rotateZ(-180deg);
}

.header--index .site-nav-list,
.header--index .site-reg-list {
    display: none;
}

@media screen and (max-width: 1560px) {
    .header .logo {
        max-width: 300px;
        margin: 0;
    }
}

@media screen and (max-width: 1440px) {
    .header {
        padding: 15px 0;
        transition: padding 0.4s ease;
    }

    .header.header-solid {
        padding: 15px 0;
    }

    .header .logo {
        max-width: 193px;
        padding: 0;
    }

    .header .site-nav-list a {
        padding: 26px 20px;
        border: none;
    }
}

@media screen and (max-width: 1040px) {
    .header {
        /* background-color: #fff; */
    }

    .header--index .site-nav-list {
        display: flex;
    }

    .header--index .site-reg-list,
    .site-reg-list {
        display: block;
        text-align: center;
    }

    .site-reg-list li {
    }

    .site-reg-list li a {
        margin: 10px 0;
        color: #fff;
        min-width: 215px;
        border-color: #b89e76;
        background-color: #b89e76;
    }

    .site-reg-list li a.btn-outline {
        background-color: transparent;
    }

    .mob-btn {
        display: block;
        z-index: 5;
    }

    .nav-info {
        transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        transform: translateY(-100%);
        position: absolute;
        width: 100%;
        background-color: #000;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        padding: 0;
        opacity: 0;
    }

    .header.is-active .nav-info {
        transform: translateY(0);
        box-shadow: 0 1px 2px #afb6bc;
        display: flex;
        align-items: center;
        opacity: 1;
    }

    .header.is-active.site-scrolled .nav-info {
        transform: translateY(0px);
    }

    .site-nav-list {
        flex-direction: column;
        padding: 0;
    }

    .site-nav {
        width: 100%;
    }

    .site-nav-list li {
        padding: 0;
        text-align: center;
    }

    .site-nav-list li + li {
        margin: 0;
    }

    .header .site-nav-list a,
    .site-nav-list li a {
        font-size: 18px;
        display: block;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
    }

    .site-nav-list .active a,
    .site-nav-list a:hover {
        background-color: transparent;
        color: #b89e76;
    }

    .site-nav-list a:hover:after,
    .site-nav-list .active a::after {
        display: none;
    }

    .site-nav-list a:hover::after {
        bottom: -7px;
    }
}

@media screen and (max-width: 1040px) {
    .header.is-active .dark {
        display: none !important;
    }

    .header.is-active .light {
        display: block !important;
    }

    .header.is-active .mob-btn .line {
        background: #fff !important;
    }
}

@media screen and (max-width: 880px) {
    .header {
    }

    .header--index .dark {
        display: none;
    }

    .header--index .light {
        display: block;
    }

    .header.site-scrolled .dark {
        display: block;
    }

    .header.site-scrolled .light {
        display: none;
    }

    .headerheader--index .mob-btn .line {
        background: #fff;
    }

    .header.site-scrolled .mob-btn .line {
        background: #ae278f;
    }
}

@media screen and (max-width: 575px) {
    .header .logo {
        max-width: 180px;
    }

    .site-scrolled {
        background-color: #fff;
        padding: 10px 0;
    }

    .header.site-scrolled .logo {
        max-width: 140px;
    }
}

.section {
    position: relative;
}

.section__categories {
    background-size: auto;
}

.title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}

.title-link {
    text-decoration: none;
    color: #ae278f;
}

.title-link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .title {
        font-size: 21px;
    }
}

.box-content {
    margin: 0 auto;
}

.box-content .label {
    width: 150px;
    height: 150px;
    background-color: #e99c08;
    color: #fff;
    position: absolute;
    left: -80px;
    top: -79px;
    text-align: center;
    transform: rotateZ(-45deg);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 5px;
    line-height: 1.2;
    z-index: 1;
}

.box-content__contact {
    max-width: 520px;
    padding: 179px 0 32px;
}

.box-content__contact .title {
    font-size: 42px;
    text-align: center;
}

.form-contact .form-row {
    justify-content: center;
    align-items: center;
}

.box-content__thank {
    padding-bottom: 11%;
    padding-top: 11%;
}

@media screen and (max-width: 1040px) {
    .box-content {
        padding: 120px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .box-content__categories {
        padding: 30px 0 40px;
    }

    .box-content__category {
        padding: 30px 0 40px;
    }

    .box-content__contact .title {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .box-content__contact {
        padding-top: 100px;
        padding-bottom: 15px;
    }

    .box-content__contact .title {
        font-size: 30px;
    }
}

/* Checkout Page */

.box-content__pay {
    padding: 180px 15px 125px;
    max-width: 1150px;
}

.box-content__pay .container {
    display: flex;
    margin: 0 auto;
}

.box-content__pay .title {
    text-transform: capitalize;
    margin-bottom: 34px;
}

.box-content__pay .column-left {
    align-self: flex-start;
    background-color: #f2f1ed;
    border-radius: 10px;
    margin-right: 50px;
    max-width: 450px;
    padding: 36px 50px 50px;
    width: 100%;
}

.box-content__pay .column-left .form-col-6 {
    max-width: calc(50% - 12px);
}

.box-content__pay .column-left .title-wrap {
    margin-bottom: 10px;
}

.box-content__pay .text-img {
    margin-bottom: 6px;
}

.box-content__pay .column-right {
    max-width: 550px;
    padding-top: 18px;
    width: 100%;
}

.box-content__pay .column-right .title-wrap {
    border-bottom: 1px solid #bbbbba;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.box-content__pay .column-right .subtitle {
    font-size: 20px;
    letter-spacing: 0.025em;
    margin-bottom: 2px;
}

.box-content__pay .column-right .title-wrap .subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.box-content__pay .column-right .certificate {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.box-content__pay .column-right .certificate img {
    margin-right: 10px;
}

.box-content__pay .amount-wrap {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #bbbbba;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.box-content__pay .column-right .amount-wrap {
    margin-bottom: 17px;
    padding-bottom: 13px;
}

.box-content__pay .summary-content {
    padding-left: 30px;
}

.box-content__pay .summary-content p {
    line-height: 1.45;
    margin-bottom: 8px;
    color: #787775;
}

@media screen and (max-width: 991px) {
    .box-content__pay {
        padding-top: 140px;
    }

    .box-content__pay .title {
        font-size: 36px;
    }

    .box-content__pay .container {
        flex-wrap: wrap;
    }

    .box-content__pay .column-left {
        margin-right: 0;
        max-width: 100%;
    }

    .box-content__pay .column-right {
        margin: 50px 15px 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .box-content__pay {
        padding: 100px 0 30px;
    }

    .box-content__pay .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .box-content__pay .column-left {
        padding: 20px 20px 25px;
    }

    .box-content__pay .column-right {
        margin: 20px 5px 0;
    }

    .box-content__pay .column-right .title-wrap,
    .box-content__pay .amount-wrap {
        flex-wrap: wrap;
    }

    .box-content__pay .column-right .subtitle {
        font-size: 20px;
    }

    .box-content__pay .column-right .title-wrap .subtitle {
        margin-top: 10px;
        margin-right: 20px;
    }

    .box-content__pay .column-right .certificate {
        margin-top: 10px;
    }

    .box-content__pay .amount-wrap {
        font-size: 20px;
    }

    .box-content__pay .summary-content .subtitle {
        font-size: 18px;
    }

    .box-content__pay .summary-content p {
        font-size: 14px;
    }
}

.wrapper .content-index {
    flex-grow: 0;
    overflow: hidden;
}

/* Index Page */

.intro-index {
    padding: 356px 0 200px;
    background: url("../images/bg-index-intro.jpg") 100% 0 no-repeat;
}

.intro-index .wrap {
    padding: 0 50px;
}

.intro-index .content {
    margin-top: 5px;
    max-width: 500px;
    width: 100%;
}

.intro-index .content .text {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
}

.intro-index .content .title {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.intro-index .content .title span {
    display: block;
}

.intro-index .content .text p {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.5;
    color: #787775;
}

.intro-index .content .text p:last-child {
    margin-bottom: 0;
}

.intro-index .content .btn-row {
    display: flex;
    margin-top: 30px;
}

@media screen and (max-width: 1560px) {
    .intro-index {
        background-size: 60% 87%;
        padding: 220px 0 190px;
    }

    .intro-index .wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .intro-index {
        background-size: 50% 87%;
        padding: 160px 0 100px;
    }
}

@media screen and (max-width: 1040px) {
    .intro-index {
        background: url("../images/bg-index-intro_mob.jpg") top right no-repeat;
        background-size: 1000px auto;
        padding: 180px 0 200px;
    }

    .intro-index .content {
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

    .intro-index .content .text p {
        color: #fff;
    }

    .intro-index .content .text p:last-child {
    }

    .intro-index .content .btn-row {
        justify-content: center;
    }

    .intro-index .content .btn {
        background-color: #fff;
        color: #000;
        border-color: #fff;
    }

    .intro-index .content .btn-outline {
        background: transparent;
        color: #fff;
        border-color: #c08fff;
    }
}

@media screen and (max-width: 768px) {
    .intro-index {
        padding: 80px 0 200px;
        background-size: auto 680px;
    }

    .intro-index .content {
        text-align: left;
    }

    .intro-index .content .text {
    }

    .intro-index .content .title {
    }

    .intro-index .content .title span {
    }

    .intro-index .content .text p {
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) {
    .intro-index {
        padding: 80px 0 140px;
        background-size: auto 680px;
    }
}

.box-content__home {
    position: relative;
    min-height: 716px;
}

.index-slider {
    width: 100%;
    overflow: hidden;
}

.index-slider .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-slider .slide .wrap {
    min-height: 1008px;
    display: flex;
    align-items: center;
}

.index-slider .slide-1 {
    background-image: url(../images/slide-mob-1.jpg);
}

.index-slider .slide-2 {
    background-image: url(../images/slide-mob-2.jpg);
}

.index-slider .slide-3 {
    background-image: url(../images/slide-mob-3.jpg);
}

.index-slider .content {
    margin-top: 5px;
    max-width: 810px;
    width: 100%;
}

.index-slider .content .text {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
}

.index-slider .content .title {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

.index-slider .content .title span {
    display: block;
}

.index-slider .content .text p {
    margin-bottom: 30px;
}

.index-slider .content .text p:last-child {
    margin-bottom: 0;
}

.index-slider .content .btn-row {
    display: flex;
    margin-top: 42px;
}

.index-slider .content .btn {
    width: 215px;
}

.index-slider .content .btn:hover {
    text-decoration: none;
}

.index-slider .content .text {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.index-slider .content .btn {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.index-slider .active .content .btn,
.index-slider .active .content .text {
    opacity: 1;
}

.index-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.index-slider .owl-dots .owl-dot {
    padding: 9px !important;
    margin-left: 2px;
}

.index-slider .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.index-slider .owl-dots .owl-dot:focus {
    outline: 0;
}

.index-slider .owl-dots .owl-dot span {
    margin: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #39383a;
    border-radius: 50%;
    background: 0 0;
}

.index-slider .owl-dots .owl-dot:hover span {
    background: 0 0;
}

.index-slider .owl-dots .owl-dot.active span {
    background: #39383a;
}

.index-slider.owl-carousel .animated.fadeIn {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

@media screen and (max-width: 1199px) {
    .index-slider .slide .wrap {
        min-height: 600px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .index-slider .content .text {
        font-size: 26px;
        padding-top: 30px;
    }

    .index-slider .content .title {
        font-size: 34px;
    }

    .index-slider .owl-dots .owl-dot span {
        height: 20px;
        width: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index-slider .slide .wrap {
        min-height: 640px;
    }
}

@media screen and (max-width: 575px) {
    .index-slider {
        padding-top: 65px;
        padding-bottom: 10px;
    }

    .index-slider .slide .wrap {
        padding-bottom: 100px;
        min-height: 480px;
    }

    .index-slider .content .text {
        font-size: 20px;
        max-width: 300px;
        padding-top: 30px;
    }

    .index-slider .content .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .index-slider .content .title span:not(:last-child) {
        margin-bottom: 8px;
    }

    .index-slider .content .btn-row {
        margin-top: 25px;
    }

    .index-slider .slide {
        background-size: cover;
        background-position: center top;
        min-height: 620px;
    }

    .index-slider .owl-dots .owl-dot {
        padding: 8px !important;
    }

    .index-slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    .index-slider .content .btn {
        height: 60px;
        line-height: 58px;
    }

    .index-slider .content .btn-outline {
        height: 56px;
        line-height: 54px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 576px) {
    .index-slider .slide-1 {
        background-image: url(../images/slide-1.jpg);
    }

    .index-slider .slide-2 {
        background-image: url(../images/slide-2.jpg);
    }

    .index-slider .slide-3 {
        background-image: url(../images/slide-3.jpg);
    }
}

.section-description {
    padding: 67px 0 66px;
    position: relative;
}

.section-description .wrap {
    position: relative;
    z-index: 1;
}

.section-description:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -146px;
    width: 140px;
    height: 461px;
    background: url("../images/bg-index-decor.png") 0 0 no-repeat;
    z-index: 0;
}

.section-description p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #787775;
}

.section-description .title {
    letter-spacing: 0.8px;
    font-size: 29px;
    line-height: 1.25;
    margin: 0 auto;
    text-align: center;
}

.section-description .subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #000;
}

.section-description .title-note {
    color: #414b54;
    display: block;
    font-size: 23px;
    font-weight: 300;
    margin: 13px auto 0;
    text-align: center;
}

.section-description .container {
    display: flex;
    justify-content: center;
    margin: 0 auto 31px;
    padding-top: 34px;
}

.section-description .column {
    background-color: #fff;
    border-radius: 22px;
    border: 2px solid #ffea86;
    color: #414b54;
    flex: 1 1 100%;
    line-height: 1.4;
    margin: 0 auto;
    padding: 36px 45px 35px;
    max-width: calc(50% - 25px);
}

.section-description .column:first-child {
    margin-right: 50px;
}

.section-description .container + div {
    margin: 0 auto;
    padding: 0 40px;
}

.thank-content {
    text-align: center;
}

.thank-content img {
    margin: 0 auto 40px;
    max-width: 15%;
}

.thank-content .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.thank-content p {
    font-size: 26px;
    line-height: 1.5;
}

@media screen and (max-width: 1023px) {
    .section-description .title-note {
        font-size: 26px;
    }

    .section-description .subtitle {
        font-size: 22px;
    }

    .section-description .container {
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-top: 15px;
    }

    .section-description .column {
        max-width: 100%;
        padding: 30px;
    }

    .section-description .column:first-child {
        margin: 20px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .section-description:before {
        display: none;
    }

    .section-description .title {
        font-size: 19px;
    }

    .thank-content .title {
        font-size: 36px;
    }

    .thank-content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .section-description {
        padding: 35px 0 40px;
    }

    .section-description .title-note {
        font-size: 20px;
        padding-top: 8px;
    }

    .section-description .subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section-description .container {
        margin-bottom: 30px;
        padding-top: 0;
    }

    .section-description .column {
        padding: 30px 20px;
    }

    .section-description .container + div {
        line-height: 1.45;
        padding: 0;
    }
}

.form-row {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 31px;
}

.form-col-custom {
    position: relative;
    flex: 1 0 280px;
    max-width: 280px;
}

.form-col-custom:first-child {
    margin-right: 30px;
}

.flex-jce {
    justify-content: flex-end;
}

.form-col-4 {
    position: relative;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 10px);
}

.form-col-6 {
    position: relative;
    flex: 1 0 50%;
    max-width: calc(50% - 10px);
}

.form-col-12 {
    position: relative;
    flex: 1 0 100%;
    width: 100%;
}

.form-control {
    position: relative;
    background-color: #f2f1ed;
    border: 1px solid #c0c0bf;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    outline: 0;
    font-family: "KotoriRose", sans-serif;
}

.field-icon .form-control {
    padding-left: 35px;
}

.form-control::-webkit-input-placeholder {
    color: #787775;
}

.form-control::-moz-placeholder {
    color: #787775;
}

.form-control:-ms-input-placeholder {
    color: #787775;
}

.form-control:-moz-placeholder {
    color: #787775;
}

.form-control:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: 0 0;
    }
}

.form-control__textarea {
    display: block;
    height: 90px;
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-label {
    position: absolute;
    left: 9px;
    top: 14px;
    transition: 0.4s;
    color: #787775;
    display: block;
}

.field-icon .form-label {
    left: 38px;
}

.form-row-label {
    color: #333;
    margin-bottom: 4px;
}

.form span.form-error {
    display: none;
    font-size: 15px;
    font-weight: 400;
    color: #f40052;
    position: absolute;
    bottom: -22px;
    left: 0;
}

.select-box {
    position: relative;
}

.show-pass {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #7592a3;
    cursor: pointer;
}

.show-pass::before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #5c6273;
    font-weight: 900;
    cursor: pointer;
}

.show-pass.active::before {
    content: "\f070";
}

.has-error .form-control{
    border-color: #f40052 !important;
}

.has-error label {
    font-size: 11px;
    top: -17px;
    left: 0;
}

.has-error span.form-error {
    display: block;
}

.has-error + .checkmark {
    border-color: #ff4c6e !important;
}
.has-error .form-error {
    color: #ff4c6e;
}

.form-control:-webkit-autofill + label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}

.form-control:disabled + label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}

.form-control:focus + label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}

.form-control:invalid:not(:focus):not(:placeholder-shown) + label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}

.form-control:valid + label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}

.form-control__select + label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}

.form-control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #b32a2a;
}

.text-required {
    margin-bottom: 25px;
}

.box-content__contact .text-required {
    margin: 23px 0 9px;
}

/* Custom Checkbox */

.custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    border: 1px solid #bcc1c6;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark::after {
    position: absolute;
    content: "\f00c";
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    display: none;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    font-weight: 700;
    color: #333;
}

.form-checkbox__label {
    display: inline-block;
    padding-left: 30px;
    line-height: 1.4;
}

.form-contact .submit {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .form-control {
        padding-left: 16px;
        padding-right: 16px;
    }

    .form-control:-webkit-autofill + label {
        top: -16px;
    }

    .form-control:disabled + label {
        top: -16px;
    }

    .form-control:focus + label {
        top: -16px;
    }

    .form-control:invalid:not(:focus):not(:placeholder-shown) + label {
        top: -16px;
    }

    .form-control:valid + label {
        top: -16px;
    }

    .form-control__select + label {
        top: -16px;
    }

    .form-label {
        left: 16px;
    }

    .form-contact .form-row:last-child {
        align-items: center;
        flex-direction: column;
    }

    .form-contact .form-row .captcha {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .g-recaptcha {
        transform: scale(0.95);
    }

    .form-contact .submit {
        max-width: 100%;
        width: 100%;
    }

    .form-contact .submit {
        justify-content: center;
    }

    .form-contact .btn {
    }
}

/* Custom Select */

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0;
}

.select-selected {
    border-radius: 3px;
}

.select-selected::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 11px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}

.select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 12px;
}

.select-items div,
.select-selected {
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #bcc1c6;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    padding: 0 25px 0 10px;
    line-height: 46px;
    outline: 0;
    font-family: "KotoriRose", sans-serif;
    font-weight: 400;
    color: #757778;
}

.field-icon .select-items div,
.field-icon .select-selected {
    padding-left: 37px;
}

.select-items div {
    border-width: 0 1px 1px 1px;
    height: 36px;
    line-height: 35px;
}

.select-items div:last-child {
    border-radius: 0 0 3px 3px;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #e5e8eb;
}

.form-pay {
    padding-top: 32px;
}

.form-pay .form-row {
    justify-content: space-between;
}

.form-pay .text-required {
    margin-bottom: 9px;
}

.form-pay .text-required + .form-row {
    margin-bottom: 18px;
}

.show-info-cvv {
    background-color: #61569d;
    position: absolute;
    right: 11px;
    top: 13px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
}

.show-info-cvv::before {
    color: #fff;
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 9px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 6px;
}

.popup__cvv-info {
    background-color: #fff;
    display: none;
    position: absolute;
    right: -144px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 9px 5px 10px 7px;
    border: 1px solid #bcc1c6;
    border-radius: 3px;
    z-index: 10;
}

.popup__cvv-info::before,
.popup__cvv-info::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
}

.popup__cvv-info::before {
    left: -24px;
    border-width: 6px 24px 6px 0;
    border-color: transparent #bcc1c6 transparent transparent;
}

.popup__cvv-info::after {
    left: -19px;
    border-width: 6px 22px 6px 0;
    border-color: transparent #fff transparent transparent;
}

.show-info-cvv:hover + .popup__cvv-info {
    display: block;
}

.form-pay .form-control {
    border-color: #bcc1c6;
    background: #fff;
}

.field-icon::before {
    background-image: url(../images/icons-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 64px 70px;
    content: "";
    display: block;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 16px;
    z-index: 1;
}

.field-icon-user::before {
    background-position: -17px -53px;
    height: 17px;
    left: 11px;
    width: 16px;
}

.field-icon-envelope::before {
    background-position: 0 0;
    height: 16px;
    left: 10px;
    top: 16px;
    width: 20px;
}

.field-icon-phone::before {
    background-position: -48px -54px;
    height: 30px;
    left: 11px;
    width: 28px;
}

.field-icon-city::before {
    background-position: -44px -15px;
    height: 20px;
    left: 11px;
    top: 12px;
    width: 19px;
}

.field-icon-address-card::before {
    background-position: -44px 0;
    height: 16px;
    top: 16px;
    width: 20px;
}

.field-icon-map-marker::before {
    background-position: -36px -53px;
    height: 16px;
    left: 14px;
    width: 12px;
}

.field-icon-globe::before {
    background-position: -45px -36px;
    height: 18px;
    left: 12px;
    width: 18px;
}

.field-icon-lock::before {
    background-position: 0 -51px;
    height: 19px;
    left: 11px;
    top: 12px;
    width: 17px;
}

.field-icon-card-front::before {
    background-position: 0 -16px;
    height: 16px;
    width: 20px;
}

.field-icon-card-back::before {
    background-position: 0 -34px;
    height: 16px;
    left: 11px;
    width: 20px;
}

.field-icon-comment::before {
    background-position: -21px -19px;
    height: 18px;
    width: 20px;
}

.field-icon-calendar::before {
    background-position: -22px 0;
    height: 19px;
    top: 14px;
    width: 20px;
}

.form-pay .agreement-wrap {
    margin-bottom: 20px;
}

.form-pay .btn {
    margin: auto;
}

.form-pay .shell {
    position: relative;
}

.form-pay .shell span {
    position: absolute;
    left: 29px;
    top: -1px;
    color: #fff;
    pointer-events: none;
    z-index: 1;
}

.form-pay .shell span i {
    font-style: normal;
    color: transparent;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 992px) {
    .form-pay {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .form-pay {
        padding-top: 0;
    }

    .form-pay .btn {
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .popup__cvv-info {
        right: 0;
        top: -8px;
        transform: translate(0, -100%);
    }

    .popup__cvv-info::before {
        left: auto;
        top: auto;
        bottom: -8px;
        right: 15px;
        margin-top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #bcc1c6 transparent transparent transparent;
    }

    .popup__cvv-info::after {
        display: none;
    }

    .form-pay .shell span {
        left: 17px;
    }
}

@media screen and (max-width: 400px) {
    .box-content__pay .column-left .form-row {
        flex-wrap: wrap;
    }

    .box-content__pay .column-left .form-col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .box-content__pay .column-left .form-col-6 + .form-col-6 {
        margin-top: 30px;
    }
}

/* Login Page */

.box-content__login {
    padding: 255px 0 120px;
    max-width: 490px;
}

.box-content__login > .title {
    margin-bottom: 26px;
    text-align: center;
    text-transform: capitalize;
}

.show-password {
    background-image: url(../images/icons-sprite.png);
    background-position: -22px -38px;
    background-repeat: no-repeat;
    background-size: 64px 70px;
    cursor: pointer;
    height: 14px;
    right: 10px;
    position: absolute;
    top: 19px;
    width: 18px;
}

.show-password.active::after {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    left: -3px;
    position: absolute;
    top: 6px;
    transform: rotateZ(-30deg);
    width: 24px;
}

.form-login .form-row:nth-child(2),
.form-login .form-row:nth-child(3) {
    margin-bottom: 25px;
}

.form-login .form-row:nth-child(4) {
    margin-bottom: 47px;
}

.form-login .text {
    text-align: center;
}

.form-login .btn {
}

@media screen and (max-width: 1023px) {
    .section .box-content__login {
        padding: 150px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .box-content__login > .title {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .section .box-content__login {
        padding: 100px 0 30px;
    }

    .box-content__login > .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .box-content__login .form-col-6 {
        max-width: calc(50% - 7.5px);
    }
}

/* Password Change Page */

.box-content__password-change {
    padding: 235px 0 90px;
}

@media screen and (max-width: 575px) {
    .box-content__password-change .form-row:last-child {
        display: block;
        text-align: center;
    }

    .box-content__password-change .btn {
        margin: 0 0 10px;
        min-width: 50%;
    }
}

/* Password Reset Page */

.box-content__password-reset > .title {
    margin-bottom: 11px;
}

.box-content__password-reset .form-row:nth-last-child(2) {
    margin-bottom: 40px;
}

.box-content__password-reset .description {
    color: #414b54;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

/* Sign Up Page */

.box-content__signup {
    padding: 177px 15px 70px;
    max-width: 1150px;
}

.box-content__signup > .title {
    margin-bottom: 34px;
}

.box-content__signup .container {
    display: flex;
    margin: 0 auto;
}

.box-content__signup .column-left {
    background-color: #f2f1ed;
    border-radius: 10px;
    margin-right: 50px;
    max-width: 450px;
    padding: 36px 50px 48px;
    width: 100%;
}

.box-content__signup .column-right {
    max-width: 540px;
    padding-top: 32px;
    width: 100%;
}

.box-content__signup .column-right .checkmark {
    top: 11px;
}

.box-content__signup .form-description {
    margin-left: 30px;
    line-height: 1.45;
    margin-bottom: 1em;
}

.box-content__signup .form-description {
    color: #787775;
}

.box-content__signup .form-description .subtitle {
    font-size: 16px;
    font-weight: 700;
    padding-top: 0.7em;
    margin-bottom: 0.2em;
    color: #000;
}

.box-content__signup .form-description p {
    margin-top: 8px;
}

.form-signup .form-row {
    justify-content: space-between;
}

.form-signup .form-control {
    background-color: #fff;
}

.form-signup .text-required {
    margin-bottom: 9px;
    color: #787775;
}

.form-signup .agreement-wrap {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .box-content__signup .column-left {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .box-content__signup .column-left {
        padding: 20px 20px 25px;
    }

    .form-signup .btn {
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .box-content__signup {
        padding-top: 140px;
    }

    .box-content__signup .container {
        flex-wrap: wrap;
    }

    .box-content__signup .column-left {
        margin-right: 0;
        max-width: 100%;
    }

    .box-content__signup .column-right {
        margin: 50px 15px 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .box-content__signup {
        padding: 100px 0 30px;
    }

    .box-content__signup .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .box-content__signup .column-left .form-row {
        flex-wrap: wrap;
    }

    .box-content__signup .column-left .form-col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .box-content__signup .column-left .form-col-6 + .form-col-6 {
        margin-top: 30px;
    }

    .box-content__signup .column-right {
        margin: 20px 5px 0;
    }

    .box-content__signup .form-description {
        font-size: 14px;
    }

    .box-content__signup .form-description .subtitle {
        font-size: 18px;
    }
}

/* Profile Page */

.box-content__profile {
    max-width: 490px;
    padding: 184px 0 55px;
}

.box-content__profile .form-row {
    margin-bottom: 26px;
}

.box-content__profile .form-row:first-child {
    align-items: flex-end;
    justify-content: space-between;
}

.box-content__profile .form-row:first-child a {
    font-size: 16px;
    padding-bottom: 10px;
}

.box-content__profile .title {
    text-transform: capitalize;
}

.box-content__profile .item-label {
    -webkit-box-flex: 1;
    margin-right: 20px;
    flex-basis: 210px;
    flex-grow: 0;
    flex-shrink: 1;
    color: #787775;
}

.box-content__profile .item-value {
    font-weight: 700;
    flex: 1 1 100%;
}

@media screen and (max-width: 767px) {
    .box-content__profile {
        padding-top: 150px;
    }

    .box-content__profile .form-row {
        margin-bottom: 20px;
    }

    .box-content__profile .title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .box-content__profile {
        padding-top: 100px;
    }

    .box-content__profile .title {
        font-size: 32px;
    }

    .box-content__profile .form-row:first-child {
        margin-bottom: 15px;
    }

    .box-content__profile .form-row:first-child a {
        font-size: 18px;
    }

    .box-content__profile .form-row {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .box-content__profile .item-label {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 400px) {
    .box-content__profile .title {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
}

/* Unsubscription Page */

.box-content__unsubscription {
    padding: 299px 0 155px;
    max-width: 490px;
}

.box-content__unsubscription .title {
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
}

.form-unsubscription .form-row:last-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

.form-unsubscription .form-control__textarea {
    height: 95px;
    resize: none;
}

.form-unsubscription .form-label {
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .box-content__unsubscription {
        padding-top: 220px;
    }

    .box-content__unsubscription .title {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .box-content__unsubscription {
        padding-top: 180px;
    }

    .box-content__unsubscription .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .box-content__unsubscription .form-col-6 {
        max-width: calc(50% - 7.5px);
    }

    .box-content__unsubscription .form-unsubscription .form-row:last-child {
        display: block;
        text-align: center;
    }

    .box-content__unsubscription .form-unsubscription .btn {
        margin: 0 0 10px;
        min-width: 50%;
    }
}

/* Catalog Page */

.box-content__category {
    padding: 177px 50px 60px;
    position: relative;
}

.box-content__category .title {
    margin-bottom: 10px;
}

.box-content__category > .title {
    margin-bottom: 6px;
}

.searchbar {
    background-color: #f2f1ed;
    border: 1px solid #bbbbba;
    border-radius: 3px;
    box-sizing: border-box;
    max-width: 412px;
    padding: 3px 45px 4px 15px;
    position: absolute;
    right: 50px;
    top: 199px;
    width: 100%;
}

.searchbar ::-webkit-input-placeholder {
    color: #787775;
}

.searchbar ::-moz-placeholder {
    color: #787775;
}

.searchbar :-ms-input-placeholder {
    color: #787775;
}

.searchbar :-moz-placeholder {
    color: #787775;
}

.searchbar input {
    background-color: transparent;
    border: none;
    color: #787775;
    font-size: 18px;
    line-height: 2;
    outline: 0;
    width: 100%;
}

.searchbar .btn-search {
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transition: color 0.4s;
    color: #8e00e0;
    border: none;
}

.searchbar:hover .btn-search {
    color: #a2278e;
}

.searchbar-outher {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 12px;
}

.searchbar-outher .searchbar {
    position: relative;
    right: inherit;
    top: inherit;
}

.searchbar-outher .select-selected {
    width: 160px;
    line-height: 1.3;
    padding-left: 25px;
    display: flex;
    align-items: center;
    border-radius: 22px;
}

.searchbar-outher .select-selected,
.searchbar-outher .select-items div {
    color: #000;
    font-size: 15px;
}

.searchbar-outher .select-items div {
    height: auto;
    line-height: 1.5;
    padding-top: 7px;
    padding-bottom: 7px;
}

.searchbar-outher .select-items div:first-child {
    border-top-left-radius: 20px;
}

.searchbar-outher .select-selected.select-arrow-active::after {
    border-color: transparent transparent #8e00e0 transparent;
    border-width: 5px;
    right: 20px;
}

.searchbar-outher .select-selected::after {
    border-color: #8e00e0 transparent transparent transparent;
    border-width: 5px;
    right: 20px;
}

.box-content__category .cat-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
}

.box-content__category .cat-item {
    border: 1px solid #bbbbba;
    flex-basis: 400px;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 25px 25px 5px;
    text-align: center;
    overflow: hidden;
}

.box-content__category .item-inner {
    width: 410px;
    height: 348px;
    padding-top: 56px;
    transition: 0.3s;
    box-sizing: border-box;
}

.box-content__category .item-inner:hover {
    border-color: #8e00e0;
    background-color: #8e00e0;
}

.box-content__category .item-inner:hover path {
    fill: #ffffff;
    transition: 0.3s;
}

.box-content__category .item-inner:hover .item-title {
    color: #ffffff;
    border-color: #ffffff;
    transition: 0.3s;
}

.box-content__category .item-inner img {
    display: block;
    margin: 0 auto;
    height: 198px;
}

.box-content__category .item-inner path {
    transition: 0.3s;
}

.box-content__category .item-title {
    display: inline-block;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #8e00e0;
    margin-top: 30px;
    transition: 0.3s;
}

.box-content__category--subcategory {
    padding-bottom: 110px;
}

.box-content__category--subcategory .cat-item {
    margin-left: 15px;
    margin-right: 15px;
    border: 2px solid #ffea86;
    border-radius: 25px;
}

.box-content__category--subcategory .item-inner {
    text-align: left;
    padding: 20px 25px;
    width: 430px;
    height: auto;
    border: none;
}

.box-content__category--subcategory .item-title {
    border: none;
    margin-top: 0px;
}

@media screen and (max-width: 1040px) {
    .box-content__category {
        padding: 120px 0 60px;
    }

    .searchbar {
        top: auto;
        position: relative;
        left: auto;
        right: auto;
        margin: 25px auto 0;
    }

    .searchbar-outher .searchbar {
        margin: 0;
    }

    .box-content__category .cat {
        padding: 30px;
    }

    .cat .label-cat {
        font-size: 16px;
        top: 15px;
    }

    .box-content__category .pic-holder-cat {
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .box-content__category .title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .searchbar {
        max-width: 320px;
    }

    .box-content__category .cat,
    .cat {
        padding: 25px 15px;
        min-height: auto;
    }

    .cat-title {
        font-size: 24px;
        padding-top: 20px;
    }

    .box-content__category .pic-holder-cat {
        margin-right: 15px;
        margin-bottom: 15px;
        max-width: 200px;
    }
}

@media screen and (min-width: 576px) {
    .searchbar-outher .searchbar {
        border-left: none;
        border-radius: 0;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .searchbar-outher .btn {
        position: relative;
        right: 20px;
    }

    .searchbar-outher .select-selected {
        border-radius: 22px 0px 0px 22px;
        border-right: none;
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
    .box-content__category .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .searchbar {
        max-width: 100%;
    }

    .box-content__category .cat-container {
        margin: 0;
    }

    .box-content__category .item-inner {
        padding-top: 20px;
        width: 100%;
        height: 294px;
    }

    .box-content__category .item-title {
        font-size: 19px;
        margin-top: 18px;
    }

    .cat .label-cat {
        top: 13px;
        width: 74px;
    }

    .box-content__category .cat {
        display: block;
        margin-bottom: 15px;
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .box-content__category .pic-holder-cat {
        margin: 0 auto 25px;
    }

    .box-content__category .subtitle {
        font-size: 22px;
    }

    .box-content__category .btns-holder {
        justify-content: space-between;
    }

    .box-content__category .btn-download {
        height: 51px;
        line-height: 50px;
    }

    .box-content__category .btn-secondary {
        padding: 0;
    }

    .box-content__category--subcategory .cat-item {
        margin-top: 15px;
    }

    .box-content__category--subcategory .title {
        margin-bottom: 0px;
    }

    .box-content__category--subcategory .item-inner {
        height: auto;
        padding: 10px 20px;
    }

    .box-content__category--subcategory .item-title {
        margin-top: 0px;
    }

    .searchbar-outher {
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .searchbar-outher .select-items div:first-child {
        border-top-right-radius: 20px;
    }

    .searchbar-outher .searchbar {
        margin: 15px 0;
    }

    .searchbar-outher .select-selected {
        width: 100%;
    }

    .searchbar-outher .custom-select {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .box-content__category .item-inner {
        height: 200px;
    }

    .box-content__category .item-inner svg {
        transform: scale(0.6) translateY(-35%);
    }

    .box-content__category .item-title {
        transform: translateY(-290%);
    }

    .box-content__category--subcategory .item-inner {
        height: auto;
    }

    .box-content__category--subcategory .item-title {
        transform: none;
    }
}

/* Items Page */

.box-content__items {
    padding: 177px 50px 60px;
    position: relative;
}

.box-content__items .cat-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
}

.box-content__items .cat-item {
    padding: 40px;
    flex-basis: 328px;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 35px 25px 5px;
    text-align: center;
    border: 1px solid #bbbbba;
    position: relative;
    overflow: hidden;
}

.box-content__items .item-image img {
    margin: 0 auto;
    /*width: 152px;*/
    /*height: 186px;*/
    background-repeat: no-repeat;
    background-size: contain;
}

.box-content__items .item-inner {
    padding-top: 56px;
    transition: 0.3s;
}

.box-content__items .item-title {
    display: inline-block;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-like-heart {
    background: transparent;
    border: 1px solid #c08fff;
    border-radius: 24px;
    margin-right: 18px;
}

.icon-like-heart::before {
    color: #000000;
    content: "\f004";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 900;
    height: 40px;
    line-height: 2;
    width: 40px;
}

.icon-like-heart:hover::before {
    color: #f40052;
}

.icon-like-heart.active::before {
    color: #f40052;
}

.pagination {
    margin: 30px 0;
}

.pagination ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination ul li {
    text-align: center;
    line-height: 23px;
    border-radius: 15px;
    margin: 0 20px;
}

.pagination ul li:first-child {
    font-size: 22px;
    margin-right: 20px;
}

.pagination ul li:last-child {
    font-size: 22px;
    margin-left: 20px;
}

.pagination ul li.active {
    background-color: #cda5ff;
    border-radius: 20px;
    color: #fff;
    cursor: default;
    margin: 0 5px;
    min-width: 23px;
    padding: 12px;
}

.pagination ul li.active a {
    color: #fff;
    cursor: default;
}

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

.pagination ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li a:hover svg path {
    color: #8e00e0;
    fill: #8e00e0;
}

.pagination ul li a svg {
    display: block;
    height: 22px;
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
    .box-content__items {
        padding: 120px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .box-content__items {
        padding: 90px 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .box-content__items .cat-item {
        padding: 20px;
        margin-top: 18px;
    }

    .box-content__items .item-image {
        width: 88px;
        height: 111px;
    }

    .box-content__items .cat-container {
        margin: 0;
    }

    .box-content__items .item-title {
        font-size: 19px;
        margin-top: 18px;
        margin-bottom: 15px;
    }

    .box-content__items .btn-secondary {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .box-content__items .btn-download {
        min-width: 125px;
        height: 51px;
        line-height: 1;
    }

    .box-content__items .icon-like-heart {
        margin-right: 5px;
    }
}

/* Footer */

.footer {
    color: #fff;
    background: #787775;
    font-weight: 300;
    padding: 45px 0 37px;
    margin-top: auto;
    margin: 0;
}

.footer .wrap {
    padding: 0 50px 5px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer ul {
    list-style-type: none;
}

.footer ul li + li {
    margin-top: 8px;
}

.footer a {
    color: #fff;
    outline: 0;
    transition: color 0.4s;
}

.footer a:hover {
    color: #a2278e;
}

.footer p + p {
    margin-top: 8px;
}

.footer .address::before,
.footer .mail::before,
.footer .owner::before,
.footer .phone::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-right: 7px;
}

.footer .phone::before {
    content: "\f879";
}

.footer .mail::before {
    content: "\f0e0";
}

.footer .address::before {
    content: "\f3c5";
    margin-top: 6px;
}

.footer .owner::before {
    content: "\f007";
    font-size: 12px;
}

.footer .address {
    display: flex;
    line-height: 1.9;
}

.footer__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 141px;
    margin: 0 auto 10px;
}

.footer__cards img {
    height: 50px;
}

.copy {
    text-align: center;
    margin-top: 20px;
    display: block;
}

@media screen and (max-width: 1040px) {
    .footer .wrap {
        padding: 0 15px 0;
    }

    .footer-row {
        flex-wrap: wrap;
    }

    .footer-row .column {
        margin-bottom: 20px;
    }

    .footer-row .column:nth-child(2) {
        order: 1;
    }

    .footer-row .column {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .footer {
        font-size: 16px;
        padding-top: 30px;
    }

    .footer-row {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .footer-row .column {
        margin-bottom: 10px;
        width: 100%;
    }

    .footer-row .column:nth-child(2) {
        order: 0;
    }

    .footer-row .column ul li {
        margin-bottom: 5px;
    }

    .footer .address {
        line-height: 1.4;
        padding-top: 5px;
    }

    .footer .address::before {
        margin-top: 4px;
    }
}

/* Modal */

.modal {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 100%;
    position: fixed;
    display: none;
    overflow: hidden;
    z-index: 2048;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.modal.active {
    -webkit-animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    display: flex;
}

.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    box-shadow: 0 6px 24px rgba(23, 24, 25, 0.31);
    max-width: 490px;
    margin: auto;
    padding: 70px 30px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.modal-content .title {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin: 18px 0 14px;
}

.modal-content .text {
    color: #787775;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

.modal .btn-close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 64px;
    line-height: 1;
    font-family: "Courier New", Courier, monospace;
    color: #414b54;
    cursor: pointer;
    z-index: 1;
    width: 48px;
    height: 48px;
    padding: 0;
    outline: 0;
}

.modal .btn-close:hover {
    color: #a2278e;
}

.modal .icon-success {
    font-size: 64px;
    display: block;
    width: 94px;
    height: 93px;
    background: url("../images/icon-success.png");
}

.icon-success i {
    color: #ae278f;
    line-height: 1;
    background: transparent;
    background-image: -webkit-linear-gradient(left, #b92690, #362c84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .modal-content .title {
        font-size: 32px;
    }

    .modal-content .text {
        font-size: 18px;
    }

    .modal .icon-success {
        font-size: 48px;
    }
}

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

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

/* Terms Page */

.section-terms {
    padding: 180px 0 65px;
}

.section-terms .wrap {
    padding: 0 50px;
}

.section-terms .title {
}

.section-terms p {
    letter-spacing: -0.01em;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #787775;
}

.section-terms ul {
    margin-bottom: 5px;
}

.section-terms ul li {
    list-style: disc;
    text-indent: 18px;
    color: #787775;
}

.section-terms .section-title {
    font-weight: 700;
    margin-bottom: 31px;
}

.section-terms .subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px;
}

.section-terms .subtitle.article-title {
    font-size: 28px;
}

.section-terms p + .subtitle {
    margin-top: 15px;
}

.terms-article {
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .section-terms {
        padding: 120px 15px 50px;
    }
}

@media screen and (max-width: 575px) {
    .section-terms {
        padding: 90px 0 25px;
    }

    .section-terms .section-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .section-terms .subtitle {
        font-size: 22px;
    }
}

@media (min-width: 1010px) {
    .max-image {display: block;}
    .middle-image {display: none;}
    .min-image {display: none;}
}
@media (min-width: 630px) and (max-width: 1010px) {
    .max-image {display: none;}
    .middle-image {display: block;}
    .min-image {display: none;}
}
@media (max-width: 630px) {
    .max-image {display: none;}
    .middle-image {display: none;}
    .min-image {display: block;}
}
