

/* Start:/assets/css/info_pages.css?177747956710448*/
.delivery_aside{
    min-width: 198px;
}
    .delivery_menu_item{
        margin-bottom: 3px;
        background-color: #5d4c45;
        border-radius: 6px;
        
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .delivery_menu_link:hover{
        background-color: #5d4c45;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }
        .delivery_menu_link{
            display: block;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            text-decoration: none;
            padding: 13.5px 13px; 
            position: relative;
            z-index: 9;
        }

.delivery_contacts{
    margin: -9px 31px 27px 41px;
}

.delivery_title{
    margin-bottom: 24px;
}

.contacts{
    width: 31.73719376391982%;
    margin: -12px 0px 0px 0px;
    float: left;
    color: #202020;
}
    .way .shop_title{
        margin-bottom: 17px;
    }
    .shop_title{
        /*font-size: 24px;*/
        margin-bottom: 12px;
    }
.hr_delivery{
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 10px;
    margin-right: 18px;
}
.shop_text,
.way_text{
    font-size: 14px;
    line-height: 18px;
    color: #424242; 
    margin-bottom: 8px;
}
.way .way_text:last-child{
    margin-bottom: 0;
}
.shop .shop_text:last-child{
    margin-bottom: 14px;
}


.way{
}

.map_wrapper{
    margin: 0 10px;
}
.map{
    float: left;
    border: 2px solid #d1cfcf;
    border-radius: 10px;
    height: 348px;
    width: 100%;
    /*width: 100%;*/
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin-bottom:10px;
}
.map2{
    float: left;
    border: 2px solid #d1cfcf;
    border-radius: 10px;
    height: 348px;
    width: 100%;
    /*width: 100%;*/
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.delivery_form{
    width: 500px;
    font-size: 14px;
    padding-top: 3px;
}
.delivery_form_box{
	margin-top: 33px;

}
    .delivery_form_box_title{
        color: #424242 !important;  
        margin-bottom: 17px;
    }
    .delivery_form_box_text{
        margin-bottom: 35px;
    }
.del_form_point{ 
    margin-right: 10%;
    margin-bottom: 16px;
}
.del_form_point.captcha{
    margin-bottom: 21px;
}

    .point_label{
        color: #424242;
        float: left;
        padding-top: 8px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .del_form_point.del_textarea{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .point_input{
        border-radius: 10px !important;
        float: right;
        border: 1px solid #939393;
        /*width: 261px;*/
        width: 62.2%;
        padding: 6.5px 10px ;
    }
    .point_input.w211{
        /*width: 211px;*/
        width: 50.2%;
    }
    .del_form_point_textarea{
        border-radius: 10px !important;
        float: right;
        /*width: 330px;*/
        width: 66%;
        height: 73px;
        border: 1px solid #939393;
        padding: 5px 10px 5px 10px;
        resize: none;
    }
    .point_4_img{
        float: right;
        margin-right: 71px;
        height: 38px;
        width: 72px;
    }
    .point_4_img img{
        width: 100%;
        height: auto;
    }

    .delivery_button{
        margin-top: 30px;
    }
    .delivery_but{
        border-radius: 10px;
        float: right;
        background-color: #4c4c4c;
        color: #fff;
        font-size: 12px;
        padding: 13px 61.5px;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        display: inline-block;
    }
    .delivery_but:hover{opacity: 0.6;}


/*menu*/
@media screen and (max-width: 767px){
    .delivery_aside__top{
        position: relative;
        margin-bottom: 10px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;

    }
    .delivery_aside__text{
        position: relative;
        z-index: 1;

    }
    .delivery_menu{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .delivery_menu .delivery_menu_item{
        margin-right: 5px;
        max-width: 100%;
        /*min-width: 40%;*/
    }



    /* Important styles */
    #toggle {
        display: block;
        width: 28px;
        position: absolute;
        right: 10px;
        height: 30px;
        z-index: 2000;
        top: 45%;
   }

    #toggle span:after,
    #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
    }
    #toggle span:after{
      top: 9px;
    }
    #toggle span {
      position: relative;
      display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
      width: 100%;
      height: 5px;
      background-color: #2d2d2d;
      transition: all 0.3s;
      backface-visibility: hidden;
      border-radius: 2px;
    }



    /* on activation */
    #toggle.on span {
      background-color: transparent;
    }
    #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px);
    }
    #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px);
    }
    #menu.on {
      opacity: 1;
    }


    /* menu appearance*/
    #menu {
      position: absolute;
      z-index: 100;
      left: 0;
      right: 0;
      color: #999;
      width: 300px;
      padding: 10px;
      margin: auto;
      text-align: center;
      border-radius: 4px;
      background: #ccc;
      box-shadow: 0 1px 8px rgba(0,0,0,0.05);
      /* just for this demo */
      display: none;
      opacity: 0;
      transition: opacity .4s;
    }
    #menu:after {
      position: absolute;
      top: -15px;
      left: calc(50% - 15px);
      content: "";
      display: block;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 20px solid #ccc;
    }
}


.owl-carousel.owl-korolev-slider .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-korolev-slider .owl-controls .owl-nav .owl-next{
    top: 50%;
}


.payment_but:hover{
        background-color: #d3c8c4;
    }
    .payment_but{
        border-radius: 10px;
        background: #d3c8c4;
        color: #fff !important;
        font-size: 12px;
        padding: 13px 28.5px;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        display: inline-block;
        font-family: Arial,sans-serif;
        top: 0 !important;
        text-shadow: none;
        font-weight: normal;
        line-height: inherit;
    }












.about_shops_gallery {
    clear: both;
    margin: 38px 0 10px;
    padding: 0;
    background: transparent;
}

.about_shops_gallery_wall {
    column-count: 3;
    column-gap: 22px;
}

.about_shops_gallery_item {
    display: inline-block;
    width: 100%;
    margin: 0 0 22px;
    break-inside: avoid;
    page-break-inside: avoid;
}

.about_shops_gallery_link {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.about_shops_gallery_frame {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.about_shops_gallery_img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about_shops_gallery_link:hover .about_shops_gallery_img {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.about_shops_gallery_caption {
    margin-top: 8px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.about_shops_modal {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.about_shops_modal_open {
    display: flex;
}

.about_shops_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    cursor: pointer;
}

.about_shops_modal_content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    max-height: 92vh;
}

.about_shops_modal_img {
    display: block;
    max-width: 96vw;
    max-height: calc(92vh - 58px);
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.about_shops_modal_caption {
    margin-top: 11px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.about_shops_modal_close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.about_shops_modal_close:hover {
    opacity: 0.85;
}

html.about_shops_modal_locked,
html.about_shops_modal_locked body {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .about_shops_gallery {
        margin-top: 30px;
    }

    .about_shops_gallery_wall {
        column-count: 2;
        column-gap: 18px;
    }

    .about_shops_gallery_item {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .about_shops_gallery {
        margin-top: 24px;
    }

    .about_shops_gallery_wall {
        column-count: 1;
        column-gap: 0;
    }

    .about_shops_gallery_item {
        margin-bottom: 16px;
    }

    .about_shops_gallery_caption {
        font-size: 13px;
        margin-top: 7px;
    }

    .about_shops_modal {
        padding: 12px;
    }

    .about_shops_modal_img {
        max-width: 94vw;
        max-height: calc(90vh - 54px);
        border-radius: 6px;
    }

    .about_shops_modal_caption {
        font-size: 13px;
    }

    .about_shops_modal_close {
        top: -12px;
        right: -6px;
        width: 36px;
        height: 36px;
        font-size: 30px;
        line-height: 33px;
    }
}
/* End */
/* /assets/css/info_pages.css?177747956710448 */
