/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0px 2px !important;
    padding-bottom: 5px !important;
    font-size: 12px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #333;
    background: #fff;
    font: 16px/1.2 "mont", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

.centertxt {text-align: center; margin: 0!important}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #333;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 11, 2020 */

@font-face {
    font-family: 'mont';
    src: url("../fonts/mont-black-webfont.woff2") format("woff2"), url("../fonts/mont-black-webfont.woff") format("woff"), url("../fonts/mont-black-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'mont';
    src: url("../fonts/mont-semibold-webfont.woff2") format("woff2"), url("../fonts/mont-semibold-webfont.woff") format("woff"), url("../fonts/mont-semibold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'mont';
    src: url("../fonts/mont-regular-webfont.woff2") format("woff2"), url("../fonts/mont-regular-webfont.woff") format("woff"), url("../fonts/mont-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont';
    src: url("../fonts/mont-light-webfont.woff2") format("woff2"), url("../fonts/mont-light-webfont.woff") format("woff"), url("../fonts/mont-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: "mont", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    background: #fff;
    height: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

body.full-page {
    overflow: hidden;
}

* {
    outline: none;
}

.center,
.mnholder {
    margin: 50% 0 0 50%;
}

.mnholder {
  transform: translate(-50%, -50%);
  margin: 0;
  left: 50%;
  position: absolute;
  top: 50%;
}

.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 60px 0 80px;
}

#main {
    flex: 1 1 auto;
}

.container {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .container {
        max-width: 900px;
    }
}

.bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -9;
}

.bg-stretch img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-light {
    background: #FFF8E7 !important;
}

.bg-light-violet {
    background: #EFF0FF !important;
}

.bg-light-blue {
    background: #E4F1FF !important;
}

.bg-violet {
    background: #A799FF !important;
}

.bg-light-violet {
    background: #FAE6FF !important;
}

.bg-yellow {
    background: #FFDC99 !important;
}

.bg-rose {
    background: #FF9999 !important;
}

.bg-light-rose {
    background: #FFEAEA !important;
}

.bg-white {
    background: #fff !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 14px 0;
    transition: all .35s ease;
}

body.fixed-header .header {
    background: #fff;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-holder {
    display: flex;
    align-items: center;
}

.user-link {
    display: block;
    width: 20px;
    position: relative;
    height: 20px;
    background: url(../images/icon-user.svg) no-repeat;
    background-size: cover;
    margin-left: 12px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .user-link {
        width: 30px;
        height: 30px;
    }
}

.user-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background: #FF3B30;
    border-radius: 50%;
}

.socials {
    display: flex;
    align-items: center;
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.socials li {
    padding: 0 10px;
}

.socials a {
    display: block;
}

.socials a:hover svg {
    fill: #FF008C;
}

.socials a svg {
    fill: #464646;
    transition: all .35s ease;
}

@media (min-width: 768px) {
    .socials a svg {
        width: 30px;
        height: 30px;
    }
}

.logo {}

.logo img {
    display: block;
    padding-right: 1em;
}

@media (min-width: 768px) {
    .logo img {}
}

.phone-link {
    display: block;
    margin-left: 20px;
}

.phone-link:hover svg {
    fill: #FF008C;
}

.phone-link svg {
    fill: #000;
    transition: all .35s ease;
}

h2,
.title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    h2,
    .title {
        font-size: 28px;
    }
}

.h2 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    .h2 {
        font-size: 20px;
    }
}

.h3 {
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .h3 {
        font-size: 16px;
    }
}

.h4 {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .h4 {
        font-size: 16px;
    }
}

p {
    margin: 0 0 10px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .35s ease;
}

a:hover {
    color: #fd5801;
}

.main-section {
    padding: 0 0 50px;
}

.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all .35s ease;
}

.btn.btn-default {
    background: #FF008C;
    color: #fff;
    font-size: 14px;
}

.btn:disabled {
    opacity: 0.5;
}

.btn:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.login-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.order-section table tr:first-child th:not(:first-child),
.order-section table tr td:not(:first-child) {
  text-align: right;
}

.order-section select.input-field {
  display: block;
    width: 100%;
    height: 56px;
    font-weight: 400;
    padding: 0 24px;
    border: none;
    color: #838080;
    background: #F3F1F1;
    border-radius: 10px;
}

.default-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: rgba(78, 78, 78, 0.5);
}

@media (min-width: 768px) {
    .default-form {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.default-form .btn-holder {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .default-form .btn-holder {
        width: auto;
        min-width: 300px;
    }
}

.default-form .btn-holder .btn {
    width: 100%;
}

.sublinks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
}

.sublinks .link:hover,
.sublinks .link-login:hover {
    text-decoration: underline;
}

.sublinks .link {
    color: #999;
    margin-bottom: 10px;
}

.sublinks .link-login {
    color: #FF008C;
    font-weight: 800;
}

.form-field:not(:first-child) {
    margin-top: 20px;
    position: relative;
}

.form-field .error-msg {
  display: none;
}

.form-field.invalid .error-msg {
  color: red;
  font-size: 12px;
  position: absolute;
  left: 15px;
  bottom: -16px;
  display: block;
}

input.input-field,
textarea.input-field {
    display: block;
    width: 100%;
    height: 56px;
    font-weight: 400;
    padding: 0 24px;
    border: none;
    color: #272525;
    background: #F3F1F1;
    border-radius: 10px;
}

input.input-field::-webkit-input-placeholder,
textarea.input-field::-webkit-input-placeholder {
    color: #838080;
    opacity: 1;
}

input.input-field::-webkit-input-placeholder,
textarea.input-field::-webkit-input-placeholder {
    color: #838080;
    opacity: 1;
}

input.input-field:-moz-placeholder,
textarea.input-field:-moz-placeholder {
    color: #838080;
    opacity: 1;
}

input.input-field::-moz-placeholder,
textarea.input-field::-moz-placeholder {
    color: #838080;
    opacity: 1;
}

input.input-field:focus::-webkit-input-placeholder,
textarea.input-field:focus::-webkit-input-placeholder {
    color: transparent;
}

input.input-field:focus::-webkit-input-placeholder,
textarea.input-field:focus::-webkit-input-placeholder {
    color: transparent;
}

input.input-field:focus:-moz-placeholder,
textarea.input-field:focus:-moz-placeholder {
    color: transparent;
}

input.input-field:focus::-moz-placeholder,
textarea.input-field:focus::-moz-placeholder {
    color: transparent;
}

textarea.input-field {
    height: 85px;
    resize: none;
    padding-top: 18px;
}

.form-field-is-btn {
    position: relative;
}

.form-field-is-btn .btn-show {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    border: none;
    transform: translateY(-50%);
}

.navigation-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    min-height: 63px;
    z-index: 1023;
    background: #fff;
}

.navigation-menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 365px;
}

@media (min-width: 768px) {
    .navigation-menu ul {
        max-width: 900px;
    }
}

.navigation-menu ul li {
    width: 25%;
    padding: 0 5px;
}

.navigation-menu ul li.active a,
.navigation-menu ul li:hover a,
.active,
.active span {
    color: #ff008c;
    font-weight: 1000;
    stroke: #ff008c;
    stroke-width: 2;
}

.navigation-menu ul li.active a .icon,
.navigation-menu ul li:hover a .icon,
.active {
    fill: #ff008c;
}

.navigation-menu ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 300;
    color: #6a6666fa;
}

.navigation-menu ul a.lang-link {
  flex-direction: row;
}

@media (min-width: 768px) {
    .navigation-menu ul a {
        font-size: 14px;
        font-weight: 500;
    }

    .navigation-menu ul a span {
      text-align: center;
    }
}

.navigation-menu ul a .icon {
    min-height: 25px;
    margin-bottom: 10px;
    fill: #6a6666fa;
    transition: all .35s ease;
}

.complex-section {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .complex-section .container {
        max-width: 500px;
    }
}

.complex-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.complex-list>li:not(:first-child) {
    margin-top: 20px;
}

.complex-inner-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.complex-inner-wrap.checked, .complex-inner-wrap:hover {
    -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 15%);
    border-radius: 15px;
    border: 4px solid #ff008c;
    cursor: pointer;
}

.complex-inner-wrap .visual {
    height: 130px;
    overflow: hidden;
    border-radius: 11px 11px 0 0;
}

@media (min-width: 768px) {
    .complex-inner-wrap .visual {
        height: 200px;
    }
}

.complex-inner-wrap .visual img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.complex-inner-wrap .title {
    font-weight: 300;
    margin-bottom: 5px;
}

.complex-inner-wrap .content-inner {
    display: flex;
    color: #fff;
    flex-direction: column;
    width: 100%;
    padding: 15px 15px 0;
    position: relative;
    border-radius: 0 0 11px 11px;
}

.complex-inner-wrap .description-holder {
    display: flex;
    align-items: center;
    padding-right: 80px;
}

.time-wrap {
    display: flex;
    align-items: flex-end;
    min-width: 64px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #fff;
    flex-shrink: 0;
    margin-right: 20px;
}

.time-wrap .num {
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
}

.sale-title {
    position: absolute;
    top: -12px;
    right: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    min-width: 100px;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 50px;
    z-index: 9;
}

@media (min-width: 768px) {
    .sale-title {
        font-size: 12px;
        min-width: 130px;
    }
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 300;
}

.list li:not(:first-child) {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .list {
        font-size: 12px;
    }
}

.toggle-holder {
    text-align: right;
}

.toggle-holder.open .link-toggle:after {
    margin-top: 3px;
    transform: translateX(-50%) rotate(135deg);
}

.toggle-holder dl {
    display: flex;
    margin: 0;
}

.toggle-holder dl:not(:first-child) {
    margin-top: 10px;
}

.toggle-holder dl dt {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    width: 70px;
    margin-right: 20px;
}

.toggle-holder dl dd {
    margin: 0;
}

.toggle-holder .expanded {
    text-align: left;
    padding: 20px 17px 10px;
}

.link-toggle {
    top: -22px;
    right: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    font-weight: 800;
    padding-right: 17px;
    color: #fff;
    position: relative;
}

.link-toggle:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
    transition: all .35s ease;
}

.link-toggle:hover {
    color: #fff;
}

.price {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.slide-section {
    padding: 0px 0;
}

.slick-slide {
    float: left;
}

.slick-list {
    overflow: hidden;
}

.intro-slider {
    position: relative;
    margin: 0 -8px;
    visibility: hidden;
}

.intro-slider.slick-initialized {
    visibility: visible;
}

.intro-slider .item {
    display: flex;
    padding: 15px 8px;
    width: 314px;
}

@media (min-width: 768px) {
    .intro-slider .item {
        width: 420px;
    }
}

.intro-slider .slick-list {
    overflow: visible;
}

.intro-slider .slick-track {
    display: flex;
}

.image-slider {
    position: relative;
    margin: 0 -8px;
    visibility: hidden;
    max-width: 278px;
}

@media (min-width: 768px) {
    .image-slider {
        max-width: 500px;
    }
}

.image-slider.slick-initialized {
    visibility: visible;
}

.image-slider .item {
    padding: 25px 8px;
}

.image-slider .item .img-holder {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(83, 83, 83, 0.25);
    overflow: hidden;
}

.image-slider .item .img-holder img {
    display: block;
    width: 100%;
}

.gallery-slider-holder .slick-list {
    margin: 0 -1px;
    padding: 0 1px;
}

.slick-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0 -6px;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 0 6px;
}

.slick-dots button {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px;
    display: block;
    width: 5px;
    height: 5px;
    position: relative;
    background: #BEBEBE;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.35s ease;
}

.slick-dots .slick-active button {
    background: #000;
}

.product-items {
  justify-content: start;
  flex-direction: column;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.product-items > .item .title-section {
  display: flex;
    align-items: center;
    position: absolute;
    height: 30px;
    z-index: 999;
}

.slider-holder {
  margin-top: 25px;
}

.slider-holder > .product-slider {
  display: flex;
    align-items: center;
    justify-content: start;
}

.slider-holder > .product-slider .item {
  flex: 0 0 auto;
  width: 30%;
  position: relative;
}

.slider-holder > .product-slider .item .visual {
  display: flex;
    justify-content: center;
}


.slider-holder > .product-slider .item .visual img {
  height: 130px;
}

.product-card-section .default-form {
  margin-top: 25px;
}

@media (max-width: 767px) {
    .slider-holder {
        margin: 0 -35px 0 -10px;
        padding: 0 35px 0 10px;
    }

    .slider-holder > .product-slider .item {
      width: 60%;
    }

    .product-slider .item .h3 {
      height: 4em;
    }

    .slider-holder > .product-slider::-webkit-scrollbar {
      display: none;
    }

    .product-card-section .default-form {
      width: 50%;
      margin: 0 auto;
    }
}

.preview-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.preview-holder .visual {
    height: 112px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .preview-holder .visual {
        height: 200px;
    }
}

.preview-holder .visual img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.preview-holder .content-inner {
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.preview-holder .content-inner P {
    margin-bottom: 0;
}

.link-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.menu-section {
    height: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.menu-section .container {
    display: flex;
    justify-content: space-between;
}

.personal-menu-holder {
    width: 100%;
}

.personal-menu-holder .h2 {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .personal-menu-holder .h2 {
      max-width: 350px;
      margin: 18px auto;
      text-align: center;
    }
}

.personal-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.personal-menu-list li:not(:first-child) {
    margin-top: 10px;
}

.personal-menu-list a {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #FF008C;
    box-shadow: 0 0 1px rgba(255, 0, 140, 0.8);
    overflow: hidden;
    padding: 10px 10px;
    border-radius: 10px;
}

@media (max-width: 374px) {
    .personal-menu-list a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.personal-menu-list a:hover {
    background: #FF008C;
    color: #fff;
}

.personal-menu-list a .icon {
    flex-shrink: 0;
    margin-right: 15px;
}

@media (max-width: 374px) {
    .personal-menu-list a .icon {
        margin-right: 8px;
    }
}

.personal-menu-list a .h3 {
    margin-bottom: 0;
}

.preview-slider, .main-video {
    width: 112px;
    height: 227px;
    flex-shrink: 0;
    margin-left: 0px;
    position: relative;
    z-index: 1021;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
}


.container-slider {
  display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width: 768px) {
    .preview-slider, .main-video {
        width: 160px;
        height: auto;
        border-radius: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 374px) {
    .preview-slider {
        margin-left: 15px;

    }
}

.preview-slider::after, .main-video:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 112px;
    height: 227px;
    background: url(../images/layer-01.png) no-repeat;
    background-size: cover;
    z-index: 1020;
}

@media (min-width: 768px) {
    .preview-slider::after, .main-video:after {
        width: 160px;
        height: 325px;
    }
}

.preview-slider .item {
    position: relative;
    z-index: 2;
}

.preview-slider .item img {
    display: block;
    width: 100%;
}

.product-card-section .product-items .main-item {
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.product-card-section .product-items .main-item.checked {
    border: 1px solid #ff008c;
    border-radius: 15px;
}


/* .product-card-section .product-items .item .check-button input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: inline-block;
} */

.product-card-section .h2 {
    margin-bottom: 25px;
}

.product-items>.item:not(:first-child) {
    margin-top: 15px;
}

.title-section {
    display: flex;
    align-items: center;
}

.title-section .icon {
    flex-shrink: 0;
    margin-right: 8px;
}

.title-section .h2 {
    margin-bottom: 0;
    color: #4E4E4E;
}

/* .product-slider {
    visibility: hidden;
} */

.product-slider.slick-initialized {
    visibility: visible;
}

.product-slider .slick-track {
    display: flex;
}

.product-slider .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    margin: 15px 7px;
    width: 160px;
}

@media (min-width: 768px) {
    .product-slider .item {
        width: 300px;
    }
}

.product-slider .item.checked {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 4px #FF008C;
}

.product-slider .item .visual {
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}

.product-slider .item .visual img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.product-slider .item .h3 {
    flex: auto;
    color: #4E4E4E;
    max-width: 140px;
}

@media (min-width: 768px) {
    .product-slider .item .h3 {
        max-width: 200px;
        height: 4em;
    }
}

.product-slider .item .btn-flat {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .product-slider .item .btn-flat {
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.product-slider .slick-list {
    overflow: visible;
}

.check-button input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}

.check-button input[type="checkbox"]:checked+span {
    opacity: 1;
}

.check-button input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    display: inline-block;
}

.check-button input[type="radio"]:checked+span, .complex-inner-wrap:hover [type="radio"]+span,
.main-item.checked .check-button span {
    opacity: 1;
}

.check-button span {
    position: absolute;
    top: 18px;
    right: 18px;
    opacity: 0;
    z-index: 2;
    transition: all .35s ease;
}

@media (min-width: 768px) {
    .check-button span img {
        width: 25px;
        height: 25px;
    }
}

.btn-flat,
.zakazat a {
    display: inline-block;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    font-weight: 800;
    padding: 8px;
    border: 1px solid #D2D2D2;
    border-radius: 50px;
    transition: all .35s ease;
}

@media (min-width: 768px) {
    .btn-flat,
    .zakazat a {
        font-size: 14px;
    }
}

.btn-flat:hover,
.zakazat a:hover {
    background: #FF008C;
    color: #fff;
    border-color: #FF008C;
}

.fancybox-close-small {
    display: none;
}

.fancybox-content {
    max-width: 310px;
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.menu-composition-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #4E4E4E;
}

.menu-composition-holder .visual {
    height: 213px;
    border-radius: 7px;
    overflow: hidden;
}

.menu-composition-holder .visual img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-composition-holder .visual,
.menu-composition-holder .h2 {
    margin-bottom: 18px;
}

.menu-composition-holder .description-text {
    margin-bottom: 16px;
}

.menu-composition-holder .btn-holder .btn {
    width: 100%;
}

/* gender buttons */

.calk-gender.gender-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -8px;
}

.calk-gender.gender-holder .item {
  padding: 0 8px;
  width: 50%;
}

.calk-gender.gender-holder .item:hover {
cursor: pointer;
}

.calk-gender .gender-button {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #FF008C;
  border-radius: 10px;
  font-weight: 500;
  overflow: hidden;
  padding: 11px 24px;
  position: relative;
  justify-content: center;
}

.calk-gender .gender-button .radio-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  border-radius: 8px;
}

.calk-gender .gender-button .icon {
  flex-shrink: 0;
  margin-right: 5px;
  fill: #4E4E4E;
  position: relative;
  z-index: 1;
}

.calk-gender .gender-button span {
  color: #4E4E4E;
  position: relative;
  z-index: 1;
}

.calk-gender .gender-button input[type="radio"]:checked+span {
  background: #FF008C;
}

.calk-gender .gender-button input[type="radio"]:checked+span+svg+span {
  color: #fff;
}

.calk-gender .gender-button input[type="radio"]:checked+span+svg {
  fill: #fff;
}

/* end */

.gender-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -8px;
}

.gender-holder .item {
    padding: 20px 8px 0px 8px;
}

.gender-button {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #FF008C;
    border-radius: 10px;
    font-weight: 500;
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    text-align: right;
}

.gender-button .radio-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    border-radius: 8px;
}

.gender-button .icon {
    flex-shrink: 0;
    margin-right: 5px;
    fill: #4E4E4E;
    position: relative;
    z-index: 1;
}

.gender-button img{display:block; position: absolute; top: 0px; left: 0;}

.gender-button span {
    color: #4E4E4E;
    position: relative;
    z-index: 1;
    left: 0px;
    font-size: 11px;
    font-weight: bold;
}

.gender-button input[type="radio"]:checked+span {
    background: #FF008C;
}

.gender-button input[type="radio"]:checked+span+img+span {
    color: #fff;
}

.gender-button input[type="radio"]:checked+span+svg {
    fill: #fff;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

.menu-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .menu-form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.menu-form .form-field {
    margin-bottom: 30px;
}

.menu-form .btn-holder {
    text-align: center;
}

.menu-form .btn-holder .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .menu-form .btn-holder .btn {
        min-width: 400px;
        width: auto;
    }
}

.check-icon .icon {
    fill: #BABABA;
}

.check-icon input[type="checkbox"]:checked+svg {
    fill: #4E4E4E;
}

.check-icon input[type="checkbox"]:checked+svg+span {
    color: #4E4E4E;
}

.label {
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}

.activity-list {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C0C0C0;
}

.activity-list li {
    padding: 0 4px;
}

.check-list {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.check-list.second-width li {
    width: 16.6%;
}

.check-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 6px 5px;
}

.check-list .text-small {
    display: block;
    font-size: 7px;
    line-height: 1.2;
    min-height: 45px;
    padding-top: 10px;
    color: #999;
}

@media (min-width: 768px) {
    .check-list .text-small {
        font-size: 10px;
    }
}

.select-holder {
    position: relative;
}

.select-holder::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}

.select-holder select {
    display: block;
    font-weight: 500;
    width: 100%;
    height: 32px;
    color: #4E4E4E;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid #C0C0C0;
}

.input-time {
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    color: #4E4E4E;
    background: none;
    border: none;
    -webkit-appearance: none;
    padding: 0 6px;
    max-width: 67px;
    border-radius: 0;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.input-time::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
}

.value-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.value-items .item {
    width: 33.3%;
    padding: 0 6px;
}

.value-items .full-item {
    width: 100%;
    margin-top: 20px;
}

.value-items .full-item .value-tile {
    flex-direction: row;
    justify-content: space-between;
    min-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.value-items .full-item .value-tile .title-section {
    margin: 0 10px 0 0;
}

.value-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #4E4E4E;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 5px;
    min-height: 89px;
}

@media (min-width: 768px) {
    .value-tile {
        min-height: 120px;
    }
}

.value-tile .title-section {
    margin-bottom: 10px;
    min-height: 30px;
}

@media (min-width: 768px) {
    .value-tile .title-section {
        min-height: 40px;
    }
}

.value-tile .title-section .h3 {
    margin: 0;
}

.quantity {
    width: 85px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    height: 28px;
}

.quantity input {
    display: block;
    width: 100%;
    height: 28px;
    text-align: center;
    color: #4E4E4E;
    font-size: 22px;
    background: none;
    border: none;
    line-height: 28px;
    padding: 0 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
}

.quantity input:focus {
    border-color: rgba(255, 255, 255, 0.7);
}

.quantity a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    color: #4E4E4E;
    font-size: 22px;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
}

.quantity .plus {
    right: 0;
}

.quantity .minus {
    left: 0;
}

.pace {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.pace-done .pace {
    opacity: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    transition: all 0s ease .35s, opacity .35s ease;
}

.pace-activity {
    display: block;
    width: 308px;
    height: 55px;
    flex-shrink: 0;
    background: url(../images/loading.svg) 50% 50% no-repeat;
    background-size: cover;
    transition: all .35s ease;
}

.pace-done .pace-activity {
    transform: translateY(-75%);
}

body:not(.pace-done) .wrapper {
    opacity: 0;
}

.dtx img {
    width: 1rem;
    margin: 0 10px;
}

.fitorouse,
.dayweek {
    color: #ff008c;
}

.dayweek,
.time {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff url(/images/daycalend.png) center center no-repeat;
    font-size: 1rem;
    line-height: 2.4rem;
    padding-left: 0.25rem;
    right: 0;
}

.time {
    background: none;
    width: auto;
    font-size: 1.2rem;
}

.time img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.zakazat {
    display: block;
    margin: auto;
    width: 20%;
    background: #ff008c;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
}

.zakazat:hover {
    background: #fff;
    color: #ff008c;
}

.form_radio_btn {
  display: flex;
  margin-right: 0px;
  align-items: center;
  justify-content: space-between;
}

.form_radio_btn button {
  background: #FF008C;
    color: #fff;
    border: none;
    width: 50px;
    padding: 5px;
    border-radius: 10px;
    width: 70px;
}

.form_radio_btn div {
  width: 49%;
  position: relative;
}

.form_radio_btn div input {
  background: #FF008C;
  color: #fff;
  width: 100%;
  display: flex;
  border-radius: 10px;
  justify-content: space-around;
}

.form_radio_btn div label {
  width: 100%;
}

.form_radio_btn div:nth-child(2) label {
  padding-left: 33px;
}

.form_radio_btn div:nth-child(2) img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(15px, -50%);
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form_radio_btn img {
    width: 37px;
}


/* Checked */

.form_radio_btn input[type=radio]:checked+label {
    border: solid 6px #ff008c;
}


/* Hover */

/*.form_radio_btn label:hover {
    border: solid 6px #ff008c;
}
*/

/* Disabled */

.form_radio_btn input[type=radio]:disabled+label {
    background: #efefef;
    color: #666;
}

@media (max-width: 767px) {
  .form_radio_btn {
    flex-wrap: wrap;
    width: 100%;
  }

  .form_radio_btn div {
    width: 49%;
    margin-bottom: 10px;
  }
}

.green {
    color: #67a72f;
}

.nyha {
    list-style-position: inside;
    list-style-image: url(/images/logo=min.png);
    font-size: 1.1em;
    text-align: left;
}

.nyha h2 {
  font-size: 20px;
}

.btn-center {
    width: 40%;
    margin-left: 30%;
}

.oferta li {
    font-size: 1.3rem;
    text-decoration: underline;
    line-height: 2rem;
    font-weight: 700;
}

.orderok {
    height: 100%;
    min-height: 600px;
    background: url(/images/img5.jpg) no-repeat;
    background-size: cover;
}

.calkres{
    height: 40%;
    min-height: 400px;
    background: url(/images/img07.jpg) no-repeat center center;
    background-size: cover;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0 0 0 0;
    z-index: 2;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.slick-arrow.slick-prev {
    left: 10px;
    background: #fff url('../images/left-arrow.png') 0 0 / 100% no-repeat;
}

.slick-arrow.slick-next {
    right: 10px;
    background: #fff url('../images/right-arrow.png') 0 0 / 100% no-repeat;
}

.lang-link {
    margin-left: 10px;
    font-size: 1.5rem;
}

.calktxt{
    padding: 10px;
    border-radius: 10px;
}

.calktxt a{
    background: #ff008c;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin-left: 20px;
}

.calckhref{
  color: #fff;
  background: #ff008c;
  padding: 15px;
  border-radius: 10px;
  margin-right: 5px;
  display: block;
  text-align: center;
}

.calckhref:hover {
  color: #fff;
}

.nyashcall {
animation:anim 3s;
animation-duration:3s;
width: 350px;
height: 350px;
position: absolute;
right: 0;
bottom: 5%; *
}
@keyframes anim {
from {right :-100%;}
to {right:0;}
}

/*Для страницы - Рецепт 'newyear'*/

.recipe {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 50px;
}

.recipe.img-left {
  flex-direction: row-reverse;
}

.recipe-img {
  width: 30%;
}

.recipe-img img {
  width: 100%;
}

.recipe-info {
  width: auto;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 45%;
}

.recipe-info div {
  position: relative;
}

.name-recipe {
  margin-bottom: 20px;
  margin-left: 15px;
  color: #f6757d;
  text-transform: uppercase;
}

.recipe-info div span {
  position: absolute;
  top: 50%;
  font-size: 48px;
  opacity: 1;
  transform: translate(0px, -80%);
  color: #fff2af;
  z-index: -1;
}

.recipe-info li {
  color: #333
}

.recepty h3 {
  color: #fff2af;
  margin-bottom: 20px;
  background: #f6757d;
  padding: 15px;
  position: relative;
}

.recepty h3.img-h3 {
  margin-bottom: 100px;
}


.recepty h3.img-h3 img {
  position: absolute;
    width: 40%;
    top: 0%;
    z-index: 9;
    transform: translate(0%, -50%);
    right: 0;
}

.recepty h3 a {
  color: #fff2af;
  text-decoration: underline;
}

@media (max-width: 768px) {


  .recipe-info li {
    font-size: 14px;
  }

  .recipe-img {
    width: 50%;
  }

  .recepty h3.img-h3 img {
    position: absolute;
    width: 60%;
    top: 100%;
    z-index: 9;
    transform: translate(0%, -50%);
    right: 0;
}

}

.new{
    color: #ff008c;
    font-weight: bold;
    text-decoration: underline;
}

.mn-butt img{
    width: 2.5em;
    height: 2.5em;
}