.center{
    position: relative;
    max-width: 1475px;
    padding: 0 40px 0;
    margin: 0 auto;
}

.cookie-panel {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    line-height: 0.8;
    padding: 0 45px;
    width: 100%;
}
.cookie-panel .cookie-panel-content {
    display: flex;
    padding-top: 0;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.cookie-panel .cookie-panel-content p{
    margin-top: 14px;
    margin-bottom: 14px;
}

.cookie-panel .cookie-panel-content .cookie_submit{
    position: relative;
    transition: 0.3s;
}

.cookie_submit:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7;
}

.cookie_submit > button {
    display: flex;
    align-items: center;
    vertical-align: top;
    cursor: pointer;
    height: 22px;
    background: none;
    color: #999A95;
    font-family: "Caviar_Dreams-Bold";
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    border: none;
}

.cookie_submit {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 148px;
    height: 45px;
    border: 1px solid #999A95;
}
.cookie_submit:before {
    left: 43px;
    top: 16px;
}
.cookie_submit > button {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.help-block {
    color: #E86262;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 1;
}

.has-error .help-block::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/mini_info_error.svg');
    background-position: center;
    background-size: 100% 100%;
    margin-right: 8px;
}

.has-error input {
    border-bottom-color: #E86262;
}

.has-error input::placeholder {
    color: #E86262;
}

.delivery-detail-content iframe {
    width: 100%;
    height: 100%;
}

.policy iframe {
    width: 100%;
}

.contact-info {
    margin-top: 60px;
}

.summary__price_info {
    color: #333;
    font-family: "Caviar_Dreams-Bold";
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary__delivery_price {
    display: flex;
    align-items: baseline;
    line-height: 24px;
    color: #999A95;
    font-weight: 400;
    margin-bottom: 15px;
}
.summary__delivery_price > img {
    margin-right: 10px;
    transform: translateY(2px);
}

.submit_button:disabled {
    background-color: #999a95;
    border: 1px solid #999a95;
    cursor: auto;
}

#map_thx {
    overflow: hidden;
    max-width: 90vw;
    width: 100%;
    height: 100%;
}

#map_thx .m_content {
    height: 100%;
    width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

#map_thx .m_text {
    min-height: 57px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
}

#map_thx .m_text .btn {
    height: 100%;
    min-height: 57px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.set-coordinate {
    width: 100%;
}

.set-coordinate:disabled {
    background-color: #999a95;
    border: 1px solid #999a95;
    cursor: auto;
}

.input_map {
    display: flex;
    position: relative;
    width: 100%;
}

.input_map .btn_black {
    max-width: 100px;
    width: 100%;
    height: 46px;
    padding: 0;
    margin-bottom: 15px;
}

.input_map .select-map {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: white;
    top: 50px;
    color: black;
    cursor: pointer;
}

.input_map .select-map .select-map__item {
    padding: 10px 15px;
}

.input_map .select-map .select-map__item:hover {
    background-color: #999a95;
    color: white;
}

.input-row-delivery {
    display: flex;
    position: relative;
    width: 100%;
}

.input-row-delivery .input-row {
    width: 100%;
}

.input-row-delivery .select-delivery {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: white;
    top: 50px;
    color: black;
    cursor: pointer;
}

.input-row-delivery .select-delivery .select-delivery__item {
    padding: 10px 15px;
}

.input-row-delivery .select-delivery .select-delivery__item:hover {
    background-color: #999a95;
    color: white;
}

@media screen and (max-width:768px) {
    .contact_form input {
        font-size: 20px;
    }

    .help-block {
        font-size: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .fb_submit {
        width: 100%;
        height: 40px;
    }

    .fb_submit > button {
        height: 38px;
        padding-left: 0;
        text-align: center;
    }
}

@media screen and (max-width:1024px) {
    .cookie-panel .cookie-panel-content .cookie-text {
        line-height: 1;
    }
}

@media screen and (max-width:480px) {
    .cookie-panel {
        bottom: 0;
        padding: 0;
        line-height: 1;
    }

    .cookie-panel .cookie-panel-content {
        display: block;
        padding: 20px !important;
    }

    .cookie-panel .cookie-panel-content .cookie-text {
        padding-right: 45px;
    }
}

.select-delivery__item.hidden {
    display: none;
}

.form__row_address {
    position: relative;
}

.field-basketorder-delivery_street_id {
    position: absolute;
    bottom: -20px;
}
.form_field__action {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 1;
    display: inline-flex;
}

.checkbox label {
    min-width: 100%;
}
.history__detail_row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr auto auto auto;
}

.fci_name {
    float: none;
}
.fci_btn {
    display: inline-block;
    width: auto;
    height: 57px;
    border: 1px solid #999a95;
    color: #999a95;
    font-family: "Caviar_Dreams-Bold";
    font-size: 18px;
    line-height: 55px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    padding-left: 74px;
    padding-right: 54px;
    position: relative;
    transition: 0.3s;
    margin-top: 92px;
    box-sizing: border-box;
}

.fci_img {
    float: none;
    display: block;
    max-width: none;
    margin-top: 20px;
}
.fci_content {
    float:none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin-top: 20px;
}

.news_items {
    margin-left: 90px;
    margin-right: 90px;
}

.news_image {
    display: flex;
    justify-content: center;
}

.news_image img {
    height: 100%;
}

.main-event-chooser-block {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.main-event-chooser-block a {
    color: #495057;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
    letter-spacing: 0.4px;
    white-space: nowrap;
    margin: 0 10px;
}

.main-event-chooser-block a.active {
    color: #141618;
    font-weight: 600;
    border-bottom: 1px solid #D09800;
}

.i-event-time {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #141618;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}

.i-event-time span {
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-color: #141618;
    margin-right: 5px;
}

.i-event-time.avail-done {
    color: #ADB5BD;
}

.i-event-time.avail-done span {
    background-color: #ADB5BD;
}

.i-event-time.avail-soon span {
    background-color:#82C91D;
}

.i-event-time.avail-soon {
    color:#82C91D;
}

.i-event-time.avail-tomorrow {
    color:#F59F00;
}
.i-event-time.avail-tomorrow span {
    background-color:#F59F00;
}

.history__detail_row {
    grid-template-columns: auto 1fr auto auto auto;
}

.addresses-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 32px;
}

.addresses-list .addresses-list__item{
    width: 100%;
    font-family: "Caviar_Dreams-Bold";
    font-size: 24px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.addresses-list .addresses-list__item:not(:last-child) {
    margin-bottom: 32px;
}

.row_addresses-list {
    display: flex;
}

.row_addresses-list .btn_address {
    width: auto;
    font-size: 14px;
    line-height: 42px;
    padding: 0 16px;
    height: auto;
}

a.md__title {
    display: block;
}

.history__row_content {
    cursor: pointer;
}

.policy a{
    text-decoration: underline;
}

.confidence {
    float: right;
    display: flex;
    flex-direction: column;
}

.confidence a{
    float: none;
    margin-bottom: 5px;
}

.mes_bot {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.mebr_items {
    margin: 0;
}

.mes_bot::after {
    display: none;
}

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


.mes_right .meb_people {
    margin: 0;
}

.mes_right .download_menu {
    margin-top: 0;
    margin-left: 70px;
}

@media(max-width: 1200px) {
    .mes_right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 34px;
    }

    .mes_right .download_menu {
        margin-top: 35px;
        margin-left: 0;
    }

    .mes_bot {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 34px;
    }

    .mebr_items {
        text-align: center;
        margin-top: 20px;
    }
}
.cat_bot {
    width: 100%;


}

.catb_item img {
    margin-bottom: 0;
}

.catb_item .main_slider {
    /*display: inline-block;*/
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.catb_item {

}

.catb_items {
    grid-template-columns: repeat(3, 30%);
    justify-items: stretch;
    justify-content: center;
}

.mm_menu > li:nth-child(4) {
    margin-top: 0;
}

.mm_menu > li:nth-child(5) {
    margin-top: 175px;
}