:root {
    --theme-color-primary: #f74c3c;
    --theme-color-primary-darken-1: hsl(5.13, 92%, 58%);
    --theme-color-primary-darken-2: hsl(5.13, 92%, 55%);
    --theme-color-primary-darken-3: hsl(5.13, 92%, 50%);
    --theme-color-primary-lighten-1: hsl(5.13, 92%, 70%);
    --theme-color-primary-opacity-0_1: rgba(247, 76, 60, 0.1);
    --theme-color-primary-opacity-0_2: rgba(247, 76, 60, 0.2);
    --theme-color-primary-opacity-0_3: rgba(247, 76, 60, 0.3);
    --theme-color-primary-opacity-0_4: rgba(247, 76, 60, 0.4);
    --theme-color-primary-opacity-0_6: rgba(247, 76, 60, 0.6);
    --theme-color-primary-opacity-0_8: rgba(247, 76, 60, 0.8);
    --theme-color-primary-opacity-0_9: rgba(247, 76, 60, 0.9);
    --theme-color-main: #1a2e39;
    --theme-color-secondary: #1a2e39;
    --theme-color-title: #1a2e39;
    --theme-color-strict-inverse: #ffffff;
    --theme-header-gradient: radial-gradient(circle farthest-corner at 32% 120%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

:root {
    --color: inherit;
    --color-hover: inherit;
    --bg-color: inherit;
    --border-color: inherit;
    --border-color-hover: inherit
}

html {
    font-size: 14px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #fff
    color: var(--theme-color-main);
    font-weight: 400;
    font-size: 1rem;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    min-width: 320px;
    overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
}

a, .a {
    color: var(--theme-color-primary);
    outline: 0;
    transition: color .25s;
    text-decoration: none;
}

a img {
    border: none;
}

a[href^='tel:'] {
    white-space: nowrap;
}

:focus {
    outline: none;
}

::-moz-selection {
    color: #fff;
    background-color: var(--theme-color-primary)
}

::selection {
    color: #fff;
    background-color: var(--theme-color-primary)
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

address {
    font-style: normal;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input[type='submit'] {
    cursor: pointer;
    outline: none;
    padding: 0;
    border: 0;
    background: none;
}

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

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style: none;
}

ol li {
    list-style: inherit;
}

b, strong, .b {
    font-weight: 700;
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

figure {
    margin: 0 0 1rem;
        margin-bottom: 1rem;
}

.g-font-comfortaa {
    font-family: "Comfortaa", cursive;
}

.g-font-comfortaa.g-color-gray-dark-v5 *[style*="font-weight: bold"],
.g-font-comfortaa.g-color-gray-dark-v5 *[style*="font-weight: 700"] {
    color: #777;
}
.g-font-yanone-kaffeesatz { font-family: "Yanone Kaffeesatz", sans-serif; }
.g-font-poiret-one { font-family: "Poiret One", cursive; }
.g-font-oswald { font-family: "Oswald", sans-serif; }
.g-font-cormorant-infant { font-family: "Cormorant Infant", serif;}
.g-font-size-default {font-size: 1rem;}

.nav-link {
    color: var(--theme-color-main)
}

.nav-link:focus,
.nav-link:hover {
    color: var(--theme-color-main)
}

figure {
    margin-bottom: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
    line-height: 1.4;
    color: var(--theme-color-title)
}

.inlink {
    font-weight: bold;
    color: var(--theme-color-main);
}

.text {
    line-height: 1.6;
}
.text-color-1 {
    color: var(--theme-color-primary);
}

.text-color-gray {
    color: #999;
}

.text-color-gray-2 {
    color: #555;
}

.text.text-color-gray *[style*="font-weight: bold"],
.text.text-color-gray b,
.text.text-color-gray strong {
    color: #777;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.img-box {
    position: relative;
    display: block;
}

.img-box img,
.img-box svg,
.img-box picture {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    font-size: 10px;
    color: #ccc;
}

.img-box.text-center img,
.img-box.text-center svg,
.img-box.text-center picture {
    margin: auto;
}

.animate__animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/* Button */
.button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px 8px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background-color: var(--theme-color-primary);
    background-image: linear-gradient(225deg, #be1715, #ed6d0f);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 2.6rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    outline: none;
    transition: all .2s;

}

.button::after {
    content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255,255,255,0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: all .2s ease;
}

.button:hover {
    background-image: linear-gradient(345deg, #be1715, #ed6d0f);
}

@-webkit-keyframes ripple {
  20% {
    opacity:0;
    -webkit-transform:scale(2.5);
    transform:scale(2.5);
  }
  100% {
    opacity:0;
    -webkit-transform:scale(2.5);
    transform:scale(2.5);
  }
}
@keyframes ripple {
  20% {
    opacity:0;
    -webkit-transform:scale(2.5);
    transform:scale(2.5);
  }
  100% {
    opacity:0;
    -webkit-transform:scale(2.5);
    transform:scale(2.5);
  }
}


.button__text {
    position: relative;
    color: #fff;
    z-index: 2;
}

.button-tr {
    padding: 5px 46px;
    background: transparent;
    border: 2px solid var(--theme-color-primary);
    font-size: 1rem;
}

.button-sml {
    padding: 9px 20px 7px;
    border-radius: 8px;
    font-size: .85714rem;
    line-height: 1.14286rem;
    letter-spacing: .1em;
}

.button-blue {
    background: #4263a3;
}

.mfInfo,
.mfProgress {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .85);
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
}

.popup .mfInfo,
.popup .mfProgress {
    padding-bottom: 25px;
}


.mfInfo .msg,
.mfProgress .msg {
    display: none;
    position: relative;
}

.mfInfo.success,
.mfInfo.fail,
.mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfInfo.success .msg,
.mfInfo.fail .msg,
.mfProgress.fail .msg,
.mfProgress.success .msg {
    display: block;
}

.mfInfo.fail,
.mfProgress.fail {
    color: #bf0c0c;
}

.mfInfo.success,
.mfProgress.success {
    color: #04be2c;
}

.mfInfo.sending .loader,
.mfProgress.sending .loader {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin: 20px 0 0 -20px;
    background: #FFF;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    border-left: 3px solid;
    border-right: 3px solid;
    border-top: 3px solid;
    border-radius: 200px;
}

.mfValidation {
    color: var(--theme-color-primary);
    font-size: 12px;
}

.form {
    position: relative;
}

.form__row {
    margin-top: 15px;
}

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

.form__row-action .button {
    min-width: 120px;
}

.form__input {
    position: relative;
}

.form__input_text, textarea, .form__select {
    width: 100%;
    height: 32px;
    padding: 3px 8px;
    border: 1px solid var(--theme-color-primary-opacity-0_2);
    border-radius: 5px;
    transition: all .2s;
}

textarea {
    height: 84px;
    min-height: 32px;
}

@media only screen and (min-width:1004px) {
    .form__input_text:focus, 
    textarea:focus,
    .form__select:focus {
        border-color: var(--theme-color-primary-opacity-0_9);
        color: #000
    }
}


/**/
.page {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

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

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

/*header*/
.page__header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.logo__area {
    display: block;
    max-width: 100px;
}

.logo__area img {
    display: block;
    max-width: 100%;
    height: auto;
    font-size: 10px;
    color: #ccc;
}

.logo__lbl {
    margin-left: 20px;
    font-family: "Poiret One", cursive;
    font-size: 24px;
    color: #000;
}

.site__name {
    display: block;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color-primary);
}

.logo__lbl h1,
.site__lbl {
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    margin-bottom: .5rem;
    font-size: 12px;
    line-height: 1.4;
    color: var(--theme-color-title);
}

.h-contacts {
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.h-contacts__el {
    padding: 10px;
    /*border-left: 1px solid #eee;*/
}

@keyframes call {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-4deg);
  }
  24% {
    transform: rotate(4deg);
  }
  32% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  62% {
    transform: rotate(4deg);
  }
  74% {
    transform: rotate(-4deg);
  }
  82% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.btn_callback {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 240;
    width: 52px;
    height: 52px;
    border: 1px solid var(--theme-color-primary-opacity-0_8);
    border-radius: 50%;
    color: var(--theme-color-primary-opacity-0_8);
    font-size: 38px;
    line-height: 52px;
    background: var(--theme-color-primary-opacity-0_1);
}

.btn_callback i {
    position: relative;
    transform-origin: 50% 50%;
    animation: call .8s linear 3;
}

.h-contacts__title {
    margin-bottom: 5px;
    color: var(--theme-color-main);
    line-height: 20px;
    font-size: .85714rem;
    text-transform: uppercase;
}

.h-contacts__item {
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
    color: var(--theme-color-main);
    line-height: 1.14286rem;
    text-decoration: none !important;
}

.h-contacts__icon {
    position: relative;
    top: 0;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    font-weight: normal;
    color: var(--theme-color-primary);
}

.h-contacts__icon.icon-phone {
    top: -1px;
}

.h-contacts__icon.icon-mail {
    top: 1px;
}

.h-contacts__icon.fa-vk {
    top: 1px;
}

.h-contacts__icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    fill: var(--theme-color-primary);
}

.h-contacts__soc_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.h-contacts__soc_el {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 3px;
    border-radius: 50%;
    background-color: #eee;
    color: #bbb;
    font-size: 1rem;
    text-decoration: none !important;
}

.h-contacts__soc_el:first-child {
    margin-left: 0;
}

.h-contacts__soc_el:last-child {
    margin-right: 0;
}

/*.h-contacts__callback {
    display: none;
}*/

/*main nav*/
.menu__wrap {
    height: auto;
}

.navbar {
    position: relative;
    min-height: 40px;
    padding: 15px 10px;
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
    background: var(--theme-header-gradient);
    transition: top .3s ease;
}

.navbar.state_fixed {
    z-index: 2000;
}

.navbar.state_fixed.to_bottom {
    top: -80px !important;
}

.navbar__nav {
    display: flex;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.navbar__nav_el {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 15px;
}

.nav__link {
    display: block;
    padding: 5px 0;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px #A15814;
    text-transform: uppercase;
    letter-spacing: .14286rem;
    text-decoration: none !important;
}

.navbar__nav_el.active .nav__link {
    text-shadow: 0 0 3px black;
}

.menu-toggler {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 30px;
    height: 40px;
    z-index: 110;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.menu-toggler-icon,
.menu-toggler-icon::before,
.menu-toggler-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 3px;
    margin-top: -2px;
    transition: all .3s ease-out;
}

.menu-toggler-icon::before {
    top: -7px;
    margin: 0;
}

.menu-toggler-icon::after {
    top: auto;
    bottom: -7px;
    margin: 0;
}

.menu-toggler.is-open .menu-toggler-icon {
    background-color: transparent;
    background-image: none;
}

.menu-toggler.is-open .menu-toggler-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggler.is-open .menu-toggler-icon::after {
    top: 0;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggler-icon,
.menu-toggler-icon::before,
.menu-toggler-icon::after {
    background-color: #fff;
}

#harp .g-bg-img-hero {
    background-position: 50% 0;
}

/*page*/
/*#presale {
    background: url(../img/05_Boyan_1x_2x.png) 100% -200px no-repeat;
}*/
.page__info-box {
    margin-bottom: 30px;
}

.info-box__row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.info-box__row + .info-box__row {
    margin-top: 30px;
}

.info-box__row > div {
    width: 50%;
    padding: 0 15px;
}

.info-box__row > .info-box__title {
    width: 100%;
}

.info-box__text {
    color: #777;
}

.page__info-box h3,
.page__info-box .h3,
.info-box__title,
.info-box__title > * {
    margin-bottom: 15px;
    color: var(--theme-color-title);
    font-weight: 700;
    font-family: "Poiret One", cursive;
    font-size: 1.85714rem;
    text-transform: uppercase;
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: steps;
}

.steps > li {
    position: relative;
    padding: 15px 0 15px 50px;
    list-style-type: none;
}

.steps > li::before {
    counter-increment: steps;
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid;
    border-radius: 50%;
    color: var(--theme-color-primary);
    font-size: 1.285714rem;
    line-height: 1;
}

.text-box {
    padding: 20px 0;
}

.page__header + .text-box {
    padding-top: 60px;
}

.text-box__container {
    max-width: 800px;
    margin-bottom: 20px;
}

.text-box__header::after {
    content: '';
    display: block;
    width: 5rem;
    margin: 15px auto;
    border-top: 10px solid;
    color: var(--theme-color-primary);
}

.text-box__subtitle {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--theme-color-primary);
    font-size: .85714rem;
    text-transform: uppercase;
}

.text-box__title {
    word-wrap: break-word;
    text-transform: uppercase;
}

.text-box__title > * {
    line-height: 1.1;
    font-size: 2.85714rem;
    font-family: "Poiret One", cursive;
}

.carousel__box {
    margin-bottom: 40px;
}

.carousel__box-main-p .photo-glr__item_img {
    max-height: 500px;
}

.products {
    padding: 40px 0;
}

.products__container {
    max-width: 800px;
}

.products__el {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -15px;
}

.products__el + .products__el {
    margin-top: 40px;
}

.products__el_col {
    padding: 0 15px;
}

.products__el_img {
    min-width: 200px;
    width: 200px;
    padding-right: 40px;
}

.products__el_img > a {
    display: block;
    width: 100%;
}

.yoomoney_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 5px;
    background-color: #EF3224;
    border-radius: 4px;
}

.yoomoney_btn__icon {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    fill: #fff;
}

.yoomoney_btn__text {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
}

.products__el_info {
    width: calc(100% - 300px);
}

.products__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    font-family: "Poiret One", cursive;
    text-transform: uppercase;
}

.products__el_info .text a {
    color: inherit;
}

.product__features ul,
.products__el_info ul,
.product__descr_txt ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

.products__el_info ul:last-child {
    margin-bottom: 0;
}

.product__features li,
.products__el_info li,
.product__descr_txt li {
    position: relative;
    margin-left: 0;
    padding-left: 17px;
}

.product__features li::before,
.products__el_info li::before,
.product__descr_txt li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 3px;
    height: 3px;
    background-color: var(--theme-color-primary);
    border-radius: 50%;
    color: var(--theme-color-primary);
}

.products__el_info p:last-child {
    margin-bottom: 0;
}

.products__el_action {
    align-self: flex-end;
    width: 100px;
    text-align: right;
}

.self-box {
    padding: 40px 0;
}

.green-box {
    background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0, rgba(114, 192, 44, 0.8) 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.health .container {
    max-width: 1000px;
}

.health__row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.health__col {
    padding: 0 15px;
}

.health__img {
    width: 300px;
}

.health__info {
    width: calc(100% - 470px);
}

.health__title {
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    font-size: 2.35714rem;
    font-family: "Poiret One", cursive;
    text-transform: uppercase;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, .2), 0 -5px 35px rgba(255, 255, 255, .3);
}

.health__text {
    line-height: 1.2;
}

.health__text a {
    color: inherit;
}

.health__action {
    width: 170px;
}

.inner-slider {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.inner-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.inner-slider .container {
    position: relative;
    z-index: 2;
}

.inner-slider__item {}

.inner-slider__item_wrap {
    max-width: 580px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

/*video*/
.video__wrapper {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -130px;
    padding-top: 90px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.video__wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
}

.video__dark .video__wrapper::after {
    background-color: rgba(0, 0, 0, .5);
}

.video__nodark .video__wrapper::after {
    background-color: transparent;
}

.video__container {
    position: relative;
    z-index: 3;
    text-align: center;
}

.video-alter .video__wrapper {
    display: block;
    min-height: unset;
    padding: 0;
}

.video-alter .video__wrapper::after {
    z-index: 2;
}

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

.video__bg img {
    display: block;
    width: 100%;
}

.video-alter .video__container {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 3;
}

.video-alter .video__decor {
    z-index: 2;
}


.video__button {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    line-height: 90px;
    color: var(--theme-color-main);
    font-size: 28px;
    text-align: center;
    transition: color .2s, background-color .2s, transform .2s;
}

.video__button.fa-play::before {
    margin-left: 5px;
}

.video__button-sml {
    width: 56px;
    height: 56px;
    background-color: transparent;
    border: 5px solid var(--theme-color-primary);
    line-height: 46px;
    color: #fff;
    font-size: 16px;
}

.video__title,
.video__title > * {
    margin-top: 15px;
    color: #fff;
    font-family: "Poiret One", cursive;
    font-size: 2.35714rem;
    text-shadow: 12px 12px 12px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.video__light .video__title, .video__light .video__title > * {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.801);
}

.video__title-lover {
    text-transform: none;
}

.video__note {
    margin-top: 15px;
    color: #bbb;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1);
}

.video__decor {
    position: relative;
    overflow: hidden;
}

/*models*/
.models {
    margin-bottom: 30px;
}

.models__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 -15px;
}

.models__el {
    position: relative;
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.model {
    position: relative;
    height: 100%;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding-bottom: 75px;
    overflow: hidden;
    transition: transform .3s;
}

.model__header {
    padding: 20px 16px;
    background-image: linear-gradient(225deg, #be1715, #ed6d0f);
    background-repeat: repeat-x;
    text-align: center;
    color: #fff;
}

.model__title {
    display: block;
    color: #fff !important;
    font-weight: 700;
    font-style: italic;
    font-size: 2.14286rem;
    line-height: 1.4;
    font-family: "Cormorant Infant", serif;
    text-decoration: none !important;
}

.model__subtitle {
    opacity: .6;
}

.model__img_box {
    display: block;
    min-height: 230px;
    margin: 10px 0;
}

.model__img {
    display: block;
    max-width: 328px;
    margin: auto;
}

.model__info {
    padding: 0 40px;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

.model__price_box {
    text-align: center;
}

.model__price {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
    color: var(--theme-color-primary);
    font-weight: 700;
    font-size: 1.71429rem;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
}

.models__el:nth-child(even) .model__price {
    color: #00796b;
}

.model__price::before {
    content: "&nbsp;";
    display: block;
    margin-bottom: 5px;
    color: #bbb;
    font-size: 1.28571rem;
    font-weight: 400;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    text-shadow: none;
}

.model__price[data-prfx]::before {
    content: attr(data-prfx);
}

.model__descr {
    margin-top: 15px;
    font-size: 1.2857rem;
    line-height: 1.2;
    color: var(--theme-color-main);
}

.model__descr p + p {
    margin-top: 5px;
}

.model__lnk-more {
    color: #bbb;
}

.model__action {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.model__action_button {
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 1px;
}

/*foto-windows*/
.foto-windows {
    margin-bottom: 30px;
    padding: 30px 0;
    background-color: #363643;
}

.foto-windows__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -15px;
}

.foto-windows__col {
    padding: 15px;
    width: 25%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
}

.foto-windows__el {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.foto-windows__el + .foto-windows__el {
    margin-top: 30px;
}

.foto-windows__col-2x {
    width: 50%;
}

.foto-windows__img-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform .3s;
}

.foto-windows__img {
    margin: 0 auto;
    min-height: 100%;
}

/*product*/
.product__about {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
}

.product__container {
    overflow: hidden;
}

.product__main-img {
    width: 44%;
    float: left;
    margin-bottom: 30px;
}

.product__main-info {
    float: right;
    width: 56%;
    padding-left: 40px;
}

.product__title {
    padding-bottom: 20px;
}

.product__title_feature {
    text-transform: uppercase;
    font-size: .78571rem;
    font-weight: 700;
}

.product__title h1,
.product__title .h1 {
    margin: 0;
    font-family: "Poiret One", cursive;
    font-size: 2.57143rem;
    text-transform: uppercase;
}

.product__title_feature + h1,
.product__title_feature + .h1 {
    margin-top: 15px;
}

.product__features {
    margin-bottom: 45px;
}

.product__descr {
    float: right;
    width: 56%;
    padding-left: 40px;
}

.product__descr_box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.product__descr_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 68px;
    margin-right: 30px;
    border: 1px solid;
    border-radius: 50%;
    color: var(--theme-color-primary);
    font-size: 1.78571rem;
}

.product__descr_icon.fa-level-down {
    transform: rotate(-90deg) scale(1,-1);
}

.product__descr_cntnt h2,
.product__descr_cntnt .h2 {
    font-weight: 700;
    font-size: 1rem;
    font-family: "Comfortaa", cursive;
    text-transform: uppercase;
}

.product__descr_txt {
    overflow: hidden;
}

.product__video {
    margin-bottom: 10px;
}

/*.product__photo {
    margin-bottom: 10px;
}
*/
.photo-glr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 20px;
}

.photo-glr__item {
    width: 33.3333%;
    margin-bottom: 10px;
    padding: 0 15px;
    overflow: hidden;
}

.photo-glr__item_wrap {
    height: 100%;
}

.photo-glr__item_link {
    display: block;
    height: 100%;
}

.photo-glr__item_link .video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    z-index: 2;
}

.photo-glr__item_img {
    display: block;
    margin: auto;
}

.product__action {
    margin: 40px 0;
    text-align: center;
}

.video + .product__action,
.carousel__box + .product__action,
#feedbacks_gusli + .product__action {
    margin-top: 0;
}

.page__info-box + .product__action {
    margin-top: 10px;
}

.text-box + .product__action {
    margin-top: 15px;
}

.product__action-link {
    background: var(--theme-header-gradient);
    text-align: center;
}

.product__action-link a {
    color: #fff;
    font-size: 1.85714rem;
    font-family: "Poiret One", cursive;
    line-height: 2;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
}

.lessons {
    padding: 40px 0 10px;
}

.lessons__container {
    position: relative;
}

.lessons__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(18% + 9px);
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.lessons__el {
    position: relative;
    margin-bottom: 50px;
}

.lessons__el::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border: 5px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    z-index: 3;
}

.lessons__el_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lessons__el_preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.lessons__el_num {
    position: relative;
    width: calc(100% - 200px);
}

.lessons__el_num::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
}

.lessons__el_num::after {
    content: attr(data-num);
    position: relative;
    display: block;
    width: 110px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    background-color: #fa948a;
    z-index: 2;
    transition: background-color .2s;
}

.lessons__el_img {
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 50%;
}

.lessons__el_img img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.lessons__el_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
    transition: opacity .2s;
}

.lessons__el_info {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.lessons__el_pretitle {
    display: block;
    margin-bottom: 5px;
    color: var(--theme-color-primary);
    font-weight: 700;
    font-size: .85714rem;
    text-transform: uppercase;
    text-decoration: none !important;
}

.lessons__el_title {
    display: block;
    margin-bottom: 10px;
    color: var(--theme-color-title);
    font-weight: 700;
    font-size: 1.64286rem;
    font-family: "Poiret One", cursive;
    text-transform: uppercase;
    text-decoration: none !important;
}


.afisha {
    padding: 0px 0;
}

.afisha__container {
    position: relative;
}

.afisha__el {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 100px;
    padding: 0;
}

.afisha__el + .afisha__el {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.afisha__el_label {
    width: calc(20% - 66.6666px);
    flex-basis: auto;
    font-family: "Poiret One", cursive;
    font-size: 1.64286rem;
    font-weight: 800;
}

.afisha__el_date {
    display: inline-block;
    max-width: 134px;
    font-weight: 400;
    color: #000;
}

.afisha__el_action {
    width: calc(20% - 66.6666px);
    min-width: 200px;
    flex-basis: auto;
    font-size: 1.0rem
}

.afisha__el_action .button {
    min-width: 200px;
}

.afisha__el_descr {
    width: calc(50% - 66.6666px);
    flex-basis: auto;
}

.afisha__el_title {
    font-family: "Poiret One", cursive;
    font-size: 1.64286rem;
    font-weight: 700;
}

.promo-slider {
    overflow: hidden;
    margin: 30px 0;
}

.promo-slider__el {
    position: relative;
    min-height: 50vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.promo-slider__el::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.promo-slider__container {
    position: relative;
    max-width: 800px;
    text-align: center;
    z-index: 3;
    color: #fff;
}

.promo-slider__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 2.1rem;
    font-family: "Poiret One", cursive;
    letter-spacing: .07143rem;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.promo-slider__action {
    margin-top: 30px;
}

.promo-slider .slick-dots-wt {
    bottom: 40px;
}

.promo-box {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.promo-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.promo-box .container {
    position: relative;
    max-width: 800px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.promo-box__title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 2.14286rem;
    font-family: "Poiret One", cursive;
    letter-spacing: .07143rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.promo-box__text {
    color: rgba(255, 255, 255, .7);
}

.promo-box__action {
    margin-top: 20px;
}

/*songs*/
.songs__nav {
    position: relative;
    margin: 0;
}

.songs__nav-active {
    margin-top: 25px;
    column-count: 3;
}

.songs__nav_el {
    display: inline-block;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.song {}

.song__title  > * {
    font-size: 1.86rem;
}

.song__text {}
.song__text_norm {}

.song__text_indent {
    padding-left: 35px;
}
.song__text_norm + .song__text_norm,
.song__text_norm + .song__text_indent,
.song__text_indent + .song__text_indent,
.song__text_indent + .song__text_norm,
.song__text_author {
    margin-top: 15px;
}

.song__chords {
    font-size: .824rem;
    font-weight: 700;
    color: var(--theme-color-primary);
    /*letter-spacing: .25em;*/
    opacity: .6;
}

.song__text_author {
    margin-top: 25px;
    color: #555;
    font-size: .85714rem;
}

/*feedbacks*/
.feedbacks {
    padding: 15px 0;
    margin-bottom: 30px;
}

.feedbacks__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.feedbacks__el {
    padding: 10px;
    width: 25%;
}

.feedbacks__cntnt {
    position: relative;
}

.feedbacks__photo {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/*.feedbacks__photosm {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
*/
.feedbacks__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    background-color: var(--theme-color-primary-opacity-0_8);
    color: #fff;
    font-size: .85714rem;
    line-height: 1.3;
    text-align: left;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity .2s;
}

/*.feedbacks__texta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    background-color: var(--theme-color-primary-opacity-0_8);
    color: #fff;
    font-size: .85714rem;
    line-height: 1.3;
    text-align: center;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity .2s;
}
*/
.feedbacks__info {
    position: relative;
    text-align: center;
}

.feedbacks__cntnt + .feedbacks__info,
.feedbacks__info + .feedbacks__cntnt {
    margin-top: 20px;
}

.feedbacks__title {
    margin-bottom: 6px;
    color: #333;
    font-size: 1.28571rem;
    font-weight: 700;
    font-family: "Poiret One", cursive;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.feedbacks__title a {
    color: inherit;
}

.feedbacks__pretitle {
    color: var(--theme-color-primary);
    font-size: .78571rem;
    text-transform: uppercase;
}

.p404 {
    text-align: center;
}

.p404__img img {
    margin: 15px auto;
}

.p404__links {
    position: relative;
    margin: 0 -15px;
    text-align: center;
}

.p404__links a {
    display: inline-block;
    margin: 10px 15px;
}

/*slick custom*/
.slick-list {
    width: 100%;
}
.slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
    justify-content: center;
    list-style: none;
}

.slick-dots li {
    margin: 0 5px 5px;
}

.slick-dots button {
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: 0 none;
    box-shadow: none;
    outline: none;
    opacity: .7;
    text-indent: -100px;
}

.slick-active button {
    background-color: var(--theme-color-primary);
    opacity: 1;
}

.slick-dots-wt {
    bottom: -60px;
}

.slick-dots-wt .slick-active button {
    background-color: #fff;
}

.fancybox-caption__body {
    font-size: 2rem;
}

.footer {
    color: #ccc;
}

.footer a {
    color: #ccc;
}

.footer__cntnt {
    padding: 25px 0;
    background-color: #2d2d37;
}

.footer-lite__cntnt {
    padding: 25px 0;
    background-color: #fff;
}

.footer__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__info {
    width: 50%;
    padding: 5px 15px 15px 0;
}

.footer__info address {
    display: inline;
    margin: 0;
}

.footer__info_item {
    padding-top: 15px;
    font-size: 1rem;
    line-height: 1.2rem;
}

.footer__info_label {
    margin-right: 5px;
}

.footer__info_icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    color: #fff;
    font-size: 1.4rem;
}

.footer__info_val {
    display: inline;
}

.footer__nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 50%;
    padding-left: 15px;
}

.footer__nav_box {
    font-size: 1rem;
}

.footer__nav_title {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-family: "Poiret One", cursive;
    font-size: 1.14286rem;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer__nav_list {
    list-style: none;
    margin: 0 0 -10px;
    padding: 0;
}

.footer__nav_el {
    padding-bottom: 10px;
}

.copy {
    margin-top: 1px;
    padding: 35px 0;
    background-color: #2d2d37;
}

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

.RatingBadgeWidget {
    display: block;
    width: 150px;
    height: 50px;
    opacity: .64;
    transition: opacity .3s;
    background-size: cover;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
    z-index: 11;
    font-size: 30px;
    line-height: 50px;
    color: #000;
    text-align: center;
}

.back-to-top::before {
    top: -3px;
    position: relative;
}

.back-to-top.show {
    opacity: 1;
}

.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  color: #000;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 30px;
  position:fixed;
  top: 0;
  width: 100%;
  z-index: 310;
}

.popup__content {
  position: relative;
  max-height: 100%;
  max-width: 360px;
  width: 100%;
  overflow: auto;
  transform: translateY(-100%);
  transition: all .3s ease;
  padding: 15px;
  border: 1px solid var(--theme-color-primary);
  border-radius: 10px;
  background-color: #fff;
}

.popup__close {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 7px;
  color: var(--theme-color-primary);
  font-size: 20px;
  transition: all .3s ease;
}

.popup_active .popup__content {
  transform: none;
}

.popup__title {
    padding-top: 5px;
    font-size: 16px;
}

/*page_lite*/
.page_lite .page__header_info {
    display: none;
}
/*page_lite EOF*/
@media(max-width:1199px) {
    .models__el {
        width: 33.3333%;
    }

    .footer__container {
        flex-flow: column-reverse;
    }

    .footer__info {
        width: 100%;
        padding-right: 0;
    }

    .footer__nav {
        width: 100%;
        padding-left: 0;
    }
}

@media(min-width:992px) {

    a:focus,
    a:hover,
    .a:hover,
    .product__action-link a:hover {
        color: var(--theme-color-primary-darken-2);
    }
    a:hover[style*='color: inherit'] {
        color: var(--theme-color-primary-darken-2) !important;
    }

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

    .menu__wrap {
        height: 58px;
    }

    .nav__link:hover {
        color: #FBC692;
    }

   .menu-toggler {
        display: none;
    }

    .video__button:hover {
        transform: scale(1.1);
        text-decoration: none;
    }

    .video__button-sml:hover {
        transform: scale(1.09);
        background-color: var(--theme-color-primary);
        color: #fff;
    }

    .model:hover {
        transform: translateY(-10px);
    }

    .foto-windows__img-box:hover {
        transform: scale(1.1);
    }

    .foto-windows__col-2x .foto-windows__img-box:hover {
        transform: scale(1.05);
    }

    .lessons__el:hover .lessons__el_num::after {
        background-color: var(--theme-color-primary);
    }

    .lessons__el:hover .lessons__el_img::after {
        opacity: 0
    }

    .feedbacks__el:hover .feedbacks__text {
        opacity: 1;
    }

    .RatingBadgeWidget:hover {
        opacity: 1;
    }

    .info-box__row-rew > div{
        order: 2;
    }

    .info-box__row-rew > .info-box__title {
        order: 0;
    }

    .info-box__row-rew > .info-box__img {
        order: 1;
    }

    #forma .info-box__img picture {
        margin-top: -20px;
    }
}

@media(max-width:991px) {
    .logo {
        width: 50%;
    }

    .logo__lbl {
        font-size: 1.44rem;
    }

    .navbar__nav {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s;
    }

    .navbar__nav.is-open {
        max-height: 300px;
    }

    .nav__item {
        padding: 5px;
    }

    .nav__item::first-child {
        margin-top: 10px;
    }

    .navbar__nav_el {
        display: block;
    }

    .nav-link {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }

    .models__el {
        width: 50%;
    }

    .product__descr {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .product__descr::before {
        content: "";
        clear: both;
        display: table;
    }

    .photo-glr__item {
        width: 50%;
    }

    .g-parent .g-opacity-1--parent-hover {
        opacity: 1 !important;
    }

    .health__img {
        width: 200px;
    }

    .health__info {
        width: calc(100% - 370px);
    }

    .lessons__container::before {
        left: 22px;
    }

    .lessons__el::before {
        margin-left: 0;
        left: 0;
    }

    .lessons__el_num {
        width: auto;
        margin-top: -56px;
        margin-bottom: 30px;
    }

    .lessons__el_num::before {
        display: none;
    }

    .lessons__el_num::after {
        background-color: var(--theme-color-primary);
    }

    .lessons__el_preview {
        flex-flow: column;
        align-items: center;
    }

    .lessons__el_img {
        margin-right: 0;
    }

    .lessons__el_img::after {
        display: none;
    }

    .feedbacks__list {
        margin: 0 -15px
    }

    .feedbacks__el {
        width: 50%;
        padding: 15px;
    }

    .feedbacks__cntnt {
        overflow: hidden;
    }

    .feedbacks__photo {
        float: left;
        width: 160px;
        height: 228px;
        margin: 0 10px 10px 0;
    }

    .feedbacks__el .feedbacks__text {
        position: static;
        width: auto;
        overflow: visible;
        padding: 0;
        background: none;
        color: #333;
        opacity: 1;
    }

    .feedbacks-afisha .feedbacks__photo {
        float: none;
        width: 150px;
        height: 150px;
        margin: 0 auto 15px;
        border-radius: 50%;
        object-position: top;
    }

    .feedbacks-afisha .feedbacks__el .feedbacks__text {
        text-align: center;
    }
}

@media(max-width:767px) {
    .button {
        font-size: 1rem;
        line-height: 1.57143rem;
        padding-left: 25px;
        padding-right: 25px;
    }

    .button-sm {
        line-height: 1.14286rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page__header_container {
        flex-flow: column;
    }

    .logo {
        width: 100%;
        flex-flow: column;
    }

    .logo__lbl {
        width: auto;
        margin: 10px auto 0;
        text-align: center;
    }

    .h-contacts {
        flex-flow: column;
        width: 100%;
        padding-top: 10px;
        align-items: center;
    }
    .h-contacts__el {
        max-width: 300px;
        margin: auto;
        text-align: center;
    }

    .btn_callback {
        position: static;
        right: auto;
        bottom: auto;
        display: flex;
        align-items: center;
        width: auto;
        height: auto;
        padding: 3px 15px;
        z-index: auto;
        line-height: 30px;
        font-size: 14px;
        border-radius: 10px;
        background-color: transparent;
        color: var(--theme-color-main);
    }

    .btn_callback::after {
        content: attr(aria-label);
        text-transform: lowercase;
    }

    .btn_callback i {
        font-size: 28px;
        color: var(--theme-color-primary);
        margin-right: 10px;
    }

    .video__wrapper,
    .video-alter .video__wrapper {
        padding: 0;
    }

    .video__container {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
        z-index: 3;
    }

    .video__bg {
        display: none;
        overflow: hidden;
    }

    .video__button:not(.video__button-sml) {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 24px;
        background-color: rgba(255,255,255,.9);
    }

    .product__main-info {
        float: none;
        width: auto;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .product__title h1,
    .product__title .h1 {
        font-size: 2rem;
    }

    .product__main-img {
        float: none;
        width: auto;
    }

    .product__main-img-set {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .product__main-img-set img {
        width: auto;
        max-width: 50%;
        max-height: 200px;
    }

    .info-box__row {
        flex-flow: column-reverse;
    }

    .info-box__row > .info-box__title {
        order: 1;
    }

    .info-box__row > div {
        width: 100%;
    }

    .info-box__img {
        margin-bottom: 30px;
    }

    .foto-windows__col {
        width: 50%;
    }

    .foto-windows__col-2x {
        width: 100%;
    }

    .products__el {
        flex-wrap: wrap;
    }

    .products__el_img {
        min-width: 100px;
        width: 100px;
        padding-right: 30px;
    }

    .products__el_img iframe {
        max-width: 100%;
    }

    .yoomoney_btn__text {
        display: none;
    }

    .products__el_info {
        width: calc(100% - 100px);
    }

    .products__el_action {
        width: 100%;
        padding-top: 25px;
    }

    .health__row{
        display: block;
    }

    .health__img {
        margin: 0 auto 25px;
    }

    .health__info {
        width: auto;
        text-align: center;
    }

    .health__action {
        width: auto;
        margin-top: 30px;
        text-align: center;
    }

    .lessons__container::before {
        display: none;
    }

    .lessons__el::before {
        display: none;
    }

    .lessons__el_row {
        flex-flow: column;
        align-items: center;
    }

    .lessons__el_preview {
        flex-flow: column-reverse;
    }

    .lessons__el_num {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .lessons__el_num::before {
        display: none;
    }

    .lessons__el_info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .afisha__el {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-gap: 25px;
        flex-flow: column;
        padding: 20px 0;
    }

    .afisha__el_label {
        width: 100%;
        flex-basis: auto;
        text-align: center;
    }

    .afisha__el_date {
        display: block;
        max-width: unset;
    }

    .afisha__el_action {
        width: 100%;
        flex-basis: auto;
        text-align: center;
    }

    .afisha__el_descr {
        width: 100%;
        flex-basis: auto;
        text-align: center;
    }


    .copy__container {
        flex-flow: column;
    }

    .RatingBadgeWidget {
        margin-top: 25px;
        opacity: 1;
    }

    .songs__nav-active {
        column-count: 2;
    }
}

@media(max-width:480px) {
    .h-contacts__title {
        display: none;
    }

    .page__header + .text-box {
        padding-top: 30px;
    }

    .steps > li::befor {
        top: 17px
    }

    .models__el {
        width: 100%;
    }

    .product__descr_box {
        display: block;
    }

    .product__features {
        margin-bottom: 0;
    }

    .product__features p:last-child {
        margin-bottom: 0;
    }

    .product__main-img-set img {
        /*max-width: 100%;*/
        max-height: unset;
    }

    /*.product__main-img-set img ~ img {
        display: none;
    }*/

    .product__descr_icon {
        width: 68px;
        margin: 0 auto 30px;
    }

    .photo-glr__item {
        width: 100%;
    }

    .products__el {
        display: block;
    }

    .products__el_img {
        float: left;
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products__el_info {
        width: auto;
    }

    .products__title {
        margin-bottom: 15px;
    }

    .foto-windows {
        padding: 16px 0;
    }

    .foto-windows__row {
        margin: 0 -8px;
    }

    .foto-windows__col {
        padding: 8px;
    }

    .foto-windows__el + .foto-windows__el {
        margin-top: 16px;
    }

    .feedbacks__el {
        width: 100%;
        padding: 15px;
    }

    .footer__info_item {
        line-height: 1.6rem;
    }

    .footer__nav {
        display: block;
    }

    .footer__nav_box + .footer__nav_box {
        margin-top: 25px;
    }

    .footer__info {
        margin-top: 20px;
    }

    .back-to-top {
        bottom: 10px;
        left: auto;
        right: 10px;
        transform: scale(0.75);
    }

    .songs__nav-active {
        column-count: auto;
    }

    .fancybox-slide--video .fancybox-content {
        height: 100% !important;
    }

    .fancybox-slide.fancybox-slide--video {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media(max-width:400px) {
    .footer__info_label-phones {
        display: block;
    }
}