@import url("animate.css");
@import url("../fonts/stylesheet.css");
@import url("jquery-ui.min.css");
@import url("jquery.scrollbar.css");
@import url("lightgallery.css");
html * { max-height:1000000px;}
* { -webkit-text-size-adjust: none; margin: 0; padding: 0; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; box-sizing: border-box; outline: none; }
html, body { color: #1D1D1D; background: #FFF; height: 100%;
    font-family: "Montserrat", Arial, sans-serif; font-size: 14px; }
li { list-style: none; }
a img { border: none; }
a { text-decoration: none; color: inherit; }
input, select, button,textarea { outline: none; -moz-appearance: none; -webkit-border-radius: 0;
    -moz-border-radius: 0; -webkit-appearance: none;}
textarea { outline: none; }
input[type=file],
input[type=file]::-webkit-file-upload-button { cursor: pointer; }
input[type="submit"] { cursor: pointer;}
.container { max-width: 1180px; padding: 0 20px; margin: 0 auto;  }
img { display: block; max-width: 100%; }

h2 { font: bold 30px/1.425 "Montserrat"; }
h2 span { font-weight: 300; display: block; }
h5,h3 { font: bold 18px/1.425 "Montserrat"; }
h6 { font: bold 16px/1.425 "Montserrat"; }
p { font: 14px/1.6 "Montserrat"; }

.form_inline { display: flex; align-items: center; }
.input_wrapper { margin-top: 12px; }
.input_wrapper input,.input_wrapper textarea {
    border: 1px solid #FFF; width: 100%; display: block; border-radius: 3px;
    background: transparent; height: 50px; font: 14px/1 "Montserrat"; color: #FFF; padding: 0 20px; }
.input_wrapper textarea { resize: vertical; min-height: 68px;
    padding: 10px 20px 2px; line-height: 18px; }
.input_wrapper .error_text { text-align: left; padding: 2px 0 0 0!important; margin: 0; display: none; font: 500 8px/10px "Montserrat"; color: #E30613; }
.input_wrapper input.req.invalid,.input_wrapper textarea.req.invalid { border-color: #E30613; }
.input_wrapper input.req.invalid ~ .error_text,.input_wrapper textarea.req.invalid ~ .error_text { display: block; }
.form_inline .input_wrapper { margin-top: 12px; }
.black .input_wrapper input { border-color: #1D1D1D; color: #000; }
.input_wrapper.gray input,.input_wrapper.gray textarea { border-color: #D0D0D0; color: #000; }
.btn { cursor: pointer; border: none; background: #E30613; display: block; width: 100%; height: 50px;
    font: bold 14px/1 "Montserrat"; color: #FFF; border-radius: 3px; 
	padding: 0 5px; line-height: 1.3; transition: background .2s linear; }

.btn.black { background: #1D1D1B; }
a.btn,button.btn.w_icon { display: flex; align-items: center; justify-content: center; }
.btn.w_icon:before { content: ""; width: 22px; height: 22px; display: block; flex: 0 0 auto; margin-right: 15px; }
.btn.w_icon.menu:before { background: url(../img/menu_icon.svg) no-repeat 50% 50% / contain; }
.btn.w_icon.basket:before { background: url(../img/basket_icon.svg) no-repeat 50% 50% / contain; }
.btn.w_icon.phone:before { background: url(../img/phone_icon.svg) no-repeat 50% 50% / contain; }
.input_wrapper + .btn { margin-top: 12px; }
.btn:hover { background: #D90915; }
.btn:hover { background: #B30000; }
header { background: #1D1D1D; color: #FFF; padding: 10px 0 5px; position: fixed; z-index: 21;
    top: 0; left: 0; width: 100%; }
.header { display: flex; justify-content: space-between; align-items: center; }
.header > *:not(.logo) { margin-bottom: 20px; }
.logo { margin-right: 25px; flex: 0 0 auto; }
.logo span { display: block; padding-top: 10px; font: 8px/10px "Montserrat"; text-transform: uppercase; letter-spacing: 1.15px; }
.h_city { position: relative; flex: 0 0 auto; }
.h_city > a { position: relative; font: bold 12px/20px "Montserrat"; display: inline-block; vertical-align: middle;
    text-transform: uppercase; padding-right: 20px; }
.h_city > a:after { content: ""; display: block; width: 12px; height: 7px; margin: auto;
    background: url(../img/arrow_down.svg) no-repeat 50% 50% / contain; position: absolute; right: 0;
    bottom: 0; top: 0; }
.h_city_box { background: #393935; padding: 15px; border-radius: 3px; font-size: 0;
    position: absolute; top: calc(100% + 10px); left: 0; width: 160px; text-align: center; }
.h_city_box:before { content: ""; width: 10px; height: 10px; background: #393935;
    display: block; position: absolute; transform: rotate(45deg); top: -4px; left: 30px; }
.h_city_box > p { font: 12px/1.2 "Montserrat"; padding-bottom: 10px; }
.h_city_box > a {  font: 12px/1.2 "Montserrat"; display: inline-block; vertical-align: middle; padding: 5px 10px; border-radius: 3px; }
.h_city_box > a:first-of-type { background: #E30613; margin-right: 5px; }
nav { flex: 1 1 auto; padding: 0 20px; }
@media(min-width: 921px) {
    nav { display: block!important; }
}
nav ul { justify-content: center; display: flex; }
nav ul li { margin: 0 15px; }
nav ul li a { font: bold 12px/20px "Montserrat"; text-transform: uppercase; display: block; transition: .3s; }
nav ul li a:hover { color: #E30613; }
@media(max-width: 1200px) {
	nav ul li { margin: 0 10px; }
}
@media(max-width: 1040px) {
    nav { padding: 0 5px; }
    nav ul li { margin: 0 5px; }
}


.lang_box { margin-right: 10px; }
.lang_box a { display: flex; align-items: center; }
/*.lang_box a.rus_icon:before,.lang_box a.ua_icon:before { content: ""; width: 20px; height: 14px; display: block;
background: url(../img/russia.svg) no-repeat 50% 50% / contain; flex: 0 0 auto; margin-right: 5px;  }
.lang_box a.ua_icon:before { background: url(../img/ukraine.svg) no-repeat 50% 50% / contain;  }*/
.h_right { display: flex; align-items: flex-end; flex-direction: column; text-align: right; }
.h_right > a:not(.callback_btn) { font: bold 18px/20px "Montserrat"; }
.h_right > a.callback_btn { margin-top: 6px; font: 12px/20px "Montserrat"; position: relative; padding-left: 25px; }
.h_right > a.callback_btn span { text-decoration: underline; }
.h_right > a.callback_btn:hover span { text-decoration: none; }
.h_right > a.callback_btn:before { content: ""; background: url(../img/phone_icon.svg) no-repeat 50% 50% / contain;
    width: 17px; height: 17px; position: absolute; display: block; top: 0; bottom: 0; left: 0; }
.dev_link { margin-bottom: 20px; }
.dev_link a,.privacy_link:hover { text-decoration: underline;}
.dev_link a:hover { text-decoration: none; color: #E30613; }

.thanks_block { padding: 180px 0 100px; background: #FFF; color: #222; text-align: center; } 
.thanks h2 ~ p { font: 17px/1.8 "Montserrat"; padding-top: 10px; }
.thanks > img { display: block; margin: 40px auto 0; }
.main_block { padding: 130px 0 0; background: #1D1D1D; color: #FFF; }
.main { display: flex; justify-content: space-between; }
.main_left { margin-right: 30px; flex: 1 1 auto; max-width: 500px; padding: 50px 0; }
.main_left > h1 { font: 300 30px/1.3 "Montserrat"; }
.main_left > h1 span:not(.m_text) { white-space: nowrap; }
.main_left > h1 span:not(.m_text) a { white-space: normal; }
.main_left > h1 a { line-height: 1; display: inline-block; transition: .3s;
    border-bottom: 1px dashed #E30613; color: #E30613; }
.main_left > h1 a:hover { border-bottom-color: transparent; }
.main_left > p { font: 16px/1.5 "Montserrat"; padding: 30px 0; }
.main_left > a.btn { max-width: 230px; }
.main_right { flex: 0 0 auto; width: calc(50% - 15px);
    position: relative; z-index: 3; margin-bottom: -120px; }

.main_right_box { position: relative; }
.main_slide { position: relative; }
.main_slide img { position: absolute; top: 0;left: 0; width: 100%; height: 100%;
    z-index: 1; object-fit: cover; }
.main_slide:after { content: ""; display: block; padding-top: 89.5%; }
.main_slide_info { position: absolute; top: 0; left: 0; padding: 7%; z-index: 3; }
.main_slide_info h6 { font-weight: normal; }
.main_slide_info p {padding-top: 10px; font-size: 12px; }
.main_slide_info p span { display: block; }

.main_slider_info { display: flex; position: absolute; align-items: center;
    bottom: 0; left: 0; z-index: 2; padding: 0 7% 7%;  }
.arrow_prev,.arrow_next { display: block; width: 30px;
    height: 30px; border-radius: 50%; flex: 0 0 auto; cursor: pointer;
    background: url(../img/main_sldier_arrow.svg) no-repeat 50% 50%; }
.arrow_prev { background: url(../img/main_sldier_arrow1.svg) no-repeat 50% 50%; }
.arrow_prev.slick-disabled,.arrow_next.slick-disabled { visibility: hidden; }

.main_slider_info_box { flex: 0 0 auto; width: 60px; }
.main_slider_info_box p { text-align: center;  }
.main_slider_info_box p span {  }
.main_slider_info_box p i { font-style: normal;  }
.stock_block { background: #FFF; padding: 50px 0 0; position: relative; }
.stock { display: flex; align-items: flex-end;  }
.stock_left { margin-right: 50px; position: relative; }
.stock_left p { position: absolute; top: 55%; transform: translateY(-50%); left: -20px; margin: auto;
    color: #E30613; mix-blend-mode: darken; font: bold 250px/.9 "Montserrat"; }
.stock_left p span { font-size: 100px; position: absolute; top: 100%; right: -30px; }
.stock_right { flex: 1 1 auto; padding: 75px 0;}
.stock_right > h2 { max-width: 480px; padding-bottom: 20px; }
.stock_right > h2 span { display: block;  }
.stock_form > form { align-items: flex-start; margin: 0 -5px; }
.stock_form > form > * { width: calc(100% / 3 - 10px); margin: 0 5px; }

.select_program_block { padding: 50px 0; background: #F7F7F7; }
.select_program_box { display: flex; align-items: flex-start; justify-content: flex-start; }
.select_program_left { }
.select_program_left > p { padding: 20px 0 10px; }
.select_program_left > p > b { color: #E30613; font-weight: bold; }
.select_program_left > p a { color: #E30613; border-bottom: 1px dashed #E30613; }
.select_program_left > p a:hover { border-bottom-color: transparent; }
.ration_box { display: flex; flex-wrap: wrap; margin: -15px -15px 0; }
.ration_item { transition: .3s linear; cursor: pointer; margin: 15px;
    width: calc(100% / 3 - 30px); flex: 0 0 auto; background: #FFF; overflow: hidden;
    border-radius: 3px; padding: 10px 20px 45px; position: relative; min-height: 130px; }
.ration_item p { padding-top: 5px; font-size: 12px; }
.ration_item p span { display: block; }
.ration_img { position: absolute; bottom: 0; right: 0; }
.ration_img img { max-width: 128px; max-height: 72px; width: auto; }
.ration_item:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
.check_icon { width: 32px; height: 32px; border-radius: 50%; background: #FFF;
    position: absolute; top: 25px; right: 20px; opacity: 0; }
.check_icon:after { content: ""; background: url(../img/ration_check_icon.svg) no-repeat 50% 50% / contain;
    width: 16px; height: 14px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.ration_item.active .check_icon { opacity: 1; }
.ration_item.active { color: #FFF; background: rgba(60,60,60,1);  }

.check_items { flex-wrap: wrap; display: flex; align-items: center; margin: 0 -5px; }
.check_items > p { cursor: pointer; margin: 5px; background: #FFF;
border-radius: 30px; height: 40px; display: flex; transition: .3s linear;
    align-items: center; justify-content: center; font: bold 14px/20px "Montserrat"; }
.check_items > p.checked { background: #000; color: #FFF; }
.check_items > p:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
.daily_kk:after { content: "кКал в день"; font: 14px/20px "Montserrat"; padding-left: 10px; }
.daily_kk p { width: 82px; }
.days_count p { width: 40px; }
.days_count:after { content: "днів"; font: 14px/20px "Montserrat"; padding-left: 10px; }
.select_program_right { margin-left: 30px; padding-top: 50px; }
.my_program { background: #FFF; border-radius: 3px; padding: 32px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05); width: 260px; }
.my_program > span { text-transform: uppercase; display: block; color: #8D8D8D;
    font-size: 10px; margin-bottom: 15px;}
.my_program > p { padding: 15px 0; }
.my_program > p span { display: block; }
.my_program > p.ration_info b,
.my_program > p.ration_info i { font-style: normal; font-weight: normal; }
.my_program > h5.price { color: #E30613; font-size: 22px; }
.my_program > h5 strike { font: 10px/15px "Montserrat"; display: block; color: #000; }
.my_program > h5 i {  background: #000; font: normal 10px/15px "Montserrat"; color: #FFF; padding: 2px 6px 1px;
    border-radius: 10px; white-space: nowrap; margin: -8px 0 0 -5px; display: inline-block; vertical-align: top; }
.my_program > h5 i:empty { display: none; }
.my_program > h5.price + p { padding-top: 0; }
.my_program > h5 b { font-weight: bold; }


.reset_btn,.reset_calc_btn { position: relative; display: block; padding-left: 21px;
	background: url(../img/filter_icon.svg) no-repeat 0 50%; width: 154px;
	font: 500 10px/15px "Montserrat"; color: #8D8D8D; margin: 15px auto 0; text-transform: uppercase; }

.menu_block { padding: 50px 0; }
.menu_title { display: flex; max-width: 830px; align-items: center; }
.menu_title h2 { flex: 1 1 auto; }
.menu_title a { flex: 0 0 auto; width: auto; padding: 0 20px; }
.menu_title > h2 {}
.menu_title > h2 span { cursor: pointer; border-bottom: 1px dashed #E30613; display: inline-block; color: #E30613; line-height: 1; }
.menu_title > h2 span:hover { border-bottom-color: transparent;  }
/*border-bottom: 1px dashed #E30613; */
.days_slider_box { display: flex; align-items: center; padding: 30px 0; max-width: 830px; }
.days_slider { cursor: move; overflow: hidden;  flex: 1 1 auto; }
.day_slide { transition: .3s; cursor: pointer; background: #F7F7F7; 
	border-radius: 30px; height: 40px; transition: .3s linear;
    width: 105px; float: left; margin-right: 15px;  text-align: center; font: bold 14px/40px "Montserrat"; }
.day_slide:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
.day_slide.active { color: #FFF; background: #1D1D1D; box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05); }

.days_arrows { display: flex; align-items: center; margin: 0 -7px 0 8px; }
.days_arrows > * { position: relative; cursor: pointer; margin: 0 7px; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; }
.days_arrows > *:hover { background: #F7F7F7; }
.days_arrows > *:before { content: ""; display: block; width: 20px; height: 20px; position: absolute;
    background: url(../img/slider_arrow_icon.svg) no-repeat 50% 50% / contain;
    margin: auto; top: 0; left: 0; bottom: 0; right: 0; }
.days_arrows > .prev:before {  background: url(../img/slider_arrow_prev_icon.svg) no-repeat 50% 50% / contain; }
.days_arrows > *.disabled { visibility: hidden; }


.dishes_slider_box { padding-left: calc(50% - 570px); }
@media(max-width: 1180px) {
    .dishes_slider_box { padding-left: 20px; }
}
.dishes_slider { cursor: move; width: 100%; position: relative; padding-right: 50px; }
.dishes_sly { position: relative; }
.dishes_sly:before { content: ""; position: absolute; top: 0;
    right: 0; width: 100px; height: 100%; z-index: 3;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1)); }
.dishes_slider:after { content: ""; display: table; clear: both; }
.dish_slide { float: left; width: 233px; margin: 0 60px 0 0; padding: 15px 0; }
.dish_slide:last-child { margin-right: 0; }
.dish_slide_img { overflow: hidden; position: relative; }
.dish_slide_img:before { content: ""; display: block; padding-top: 73.4%; }
.dish_slide_img img { position: absolute; top: 0; left: 0; width: 100%;
    height: 100%; object-fit: cover; object-position: 50% 50%; transition: transform .4s; }
	.dish_slide:hover .dish_slide_img img {transform: scale(1.07); }
.dish_info { display: flex; justify-content: space-between; }
.dish_info p { font: 8px/12px "Montserrat"; text-align: center; }
.dish_info p span { display: block; color: #E30613; font: 14px/20px "Montserrat"; }
.dish_slide > span { font: 14px/20px "Montserrat"; color: #8D8D8D;
    display: none; padding: 10px 0 0; }
.dish_slide > p b { font-weight: bold; }
.dish_slide > p { line-height: 1.3; margin: 10px 0; height: 54px; }


.scrollbar { margin: 30px 0 auto calc(1140px - 260px); width: 260px; height: 1px; background: #C4C4C4; }
.scrollbar:not(.visible) { visibility: hidden; }
@media (max-width: 1180px) {
    .scrollbar { margin-left: auto; margin-right: 20px; }
}
.scrollbar .handle {
    width: 20px; /* overriden if dynamicHandle: 1 */
    height: 20px; cursor: pointer; border-radius: 50%; position: relative; top: -10px;
    background: #1D1D1D; }

	

/*detox*/

.with_span { display: inline-flex; }
.with_span span { width: 16px; height: 16px; border-radius: 50%; display: block; box-sizing: border-box;
    color: #000; border: 1px solid #000; font: 600 10px/14px "Montserrat";
    text-align: center; cursor: pointer; position: relative; margin: 4px 0 0 7px; }
.with_span span:hover { border-color: #E30613; color: #E30613; }
.with_span span:after { content: attr(data-content); width: 290px; box-sizing: border-box;
    padding: 10px 16px; text-align: left; font: 500 10px/1.6 "Montserrat"; color: #FFF;
    transform: translateY(-50%); border-radius: 3px; background: #3C3C3B; display: block;
    left: calc(100% + 12px); position: absolute; visibility: hidden; }
.with_span span:before { content: ""; display: block; box-sizing: border-box; width: 0; height: 0;
    border: 8px solid transparent; border-right-color: #3C3C3B; position: absolute; top: 0; bottom: 0;
    margin: auto; left: 10px; visibility: hidden; }

.with_span span:hover:before,.with_span span:hover:after { visibility: visible;}

.detox_block { background: #F7F7F7; }
.detox { padding: 20px 0 60px; }
.detox_list { display: flex; margin: 0 0 0 -15px; padding: 10px 0 20px; overflow: auto; }
.detox_item { width: calc(100% / 3 - 30px); margin: 15px 15px 0; min-width: 260px;
    padding: 30px; background: #FFF; border-radius: 3px; display: flex; flex-direction: column; }
.detox_item > h5 { font: bold 18px/1.35 "Montserrat"; margin-bottom: 15px; }
.detox_item > h5 span { padding-top: 5px; display: block;
    font: normal 10px/1.4 "Montserrat"; color: #8D8D8D; }
.detox_description { flex: 1 1 auto; }
.detox_description ul {  }
.detox_description ul li { font-size: 12px; line-height: 1.46; position: relative; margin-top: 2px; padding-left: 14px; }
.detox_description ul li:before { content: ""; display: block; position: absolute; top: 8px; left: 0;
    background: #000; width: 3px; height: 3px; border-radius: 50%;  }

.detox_info { display: flex; margin: 15px -4px 0; }
.detox_info p { margin: 0 4px; font: 8px/12px "Montserrat"; min-width: 36px; }
.detox_info p span { display: block; color: #E30613; font: 14px/20px "Montserrat"; }

.detox_footer { text-align: center; padding-top: 35px; }
.detox_footer p { margin-bottom: 20px; }
.detox_footer .btn.w_icon { display: inline-flex; width: 100%; max-width: 205px; }

.select_c_days_info p { font: bold 14px/1.5 "Montserrat"; padding-top: 15px; }
.select_c_days { margin-top: 15px; display: flex; width: 120px; border: 1px solid #D0D0D0; border-radius: 3px; }
.select_c_days .text { font: bold 16px/50px "Montserrat"; text-align: center; flex: 1 1 auto; }
.select_c_days .increment,.select_c_days .decrement { -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
    width: 30px; text-align: center; font: 600 20px/50px "Montserrat"; color: #444; cursor: pointer; }
.select_c_days .increment:hover,.select_c_days .decrement:hover { color: #E30613; }	
@media(max-width: 920px) {
    .detox_item { padding: 15px; }
}

@media(max-width: 600px) {
    .with_span span:after { transform: translate(-50%, 20px); }
    .with_span span:before {  transform: translate(-50%, 20px); border-right-color: transparent; border-bottom-color: #3C3C3B; }
}

@media(max-width: 420px) {
    .with_span span:after { text-align: center; transform: translate(-200px, 20px); }
}

.calories_calc_block { background: #F7F7F7; padding: 50px 0; }
.calories_calc > h2,.calories_calc > p { max-width: 650px; }
.calories_calc > h2 {  }
.calories_calc > p { padding-top: 15px; }
.calories_calc_box { padding-top: 20px; display: flex; align-items: center; }
.calories_calc_left { margin-top: -25px; flex: 1 1 auto; display: flex; flex-wrap: wrap; }
.calories_calc_item { flex: 0 0 auto; margin-left: 0; margin-top: 35px;
    width: calc(50% - (11.764% / 2)); border-bottom: 1px solid #D6D6D6; }
.calories_calc_item:nth-child(2n) { margin-left: 11.764%; }
.calories_calc_item > p { color: #6E6E6D; padding-bottom: 20px; }
.calories_calc_right { width: 360px; flex: 0 0 auto; margin-left: 8.8%; }
.help_me_wrap { padding-bottom: 15px; margin-top: -46px; text-align: center; }
.help_me_btn { display: flex; text-decoration: underline;
    align-items: center; justify-content: center; font: bold 14px/1.4 "Montserrat";  }
.help_me_btn:before { margin-right: 10px; content: "";
    width: 31px; height: 29px; display: block;
    background: url(../img/help_me_btn_icon.svg) no-repeat 50% 50% / contain; }
.help_me_btn:hover { text-decoration: none; color: #cb2027; }
.calories_calc_result { padding: 17.5%; background: #FFF; border-radius: 3px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05); }
.calories_calc_result h5 span { font: 14px/20px "Montserrat"; display: block; }
.calories_calc_result .calc_r2 i { font-style: normal; display: block; }
.calories_calc_result .calc_r2 h5 ~ h5 { margin-top: 5px; }
.calories_calc_result > p { padding: 15px 0; }
.calories_calc_result > .btn { margin-top: 15px; }
.sex_toggle_box { display: flex; align-items: center; }
.sex_item { display: flex; cursor: pointer;  align-items: center; flex: 0 0 auto; transition: .3s; }
.sex_item .sex_item_icon { margin-left: 10px; }
.sex_toggle + .sex_item { flex-direction: row-reverse; }
.sex_toggle + .sex_item .sex_item_icon { margin-left: 0; margin-right: 10px; }
.sex_toggle { position: relative; flex: 0 0 auto; margin: 0 10px; width: 34px; height: 14px;
    background: #C0BFBF; border-radius: 14px; }
.sex_toggle:before { content: ""; position: absolute; width: 20px; height: 20px; display: block;
    border-radius: 50%; top: -3px; left: calc(100% - 20px); background: #000; transition: .3s linear; }
.sex_toggle_box.active .sex_toggle:before { left: 0; }

.sex_toggle_box .sex_item { opacity: .35; }
/*.sex_toggle_box .sex_item p { width: 80px; font-weight: bold; }*/
.sex_toggle_box.active .sex_item { opacity: 1;  }
/*.sex_toggle_box.active .sex_item p {  font-weight: normal; }*/
.sex_toggle_box .sex_toggle + .sex_item { opacity: 1; }
/*.sex_toggle_box .sex_toggle + .sex_item p { font-weight: bold; }*/
.sex_toggle_box.active .sex_toggle + .sex_item { opacity: .35;}
/*.sex_toggle_box.active .sex_toggle + .sex_item {  font-weight: normal; }*/

.my_target { margin-top: -7px; }
.select_box { -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;
    z-index: 3; position: relative; width: 100%; max-width: 320px;  }
.select_box p { position: relative; cursor: pointer;
    padding: 5px 20px 5px 0; color: #000; font: bold 14px/1.4 "Montserrat"; }
.select_box p:after { background: url(../img/select_arrow.svg) no-repeat 50% 50%; width: 12px; height: 6px;
    position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; content: ""; }
.select_box.active p:after { transform: rotate(180deg); }
.select_box p span { display: block; font: 16px/24px "Lato";  }
.select_box ul { display: none; background: #FFF; font: 14px/24px "Montserrat"; position: absolute;
    width: 100%; top: calc(100% + 4px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 3px 3px; overflow: hidden;  }
.select_box ul li { padding: 7px 10px 7px 30px; cursor: pointer; position: relative; }
.select_box ul li i { border: 1px solid #C8C8C8; background: #FFF; display: block; border-radius: 50%;
    width: 11px; height: 11px; position: absolute; top: 0; bottom: 0; left: 10px; margin: auto; }
.select_box ul li i:before { content: ""; position: absolute; border: 1px solid #E30613; box-sizing: border-box;
    width: 5px; height: 5px; opacity: 0; border-radius: 50%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.select_box ul li.active i { border-color: #E30613; }
.select_box ul li.active i:before { opacity: 1; }
.select_box ul li:hover { background: #F4F5F5; }
.select_box.active ul { display: block; }

a[data-popup="activity_popup"] { background: #000; display: inline-block; vertical-align: top;
    margin: -8px auto auto 10px; font: bold 14px/20px "Montserrat"; text-align: center; color: #FFF;
    width: 22px; height: 22px; border-radius: 50%; }
.activity { display: inline-block; vertical-align: middle; margin: -7px -5px 0; }
.activity input { display: none; }
.activity * { float: right; }
.activity label { background: url(../img/activity_icon.svg) no-repeat 50% 50% / contain;
    width: 22px; height: 26px;  margin: 0 5px; cursor: pointer; opacity: .4; transition: .3s; }
.activity span { display: inline-block; margin: 7px 0 0 7px; font-size: 10px; }
.activity input:checked ~ label { opacity: 1; }

.my_slider { margin-top: 25px; width: 100%; height: 1px; margin-bottom: -1px;
    border: none!important; background: #D0D0D0; position: relative; z-index: 1; }
.my_slider .handle { cursor: pointer; width: 20px; height: 20px; top: -10px; border-radius: 50%; background: #000; border: none; }
.my_slider .handle:before { content: attr(data-value); top: -30px; width: 44px; height: 24px; border-radius: 30px;
    padding: 2px 0; border: none; text-align: center; background: #000; display: block; box-sizing: border-box;
    margin-left: -12px; color: #FFF; font: 14px/20px "Montserrat"; position: absolute; left: 0; right: 0; }
.my_slider .handle:after { content: ""; background: #000; width: 6px; height: 6px; display: block;
    position: absolute; margin: auto; top: -9px; left: 0; right: 0; transform: rotate(45deg); }


.why_we_block { padding: 50px 0; }
.why_we {}
.why_we img { margin: auto; }
.why_we > h2 { text-align: center; padding: 30px 0 20px; max-width: 882px; margin: 0 auto;  }
.why_we_box { display: flex; flex-wrap: wrap; margin: 0 -15px; padding-top: 25px; }
.why_we_item { box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05); border-radius: 3px; overflow: hidden; margin: 15px; flex: 0 0 auto;
    width: calc(100% / 3 - 30px); position: relative; display: flex; align-items: center; }
.why_we_item:before { content: ""; display: block; padding-top: 72.222%; }
.why_we_item > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;  }
.why_we_text { position: relative; z-index: 3; padding: 10%; }
.why_we_text h3 { padding-bottom: 5px; }
.why_we_text p { padding-top: 8px; }

.why_we_block + .help_block { padding-top: 20px; }
.help_block { padding: 50px 0 35px; }
.help_box { display: flex; flex-wrap: wrap; padding-top: 25px; margin: 0 -15px; }
.help_item { width: calc(25% - 30px); margin: 15px; }
.help_icon { width: 64px; height: 64px; position: relative; margin-bottom: 10px; }
.help_icon img { position: absolute; top: 0; left: 0; bottom: 0;
    margin: auto; max-width: 100%; max-height: 100%; }
.help_item h3 { padding: 25px 0 10px; }
.help_item p { padding-top: 10px; }

.start_block { padding: 50px 0; color: #FFF; background: url(../img/start_bg.jpg) no-repeat 50% 50% / cover; }
.start > h2 { max-width: 520px; }
.start_box { display: flex; flex-wrap: wrap; counter-reset: list; margin: 0 -15px; padding-top: 25px; }
.start_item { counter-increment: list; width: calc(25% - 30px); margin: 15px; }
.start_step { display: flex; align-items: center;  }
.start_step:before { color: #000; content: counter(list); display: flex; flex: 0 0 auto;
    width: 40px; height: 40px; border-radius: 50%; align-items: center; justify-content: center;
    font: bold 14px/1 "Montserrat"; background: #FFF; }
.start_step:after { content: ""; display: block; height: 15px; margin-left: 20px;
    flex: 1 1 auto; background: url(../img/start_arrow.svg) no-repeat 100% 50%; max-width: 182px; }
.start_item:nth-child(4n) .start_step:after { display: none; }
.start_item h3 { padding: 25px 0 10px; }
.start_item p { padding-top: 8px; }

.about_menu_block { padding: 50px 0; }
.about_menu > h2 { max-width: 600px; margin: auto; text-align: center; }
/*.about_menu_box {  position: relative;  }*/
/*.about_menu_box > img { margin: auto; max-width: 62%; }*/
/*.about_menu_item { width: 260px; position: absolute; }*/
/*.about_menu_item:before { content: ""; position: absolute; width: 82px; height: 12px;*/
    /*background: url(../img/about_box_arrow.svg) no-repeat 50% 50% / contain;  }*/
/*.about_menu_item:nth-child(1) { top: 18%; right: 3%;  }*/
/*.about_menu_item:nth-child(1):before { right: calc(100% + 10px); top: 15px; transform: rotate(-20deg); }*/
/*.about_menu_item:nth-child(2) { top: 60%; left: 2%;  }*/
/*.about_menu_item:nth-child(2):before { left: calc(100% - 72px); top: -15px; transform: scale(-1,1); }*/
/*.about_menu_item:nth-child(3) { top: 72%; right: 3%;  }*/
/*.about_menu_item:nth-child(3):before { right: calc(100% - 50px); top: -25px; }*/
/*.about_menu_box > img + .about_menu_item { position: relative; margin: 30px auto 0;  }*/
/*.about_menu_box > img + .about_menu_item:before { display: none; }*/

.about_menu_box { display: flex; justify-content: center;
    align-items: flex-start; flex-wrap: wrap; margin: 0 -15px; }
.about_menu_item { text-align: center;  width: calc(25% - 30px); margin: 50px 15px 0; }
.about_menu_item_icon { height: 190px; display: flex;
    align-items: center; justify-content: center; margin-bottom: 15px;  }
.about_menu_item_icon img {  }
.about_menu_item:nth-child(5) { width: calc(100% - 30px); max-width: 290px;}
.about_menu_item:nth-child(5) .about_menu_item_icon { display: none; }


.about_block { background: #F7F7F7; padding: 50px 0; }
.about h2 { text-align: center; max-width: 720px; margin: auto; }
.about_box { padding-top: 50px; }
.about_item { display: flex; }
.about_box .about_item:nth-child(even) { flex-direction: row-reverse; }
.about_item_img { width: 50%; flex: 0 0 auto;  }
.about_item_img img { display: block; object-fit: cover; width: 100%; height: 100%; }
.about_item_text { background: #FFF; padding: 5%; display: flex; flex-direction: column;
    justify-content: center; }
.about_item_text h5,.about_item_text h3 { padding-bottom: 15px; max-width: 300px; }

.clients_reviews_block { padding: 50px 0 30px; }
.client_reviews > p {}
.client_reviews > p img { display: inline-block; vertical-align: middle; }
.client_reviews > p a { color: #E30613; text-decoration: underline; }
.client_reviews > p a:hover { text-decoration: none; }
.client_reviews_box { margin: 0 -5px; display: flex; flex-wrap: wrap; }
.client_review { flex: 0 0 auto; width: calc(25% - 10px); margin: 20px 5px;
    background: url(../img/phone_wrapper.svg) no-repeat 50% 50% / contain;
    position: relative; }
.client_review:before { display: block; padding-top: 207.87%; content: ""; }
.client_review img { display: block; max-width: calc(100% - 30px); max-height: 74%; margin: auto;
    position: absolute; left: 0; right: 0; top: 10%; }
.payment_delivery_block { padding: 50px 0; background: #F7F7F7; }
.payment_delivery h6 { font-size: 22px; font-weight: normal; }

.payment { padding-top: 30px; }
.payment_box { padding-top: 10px; display: flex; flex-wrap: wrap; margin: 0 -15px; }
.payment_item { border-radius: 3px; padding: 24px 20px 20px; background: #FFF; margin: 15px;
    width: calc(100% / 3 - 30px); flex: 0 0 auto;  }
.payment_item h5 img { margin-top: 5px; }
.payment_item > * { display: block; max-width: 270px; margin: auto; }
.payment_icon { margin-bottom: 15px; height: 36px;
    display: flex; align-items: center; justify-content: flex-start; }
.payment_icon img { max-height: 100%; width: auto; }

.delivery { padding-top: 30px; }
.delivery h6 { margin-bottom: -10px; }
.delivery_box { margin: 0 -15px; flex-wrap: wrap; display: flex; }
.delivery_item { margin: 15px; max-width: 260px; }

.our_team_block { padding-top: 50px; }
.our_team_box { padding: 20px 0; margin: 0 -15px; display: flex; align-items: flex-start; flex-wrap: wrap; }
.our_team_item { width: calc(100% / 4 - 30px); margin: 15px; }
.our_team_item_photo { position: relative; }
.our_team_item_photo:before { padding-top: 100%; content: ""; display: block; }
.our_team_item_photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.our_team_item p { padding: 15px 0 10px; }
.our_team_item p b { display: block; font-weight: bold; }
.our_team_item_social_link {}
.our_team_item_social_link ul { display: flex; margin: 0 -5px; }
.our_team_item_social_link ul li { margin: 5px;}
.our_team_item_social_link ul li a { display: block; width: 24px; height: 24px; }
.our_team_item_social_link ul li a img { display: block; width: 100%; height: 100%; object-fit: cover;  }
footer { background: #1D1D1D url(../img/footer_bg.svg) no-repeat 100% 100% / 17.5% auto; color: #FFF;
    padding: 50px 0;  }
.footer { display: flex; }
.footer_feedback { position: relative; background: #393935; padding: 40px 50px; border-radius: 3px; width: 360px; margin-right: 15%; }
.footer_feedback > h5 { margin-bottom: 15px; }
.footer_feedback > p { margin-bottom: 20px; }
.footer_feedback form > p { margin-top: 16px; max-width: 190px; font: 500 10px/1.6 "Montserrat"; }
.footer_feedback form > p a { text-decoration: underline; }
.footer_feedback form > p a:hover { text-decoration: none; }
.footer_right { flex: 1 1 auto; }
.footer_phone { padding: 45px 0; }
.footer_phone a { font: 30px/1.25 "Montserrat"; }
.footer_phone a:hover { text-decoration: underline; }
.footer_phone p { margin-top: 5px; }
.social_block { }
.footer_right .social_block { padding-bottom: 30px; }
.social_block ~ p img { max-width: 130px; margin-bottom: 20px; }
.social_block p { max-width: 315px; padding-bottom: 10px; }
.social_block ul,.rss_box ul { font-size: 0; margin: 0 -8px; }
.social_block ul li,.rss_box ul li { margin: 8px; display: inline-block; vertical-align: middle;  }
.social_block ul li a,.rss_box ul li a { display: block; width: 30px; height: 30px; }
.rss_box ul li { margin: 0 5px; }
.rss_box ul li a { width: 28px; height: 28px;  }
.rss_box ul li a { border-radius: 50%; border: 1px solid #FFF; overflow: hidden; position: relative; }
.social_block ul li a img,.rss_box ul li a img { width: 100%; height: 100%; object-fit: cover; }
.social_block ul li a img:hover { background: #E30613; }
.rss_box ul li a img { position: absolute; filter: brightness(0) invert(1); 
top: 0; right:0; bottom: 0; left: 0; margin: auto; width: 64%; object-fit: contain; }
.rss_box ul li a img:hover {filter: none;  }
.rss_box ul li a:hover { border-color: #E30613;  }
.rss_box { margin-right: 20px; text-align: right; }

.menu_icon_w { display: none; }
@media(max-width: 1080px) {
    nav { padding: 0 10px; }
    .main_left { padding: 0 0 50px; }

    .ration_item { margin: 10px; width: calc(100% / 3 - 20px); }
    .ration_box { margin: -10px -10px 0; }
    .select_program_right { margin-left: 20px; }
    .dish_slide { margin-right: 40px; }
    .calories_calc_item { width: calc(50% - (8% / 2)); }
    .calories_calc_item:nth-child(2n) { margin-left: 8%; }
    .calories_calc_right { margin-left: 5%; }
}
@media(max-width: 920px) {
    h2 { font-size: 27px; }
    h5,h3 { font-size: 17px; }
    h6 { font-size: 15px; }
	
	header .container { padding: 0 15px; }
    .rss_box { flex: 1 1 auto; }
	.h_right { white-space: nowrap; }
    .menu_icon_w { padding-left: 20px; display: flex; }
    header { }
    .header { position: relative; }
    nav { z-index: 3; position: absolute; background: #1D1D1D; top: 100%; left: 0; display: none;
        width: 100%; padding: 0; }
    nav { margin: 0 -20px!important; width: calc(100% + 40px); padding-top: 5px; }
    nav.active { display: block; }
    nav ul { flex-direction: column; }
    nav ul li { width: 100%; margin: 0; }
    nav ul li a { display: block; padding: 10px; text-align: center; }
    .main_left > h1 { font-size: 26px; }
    .payment_item,.why_we_item { margin: 10px; width: calc(100% / 3 - 20px); }
    .our_team_box,.start_box,.help_box,.why_we_box { margin: 0 -10px; }
    .our_team_item,.start_item,.help_item { margin: 10px; width: calc(25% - 20px); }
    .footer_feedback { margin-right: 10%; }

    .stock_left p { font-size: 232px; }
    .stock_left p span { font-size: 92px; }
}

@media(max-width: 769px) {
    /** { border: 1px solid #000;}*/

    p { font: 13px/1.56 "Montserrat"; }

    .stock_left p { font-size: 212px; }
    .stock_left p span { font-size: 80px; }
    .stock_right { padding-top: 0; }
    .stock_right > h2 { line-height: 1.2; }
    .stock_right > h2 span { padding-top: 5px; }
    .stock_form form { flex-direction: column; max-width: 240px; margin: 0; }
    .stock_form > form > * { width: 100%; margin: 12px 0 0; }
    .stock_form > form > .input_wrapper input { border-color: #D0D0D0; }
    .ration_item { width: calc(50% - 20px); }

    .dish_slide { width: 200px; margin-right: 20px; }

    .menu_title { flex-direction: column; align-items: flex-start; }
    .menu_title h2 { padding-bottom: 20px; }
    .calories_calc_box { align-items: flex-start; }
    .calories_calc_left { margin-top: -10px; }
    .calories_calc_item { margin-top: 15px; width: 100%; order: 4; }
    .calories_calc_item:nth-child(2n) { margin-left: 0; }
    .calories_calc_item:nth-child(1) { order: 1; }
    .calories_calc_item:nth-child(3) { order: 2; }
    .calories_calc_item:nth-child(5) { order: 3; }
    .sex_toggle_box,.activity { margin-bottom: 10px; }
    .select_box { max-width: 100%; }
    .select_box p { padding: 10px 20px 10px 0; }
    .select_box ul { top: calc(100% + 1px); }
    .calories_calc_right { width: 320px; margin-left: 7%; }
    .calories_calc_result { padding: 10%; }

    /*.about_menu_box { padding-left: 52%; }*/
    /*.about_menu_box > img { position: absolute; top: 0; left: 0; max-width: 48%; }*/

    /*.about_menu_item { position: relative; width: 100%; margin-right: 0; margin-top: 20px;*/
        /*top: auto!important; bottom: auto!important; right: auto!important; left: auto!important; z-index: 3; }*/
    /*.about_menu_item:nth-child(1):before,*/
    /*.about_menu_item:nth-child(2):before,*/
    /*.about_menu_item:nth-child(3):before { display: none; }*/
    .payment_item h5 { font-size: 16px; }
    .our_team_item { width: calc(50% - 20px); }
}


@media (max-width: 641px) {
    .input_wrapper input { padding: 0 15px; }
    .main_block { background: #1D1D1D url(../img/main_block_bg.png) no-repeat 50% 100px / 100% auto; }
    .main { flex-direction: column; }
    .main_left { margin-right: 0; }
    .main_left h1 {  font-weight: 600; text-transform: uppercase; }
    .main_left h1 span { color: #E30613; display: block; }
    .main_right { width: 100%; margin-bottom: -30px;}
    .stock { flex-direction: column-reverse; }
    .stock_left { margin-right: 0; width: 100%; margin-top: -260px; position: relative; z-index:  1; }
    .stock_left img { max-height: 250px; margin: 0 0 auto auto; }
    .stock_left p { font-size: 180px; left: 0; text-align: right; width: 100%; padding-right: 50px; }
    .stock_left p span { font-size: 72px; right: 0; top: 90%; }
    .stock_right { width: 100%; position: relative; z-index: 2; }

    .calories_calc_right { width: 280px; }
    .why_we_item { width: calc(100% / 2 - 20px); }
    .our_team_item,.start_item,.help_item { margin: 10px; width: calc(50% - 20px); }
    .client_review { width: calc(50% - 10px); }
    .payment_box { margin: 0 -10px; }
    .payment_item { display: flex; align-items: center; width: calc(50% - 20px); margin: 10px; }
    .payment_item > * { margin: 0; max-width: 100%; }
    .payment_icon { justify-content: center; margin-bottom: 0; margin-right: 15px; width: 60px; flex: 0 0 auto; }
    .payment_item h5 { font-size: 14px; }

    .footer_feedback { margin-right: 5%; padding: 30px; }
    .footer_phone a { white-space: nowrap; }

    .select_program_box { flex-direction: column; }
    .select_program_right { margin-left: 0; padding-top: 20px; width: 100%; }
    .my_program { max-width: 380px; width: 100%; }

    .about_box { margin: 0 -5px; display: flex; flex-wrap: wrap; }
    .about_item { flex-direction: column; margin: 5px; width: calc(50% - 10px); }
    .about_box .about_item:nth-child(2n) { flex-direction: column; }
    .about_item_text { flex: 1 1 auto; }
    .about_item_img { width: 100%; position: relative;}
    .about_item_img:after { content: ""; display: block; padding-top: 61.44%; }
    .about_item_img img { position: absolute; top: 0; left: 0;  }

    .about_menu_item { width: calc(50% - 30px); }

}

@media (max-width: 620px) {
    footer { background-size: 45% auto; }
    .footer { flex-direction: column; }
    .footer_feedback { margin-right: 0; }
    .footer_right { margin-top: 40px; }

    .calories_calc_box { flex-direction: column; }
    .calories_calc_right { width: 100%; max-width: 360px; margin-left: 0; margin-top: 90px;  }
}

@media (max-width: 580px){
	.main_block { padding: 130px 0 0; }
    .header { flex-wrap: wrap; }

    .header > * { order: 0; }
    .header > :not(.logo) { margin-bottom: 0; }
    .h_city { order: 3; width: 100%; }
    .h_city_box { width: auto; }
    .stock_left p { font-size: 130px; }
    .stock_left p span { font-size: 60px;}
    .dish_slide { width: 180px; }


}

@media (max-width: 500px){
    .stock_left { margin-top: -220px; }
    .stock_left p { font-size: 100px; padding-right: 30px; }

    .payment_item { width: calc(100% - 20px); }
    .payment_item h5 br { display: none; }
}
@media (max-width: 481px) {
header .container { padding: 0 10px; }
    .menu_icon_w {  padding-left: 10px; order: 1;
        justify-content: flex-end; align-items: center; }
	.rss_box { margin-right: 0; margin-left: 5px; }
	.rss_box ul { margin: 0 -8px; }
	.rss_box ul li { margin: 3px; }
    
    .phoneTrigger { cursor: pointer; background: url(../img/phone_trigger_icon.svg) no-repeat 50% 50%/contain;
        width: 26px; height: 26px; margin-right: 10px; filter: brightness(0) invert(1); }
    .phoneTrigger.active { filter: none; }
    .logo { margin-right: 5px; }
    .logo img  { width: 150px;  }
    .logo span  { display: none; letter-spacing: .15px; padding-top: 4px; }
    .h_city { width: 100%; order: 4; margin-top: 10px; }
    .h_right { display: none; padding: 20px 0 0; order: 3; width: 100%; flex-direction: row; align-items: center; justify-content: space-between; }
    .h_right > a:not(.callback_btn) { font-size: 16px; }
    .h_right > a.callback_btn { margin-top: 0; }
    .h_right.active { display: flex; }

    .about_menu_box { display: block; margin: 0; }
    .about_menu_box:after { content: ""; display: table; clear: both; }

    .about_menu_item,.about_menu_item:nth-child(5) { width: 260px; margin: 0 20px 0 0; float: left; }

    .about_menu_item:nth-child(5) .about_menu_item_icon { display: flex; }
}
@media (max-width: 440px) {
    h2 { font-size: 22px; }
    .main_left > h1 { font-size: 24px; }
    .main_left .btn { max-width: 100%!important; }

	.stock_left { display: none;  }
	.stock_form form { max-width: 100%; }
    .ration_item { width: calc(100% - 20px); }
    /*.about_menu_box { padding-left: 0; text-align: center; }*/
    /*.about_menu_box > img { opacity: .2; max-width: 100%; }*/
    .start_item, .help_item { width: calc(100% - 20px); }
    .about_item,.client_review { width: calc(100% - 10px); }
    .client_review { width: calc(50% - 10px); }
    .start_block { padding: 50px 0; }
    .start_item { position: relative; padding-left: 55px; }
    .start_step { position: absolute; top: 0; height: 100%; left: 0; flex-direction: column; }
    .start_item h3 { padding-top: 0; }
    .help_box { padding-top: 0; }
    .help_item h3 { position: relative; padding: 0; }
    .help_item p { padding-top: 5px; }
    .why_we_item { width: calc(100% - 20px); }
    .footer_feedback { width: 100%; max-width: 360px; padding: 0; background: transparent; }
}

@media (max-width: 360px ) {
	.logo span { display: none; }
	.logo img  { width: 130px; }
    .main_left > h1 { font-size: 20px; }
	.h_right > a.callback_btn  { margin-top: 2px; }		
}

/*footer*/
.black_layout { position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,.85); z-index: 90; display: none; }
.popup_wrapper { z-index: 95; display: none; top:0; left:0; width: 100%; min-height: 100%;
    /*overflow: auto; */
	position: absolute; }
.popup_inner { display: flex; min-height: 100%; align-items: center;
    justify-content: center; padding: 50px 20px; }
.popup { position: relative; background: #FFF; box-shadow: 0 5px 35px rgba(0, 0, 0, 0.05);
    padding: 60px; border-radius: 3px; }
	
	.loader_block { position:absolute; z-index: 6; background: rgba(0,0,0,.6);
	top: 0; left: 0; display: none; width: 100%; height: 100%;  }
	.loader_block_after { display: flex; height: 100%; align-items: center; justify-content: center;  }
.popup h5 { font-size: 18px; }
.popup > .close_btn { filter: invert(1); display: block; position: absolute; top: -20px; right: -20px;
    width: 14px; height: 14px; background: url(../img/close_icon.png) no-repeat 50% 50% / 90% auto; }
.popup.city_popup { max-width: 880px; }

.cities_box { padding-top: 30px; columns: 2 200px; }
/*.city_item { display: flex; flex: 0 0 auto; width: calc(100% / 3 - 20px); margin: 10px 10px; }*/
.city_item { break-inside: avoid-column; margin-bottom: 20px; }
.city_letter { color: #E30613; background: #F7F7F7; padding: 5px 5px 5px 20px;
 border-radius: 3px; text-align: left; }
.city_list { padding: 5px 0 0 20px; }
.city_list p { line-height: 25px; }
.city_list p:hover { color: #E30613; }
.city_list p.active { font-weight: bold; }
.new_city { padding-top: 10px; }
.new_city a { position: relative; text-decoration: underline; display: inline-block; vertical-align: middle; padding-left: 30px; }
.new_city a:before { background: url(../img/marker_icon.svg) no-repeat 50% 50% / contain;
    width: 20px; height: 20px; display: block; content: ""; position: absolute; top: 0;
    bottom: 0; left: 0; margin: auto; }
.new_city a:hover { text-decoration: none; }


.callback_popup,.help_me_popup { max-width: 376px; }
.callback_popup form { margin-top: 20px; display: block; }
.callback_popup form > p,.help_me_popup form > p {
    text-align: center; margin-top: 10px; color: #8D8D8D; font: 10px/15px "Montserrat"; }
.callback_popup form > p a,.help_me_popup form > p a {
    text-decoration: underline; }
.callback_popup form > p a:hover,.help_me_popup form > p a:hover {
    text-decoration: none; }

.thanks_popup { max-width: 390px; text-align: center; }
.thanks_popup img { margin: auto; }
.thanks_popup h5 { padding: 30px 0 5px; }

.activity_popup { max-width: 980px; }
.activity_table { margin-top: 30px; border-spacing: 0; border-collapse: separate;  }
.activity_table th { text-align: left; padding: 5px 0;
    text-transform: uppercase; font: bold 10px/1.3 "Montserrat"; }
.activity_table td { vertical-align: top; padding: 20px 15px 20px 0; }
.activity_table td:first-child { padding-right: 40px; }
.activity_table td:last-child { padding-right: 0; }
.activity_type { display: flex; margin: 4px -2px 5px; align-items: center; }
.activity_type img { margin: 0 2px; width: 22px; height: auto; opacity: .4; }
.activity_type.t1 img:nth-child(-n+1) { opacity: 1; }
.activity_type.t2 img:nth-child(-n+2) { opacity: 1; }
.activity_type.t3 img:nth-child(-n+3) { opacity: 1; }
.activity_type.t4 img:nth-child(-n+4) { opacity: 1; }
.activity_type.t5 img:nth-child(-n+5) { opacity: 1; }


.chose_program_popup { max-width: 595px; }

.chose_program_box .btn { margin-top: 10px; max-width: 240px; }
.chose_program_list { padding: 30px 0 10px; display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0 -20px; }
.chose_program_list p { cursor: pointer; width: calc(50% - 40px); margin: 10px 20px;
    display: flex; align-items: center; }
.chose_program_list p i { width: 14px; height: 14px; border-radius: 50%;
    flex: 0 0 auto; margin-right: 10px; border: 1px solid #D0D0D0; position: relative; }
.chose_program_list p i:before { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto;
    content: ""; border: 1px solid #E30613; display: block; border-radius: 50%;
    width: 6px; height: 6px; box-sizing: border-box; opacity: 0;  }
.chose_program_list p.active i { border-color: #E30613; }
.chose_program_list p.active i:before { opacity: 1; }
.chose_calories {padding: 20px 0; display: flex; align-items: center; flex-wrap: wrap; margin: 0 -7px; }
.chose_calories p { cursor: pointer; line-height: 40px; margin: 5px 7px;
    border: 1px solid #D0D0D0; border-radius: 40px; height: 40px; text-align: center; width: 82px; }
.chose_calories p.checked { font-weight: bold; color: #FFF; background: #E30613; border-color: #E30613; }


.order_popup { padding: 0; max-width: 750px; }
.order_popup_box { display: flex; }
.order_popup_box > * { width: 50%; padding: 40px 50px; }

.order_right { background: #F7F7F7; }
.order_right form { margin-top: 30px; }
.order_right form p { color: #8D8D8D; text-align: center; max-width: 200px;
    margin: 10px auto 0; font-size: 10px; }
.order_right form p i { font-style: normal; }
.order_program > span { display: block; color: #8D8D8D; font: 10px/15px "Montserrat";
    text-transform: uppercase; margin-top: 27px; }
.order_program > p { }
.order_program > p i { font-style: normal; }
.order_program > p b { font-weight: bold; display: block; }
.order_program > p span { display: block; }
.order_program > form ~ span ~ p b { color: #E30613; font-size: 32px; line-height: 1; }

.order_program > form { margin-top: 20px; display: flex; flex-wrap: wrap; width: 100%; }
.order_program > form input { flex: 1 1 auto; width: calc(100% - 53px); display: block; padding: 0 20px; border: 1px solid #D0D0D0;
    border-right: none; height: 50px; border-radius: 3px 0 0 3px; font: 14px/1 "Montserrat"; }
.order_program > form input[type="submit"] { font-size: 0; flex: 0 0 auto;
    background: #E30613 url(../img/btn_arrow_icon.svg) no-repeat 50% 50% / 20px auto;
    border-radius: 0 3px 3px 0; border: none; width: 53px; }
.order_program > form p {width: 100%; flex: 0 0 auto; font-size: 11px; }
.order_program > form p span.error{ color: #E30613; }
.order_program > form p span.success{ color: #54CB4E; }

.checkbox_wrapper { padding: 13px 0;  }
.checkbox_wrapper label { display: inline-block; -webkit-user-select: none;-moz-user-select: none;
    -ms-user-select: none;user-select: none; cursor: pointer; }
.checkbox_wrapper label > input { display: none;  }
.checkbox_wrapper label > span {display: flex; align-items: center; }
.checkbox_wrapper label > span:before { content: ""; display: block; margin-right: 8px;
    width: 16px; height: 14px; background: url(../img/checkbox_icon.svg) no-repeat 0 50% / contain; }
.checkbox_wrapper label > input:checked ~ span:before {
    background: url(../img/checkbox_icon_active.svg) no-repeat 0 50% / contain; }
@media (max-width: 640px ) {
    .popup.city_popup,.popup.activity_popup { padding: 30px; }
	.popup > .close_btn { right: 0; }
	.order_popup_box { flex-direction: column; }
	.order_popup_box  > * { width: 100%; }
}

@media (max-width: 480px ) {

    .popup.activity_popup { padding: 30px 20px; }
    .activity_table td { padding: 10px 10px 10px 0; }
    .city_item { width: calc(50% - 20px); }

    .popup.callback_popup,
    .popup.thanks_popup,
    .popup.chose_program_popup {
        padding: 35px 20px 25px; }
}
@media (max-width: 420px) {
    .activity_table thead { display: none; }
    .activity_table tbody { display: block; }
    .activity_table tr { display: block; border-top: 1px solid #D0D0D0; }
    .activity_table tr:first-child { border: none; }
    .activity_table td:first-child { display: block; width: 100%; padding: 10px 0 10px 0; }
    .activity_table td:before { text-transform: uppercase; font: bold 10px/1.3 "Montserrat";  }
    .activity_table td:first-child:before {  content: "активность";  }
    .activity_table td:first-child+*:before { content: "работа";  }
    .activity_table td:first-child+*+*:before { content: "тренировки";  }
	
	.order_popup_box > * { padding: 40px 30px; }

}
@media (max-width: 370px ) {
    .popup.city_popup { padding: 30px 15px; }
}
/* Слайдеры */
.slick-slider{ position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
    -webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;
    touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);        transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}


/*menu on the mobile*/
.navTrigger { cursor: pointer; padding: 9px 3px; width: 40px; height: 40px; z-index: 1; position: relative;}
.navTrigger i {  border-radius: 2px;  content: '';  display: block;  width: 100%;
    height: 4px; background: #FFF; }

.navTrigger i:nth-child(1) {-webkit-animation: outT 0.8s backwards; animation: outT 0.8s backwards;  animation-direction: normal; -webkit-animation-direction: reverse;
    animation-direction: reverse;}
.navTrigger i:nth-child(2) {
    margin: 5px 0; -webkit-animation: outM 0.8s backwards;  animation: outM 0.8s backwards; animation-direction: normal;
    -webkit-animation-direction: reverse; animation-direction: reverse;}
.navTrigger i:nth-child(3) {-webkit-animation: outBtm 0.8s backwards; animation: outBtm 0.8s backwards; animation-direction: normal;
    -webkit-animation-direction: reverse; animation-direction: reverse;}
.navTrigger.active i { background: #E30613; }
.navTrigger.active i:nth-child(1) {-webkit-animation: inT 0.8s forwards; animation: inT 0.8s forwards;}
.navTrigger.active i:nth-child(2) {-webkit-animation: inM 0.8s forwards; animation: inM 0.8s forwards;}
.navTrigger.active i:nth-child(3) {-webkit-animation: inBtm 0.8s forwards; animation: inBtm 0.8s forwards;}

@-webkit-keyframes inM {
    50% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(45deg);}
}
@keyframes inM {
    50% {transform: rotate(0deg);}
    100% {transform: rotate(45deg);}
}
@-webkit-keyframes outM {
    50% {-webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(45deg);}
}
@keyframes outM {
    50% {transform: rotate(0deg);}
    100% {transform: rotate(45deg);}
}
@-webkit-keyframes inT {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(9px) rotate(0deg);}
    100% {-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(9px) rotate(0deg);}
    100% {transform: translateY(9px) rotate(135deg);}
}
@-webkit-keyframes outT {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(9px) rotate(0deg);}
    100% {-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(9px) rotate(0deg);}
    100% {transform: translateY(9px) rotate(135deg);}
}
@-webkit-keyframes inBtm {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(-9px) rotate(0deg);}
    100% {-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(-9px) rotate(0deg);}
    100% {transform: translateY(-9px) rotate(135deg);}
}
@-webkit-keyframes outBtm {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(-9px) rotate(0deg);}
    100% {-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(-9px) rotate(0deg);}
    100% {transform: translateY(-9px) rotate(135deg);}
}


.spinner {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #000007;
    visibility: visible;
    z-index: 9999;
}
.spinner__inner img {
    max-width: 100%;
    display: block;
    /*-webkit-animation: fadeIn 1.3s infinite alternate;*/
    /*animation: fadeIn 1.3s infinite alternate;*/
}
.spinner__inner {
    position: absolute;
    z-index: 10;
    margin-top: 1px;
    width: 305px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  transform: translate(-50%,-50%);
}
.spinner__inner--line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    -webkit-animation: fadeIn 1.3s infinite alternate;
    animation: fadeIn 1.3s infinite alternate;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
}
@keyframes fadeIn {
    from { opacity: 0; }
}

.hide_page {
    visibility: hidden;
    overflow: hidden !important;
    position: relative;
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}










.pay_select { padding-bottom: 10px; }
.pay_select > p { display: block; text-align: left!important; margin: 20px 0 0 0!important; font-weight: bold!important; padding-bottom: 3px;
    font-size: 14px!important; line-height: 1.3; color: #3C3C3B!important; }
.pay_radio { display: block; margin: 10px 0; }
.pay_radio input { display: none;  }
.pay_radio span { cursor: pointer; position: relative; padding-left: 22px; }
.pay_radio span:before { position: absolute; top: 0; left: 0; content: "";  border: 1px solid #1D1D1B;
    display: block; width: 16px; height: 16px; border-radius: 50%;  }
.pay_radio input:checked ~ span:before { background: #1D1D1B; box-shadow: inset 0 0 0 3px #F7F7F7; }