header {
    position: sticky;
    top: 0;
    z-index: 13;
}
.main-header-container {
  max-width: 1373px;
  width: 100%;
  margin: 0 auto;
}
.top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F4F4F8;
    max-width: 1373px;
    width: 100%;
    margin: 0 auto;
  transition: 0.2s linear;
}
.choose-address {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #000004;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 69px;
}
.choose-address .icon {
    margin-right: 8px;
}
.language {
    margin-right: 24px;
    position: relative;
}

.language-icon-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    background: #FFFFFF;
    border-radius: 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}
.lang {
    display: block;
    margin: 0 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}
.arrow {
    width: 12px;
    position: relative;
    top: -2px;
}
.language-dropdown {
    width: 64px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 8px 5px;
    display: none;
    position: absolute;
    top: 24px;
    z-index: 1;
}
.language-dropdown a:first-child{
    margin-bottom: 8px;
}
.lang-item, .top-header-right, .menu, .login-btn, .main-header-right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-header-right  {
    margin-right: 69px;
}
.phone-number {
    font-size: 24px;
    line-height: 24px;
    color: #000004;
}
.phone-number span {
  font-family: GHEAHelveticaGeo-Bold;
}
.phone-number .icon {
    margin-right: 11px;
}
.menu .icon {
    margin-right: 10px;
    margin-left: 16px;
}
.menu {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #FFE2BB;
}
.main-header {
    background: #230903;
  transition: 0.2s linear;
}
.main-header-container {
  padding: 7px 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.login {
    margin: 0 32px 0 18px;
}
.login-btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #FFE2BB;
}
.login-btn .icon {
    margin-right: 8px;
}
.menu, .search, .login, .header-basket {
    cursor: pointer;
}
.arrow {
    transition: 0.2s;
}
.log-out .icon {
    margin-right: 10px;
}
.login, .search {
    position: relative;
}
.login-dropdown {
    position: absolute;
    top: 49px;
    width: 270px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(175, 175, 187, 0.5);
    padding: 16px;
    right: -16px;
    display: none;
    z-index: 11;
}
.login-dropdown a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000004;
    padding: 16px 24px;
    display: block;
}
.login-dropdown a:hover {
    background: #F4F4F8;
}
.login-dropdown a:not(:last-child) {
    border-bottom: 1px solid #DEDEE3;
}
.log-out{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #FB3640;
}
.log-out span{
    color: #FB3640;
}
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F4F4F8;
    border: 1px solid #FFCB42;
    padding: 0 0 0 9px;
    width: 388px;
}
.search-btn {
    margin-right: 10px;
}
.search-form  ::-webkit-input-placeholder, .search-form ::-moz-placeholder, .search-form :-ms-input-placeholder, .search-form :-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #DEDEE3;
}
.search-form  input {
    height: 40px;
    width: 100%;
    background: #F4F4F8;
    border: none;
}
.search-filed {
    position: absolute;
    top: -9px;
    right: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s;
}
.open-search {
    width: 388px;
}
.search-close {
    margin-right: 10px;
    display: none;
    position: absolute;
    top: 6px;
    left: 9px;
}
.search-result {
    background: #FFFFFF;
    padding: 16px 14px;
    border: 1px solid #FFCB42;
    position: absolute;
    top: 32px;
    width: 388px;
    right: 0;
    z-index: 11;
    display: none;
}
.search-result-item, .search-result-item a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-result-item {
    width: 100%;
}
.sr-img {
    margin-right: 4px;
}
.sr-name {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 16px;
    color: #393E41;
    max-width: 150px;
}
.price-content {
    margin-left: 25px;
}
.sr-price {
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #262730;
    margin-right: 13px;
}
.discount {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #ED1C24;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.show {
    display: block;
}
.hide {
     display: none;
 }
.search-result .search-result-item:not(:last-child) {
    margin-bottom: 16px;
}
.menu-container {
    padding: 16px;
    background: #fff;
    width: 401px;
    height: 100vh;
    position: relative;
    z-index: 1;
    left: -500px;
    transition: 0.3s;
}
.menu-items a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000004;
    position: relative;
}
.menu-items li:not(.dropdown-menu) a {
    display: block;
    padding: 16px 24px;
}
.menu-items li.dropdown-menu {
    padding: 16px 24px;
}
.dropdown-menu {
    position: relative;
}
.menu-items li {
    transition: 0.3s;
}
.menu-items li:hover {
    background: #F4F4F8;
}
.menu-icon{
    position: absolute;
    right: 8px;
    top: 22px;
}
.menu-items li:not(:last-child){
    border-bottom: 1px solid #DEDEE3;
}
.drop-menu-content {
    display: none;
}
.close-button {
    display: block;
    margin: 0 0 16px auto;
}
.right-menu, .basket, .choose-address-main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 15;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.layer, .basket-layer, .address-layer {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.show-layer {
    opacity: 0.2;
    visibility: visible;
}
.showDrop {
    display: block;
    padding-top: 16px;
}
.no-hover:hover{
    background: transparent !important;
}
.menu-items {
    height: calc(100vh - 88px);
    overflow: auto;
}
.menu-items::-webkit-scrollbar {
    display: none;
}
.menu-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.menu-discount a {
    text-transform: uppercase;
    color: #fff;
    background: #FF5714;
}
.showRightMenu {
    opacity: 1;
    visibility: visible;
}
.basket-content {
    padding: 16px;
    background: #fff;
    width: 566px;
    height: 100vh;
    position: absolute;
    z-index: 1;
    right: -600px;
    transition: 0.3s;
}
.show-left {
    left: 0;
}
.show-right {
    right: 0;
}
.logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.basket-item .counter {
    display: block;
    width: 32px;
    margin-right: 16px;
}
.basket-item .counter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.basket-item .counter input {
    font-size: 20px;
    padding:  0 !important;
}
.basket-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #DEDEE3;
    margin-bottom: 16px;
}
.basket-left {
   max-width: 380px;
    width: 100%;
}
.basket-product-img {
    margin-right: 10px;
}
.basket-item-name {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.basket-price-and-trash {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.basket-item-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000004;
    margin-bottom: 27px;
    white-space: nowrap;
}
.basket-order-btn {
    background: #FF5714;
    display: block;
    height: 72px;
    padding-right: 52px;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 68px;
    color: #FFFFFF;
    width: calc(100% - 45px);
    position: relative;
    transition: 0s;
}
.basket-order-btn:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 45px solid #FF5714;
    border-bottom: 32px solid transparent;
    position: absolute;
    right: -45px;
    top: 0;
}
.basket-order-btn:hover {
    background: #FF6A2E;
}
.basket-order-btn:hover:after {
    border-left: 45px solid #FF6A2E;
}
.basket-order {
    position: relative;
}
.basket-total-price {
    position: absolute;
    width: max-content;
    height: 56px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    padding: 16px;
    top: 8px;
    left: 8px;
}
.address-map {
    width: 950px;
    margin: 158px auto 0;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
}
#map, #mapMobile {
    width: 50%;
    height: 384px;
}
.addresses-form {
    width: 50%;
    margin-right: 20px;
}
.address-map, .address-confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.address-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000004;
    margin-bottom: 16px;
}
.addresses-form label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
}
.addresses-form input {
    background: #F4F4F8;
    border: 1px solid #DEDEE3;
    width: 100%;
    height: 56px;
    padding: 16px;
}
.inline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.form-item {
    margin-bottom: 16px;
    position: relative;
}
.location-icon {
    position: absolute;
    bottom: 16px;
    right: 19px;
}
.confirm-btn{
    background: #4ECDC4;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000004;
    padding: 16px 0;
    display: block;
    width: 100%;
    margin-right: 20px;
}
.confirm-btn:hover{
    background: #88DDD7;
}
.confirm-btn-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #FB3640;
    min-width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
}
.confirm-btn-x:hover {
    background: #FB3640;
}
.confirm-btn-x:hover path {
    stroke: #fff;
}
.mobile-menu {
    background: #230903;
    padding: 8px 23px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    display: none;
}
.mob-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mob-menu-content a {
    text-align: center;
}
.mob-item {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #8A6400;
}
.active .mob-item {
    color: #FFCB42;
}
.mob-menu {
    width: 100%;
    top: 20px;
}
.mob-basket {
    right: 0;
    top: 156px;
    width: 100%;
}
.mob-menu-icon {
    display: none;
}
.mobile-addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}
.mobile-addresses .addresses-form, .mobile-addresses #map {
    width: 100%;
}
.mobile-addresses #map {
    width: 100%;
    height: 296px;
}
.mobile-addresses .addresses-form {
    margin-right: 0;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 16px;
    background: white;
}
.mobile-addresses .address-title {
    font-size: 18px;
}
.mobile-addresses .inline input {
    min-width: 65px;
}
.p5 {
    padding-right: 50px;
}
.mobile-search {
    max-width: 95%;
    width: 100%;
    margin: 24px auto 0;
}
.mobile-search ul{
    background: #FFFFFF;
}
.mobile-search li:not(:last-child){
    border-bottom: 1px solid #DEDEE3;
}
.mobile-search-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #647481;
    margin-bottom: 32px;
}
.mobile-search a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #647481;
    padding: 16px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-search li:last-child a{
    background: #FF5714;
    color: #fff;
    text-transform: uppercase;
}
.mob-search-filed, .mob-search-filed .search-form{
    width: 100%;
}
.mob-search-filed {
    width: 100%;
    position: relative;
    margin: 9px 0;
    top: 0 !important;
}
.mob-search-result{
    width: calc(100% - 32px);
    left: 16px;
    top: 57px;
}
.opened-result {
    display: block !important;
    position: static;
    border: none;
    background: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100% !important;
}
.opened-result .search-result-item{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.opened-result .search-result-item a{
    padding-left: 0;
}
.logo {
    margin-left: 75px;
}
@media (max-width: 1200px) {
    .phone-number {
        font-size: 19px;
    }
}
@media (max-width: 780px) {
    .choose-address {
        padding: 19px 20px;
    }
    .top-header-right {
        margin-right: 20px;
    }
    .main-header-container {
        padding: 7px 16px;
    }
    .logo {
        width: 30px;
        margin-right: 45px;
    }
    .menu .icon {
        margin-left: 0;
    }
}
@media (max-width: 630px) {
    .phone-number span {
        display: none;
    }
    .language {
        margin-right: 0;
    }
    .phone-number .icon {
        margin-right: 19px;
        position: relative;
        top: 4px;
    }
    .phone-number {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .login, .header-basket {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    body {
        padding-bottom: 91px;
    }
    .mob-menu-icon {
        display: block;
    }
    .menu {
        display: none;
    }
    .mob-menu-icon,  .mob-menu-icon .menu  {
        display: block !important;
    }
    .mob-menu-icon .menu span {
        position: relative;
        top: -7px;
    }
    .basket-counter img {
        width: 24px;
    }
    .basket-item .counter input {
        line-height: 38px;
    }
    .basket-item-name {
        font-size: 12px;
        line-height: 18px;
        margin-right: 16px;
    }
    .basket-item-price {
        margin-bottom: 20px;
    }
    .basket-order-btn {
        padding-right: 16px;
        font-size: 16px;
    }
    .basket-total-price {
        font-size: 16px;
        padding: 16px 12px;
    }
    .logo {
        margin-left: 7px;
    }
}
@media (max-width: 426px) {
    .open-search {
        width: 385px;
    }
    .search-filed {
        top: -13px;
    }
    .search-form input {
        height: 49px;
    }
}
@media (max-width: 410px) {
    .open-search {
        width: 368px;
    }
}
@media (max-width: 390px) {
    .open-search {
        width: 348px;
    }
}
@media (max-width: 379px) {
    .open-search {
        width: 339px;
    }
}
@media (max-width: 363px) {
    .open-search {
        width: 317px;
    }
    .mobile-addresses .inline input {
        min-width: 55px;
    }
}
@media (max-width: 343px) {
    .open-search {
        width: 302px;
    }
    .mobile-addresses .inline input {
        min-width: 51px;
    }
}
@media (max-width: 325px) {
    .open-search {
        width: 285px;
    }
}
