.header {
    position: sticky;
    top: 0;
    background: #eef0eb;
    z-index: 14;
  transition: 0.2s ease;
}

.main-header-container {
    max-width: 1373px;
    width: 100%;
    margin: 0 auto;
  position: relative;
}

.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: transparent; /*#F4F4F8;*/
    max-width: 1373px;
    width: 100%;
    margin: 0 auto;
    transition: 0.2s linear;
  padding: 16px 0;
}

.choose-address {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #1a274e;
    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 {
    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: 9px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}

.language-dropdown {
    width: 64px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 4px 5px;
    display: none;
    position: absolute;
    top: 24px;
    z-index: 10;
}

.language-dropdown a {
    padding: 7px 0;
}

.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: #1a274e;
    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;
  margin-right: 24px;
}

.phone-number span {
    font-family: GHEAHelveticaGeo-Bold;
}

.phone-number .icon {
    margin-right: 11px;
  position: relative;
  top: -2px;
}

.menu .icon {
    margin-right: 10px;
    margin-left: 16px;
}

.menu {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #1a274e;
  position: relative;
  z-index: 1;
}
.main-header-right {
  position: relative;
  z-index: 1;
}

.main-header {
    padding: 13px 16px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(183, 192, 170, 0.5);
    border-radius: 64px;
    font-weight: 700;
    font-size: 12px;
    color: #1a274e;
    letter-spacing: 0.04em;
  position: relative;
  z-index: -1;
}

.main-header-container {
    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, .login-item {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #1a274e;
}

.login-btn .icon {
    margin-right: 8px;
}

.menu, .search, .login, .header-basket {
    cursor: pointer;
}

.header-basket {
    border: 2px solid #D61518;
    color: #D61518 !important;
    padding: 9px 11px;
    border-radius: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.header-basket:hover {
    color: #fff !important;
    background: #D61518 !important;
}

.header-basket #basketContentQuantity {
    color: #D61518 !important;
    font-size: 16px;
    min-width: 30px;
    text-align: center;
}

.header-basket:hover #basketContentQuantity {
    color: #ffffff !important;
}

.arrow {
    transition: 0.2s;
}

.log-out .icon {
    margin-right: 10px;
}

.login, .search {
    position: relative;
}

.login-dropdown {
    position: absolute;
    top: 75px;
    width: 270px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(175, 175, 187, 0.5);
    padding: 16px;
    right: -40px;
    display: none;
    z-index: 11;
    border-radius: 32px;
}

.login-dropdown a, .login-dropdown button {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a274e;
    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: #D61518;
}

.log-out span {
    color: #D61518;
}

.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 #D61518;
    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 #D61518;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-result-item {
    width: 100%;
}

.sr-img {
    margin-right: 4px;
    width: 72px;
}

.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: 150;
    left: -500px;
    transition: 0.3s;
}

.menu-items a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1a274e;
    position: relative;
    letter-spacing: 0.01em;
    padding: 16px 50px 16px 24px;

}

.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: #eff3ff;
    border-radius: 100px;
}

.menu-icon {
    position: absolute;
    right: 8px;
    top: 22px;
}

.menu-items li:not(:last-child) {
    border-bottom: 1px solid #eff3ff;
}

.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, .loaderBlock {
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.2);
    /*opacity: 0;*/
    /*visibility: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.loaderBlock {
    display: none;
    height: 100vh;
    position: fixed;
}

.loaderBlock > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loaderBlock {
    z-index: 999;
}

.loader {
    color: #1a274e;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.loader_container {
    display: none;
}

.show-layer {
    opacity: 0.2 !important;
    visibility: visible !important;
}

.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 {
    background: #eff3ff;
    border-radius: 100px;
}

.showRightMenu {
    opacity: 1;
    visibility: visible;
}

.basket-content {
    padding: 16px;
    background: #fff;
    width: 566px;
    height: 100vh;
    position: absolute;
    z-index: 150;
    right: -600px;
    transition: 0.3s;
    overflow: auto;
}

.show-left {
    left: 0;
}

.show-right {
    right: 0;
}

.logo-link {
    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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 0;
}

.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;
    width: 96px;
}

.basket-item-name {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
    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: #1a274e;
    margin-bottom: 27px;
    white-space: nowrap;
}

.basket-order-btn {
    background: #1a274e;
    display: block;
    height: 72px;
    padding-left: 29px;
    font-weight: 700;
    font-size: 18px;
    line-height: 72px;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    transition: 0s;
    border-radius: 100px
}

.basket-order-btn:hover {
    background: #3550a1;
}

.basket-order-btn img {
    margin-left: 10px;
    width: 17px;
}

.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: #1a274e;
    padding: 16px;
    top: 8px;
    right: 8px;
    border-radius: 100px;
  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-total-price span {
  padding-right: 4px;
}
.address-map {
    width: 950px;
    margin: 158px auto 0;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    border-radius: 32px;
}

#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: #1a274e;
    margin-bottom: 16px;
}

.addresses-form label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
}

.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;
    grid-template-columns: auto auto auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.form-item {
    position: relative;
}

.location-icon {
    position: absolute;
    top: 40px;
    right: 19px;
}

.confirm-btn {
    background: #1a274e;
    border: 1px solid #1a274e;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding: 16px 0;
    display: block;
    width: 100%;
    margin-right: 20px;
    border-radius: 32px;
}

.confirm-btn:hover {
    background: #ffffff;
    color: #1a274e;
}

.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 #D61518;
    min-width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
}

.confirm-btn-x:hover {
    background: #D61518;
}

.confirm-btn-x:hover path {
    stroke: #fff;
}

.mobile-menu {
    background: #FFFFFF;
    padding: 8px 23px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    display: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.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: #3550a1;
}

.active .mob-item {
    color: #000;
}

.mob-menu {
    width: 100%;
    top: 20px;
}

.mob-basket {
    right: 0;
    top: 156px;
    width: 100%;
}

.mob-menu-icon {
    display: none;
}

.mobileBasket {
    position: relative;
}

.mobileBasket.hasQuantity #mobileBasketQuantity {
    position: absolute;
    display: block;
    top: -5px;
    right: -3px;
    font-size: 10px;
    font-weight: 900;
    background: #3550a1;
    padding: 5px 0;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    border: 1px solid #3550a1;
}

.mobileBasket.active #mobileBasketQuantity {
    background: #1a274e;
    color: #ffffff;
    border: 1px solid #1a274e;
}

.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%;
}

#mobileMapModal .addresses-form,
#mobileMapModal .addresses-form input,
#map > ymaps > ymaps,
#map > ymaps > ymaps > ymaps {
    border-radius: 32px;
}

.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;
}

.error {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #D61518;
    height: 24px;
}

.hasError .error:before {
    content: url("/images/error.svg");
    position: absolute;
    top: 3px;
    left: 0;
}

.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: #D61518;
    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;*/
    width: 127px;
    height: 50px;
}

.autocomplete_result {
    display: none;
    background: #F4F4F8;
    box-sizing: border-box;
    z-index: 2;
    line-height: 23px;
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    box-shadow: 0 3px 9px -3px #1a274e;
}

.autocomplete_result p {
    padding: 5px 0 5px 10px;
}

.autocomplete_result p.element-hover,
.autocomplete_result p:hover {
    background-color: #dbdbdb;
}

.header-address-select .select .value {
  color: #1a274e;
  background: #eff3ff;
  border: 1px solid #1a274e;
  border-radius: 32px;
  padding: 8px 30px 8px 14px;
}
.header-address-select .select {
    width: 200px;
}
.header-address-select .select .list {
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #1a274e;
  top: 34px;
  border-radius: 17px;
}
.header-address-select .select .list li {
  font-size: 12px;
  color: #1f202a;
  margin: 5px 0;
}
.header-address-select .select .list li:hover {
  background: transparent;
}
.header-address-select .select .list ul li:hover {
  color: #1a274e;
  background: #eff3ff;
  border-radius: 20px;
}
.header-address-select .select .value::before {
  right: 12px;
}
.header-right-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;
}


@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: 12px;
    }

    .logo {
        margin-right: 45px;
        margin-left: 80px;
        height: 30px;
        width: auto;
    }

    .menu .icon {
        margin-left: 0;
    }
    .main-header {
      padding: 0;
    }
  .logo-link {
    top: 19px;
  }
}

@media (max-width: 630px) {
  .logo-link {
    top: 12px;
  }
    .phone-number span {
        display: none;
    }

    .language {
        margin-right: 0;
    }

    .phone-number .icon {
        margin-right: 0;
        position: relative;
        top: 0;
    }

    .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;
        padding: 0;
        margin: 0;
        height: 30px;
    }

    .mob-menu-icon, .mob-menu-icon .menu img {
        height: 24px;
    }

    .mob-menu-icon .menu span {
        display: none;
    }

    .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: 0;
        height: 25px;
        width: auto;
    }
    .main-header-right {
      width: 24px;
    }
  .menu .icon {
    margin-right: 0;
  }
  .log-out {
    -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;
  }
  .log-out .icon {
    margin-right: 0;
    margin-bottom: 3px;
  }
}

@media (max-width: 426px) {
    .open-search, .search-result {
        width: 385px;
    }

    .search-filed {
        top: -13px;
    }

    .search-form input {
        height: 49px;
    }
}

@media (max-width: 410px) {
    .open-search, .search-result {
        width: 368px;
    }
  .menu-container {
    width: 100%;
  }
}

@media (max-width: 390px) {
    .open-search, .search-result {
        width: 348px;
    }
}

@media (max-width: 379px) {
    .open-search, .search-result {
        width: 339px;
    }
}

@media (max-width: 363px) {
    .open-search, .search-result {
        width: 317px;
    }

    .mobile-addresses .inline input {
        min-width: 55px;
    }
}

@media (max-width: 343px) {
    .open-search, .search-result {
        width: 302px;
    }

    .mobile-addresses .inline input {
        min-width: 51px;
    }
}

@media (max-width: 325px) {
    .open-search, .search-result {
        width: 285px;
    }
}
