.dropdown {
    float: left;
    overflow: hidden
}

.dropdown .dropbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 19px;
    border: none;
    outline: 0;
    color: #000;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0
}

.dropdown .dropbtn:hover {
    color: #ee077d;
    cursor: pointer
}

.dropdown:hover .caret {
    rotate: 180deg
}

.dropdown:hover {
    color: #ee077d
}

.dropdown-content {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    background: linear-gradient(324.58deg, #fcc655 -155.74%, #f9ef9f 141.72%);
    border-radius: 10px;
    min-width: 160px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    visibility: hidden
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left
}

.dropdown-content a:hover {
    color: #ee077d
}

.navbar a:hover {
    color: #ee077d
}

.navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    display: block !important
}


.subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 80px
}

.subscribe_form2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.subscribe_form2 input {
    width: 100%;
    max-width: 285px;
    height: 50px;
    background: #190e83;
    color: #fff;
    padding-left: 14px;
    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.subscribe_form2 input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form2 input::-moz-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form2 input:-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form2 input::-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form2 input::placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form2 input+.subscribe_btn {
    margin-left: -10px
}

.subscribe_form p {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .05em;
    color: #fff;
    margin: 0
}

.subscribe_form input {
    width: 285px;
    height: 50px;
    background: #190e83;
    color: #fff;
    padding-left: 14px;
    border: 1px solid #fff;
    border-radius: 10px
}

.subscribe_form input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form input::-moz-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form input:-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form input::-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_form input::placeholder {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #e0e0e0
}

.subscribe_btn {
    width: 180px;
    height: 50px;
    background: #ee077d;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ee077d;
    cursor: pointer
}

.subscribe_btn:hover {
    background: #fff;
    color: #ee077d
}

.coo {
    width: 100%;
    height: 40px;
    background: #473e9c
}



.list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list_row_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list_row_item.--jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.coo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.coo a,
.coo span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.coo a {
    text-decoration-line: underline
}

.media_links {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.card_items .card_item {
    width: 220px;
    max-height: 431px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.card_item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.recommended li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.recommended li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card_items .card_item .card_item_header {
    position: relative;
    height: 221px;
    width: 100%
}

.card_items .card_item .card_item_header img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

.card_items .card_item .add_to_fav {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 26px;
    height: 26px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px
}

.card_items .card_item .add_to_fav svg path:last-child {
    fill: #fff
}

.card_items .card_item .add_to_fav.active svg path:last-child {
    fill: #ee077d
}

.card_items .card_item .card_item_body__title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000;
    text-decoration: none
}

a.card_item_body__title-lnk {
    text-decoration: none
}

.card_item_body__price {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #190e83
}

.card_items .card_item_body__buy_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    width: 146px;
    background: #ee077d;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.card_item_body__buy_btn:hover {
    -webkit-box-shadow: 0 5px 12px #ee077d;
    box-shadow: 0 5px 12px #ee077d
}

.card_item_body__buy_btn:active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, .24);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, .24);
    background: #fea;
    color: #ee077d
}

.card_items .card_item_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px
}

.card_item_body__buy_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card_items {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.similar .card_items {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.card_items_container h2 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: .05em;
    color: #4f4f4f
}

.content_block {
    min-width: 100px;
    width: 100%
}

.sidebar {
    width: 220px;
    height: 1397px;
    background: #fec;
    border-radius: 10px;
    padding: 20px
}

.content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px
}

li,
ul {
    list-style: none
}

ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.sidebar img {
    border-radius: 15px
}

.sidebar .main_sidebar_title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ee077d;
    text-decoration: none
}

.burger_menu a,
.sidebar a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    text-decoration: none
}

.burger_menu {
    height: 100%;
    background: linear-gradient(269.96deg, #fcc655 0, #f9ef9f 100%);
    padding-left: 16px;
    padding-right: 16px
}

.burger_menu ul {
    margin: 0
}

.cat_link,
ul.cat_list li {
    list-style: none;
    position: relative;
    display: inline
}

.cat_link:after,
ul.cat_list li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #ee077d;
    -webkit-transition: all .1s;
    transition: all .1s
}

.cat_link h2 {
    display: inline-block
}

.cat_link:active:after,
ul.cat_list li:active:after {
    width: 100%;
    left: 0
}

.cat_link:active,
ul.cat_list li a:active {
    text-decoration: none
}

.cat_link {
    text-decoration: none
}

.cat_link:hover h2 {
    color: #ee077d;
    cursor: pointer
}

.burger_menu a:hover,
.sidebar a:hover {
    color: #ee077d;
    cursor: pointer
}

.burger_menu ul ul,
.sidebar ul ul {
    padding-left: 10px
}

.burger_menu ul li,
.sidebar ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #fff
}

.burger_menu,
.categories_list,
.menu_list {
    display: none
}

.burger_menu ul li {
    padding-bottom: 16px;
    padding-top: 16px
}

.burger_menu ul li.main_cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.burger_menu ul ul {
    display: none
}

.burger_menu ul li a.active svg {
    rotate: 180deg
}

.burder_close,
.burder_close_cats {
    display: none
}



.input-box {
    position: relative;
    max-width: 35px;
    height: 22px;
    width: 100%;
    border-radius: 6px;
    -webkit-transition: all .9s cubic-bezier(.68, -.2, .265, 1.2);
    transition: all .9s cubic-bezier(.68, -.2, .265, 1.2)
}

.input-box.open {
    max-width: 350px
}

.header_search_input_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.header_search_btn {
    background: #ee077d;
    border-radius: 6px;
    border: #ee077d;
    cursor: pointer;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}

.header_search_input {
    position: relative;
    outline: 0;
    border: none;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    display: none;
    padding-left: 12px;
    background-color: #f9ef9f
}

.mobile_header_search_input {
    position: relative;
    outline: 0;
    border: none;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    background-color: #f9ef9f
}

.mobile_search_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.header_search_input::-webkit-input-placeholder {
    color: #190e83
}

.header_search_input::-moz-placeholder {
    color: #190e83
}

.header_search_input:-ms-input-placeholder {
    color: #190e83
}

.header_search_input::-ms-input-placeholder {
    color: #190e83
}

.header_search_input::placeholder {
    color: #190e83
}

.input-box.open {
    padding: 0 0 0 55px
}

.icon {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 60px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.close-icon,
.search-icon {
    position: absolute;
    top: 50%;
    font-size: 30px;
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
}

.search-icon {
    color: #000;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.input-box.open .search-icon {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.switch_lang_btn {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff68e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    text-decoration: none;
    cursor: pointer
}

.switch_lang_drop_container {
    position: relative
}

.switch_lang_drop_container .switch_lang_btn {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.switch_lang_drop_container.active .switch_lang_btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.switch_lang_drop_container.active .lang_drop .switch_lang_btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.switch_lang_drop_container.active .lang_drop .switch_lang_btn:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lang_drop {
    display: none;
    position: absolute;
    width: 100%
}


.profile_drop_container {
    position: relative
}

.profile_drop {
    display: none;
    position: absolute;
    top: 35px;
    left: -100px;
    padding: 10px 10px 20px;
    width: 218px;
    background: #fff68e;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 2
}

.profile_auth_drop {
    display: none;
    position: absolute;
    top: 35px;
    left: -30px;
    padding: 10px 10px 20px;
    width: 100px;
    height: 90px;
    background: #fff68e;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 2
}

.profile_auth_drop .header_login_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.profile_auth_drop .header_login_form a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    text-decoration: none
}

.profile_auth_drop .log_out_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.header_login_form,
.header_login_form_group,
.header_login_form_group_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px
}

.header_login_form_group_bottom,
.login_btn_container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.header_login_form .lable_title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.header_login_form input {
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    border: none
}

.header_login_form::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7f8083
}

.header_login_form::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7f8083
}

.header_login_form:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7f8083
}

.header_login_form::-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7f8083
}

.header_login_form::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7f8083
}

.header_login_form .login_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 134px;
    height: 42px;
    background: #ee077d;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

.login_bottom_link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-top: 11px;
    width: 100%;
    text-decoration: underline;
    text-decoration-color: #ee077d
}

.login_bottom_link:hover {
    text-decoration: none;
    color: #ee077d
}

.profile_auth_drop .header_login_form a:hover {
    text-decoration: none;
    color: #ee077d
}

.cart_drop {
    display: none
}

.hidden {
    display: none
}

.cart_drop_container.active {
    border-radius: 3px 3px 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    position: relative
}

.cart_drop_container.active .cart_info {
    border-radius: 3px 0 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    width: 0;
    margin-bottom: 10px;
    height: 19px
}

.cart_drop_container .cart_info a {
    display: none
}

.cart_drop_container.active .cart_btn {
    background: #fff68e;
    position: relative
}

.cart_drop_container .cart_btn {
    position: relative
}

.cart_drop_container.active .cart_btn svg path {
    fill: #000
}

.cart_drop_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart_drop_container.active {
    background: #fff68e;
    padding: 1px
}

.cart_drop_container.active .cart_drop {
    display: block;
    height: 210px;
    width: auto;
    position: absolute;
    top: 0;
    right: -150px;
    background: #fff68e;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    padding: 5px 12px
}

.cart_drop_container.active .cart_drop_list {
    max-height: 180px;
    overflow: auto;
    height: 180px
}

.item_description {
    display: none
}

.cart_drop_item {
    padding: 20px 10px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    width: 108px
}

.cart_drop_item .item_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.cart_drop_item .item_description {
    width: 235px
}

.cart_drop_item .item_info {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.cart_drop_item .minus,
.cart_drop_item .plus {
    width: 21px;
    height: 21px;
    border: 1px solid #ee077d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.cart_drop_item .count,
.cart_drop_item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart_count {
    position: absolute;
    top: 6px;
    right: 2px;
    background: #ee077d;
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 180%;
    text-align: center;
    color: #fff
}

.popup.info {
    background: #fff68e;
    border-radius: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 90px;
    left: 40%;
    z-index: 10000;
    min-width: 400px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.close_popup_btn svg {
    width: 15px;
    height: 15px
}

.popup_content {
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.close_popup_btn {
    position: absolute;
    right: 0;
    top: 0
}

.item_info_block img {
    width: 102px;
    height: auto
}


.change_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 148px;
    height: 40px;
    border: 2px solid #ee077d;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #ee077d;
    cursor: pointer
}

.change_btn .btn_text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #ee077d
}

.profile_content {
    margin-bottom: 40px
}

.profile_content_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile_content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.change_btn:hover {
    background: #ee077d;
    color: #fff
}

.change_btn:hover .btn_text {
    color: #fff
}

.profile_input {
    width: 194px;
    height: 27px;
    background: #ddd9d9;
    border-radius: 10px;
    border: none;
    padding-left: 10px
}

textarea.profile_input {
    height: 100%
}

.profile_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.profile_password_group {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.profile_address_group {
    width: 327px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px
}

.profile_address_group .profile_content_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile_password_group .profile_content_container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.profile_password_group .profile_address_group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.register_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reg_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 5px
}

.terms {
    text-decoration: none;
    color: #ee077d
}

.confirmation_code_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.confirmation_code_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-right: 20px
}

input.code_input {
    width: 26px;
    height: 100%;
    border: none;
    border-bottom: 2px solid #000;
    text-align: center
}

input.code_input:focus {
    outline-width: 0
}

.article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px
}

.article_info .slider_block {
    width: 600px
}

#lightSlider img {
    width: 100%;
    height: auto
}

.article_content h1 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #4f4f4f;
    margin: 0;
    margin-bottom: 10px
}

.author {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4f4f4f;
    margin-bottom: 10px
}

.player {
    padding-top: 20px
}

.info_block_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    gap: 25px
}

.line {
    height: 150px;
    width: 1px;
    border-right: 1px solid #e0e0e0
}

.tabs_container .line {
    height: 30px
}

.info_block_container p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.info_block_container span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000
}

.info_block_container .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.info_block_container .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 10px
}

.info_block_container .price {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #190e83;
    padding-left: 10px
}

.total_price_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.total_price {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #190e83
}

.buttons_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.article_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 171px;
    height: 60px;
    background: #ee077d;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ee077d
}

.article_btn:hover {
    background: #fff;
    color: #ee077d
}

.cats_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.cats_info span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #828282
}

.article_description h3 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .05em;
    color: #4f4f4f
}

.article_description h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000
}

.article_description p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #000
}

.similar {
    background: #f7f7f7;
    padding-bottom: 40px;
    padding-top: 10px
}

.similar.viewed {
    background: #fff
}

.similar h3 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: .05em;
    color: #4f4f4f
}

.tabs_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.products_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px
}

.tab_item {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #7f8083;
    text-decoration: none
}

.tab_item.active {
    color: #ee077d
}

.search_products {
    width: 306px;
    height: 22px;
    border: 1px solid #190e83;
    border-radius: 3px;
    padding-right: 25px
}

.search_products_container {
    position: relative
}

.search_products_container svg {
    position: absolute;
    right: 4px;
    top: 3px
}

.online_products_list {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px
}

.online_products_list .online_product_card {
    margin-bottom: 30px
}

.online_product_img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.purchase_product_img {
    height: 200px;
    width: 380px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.o_p_title {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    color: #000;
    text-align: center
}

.o_p_content_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.o_p_content_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination a {
    text-decoration: none
}

.history_purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px
}

.purchase_product_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p_p_group_title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #000;
    margin: 0;
    margin-bottom: 20px
}

.p_p_group_subtitle {
    text-align: center
}

.p_p_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.p_p_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_content .article_content {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 63px
}

.product_content .article_content h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.product_content .article_content .subtitle {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000
}

.product_content .article_content .info_block {
    width: 100%
}

.product_content .article_content .p_p_row {
    border-bottom: 1px solid #e0e0e0
}

.attachments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 40px;
    margin-bottom: 40px
}

.audio_card {
    width: 130px;
    height: 142px;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.audio_card .audio_text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #190e83;
    margin: 0
}

.audio_card .audio_text:first-child {
    margin-top: 10px
}

.audio_card audio {
    width: 100%
}

.cart_p_img {
    max-width: 387px;
    max-height: 202px;
    width: 100%;
    height: 100%
}

.cart_product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart_p_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #feeecc;
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%
}

.p_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px
}

.cart_p_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart_add_btn {
    width: 250px;
    height: 40px;
    background: #ee077d;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ee077d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_add_btn:hover {
    background: #fff;
    color: #ee077d
}

.p_info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.checkout_content .author {
    margin: 0;
    margin-bottom: 20px
}

.checkout_content .minus,
.checkout_content .plus {
    width: 31px;
    height: 31px;
    border: 1px solid #ee077d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.checkout_content .item_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.checkout_content .p_info_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout_content .got_to_fav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    text-decoration-color: #ee077d
}

.checkout_content .delete_btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    text-decoration: none
}

.a-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.cart_p_start_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

.subtotal {
    margin-top: 40px;
    height: 126px;
    background: linear-gradient(269.96deg, #fcc655 0, #f9ef9f 100%);
    border-radius: 60px 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subtotal .title {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin: 0
}

.subtotal .label {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #000;
    margin: 0;
    margin-bottom: 10px
}

.reg_block label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.finish_cart_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thank_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.thank_content h1 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: .05em;
    color: #000;
    text-align: center
}

.thank_content p {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .05em;
    color: #000
}

.thank_link {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #ee077d
}

.product_search_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.product_search_container .header_search_btn {
    height: 22px
}

.tab_2 {
    display: none
}

.card_p_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.product_p_card_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.lSAction {
    display: none !important
}

.lSGallery li {
    width: 129px !important;
    height: 100px !important;
    border-radius: 30px !important
}

.lSSlideOuter .lSPager.lSGallery {
    width: 100% !important
}

audio {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4)
}

.oyoplayer {
    -webkit-box-shadow: 3px 4px 7px #000 !important;
    box-shadow: 3px 4px 7px #000 !important
}

.cart_drop_container.active .cart_drop {
    top: 24px;
    right: 0
}

.cart_drop_container.active .cart_drop {
    height: 205px;
    border-radius: 10px 0 10px 10px;
    padding: 12px 12px
}


.btn.btn-primary {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ee077d;
    border-radius: 10px;
    padding: 6px 4.5px;
    border: 2px solid #ee077d
}

.btn.btn-primary:hover {
    background-color: #e20477;
    border: 2px solid #e20477
}

.btn.btn-primary-outline {
    color: #ee077d;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 10px;
    padding: 6px 4.5px;
    border: 2px solid #ee077d
}

.btn.btn-primary-outline:hover {
    color: #fff;
    background-color: #ee077d
}

.btn.btn-lg {
    padding: 9px 40px
}

.about-author {
    background-color: #f9faff;
    padding: 42px 28px;
    border-radius: 15px
}

.about-author__title {
    font-size: 20px;
    font-family: "Roboto Slab";
    font-weight: 400
}

.about-author__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    gap: 30px
}

.about-author__video {
    width: 420px;
    height: 323px;
    border-radius: 10px
}

.about-author__p-img {
    display: block;
    width: 125px;
    height: 142px;
    margin: 0 0 10px 15px;
    -o-object-fit: cover;
    object-fit: cover;
    float: right;
    border-radius: 10px
}

.about-author__p-img.--show-on-mobile {
    display: none
}

.about-author__p {
    font-size: 14px;
    font-family: Lato, sans-serif;
    line-height: 150%;
    font-weight: 300;
    padding: 0;
    margin: 0
}

.about-author__p-author {
    font-size: 14px;
    font-family: "Roboto Slab";
    text-align: right
}

.page-items {
    padding-top: 60px
}

.page-items__title {
    font-size: 25px;
    font-family: "Roboto Slab"
}

.page-items__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 30px;
    gap: 20px
}

.page-items__item {
    max-width: 207px;
    max-height: 219px;
    background-color: #f9faff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.page-items__item:hover {
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .1)
}

.page-items__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    color: #000;
    text-decoration: none
}

.page-items__item-header {
    width: 207px;
    height: 110px;
    overflow: hidden;
    border-radius: 10px
}

.page-items__item-header img {
    display: block;
    width: 100%;
    height: 100%
}

.page-items__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Lato, sans-serif;
    font-weight: 500;
    padding: 15px 10px;
    overflow: hidden
}

.page-items__item-content span {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    max-height: 54px;
    text-overflow: ellipsis;
    overflow: hidden
}

.page-swiper {
    padding-top: 60px
}

.page-swiper__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 25px
}

.page-swiper__title span {
    font-size: 25px;
    font-family: "Roboto Slab"
}

.page-swiper__title .btn.btn-primary-outline {
    padding: 6px 20px
}

.page-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-swiper .swiper-slide img {
    display: block;
    border-radius: 10px;
    width: 430px;
    height: 410px
}

.page-swiper .swiper-pagination {
    position: static;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    padding-top: 20px
}

.page-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: thin solid #ee077d;
    opacity: 1
}

.page-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ee077d
}

.new-articles {
    padding-top: 60px
}

.new-articles__title {
    font-size: 25px;
    font-family: "Roboto Slab";
    font-weight: 400
}

.new-articles__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    gap: 10px
}

.new-articles__item {
    width: 283px;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 10px
}

.new-articles__item:hover {
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .1)
}

.new-articles__item-link {
    color: #000;
    text-decoration: none
}

.new-articles__item-header {
    width: 283px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden
}

.new-articles__item-header img {
    display: block;
    width: 100%;
    height: 100%
}

.new-articles__item-title {
    font-size: 16px;
    line-height: 1.5;
    max-height: 48px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 15px
}

.new-articles__item-content {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    max-height: 189px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px
}

.new-articles__item-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.new-articles__item-content:hover::after {
    opacity: 0
}

.actual-articles {
    padding-top: 60px
}

.actual-articles__title {
    font-size: 25px;
    font-family: "Roboto Slab";
    font-weight: 400
}

.actual-articles__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px
}

.actual-articles__item+.actual-articles__item::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    margin: 10px
}

.actual-articles__item-link {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "A B" "A C";
    gap: 15px 20px;
    color: #000;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 10px;
    padding: 10px;
    border-radius: 10px
}

.actual-articles__item-link:hover {
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .1)
}

.actual-articles__article-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: A
}

.actual-articles__article-header img {
    width: 140px;
    height: 102px;
    border-radius: 10px
}

.actual-articles__article-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: B;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700
}

.actual-articles__article-content {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: C;
    font-size: 14px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden
}

.partners {
    background-color: #f9faff;
    margin-top: 60px;
    padding: 40px 30px;
    border-radius: 10px
}

.partners__title {
    font-size: 25px;
    font-family: "Roboto Slab";
    font-weight: 400
}

.partners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px
}

.partners__text {
    font-weight: 700;
    max-width: 250px
}

.partners__items-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.partners__items {
    padding: 0;
    margin: 0
}

.partners__item {
    position: relative;
    padding-left: 10px
}

.partners__item::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ee077e;
    top: 5px;
    left: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%
}

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

.partners__item a:hover {
    text-decoration: underline
}

.partners .btn.btn-primary-outline.partners__more {
    min-width: unset;
    padding: 6px 22px
}

.sidebar12__inner {
    width: 220px;
    background-color: #feeecc;
    border-radius: 10px
}

.sidebar12__btn-row {
    display: none
}

.sidebar12__group {
    font-size: 14px;
    font-family: Lato, sans-serif;
    padding: 30px 20px 30px
}

.sidebar12__group+.sidebar12__group {
    border-top: 1px solid #fff
}

.sidebar12__group-title {
    color: #4f4f4f;
    font-size: 20px;
    font-family: "Roboto Slab";
    font-weight: 500;
    margin-bottom: 20px
}

.sidebar12__group-subtitle {
    color: #ee077d;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-bottom: 16px
}

.sidebar12__news-lnk {
    color: #000;
    text-decoration: none
}

.sidebar12__news-article {
    padding-bottom: 8px
}

.sidebar12__news-article+.sidebar12__news-article {
    padding-top: 8px;
    border-top: 1px solid #fff
}

.sidebar12__news-date {
    color: #ee077d;
    font-weight: 700
}

.sidebar12__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar12__newsletter-input {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    color: #4f4f4f;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-style: italic;
    background-color: #fff;
    padding: 10px 15px;
    margin: 0;
    border: thin solid #bdbdbd;
    border-radius: 10px
}

.sidebar12__newsletter-input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sidebar12__newsletter-input::-moz-placeholder {
    color: #bdbdbd
}

.sidebar12__newsletter-input:-ms-input-placeholder {
    color: #bdbdbd
}

.sidebar12__newsletter-input::-ms-input-placeholder {
    color: #bdbdbd
}

.sidebar12__newsletter-input::placeholder {
    color: #bdbdbd
}

.sidebar12__newsletter-submit {
    color: #ee077d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    padding: 6px 19px;
    margin: 0;
    border: thin solid #ee077d;
    border-radius: 10px;
    cursor: pointer
}

.sidebar12__newsletter-submit:active {
    color: #fff;
    background-color: #ee077d
}

.sidebar12__products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px
}

.sidebar12__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0 25px
}

.sidebar12__product-img {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 10px
}

.sidebar12__product-title {
    font-size: 15px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 15px 10px 0
}

.sidebar12__product-price {
    color: #190e83;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 5px
}

.sidebar12__product-btn-buy {
    color: #ee077d;
    min-width: 130px;
    font-size: 12px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-radius: 7px;
    padding: 6px 4.5px;
    border: 1px solid #ee077d;
    margin-top: 10px;
    cursor: pointer
}

.sidebar12__product-btn-buy:active {
    color: #fff;
    background-color: #ee077d
}

.sidebar12__partner+.sidebar12__partner {
    padding-top: 10px
}

.sidebar12__partner-link {
    display: block
}

.sidebar12__partner-logo {
    display: block;
    width: 141px;
    height: auto;
    margin: 0 auto
}

.elementor-inner li,
.elementor-inner ul {
    all: revert
}

.article_description .cell {
    height: auto
}

@media (min-width:945px) {
    .page-swiper .swiper-slide.swiper-slide-active {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .page-swiper .swiper-slide.swiper-slide-next {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right
    }
}

@media (max-width:1190px) {
    .sidebar {
        display: none
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .content .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card_items {
        width: 100%
    }

    .sidebar12 {
        display: none
    }
}

@media (max-width:965px) {
    .card_items {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }

    .profile_content_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .article_info .slider_block {
        width: 100%;
        margin-top: 40px
    }

    .oyoplayer {
        width: 100% !important
    }

    .info_block_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .line {
        display: none
    }

    .side {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px
    }

    .info_block_container {
        border: none
    }

    .cats_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 10px
    }

    .cats_info p,
    .cats_info span {
        margin: 0
    }

    .similar h3 {
        font-size: 22px
    }

    .purchase_product_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .purchase_product_img {
        width: 100%;
        height: 270px
    }

    .p_p_group_title {
        margin-top: 20px
    }

    .p_p_group_subtitle {
        margin-bottom: 20px
    }

    .online_product_card,
    .purchase_product_card {
        background: #fff;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        border-radius: 30px;
        padding: 10px
    }

    .pagination {
        margin-top: 20px
    }

    .about-author__title {
        text-align: center
    }

    .about-author__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-author__p-img.--hide-on-mobile {
        display: none
    }

    .about-author__p-img.--show-on-mobile {
        width: 220px;
        height: 247px;
        display: block;
        float: none;
        margin: 25px auto 0
    }

    .about-author__p {
        text-align: center
    }

    .about-author__p+.about-author__p {
        padding-top: 14px
    }

    .about-author__p-author {
        text-align: center
    }

    .new-articles__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners__items-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

@media (max-width:780px) {
    .breacrumbs {
        display: none
    }

    .mobile_navbar_section {
        display: block
    }

    .card_items {
        display: block;
        height: auto !important
    }

    .card_items.grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        display: -ms-grid;
        display: grid
    }

    .navbar {
        display: none
    }


    .media_links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .coo {
        height: auto;
        padding-bottom: 20px
    }

    .coo .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }

    .card_items .card_item {
        width: 100%
    }

    .card_items .card_item_body {
        padding: 10px
    }

    .card_item:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .profile_drop {
        left: -145px
    }

    .profile_auth_drop {
        left: -85px
    }

    .popup.info {
        min-width: auto;
        top: auto;
        left: 6px;
        right: 6px;
        bottom: 35px
    }

    .content .container {
        margin-top: 0
    }

    .profile_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile_content h3 {
        text-align: center
    }

    .profile_content_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .profile_password_group {
        width: 100%;
        margin-top: 40px
    }

    .profile_content h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #000
    }

    .confirmation_code_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    audio {
        width: 100% !important
    }

  

    .online_products_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .search_products {
        width: 100%
    }

    .online_products_list .online_product_card {
        margin-bottom: 0
    }

    .products_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px
    }

    .attachments {
        display: -ms-grid;
        display: grid;
        gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .finish_cart_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p_info_row {
        margin-top: 20px
    }

    .cart_p_item,
    .cart_p_start_group,
    .p_info_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cart_p_item {
        background: #fff;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        border-radius: 30px;
        padding: 10px
    }

    .cart_p_start_group {
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .card_p_item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px
    }

    .check_box_container {
        padding-top: 30px
    }

    .product_p_card_footer {
        margin-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px
    }

    .total_price_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .checkout_content .p_info_group,
    .p_info_group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

    .subtotal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px
    }

    .subtotal .title {
        font-size: 25px
    }

    .subtotal .label {
        margin: 0
    }

    .subtotal .s_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

    .register_content {
        text-align: center
    }

    .list_row_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px
    }


    .subscribe_form {
        margin-top: 40px
    }

    .lSGallery li {
        width: 70px !important;
        height: auto !important;
        border-radius: 15px !important
    }
}

@media (max-width:668px) {
    .partners__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:664px) {
    .about-author {
        padding: 30px 15px
    }

    .about-author__video {
        width: 260px;
        height: 200px
    }

    .about-author__p {
        text-align: left
    }

    .about-author__p-author {
        padding: 0;
        margin-top: 31px
    }

    .page-swiper__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px
    }

    .page-swiper .swiper-slide img {
        width: 290px;
        height: 277px
    }

    .actual-articles__item+.actual-articles__item::before {
        margin: 20px
    }

    .actual-articles__item-link {
        padding: 0
    }

    .actual-articles__item-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .actual-articles__article-header img {
        width: 80px;
        height: 58px
    }

    .actual-articles__article-title {
        font-size: 15px
    }

    .actual-articles__article-content {
        position: relative;
        max-height: 273px
    }

    .actual-articles__article-content::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 124px;
        background: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s
    }

}

@media (max-width:540px) {
    .card_items.grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .card_items .card_item {
        width: 220px;
        margin: 0 auto
    }

    .page-items__title {
        font-size: 20px
    }

    .page-items__items {
        padding-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-items__item {
        max-width: 135px;
        max-height: 167px
    }

    .page-items__item-header {
        width: 135px;
        height: 72px
    }

    .page-items__item-content {
        padding: 15px 10px 20px
    }

    .page-items__item-content span {
        font-size: 13px;
        max-height: 46.8px
    }

    .page-swiper__title span {
        font-size: 20px
    }

    .new-articles__title {
        font-size: 20px
    }

    .actual-articles__title {
        font-size: 20px
    }

    .partners__title {
        font-size: 20px
    }

    .partners__row {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

}