/* fonts */
@font-face {
    font-family: Century;
    src:
        url('/fonts/century.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: Nunito Sans;
    src:
        url('/fonts/NunitoSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: Raleway;
    src:
        url('/fonts/raleway/Raleway-Regular.ttf') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Raleway;
    src:
        url('/fonts/raleway/Raleway-Medium.ttf') format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Raleway;
    src:
        url('/fonts/raleway/Raleway-SemiBold.ttf') format('woff');
    font-style: normal;
    font-weight: 600;
}

/* *******  */


/* settings styles */

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-variant-numeric: lining-nums;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100vh;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    background: #FFF;
    scroll-behavior: smooth;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

li {
    list-style-type: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

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

.flex {
    display: flex;
}

/* *******  */

.body {
    position: relative;
}

.body__noScroll {
    position: fixed;
}

/* стили страницы*/

.container {
    max-width: 1192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 70px;
}

.containerAll {
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 70px;
    position: relative;
}

.container_mg {
    margin-bottom: 50px;
}

.container__all {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    background: #F3E8E8;
}

.container_top_margin {
    margin-top: 178px;
}

.container__castom_mg {
    margin-bottom: 30px;
}

.title__page {
    color: #1B2F33;
    text-align: center;
    font-family: Century;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.14px;
    margin-bottom: 35px;
}

.title__page_align {
    text-align: left;
}

.title__page_mg {
    margin-bottom: 0;
}

.title__page_small {
    color: #1B2F33;
    font-family: Century;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.title__page_product {
    font-size: 34px;
}


/* *******  */


/* header блок стили */

.header {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    position: fixed;
    z-index: 2;
    top: 0;
    background-color: #fff;
}

.header_filter {
    background-color: #fff;
}

.header__box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1192px;
    margin: 0 auto;
    transition: 0.3s;
    position: relative;
}

.header__box_none {
    display: none;
}

.header__box_top {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__box_top_item {
    display: flex;
    align-items: center;
}

.top__time {
    width: 33px;
    height: 33px;
}

.top__city {
    color: #252525;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-left: 10px;
}

.phone__el {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 168.9%;
    letter-spacing: 0.36px;
    transition: 0.3s;
}

.phone__el:hover {
    text-decoration: underline;
}

.phone__el:first-child {
    margin-right: 30px;
}

.phone__el_gray {
    color: #6D6D6D;
    text-align: right;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.9%;
    /* 30.402px */
    letter-spacing: 0.36px;
}

.msg__el {
    width: 22px;
    height: 22px;
    margin-left: 12px;
    /* background-image: url(/img/topmasIcon.svg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
}

.msg__el_svg {
    transition: 0.3s;
}

.msg__el:hover .msg__el_svg {
    /* background-image: url(/img/topmasIcon-h.svg); */
    fill: #CD6567;
}

defs linearGradient stop {
    transition: 0.3s;
}

.msg__el:hover defs linearGradient stop {
    stop-color: #CD6567;
}

.header__box_mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.header__box_mid_item {
    display: flex;
}

.top__menu {
    display: flex;
    align-items: center;
    gap: 38px;
}

.top__menu_item {
    color: #525252;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
    width: 90px;
}

.top__menu_item:hover {
    font-weight: 500;
}

.top__control {
    display: flex;
    align-items: center;
    gap: 55px;
}

.top__control_item {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.block_search {
    display: block;
    max-width: 580px;
    width: 100%;
    height: 50px;
    box-shadow: 1px 3px 4px 0px rgba(169, 169, 169, 0.22);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 26%;
    top: 50%;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    transition: 0.3s;
    transform: translateX(7%);
    z-index: 1;
}

.block_search_active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0%);
}

.block_search_input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #525252;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 15px;
    border-radius: 6px;
}

.block_search_list {
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    position: absolute;
    top: 48px;
    width: 100%;
    pointer-events: all;
    box-shadow: 1px 3px 4px 0px rgba(169, 169, 169, 0.22);
    background: #fff;
    z-index: 1;
}

.block_search_list_active {
    opacity: 1;
    pointer-events: all;
}

.block_search_list_item {
    color: #525252;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__box_bottom_btn {
    display: none;
    gap: 20px;
    align-items: center;
    position: relative;
}

.header__box_bottom_btn_active {
    display: flex;
}

.btn__menuDarck {
    width: 31px;
    height: 16.978px;
    background-image: url(/img/menuDarck.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.menudarckBox {
    position: absolute;
    bottom: -160px;
    left: 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    /* padding: 20px; */
    background-color: #FFF;
    box-shadow: 1px 3px 4px 0px rgba(169, 169, 169, 0.22);
}

.menudarckBox_active {
    opacity: 1;
    pointer-events: all;
}

.menudarckBox_item {
    color: #000;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
    padding: 10px 20px;
}

.menudarckBox_item:hover {
    color: #6F1B2D;
    background: #F2D8D9;
}

.top__control_menuSmall {
    display: none;
}

.top__control_menuSmall_active {
    display: flex;
    gap: 30px;
}

.icon__search {
    /* background-image: url(/img/searchIcon.svg); */
    /* fill: #111111; */
    transition: 0.3s;
}

.top__control_item:hover .icon__search {
    /* background-image: url(/img/searchIcon-h.svg); */
    fill: #CD6567;
}

.icon__login {
    /* background-image: url(/img/loginIcon.svg); */
    transition: 0.3s;
}

.icon__login_white {
    /* background-image: url(/img/loginIconWhite.svg); */
    transition: 0.3s;
}

.top__control_item:hover .icon__login {
    /* background-image: url(/img/loginIcon-h.svg); */
    fill: #CD6567;
}

.icon__favorite {
    /* background-image: url(/img/favoriteICon.svg); */
    transition: 0.3s;
}

.top__control_item:hover .icon__favorite {
    /* background-image: url(/img/favoriteICon-h.svg); */
    fill: #CD6567;
}

.icon__cart {
    /* background-image: url(/img/cartIcon.svg); */
    transition: 0.3s;
}

.icon__cart_white {
    transition: 0.3s;
    /* background-image: url(/img/cartIconWhite.svg); */
}

.top__control_item:hover .icon__cart {
    /* background-image: url(/img/cartIcon-h.svg); */
    fill: #CD6567;
}

.header__box_bottom {
    /* padding-top: 16px;
    padding-bottom: 16px; */
    display: flex;
    background: linear-gradient(180deg, #6F1B2D 0%, #520916 100%);
}

.header__box_bottom_flex {
    justify-content: center;
    gap: 20px;
    padding: 5px;
}

.header__box_bottom_box {
    display: flex;
    width: 100%;
    max-width: 1192px;
    margin: 0 auto;
    /* justify-content: space-between; */
}

.header__box_bottom_box_remove {
    margin: 0;
    justify-content: center;
    gap: 20px;
    width: max-content;
}

.header__box_bottom_item {
    color: #FFF;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-right: 45px;
    padding-left: 45px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    height: 56px;
}

.header__box_bottom_item_active {
    padding-right: 25px;
}

.header__box_bottom_item:hover {
    color: #e5baba;
    /* background-color: rgb(255, 255, 255, 0.22); */
}

.header__box_bottom_item img {
    transition: 0.3s;
}

.header__box_bottom_item:hover img {
    transform: rotate(180deg);
}

.header__box_bottom_item::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.22);
}

.header__box_bottom_item:last-child::before {
    content: '';
    position: absolute;
    right: 0;
    width: 0px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.22);
}

.dropdown__menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown__menu img {
    padding-top: 7px;
}

.dropdown__menu_box {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    /* padding: 30px; */
    position: absolute;
    top: 56px;
    width: max-content;
    background: #FFF;
    box-shadow: 1px 3px 4px 0px rgba(169, 169, 169, 0.22);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.dropdown__menu_box_item {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.9%;
    transition: 0.3s;
    padding: 10px 20px;
}

.dropdown__menu_box_item:hover {
    color: #6F1B2D;
    background: #F2D8D9;
}

#dropdown_menu_one:hover .dropdown__menu_box {
    opacity: 1;
    pointer-events: all;
}

#dropdown_menu_two:hover .dropdown__menu_box {
    opacity: 1;
    pointer-events: all;
}

#dropdown_menu_three:hover .dropdown__menu_box {
    opacity: 1;
    pointer-events: all;
}

#dropdown_menu_four:hover .dropdown__menu_box {
    opacity: 1;
    pointer-events: all;
}

/* *******  */

/* pages style */

.advantages__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages__box_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 3px 4px 0px rgba(169, 169, 169, 0.22);
    max-width: 387px;
    width: 100%;
    height: 146px;
}

.advantages__box_item_text {
    color: #000;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* gap: 8px;  */
    row-gap: 20px;
}

.product__box_item {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    padding: 6px;
    transition: 0.3s;
}

.product__box_item_color {
    background: #F3E8E8;
    margin-bottom: 10px;
    margin-right: 20px;
}

.product__box_item:hover {
    box-shadow: 1px 2px 7px 0px rgba(147, 147, 147, 0.20);
}

.product__box_item_img {
    position: relative;
    max-width: 250px;
    width: 100%;
    align-self: center;
    padding-top: 9px;
}

.favorite__btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    /* background-color: #6F1B2D; */
    background-image: url(/img/favoriteIcon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 1;
}

.product__box_item:hover .favorite__btn {
    opacity: 1;
    pointer-events: all;
}

.favorite__btn:hover {
    background-image: url(/img/favoriteIcon-h.svg);
}

.favorite__btn_active {
    background-image: url(/img/favoriteIcon-active.svg);
}

.favorite__btn_active:hover {
    background-image: url(/img/favoriteIcon-active.svg);
}

.product__open {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    display: block;
}

.product__img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__stick {
    position: absolute;
    bottom: 11px;
    right: 11px;
}

.product__box_item_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.product__box_item_info_name {
    color: #1B2F33;
    font-family: Century;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
    min-height: 57px;
}

.product__box_item_info_name:hover {
    text-decoration: underline;
}

.price__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.price__box_value {
    color: #1B2F33;
    font-family: Nunito Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price__box_value_old {
    color: #CD6567;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

.cart__btn {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s;
}

.cart__btn:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.cart__btn .cart__image {
    width: 30px;
    height: 30px;
    background-image: url(/img/cartIcon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cart__btn_active .cart__image {
    background-image: url(/img/cartIconAdded.svg);
}

.often__name {
    color: #000;
    font-family: Raleway;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.btn__main {
    border-radius: 6px;
    background: linear-gradient(180deg, #6F1B2D 0%, #520916 100%);
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: 232px;
    height: 55px;
}

.btn__main:hover {
    background: linear-gradient(180deg, #2F2F2E 0%, #2F2F2E 100%);
}

.btn__main_mg {
    margin: 0 auto;
    margin-top: 20px;
}

.main__slider {
    display: flex;
    position: relative;
}

.main__slider_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    /* border-radius: 6px; */
    background-size: cover;
}

.main__slider_item_height {
    height: 450px;
}

.main__slider_item_content {
    max-width: 1192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.slider_text_small {
    color: #000;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 0.32px;
}

.slider_text_big {
    color: #000;
    font-family: Century;
    font-size: 99px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    /* 118.8px */
    letter-spacing: 0.99px;
}

.slider__content {
    max-width: 1192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.slider__content_title {
    color: #000;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.48px;
    margin-bottom: 30px;
}

.slider__content_subtitle {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    max-width: 440px;
    width: 100%;
}

.text__white {
    color: #fff;
}

.text__bold {
    font-weight: 600;
}

.slider__content_btn {
    border-radius: 6px;
    background: linear-gradient(180deg, #6F1B2D -17.86%, #520916 147.14%);
    width: 232px;
}

.control__block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 40%;
}

.button__left {
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/mainSliderBtn.svg);
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 30px;
}

.button__left_product {
    left: 10px;
    top: 50%;
}

.button__left:hover {
    opacity: 1;
}

.button__right {
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/mainSliderBtn.svg);
    opacity: 0.5;
    transition: 0.3s;
    transform: rotate(180deg);
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 1;
    right: 30px;
}

.button__right_product {
    right: 10px;
    top: 50%;
}

.button__right:hover {
    opacity: 1;
}

.slider__bottom_info {
    position: absolute;
    bottom: 0;
    background: rgb(47, 47, 46, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.slider__bottom_info_text {
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.application__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 553px;
    width: 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-image: url(/img/application__block.png);
    position: relative;
    margin-top: 130px;
}

.application__block_container {
    max-width: 1192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}

.application__block_title {
    color: #FFF;
    font-family: Century;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 70.2px */
    letter-spacing: 1.62px;
    margin-bottom: 15px;
}

.application__block_subtitle {
    color: #FFF;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}

.application__block_el {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

.application__block_el_item {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 50px;
}

.appIcon {
    width: 39px;
    height: 39px;
}

.app__text {
    color: #FFF;
    font-family: Raleway;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.app__link {
    display: flex;
    gap: 30px;
}

.iphone__block {
    position: absolute;
    top: -240px;
    right: 40px;
}

.often__box {
    display: flex;
    flex-direction: column;
    margin-top: 83px;
    margin-bottom: 83px;
}

.product__box_slider {
    width: 98vw;
    /* margin-left: 240px; */
}

.perfect__box {
    display: flex;
    flex-direction: column;
}

.perfect__box_container {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.hollidays__box {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.perfect__box_container_gap {
    gap: 10px;
}

.perfect__box_container:first-child {
    padding-bottom: 33px;
    border-bottom: 1px solid #000;
}

.perfect__box_container:last-child {
    margin-top: 33px;
}

.perfect__box_container_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 182px;
    border-radius: 5px;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.bg__block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.47);
    border-radius: 5px;
    opacity: 1;
    transition: 0.3s;
    z-index: 0;
}

.perfect__box_container_item:hover .bg__block {
    opacity: 0;
}

.perfect_width {
    width: 386px;
    height: 182px;
}

.perfect__box_container_item_title {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    transition: 0.3s;
    z-index: 1;
}

.perfect__box_container_item:hover .perfect__box_container_item_title {
    color: #000;
    padding: 7px 17px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.80);
    margin-top: 80px;
}

.perfect_title {
    font-size: 24px;
}

.why__box {
    display: flex;
    flex-direction: column;
    margin-top: 83px;
    margin-bottom: 83px;
}

.why__box_container {
    max-width: 1192px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 157px; */
    row-gap: 5.438rem;
}

.why__box_container_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 510px;
    width: 100%;
}

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

.item_text_title {
    color: #000;
    font-family: Century;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item_text_text {
    color: #3B3B3B;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reviews__box {
    display: flex;
    flex-wrap: wrap;
    /* gap: 18px; */
    justify-content: space-between;
}

.reviews__box_mg {
    margin-bottom: 30px;
}

.reviews__box_item {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
}

.reviews__box_item_top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 8px;
}

.reviews__box_item_top_name {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.reviews__box_item_top_date {
    color: #A8A8A8;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.zvezdi__box_container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.zvezdi__box_container_item {
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    content: url(/img/reviews/reviews_zv.svg);
    cursor: pointer;
    transition: 0.3s;
    filter: grayscale(1);
}

.zvezdi__box_container_item_small {
    width: 24px;
    height: 24px;
}

.zvezdi__box_container_item_active {
    filter: grayscale(0);
}

.reviews__text {
    margin-top: 24px;
    height: 190px;
    color: #3B3B3B;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
}

.reviews__text_active {
    height: max-content;
}

.open__reviews__text {
    color: #154998;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 25px;
    cursor: pointer;
}

.open__reviews__text:hover {
    text-decoration: underline;
}

.bread__crumb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bread__crumb_list {
    color: #555;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-right: 20px;
}

.bread__crumb_list_link {
    color: #D9D9D9;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bread__crumb_list_link:hover {
    text-decoration: underline;
}

.bread__crumb_list::after {
    content: '|';
    position: absolute;
    right: 8px;
    color: #D9D9D9;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bread__crumb_list:last-child::after {
    display: none;
}

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

.catalog__box_top {
    display: flex;
    justify-content: space-between;
}

.catalog__box_top_left {
    display: flex;
    flex-direction: column;
}

.catalog__text {
    color: #3B3B3B;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.catalog__box_btn {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.catalog__box_btn_item {
    border-radius: 6px;
    border: 1px solid #ACACAC;
    color: #3B3B3B;
    text-align: center;
    font-family: Century;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 10px 17px;
    cursor: pointer;
    transition: 0.3s;
}

.catalog__box_btn_item:hover {
    background-color: #eca3a4;
    color: #fff;
}

.catalog__box_btn_item_active {
    background: #CD6567;
    /* border: none; */
    border: 1px solid #CD6567;
    color: #FFF;
}

.catalog__box_btn_item_active:hover {
    background: #CD6567;
    border: 1px solid #CD6567;
    color: #FFF;
}

.catalog__dropdown_box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.catalog__dropdown_box_item {
    color: #252525;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.catalog__box_top_right {
    display: flex;
    flex-direction: column;
}

.input__element {
    display: flex;
    flex-wrap: wrap;
    gap: 57px;
    margin-bottom: 27px;
}

.input__element_item {
    border-radius: 6px;
    border: 1px solid #ECE9E4;
    width: 127px;
    padding: 9px 13px;
    color: #838383;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.line__element {
    display: flex;
    align-items: center;
}

.line__element_btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #6F1B2D;
    cursor: pointer;
}

.line__element_line {
    width: 302px;
    height: 5px;
    border-radius: 2.331px;
    background: #6F1B2D;
}

.sort__box {
    display: flex;
    margin-right: 10px;
}

.sort__box_text {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 16px;
}

.catalog__box_bottom {
    display: flex;
    justify-content: space-between;
}

.field {
    width: 100%;
    position: relative;
}

.fieldTopWidth {
    width: max-content;
}

.filedInputWrapper {
    width: 100%;
    position: relative;
}

.filedInputWrapper input:disabled {
    background-color: white;
    cursor: pointer;
}

.field input {
    color: #252525;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding-right: 10px;
    cursor: pointer;
    display: flex;
    background-color: white;
    align-items: start;
    text-align: left !important;
}

.filedInputWrapper .filedInputWrapper__ico {
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.25s;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    border: 0px solid #A8A8A8;
    background: #FFF;
    box-shadow: 0px 1px 4px 3px rgba(174, 174, 174, 0.25);
    display: none;
    z-index: 2;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    padding: 15px;
    width: 9vw;
}

.dropdown__item {
    color: #616161;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    text-align: left;
}

.dropdown__item:hover {
    font-weight: 500;
}

.dropdown_active {
    display: flex;
}

.product__box_top_left {
    max-width: 496px !important;
    width: 100% !important;
}

.slider__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.slider__box_sliderTop {
    max-width: 496px !important;
    width: 100% !important;
    height: 496px;
    position: relative;
    margin-bottom: 23px;
    border-radius: 6px;
}

.slider__box_sliderBottom {
    max-width: 496px !important;
    width: 100% !important;
}

.slider__box_sliderTop_item {
    width: 100%;
}

.article_slider_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.img__hover {
    width: 84px;
    height: 84px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 6px;
}

.img__hover_video {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/btnVideo.svg);
    width: 84px;
    height: 84px;
    cursor: pointer;
    margin-right: 18px;
    border-radius: 6px;
}

.img__hover_video .img__hover {
    width: 100%;
    min-width: 84px;
    height: 100%;
    min-height: 84px;
    z-index: -1;
}

.videoSlider__box {
    width: 496px;
    height: 496px;
}

.videoSlider__box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.slider__box_sliderTop_item .favorite__btn {
    opacity: 1;
    pointer-events: all;
}

.product__info {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.product__box_top_right {
    display: flex;
    flex-direction: column;
}

.product__box_top_right_title {
    color: #1B2F33;
    font-family: Century;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.68px;
    margin-bottom: 14px;
}

.articul {
    color: #838383;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 34px;
}

.compound__box {
    display: flex;
    flex-direction: column;
    width: 312px;
    height: max-content;
}

.compound__box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.compound__box_top_title {
    color: #252525;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.compound__box_top_btn {
    color: #3E7EBC;
    cursor: pointer;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.charactitistic__box_el_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 17px;
    max-height: 100px;
    overflow: hidden;
}

.charactitistic__box_el_container_active {
    max-height: max-content;
}

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

.el_container_item_title {
    position: relative;
    display: contents;
    color: #A8A8A8;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.el_container_item_title::after {
    content: '';
    border-bottom: 1px dashed #A8A8A8;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: -3px 5px;
    height: 20px;
}

.el_container_item_value {
    color: #252525;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.compound__container {
    display: flex;
    justify-content: space-between;
}

.radio {
    display: inline-block;
    cursor: pointer;
}

.radio>input {
    display: none;
}

.radio>.div_checkbox {
    position: relative;
    padding-left: 35px;
    display: flex;
}

.div_checkbox_gap {
    align-items: center;
    gap: 10px;
}

.radio>.div_checkbox:before {
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #939393;
    border-radius: 50%;
    display: block;
    position: absolute;
    padding-top: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.radio>.div_checkbox::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: inherit;
    border-radius: 50%;
    display: block;
    position: absolute;
    padding-top: 4px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}

.div_checkbox_text {
    color: #000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.radio>input:checked+.div_checkbox:after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #8B2D2E;
}

.size__box_title {
    color: #252525;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

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

.text__block_help {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    position: relative;
}

.text__block_help_title {
    color: #252525;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.help_btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #F7DDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B18A8A;
    cursor: pointer;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}

.help_btn:hover {
    background-color: #f1c3c3;
}

.help__box {
    position: absolute;
    bottom: 25px;
    left: 110px;
    pointer-events: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 6px;
    background: #F0F0F0;
    transition: 0.3s;
    max-width: 272px;
    width: max-content;
    z-index: 999;
}

.text__block_help:hover .help__box {
    opacity: 1;
    pointer-events: all;
}

.help__box_text {
    color: #2E2E2E;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.help__box_title {
    color: #2E2E2E;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.checkbox__container {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.checkbox__container_item {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(/img/gal.svg);
}

.radio_daw {
    display: inline-block;
    cursor: pointer;
}

.radio_daw>input {
    display: none;
}

.radio_daw>.div_checkbox_daw {
    position: relative;
    padding-left: 25px;
}

.radio_daw>.div_checkbox_daw:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #939393;
    border-radius: 1px;
    display: block;
    position: absolute;
    padding-top: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.div_checkbox_daw {
    color: #939393;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    gap: 7px;
}

.div_checkbox_daw a {
    color: #000;
}

.radio_daw>input:checked+.div_checkbox_daw:before {
    content: '';
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/img/gal.svg);
}

.checkbox__box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.price__plis {
    color: #719D18;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn__show {
    margin-top: 35px;
    border-radius: 6px;
    display: inline-flex;
    max-width: 300px;
    width: 100%;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #CD6567 0%, #DD3B3F 100%);
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.btn__show:hover {
    background: linear-gradient(180deg, #2F2F2E 0%, #2F2F2E 100%);
}

.product__bottomCart {
    display: flex;
    align-items: center;
    border-top: 1px solid #ACACAC;
    margin-top: 30px;
    padding-top: 35px;
    justify-content: space-between;
    gap: 10px;
}

.product__bottomCart_item {
    display: flex;
    flex-direction: column;
    min-width: 170px;
}

.bottomCart_item_value {
    color: #000;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text__block_help_mg {
    margin-top: 0;
}

.addnput__box {
    display: flex;
    width: 144px;
    height: 55px;
}

.addnput__box_minus {
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #CECECE;
    background: inherit;
    width: 55px;
    height: 55px;
    color: #1B2F33;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
}

.addnput__box_value {
    color: #1B2F33;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    text-align: center;
}

.addnput__box_plus {
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #CECECE;
    background: inherit;
    width: 55px;
    height: 55px;
    color: #1B2F33;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
}

.login__product {
    color: #252525;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 27px;
}

.logInBtn {
    color: #3E7EBC;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.logInBtn:hover {
    text-decoration: underline;
}

.product__tab {
    display: flex;
    margin-top: 115px;
}

.product__tab__box {
    display: flex;
    flex-direction: column;
}

.product__tab__box_tab {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.product__tab__box_tab_item {
    color: #ACACAC;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: inherit;
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
    padding-right: 30px;
}

.product__tab__box_tab_active {
    color: #252525;
    border-bottom: 1px solid #6F1B2D;
}

.tab {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ACACAC;
}

.tab__title {
    color: #252525;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.tab__titleBig {
    color: #3B3B3B;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.tab__text {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 23px;
}

.tab__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 20px;
    max-width: 973px;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 30px;
}

.tab__list_item {
    color: #939393;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: auto;
}

.product__icon_box {
    display: flex;
    gap: 160px;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
}

.product__icon_box_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    max-width: 226px;
    width: 100%;
}

.product__icon_box_item_img {
    width: 100px;
    height: 100px;
}

.product__icon_box_item_text {
    color: #000;
    text-align: center;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ceo__box {
    display: flex;
    flex-direction: column;
}

.ceo__box_title {
    color: #252525;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 28px;
}

.ceo__box_text {
    color: #838383;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.reviews__form {
    display: flex;
    box-shadow: 1px 2px 7px 0px rgba(147, 147, 147, 0.20);
}

.reviews__form_box {
    display: flex;
    width: 100%;
}

.reviews__form_box_bg {
    max-width: 393px;
    width: 100%;
    border-radius: 6px 0px 0px 6px;
}

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

.form {
    border-radius: 0px 6px 6px 0px;
    background: #fff2f2;
    display: flex;
    flex-direction: column;
    padding-left: 75px;
    padding-right: 66px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
}

.form_title {
    color: #000;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.zvezdi__title {
    color: #000;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.form__textarea {
    max-width: 658px;
    width: 100%;
    color: #000000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 13px;
    padding-top: 14px;
}

.form__textarea::placeholder {
    color: #BBB9B9;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form__bottom {
    display: flex;
    justify-content: space-between;
}

.add__foto {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.add__foto_title {
    color: #000;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.add__foto_btn {}

.btn__main_submit {
    width: 202px;
}

.input-file_none {
    display: none;
}

.input-file-btn {
    width: 54px;
    height: 54px;
    border-radius: 3px;
    background: #E0C1C2;
    color: #B68B8B;
    /* font-family: Nunito Sans; */
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.input-file-text {
    font-family: Nunito Sans;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
}

.news__box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news__box_item {
    max-width: 384px;
    width: 100%;
    height: 374px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.news__box_item:hover {
    box-shadow: 1px 2px 7px 0px rgba(147, 147, 147, 0.20);
}

.news__box_item:hover .news__box_item_img {
    transform: scale(1.01);
}

.news__box_item:hover .news__title {
    text-decoration: underline;
}

.news__box_item_img {
    width: 384px;
    height: 196px;
    object-fit: cover;
    transition: 0.3s;
}

.news__date {
    margin-top: 28px;
    color: #A8A8A8;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
}

.news__title {
    color: #000;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px;
    padding-left: 10px;
}

.news__text {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 10px;
    height: 43px;
    overflow: hidden;
}

.news__box_content {
    display: flex;
    flex-direction: column;
}

.news__box_content_title {
    color: #1B2F33;
    text-align: center;
    font-family: Century;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.68px;
    margin-bottom: 15px;
}

.news__box_content_date {
    color: #A8A8A8;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 34px;
}

.news__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news__container_left {
    display: flex;
    flex-direction: column;
    max-width: 889px;
    width: 100%;
}

.news__container_left_img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
    border-radius: 6px;
}

.news__container_left_text {
    color: #616161;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.news__control {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.news__control_prev {
    color: #ACACAC;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.news__control_prev:hover {
    text-decoration: underline;
}

.news__control_next {
    color: #ACACAC;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.news__control_next:hover {
    text-decoration: underline;
}

.news__container_right {
    display: flex;
    flex-direction: column;
    max-width: 282px;
    width: 100%;
}

.news__container_right_title {
    color: #1B2F33;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 30px;
}

.news__container_right_list {
    display: flex;
    flex-direction: column;
}

.right_list_item {
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
    padding-top: 18px;
    border-bottom: 1px solid #D9D9D9;
}

.right_list_item:last-child {
    border-bottom: none;
}

.right_list_item_date {
    color: #A8A8A8;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.right_list_item_link {
    color: #3B3B3B;
    font-family: Century;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.right_list_item_link:hover {
    text-decoration: underline;
}

.contacts__box {
    display: flex;
    flex-direction: column;
}

.contacts__box_map {
    margin-bottom: 50px;
    max-width: 1192px;
    width: 100%;
    height: 509px;
}

.contacts__box_map iframe {
    width: 100%;
    height: 100%;
}

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

.contacts__box_cotrol_left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cotrol_left_title {
    color: #616161;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacts__box_cotrol_mid {
    display: flex;
    flex-direction: column;
}

.cotrol_mid_title {
    color: #000;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cotrol_mid_tel {
    color: #000;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cotrol_mid_tel:hover {
    text-decoration: underline;
}

.contacts__box_cotrol_right {
    display: flex;
    gap: 10px;
}

.cotrol_right_rek {
    color: #6F1B2D;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #6F1B2D;
    padding: 20px 50px;
    background-color: #fff;
    transition: 0.3s;
}

.cotrol_right_rek:hover {
    background-color: #6F1B2D;
    color: #fff;
}

.cotrol_right_write {
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    background: var(--2, linear-gradient(180deg, #CD6567 -17.86%, #DD3B3F 147.14%));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    cursor: pointer;
    transition: 0.3s;
}

.cotrol_right_write:hover {
    background: linear-gradient(180deg, #2F2F2E 0%, #2F2F2E 100%);
}

.shop__box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 283px;
    row-gap: 40px;
    margin-top: 60px;
}

.shop__box_item {
    display: flex;
    flex-direction: column;
    max-width: 382px;
    width: 100%;
    height: max-content;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

.shop__box_item_status {
    color: #ACACAC;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    text-transform: uppercase;
}

.shop__box_item_name {
    color: #252525;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop__box_item_subname {
    color: #616161;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.shop__box_item_tel {
    color: #616161;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shop__box_item_tel:hover {
    text-decoration: underline;
}

.shop__box_item_time {
    color: #615F5F;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-transform: uppercase;
}

.opt__box_text {
    color: #939393;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 969px;
    width: 100%;
}

.opt__box_text_tel {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 168.9%;
    /* 27.024px */
    letter-spacing: 0.32px;
}

.opt__box_text_tel:hover {
    text-decoration: underline;
}

.delivery__box {
    display: flex;
    flex-direction: column;
}

.delivery__box_text {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 811px;
    width: 100%;
}

.delivery__box_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 82px;
    row-gap: 30px;
    margin-top: 20px;
    max-width: 811px;
    width: 100%;
    margin-bottom: 40px;
}

.delivery__box_list_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery__box_list_item_name {
    color: #252525;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.delivery__box_list_item_tel {
    color: #616161;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.delivery__box_list_item_tel span {
    color: #ACACAC;
}

.express__delivery_box {
    display: flex;
    flex-direction: column;
}

.express__delivery_box_title {
    color: #1B2F33;
    font-family: Century;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.68px;
    margin-bottom: 45px;
}

.express__delivery_box_list {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.express__delivery_box_list_item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 384px;
    width: 100%;
}

.express_img {
    border-radius: 6px;
    width: 100%;
}

.express_text {
    color: #1B2F33;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.del__title {
    color: #252525;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
    display: flex;
    align-items: baseline;
}

.not__order {
    font-family: Raleway;
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
    margin-top: 60px;
}

.return__link {
    color: #2A5885;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

.return__link:hover {
    text-decoration: underline;
}

.del__title_span {
    color: #ACACAC;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
}

.important__text {
    font-weight: 500;
    color: #252525;
}

.terms__list {
    display: flex;
    gap: 70px;
}

.discounts_icon {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background-color: #ECE9E4;
    color: #1B2F33;
    text-align: center;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
}

.about__box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.guarantee__box {
    display: flex;
    flex-direction: column;
}

.delivery__box_text_mg {
    margin-bottom: 60px;
}

.express__delivery_box_title_mg {
    margin-bottom: 18px;
}

.instructions__link {
    color: #2A5885;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 30px;
}

.instructions__link:hover {
    text-decoration: underline;
}

.paymentreturn__box {
    display: flex;
    flex-direction: column;
}

.paymentreturn__box_list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    margin-bottom: 60px;
}

.paymentreturn__box_list_item {
    display: flex;
    flex-direction: column;
    max-width: 296px;
    width: 100%;
}

.paymentreturn__box_list_item img {
    width: 134px;
    height: 134px;
    margin-bottom: 15px;
}

.paymentreturn__list_text {
    color: #1B2F33;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.paymentreturn__list_text_small {
    padding-top: 13px;
    color: #939393;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.instruction__box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.instruction__box_item {
    display: flex;
    gap: 30px;
}

.instruction__box_item img {
    border-radius: 6px;
    width: 188px;
    height: 186px;
    object-fit: cover;
}

.instruction__box_item_textbox {
    display: flex;
    flex-direction: column;
    max-width: 843px;
    width: 100%;
}

.instruction__box_item_text_title {
    color: #3B3B3B;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
}

.instruction__box_item_text {
    color: #939393;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.instruction__text_red {
    color: #6F1B2D;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 18px;
}

.instruction__box_item_text_subtitle {
    color: #1B2F33;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 18px;
}

.help__block {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.help__block:last-child {
    margin-bottom: 0;
}

.help__box_item_defolt {
    color: #5F5F5F;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    cursor: pointer;
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help__box_item_defolt:hover {
    font-weight: 500;
}

.help__box_item_defolt_active {
    border-bottom: none;
    padding-bottom: 0;
}

.help__box_item_open {
    display: none;
    flex-direction: column;
    color: #939393;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6F1B2D;
}

.help__box_item_open_active {
    display: flex;
}

.helpStr {
    padding-right: 20px;
    transition: 0.3s;
}

.helpStr_active {
    transform: rotate(180deg);
    filter: brightness(0.6);
}

.help__block_title {
    color: #000;
    font-family: Century;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-bottom: 25px;
}

.cart__box {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.cart__box_left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 797px;
    width: 100%;
}

.cart__btn_clear {
    color: #272727;
    font-family: Century;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    background-image: url(/img/X.svg);
    background-repeat: no-repeat;
    background-position: 100% 62%;
    padding-right: 20px;
    width: max-content;
}

.cart__btn_clear:hover {
    text-decoration: underline;
}

.cart__container_elm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cart__container_elm_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    flex-wrap: wrap;
}

.cart__container_elm_item_info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart__container_elm_item_info_img {
    position: relative;
    width: 141px;
    height: 141px;
}

.productSmall__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.cart__container_elm_item_info_block {
    display: flex;
    flex-direction: column;
    width: max-content;
}

.info_block_title {
    color: #000;
    font-family: Century;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px;
}

.info_block_size {
    color: #6D6D6D;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 26px;
}

.info_block_text {
    color: #252525;
    font-family: Century;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info_block_elm {
    display: flex;
    flex-direction: column;
}

.cart__container_elm_item_control {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.checkbox__container_cart {
    margin-top: 10px;
    gap: 10px;
}

.checkbox__box_cart {
    margin-top: 10px;
    gap: 10px;
}

.checkbox__container_item_cart {
    font-size: 12px;
}

.div_checkbox_daw {
    font-size: 15px;
}

.price__plis {
    font-size: 12px;
}

.addnput__box_minus_cart {
    width: 75px;
    height: 35px;
}

.addnput__box_cart {
    width: 114px;
    height: 35px;
    margin-bottom: 5px;
}

.addnput__box_plus_cart {
    width: 75px;
    height: 35px;
}

.addnput__box_value_cart {
    font-size: 18px;
}

.cart__price {
    display: flex;
    flex-direction: column;
}

.cart__price_value {
    color: #000;
    font-family: Nunito Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart__price_oldValue {
    color: #9F475A;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

.product__stick_cart {
    width: 27px;
    height: 27px;
}

.postcard__text {
    max-width: 434px;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    margin-top: 25px;
}

.postcard__text_input {
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    color: #272727;
    font-family: Raleway;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}

.postcard__text_input::placeholder {
    color: #BBB9B9;
    font-family: Raleway;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.not__available_text {
    color: #272727;
    font-family: Century;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.not__available {
    opacity: 0.3;
    pointer-events: none;
}

.cart__box_right {
    max-width: 384px;
    width: 100%;
}

.cart__box_right_control {
    display: flex;
    flex-direction: column;
}

.cart__box_right_control_title {
    color: #272727;

    font-family: Century;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cart__box_right_control_top {
    border-radius: 6px;
    background: #FFF;
    width: 100%;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
}

.cart__box_right_control_top:last-of-type {
    margin-bottom: 0;
}

.cart__box_right_control_top_title {
    color: #6D6D6D;
    margin-bottom: 17px;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.radio__box_border {
    padding-bottom: 20px;
    border-bottom: 2px solid #D9D9D9;
}

.flex__value_list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 12;
    width: 100%;
}

.flex__value_list_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.flex__value_list_item_title {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.flex__value_list_item_value {
    color: #6D6D6D;
    text-align: right;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.txt_bold {
    color: #000;
    font-family: Raleway;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.txt_red {
    color: #9F475A;
}

.btn_oformlenie {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 64px;
    border-radius: 5px;
    background: linear-gradient(180deg, #6F1B2D -17.86%, #520916 147.14%);
    margin-top: 10px;
    cursor: pointer;

    &:hover {
        background: linear-gradient(180deg, #2F2F2E 0%, #2F2F2E 100%);
    }
}

.vacan__box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vacan__box_item {
    border-radius: 6px;
    background: #FFF;
    max-width: 584px;
    width: 100%;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 23px;
}

.vacan__box_item_title {
    color: #1B2F33;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.vacan__box_item_price {
    color: #1B2F33;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.vacan__box_item_text {
    color: #838383;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.vacan__box_item_btn {
    color: #3E7EBC;
    margin-top: 13px;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.vacan__box_item_btn:hover {
    text-decoration: underline;
}

.input_bonus {
    border-radius: 29px;
    border: 1px solid #D9D9D9;
    width: 79px;
    padding: 4px 9px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.text__block_help_mg {
    margin-top: 0;
}

.cupon__box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cupon__box_item {
    border-radius: 29px;
    border: 1px solid #D9D9D9;
    display: inline-flex;
    padding: 4px 9px;
    align-items: flex-start;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
}

.cupon__box_item_active {
    color: #FFF;
    background: #9F475A;
    border: 1px solid #9F475A;
}

.label__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.help__box_position {
    left: 10px;
}

/* *******  */


/* footer блок стили  */

.footer__box {
    background: linear-gradient(180deg, #6F1B2D 0%, #520916 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}

.footer__boxContent {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: 1192px;
    justify-content: space-between;
}

.footer__boxContent_item {
    display: flex;
    flex-direction: column;
}

.footer__text {
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 55px;
    margin-bottom: 95px;
}

.footer__text_policy {
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.policy_mg {
    margin-bottom: 12px;
}

.footer__text_policy:hover {
    text-decoration: underline;
}

.footer__title {
    color: #FFF;
    font-family: Century;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

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

.footer__phone {
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s;
}

.footer__phone:hover {
    text-decoration: underline;
}

.social__link_container {
    display: flex;
    gap: 11px;
    margin-bottom: 40px;
}

.social__link_container_item {
    background-position: center;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    transition: 0.3s;
}

.vb {
    background-image: url(/img/vbIcon.svg);
}

.wp {
    background-image: url(/img/wpIcon.svg);
}

.tg {
    background-image: url(/img/tgIcon.svg);
}

.vb:hover {
    background-image: url(/img/vbIcon-h.svg);
}

.wp:hover {
    background-image: url(/img/wpIcon-h.svg);
}

.tg:hover {
    background-image: url(/img/tgIcon-h.svg);
}

.footer__time {
    color: #FFF;
    font-family: Century;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 19px;
}

.footer__time_text {
    color: #FFF;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.footer__control_item {
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
    width: 172px;
}

.footer__control_item:hover {
    font-weight: 500;
}

.footer__boxContent_bottom {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 1192px;
    justify-content: space-between;
    border-top: 1px solid #fff;
    align-items: center;
}

.copyright_text {
    color: #939393;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.application__box {
    display: flex;
    align-items: center;
    gap: 38px;
}

.application__box_text {
    color: #FFF;
    font-family: Century;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.application__box_img {
    display: flex;
    gap: 10px;
}

/* .ww__box {
    display: flex;
    opacity: 0.5;
    transition: 0.3s;
    margin-top: 30px;
}
.ww__box:hover {
    opacity: 1;
}
.ww__link {
    display: flex;
    gap: 9px;
    align-items: center;
    font-family: 'Noto Sans Display';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
}
.ww__text {
    font-family: 'Noto Sans Display';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    color: #FFFFFF;
} */


/* *******  */

/* policy 404 cookie  */

.box__404 {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 200px;
    margin-bottom: 50px;
}

.box__404_left {
    display: flex;
    flex-direction: column;
    max-width: 528px;
    width: 100%;
}

.box__404_left_title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 33px;
}

.box__404_left_subtitle {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #626262;
    margin-bottom: 20px;
}

.box__404_left_code {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B0B0B0;
    margin-bottom: 50px;
}

.box__404_left_button {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #520916;
    border-radius: 20px;
    width: 300px;
    height: 60px;
}

.box__404_right {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 300px;
    line-height: 150%;
    color: #520916;
}


.section_personal {
    padding-top: 40px;
}

.main {
    margin-top: 40px;
}

.policy {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.policy__content {
    display: flex;
    flex-direction: column;
}

.policy__heading,
.personal_title {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

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

.policy__title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.policy__text {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
}

.policy__subtitle {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px
}

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

.policy__item {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    list-style-type: disc;
}

.policy__block-mini {
    display: flex;
    flex-direction: column;
}

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

.politics_info_subtitle {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.personal_info {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
}

/*куки*/
.margin_style {
    margin-top: 185px;
    margin-bottom: 110px;
}

.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 13px 50px;
    display: flex;
    width: 100%;
    border-top: 1px solid #333333;
    font-size: 1.3em;
    justify-content: center;
    background-color: #fff;
    z-index: 1000;
    align-items: center;
}

.cookie__wrapper {
    display: flex;
    margin-right: 20px;
    color: #333333;
    align-items: center;
}

.cookie__wrapper p {
    margin-right: 5px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__wrapper a {
    color: #333333;
    text-decoration: none;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__wrapper a:hover {
    color: #333333;
    text-decoration: underline;
}

.cookie__btn {
    color: #6F1B2D;
    cursor: pointer;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.cookie__close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-46%);
    width: 12px;
    cursor: pointer;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

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

.container_main {
    max-width: 1170px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.personal_title {
    font-size: 28px;
}

.politics_info_subtitle {
    font-size: 23px;
}

.section_personal {
    display: flex;
    flex-direction: column;
}

.container_main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* *******  */



/* mobile blocks styles and modal  */

.popup-fade {
    display: none;
    position: relative;
    z-index: 99999;
}

.popup-fade:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2.5px);
    z-index: 9999;
}

.popup_fade {
    display: none;
    position: relative;
    z-index: 99999;
}

.popup_fade:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2.5px);
    z-index: 9999;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px;
    width: 100%;
    max-width: 447px;
    height: max-content;
    background: #FFFFFF;
    border-radius: 6px;
    z-index: 99999;
    display: flex;
}

.popupSmall {
    max-width: 358px;
    padding: 30px;
}

.popupWidth {
    max-width: max-content;
}

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

.passText {
    color: #3E7EBC;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    /* border-radius: 50%; */
    transition: 0.3s;
}

.popup-close:hover {
    /* box-shadow: 0px 3px 10px 6px rgba(2, 48, 89, 0.2); */
}

.popup__box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popup__box_title {
    color: #272727;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.popup__box_subtitle {
    color: #838383;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;
}

.popup__box_text {
    color: #272727;
    font-family: Century;
    font-size: 16px;
    margin-bottom: 45px;
    text-align: center;
}

.modal__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}

.modal__container_form {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 100%;
}

.modal__container_form_input {
    max-width: 345px;
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #D9D9D9;
    color: #838383;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.btnModal {
    border-radius: 5px;
    background: #CACACA;
    display: flex;
    min-width: 254px;
    padding: 16px 64px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: center;
    cursor: pointer;
}

.btnModal_width {
    width: max-content;
}

.btnModal_active {
    background: linear-gradient(180deg, #6F1B2D 0%, #520916 100%);
}

.reg__text {
    color: #939393;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

.reg__btn {
    color: #3E7EBC;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
    cursor: pointer;
}

.reg__btn:hover {
    text-decoration: underline;
}

.login {
    color: #3E7EBC;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
    cursor: pointer;
}

.login:hover {
    text-decoration: underline;
}

.log_urlic {
    color: #3E7EBC;
    text-align: center;
    margin-top: 30px;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.log_urlic:hover {
    text-decoration: underline;
}

.modal__container_social {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
}

.modal__container_social_item {
    width: 279px;
    height: 56px;
    border-radius: 6px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 3% 62%;
    transition: 0.3s;

    &:hover {
        transform: scale(1.04);
    }
}

.modalVb {
    background-color: #834F9C;
    background-image: url(/img/modal1.svg);
}

.modalWp {
    background-color: #00CC5B;
    background-image: url(/img/modal2.svg);
}

.modalTg {
    background-color: #269ECF;
    background-image: url(/img/modal3.svg);
}

.dynamic-text table {
    place-self: center;
    margin-bottom: 17px !important;
}

.dynamic-text table td {
    padding: .4em;
}

.dynamic-text ul,
.dynamic-text ol {
    margin-bottom: 17px !important;
}

.dynamic-text ul {
    margin: auto;
    padding-left: 17px;
    list-style-type: disc;
}

.dynamic-text ol {
    margin: auto;
    padding-left: 17px;
    list-style-type: auto;
}

.dynamic-text p,
.dynamic-text li,
.dynamic-text td {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dynamic-text p {
    width: 100%;
    margin-bottom: 17px;
}

.dynamic-text li {
    list-style-type: unset;
}

.dynamic-text a {
    color: #2A5885;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* display: block; */
}

.dynamic-text a:hover {
    text-decoration: underline;
}

.dynamic-text {
    h1, h2, h3, h4, h5, h6 {
        color: #1B2F33;
        font-family: Century;
        font-size: revert;
        font-weight: 400;
        margin-bottom: 17px;
    }

    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 24px;
    }
    h4, h5, h6 {
        font-size: 17px;
    }
}

.dynamic-text .image {
    place-self: center;
    margin: 1.5em 0;
}

.dynamic-text .image.image-style-block-align-left {
    place-self: flex-start;
}

.dynamic-text .image.image-style-block-align-right {
    place-self: flex-end;
}

.dynamic-text .image-style-align-left,
.dynamic-text .image-style-align-right {
    display: inline-block;
}

.dynamic-text .image-style-align-left {
    float: left;
}

.dynamic-text .image-style-align-right {
    float: right;
}

.dynamic-text img {
    width: 100%;
    height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.emptyCart {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 2.3rem;
    align-items: center;
    gap: 2.3rem;
}

.emptyCart .btn__main {
    font-size: 16px;
}

.emptyCart .notLoggedIn {
    margin-top: 50px;
}

.emptyCart .logInBtn {
    font-size: unset;
}

.btn__main.goToCart {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #2F2F2E;
}

.btn__main.goToCart span {
    font-size: 12px;
    margin-bottom: 4px;
}


.modalCode {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.modalCode_text {
    /*color: #3E7EBC;*/
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modalCode_input {
    display: flex;
    gap: 15px;
}

.modalCode_input input {
    font-size: 30px;
    text-align: center;
    width: 50px;
    background-color: transparent;
    border-bottom: 1px solid #D9D9D9;
}

.modalCode_new,
.modalCode_phone_change {
    color: #D9D9D9;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.modalCode_new_active,
.modalCode_phone_change_active {
    color: #3E7EBC;
    cursor: pointer;
}

.modalCode_new_time {
    color: #838383;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 24px;
}

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

.uluchBox_title {
    color: #1B2F33;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.popup__box_title_start {
    text-align: start;
}

.smallTitle {
    color: #939393;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.vacanInfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

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

.vacanInfo_item_title {
    color: #1B2F33;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.vacanInfo_item_text {
    color: #939393;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.vacanInfo_item_text_big {
    color: #1B2F33;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.vacanNextBtn {
    display: inline-flex;
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #6F1B2D;
    color: #FFF;
    cursor: pointer;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

#circleBar {
    width: 122px;
    height: 122px;
}

/* *******  */
.cart__box_right_control_top_reverse {
    flex-direction: column-reverse;
}

.radio__box_mgTop {
    margin-top: 20px;
}

.flex__value_list_mgNone {
    margin-top: 0;
}

.orderPayment {
    color: #272727;
    font-family: Century;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.order__box {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 3px 6px 0px rgba(151, 148, 148, 0.22);
    padding: 25px;
}

.order__box_title {
    color: #000;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.order__box_tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.order__box_tabs_item {
    border-radius: 29px;
    border: 1px solid #A8A8A8;
    display: flex;
    padding: 9px 23px;
    align-items: center;
    justify-content: center;
    color: #A8A8A8;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.order__box_tabs_item_active {
    background: #6F1B2D;
    color: #FFF;
}

.order__box_dropdown {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #D9D9D9;
}

.dropdownItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 23px;
    border-radius: 29px;
    border: 1px solid #8B2D2E;
    color: #6F1B2D;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s;
}

.input__date {
    border-radius: 8px;
    border: 1px solid #ACACAC;
    padding: 10px;
    color: #ACACAC;
    width: 90px;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input__date::placeholder {
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coment__box {
    display: flex;
    flex-direction: column;
}

.coment__box_title {
    color: #272727;
    font-family: Century;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}

.coment__textareaBox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.coment__textareaBox_item {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    resize: none;
    padding: 20px;
}

.people__box {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #D9D9D9;
}

.people__box_title {
    color: #272727;
    margin-bottom: 30px;
    font-family: Century;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.people__box_radio {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.input_from {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.input_from_item {
    border-radius: 29px;
    border: 1px solid #A8A8A8;
    display: flex;
    width: 247px;
    padding: 10px 23px;
    color: #A8A8A8;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input_from_item::placeholder {
    color: #A8A8A8;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.details__box {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #D9D9D9;
}

.details__box_item,
.checkout-delivery-time-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.checkout-delivery-time-box {
    margin-bottom: 0;
}

.details__box_item_text {
    color: #ACACAC;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input__date_width {
    max-width: 356px;
    width: 100%;
}

.title__page_start {
    text-align: start;
}

.orderstatus__box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.orderstatus__box_left {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    max-width: 328px;
    width: 100%;
    padding: 30px;
    height: max-content;
}

.orderstatus__box_right {
    max-width: 839px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.status__box {
    display: flex;
    gap: 15px;
}

.status__box img {
    margin-top: -1px;
}

.orderstatus__box_left_title {
    margin-bottom: 30px;
    color: #272727;
    font-family: Century;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.status__box_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.status__box_items_item {
    color: #D9D9D9;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.status_item_text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.status__line {
    padding-left: 7px;
    margin-top: 2px;
}

.paddijng_status {
    padding-left: 6px;
    margin-top: 2px;
}

.orderstatus_plan {
    display: none;
    align-items: center;
    border-radius: 6px;
    box-shadow: 1px 3px 6px 0px rgba(151, 148, 148, 0.22);
    background: rgb(255, 255, 255);
    padding-top: 18px;
    padding-left: 14px;
    padding-bottom: 17px;
    padding-right: 7px;
    margin-bottom: 6px;
}

.orderstatus_plan p:nth-child(1) {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #616161;

}

.orderstatus_plan p:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
    margin-left: 5px;
}

.orderstatus_plan svg {
    margin-left: auto;
}

.status_item_active p {
    color: #616161;
}

.status_item_svgFill .status_item_text svg circle {
    fill: #6F1B2D;
}

.status_item_current .status_item_text svg {
    width: 20px;
    height: 20px;

}

.status_item_current .status_item_text svg circle {
    fill: #6F1B2D;
}

.status__line:not([style*="display: none"]) svg path {
    animation-duration: 3s;
    animation-name: statusLine;
    animation-iteration-count: infinite;
    animation-timing-function: step-end;
}

.status__line:not([style*="display: none"]) svg path:nth-child(2) {
    animation-delay: 1s;
}

.status__line:not([style*="display: none"]) svg path:nth-child(3) {
    animation-delay: 2s;
}

@keyframes statusLine {
    0% {
        stroke: #6F1B2D;
    }

    33% {
        stroke: #D9D9D9;
    }
}

.orderstatus__box_right iframe {
    width: 100%;
    height: 361px;
}

.orderstatus__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    padding: 26px;
}

.orderstatus__info_title {
    color: #272727;
    font-family: Century;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 34px;
}

.orderstatus__info_subtitle {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.orderstatus__info_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 33px;
    border-bottom: 1px solid #D9D9D9;
}

.orderstatus__info_items_item {
    display: flex;
    gap: 10px;
}

.orderstatus__info_items_item span {
    color: #000;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderstatus__info_items_item span:last-child {
    color: #939393;
}

.orderstatus__photo {
    margin-top: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #D9D9D9;
}

.orderstatus__photo>p {
    color: #939393;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.input-file-btn_style {
    width: 209px;
    height: 190px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    color: #838383;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: default;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    justify-content: center;
    background: transparent;
}

.orderstatus__sostav {
    display: flex;
    flex-direction: column;
    margin-top: 33px;
    padding-bottom: 33px;
}

.orderstatus__sostav_title {
    color: #272727;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderstatus__sostav_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.orderstatus__sostav_item img {
    width: 77px;
    height: 69px;
    object-fit: cover;
    border-radius: 3px;
}

.orderstatus__sostav_item_name {
    display: flex;
    flex-direction: column;
}

.orderstatus__sostav_item_name span {
    color: #373737;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.orderstatus__sostav_item_name span:last-child {
    color: #838383;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.massage__florist {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    padding: 26px;
    width: 100%;
}

.massage__florist_title {
    color: #272727;
    margin-bottom: 30px;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.massage__florist_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.massage__florist_form_input {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    max-width: 599px;
    width: 100%;
    color: #ACACAC;
    padding: 10px;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.massage__florist_form_input::placeholder {
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #ACACAC;
}

.massage__florist_form_button {
    width: 159px;
    border-radius: 6px;
    background: #7DAD1B;
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.florist__chat {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-bottom: 33px;
}

.florist__chat_item {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background: rgba(113, 157, 24, 0.13);
    padding: 10px 15px;
    width: 40%;
    margin-left: auto;
}

.chat__name {
    color: #000;
    display: inline-flex;
    gap: 10px;
    font-family: Century;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.chat__time {
    color: #ACACAC;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.chat__masage {
    color: #525252;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.florist__chat_item_reverse {
    background: #F6F6F6;
    width: 70%;
    margin-left: 0;
}

.favoritesValue {
    border-radius: 36px;
    background: #FEEDD1;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -9px;
    right: -5px;
    font-family: Raleway;
    color: #252525;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.favoritesValueBig {
    right: -26px;
}

.inputOrder {
    color: #6F1B2D !important;
    text-align: center !important;
    font-family: Raleway !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    cursor: pointer !important;
    padding-right: 0 !important;
}

.inputOrderFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.dropdownStyle {
    width: calc(100% + 2px) !important;
    left: -1px;
    border-radius: 19px;
    border: 1px solid #6F1B2D;
    background: #FFF;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown__adress_active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pickup__date {
    position: relative;
}

.pickup__date_active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.kalendar__box {
    position: absolute;
    top: 38px;
    left: -1px;
    border-radius: 19px;
    border: 1px solid #6F1B2D;
    background: #FFF;
    border-top-left-radius: 0;
    padding: 15px;
    display: none;
    flex-direction: column;
    width: max-content;
    z-index: 1;
}

.kalendar__box_active {
    display: flex;
}

.kalendar__box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.kalendar__box_top_prev {
    color: #000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.kalendar__box_top_date {
    color: #000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.kalendar__box_top_next {
    color: #000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

.kalendar__box_dayWeek_item {
    color: #939393;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 17px;
    height: 17px;
}

.kalendar__box_number {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kalendar__box_number_item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kalendar__box_number_item span {
    width: 17px;
    height: 17px;
}

.itemPrev {
    color: #D9D9D9;
}

.popupSelectionUser_btn {
    display: flex;
    gap: 18px;
    margin-top: 35px;
    align-self: center;
    flex-wrap: wrap;
}

.popupSelectionUser_btn_item {
    border-radius: 6px;
    border: 1px solid #6F1B2D;
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #6F1B2D;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.btnOk {
    border-radius: 5px;
    background-color: #6F1B2D;
    display: flex;
    width: 254px;
    padding: 16px 64px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
    margin-top: 40px;
    align-self: center;
}

.btnOk:hover {
    background-color: #000000;
    color: #FFF;
}

.air-datepicker {
    border: 0;
}

.air-datepicker-nav {
    border-bottom: 0;
}