body {
    background: #e9e9e9;
}

:root {
    --green: #69b60f;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--green) lightgrey;
}

#background {
    background: url("/i/bg.jpg") repeat;
}


#order_is_not_ok {
	font-size: 18px;
   	line-height: 24px;
	color: red;
}


.param_metro_ico {
    background: url("/i/ico/metro.png") left center no-repeat;
    padding: 5px 0 0 40px;
    height: 35px;
    vertical-align: middle;
    background-size: contain;
}

.param_adres_ico {
    background: url("/i/ico/map.png") left center no-repeat;
    padding: 5px 0 0 40px;
    min-height: 35px;
    vertical-align: middle;
    background-size: 35px;
}

.center_content {
    background: #fff;
    padding: 20px;
    border: 0;
    margin: 20px 0;
    position: relative;
    /* min-height: 400px; */
    font-size: 17px;
}

.center_content.not400 {
	min-height: auto !important;
}

.item_data {
    background: #fff;
    padding: 20px;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0px 0 20px;
    position: relative;
    min-height: 300px;
    font-size: 17px;
}

.item_data:last-child {
    border-bottom: 0 !important;
}

.select_block {
    position: relative;
    min-height: 180px;
    float: left;
    margin: 12px auto;
    padding: unset;
    border: 0;
}

#special_mod {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.container .cut_tbl {
    1-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    1-webkit-mask-size: 100% 100%;
}

.center_content .cut_tbl_prm {
	height: 434px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.center_content .full_tbl {
    height: auto !important;
}

.center_content .fade_btm {
  position : relative;
  margin-bottom: 3px !important;
}

.center_content .fade_btm:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom,
                    rgba(255,255,255, 0.3),
                    rgba(255,255,255, 0.9) 100%);
  width    : 100%;
  height   : 100px;
}

.center_content .show_more {
	text-align: left;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.center_content .show_more_prm {
	text-align: left;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.mt-5 {
	margin-top: 5px;
}
.ico_add_m {
	margin-left: 10px;
}

#top_phone_banquet a {
		color: white;
		text-decoration: none;
	}

.item_data .photo .item_phone_orders {
	display: none;
}

.photos {
	position: relative;
}

.photos .item_param_new_year_offer {
		position: absolute;
        top: 10px;
        right: 65px;
	}

	.photos .item_param_new_year_offer img {
		width: 46px;
	}


.photos .item_param_banquet_present_offer {
		position: absolute;
        top: 10px;
        right: 10px;
	}

	.photos .item_param_banquet_present_offer img {
		width: 46px;
	}


.item_data .photo .item_param_new_year_offer {
		position: absolute;
        top: 10px;
        right: 65px;
	}

	.item_data .photo .item_param_new_year_offer img {
		width: 46px;
	}

.item_data .photo .item_param_banquet_present_offer {
		position: absolute;
        top: 10px;
        right: 10px;
	}

	.item_data .photo .item_param_banquet_present_offer img {
		width: 46px;
	}



table thead.thead-dark {
	background-color: #e0e0e0;
}
table tfoot.thead-dark {
	background-color: #e0e0e0;
}


.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255,255,255,.8);
    border: solid 2px rgba(230,230,230,.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0
}

.morris-hover {
    position: absolute;
    z-index: 903
}

.fixed-page-footer .morris-hover {
    z-index: 900
}


.param_name_dop_phone {
	color: var(--green);
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
	line-height: 22px;
}

.param_name_dop_phone small {
	font-size: 18px;
	line-height: 22px;
}

.param_name_dop_phone a, .param_name_dop_phone a:hover, .param_name_dop_phone a:visited {
	color: var(--green);
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
}


.param_name_dop_phone img {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 3px;
}

.container .cut_tbl {
	height: 70px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}


.container .full_tbl {
    height: auto !important;
}


.container .show_more {
	text-align: left;
	margin-bottom: 15px;
	width: 100%;
	z-index: 100;
	cursor: pointer;
}





/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: lightgrey;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--green);
}

div.sub_menu ul li:hover a,
#city_select ul li:hover a {
    color: var(--green);
}

.select_block .div_img {
    height: 180px;
    width: 260px;
    overflow: hidden;
}

.div_img img {
    height: auto;
    width: inherit;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: black;
}

.container .page_header h1 {
    font-size: 36px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 20px 0 20px 0;
    color: black;
    line-height: 38px;
}

.letters_list a:hover,
.letters_list a:active {
    text-decoration: none;
    color: #fff;
    background: var(--green);
    font-weight: bold;
    border: 0;
}

.params .top_spec_blk {
	position: relative;
    display: grid;
    grid-template-columns: auto 38%;
    grid-template-areas: "info buttons"
        "info2 buttons";
    align-items: start;
    justify-content: space-between;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}



.order_btn_list_right {
    float: unset;
    grid-row: span 2;
}

.order_btn_list_right .tg_bot, .order_btn_list_bottom .tg_bot {
	background-color: #2ca5e0;
	color: white;
}

.order_btn_list_right .tg_bot:hover, .order_btn_list_bottom .tg_bot:hover {
	background-color: #1f8cc1;
	color: white;
}
.order_btn_list_right .tg_bot img, .order_btn_list_bottom .tg_bot img {
	width: 20px;
	height: 20px;
	display: inline-block;
    margin-right: 8px;
	margin-bottom: 4px;
}



.params .dop_param_vmestimost {
    grid-area: info2;
    float: unset;
    display: block;
    max-width: unset;
    padding-right: 10px;
}

.params .spec_ico_blk {
    grid-area: info;
    float: unset;
    overflow: hidden;
	max-height: 34px;
	height: 34px;

}


.top_menu ul {
    padding: 0px 0;
    margin: 0px 0;
    vertical-align: middle;
    list-style: none;
    text-align: left;
    /* overflow-x: auto;
    height: 44px;
    display: flex;
    overflow-y: hidden; */
}

/* ul::-webkit-scrollbar {
    height: 5px;
}

ul:hover::-webkit-scrollbar {
    height: 10px;
} */

.container .page_header_fon {
    background: url("/i/title_fon_1.jpg") 50% 0 no-repeat;
    height: 150px;
    margin: 0px 0 10px 0;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
}

a.f_button,
input.f_button {
    margin: 0;
    position: relative;
    font-size: 17px;
    line-height: 34px;
    padding: 0 18px;
    background: var(--green);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
	text-align:center;
}

.order_btn_list_right a.f_button, ..order_btn_list_right input.f_button {

	max-width: 190px;
	min-width: 190px;
	width: 190px;
	height: 34px;
	height: 34px;
	overflow: hidden;
}

.params .spec_ico_blk {
	overflow-y: hidden;
}

img.icons_rest {
    width: 34px;
    margin-right: 5px;
}

a.delivery_add {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 30px;
    padding: 0 7px;
    background: #69b60f;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
}

a.f_button.delivery_add {
    margin: 7px 0 0 0;
    padding: 0 9px;
}

.new_obj_order a {
    display: block;
}



/* --------------- Rating --------------------- */
.review-form-wrap {
    padding: 20px;
    overflow: hidden;
    display: none;
}

.review-form-wrap .this-title {
    margin-bottom: 20px;
}

.review-form-wrap .marks-wrap {
    margin-bottom: 10px;
}

.review-form-wrap .marks-str-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.review-form-wrap .marks-str-wrap>div {
    margin-bottom: 20px;
}

.review-form-wrap .marks-str-wrap span {
    margin-bottom: 10px;
    display: block;
}

.review-form-wrap .marks-str-wrap .rating-category-trigger-wrap div.active {
    background: url("/i/ico/star-silver-active.svg?1") no-repeat left center;
}

.review-form-wrap .marks-str-wrap .rating-category-trigger-wrap div {
    background: url("/i/ico/star-silver.svg") no-repeat left center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    float: left;
    padding-right: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie {
    --p: 20;
    --b: 22px;
    --c: darkred;
    --w: 200px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    float: left;
    margin: 0 50px 0 0;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background:
        radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}

.show_balance_history {
	border-bottom: 1px dashed;
	cursor: pointer;
}

.show_balance_history.red {
	color: #ef4b4b;
}

.show_balance_history.green {
	color: #198754;
}

@keyframes p {
    from {
        --p: 0
    }
}

.detail-block.review-page .rating-wrap {
    border: none;
    padding-bottom: 0;
    min-height: 200px;
}

.detail-block .rating-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-right: 50px;
}


.detail-block .rating-description>div:first-child .rating-category-str {
    width: auto;
}

.detail-block .rating-description.thin-style .rating-category-str {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.detail-block .rating-description .rating-category-str {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: auto;
}

.detail-block .rating-description.thin-style .rating-category-str .rating-category-name {
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}

.detail-block .rating-description.thin-style .rating-category-str .rating-category-value {
    height: 4px;
    width: 100%;
}

.detail-block .rating-description .rating-category-str .rating-category-value {
    width: 215px;
    height: 18px;
    position: relative;
    color: #fff;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #d5f3fc;
}

.detail-block .rating-description .rating-category-str .rating-category-value .rating-category-line {
    background: var(--green);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.detail-block .rating-description.thin-style .rating-category-str .rating-category-value>span {
    color: var(--green);
    position: absolute;
    right: 0;
    top: -22px;
}

.detail-block .rating-description .rating-category-str .rating-category-value span {
    position: relative;
    line-height: 18px;
}

.detail-block .rating-description .rating-category-str .rating-category-value {
    width: 215px;
    height: 18px;
    position: relative;
    color: #fff;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #AAAAAA;
}

.item_data .photo {
	position: relative;
}

.item_data .photo .item_photo_cursor {
		position: absolute;
        top: 140px;
        right: 10px;
	}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 10px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mail-captcha-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.picture-answer-wrap {
    width: fit-content;
}

a.add-photo {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 5px 10px;
    color: white;
    background: var(--green);
}

input.f_button.review {
    margin-top: 15px;
}

a.f_button:hover,
input.f_button:hover {
    text-decoration: none;
    background: #AAAAAA;
}

.avatar-date-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.avatar-date-wrap .user-name {
    font-size: 24px;
}

.review-wrap {
    margin-top: 36px;
}

.review-rating-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ava-rating-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.review-rating span {
    font-weight: 600;
    font-size: 20px;
}

.rating-category-name {
    display: flex;
    gap: 5px;
}

.review-rating-description {
    display: flex;
    gap: 10px;
    font-size: 14px;
    justify-content: flex-end;
}

.plus-title {
    color: var(--green);
    font-weight: bold;
    margin-top: 8px;
}

.minus-title {
    color: darkred;
    font-weight: bold;
    margin-top: 8px;
}

.user-photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.user-photo {
    max-width: 70px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}

.user-photo img {
    height: 100%;
}

.bottom_banner_mob {
		display: none;
	}

/* --------------- Rating --------------------- */

@media only screen and (min-device-width: 767px) {
	.order_btn_list_right {
		position: absolute;
		top: 0;
		right: 0;
	}

}


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

	.order_btn_list_right {
		position: relative;
		background: transparent;
	padding-bottom: 0px;
	padding-left: 0px;
	}

    body {
        color: #717171;
        width: 100%;
        height: 100%;
        background-color: #fff;
        font-family: 'PT Sans Narrow', sans-serif;
        overflow-x: hidden;
    }

	.hide_767 {
		display: none;
	}

    .clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        height: 0px;
    }

    a.f_button.order_btn_banquet {
        width: 100% !important;
    }

    a {
        color: #000;
    }

    a:hover,
    a:visited {
        color: #000;
    }

    #background {
        background: url("/i/bg.jpg") repeat;
    }

    #top_line {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        z-index: 30000;
        background: none;
        background-color: #fff;
        margin: 0px 0;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    }


	.center_content .cut_tbl_prm {
		overflow:visible;
		min-height: auto;
		display: block;
		height: auto;
	}

    #top_line_banquet {
        background: url("/i/banquet_header_fon.jpg") 50% 0 no-repeat; /*banquet_header_fon.jpg") 50% 0 no-repeat;*/
        background-color: #1f2c35;
        height: 423px;
        margin: 0px 0;
    }

    #top_main_banquet {
        font-size: 17px;
        margin: 18px 0 0 0;
    }

    #top_main_banquet a {
        font-family: Open Sans;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

    #top_main_banquet a:hover {
        text-decoration: underline;
    }

    #top_phone_banquet {
        font-size: 16px;
        margin: 18px 0 0 0;
    }

    #top_phone_banquet span {
        display: inline-block;
        font-size: 17px;
        color: #fff;
        font-family: Open Sans;
        font-weight: normal;
    }

    #top_city_choice_banquet {
        position: relative;
        vertical-align: middle;
        font-size: 15px;
        margin: 18px 10px 0 0;
        position: relative;
        cursor: pointer;
        font-family: Open Sans;
    }

    #top_city_choice_banquet a {
        border-bottom: 1px dashed;
        text-decoration: none;
        color: #fff;
        font-family: Open Sans;
    }

    #top_city_choice_title_banquet {
        white-space: nowrap;
        position: relative;
    }

    #city_select_banquet {
        float: right;
        z-index: 100;
        position: absolute;
        color: #fff;
        top: 20px;
        right: 0px;
        text-align: right;
        display: none;
        background-color: none;
        border: 0px solid #dfdfdf;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    }

    #city_select_banquet ul {
        margin: 10px 0 0 0;
        overflow: hidden;
        padding: 0;
    }

    #city_select_banquet ul li {
        width: 100%;
        border: 0;
        white-space: nowrap;
        list-style-type: none;
        padding: 0;
        margin: 0px;
        cursor: pointer;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        text-align: right;
    }

    #city_select_banquet ul li a {
        text-decoration: none;
        border-bottom: 0px solid #f0f0f0;
        height: auto;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 6px 0px 6px 5px;
        line-height: 15px;
    }

    #city_select_banquet ul li:hover a {
        color: #fff;
        text-decoration: underline;
    }

    .top_menu_banquet {
        padding: 0px 0;
        background-color: none;
        border-top: #dfdfdf 0px solid;
        border-bottom: #dfdfdf 0px solid;
        margin: 0;
        font-family: 'PT Sans Narrow', sans-serif;
        text-align: center;
    }

    .top_menu_banquet ul {
        padding: 0px 0;
        margin: 25px auto;
        vertical-align: middle;
        list-style: none;
        text-align: center;
    }

    .top_menu_banquet ul li {
        display: inline-block;
        position: relative;
        margin: 0px 1px;
        padding: 0px 0px;
        text-align: center;
        border: #979697 1px solid;

        color: #fff;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
    }

    .top_menu_banquet ul li.last {}

    .top_menu_banquet ul li a {
        display: block;
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        padding: 0px 35px;
        height: 33px;
        vertical-align: middle;
        line-height: 33px;
    }

    .top_menu_banquet ul li:hover {
        background-color: #2e4150;
    }

    .top_menu_banquet ul li a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #2e4150;
    }






    .top_order_banquet {
        padding: 0px 0;
        background-color: none;
        border-top: #dfdfdf 0px solid;
        border-bottom: #dfdfdf 0px solid;
        margin: 170px 0 0 0;
        font-family: 'PT Sans Narrow', sans-serif;
        text-align: center;
    }

    .top_order_banquet ul {
        padding: 0px 0;
        margin: 25px auto;
        vertical-align: middle;
        list-style: none;
        text-align: center;
    }

    .top_order_banquet ul li {
        display: inline-block;
        position: relative;
        margin: 0px 5px;
        padding: 0px 0px;
        text-align: left;
        border: #979697 0px solid;

        color: #fff;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
    }

    .top_order_banquet ul li span {
        display: inline-block;
        margin: 0px 0px 5px 0;
        padding: 0px 0px;
        text-align: left;

        color: #fff;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
    }

    .top_order_banquet ul li.last {}

    .top_order_banquet ul li a {
        display: block;
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        padding: 0px 35px;
        height: 33px;
        vertical-align: middle;
        line-height: 33px;
    }

    .top_order_banquet input,
    .top_order_banquet select {
        border-radius: 0;
        border-color: #e3e3e3;
        height: 35px;
        font-family: 'PT Sans Narrow', sans-serif;
        color: #000;
        font-weight: normal;
        font-size: 16px;
        padding: 2px 5px;

        border: none;
        cursor: pointer;
    }

    .top_order_banquet select {


        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .top_order_banquet .order_date {
        width: 150px;
        background: url('/i/banquet_ico_2.png') right center no-repeat #fff;
    }

    .top_order_banquet .order_peoples {
        width: 100px;
        background: url('/i/banquet_ico_1.png') right center no-repeat #fff;
    }

    .top_order_banquet .order_metro {
        background: url('/i/banquet_ico_3.png') right center no-repeat #fff;
        width: 210px;
    }

    .top_order_banquet .order_event {
        background: url('/i/banquet_ico_4.png') right center no-repeat #fff;
        width: 150px;
    }

    .top_order_banquet .order_money {
        background: url('/i/banquet_ico_4.png') right center no-repeat #fff;
        width: 150px;
    }

    .top_order_banquet .order_btn_banquet {
        margin-top: 0px;
    }

    #top_logo {
        font-size: 13px;
        margin: 10px 0;
    }

    #top_logo img {
        width: 40vw;
    }

    #top_city_choice {
        vertical-align: unset;
        font-size: 20px;
        margin: 40% auto;
        position: relative;
        cursor: pointer;
        display: contents;
    }

    #top_city_choice a {
        border-bottom: 1px dashed;
        text-decoration: none;
    }

    #top_city_choice_title {
        width: 47%;
        white-space: nowrap;
        text-align: left;
        float: left;
    }

    #top_city_choice_phone {
        width: 47%;
        text-align: right;
        float: right;
        margin-right: 15px;
    }

    #top_city_choice_phone a {
        border-bottom: 0;
        text-decoration: none;
    }

    #city_select {
        margin-top: 5px;
        margin-right: 15px;
        text-align: left;
        display: none;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    }

    #city_select ul {
        margin: 0px 5px;
        padding: 0;
    }

    #city_select ul li {
        width: 100%;
        border: 0;
        white-space: nowrap;
        list-style-type: none;
        padding: 0;
        margin: 0px;
        cursor: pointer;
        color: #000;
        font-size: 15px;
        font-weight: normal;
        text-align: left;
    }

    #city_select ul li a {
        border-bottom: 1px solid #f0f0f0;
        height: auto;
        color: #000;
        text-decoration: none;
        font-size: 20px;
        display: block;
        padding: 15px 25px 15px 25px;
        line-height: 15px;
    }

    #city_select ul li:hover a {
        color: #e18a1b;
    }

    #items_near {
        vertical-align: middle;
        font-size: 20px;
        margin: 20px 0 0 20px;
        position: relative;
        cursor: pointer;
    }

    #items_near a {
        font-weight: 300;
    }

    #items_near a:hover {
        text-decoration: none;
        color: #373c43;
    }

    #user_acc_m {
        vertical-align: middle;
        font-size: 20px;
        margin: 20px 0 0 20px;

        cursor: pointer;
    }

    #user_acc_m a {
        font-weight: 300;
    }

    #user_acc_m a:hover {
        text-decoration: none;
        color: #373c43;
    }

    .menu_banner {
        margin: 10px 0;
        width: 100%;
        overflow: hidden;
    }

    #top_banner {
        font-size: 13px;
        margin: 15px 0;
		max-width: 100%;
		overflow: hidden;
    }

    .content_fixed {
        position: fixed;
        display: none;
    }

    #top_phone a.btn,
    #call_in_btn {
        background-color: #de3233;
        border-color: #bb2c2c;
        margin-top: 5px;
    }

    #top_phone a.btn:hover,
    #call_in_btn:hover {
        background-color: #bb2c2c;
    }

    #top_phone {
        font-size: 16px;
        margin: 0px auto;
        width: fit-content;
    }

    #top_phone span {
        display: inline-block;
        font-size: 22px;
        color: #30404e;
        font-family: Open Sans;
        font-weight: bold;
    }

    #menu_btn_show {
        text-align: right;
        margin: 20px 0 0 0;
    }

    .menu_btn_top {
        border: 0;
    }

    .main_header {
        display: none;
    }

    .top_menu {
        display: block;
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        padding: 0px 0;
        background-color: #f0f0f0;
        border-top: #dfdfdf 1px solid;
        border-bottom: #dfdfdf 2px solid;
        margin: 0;
        font-family: 'PT Sans Narrow', sans-serif;
        overflow-y: auto;
        height: calc(100vh - 58px);
    }

    .top_menu ul {
        padding: 10px 0;
        margin: 0px 0;
        vertical-align: middle;
        list-style: none;
        text-align: left;
    }

    .top_menu ul li {
        z-index: 101;
        display: block;
        position: relative;
        margin: 0px 0px;
        padding: 0px 0px;
        text-align: left;
        border-left: #dfdfdf 1px solid;

        color: #373c43;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
    }

    .top_menu ul li.last {
        border-right: #dfdfdf 1px solid;
    }

    .top_menu ul li a {
        display: block;
        color: #373c43;
        font-size: 20px;
        font-weight: normal;
        padding: 0px 25px;
        height: 44px;
        line-height: 44px;
    }

    .top_menu ul li:hover {}

    .top_menu ul li a:hover {
        text-decoration: none;
        color: #373c43;
        background-color: #fff;
    }

    div.sub_menu {
        min-width: 200px;
        margin: unset;
        left: unset;
        text-align: left;
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        position: static;
    }

    div.sub_menu ul {
        margin: 0px 0;
        overflow: hidden;
    }

    div.sub_menu ul li {
        width: 100%;
        border: 0;
        white-space: nowrap;
        list-style-type: none;
        padding: 0;
        margin: 0px;
        cursor: pointer;
        color: #000;
        font-size: 15px;
        font-weight: normal;
        text-align: left;
    }

    div.sub_menu ul li a {
        border-bottom: 0;
        height: auto;
        color: #000;
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 15px 0px 15px 40px;
        line-height: 23px;
    }

    div.sub_menu ul li:hover a {
        color: #000;
    }

    .top_menu ul li#top_search {
        float: unset;
        background-color: unset;
        display: inline-block;
        z-index: 999;
    }

    .top_menu ul li#top_map {
        float: unset;
        display: inline-block;
    }

    #top_line .container {
        padding: 0;
    }

    i.fa.fa-bars {
        margin: 0 0.8em 0 0;
        font-size: 1.7em;
    }

    div#menu_top_search_mobile {


        text-align: left;
        margin: 25px 0 5px 0;
        background-color: #fff;
        border: 1px solid #dfdfdf;


        padding: 13px 15px 13px 20px;
        line-height: 15px;
    }

    .top_menu ul li#top_search {
        cursor: pointer;
    }

    div#menu_top_search_mobile form {
        white-space: nowrap;
    }

    div#menu_top_search_mobile input {
        height: 34px;
        font-size: 17px;
        line-height: 34px;
        padding: 0 10px;
        width: 85%;
        border: 1px solid #afafaf;
        border-radius: 0;
    }

    a#top_search_button {
        margin: 0 0 0 12px;

        font-size: 20px;
        line-height: 34px;

        color: #000;
        display: inline-block;
        text-decoration: none;

        cursor: pointer;
    }

    a#top_search_button:hover {
        text-decoration: none;
    }

    #content {
        margin-top: 60px;
    }

    .center_content {
        background: none;
        padding: 0;
        border: none;
        margin: 20px 0;
        position: relative;
        min-height: 400px;
        font-size: 17px;
    }

    .min_height_100 {
        min-height: 100px;
    }

    .center_content h1 {
        font-size: 26px;
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 0px 10px 20px 0px;
        color: #000;
        line-height: 30px;
    }

    .center_content h2 {
        font-size: 24px;
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 0px 10px 20px 0px;
        color: #000;
        line-height: 34px;
    }

	.center_content h2.likeh1 {
	font-size: 26px;
	line-height: 30px;
}

    .top_menu .container {
        padding: 0;
    }

    .container .page_header h1 {
        font-size: 26px;
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 20px 0 20px 0;
        color: #818181;
        line-height: 30px;
    }

    :focus {
        outline: none;
    }

    input::selection {
        color: #fff;
        background-color: #4a525d;
    }

    ::selection {
        color: #fff;
        background-color: #4a525d;
    }

    ::-moz-selection {
        color: #fff;
        background-color: #4a525d;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        background-color: #fff !important;
        background-image: none;
        -webkit-text-fill-color: #4a525d !important;
        -webkit-box-shadow: 0 0 0px 1000px white inset;

        color: #ffc9c7 !important;
    }

    textarea::-webkit-input-placeholder {
        color: #CCCCCC;
    }

    textarea:-moz-placeholder {
        color: #CCCCCC;
    }

    input::-webkit-input-placeholder {
        color: #CCCCCC;
    }

    input:-moz-placeholder {
        color: #CCCCCC;
    }

    input.btn:focus {
        outline: none;
    }

    .tooltip-inner {
        min-width: 400px;
        max-width: 400px;
        padding: 10px 15px;
        background: #595959;
    }

    .tooltip.left .tooltip-arrow {

        border-left-color: #595959;

    }

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .vertical-top {
        vertical-align: top;
    }



    .left_col {
        max-width: 850px;
        width: 100%;
        float: left;
    }

    .left_col ul.list2 {
        width: 45%;
        float: left;
    }

    .right_col {
        width: 100%;
        float: right;
        margin-left: 20px;
    }

    .right_widget {
        background: #fff;
        padding: unset;
        border: 1px solid #e0e0e0;
        margin: 20px 0 20px 0;
        position: relative;
        min-height: unset;
        font-size: 17px;
    }

    .widget_head {
        background: #f8f8f8;
        padding: 16px 20px;
        border-bottom: 1px solid #eaeaea;
        margin: unset;
        margin-bottom: unset;
    }

    .widget_title {
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        text-transform: uppercase;
        margin: 0;
        color: #40454d;
        background: url('/i/nb-dots.png') repeat;
        width: fit-content;
        float: left;
    }

    .widget_title span {
        position: relative;
        background: #f8f8f8;
        padding-right: 11px;
        top: 1px;
        padding-top: 2px;
    }

    .widget_body {
        padding: 15px;
        display: none;
    }

    .widget_body h4 {
        font-size: 14px;
        position: relative;
        top: -1px;
    }

    /*
    Catalog
*/



    .no_top_margin {
        margin-top: 0;
    }

    .top_margin_20 {
        margin-top: 20px;
    }

    .bottom_margin_20 {
        margin-bottom: 20px;
    }

    .item_data {
        background: unset;
        padding: 20px 0;
        border: 0;
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
        position: relative;
        min-height: 300px;
        font-size: 17px;
    }

    .item_detailed {}

    .item_detailed h1 {
        margin: 0 0 15px 0;
    }

    .item_data .title h2 {
        margin: 0 0 20px 0;
    }

    .title h2,
    .title h2 a,
    .map_mb h2,
    .map_mb h2 a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 23px;
        color: #40454d;
        font-weight: 600;
        height: auto;
        line-height: 24.7px;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
    }

    .map_mb h2 {
        margin: 0 20px 5px 0;
    }

    .item_data .title h2 a:hover,
    .map_mb h2 a:hover {
        color: #62a810;
        text-decoration: none;
    }

    .item_data .photo {
        position: relative;
        display: inline;
        height: 200px;
        width: 100%;
        margin: 0px 0px 15px 0;
        float: left;
        overflow: hidden;
    }

    .item_data .photo .item_phone_orders {
        position: absolute;
		display: block;
        bottom: 10px;
        left: 13px;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
    }

    .item_data .photo .item_phone_orders a {
        display: block;
        color: #fff;
        height: 46px;
        width: 46px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        background: #62a810;
        text-align: center;
        line-height: 30px;
        text-shadow: #30404e 0 0 5px;
    }

    .item_data .photo .item_phone_orders i {
        color: #fff;
        font-size: 25px;
        line-height: 47px;
    }

	.item_data .photo .item_photo_cursor {
		position: absolute;
        top: 140px;
        right: 10px;
	}



    .item_data .photo .item_list_distance {
        position: absolute;
        top: 10px;
        right: 10px;

        color: #fff;
        font-weight: 600;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
        text-shadow: #30404e 0 0 10px;
    }

    .item_data .params,
    .item_details .params {
        display: inline;
        margin: 0;
        float: left;
        text-align: left;
        font-size: 17px;
        line-height: 26px;
        width: 100%;
    }

    .params div#param_line_phone,
    .params div#param_line_phone a {
        font-weight: bold;
        color: #62a810;
        font-size: 19px;
    }

    .item_data .params span.param_title,
    .item_details .params span.param_title {
        font-weight: bold;
        font-size: 17px;
        color: #717171;
    }

    .order_btn {
        margin-top: 20px;
        text-align: center;
    }

    a.f_button,
    input.f_button {
        margin: 0 0 10px 0;
        position: relative;
        font-size: 17px;
        line-height: 34px;
        padding: 0 18px;
        background: var(--green);
        color: #fff;
        display: inline-block;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
        border-radius: 0px;
        border: 0;
        cursor: pointer;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    a.f_button:hover,
    input.f_button:hover {
        text-decoration: none;
        background: #62a810;
        text-align: center;
    }

    a.btn2,
    input.btn2 {
        background: var(--green);
        color: #fff;
    }

    a.btn2:hover,
    input.btn2:hover {
        background: #AAAAAA;
    }

    div.stars,
    span.stars {
        margin-bottom: 5px;
        color: #f1c40f;
        font-size: 18px;
        margin-left: 10px;
    }

    .item_details .photos {
        display: inline;

        width: 100%;
        margin: 5px 0px 10px 0;
        float: left;
        overflow: hidden;
    }

    .item_details .params {
        max-width: 550px;
    }

    .item_details .obj_title,
    .center_content .obj_title {
        float: left;
    }

    .item_details .obj_order,
    .center_content .right_btn_div {
        float: right;
        width: 100%;
        margin-top: 15px;
        text-align: center;
		line-height: 1px;
    }

    div.main_content div.form_block {
        margin: 20px 0px;
        padding: 20px;
        background: #f9f9f9;
        border: 1px solid #e0e0e0;
    }

    div.main_content div.form_block h3 {
        margin: 5px 0 20px 0px;
    }




    div.ulogin {
        width: 300px;
        float: right;
        margin-left: 10px;
    }

    div.ulogin h3 {
        font-size: 22px;
        font-weight: normal;
        margin: 15px 0 15px 0;
    }

    div.main_content div.form_line {
        margin: 10px 0 0 0px;
        font-size: 15px;
        vertical-align: middle;
    }

    div.main_content div.form_line input.text {
        height: 34px;
        font-size: 17px;
        line-height: 34px;
        padding: 0 10px;
        width: 100%;
    }

    div.main_content div.form_line textarea.text {
        height: 150px;
        font-size: 17px;
        line-height: 20px;
        padding: 5px 10px;
        width: 100%;
    }

    div.main_content div.form_line input[type="checkbox"] {
        text-align: left;
        padding: 0;
        width: 34px;
        margin: 0;
    }

    div.main_content div.form_line div.field_label {
        width: 250px;
        float: left;
        font-size: 17px;
        line-height: 30px;
    }

    div.main_content div.form_line div.form_values {
        font-size: 15px;
        width: 100%;
        float: left;
    }

    div.main_content div.form_line div.form_values a {
        font-size: 15px;
    }

    #special_mod {
        text-align: center;
    }

    .select_block {
        position: relative;
        min-height: 180px;
        width: 100%;
        margin: 0px 11px 14px 0px;
        padding: 12px;
    }

    .last_select_block {
        margin: 0px 0px 10px 0px;
    }

    .select_title {
        position: absolute;
        bottom: 2rem;
        left: 1rem;
        width: 86%;
        height: fit-content;
        text-align: left;
        top: unset;
    }

    .select_block a {

        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 26px;
        color: #fff;
        font-weight: 600;
        height: auto;
        line-height: 22px;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;

        text-shadow: #30404e 0 0 5px;
    }

    .select_block .div_img {
        overflow: hidden;
        height: unset;
        width: unset;
    }

    #owl-objs {
        margin-bottom: 10px;
    }

    #owl-objs .item {
        margin: 0px;
        position: relative;
        width: 415px;
        height: 270px;
        overflow: hidden;
    }

    #owl-objs .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #owl-objs .item .item_car_title {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #owl-objs .item .item_car_title {

        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        height: auto;
        line-height: 22px;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;

        text-shadow: #30404e 0 0 5px;
    }

    #owl-objs .item .item_car_title div {
        margin-top: 5px;
        font-size: 17px;
        font-weight: normal;
    }

    .alert {
        border-radius: 0px;
    }

    #err {
        margin: 10px 0 10px 0;
        font-size: 15px;
        display: none;
    }

    .invalid {
        color: red;
    }


    /*
 * Paging
 */
    .paging {
        margin: 0px 0 20px 0px;
        text-align: center;
    }

    .paging li {
        display: inline-block;
        margin-right: 5px;
    }

    .paging a,
    .paging span {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #a8a8a8;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: none;
        overflow: hidden;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
    }

    .paging a:hover {
        text-decoration: none;
        color: #464646;
    }

    .paging a.active:hover {
        text-decoration: none;
        color: #464646;
        cursor: default;
    }

    .paging .active {
        color: #464646;
        background: #fff;
        font-weight: bold;
        border: #e0e0e0 1px solid;
    }

    .paging .next,
    .paging .prev {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    #map,
    #full_map {
        width: 100%;
        margin: 20px 0 0 0;
        height: 350px;
        top: 0;
        position: relative;
        z-index: 500;
    }

    #full_map {
        margin: 0px 0 0 0;
        height: 500px;
    }



    /* menu photos detailed */
    .item_prices_photos {
        margin: 0px 0 10px 0;
    }

    .item_prices_photos_list {
        margin: 0px auto 10px auto;
    }

    .item_prices_photos ul {
        list-style: none;
        padding: 0;
        position: relative;
    }

    .item_prices_photos ul li {
        list-style-type: none;
    }

    .item_prices_photos ul li.price_title {
        font-size: 19px;
        font-weight: bold;
        margin: 15px 0 10px 0;
        cursor: pointer;
        border-bottom: #bdbdbd 1px dashed;
    }

    .item_prices_photos ul li.price_item {
        margin: 0 0px;
        padding: 0px;

        width: 150px;
        height: 150px;
        overflow: hidden;
        float: left;
        position: relative;
    }

    .item_prices_photos ul li.price_item.is_expanded {
        height: auto;
        z-index: 100;
        background: #f2f2f2;
        color: #000;
        border: #999 1px dashed;
        padding-bottom: 5px;
    }

    .item_prices_photos ul li.price_item .price_item_photo {
        width: 140px;
        height: 140px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .item_prices_photos ul li.price_item .price_item_photo img {
        width: 140px;
        height: 140px;
    }

    /* menu photos detailed */


    /* delivery */

    .item_prices_delivery {
        margin: 0px 0 20px 0;
    }

    .item_prices_delivery ul {
        list-style: none;
        padding: 0;
    }

    .item_prices_delivery ul li {
        list-style-type: none;
    }

    .item_prices_delivery ul li.price_title {
        font-size: 19px;
        font-weight: bold;
        margin: 15px 0 10px 0;
        cursor: pointer;
        border-bottom: #bdbdbd 1px dashed;
    }

    .item_prices_delivery ul li.price_item {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
        height: fit-content;
        overflow: hidden;
        float: left;
        position: relative;
    }

    .item_prices_delivery ul li.price_item.is_expanded {
        height: auto;
        z-index: 100;
        background: #f2f2f2;
        color: #000;
        border: #f2f2f2 1px solid;
        padding: 3px;
    }

    .item_prices_delivery ul li.price_item .price_item_photo {
        width: 100%;
        height: 60vw;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .item_prices_delivery ul li.price_item .price_item_photo img {
        width: 100%;
    }

    a.delivery_add {
        margin: 10px 0 0 0;
        font-size: 15px;
        line-height: 30px;
        padding: 0 7px;
        background: #62a810;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
        border-radius: 0px;
        border: 0;
        cursor: pointer;

        font-weight: normal;
    }

    div#delivery_cart {

        font-size: 18px;
        margin: 50px 0 0px -15px;
        padding: 0 0px;
        height: 43px;
        z-index: 400;
        width: 100%;
        background-color: #62a810;
        color: #d4d4d4;
        border: #373c43 0px solid;
    }

    div#delivery_cart div#cart_info .cart_count {
        color: #fff;
        font-size: 21px;
    }

    div#delivery_cart #cart_info {
        float: left;
        width: 0px;
        display: none;
    }

    div#delivery_cart #cart_btn {
        background-color: #62a810;
        height: 100%;

        width: 100%;
        text-align: center;
    }

    div#delivery_cart #cart_btn a.delivery_order {
        margin: 0 auto;
        font-size: 18px;
        line-height: 30px;
        padding: 5px 7px 0 7px;
        background: #62a810;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
        border-radius: 0px;
        border: 0;
        cursor: pointer;
        height: 100%;

        width: 100%;
    }

    div#delivery_cart #cart_btn a.disbl {
        pointer-events: none;
        cursor: default;
        background: #999;
    }

    /* корзина */
    ul li.price_item .basket_item_photo {
        float: left;
        width: 80px;
        height: 70px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    ul li.price_item .basket_item_photo img {
        width: 80px;
    }

    ul li.price_item .basket_item_line {
        float: right;
        width: 980px;
        padding: 10px 5px 0 0;
    }

    .item_prices ul li div.basket_item_title {
        font-size: 17px;
        font-weight: normal;
        float: left;
        line-height: 17px;
        max-width: 650px;
    }

    .item_prices ul li div.basket_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .item_prices ul li div.basket_item_count {
        font-size: 17px;
        font-weight: normal;
        float: right;
        margin: 0 15px 0 0;
        width: 50px;
    }

    .item_prices ul li div.basket_item_count_add {
        font-size: 17px;
        font-weight: normal;
        float: right;
        margin: 0 15px 0 0;
    }

    .item_prices ul li div.basket_item_price {
        font-size: 17px;
        font-weight: normal;
        float: right;
        width: 70px;
        text-align: right;
        margin: 0 15px 0 0;
    }

    .item_prices ul li div.basket_item_price_all {
        font-size: 17px;
        font-weight: normal;
        float: right;
        width: 70px;
        text-align: right;
        margin: 0;
    }

    .item_prices ul li div.basket_item_title_total {
        font-size: 20px;
        font-weight: bold;
        float: left;

        color: #000;
    }

    .item_prices ul li div.basket_item_price_total {
        font-size: 20px;
        font-weight: bold;
        float: right;
        width: 100px;
        text-align: right;
        color: #000;
        margin: 0 5px 0 0;
    }

    .basket_item_count_add a.basket_btn {
        margin: 0 0 0 0;
        font-size: 24px;
        line-height: 24px;
        padding: 0 7px;
        background: #62a810;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
        border-radius: 0px;
        border: 0;
        cursor: pointer;
    }

    .basket_item_count_add a.basket_btn1 {

        background: #999;
        color: #fff;
    }

    .item_prices_delivery ul li.colored_li {
        background: #f9f9f9;
    }

    .item_prices_delivery ul li.price_item:hover {
        background: #f2f2f2;
        color: #000;
    }

    .item_prices_delivery ul li div.price_item_title {
        font-size: 17px;
        font-weight: bold;
        float: left;
        line-height: 17px;
        margin: 10px 0 5px 0;
        width: 100%;
        float: left;
    }

    .item_prices_delivery ul li div.price_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .item_prices_delivery ul li div.price_item_price {
        font-size: 19px;
        font-weight: bold;
        float: left;
        margin: 2px 0 5px 0;
        line-height: 17px;
        width: 100%;
    }

    /* delivery */


    .item_prices {
        margin: 0px 0 20px 0;
    }

    .item_prices ul {
        list-style: none;
        padding: 0;
    }

    .item_prices ul li {
        list-style-type: none;
    }

    .item_prices ul li.price_title {
        font-size: 19px;
        font-weight: bold;
        margin: 5px 0 10px 0;
    }

    .item_prices ul li.price_item {
        margin: 0;
        padding: 7px 5px 7px 15px;
    }

    .item_prices ul li.colored_li {
        background: #f9f9f9;
    }

    .item_prices ul li.price_item:hover {
        background: #f2f2f2;
        color: #000;
    }

    .item_prices ul li div.price_item_title {
        font-size: 17px;
        font-weight: normal;
        float: left;
        line-height: 17px;
    }

    .item_prices ul li div.price_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .item_prices ul li div.price_item_price {
        font-size: 17px;
        font-weight: normal;
        float: right;
    }

    /* opinions */


    .item_prices ul li.opinions_item {
        margin: 0;
        padding: 7px 5px 7px 7px;
        overflow: hidden;
    }

    .item_prices ul li div.opinions_item_title {
        font-size: 19px;
        font-weight: bold;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .item_prices ul li div.opinions_item_title a {
        font-size: 19px;
        font-weight: bold;
        line-height: 28px;

        cursor: pointer;
        color: #717171;
    }

    .item_prices ul li div.opinions_item_title a:hover {
        text-decoration: none;
        color: #000;
    }

    .item_prices ul li div.opinions_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .item_prices ul li div.opinions_item_title span.date {

        padding: 5px 10px;
        margin: 0 15px 15px 0;
        font-size: 15px;
        font-weight: bold;
        background: #8c8e8c;
        color: #fff;
    }

    .item_prices ul li div.opinions_item_title div.opinions_item_rating {
        float: right;
        padding-top: 5px;
    }

    span.opinions_stars {
        margin-left: 0;
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        cursor: pointer;
    }

    #opinion_letter_counter {
        font-size: 14px;
        margin-left: 0px;
    }

    .item_prices ul li div.opinions_item_content,
    .item_prices ul li div.opinions_item_content p,
    .item_prices ul li div.opinions_item_content a {
        font-size: 15px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .item_news_full span.date {
        padding: 5px 10px;
        margin: 0 15px 15px 0;
        font-size: 15px;
        font-weight: bold;
        background: #62a810;
        color: #fff;
    }

    .item_prices img {
        margin: 3px 15px 15px 0;
        max-width: 260px;
    }












    /* afisha */


    .afisha_date_list {
        padding: 0px 0;
        background-color: unset;
        margin: 20px 0 10px 0;
        font-family: 'PT Sans Narrow', sans-serif;
    }

    .afisha_date_list ul {
        padding: 0px 0;
        margin: 0px 0;
        vertical-align: middle;
        list-style: none;
        text-align: center;
    }

    .afisha_date_list ul li {}

    .afisha_date_list ul li.calendar {
        float: right;
        margin-left: 50px;
        width: 150px;
    }

    .afisha_date_list ul li a {
        display: block;
        color: #373c43;
        font-size: 1.3em;
        font-weight: normal;
        padding: 0px 15px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .afisha_date_list ul li:hover {
        background-color: #dfdfdf;
    }

    .afisha_date_list ul li a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #afafaf;
    }

    .afisha_date_list ul li.active a {
        background-color: #62a810;
        color: #fff;
    }

    .afisha_date_list ul li.active {
        background-color: #62a810;
    }

    #afisha_calendar_field {
        width: 100px;
    }

    #afisha_calendar_field,
    #afisha_calendar_field a {
        font-size: 10px;
    }

    .afisha_date_list ul li {

        display: block;
        position: relative;
        text-align: center;

        border: #dfdfdf 1px solid;
        color: #373c43;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;

        width: 100%;
        margin: 5px 0;
        padding: 10px;
    }










    /* news */

    .item_prices ul li.news_item {
        margin: 0;
        padding: 7px 5px 7px 7px;
    }

    .item_prices ul li.news_item_TEMP:hover {
        background: #f2f2f2;
        color: #000;
    }

    .item_prices ul li div.news_item_title {
        font-size: 17px;
        font-weight: bold;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .item_prices ul li div.news_item_title a {
        font-size: 19px;
        font-weight: bold;
        line-height: 28px;

        cursor: pointer;
        color: #40454d;
    }

    .item_prices ul li div.news_item_title a:hover {
        text-decoration: none;
        color: #000;
    }

    .item_prices ul li div.news_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .item_prices ul li div.news_item_title span.date {

        padding: 5px 10px;
        margin: 0 15px 15px 0;
        font-size: 15px;
        font-weight: bold;
        background: #62a810;
        color: #fff;
    }

    .item_prices ul li div.news_item_title span.time {

        padding: 0px;
        margin: 0 15px 15px 0;
        font-size: 15px;
        font-weight: bold;
    }

    .item_prices ul li div.news_item_content,
    .item_prices ul li div.news_item_content p,
    .item_prices ul li div.news_item_content a {
        font-size: 15px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .item_prices ul li div.news_item_content .news_item_content_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .item_prices ul li div.news_item_content .news_item_content_title a {
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        color: #717171;
    }

    .item_prices ul li div.first_new,
    .item_prices ul li div.first_new p {
        font-size: 17px;
        font-weight: normal;
        line-height: 24px;
    }

    .item_news_full span.date {
        padding: 5px 10px;
        margin: 0 15px 15px 0;
        font-size: 15px;
        font-weight: bold;
        background: #62a810;
        color: #fff;
    }

    /* letters */

    .letters_list {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .letters_list li {
        display: inline-block;
        margin: 0 4px 3px 0;
        padding: 0;
    }

    .letters_list a,
    .letters_list span {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #a8a8a8;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: none;
        overflow: hidden;
        transition-delay: 0s;

        color: #464646;
        background: #fff;

        border: #e0e0e0 1px solid;
    }

    .letters_list a.free {
        width: auto;
        padding: 0 5px;
    }

    .letters_list a:hover,
    .letters_list a:active {
        text-decoration: none;
        color: #464646;
        background: #f8f8f8;
        font-weight: bold;
    }

    .letters_list a.active {
        color: #fff;
        background-color: #818181;
    }

    .letters_list a.active:hover {
        text-decoration: none;
    }

    /* letters end */


    /* banners */

    .right_banner {
    	display: none;
        width: 100%;
        overflow: hidden;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .bottom_banner {
        text-align: center;
		max-width: 100%;
		overflow: hidden;
    }

    .top_banner {
        margin: 20px 0 0 0;
        text-align: center;
		max-width: 100%;
		overflow: hidden;
    }


	.bottom_banner_mob {
		display: block;
	}

    /* banners */













    /* ----------------- account -------------------*/
    .acc_order_list {
        margin: 0px 0 0px 0;
    }

    .acc_order_list ul {
        list-style: none;
        padding: 0;
    }

    .acc_order_list ul li {
        list-style-type: none;
    }

    .acc_order_list ul li.price_title {
        font-size: 19px;
        font-weight: bold;
        margin: 5px 0 10px 0;
    }

    .acc_order_list ul li.price_item {
        margin: 0;
        padding: 7px 5px 7px 5px;
    }

    .acc_order_list ul li.colored_li {
        background: #f9f9f9;
    }

    .acc_order_list ul li.price_item:hover {
        background: #f2f2f2;
        color: #000;
    }

    .acc_order_list ul li div.price_item_title {
        font-size: 17px;
        font-weight: normal;
        float: left;
        line-height: 17px;
    }

    .acc_order_list ul li div.price_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .acc_order_list ul li div.price_item_price {
        font-size: 17px;
        font-weight: normal;
        float: right;
    }

    /* opinions */


    .acc_order_list ul li.opinions_item {
        margin: 0;
        padding: 7px 5px 7px 7px;
        overflow: hidden;
    }

    .acc_order_list ul li div.opinions_item_title {
        font-size: 19px;
        font-weight: bold;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .acc_order_list ul li div.opinions_item_title a {
        font-size: 19px;
        font-weight: bold;
        line-height: 28px;

        cursor: pointer;
        color: #717171;
    }

    .acc_order_list ul li div.opinions_item_title a:hover {
        text-decoration: none;
        color: #000;
    }

    .acc_order_list ul li div.opinions_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .acc_order_list ul li div.opinions_item_title span.date {

        padding: 5px 10px;
        margin: 0 15px 15px 0;
        font-size: 15px;
        font-weight: bold;
        background: #8c8e8c;
        color: #fff;
    }

    .acc_order_list ul li div.opinions_item_title div.opinions_item_rating {
        float: right;
        padding-top: 5px;
    }

    .acc_order_list ul li table.acc_ord_sostav {
        margin: 10px 0;
        width: 100%;
        max-width: 100%;
    }

    .acc_order_list ul li table.acc_ord_sostav tr td {
        padding: 2px 4px;
        font-size: 14px;
        font-weight: normal;
    }

    .acc_order_list ul li div.basket_item_data {
        font-size: 16px;
        font-weight: normal;
        float: left;
        line-height: 17px;
        width: 100px;
        margin-bottom: 5px;
    }

    .acc_order_list ul li div.basket_item_title {
        font-size: 18px;
        font-weight: bold;
        float: left;
        line-height: 17px;
        width: 100%;
    }

    .acc_order_list ul li div.basket_item_title span {
        font-size: 14px;
        font-weight: normal;
    }

    .acc_order_list ul li div.basket_item_count {
        font-size: 17px;
        font-weight: normal;
        float: right;
        margin: 0 5px 0 0;
        width: 200px;
        text-align: right;
    }

    .acc_order_list ul li div.basket_item_count_add {
        font-size: 17px;
        font-weight: normal;
        float: right;
        margin: 0 15px 0 0;
    }



    .acc_order_list ul li div.basket_item_price {
        font-size: 17px;
        font-weight: normal;
        text-align: right;
        float: right;
        width: 170px;
        text-align: right;
        margin: 0 5px 0 0;
    }

    .acc_order_list ul li div.basket_item_price_all {
        font-size: 17px;
        font-weight: normal;
        float: right;
        width: 100px;
        text-align: right;
        margin: 0;
    }

    .acc_order_list ul li div.basket_item_title_total {
        font-size: 20px;
        font-weight: bold;
        float: left;

        color: #000;
    }

    .acc_order_list ul li div.basket_item_price_total {
        font-size: 20px;
        font-weight: bold;
        float: right;
        width: 100px;
        text-align: right;
        color: #000;
        margin: 0 5px 0 0;
    }

    .item_prices ul li div.price_item_block_fnc {
        font-size: 17px;
        font-weight: normal;
        float: left;
        line-height: 17px;
        padding: 0 10px 0 0;
    }

    .item_prices ul li div.price_item_block_fnc_right {
        font-size: 17px;
        font-weight: normal;
        float: right;
        line-height: 17px;
        padding: 0 0 0 5px;
    }

    .acc_order_date_field {
        width: 100%;
        background: url('/i/calendar.png') right center no-repeat #fff;
        padding-left: 10px;
        cursor: pointer;
        display: inline-block;
        margin: 3px 0;
    }

    /* --------------------- account ----------------------------*/










    .no_footer_margin {
        margin-top: -20px;
    }

    #footer {
        margin: 20px 0 0 0;
        padding: 30px 20px 15px 20px;
        background-color: #4a525d;
        color: #d4d4d4;

        font-size: 15px;
        border-top: #373c43 4px solid;
    }

    #footer a {
        color: #ffffff;
        text-decoration: underline;
    }

    #footer a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    #footer ul {
        margin: 15px 0 15px 0;
        padding: 0;
    }

    #footer ul li {
        list-style-image: none;
        list-style-position: inside;
        list-style-type: disc;
        margin: 0px 0 5px 5px;
        padding: 0 0 0 0px;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        text-align: left;
        direction: ltr;
        font-size: 14px;
        color: #ffffff;
    }

    #footer ul li a {
        font-size: 15px;
        color: #ffffff;
    }

    #footer .footer_warn {
        font-size: 13px;
        color: #acacac;
        margin-top: 15px;
    }

    #footer .sociale_icons {
        text-align: right;
        margin-top: 15px;
    }

    #footer .sociale_icon {
        float: right;
        background: url('/i/social-sm.png');
        display: inline-block;
        height: 32px;
        width: 32px;
        vertical-align: middle;
        margin-left: 5px;
    }

    #footer .soc_fb {
        background-position: 0 0;
    }

    #footer .soc_vk {
        background-position: -32px 0;
    }

    #footer .soc_ig {
        background-position: -64px 0;
    }

    #sunmedia {
        display: block;
        margin-top: 7px;
        height: 17px;
        padding-right: 91px;

        vertical-align: middle;
        background: url('/i/logo-sm-small.png');
        background-position: top right;
        background-repeat: no-repeat;
        text-decoration: none;
    }

    #sunmedia:hover {
        text-decoration: none;
    }

    /* bootstrap carousel */

    .carousel-control.left,
    .carousel-control.right {
        background: none;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-left {
        font-size: 28px;
        font-weight: normal;
    }

    /* bootstrap carousel - end */


    .fancybox-wrap {}

    .fancybox-skin {
        position: relative;
        background: #fff;
        padding: 0 !important;
        border: 1px solid #dfdfdf;
        color: #818181;
        text-shadow: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    div.left_search .search_btn {
        margin-top: 20px;
        text-align: left;
        float: left;
    }

    div.left_search div.search_line {
        margin: 0 0 5px 0px;
        height: 20px;
    }

    div.left_search div.field_label {
        width: 50px;
        float: left;
        font-size: 15px;
        line-height: 17px;
        padding-top: 5px;
    }

    div.left_search div.field_label_big {
        width: 150px;
        float: left;
        font-size: 16px;
        line-height: 17px;
        padding-top: 5px;
    }

    div.left_search div.selector {
        width: 77px;
        float: left;
        font-size: 15px;
        line-height: 17px;
        padding-top: 5px;
    }

    div.left_search_dialog a {
        color: #000;
        text-decoration: none;
    }

    div.left_search_dialog a:hover {
        color: #000;
        text-decoration: none;
    }

    div.left_search_dialog ul.list2 {
        float: left;
        width: 100%;
        padding: 0 0 0 26px;
        color: #818181;
        margin: 0;
        padding: 0;
    }

    div.left_search_dialog ul.list_add_frm {
        float: left;
        width: 300px;
        padding: 0 0 0 26px;
        color: #ffc9c7;
        margin: 0;
        padding: 0;
    }

    div.left_search_dialog ul li {
        margin: 1px 10px 1px 20px;
        cursor: pointer;
        padding: 4px 7px;
        list-style-type: none;
    }

    div.left_search_dialog ul li.active {
        color: #fff;
        background-image: url('/i/checked.png');
        background-repeat: no-repeat;
        background-position: right;
        background-color: #818181;
    }

    div.left_search_dialog ul li:hover {
        color: #fff;
        background-color: #818181;
    }

    .left_search_dialog_submit {
        margin: 15px 10px 0 0;
        text-align: right;
    }

    div.left_search_dialog input.btn {
        margin: 0;
        position: relative;
        font-size: 17px;
        line-height: 34px;
        padding: 0 18px;
        background: #62a810;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-property: all;
        transition-timing-function: linear;
        border-radius: 0px;
    }

    div.left_search_dialog input.btn:hover,
    div.left_search_dialog input.btn:focus {
        text-decoration: none;
        background: #62a810;
    }

    div.left_search div.search_group_reset {
        margin: 28px 0 10px 0;
        width: 70px;
        float: right;
        text-align: right;
        background-color: none;
        font-size: 13px;
        color: #818181;
    }

    div.left_search div.search_group_reset a {
        font-size: 13px;
        color: #818181;
    }

    div.slider {
        width: 140px;
        height: 2px;
        float: left;
    }

    .ui-slider {
        margin: 14px 10px 5px 25px;
    }

    .ui-slider .ui-slider-handle {
        position: absolute;
        top: 10px;
        z-index: 2;
        min-width: 28px;
        height: 28px;
        cursor: default;
        padding: 4px 0 0 0px;
        font-family: 'PT Sans Narrow', sans-serif, Arial, Tahoma;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -14px;
        margin-left: -.6em;
    }

    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-left,
    .ui-corner-bl {
        border-radius: 0px;
    }

    .opened_dialog {
        margin: 20px;
        font-size: 15px;
        display: none;
    }

    .opened_dialog h2 {
        font-size: 30px;
        margin-bottom: 20px;
        color: #000;
    }

    .opened_dialog ul {
        margin: 0;
        padding: 0;
    }

    .opened_dialog ul li {
        margin: 1px 10px 1px 20px;
        cursor: pointer;
        padding: 4px 7px;
        list-style-type: none;
    }



    .opened_dialog ul li input {
        float: right;
        margin: 0 12px 0 0px;
        width: 100px;
        height: 20px;
        background-color: #9a1a15;
        color: #ffc9c7;
        border: 0;
        font-size: 14px;
        padding: 1px 3px;
        line-height: 14px;
        border-radius: 0;
    }

    /* order form */

    div#of_over {

        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 66001;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        display: none;
        background: rgb(0, 0, 0);
    }

    div#of_frame {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 66002;
        width: 100%;
        margin: 0;
        height: 100%;
    }

    div#of_frame iframe {
        border: none;
        background: transparent;
        height: 100%;
        width: 100%;

        z-index: 66003;
    }

    .open_win {
        padding: 20px;
        font-size: 17px;
        color: #717171;
        width: 500px;
    }

    .open_win span {
        font-weight: bold;
    }

    .open_win h2 {
        font-size: 28px;
        font-family: 'PT Sans Narrow', sans-serif;
        margin: 0px 10px 20px 0px;
        color: #000;
        line-height: 34px;
    }

    #acc_menu_line_mob {
        text-align: center;
    }

    #acc_menu_line_mob select {
        font-size: 17px;
        width: 100%;
        padding: 3px 10px;
    }

    .container {
        width: 100%;
        min-width: unset;
        margin: 0;
    }

    .params .top_spec_blk {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas:
            "info"
            "info2"
            "buttons";
        align-items: start;
        justify-content: space-between;
        border: 0;
        padding: 0;
        margin-bottom: 10px;
        min-width: unset;
    }

	.photos .top_spec_blk1 {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas:
            "info"

            "buttons";
        align-items: start;
        justify-content: space-between;
        border: 0;
        padding: 0;
        margin-bottom: 10px;
        min-width: unset;
    }

    #top_line .container .row {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .photo a img {
        width: 100%;
    }

    .params .spec_ico_blk {
        grid-area: info;
        float: unset;
        overflow: hidden;
        margin-bottom: 10px;
    }

    li#s_0 {
        width: fit-content;
        display: inline-block;
    }

    .arrow {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555555'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transform: rotate(-180deg);
    }

    div#menu_top_search input {
        height: 34px;
        font-size: 17px;
        line-height: 34px;
        padding: 0 10px;
        width: 70%;
    }

    div#menu_top_search {
        z-index: 100;
        position: fixed;
        min-width: 100vw;
        top: 30%;
        right: 0;
        left: 0;
        text-align: right;
        display: none;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        border-top: 0;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        padding: 13px 15px 13px 25px;
        line-height: 15px;
        box-sizing: border-box;
    }

    #account_top a.f_button.btn1.btn_small {
        margin: 14px auto;
        display: block;
        max-width: 80%;
    }

    #account_top {
        margin-top: unset;
    }

    a.f_button.delivery_add {
        margin: 7px 0 0 0;
        padding: 4px 9px;
        width: 100%;
        font-size: 1em;
    }

    .price_item_title,
    .price_item_price {
        color: black;
    }

    #special_mod {
        display: grid;
        grid-template-columns: 45vw 45vw;
        grid-template-rows: 45vw;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 10px;
        overflow: hidden;
    }

    .select_block {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .div_img img {
        height: 45vw;
        width: unset;
        display: block;
    }

    dymaps {
        max-width: 100% !important;
    }

    .container .cut_tbl {
        -webkit-mask-image: none;
        -webkit-mask-size: none;
    }



    .picture-answer-wrap {
        width: 100%;
    }
    a.add-photo.f_button.btn2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }


    /* review */
    .pie {
        --w: 60%;
        font-size: 53px;
        margin: 16px auto;
    }

    .detail-block .rating-description {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 0 26px;
    }

    .detail-block.review-page .rating-wrap {
        display: flex;
        flex-direction: column;
    }

    /* review */
}

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

/* flex */

.item_prices ul li.price_item {
    margin: 0;
    padding: 3px 5px 3px 10px;
}

ul li.price_item .basket_item_photo {
	display: inline-block;
}

ul li.price_item .flex_basket_item_line {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: auto auto;
	align-items: center;
	width: 100%;
	align-content: space-between;
    justify-content: space-between;
}

.item_prices ul li div.basket_item_price_all {
	margin-right: 5px;
}
ul li.price_item .flex_basket_item_line img {
	margin: 0;
	padding: 3px 15px 10px 3px;
}

ul li.price_item .flex_basket_item_line .basket_item_photo {
	grid-row: 1;
}

ul li.price_item .flex_basket_item_line .basket_item_title {
	grid-row: 1;
	grid-column-start: 2;
  grid-column-end: 5;
	display: grid;
}


ul li.price_item .flex_basket_item_line .basket_item_price {
	grid-row: 2;
}

ul li.price_item .flex_basket_item_line .basket_item_count {
	grid-row: 2;
}

ul li.price_item .flex_basket_item_line .basket_item_count_add {
	grid-row: 2;
	display: flex;
}

ul li.price_item .flex_basket_item_line .basket_item_price_all {
	grid-row: 2;
}

/* flex */




}
