@font-face {
    font-family: circe-font;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Circe-Bold/Circe-Bold.eot);
    src: url(../fonts/Circe-Bold/Circe-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Bold/Circe-Bold.woff) format("woff"), url(../fonts/Circe-Bold/Circe-Bold.ttf) format("truetype")
}

@font-face {
    font-family: circe-font;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Circe-ExtraBold/Circe-ExtraBold.eot);
    src: url(../fonts/Circe-ExtraBold/Circe-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-ExtraBold/Circe-ExtraBold.woff) format("woff"), url(../fonts/Circe-ExtraBold/Circe-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: circe-font;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Circe-ExtraLight/Circe-ExtraLight.eot);
    src: url(../fonts/Circe-ExtraLight/Circe-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-ExtraLight/Circe-ExtraLight.woff) format("woff"), url(../fonts/Circe-ExtraLight/Circe-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: circe-font;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Circe-Light/Circe-Light.eot);
    src: url(../fonts/Circe-Light/Circe-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Light/Circe-Light.woff) format("woff"), url(../fonts/Circe-Light/Circe-Light.ttf) format("truetype")
}

@font-face {
    font-family: circe-font;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Circe-Regular/Circe-Regular.eot);
    src: url(../fonts/Circe-Regular/Circe-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Regular/Circe-Regular.woff) format("woff"), url(../fonts/Circe-Regular/Circe-Regular.ttf) format("truetype")
}

@font-face {
    font-family: circe-font;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Circe-Thin/Circe-Thin.eot);
    src: url(../fonts/Circe-Thin/Circe-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Thin/Circe-Thin.woff) format("woff"), url(../fonts/Circe-Thin/Circe-Thin.ttf) format("truetype")
}

@font-face {
    font-family: source-font;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/sourcesanspro-regular/sourcesanspro-regular.eot);
    src: url(../fonts/sourcesanspro-regular/sourcesanspro-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/sourcesanspro-regular/sourcesanspro-regular.woff) format("woff"), url(../fonts/sourcesanspro-regular/sourcesanspro-regular.ttf) format("truetype")
}

@font-face {
    font-family: montserrat-font;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/montserrat-medium/montserrat-medium.eot);
    src: url(../fonts/montserrat-medium/montserrat-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat-medium/montserrat-medium.woff) format("woff"), url(../fonts/montserrat-medium/montserrat-medium.ttf) format("truetype")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #f8355e;
    color: #fff
}

::selection {
    background-color: #f8355e;
    color: #fff
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-family: circe-font, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

button,
input {
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

path {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: circe-font, sans-serif;
    overflow-x: hidden;
    color: #333;
    margin: 0
}

body.noscroll {
    overflow: hidden
}

body * ::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

body * ::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

body * ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: #ab9feb
}

body input:required:valid,
body textarea:required:valid {
    border-color: #583f9d
}
.top_phone_overlay{
    display: none;
}
#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000
}

.preloader_search_result {
    background: #ccc;
    justify-content: center !important;
}
.header_cart{
    display: none;
}

#up {
    position: fixed;
    left: -300px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8355e;
    -webkit-box-shadow: 4px 0 14px rgba(0, 0, 0, .3);
    box-shadow: 4px 0 14px rgba(0, 0, 0, .3);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 29
}

#up:focus,
#up:hover {
    opacity: 1;
    background-color: #583f9d
}

#up.active {
    left: 20px
}

#up img {
    max-width: 30px;
    margin-bottom: 5px;
}

.main_container {
    width: 1300px;
    margin: 0 auto
}

.promotion {
    width: 100vw;
    max-height: 100px;
    overflow: hidden
}

.promotion img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

header {
   
}

.burger-container {
    position: relative;
    width: 28px;
    cursor: pointer;
    display: none
}

.burger-container span {
    width: 28px;
    height: 3px;
    display: block;
    margin-bottom: 5px;
    background-color: #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.burger-container span:last-child {
    margin-bottom: 0
}

.burger-container.opencontainer span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.burger-container.opencontainer span:nth-child(2) {
    opacity: 0
}

.burger-container.opencontainer span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-container.opencontainer span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.top_line {
    background-color: #f5f5f5;
    height: 30px;
    z-index: 32;
    position: relative;
    display: none;
}

.top_line .main_container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_line .phone {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    display: none
}

.top_line .phone:focus,
.top_line .phone:hover {
    color: #f8355e
}

#sort_city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#sort_city .city_title {
    color: #aeafaf;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 10px;
    margin-right: 5px
}

#sort_city_select {
    position: relative
}
.sort_city_options .button_show_city{
    background-color: #fff;
    color: #636363;
    border-color: #e9e9e9;
}
.sort_city_options .button_show_city:hover{
    background-color: #583f9d;
    border: 4px solid #ab9feb;
    color: #fff;
}
.sort_city_options {
    position: absolute;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    width: 200px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: -35px;
    top: 100%;
    margin-top: 6px;
    padding: 25px 30px;
    display: none;
    z-index: 45
}

.sort_city_options li,
.sort_city_options li>a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sort_city_options li:last-child {
    margin-bottom: 0
}

.sort_city_options li.active,
.sort_city_options li:focus,
.sort_city_options li:hover {
    color: #f8355e
}

.sort_city_options:before {
    content: '';
    position: absolute;
    top: -11px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent
}

#sort_city_option {
    width: 120px;
    overflow: hidden;
    position: relative;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

#sort_city_option .text {
    color: #f8355e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 30px;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden
}

#sort_city_option .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 9px;
    height: 6px
}

#sort_city_option .arrow img {
    width: 9px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e9e9e9;
    height: 30px;
    width: 30px
}

.social a:last-child {
    border-right: 1px solid #e9e9e9
}

.social a:focus,
.social a:hover {
    background-color: #f8355e
}

.social a:focus path,
.social a:hover path {
    fill: #fff
}

.top_menu {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    height: 77px;
    position: relative;
    z-index: 29;
}

.top_menu .line {
    height: 50px;
    width: 1px;
    background-color: #e9e9e9
}

.top_menu .main_container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

.top_menu_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top_menu .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 20px;
    width: 125px;
    padding: 5px 0
}
.top_menu .big_logo{
    width: 155px;
}
form ::-webkit-input-placeholder {
    opacity: .4
}

form ::-moz-placeholder {
    opacity: .4
}

form ::-ms-input-placeholder {
    opacity: .4
}

form ::placeholder {
    opacity: .4
}

.top_menu .logo img {
    max-width: 100px;
    max-height: 50px
}
.top_menu .big_logo img{
    max-width: 135px;
}
.top_menu .menu_phone {
    padding: 0 20px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top_menu .menu_phone span {
    font-size: 11px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5)
}

.top_menu .phone {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    position: relative;
    padding-left: 5px
}

.top_menu .phone svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.top_menu .phone:focus,
.top_menu .phone:hover {
    color: #f8355e
}

.top_menu .phone:focus path,
.top_menu .phone:hover path {
    fill: #f8355e
}

.top_menu .open {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    padding-left: 20px
}

.top_menu .menu {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.top_menu .menu .social,
.top_menu .menu .top_search {
    display: none
}

.top_menu .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.top_menu .menu ul li {
    margin: 0 15px;
    height: 100%
}

.top_menu .menu ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
}

.top_menu .menu ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8355e;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    height: 4px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.top_menu .menu ul li.active a {
    color: #f8355e
}

.top_menu .menu ul li.active a:focus:before,
.top_menu .menu ul li.active a:hover:before {
    opacity: 0
}

.top_menu .menu ul li:focus a:before,
.top_menu .menu ul li:hover a:before {
    opacity: 1
}

.top_panel {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    position: relative;
    z-index: 30
}

.top_panel .main_container {
    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;
    position: relative
}

.top_panel .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex: 1 1 0
}

.search_overlay_fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 28;
    display: none;
}

.top_catalog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 29;
    display: none;
}

.top_catalog_button {
    height: 50px;
    width: 236px;
    position: relative;
    background-color: #f8355e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 30;
}

.top_catalog_button svg {
    margin-right: 15px
}

.top_catalog_button span {
    font-size: 20px;
    font-weight: 700
}

.top_catalog_button.active {
    background-color: #583f9d
}

.sub_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 30;
}

.sub_menu_left {
    background-color: #fff;
    min-height: 410px;
    width: 236px;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px
}

.sub_menu_left.noborder {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px
}

.sub_menu_left ul li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    height: 60px;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.sub_menu_left ul li.active>a,
.sub_menu_left ul li:focus>a,
.sub_menu_left ul li:hover>a {
    background-color: rgba(233, 233, 233, .5);
    color: #f8355e
}

.sub_menu_right {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.sub_menu .hidden {
    display: none
}

.sub_menu .menu_right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background-color: #f6f6f6;
    width: 860px;
    padding: 25px 20px 25px 30px;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0
}

.sub_menu .menu_right_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.sub_menu .menu_right_item {
    width: 190px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sub_menu .menu_right_item:focus,
.sub_menu .menu_right_item:hover {
    -webkit-box-shadow: 4px 0 20px rgba(0, 0, 0, .1);
    box-shadow: 4px 0 20px rgba(0, 0, 0, .1)
}

.sub_menu .menu_right_item:focus .title,
.sub_menu .menu_right_item:hover .title {
    color: #f8355e
}

.sub_menu .menu_right_item .image_overlay {
    height: 70px;
    width: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.sub_menu .menu_right_item .image_overlay img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.sub_menu .menu_right_item .title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sub_menu .menu_right_item .lower_title {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5)
}

.sub_menu .caption {
    font-size: 24px;
    color: #000;
    font-weight: 700
}

.sub_menu .caption_overlay {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px
}

.show_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #f8355e;
    line-height: 20px
}

.show_more .arrow {
    width: 33px;
    height: 33px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #f8355e;
    border: 4px solid #ffb0b0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.show_more .arrow img {
    padding-left: 3px;
    padding-bottom: 1px
}

.show_more:focus,
.show_more:hover {
    color: #583f9d
}

.show_more:focus .arrow,
.show_more:hover .arrow {
    background-color: #583f9d;
    border: 4px solid #ab9feb
}

.mobile_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 5px;
    margin-top: 5px;
    right: 5px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3)
}

.mobile_menu li {
    list-style-type: none;
    border-bottom: 1px solid #e9e9e9
}

.mobile_menu li:last-child {
    border-bottom: none
}

.mobile_menu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 50px;
    font-weight: 700;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.mobile_menu li a.active,
.mobile_menu li a:focus,
.mobile_menu li a:hover {
    color: #f8355e
}

.mobile_menu .overlay {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 15px 0 30px
}

.mobile_menu .overlay img {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile_menu .overlay img.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile_menu .has_menu .overlay img {
    display: block
}

.sub_menu_mobile {
    background-color: #f8f8f8;
    display: none
}

.sub_menu_mobile li {
    padding: 0 30px
}

.sub_menu_mobile li:first-child {
    border-top: 1px solid #e9e9e9
}

.header_top {
    display: none !important;
}

.search_result {
    z-index: 30;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 505px;
    display: none;
}

.search_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    transition: all .5s ease;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
}

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

.search_item .left {
    flex: 1 1 0;
    display: flex;
    align-items: center;
}

.search_item .image_overlay {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.search_item .image_overlay img {
    max-width: 100px;
    max-height: 100%;
    mix-blend-mode: multiply
}

.search_item .title {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 4px;
    padding-right: 15px;
    transition: all .5s ease;
}

.search_item .old_price {
    font-size: 14px;
    font-weight: 200;
    color: #676767;
    text-decoration: line-through;
    margin-right: 12px;
}

.search_item .new_price {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.search_button {
    width: 120px;
    height: 40px;
    background-color: transparent;
    border-radius: 20px;
    color: rgb(248, 53, 94);
    font-size: 18px;
    font-weight: 700;
    display: block;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.search_item:hover {
    background-color: rgba(248, 53, 94, 0.05);
}

.search_item:hover .title {
    color: rgb(248, 53, 94)
}

.search_item:hover .search_button {
    color: #fff;
    background-color: rgb(248, 53, 94);
}

.top_search {
    position: relative;
    width: 100%;
    transition: all .5s ease;
}

.top_search.active .input_search_overlay {
    width: 100%;
}

.top_search ::-webkit-input-placeholder {
    opacity: .4
}

.top_search ::-moz-placeholder {
    opacity: .4
}

.top_search ::-ms-input-placeholder {
    opacity: .4
}

.top_search ::placeholder {
    opacity: .4
}

.input_search_overlay {
    width: 325px;
    position: relative;
    transition: all .5s ease;
}

.input_search {
    height: 50px;
    width: 100%;
    border: none;
    border-right: 1px solid #e9e9e9;
    padding: 0 40px 0 30px;
    font-size: 20px;
    font-weight: 400;
    color: #30373d
}

.button_search {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.button_search:focus path,
.button_search:hover path {
    opacity: 1;
    fill: #f8355e
}

.basket_button {
    border: none;
    background-color: transparent;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    height: 50px;
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.basket_button span {
    color: #30373d;
    font-size: 16px;
    font-weight: 700;
    padding-left: 8px;
    display: block;
    line-height: 17px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.basket_button .basket_img {
    position: relative
}

.basket_button.active {
    background-color: #ffb0b0;
}

.basket_button .circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #f8355e;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 1px 0px 1px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


/* .basket_button:hover>span {
    color: #f8355e
} */

.basket_button:hover .circle {
    background-color: #583f9d
}

.h2_common {
    font-size: 38px;
    line-height: 45px;
    color: #333;
    font-weight: 700
}

.button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 126px;
    height: 54px;
    border: 4px solid #ffb0b0;
    background-color: #f8355e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.button:focus,
.button:hover {
    background-color: #583f9d;
    border: 4px solid #ab9feb
}

.banner_min {
    padding-top: 40px;
    background-color: #f4f4f4
}

.banner_min_box {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 50px 80px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.banner_min_top {
    font-size: 14px;
    font-weight: 400;
    color: #ffc100;
    line-height: 20px;
    margin-bottom: 10px
}

.banner_min_h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px
}

.banner_min_bottom {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-top: 5px
}

.banner_min .button {
    width: 150px;
    margin-top: 20px;
    background-color: #fff;
    border-color: #cecece;
    color: #000
}

.banner_min .button:focus,
.banner_min .button:hover {
    background-color: #583f9d;
    border-color: #ab9feb;
    color: #fff
}

.input_text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #30373b;
    margin-bottom: 10px
}

.input {
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #e3e3e3;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 700;
    color: #30373d;
    height: 50px
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.breadcrumb a {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.breadcrumb span {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #f8355e
}
.breadcrumb .breadcrumb_items{
    position: relative;
    padding-right: 25px
}
.breadcrumb .breadcrumb_items:before {
    content: '';
    top: 0;
    bottom: 2px;
    right: 10px;
    background-image: url(../img/breadcrumb.png);
    height: 10px;
    width: 5px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin: auto
}

.breadcrumb .breadcrumb_items:last-child {
    padding-right: 0;
    opacity: .5
}

.breadcrumb .breadcrumb_items:last-child:focus,
.breadcrumb .breadcrumb_items:last-child:hover {
    color: #333;
    cursor: default
}

.breadcrumb .breadcrumb_items:last-child:before {
    display: none
}

.search_header {
    display: none;
}

.header_top .input_search_overlay {
    display: none;
}
.main_h1 + .common{
    padding-top: 20px;
}
.main_h1 + .common .h2_common{
    font-size: 20px;
    color: #6C6C6C;
    line-height: 30px;
}


.item_product   .quantity{
    width: 88px;
    height: 30px;
    margin-right: -15px;
    margin-left: auto;
    border-radius: 8px;
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -15px;
}
.item_product  .act{
    width: 25px;
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;

}
.item_product  .act:hover:before, .item_product  .act:hover:after{
    background-color: #333;
}
.item_product  .act:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8355e;
    height: 2px;
    width: 10px;
    margin: auto;
    transition: all .5s ease;
}

.item_product  .plus:after{
    content: '';
    transition: all .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8355e;
    height: 10px;
    width: 2px;
    margin: auto;
}
.item_product  .quantity_number{
    width: 35px;
    height: 25px;
    border-radius: 8px;
    background-color: #ffffff;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #30373d

}


.suggestions-suggestions{
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none !important;
    margin-top: 6px;
    overflow: hidden;
    padding: 10px;
    line-height: 19px !important
}


.suggestions-constraints li {
    background: #fff !important;
    border: none !important;
    border-radius: none !important;

}

.suggestions-suggestions strong {
    font-weight: 400;
    color: #f8355e !important;
    font-family: circe-font, sans-serif;
}

.suggestions-nowrap {
    white-space: pre-wrap !important;
}
.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #aeafaf !important;
    font-size: 15px !important;
    line-height: 19px !important
}


.suggestions-suggestion:hover {
    color: #f8355e;
    transition: all .5s ease;
    background: transparent !important;
    cursor: pointer !important;
}

.suggestions-selected {
    color: #f8355e;
    transition: all .5s ease;
    background: transparent !important;
    cursor: pointer !important;
}

.suggestions-selected:hover {
    color: #f8355e;
    transition: all .5s ease;
    background: transparent !important;
    cursor: pointer !important;
}
.suggestions-promo-desktop, .suggestions-addon, .suggestions-promo{
    display: none !important;
}

@media only screen and (max-width:1350px) {
    .main_container {
        width: 1150px
    }
    .top_menu .logo, .top_menu .big_logo {
        width: 120px
    }
    .top_menu .big_logo img{
        max-width: 100px;
    }
    .top_menu .menu ul li a {
        font-size: 15px
    }
    .top_menu .menu_phone {
        padding: 0 15px
    }
    .top_menu .open {
        padding-left: 15px
    }
    .top_menu .menu ul li {
        margin: 0 10px
    }
    .search_result {
        max-height: 450px
    }
}

@media only screen and (max-width:1199px) {
    .main_container {
        width: 900px
    }
    .top_menu .line,
    .top_menu .menu_phone,
    .top_menu .open {
        display: none
    }
    .sub_menu .menu_right {
        width: 663px
    }
    .sub_menu .menu_right {
        padding: 25px 25px 25px 30px
    }
    .search_item {
        padding: 20px;
    }
    .search_result {
        max-height: 350px
    }
}

@media only screen and (max-width:991px) {

    .top_line {
        display: block;
    }
    .top_phone_overlay{
        display: block;
        text-align: right;
        margin-right: 0;
        margin-left: auto;
    }
    .top_phone_overlay .opened{
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
        color: #626262;
        display: block;

    }
    .top_line .main_container{
        height: 100%;
    }
    header{

    }
    .top_line .phone{
        line-height: 23px;
        display: block;
    }
    .top_line{
        height: 46px;
    }
    .main_container {
        width: 700px
    }
    .top_search {
        width: 100%;
        display: none
    }
    #sort_city .city_title,
    .social {
        display: none
    }
    .top_line .phone {
        display: block
    }
    .top_menu .menu {
        display: none
    }
    .top_menu .menu .top_search {
        display: block !important
    }
    .top_menu .menu .top_search .search_item .left {
        flex: none;
    }
    .top_menu .menu .input_search {
        font-size: 16px;
        font-weight: 700
    }
    .top_menu .menu .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-top: 1px solid #e9e9e9
    }
    .top_menu .menu .social a {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        height: 40px;
        font-size: 16px
    }
    .top_menu .menu .social a:first-child {
        border-left: none
    }
    .top_menu .menu .social a:last-child {
        border-right: none
    }
    /* .top_catalog_button {
        background-color: #f4f4f4;
        color: #f8355e
    } */
    /* .but_circle {
        stroke: #f8355e
    } */
    .basket_button {
        width: 84px;
        border: none
    }
    .basket_button span {
        display: none
    }
    .input_search {
        border: none
    }
    .top_menu {
        z-index: 31;
    }
    .burger-container {
        display: block
    }
    .top_menu .menu {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 35;
        background-color: #fff;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .3);
        overflow: hidden;
    }
    .top_menu .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .top_menu .menu ul li {
        width: 100%;
        margin: 0
    }
    .top_menu .menu ul li a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 1!important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 50px;
        padding: 0 30px;
        border-bottom: 1px solid #e9e9e9
    }
    .top_menu .menu ul li a:before {
        opacity: 0!important
    }
    .basket_button {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .top_catalog_button.active {
        background-color: #f8355e;
        color: #fff
    }
    .top_catalog_button.active .but_circle {
        stroke: #fff
    }
    .sort_city_options {
        left: 0
    }
    .banner_min_box {
        padding: 30px 40px;
        background-position: left
    }
    .search_result {
        margin-top: 5px;
        border-radius: 10px
    }
    .search_header {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border: none;
        margin-right: 15px;
    }
    .header_top {
        display: flex !important;
        align-items: center;
    }
    .header_top .search_result {
        left: 5px;
        right: 5px;
    }
    .header_top .input_search_overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 5;
    }
    .header_top .input_search_overlay .input_search_top {
        width: 100%;
        height: 100%;
        border: none;
        background-color: #fff;
        padding: 0px 40px 0px 20px;
        font-size: 18px;
        color: #30373b
    }
    .header_top .input_search_overlay .search_header {
        position: absolute;
        right: 20px;
        bottom: 0px;
        top: 0;
        margin: auto;
    }
    .search_overlay_fixed {
        z-index: 31;
    }
    .top_line {
        z-index: 33;
    }
    .suggestions-addon, .suggestions-promo{
        display: none !important;
    }
    .suggestions-suggestions.suggestions-mobile .suggestions-suggestion{
        border-bottom: none !important;
    }
}

@media only screen and (max-width:767px) {
    .main_container {
        width: 100%;
        padding: 0 10px
    }
    .top_line .main_container,
    .top_menu .main_container,
    .top_panel .main_container {
        padding: 0 20px
    }
    .promotion {
        display: none
    }
    .h2_common {
        font-size: 35px;
        line-height: 42px
    }
    #up {
        width: 50px;
        height: 50px;
        bottom: 10px
    }
    #up img {
        max-width: 25px
    }
    #up.active {
        left: 10px
    }
    .tac {
        text-align: center
    }
    .search_result {
        max-height: 300px
    }
    .search_button {
        display: none;
    }
    .top_menu .menu .top_search .search_item .left {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .item_product .quantity{
        margin-bottom: -5px;
    }
    .top_line{
        height: 40px !important;
    }
    header{
        height: 167px !important;
    }
    /*.top_line .main_container{*/
    /*    justify-content: flex-end;*/
    /*}*/
    .top_panel .main_container {
        padding: 0
    }
    .basket_button {
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 20px
    }
    .basket {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    #sort_city .city_title,
    .social {
        display: none
    }
    .top_line .phone {
        display: block
    }
    #up {
        width: 40px;
        height: 40px;
        bottom: 10px
    }
    #up img {
        max-width: 20px
    }
    #up.active {
        left: 10px
    }
    .h2_common {
        font-size: 30px;
        line-height: 38px
    }
    .banner_min_box {
        text-align: center;
        padding: 30px;
    }
    .banner_min .button {
        width: 240px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .breadcrumb {
        margin-bottom: 15px;
    }
    .product_main .h2_common {
        font-size: 24px;
        line-height: 36px;
    }
    .search_item .image_overlay {
        margin-right: 10px;
    }
    .search_item .title {
        font-size: 14px;
        line-height: 20px;
    }
    .search_item {
        padding: 20px 10px;
    }
    .search_item .info {
        flex: 1 1 0;
    }
}


.delivery_select{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.delivery_select .delivery_items input{
    width: 10px;
    height: 10px;
    -webkit-appearance: radio;
    position: absolute;
    opacity: 0;

}
.delivery_select .delivery_items{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 10px 10px 35px;
    display: block;
    cursor: pointer;
    position: relative;
    width: 48%;
}
.delivery_select .delivery_items .check{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease;
}
.delivery_select .delivery_items .check:before{
    content: '';
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease;
    background-color: #583f9d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}
.delivery_select .delivery_items input:checked + .check:before{
    opacity: 1;
}
.delivery_block_item{
    display: none;
}
.delivery_block_item.active{
    display: block;
}
.delivery_block_item .select, .payment_block_item .select{
    width: 100%;
    position: relative;
}
.delivery_block_item .select_input, .payment_block_item .select_input{
    display: flex;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #e3e3e3;
    padding: 0 40px 0px 25px;
    height: 55px;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 100;

}
.delivery_block_item .select_input:before, .payment_block_item .select_input:before{
    content: '';
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 4px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.delivery_block_item .select_input.active:before, .payment_block_item .select_input.active:before{
    transform: rotate(225deg);
    top: 5px;
    bottom: 0;
}
.delivery_block_item .select .text, .payment_block_item .select .text{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.delivery_block_item .open_select, .payment_block_item .open_select{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border:  2px solid #e3e3e3;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 5px;
    z-index: 1000;

}
.delivery_block_item .open_select li, .payment_block_item .open_select li{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all .5s ease;
}
.delivery_block_item .open_select li:hover, .payment_block_item .open_select li:hover{
    color: #583f9d;
}


/* Карантин */
.quarantine__wrapper {
    border-bottom: 1px solid rgba(218,218,218,.5);
    padding: 10px 0;
    margin-bottom: 30px;
}

.quarantine {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    grid-gap: 10px;
}

@media only screen and (max-width: 1200px) {
    .quarantine {
        grid-template-columns: 1fr;
    }
}

.quarantine__notice {
    background: #fff;
    border-radius: 6px;
    padding: 12px 20px 15px 20px;
}

.quarantine__title {
    color: #F8355E;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
}

.quarantine__text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.quarantine__product {
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.quarantine__product-text {
    padding: 16px 20px 23px 30px;
    width: 100%;
    font-size: 20px;
    color: #444444;
    line-height: 1.4;
}

.quarantine__product-image {
    height: 90px;
    margin: 0 auto;
    padding-top: 6px;
    width: 75%;
}

.quarantine__product-image img {
    max-width: 171px;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
    mix-blend-mode: darken;
}

@media only screen and (max-width: 576px) {
    .quarantine__product-image { display: none; }
}

/* page product */
.quarantine__wrapper--no-border {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: -15px;
}

body.product-product .quarantine__wrapper--no-border {
    margin-top: -25px;
}

.original-iphone {
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    padding: 8px 20px;
    margin: 5px;
    margin-bottom: 20px;

    background: #F5F3FF;
    color: #583F9D;
}

body .product_top_information { background-color: #fff; }
body .information_bottom { background-color: #f6f6f6; }
/* /Карантин */