/*
Theme Name: DenisLuzin
Theme URI: https://xn--h1aapse3a.xn--p1ai/
Author: Ишутин Павел
Author URI: https://xn--h1aapse3a.xn--p1ai/
Description: Theme for Denis Luzin
Version: 1.4.1
Text Domain: serg.agency
*/
@charset "UTF-8";
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  font-style: normal;
  src: url(/wp-content/themes/main/fonts/SegoeUIRegular/SegoeUIRegular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  font-style: normal;
  src: url(/wp-content/themes/main/fonts/SegoeUILight/SegoeUILight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  font-style: normal;
  src: url(/wp-content/themes/main/fonts/SegoeUISemiBold/SegoeUISemiBold.woff) format("woff");
  font-display: swap;
}
.text_blue {
  color: #0182b3;
}

.text_red {
  color: #b93838;
}

.text_bold {
  font-weight: 700;
}

.woocommerce-MyAccount-content .woocommerce-info {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-Button {
  margin-right: 15px;
}

.woocommerce .membership-actions .button {
  margin-bottom: 5px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
  font-style: italic;
}

:-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
  font-style: italic;
}

::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
  font-style: italic;
}

address, article, aside, audio, body, canvas, caption, div, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, label, li, mark, nav, object, ol, p, section, small, span, strong, table, tbody, td, tfoot, th, thead, time, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  line-height: initial;
}

ol, ul {
  list-style-type: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  color: #868686;
}

body input:required:valid, body textarea:required:valid {
  color: #868686;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: "Segoe UI", sans-serif;
  color: #393939;
  background: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  color: #0182b3;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

::-moz-selection {
  background: #0182b3;
  color: #fff;
}

::selection {
  background: #0182b3;
  color: #fff;
}

::-moz-selection {
  background: #0182b3;
  color: #fff;
}

.header {
  width: 100%;
  position: relative;
  z-index: 1000;
}

.top {
  width: 100%;
  background: #f4f8fb;
}

.top__body {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: auto;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.top__search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  padding-top: 10px;
}

.top__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  line-height: 55px;
}

.top__social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.search {
  position: relative;
  width: 100%;
}

.search input[type=text] {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(62, 62, 62, 0.07);
  box-shadow: 0 1px 5px 0 rgba(62, 62, 62, 0.07);
}

.search input[type=submit] {
  display: none;
}

.search label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(/wp-content/themes/main/img/icons/magnifying-glass.svg) no-repeat center center;
  background-size: 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search label:hover {
  opacity: 0.8;
}

.search label:focus {
  opacity: 0.9;
}

.phone {
  min-height: 25px;
  display: inline-block;
  padding-left: 18px;
  margin-right: 15px;
  color: #787878;
  font-weight: 300;
  font-size: 14px;
  background: url(/wp-content/themes/main/img/icons/phone-receiver.svg) no-repeat left 1px;
  background-size: 20px;
}

.phone_inst {
  background-image: url(/wp-content/themes/main/img/icons/instagram-logo.svg);
  background-position: left center;
  padding-left: 30px;
  line-height: 25px;
}

.email {
  min-height: 30px;
  min-width: 210px;
  display: inline-block;
  padding-left: 32px;
  background: url(/wp-content/themes/main/img/icons/email.svg) no-repeat left 17px;
}

.email:hover {
  opacity: 0.9;
}

.email_header {
  width: 190px;
  min-width: 0;
  padding-left: 0;
  background-size: 133%;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social__item {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center 46%;
  background-size: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: Font Awesome\ 5 Free;
  font-size: 1.4rem;
  text-align: center;
  line-height: 63px;
}

.social__item:hover {
  opacity: 0.8;
}

.social__item:focus {
  opacity: 0.9;
}

.social_header .social__item {
  width: 72px;
  height: 64px;
  line-height: 60px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.social_header .social__item_acc {
  text-align: right;
  padding-left: 20px;
  padding-right: 52px;
  width: auto !important;
  position: relative;
  line-height: 54px;
}

.social__item_acc::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/main/img/icons/key.svg) no-repeat center;
  background-size: contain;
}

.social__item_acc:hover {
  text-decoration: underline;
}

.social__item_instagram {
  line-height: 65px;
  font-size: 1.6rem;
}

.social_header .social__item:hover {
  background-color: #d9e8f2;
  opacity: 1;
}

.social_footer {
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social_footer .social__item {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social_footer .social__item:hover {
  -webkit-transform: translate3D(0, -5px, 0);
  -ms-transform: translate3D(0, -5px, 0);
  transform: translate3D(0, -5px, 0);
}

.social__info {
  font-size: 14px;
  width: 100%;
  font-family: "Segoe UI", sans-serif;
}

.shopping {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 67px;
  background: url(/wp-content/themes/main/img/icons/shopping-cart.svg) no-repeat center center, #b93838;
  cursor: pointer;
  background-size: 28px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.shopping:hover {
  opacity: 0.9;
}

.shopping__number {
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 22px;
  top: 10px;
  right: 4px;
  background: #fff;
  color: #b93838;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  border: 3px solid #b93838;
}

.nav {
  position: relative;
  width: 100%;
  margin-top: -15px;
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center 4px;
}

.nav__body {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.nav__sticker {
  position: absolute;
  width: 100%;
  left: 0;
  top: 18px;
  background: #fff;
  z-index: 1000;
}

.nav__sticker_fixed {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.nav__sticker_fixed .logo {
  padding: 0 24px 0 0;
  min-height: 66px;
  background-size: 56px;
  background-position: left 8px;
}

.nav__sticker_fixed .logo__slogan {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.9px;
}

.nav__sticker_fixed .logo__name {
  font-size: 23px;
}

.nav_inner {
  min-height: 106px;
}

.menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 290px);
  width: calc(100% - 290px);
  float: right;
  margin-top: 6px;
}

.menu > ul {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  margin: auto;
  list-style-type: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu > ul .menu-item {
  position: relative;
}

.menu > ul .menu-item a {
  display: inline-block;
  margin-right: 40px;
  color: #393939;
  font-size: 14px;
  line-height: 70px;
}

.menu > ul .menu-item.current-menu-item a {
  color: #b93838;
}

.menu > ul .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu > ul .menu-item.menu-item-11631 > a, .menu > ul .menu-item_compass > a {
  padding-left: 30px;
  font-weight: 700;
  color: #b93838;
  background: url(/wp-content/themes/main/img/icons/compass.svg) no-repeat left center;
  background-size: 21px;
}

.menu > ul .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 40px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 1rem 1rem 2rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.menu > ul .menu-item .sub-menu::after {
  display: block;
  content: "";
  clear: both;
}

.menu > ul .menu-item .sub-menu_col1 {
  width: 280px;
}

.menu > ul .menu-item .sub-menu_col1 .sub-menu__col {
  width: 100%;
}

.menu > ul .menu-item .sub-menu_col2 {
  width: 560px;
}

.menu > ul .menu-item .sub-menu_col2 .sub-menu__col {
  width: 50%;
  float: left;
}

.menu > ul .menu-item .sub-menu_col3 {
  width: 840px;
}

.menu > ul .menu-item .sub-menu_col3 .sub-menu__col {
  width: 33.33333%;
  float: left;
}

.menu > ul .menu-item .sub-menu ul {
  list-style-type: none;
}

.menu > ul .menu-item .sub-menu li {
  padding-left: 1rem;
}

.menu > ul .menu-item .sub-menu a {
  width: 100%;
  line-height: 50px;
}

.menu > ul .menu-item .sub-menu a:hover {
  color: #b93838;
  text-decoration: underline;
}

.menu > ul .menu-item .sub-menu i {
  display: inline-block;
  margin-right: 10px;
}

.menu > ul li:hover > a {
  color: #b93838;
  text-decoration: underline;
}

.menu_footer {
  float: left;
  width: 100%;
}

.menu_footer > ul li a {
  font-weight: 700;
  color: #393939;
}

.menu_footer > ul li a:hover {
  text-decoration: underline;
}

.menu-item__divider {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  padding-top: 10px;
  line-height: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}

.lang {
  display: inline-block;
  position: relative;
}

.lang:hover ul {
  opacity: 1;
}

.lang ul {
  position: absolute;
  list-style-type: none;
  width: 44px;
  margin-left: -10px;
  padding-bottom: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lang li {
  display: block;
  padding-top: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lang li:hover {
  opacity: 0.8;
}

.lang__current {
  width: 30px;
  padding-top: 2px;
  margin-right: 5px;
  cursor: pointer;
}

.lang__current .eng {
  display: inline-block;
  width: 24px;
  height: 15px;
  background: url(/wp-content/themes/main/img/icons/gb.svg) no-repeat center center/cover;
}

.lang__current .rus {
  display: inline-block;
  width: 24px;
  height: 15px;
  background: url(/wp-content/themes/main/img/icons/ru.png) no-repeat center center/cover;
}

.lang_header {
  float: right;
  padding-top: 24px;
}

.logo {
  display: inline-block;
  /* width: 220px; */
  width: 258px;
  min-height: 80px;
  padding-left: 100px;
  /* background: url(/wp-content/themes/main/img/logo.jpg) left top no-repeat; */
  background: url(/wp-content/themes/main/img/logo_v2.png) left top no-repeat;
  background-size: 80px;
  color: #787878;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.logo:hover {
  opacity: 0.8;
}

.logo:focus {
  opacity: 0.9;
}

.logo__name {
  display: block;
  width: 160px;
  padding-top: 11px;
  margin-bottom: -2px;
  float: right;
  font-weight: 300;
  font-size: 26px;
}

.logo__slogan {
  display: block;
  width: 160px;
  float: right;
  font-weight: 700;
  letter-spacing: 1.7px;
}

input:not([type=checkbox]) {
  width: 100%;
  min-height: 35px;
  padding-left: 14px;
  border: none;
}

input[type=checkbox], input[type=radio] {
  min-height: 0;
}

.page input, .page select, .page textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(62, 62, 62, 0.2) !important;
  box-shadow: 0 1px 5px 0 rgba(62, 62, 62, 0.2) !important;
  padding-left: 14px;
  border: none;
  font-size: 14px;
}

.page textarea {
  padding-top: 10px;
  min-height: 195px;
}

.woocommerce form .form-row .input-checkbox {
  width: auto;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: 0 0;
}

.place-order #_form_1_submit, .place-order .button, .place-order .woocommerce #payment #place_order, .place-order .woocommerce a.button.alt, .place-order .woocommerce ul.products li.product .button, .place-order .woocommerce-page #payment #place_order, .woocommerce #payment .place-order #place_order, .woocommerce .place-order a.button.alt, .woocommerce ul.products li.product .place-order .button, .woocommerce-page #payment .place-order #place_order {
  padding: 0 30px;
}

.woocommerce h2 {
  line-height: 26px;
  margin-top: 20px;
  letter-spacing: 1px;
  color: #b93838;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.woocommerce .cross-sells .products h2 {
  text-align: left;
  font-size: 18px !important;
  letter-spacing: 0;
}

.woocommerce .cross-sells .button {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.page__body_single .cross-sells > h2 {
  padding: 10px 0 20px;
  font-size: 26px !important;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 15px;
  color: #b93838;
}

.article__buy .button.pay, .article__buy .button_red, .article__buy .pay#_form_1_submit, .article__buy .woocommerce #payment #place_order, .article__buy .woocommerce .woocommerce-form-login button#_form_1_submit, .article__buy .woocommerce .woocommerce-form-login button.button, .article__buy .woocommerce .woocommerce-form-login ul.products li.product button.button, .article__buy .woocommerce a.alt#_form_1_submit, .article__buy .woocommerce a.alt.button, .article__buy .woocommerce a.button.wc-backward, .article__buy .woocommerce a.wc-backward#_form_1_submit, .article__buy .woocommerce ul.products li.product .pay.button, .article__buy .woocommerce ul.products li.product .woocommerce-form-login button.button, .article__buy .woocommerce ul.products li.product a.alt.button, .article__buy .woocommerce ul.products li.product a.wc-backward.button, .article__buy .woocommerce-ResetPassword .woocommerce-Button, .article__buy .woocommerce-form-login .woocommerce-Button, .article__buy .woocommerce-page #payment #place_order, .woocommerce #payment .article__buy #place_order, .woocommerce .article__buy a.alt#_form_1_submit, .woocommerce .article__buy a.alt.button, .woocommerce .article__buy a.button.wc-backward, .woocommerce .article__buy a.wc-backward#_form_1_submit, .woocommerce .woocommerce-form-login .article__buy button#_form_1_submit, .woocommerce .woocommerce-form-login .article__buy button.button, .woocommerce .woocommerce-form-login ul.products li.product .article__buy button.button, .woocommerce ul.products li.product .article__buy .pay.button, .woocommerce ul.products li.product .article__buy a.alt.button, .woocommerce ul.products li.product .article__buy a.wc-backward.button, .woocommerce ul.products li.product .woocommerce-form-login .article__buy button.button, .woocommerce-ResetPassword .article__buy .woocommerce-Button, .woocommerce-form-login .article__buy .woocommerce-Button, .woocommerce-page #payment .article__buy #place_order {
  padding: 0;
}

.woocommerce ul.products li.product .price {
  display: none;
}

.woocommerce form.login {
  border: none;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.woocommerce form.login .input[type=text], .woocommerce form.login .label {
  display: block;
  max-width: 380px;
  margin: auto;
  text-align: left;
}

.woocommerce form.login .woocommerce-form__input-checkbox + span {
  vertical-align: middle;
  cursor: pointer;
}

.woocommerce .woocommerce-info + form.login > p {
  display: none;
}

.woocommerce .woocommerce-info + form.login > p.form-row {
  display: block;
}

.cart-empty, .return-to-shop, .woocommerce-ResetPassword, .woocommerce-form-login {
  width: 100%;
  max-width: 360px;
  margin: auto;
  text-align: center;
}

.cart-empty .woocommerce-form-row--wide label, .return-to-shop .woocommerce-form-row--wide label, .woocommerce-ResetPassword .woocommerce-form-row--wide label, .woocommerce-form-login .woocommerce-form-row--wide label {
  text-align: left;
}

.woocommerce #payment .woocommerce-form-login button#place_order, .woocommerce .woocommerce-form-login #payment button#place_order, .woocommerce .woocommerce-form-login button#_form_1_submit, .woocommerce .woocommerce-form-login button.button, .woocommerce .woocommerce-form-login ul.products li.product button.button, .woocommerce ul.products li.product .woocommerce-form-login button.button, .woocommerce-page #payment .woocommerce .woocommerce-form-login button#place_order {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px 30px;
}

.woocommerce-ResetPassword .woocommerce-Button, .woocommerce-form-login .woocommerce-Button {
  margin-top: 5px;
  margin-bottom: 15px;
}

.woocommerce #payment a.wc-backward#place_order, .woocommerce a.button.wc-backward, .woocommerce a.wc-backward#_form_1_submit, .woocommerce ul.products li.product a.wc-backward.button, .woocommerce-page #payment .woocommerce a.wc-backward#place_order {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce #payment a.wc-backward#place_order::after, .woocommerce a.button.wc-backward::after, .woocommerce a.wc-backward#_form_1_submit::after, .woocommerce ul.products li.product a.wc-backward.button::after, .woocommerce-page #payment .woocommerce a.wc-backward#place_order::after {
  top: 10px;
}

.woocommerce-ResetPassword .woocommerce-form-row--first {
  margin-top: 20px;
}

.shop_table #_form_1_submit, .shop_table .button, .shop_table .woocommerce #payment #place_order, .shop_table .woocommerce a.button.alt, .shop_table .woocommerce ul.products li.product .button, .shop_table .woocommerce-page #payment #place_order, .woocommerce #payment .shop_table #place_order, .woocommerce .shop_table a.button.alt, .woocommerce ul.products li.product .shop_table .button, .woocommerce-page #payment .shop_table #place_order {
  text-transform: inherit;
}

.woocommerce-orders-table__cell-order-actions {
  max-width: 320px;
}

.woocommerce #payment .woocommerce-MyAccount-content #place_order, .woocommerce .woocommerce-MyAccount-content a.button.alt, .woocommerce ul.products li.product .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #_form_1_submit, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .woocommerce #payment #place_order, .woocommerce-MyAccount-content .woocommerce a.button.alt, .woocommerce-MyAccount-content .woocommerce ul.products li.product .button, .woocommerce-MyAccount-content .woocommerce-page #payment #place_order, .woocommerce-page #payment .woocommerce-MyAccount-content #place_order {
  padding: 0 30px !important;
}

.woocommerce #payment .woocommerce-MyAccount-content #place_order:last-child, .woocommerce .woocommerce-MyAccount-content a.button.alt:last-child, .woocommerce ul.products li.product .woocommerce-MyAccount-content .button:last-child, .woocommerce-MyAccount-content #_form_1_submit:last-child, .woocommerce-MyAccount-content .button:last-child, .woocommerce-MyAccount-content .woocommerce #payment #place_order:last-child, .woocommerce-MyAccount-content .woocommerce a.button.alt:last-child, .woocommerce-MyAccount-content .woocommerce ul.products li.product .button:last-child, .woocommerce-MyAccount-content .woocommerce-page #payment #place_order:last-child, .woocommerce-page #payment .woocommerce-MyAccount-content #place_order:last-child {
  margin-bottom: 0;
}

.woocommerce-info + .woocommerce-form-login {
  max-width: 100%;
}

.woocommerce-info + .woocommerce-form-login input {
  max-width: 360px;
}

.woocommerce-info + .woocommerce-form-login .form-row {
  max-width: 100%;
  width: 100%;
}

.woocommerce-info + .woocommerce-form-login .form-row-first {
  margin-top: 20px;
}

.woocommerce-info + .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: block !important;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 0;
  margin-bottom: -5px;
}

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

.product-quantity input:not([type=checkbox]) {
  width: 70px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #f9f9f9;
}

.cart_totals .shop_table {
  border-top: none !important;
}

.woocommerce #payment ul.payment_methods + div.form-row, .woocommerce-checkout #payment ul.payment_methods {
  border: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods li {
  list-style-type: none;
}

.woocommerce form.login {
  margin: auto;
}

.woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last {
  width: 100%;
}

.woocommerce #payment form.login #place_order, .woocommerce form.login #_form_1_submit, .woocommerce form.login #payment #place_order, .woocommerce form.login .button, .woocommerce form.login ul.products li.product .button, .woocommerce ul.products li.product form.login .button, .woocommerce-page #payment .woocommerce form.login #place_order {
  width: 100% !important;
  margin-bottom: 5px;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 25px 0 0;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: 1px solid #0182b3 !important;
  border: 3px solid #fff !important;
  outline-offset: 0 !important;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  vertical-align: middle;
}

input[type=checkbox]:checked, input[type=radio]:checked {
  background: #276ea0 !important;
}

.wc_payment_method label {
  display: inline-block !important;
}

#payment_method_liqpay, #payment_method_paypal, #payment_method_shas89_yandex_money, #payment_method_stripe, #ya_money, #ya_money_baks {
  vertical-align: middle !important;
  margin-bottom: 0 !important;
}

#payment_method_liqpay + label, #payment_method_paypal + label, #payment_method_shas89_yandex_money + label, #payment_method_stripe + label {
  margin-left: 170px !important;
  position: relative;
  cursor: pointer;
}

#ya_money, #ya_money_baks {
  margin-right: 1rem !important;
}

.payment_method_shas89_yandex_money p + div {
  margin-bottom: 1rem;
}

input[type=checkbox]:hover, input[type=radio]:hover {
  background: #0182b3;
}

#payment_method_paypal + label::before {
  content: "";
  width: 160px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/wp-content/themes/main/img/icons/paypal.png) no-repeat left center/contain;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-size: 60%;
  position: absolute;
  top: -11px;
  left: -160px;
}

#payment_method_liqpay + label::before {
  content: "";
  width: 160px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/wp-content/themes/main/img/oplata_privat.png) no-repeat left -1px/contain;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: -4px;
  left: -170px;
}

#payment_method_stripe + label::before {
  content: "";
  width: 160px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/wp-content/themes/main/img/stripe.png) no-repeat left center/contain;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-size: 80%;
  position: absolute;
  top: -10px;
  left: -170px;
}

#payment_method_shas89_yandex_money + label::before {
  content: "";
  width: 160px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/wp-content/themes/main/img/icons//vml.png) no-repeat left center/contain;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-size: 80%;
  position: absolute;
  top: -11px;
  left: -170px;
}

.order-again {
  display: none;
}

.woocommerce-orders-table__cell-order-name {
  min-width: 365px;
}

.woocommerce-orders-table__cell-order-total {
  width: 176px;
}

.woocommerce-orders-table__cell {
  position: relative;
  height: 58px;
}

.woocommerce-orders-table__cell a:hover {
  text-decoration: underline;
}

.to-the-course {
  color: #b93838;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}

.to-the-course:hover {
  text-decoration: underline;
}

.button_to-the-course {
  min-width: 160px;
  position: absolute !important;
  top: 10px;
  right: 5px;
}

.woocommerce #add_payment_method #payment input#payment_method_stripe, .woocommerce .woocommerce-checkout #payment input#payment_method_stripe {
  position: relative;
  top: auto;
}

.woocommerce .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  display: inline-block;
  padding-left: 0;
}

.about_paypal, .payment_method_paypal img, .payment_method_shas89_yandex_money img, .payment_method_stripe img {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 1rem;
}

.woocommerce-checkout #payment ul.payment_methods label {
  vertical-align: middle;
  padding-bottom: 0;
}

#payment_method_wc_yandex_money_gateway {
  margin-right: 120px !important;
}

#payment_method_wc_yandex_money_gateway::after {
  content: "";
  width: 109px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/wp-content/themes/main/img/icons/ya.png) no-repeat center center/contain;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: -10px;
  left: 22px;
}

.order_actions {
  margin-bottom: 80px;
}

.section {
  width: 100%;
}

.section__body {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding: 80px 0;
}

.section__heading {
  width: 100%;
  text-align: center;
}

.section__title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.section__content {
  width: 100%;
  text-align: center;
}

.section__slogan {
  display: inline-block;
  font-size: 22px;
  padding-top: 10px;
}

.section__text {
  margin-top: 20px;
  color: #787878;
}

.section_advantages {
  background: repeat-x top center;
  margin-bottom: 20px;
}

.section_advantages .section__body {
  padding-top: 160px;
  padding-bottom: 135px;
}

.create-account.woocommerce-validated {
  display: none !important;
}

.book {
  position: relative;
  padding-top: 100px;
  background: #fff;
}

.book__stripe {
  position: absolute;
  top: 100px;
  background: #f4f8fb;
  width: 100%;
  height: 160px;
}

.book__body {
  position: relative;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: -30px auto 0;
  z-index: 10;
}

.book__image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(41.66666666666667% - 30px);
  width: calc(41.66666666666667% - 30px);
}

.book__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(58.333333333333336% - 30px);
  width: calc(58.333333333333336% - 30px);
  padding-top: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.book__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
  font-size: 28px;
  font-weight: 300;
}

.book__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: right;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin: 120px auto 140px;
}

.video::before {
  content: "";
  width: 891px;
  height: 647px;
  display: inline-block;
  position: absolute;
  top: -70px;
  left: -50px;
  background: url(/wp-content/themes/main/img/video_bg.png) left center no-repeat;
}

.video__left {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(66.66666666666667% - 30px);
  width: calc(66.66666666666667% - 30px);
  text-align: center;
}

.video__right {
  margin-top: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.video__item {
  width: 100%;
  margin-bottom: 10px;
  background: #d9e8f2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.video__title {
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
  display: block;
  float: right;
  padding-left: 30px;
  padding-top: 30px;
}

.video__preview {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.video__preview img {
  vertical-align: top;
}

.video__preview:hover::after {
  opacity: 0.1;
}

.video__preview::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  right: 0;
  left: 50%;
  background: url(/wp-content/themes/main/img/icons/play.png) no-repeat center center, #0182b3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  -webkit-box-shadow: 0 5px 35px 0 rgba(1, 130, 179, 0.4);
  box-shadow: 0 5px 35px 0 rgba(1, 130, 179, 0.4);
  z-index: 10;
}

.video__preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0182b3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.2;
}

.video__preview_small {
  width: 166px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  vertical-align: top;
}

.video__preview_small::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.video__preview_small::before {
  width: 36px;
  height: 36px;
  background: url(/wp-content/themes/main/img/icons/play.png) no-repeat center center/40%, #0182b3;
}

.video__big {
  max-width: 100%;
  display: inline-block;
  padding: 32px;
  margin-top: 10px;
  border: 1px solid #e6c748;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.video__big .custom_video_block {
  width: 616px;
  max-width: 100%;
}

.video__info {
  display: inline-block;
  max-width: 360px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: -56px;
  background: #fff;
}

.video__info #_form_1_submit, .video__info .button, .video__info .woocommerce #payment #place_order, .video__info .woocommerce a.button.alt, .video__info .woocommerce ul.products li.product .button, .video__info .woocommerce-page #payment #place_order, .woocommerce #payment .video__info #place_order, .woocommerce .video__info a.button.alt, .woocommerce ul.products li.product .video__info .button, .woocommerce-page #payment .video__info #place_order {
  margin-bottom: 10px;
}

.video__slogan {
  color: #787878;
}

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

.vc_row {
  width: 100%;
}

.advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -50px;
}

.advantages__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: center;
}

.advantages__item:last-child .advantages__name {
  max-width: 180px;
}

.advantages__item::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(/wp-content/themes/main/img/icons/advantage_trigger.png) no-repeat center center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.advantages__item:nth-child(odd) {
  padding-top: 110px;
}

.advantages__item:nth-child(odd)::before {
  top: 0;
}

.advantages__item:nth-child(even) {
  padding-bottom: 110px;
}

.advantages__item:nth-child(even)::before {
  bottom: 0;
}

.advantages__name {
  display: block;
  max-width: 140px;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.advantages__text {
  font-weight: 300;
}

.trenings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 60px auto 0;
}

.trenings__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.trenings__image {
  position: relative;
  display: block;
}

.trenings__image img {
  width: 100%;
  vertical-align: top;
}

.trenings__image:hover::before {
  opacity: 1;
}

.trenings__image::before {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/main/img/icons/link.png) no-repeat center center, rgba(1, 130, 179, 0.9);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.trenings__info {
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  z-index: 20;
}

.trenings__day {
  display: inline-block;
  background: #b93838;
  font-size: 22px;
  font-weight: 700;
  padding: 0 12px 0;
  vertical-align: top;
  line-height: 34px;
}

.trenings__date {
  background: rgba(185, 56, 56, 0.7);
  display: inline-block;
  line-height: 34px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 12px 0;
  vertical-align: top;
}

.trenings__town {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 45px;
  background: rgba(1, 130, 179, 0.8);
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.trenings__body {
  min-height: 126px;
  padding: 20px;
  background: #fff;
  border-left: 1px solid #d9e8f2;
  border-right: 1px solid #d9e8f2;
}

.trenings__name {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

.trenings__name h3 {
  color: #393939;
  font-weight: 600;
}

.trenings__name h3:hover {
  text-decoration: underline;
}

.trenings a[rel=tag] {
  position: relative;
  display: inline-block;
  color: #b93838;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  margin-right: 5px;
}

.trenings a[rel=tag]:hover {
  text-decoration: none;
}

.trenings a[rel=tag] + a {
  margin-left: 20px;
}

.trenings a[rel=tag] + a::before {
  content: "•";
  display: inline-block;
  position: absolute;
  top: 4%;
  left: -15px;
  font-size: 12px;
}

.trenings__action {
  position: relative;
  padding: 10px 0;
  background: #f4f8fb;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page_shop .price, .trenings__price {
  display: inline-block;
  width: 50%;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
}

.trenings__price_old {
  position: absolute;
  bottom: 5px;
  left: 0;
  opacity: 0.3;
  text-decoration: line-through;
}

.trenings__price_new {
  margin-top: -15px;
  color: #b93838;
}

.trenings + .section__content {
  margin-top: 40px;
}

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

.container_full {
  margin: 0 auto !important;
}

.cart-container {
  width: 100%;
}

.cart-container .woocommerce-error .wc-forward {
  display: none;
}

.heading {
  width: 100%;
  min-height: 314px;
  padding-top: 45px;
  background: url(/wp-content/themes/main/img/heading_bg.jpg) no-repeat top center;
  position: relative;
}

.heading__body {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.heading__body img {
  display: block;
  margin: auto;
  padding-bottom: 15px;
}

.heading_small {
  min-height: 200px;
  background-position: bottom center;
}

.heading-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: 110%;
  margin: 0 -5%;
}

.heading-banner__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.heading-banner__block_title {
  position: relative;
  padding-top: 75px;
  padding-left: 45px;
  font-size: 34px;
  font-weight: 700;
}

.heading-banner__block_title p {
  margin-right: -20px;
}

.heading-banner__block_button {
  padding-top: 80px;
}

.heading-banner img {
  position: absolute;
  left: 0;
  top: 0;
}

.heading-banner__slogan {
  padding-top: 8px;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.heading_banner {
  padding: 0;
}

.heading_banner::after {
  content: "";
  width: 100%;
  height: 49px;
  background: url(/wp-content/themes/main/img/heading_bg_bottom.png) no-repeat top center;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.heading_banner::before {
  content: "";
  width: 100%;
  height: 22px;
  background: url(/wp-content/themes/main/img/header_bg_bottom.png) no-repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.page__body {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 300px;
  margin: 30px auto;
}

.page__body_product {
  margin-top: 15px;
}

.page .wpb_text_column table {
  width: 100%;
  margin: 20px 0 30px;
  border: #338bc0 1px solid;
  border-collapse: collapse;
}

.page .wpb_text_column table caption {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.page .wpb_text_column td {
  padding: 7px 10px;
  border-color: #0182b3;
  border: #74bde9 1px solid;
}

.page .wpb_text_column tr {
  background: #ebf8ff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.page .wpb_text_column tr:nth-child(odd) {
  background: #fff;
}

.page .wpb_text_column tr:hover {
  background: #d5f0ff;
}

.page .wpb_text_column th {
  background: #0182b3;
  padding: 12px 8px;
  color: #fff;
  border: #1b70a3 1px solid;
}

.vc_row p, .vc_row ul, .vc_row ol, .vc_row table {
  padding: 4px 0;
}

.vc_row th {
  background-color: #008cc3;
  color: #fff;
  font-weight: bold;
}

.vc_row table {
  border-collapse: collapse;
  margin: 10px auto;
}

.page__content .woocommerce-info, body > .woocommerce-info, .article + .woocommerce-info {
  display: none;
}

.vc_row th, .vc_row td {
  border: 1px solid #dfdfdf;
  padding: 15px 10px;
}

.page .wpb_text_column ul {
  margin: 10px 0;
}

.page .wpb_text_column ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  padding-top: 5px;
}

.page .wpb_text_column ul li::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  top: 50%;
  left: 0;
  top: 8.5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzM4YmJmIiBkPSJNMjU2IDhjMTM3IDAgMjQ4IDExMSAyNDggMjQ4UzM5MyA1MDQgMjU2IDUwNCA4IDM5MyA4IDI1NiAxMTkgOCAyNTYgOHptMTEzLjkgMjMxTDIzNC40IDEwMy41Yy05LjQtOS40LTI0LjYtOS40LTMzLjkgMGwtMTcgMTdjLTkuNCA5LjQtOS40IDI0LjYgMCAzMy45TDI4NS4xIDI1NiAxODMuNSAzNTcuNmMtOS40IDkuNC05LjQgMjQuNiAwIDMzLjlsMTcgMTdjOS40IDkuNCAyNC42IDkuNCAzMy45IDBMMzY5LjkgMjczYzkuNC05LjQgOS40LTI0LjYgMC0zNHoiLz48L3N2Zz4=) no-repeat center center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.anycomment ul li::before {
  display: none !important;
}

.page .wpb_text_column .anycomment-app .anycomment-form__guest-socials ul {
  margin: 0;
}

.page .wpb_text_column .anycomment ul li.comment-single {
  margin-bottom: 25px;
}

.page .wpb_text_column .anycomment ul li {
  margin-bottom: 0;
  padding: 0;
}

ol {
  margin: 10px 0;
  counter-reset: myCounter;
}

ol[start="2"] li::before {
  content: "2";
}

ol[start="3"] li::before {
  content: "3";
}

ol[start="4"] li::before {
  content: "4";
}

ol[start="5"] li::before {
  content: "5";
}

ol[start="6"] li::before {
  content: "6";
}

ol[start="7"] li::before {
  content: "7";
}

ol[start="8"] li::before {
  content: "8";
}

ol li {
  position: relative;
  padding-left: 27px;
  list-style: none;
  padding-top: 6px;
  margin-bottom: 10px;
  line-height: 17px;
}

ol li::before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 6.5px;
  font-size: 11px;
  line-height: 17px;
  width: 18px;
  height: 18px;
  counter-increment: myCounter;
  content: counter(myCounter);
  text-align: center;
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #fff;
  background: #0182b3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.page__body_single h1 {
  font-size: 32px !important;
  line-height: 1.8;
  width: 100%;
  padding-bottom: 1.4rem;
  text-align: center;
}

.page__body_single h2 {
  width: 100%;
  padding: 10px 0 20px;
  font-size: 26px !important;
  line-height: 1.4;
  text-align: center;
  color: #b93838;
}

.page__body_single h3 {
  width: 100%;
  font-size: 24px !important;
  line-height: 2.1;
  text-align: left;
}

.page__body_single h4 {
  width: 100%;
  font-size: 21px !important;
  line-height: 2.2;
  text-align: center;
}

.page__body_single h5 {
  width: 100%;
  font-size: 18px !important;
  line-height: 2.3;
}

.page__body_single h6 {
  width: 100%;
  font-size: 16px !important;
  line-height: 2.4;
  font-weight: 700;
}

.page p {
  line-height: 1.4;
}

.page p + p {
  margin-top: 18px;
}

.page blockquote {
  margin: 20px 0;
  padding: 16px 0 20px 40px;
  background: #fbfbfb;
  font-size: 21px;
  position: relative;
}

.page blockquote::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 6px;
  background: #0182b3;
  position: absolute;
  top: 0;
  left: 0;
}

.page__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(75% - 30px);
  width: calc(75% - 30px);
}

.page__content_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: auto;
}

.page label {
  display: block;
  padding-bottom: 10px;
}

.page .woocommerce-form-row {
  margin-bottom: 15px;
}

.page .vc_progress_bar .vc_single_bar .vc_bar {
  background: -webkit-linear-gradient(315deg, #0f70a8 30%, #99d9ff 100%);
  background: linear-gradient(135deg, #0f70a8 30%, #99d9ff 100%);
}

.page .vc_progress_bar .vc_single_bar .vc_label {
  color: #fff;
}

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: auto;
  width: 100%;
  padding: 20px 0 20px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
}

.article__image {
  position: relative;
  width: 100%;
  min-height: 208px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.article__image:hover {
  opacity: 0.8;
}

.article__image img {
  vertical-align: top;
}

.article__left {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: 350px;
}

.article__left a:hover {
  opacity: 0.8;
}

.article__right {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(100% - 410px);
  width: calc(100% - 410px);
}

.article__heading {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #393939;
}

.article__heading:hover {
  color: #b93838;
}

.article__info {
  width: 100%;
  padding: 10px 0 20px;
}

.article__info a[rel="category tag"] {
  padding: 2px 10px;
  line-height: 23px;
  color: #b93838;
  background: #f2d8d8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.article__info a[rel="category tag"]:hover {
  text-decoration: underline;
}

.article__published {
  margin-left: 10px;
  font-size: 14px;
  color: #787878;
}

.article__published .far {
  margin-right: 2px;
}

.article__preview {
  min-height: 135px;
}

.article #_form_1_submit::before, .article .button_small::before, .article .page_shop .button::before, .article .page_shop .woocommerce ul.products li.product .button::before, .article .woocommerce #payment #place_order::before, .article .woocommerce a.alt.button::before, .article .woocommerce ul.products li.product .page_shop .button::before, .article .woocommerce-page #payment #place_order::before, .page_shop .article .button::before, .page_shop .woocommerce ul.products li.product .article .button::before, .woocommerce #payment .article #place_order::before, .woocommerce .article a.alt.button::before, .woocommerce ul.products li.product .page_shop .article .button::before, .woocommerce-page #payment .article #place_order::before {
  background: url(/wp-content/themes/main/img/icons/arrow_button.png) no-repeat center 10%/200%, #fff !important;
}

.article + .article {
  margin-top: 30px;
}

.article_full {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

.article_full > .custom_video_block {
  width: 100%;
}

.article_full .article__info {
  padding: 20px;
}

.article_full .more-posts {
  margin: 0;
}

.article_full .vc_row {
  margin: 0;
}

.article__date-cat {
  margin-bottom: 30px;
}

.article__date-cat h1 {
  padding-bottom: 0;
  font-size: 32px !important;
  line-height: initial;
  text-align: left;
}

.article__name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.article_small {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  min-height: 263px;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.article_small .article__right {
  width: 100%;
}

.article_small .article__heading {
  margin-bottom: 1rem;
}

.article_small .article__preview {
  font-size: 14px;
}

.article__sale {
  display: inline-block;
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 10px 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background: #0182b3;
  color: #fff;
}

.article_no-blog {
  border: none;
  background: 0 0;
}

.article_no-blog .article__info {
  padding: 0;
}

.article_no-blog .article__text {
  margin-top: 0;
}

.article_popular {
  margin: auto;
}

.article__tag {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.article__tag_video {
  background-image: url(/wp-content/themes/main/img/icons/youtube.svg);
}

.article__tag_audio {
  background-image: url(/wp-content/themes/main/img/icons/voice-recorder.svg);
}

.article__category {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  color: #787878;
  font-weight: 700;
  font-style: italic;
}

.article__category a {
  font-weight: 400;
  color: #787878;
}

.article__category a:hover {
  text-decoration: underline;
}

.article_product {
  width: 100% !important;
  min-height: 0;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  background: #fdfdfd;
  margin-bottom: 0;
  position: relative;
  padding: 45px 25px;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid;
  border-color: #f5f5f5 #f1f1f1 #f3f3f3;
}

.article_product .article__image img {
  width: 100%;
}

.article_product .article__image:hover {
  opacity: 1;
}

.article_product .article__info {
  max-height: initial;
  padding: 20px;
}

.article_product .article__info::after {
  display: none;
}

.article_product .article__info a {
  padding: 0;
  background: 0 0;
  font-size: 24px;
}

.article_product ul {
  margin-left: 60px;
  margin-bottom: 16px;
}

.article_product div, .article_product figure, .article_product ol, .article_product ul {
  text-indent: 0;
}

.article_product p {
  margin: 0 0 20px;
}

.article_product .article__text {
  margin-top: 20px;
}

.article_product h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.article_product .custom_video_block {
  margin-bottom: 30px;
}

.article_product .article__image .custom_video_block {
  margin-bottom: 0;
}

.article_product ol {
  padding-left: 25px;
  list-style-type: decimal;
}

.article_product ol li {
  line-height: 22px;
}

.article_product iframe {
  width: 100%;
}

.article_product img {
  max-width: 100%;
}

.article_product .article__category {
  padding-bottom: 0;
  font-size: 14px;
}

.article_product.article_sale {
  padding-top: 58px;
}

.article_product .article__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(70% - 215px);
  width: calc(70% - 215px);
  padding: 0;
}

.article_product .article__image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.3333333336% - 50px);
  width: calc(33.3333333336% - 50px);
  min-height: 0;
  background: 0 0;
}

.article_product .article__buy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: 100%;
  max-width: 145px;
}

.article_product .article__buy .button.pay, .article_product .article__buy .button_red, .article_product .article__buy .pay#_form_1_submit, .article_product .article__buy .woocommerce #payment #place_order, .article_product .article__buy .woocommerce .woocommerce-form-login button#_form_1_submit, .article_product .article__buy .woocommerce .woocommerce-form-login button.button, .article_product .article__buy .woocommerce a.alt#_form_1_submit, .article_product .article__buy .woocommerce a.alt.button, .article_product .article__buy .woocommerce a.button.wc-backward, .article_product .article__buy .woocommerce a.wc-backward#_form_1_submit, .article_product .article__buy .woocommerce ul.products li.product .pay.button, .article_product .article__buy .woocommerce-ResetPassword .woocommerce-Button, .article_product .article__buy .woocommerce-form-login .woocommerce-Button, .article_product .article__buy .woocommerce-page #payment #place_order, .woocommerce #payment .article_product .article__buy #place_order, .woocommerce .article_product .article__buy a.alt#_form_1_submit, .woocommerce .article_product .article__buy a.alt.button, .woocommerce .article_product .article__buy a.button.wc-backward, .woocommerce .article_product .article__buy a.wc-backward#_form_1_submit, .woocommerce .woocommerce-form-login .article_product .article__buy button#_form_1_submit, .woocommerce .woocommerce-form-login .article_product .article__buy button.button, .woocommerce ul.products li.product .article_product .article__buy .pay.button, .woocommerce-ResetPassword .article_product .article__buy .woocommerce-Button, .woocommerce-form-login .article_product .article__buy .woocommerce-Button, .woocommerce-page #payment .article_product .article__buy #place_order {
  margin-bottom: 10px;
}

.article_product p {
  text-indent: 0;
}

.article_product #_form_1_submit, .article_product .button, .article_product .woocommerce #payment #place_order, .article_product .woocommerce a.button.alt, .article_product .woocommerce ul.products li.product .button, .article_product .woocommerce-page #payment #place_order, .woocommerce #payment .article_product #place_order, .woocommerce .article_product a.button.alt, .woocommerce ul.products li.product .article_product .button, .woocommerce-page #payment .article_product #place_order {
  width: 100%;
  text-align: center;
}

.article_popular {
  margin: auto;
}

.aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
}

.aside_shop .widget {
  background: #fdfdfd;
  border: 1px solid;
  border-color: #f5f5f5 #f1f1f1 #f3f3f3;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.06);
}

.aside_shop .widget li {
  border-bottom: 1px solid #f3f3f3;
}

.aside_shop li a {
  padding: 10px 0 10px 30px;
}

.widget {
  width: 100%;
  margin-bottom: 30px;
  background: #f4f8fb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
}

.widget_product-categories a {
  width: 100%;
  display: block;
  margin-left: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

.widget_product-categories ul {
  padding: 0;
  margin: 0;
}

.widget_product-categories li {
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  float: none;
  min-height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}

.widget_product-categories li a {
  position: relative;
  text-align: left;
  font-size: 13px;
  color: #b93838;
  font-weight: 600;
}

.widget_product-categories li a::after {
  content: "";
  clear: both;
  display: table;
}

.widget_product-categories li a:hover {
  color: #0182b3;
}

.widget_product-categories li a:hover::before {
  content: "";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  position: absolute;
  left: -10px;
}

.widget_price {
  position: relative;
  text-align: left;
}

.widget_price .widget__body {
  padding: 0 20px 20px;
}

.widget_price .article__image {
  margin-bottom: 10px;
  min-height: 0;
}

.widget_price .article__tags {
  position: absolute;
  right: 20px;
  margin-top: 12px;
}

.widget_price .price {
  text-align: left;
}

.widget_price #_form_1_submit, .widget_price .button, .widget_price .woocommerce #payment #place_order, .widget_price .woocommerce a.button.alt, .widget_price .woocommerce ul.products li.product .button, .widget_price .woocommerce-page #payment #place_order, .woocommerce #payment .widget_price #place_order, .woocommerce .widget_price a.button.alt, .woocommerce ul.products li.product .widget_price .button, .woocommerce-page #payment .widget_price #place_order {
  width: 100%;
  margin-top: 14px;
}

.widget.woocommerce {
  margin-bottom: 50px !important;
  padding: 0;
}

.widget .woocommerce-Price-amount {
  display: none;
}

.widget h3 {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 16px;
  text-transform: uppercase;
}

.widget_recent_entries li {
  padding: 0 0 10px;
}

.widget__title {
  padding: 15px;
  font-size: 18px;
  background: #f6f9fb;
  font-weight: 700;
  -webkit-box-shadow: 3px 0 11px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 3px 0 11px 0 rgba(0, 0, 0, 0.09);
}

.widget_red {
  background: #d55152;
  color: #fff;
  text-align: center;
}

.widget_red .widget__title {
  width: 100%;
  background: url(/wp-content/themes/main/img/widget__head.jpg) no-repeat left top/100%;
  padding-top: 27px;
  padding-bottom: 27px;
  display: inline-block;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

.widget_red .widget__body {
  background: url(/wp-content/themes/main/img/widget__body.jpg) no-repeat left bottom/100%;
  padding-bottom: 30px;
}

.widget_red .widget__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
  width: 24px;
  height: 28px;
  background: url(/wp-content/themes/main/img/banner_fire.png) no-repeat center center/contain;
}

.widget_red .video__preview {
  margin-bottom: 35px;
}

.widget_red .video__preview::before {
  width: 54px;
  height: 54px;
  background: url(/wp-content/themes/main/img/icons/play.png) no-repeat 56% center/40%, #b93838;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.widget-button {
  background: #fff;
  line-height: 54px;
  min-width: 200px;
  display: inline-block;
  border-radius: 27px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #bb3b3b;
}

.widget-button:hover {
  opacity: 0.8;
}

.widget-button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  margin-right: 10px;
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  background: url(/wp-content/themes/main/img/icons/arrow__button.svg) no-repeat center 16%/220%, #bb3b3b;
  border-radius: 50%;
}

.widget_red .video__preview::after {
  display: none;
}

.widget_red .video__preview:hover::before {
  opacity: 0.9;
}

.widget__info {
  display: block;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
  font-family: "Russo One", Arial, Helvetica, sans-serif;
}

.widget__info::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  width: 38px;
  height: 19px;
  background: url(/wp-content/themes/main/img/banner_arrow.png) no-repeat center;
}

.social_widget table {
  width: 100%;
}

.social_widget table {
  border-collapse: collapse;
  border: none;
}

.social_widget tr {
  border-top: 1px solid #d9e8f2;
}

.social_widget td:first-child {
  border: none;
}

.social_widget .social__item, .social_widget td:first-child {
  width: 56px;
  height: 57px;
  vertical-align: top;
}

.social_widget td:last-child {
  padding-top: 10px;
  padding-left: 11px;
  border-left: 1px solid #d9e8f2;
  line-height: 1;
}

.social_widget td:last-child iframe {
  height: 35px !important;
}

.social_widget .social__item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.social_widget .social__item:hover {
  background-color: #d9e8f2;
}

.social_widget .social__item_youtube, .social_widget .social__item_instagram {
  line-height: 56px;
}

.widget_nav_menu .widget__body, .widget_recent_entries .widget__body {
  padding: 15px 20px;
}

.widget__body li {
  position: relative;
}

.widget__body .menu-item_no-bullet::before {
  opacity: 0;
}

.menu-kategorii-v-baze-znanij-container i {
  position: absolute;
  left: -2px;
  top: 9px;
  color: #b93838;
  width: 14px;
  text-align: center;
}

.widget_nav_menu .widget__body ul, .widget_recent_entries .widget__body ul {
  list-style-type: none;
}

.widget_nav_menu .widget__body li::before, .widget_recent_entries .widget__body li::before {
  content: "•";
  color: #b93838;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}

.widget_nav_menu .widget__body li, .widget_nav_menu .widget__body a, .widget_recent_entries .widget__body a {
  font-size: 14px;
  color: #787878;
}

.widget_nav_menu .menu {
  float: none;
  width: 100%;
  margin: auto;
}

.widget_nav_menu .menu-item a:hover {
  text-decoration: underline;
}

.widget_nav_menu .sub-menu {
  padding-left: 15px;
}

.widget_nav_menu .widget__body a:hover, .widget_recent_entries .widget__body a:hover {
  text-decoration: underline;
  color: #b93838;
}

.navigation {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  line-height: 48px;
}

.navigation .page-numbers {
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
  font-size: 16px;
}

.navigation .page-numbers.current {
  background: #b93838;
  width: 34px;
  line-height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 5px 0 25px 0 rgba(43, 43, 43, 0.09);
  box-shadow: 5px 0 25px 0 rgba(43, 43, 43, 0.09);
}

.navigation a {
  color: #393939;
}

.navigation a:hover {
  color: #b93838;
}

.navigation .next {
  float: right;
}

.navigation .prev {
  float: left;
}

.navigation .next, .navigation .prev {
  display: inline-block;
  border: 1px solid rgba(185, 56, 56, 0.38);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #b93838;
}

.navigation .next:hover, .navigation .prev:hover {
  border-color: #b93838;
}

.tree_bg {
  opacity: 0 !important;
}

.slider {
  position: relative;
  min-height: 952px;
  margin-top: -220px;
  background: url(/wp-content/themes/main/img/slider_bg.png) no-repeat top center;
  padding-top: 170px;
  z-index: 0;
}

.slider__bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  width: 100%;
  height: 100%;
  min-height: 952px;
  background: url(/wp-content/themes/main/img/slider_bg_2.png) no-repeat center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider__bg_visible {
  opacity: 1 !important;
}

.slider .ls-v5 .ls-bottom-slidebuttons a {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #0182b3 !important;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .ls-v5 .ls-bottom-slidebuttons a + a {
  margin-left: 5px;
}

.slider .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active, .slider .ls-v5 .ls-bottom-slidebuttons a:hover {
  border: 3px solid #0182b3 !important;
}

.slider .ls-bottom-slidebuttons {
  position: absolute !important;
  bottom: 140px !important;
  right: 270px !important;
}

.slider .ls-nav-next {
  position: absolute !important;
  right: 203px !important;
  bottom: 157px !important;
  top: auto !important;
  background: url(/wp-content/themes/main/img/icons/slider_right_first.png) center right no-repeat !important;
}

.slider .ls-nav-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  display: block;
  width: 8px;
  height: 14px;
  background: url(/wp-content/themes/main/img/icons/slider_right_second.png) no-repeat center right;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .ls-nav-next:hover::after {
  opacity: 1;
  -webkit-transform: translate3D(8px, 0, 0);
  -ms-transform: translate3D(8px, 0, 0);
  transform: translate3D(8px, 0, 0);
}

.slider .ls-nav-prev {
  position: absolute !important;
  right: 330px !important;
  bottom: 157px !important;
  top: auto !important;
  left: auto !important;
  background: url(/wp-content/themes/main/img/icons/slider_left_first.png) center left no-repeat !important;
}

.slider .ls-nav-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  display: block;
  width: 8px;
  height: 14px;
  background: url(/wp-content/themes/main/img/icons/slider_left_second.png) no-repeat center left;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .ls-nav-prev:hover::after {
  opacity: 1;
  -webkit-transform: translate3D(-8px, 0, 0);
  -ms-transform: translate3D(-8px, 0, 0);
  transform: translate3D(-8px, 0, 0);
}

.page_shop li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin-bottom: 3.2rem;
  list-style-type: none;
  text-align: center;
}

.page_shop li:hover h2 {
  text-decoration: underline;
}

.page_shop h2 {
  display: block;
  font-size: 26px;
  padding: 10px 0;
  text-align: center;
  color: #393939;
}

.page_shop .price {
  font-size: 18px;
  width: 100%;
  display: block;
  color: #393939;
  text-align: center;
}

.page_shop #_form_1_submit, .page_shop .button, .page_shop .woocommerce #payment #place_order, .page_shop .woocommerce a.button.alt, .page_shop .woocommerce ul.products li.product .button, .page_shop .woocommerce-page #payment #place_order, .woocommerce #payment .page_shop #place_order, .woocommerce .page_shop a.button.alt, .woocommerce ul.products li.product .page_shop .button, .woocommerce-page #payment .page_shop #place_order {
  margin-top: 1rem;
  min-width: 210px;
}

.page__body > .woocommerce {
  width: 100%;
}

.widget__instagram img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.widget__instagram img:hover {
  opacity: 0.8;
}

#vk_like {
  padding-top: 10px;
}

.fb_iframe_widget {
  padding-top: 8px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #f4f8fb;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f4f8fb;
}

.payment_method_liqpay p {
  position: relative;
  padding-left: 200px;
  display: block;
}

.payment_method_liqpay p::after {
  content: "";
  width: 180px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: url(/wp-content/themes/main/img/oplata_privat.png) no-repeat center center/contain;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: -8px;
  left: 0;
}

legend {
  width: 98%;
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.woocommerce a.remove {
  line-height: 0.9;
}

._form-content div {
  display: inline-block;
}

.woocommerce-message {
  display: none;
}

.vc_row::after {
  display: block;
  content: "";
  clear: both;
}

.arrowed {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff;
  border-right-width: 50vw;
  border-left-width: 50vw;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-transform: scale(1.014);
  -ms-transform: scale(1.014);
  transform: scale(1.014);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.arrowed_bottom {
  bottom: 0;
  border-bottom-width: 0;
  border-top-width: 70px;
}

.arrowed_top {
  top: 0;
  border-top-width: 0;
  border-bottom-width: 70px;
}

.vc_row {
  margin: 0;
  width: 100%;
}

.wpb_wrapper {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding: 0;
}

.custom_video_block {
  background: no-repeat scroll center #1f5e8c;
  background-size: cover !important;
  cursor: pointer;
  padding-top: 56%;
  position: relative;
  background-size: 100% 100%;
}

.custom_video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom_video_block:hover .play:after {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
}

.custom_video_block:hover .play:before {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.custom_video_block_redWhite .play::before {
  background: #b93838;
  border-color: #a72c2b;
}

.custom_video_block_blackWhite .play::before {
  background-color: #000;
  border-color: #111;
}

.custom_video_block_whiteRed .play::before {
  background-color: #ffffff;
  border-color: #e2e2e2;
}

.custom_video_block_whiteRed .play::after {
  border-color: transparent transparent transparent #b93838;
}

.custom_video_block_whiteBlack .play::before {
  background-color: #ffffff;
  border-color: #e2e2e2;
}

.custom_video_block_whiteBlack .play::after {
  border-color: transparent transparent transparent #111;
}

.custom_video_block_whiteBlue .play::before {
  background-color: #ffffff;
  border-color: #e2e2e2;
}

.custom_video_block_whiteBlue .play::after {
  border-color: transparent transparent transparent #0182b3;
}

.play::before {
  content: "";
  height: 70px;
  width: 70px;
  background-color: #0182b3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -31px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  border-color: #00658c #0079a6 #00658c;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 1;
}

.play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50.4%;
  margin: -14px 0 0 -3px;
  -webkit-transition: -webkit-transform 0.35s 50ms;
  transition: -webkit-transform 0.35s 50ms;
  transition: transform 0.35s 50ms;
  transition: transform 0.35s 50ms, -webkit-transform 0.35s 50ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 1;
}

.article_full .vc_column_container > .vc_column-inner, .article_full .wpb_wrapper {
  padding: 0 !important;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}

.order-again {
  margin-bottom: 20px;
}

.woocommerce table th {
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  border-top: 1px solid #e0e0e0;
}

.woocommerce table.shop_table thead th {
  border: none;
}

.woocommerce .woocommerce-customer-details:last-child, .woocommerce .woocommerce-order-details:last-child, .woocommerce .woocommerce-order-downloads:last-child {
  margin-bottom: 0;
}

.woocommerce #payment div.form-row, .woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce table.shop_table, .woocommerce table.shop_table td {
  border-top: 1px solid #e0e0e0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 10px 8px 9px;
  vertical-align: middle;
}

.cart-subtotal, .woocommerce .notes label {
  display: none !important;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}

#add_payment_method table.cart img, .woocommerce-cart-form table.cart img, .woocommerce-checkout table.cart img {
  width: 32px;
}

#order_review_heading {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 14px;
}

.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.woocommerce-cart-form table.cart .product-thumbnail {
  max-width: 46px;
}

.woocommerce-cart-form table.cart .product-thumbnail img {
  vertical-align: top;
  width: auto;
}

.woocommerce-cart-form table.cart .product-remove {
  max-width: 24px;
}

.woocommerce-cart-form table.cart .product-subtotal {
  text-align: right;
}

.category_video a {
  background-image: url(/wp-content/themes/main/img/icons/youtube.svg) !important;
}

.category_audio a {
  background-image: url(/wp-content/themes/main/img/icons/voice-recorder.svg) !important;
}

.category_seminar a {
  background-image: url(/wp-content/themes/main/img/icons/bars-chart.svg) !important;
}

.category_hypnotherapy a {
  background-image: url(/wp-content/themes/main/img/icons/cardiogram.svg) !important;
}

.category_audio-hypnosis a {
  background-image: url(/wp-content/themes/main/img/icons/music-player.svg) !important;
}

.category_video-records a {
  background-image: url(/wp-content/themes/main/img/icons/recorder.svg) !important;
}

.category_all a {
  background-image: url(/wp-content/themes/main/img/icons/research.svg) !important;
}

.woocommerce p {
  text-indent: 0;
}

.woocommerce legend {
  font-weight: 700;
  padding-top: 10px;
  font-size: 21px;
}

.woocommerce #_form_1_submit::after, .woocommerce #payment #place_order::after, .woocommerce .button::after, .woocommerce a.button.alt::after, .woocommerce ul.products li.product .button::after, .woocommerce-page #payment .woocommerce #place_order::after {
  position: absolute;
  display: inline-block;
  content: "";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  opacity: 0;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce #_form_1_submit:hover::after, .woocommerce #payment #place_order:hover::after, .woocommerce .button:hover::after, .woocommerce ul.products li.product .button:hover::after, .woocommerce-page #payment .woocommerce #place_order:hover::after {
  opacity: 1;
  right: 15px;
}

#yith-wcmap-avatar-form #_form_1_submit, #yith-wcmap-avatar-form .button, #yith-wcmap-avatar-form .woocommerce #payment #place_order, #yith-wcmap-avatar-form .woocommerce-page #payment #place_order, .woocommerce #payment #yith-wcmap-avatar-form #place_order, .woocommerce-page #payment #yith-wcmap-avatar-form #place_order {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#yith-wcmap-avatar-form #_form_1_submit:hover, #yith-wcmap-avatar-form .button:hover, #yith-wcmap-avatar-form .woocommerce #payment #place_order:hover, #yith-wcmap-avatar-form .woocommerce-page #payment #place_order:hover, .woocommerce #payment #yith-wcmap-avatar-form #place_order:hover, .woocommerce-page #payment #yith-wcmap-avatar-form #place_order:hover {
  border-color: #0182b3;
  color: #0182b3;
}

#yith-wcmap-avatar-form .button_blue {
  background: #0182b3;
  color: #fff;
  border-color: #0182b3;
}

#yith-wcmap-avatar-form .button_blue:hover {
  background: 0 0;
  color: #0182b3;
}

#yith-wcmap-avatar-form p {
  text-indent: 0;
}

#yith-wcmap-avatar-form .submit {
  margin-top: 10px;
}

#yith-wcmap-avatar-form input {
  max-width: 100%;
}

#my-account-menu p {
  text-indent: 0;
}

#my-account-menu .username {
  font-weight: 700;
  font-size: 16px;
  padding-top: 4px;
}

#yith-wcmap-avatar-form-overlay {
  z-index: 10;
}

#yith-wcmap-avatar-form {
  z-index: 12;
}

#my-account-content mark {
  color: #0182b3;
}

.price {
  font-weight: 700;
  margin-top: 15px;
  font-size: 16px;
  width: 100%;
  text-align: right;
  color: #393939;
}

.price__item {
  display: block;
  width: 100%;
}

.price__item_new {
  font-size: 21px;
  padding-bottom: 5px;
  color: #b93838;
}

.price__item_new + .price__item {
  opacity: 0.3;
  text-decoration: line-through;
}

.aside .product_list_widget a {
  display: block;
  width: 100%;
  padding: 16px 20px 6px;
  font-weight: 700;
}

.aside .product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style-type: none;
}

.aside .product_list_widget li::after {
  display: block;
  content: "";
  clear: both;
}

.h3 {
  display: block;
  font-weight: 700;
  color: #b93838;
  font-size: 24px;
  padding-top: 21px;
  padding-bottom: 28px;
}

.woocommerce.widget ul li a img {
  width: 80px;
  margin: 0 10px 14px 0;
  float: left;
}

.woocommerce.widget ul li .product-title {
  font-size: 14px;
  float: right;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  font-weight: 700;
}

.more-posts {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 20px;
  position: relative;
  border-top: 1px solid #dfe0e5;
  background: #fbfbfb;
}

.more-posts__title {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #0182b3;
  font-weight: 700;
}

.more-posts a:hover h5 {
  text-decoration: underline;
}

.more-posts h5 {
  position: absolute;
  max-width: 250px;
  top: 50%;
  line-height: 1.6;
  -webkit-transform: translate3D(0, -50%, 0);
  -ms-transform: translate3D(0, -50%, 0);
  transform: translate3D(0, -50%, 0);
}

.more-posts_products {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.more-posts_products > div {
  width: 100%;
}

.more-posts__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  min-height: 85px;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

.more-posts__box::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 85px;
  height: 85px;
  background: url(/wp-content/themes/main/img/icons/video-thumb.jpg) no-repeat center;
  background-size: contain;
}

.more-posts__box a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
}

.more-posts__box h5 {
  left: 120px;
}

.more-posts__box img {
  float: left;
  position: relative;
  z-index: 10;
}

.article__main-info {
  max-height: 260px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.article__main-info::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
  background: #fff;
  height: 30px;
  -webkit-box-shadow: 0 -20px 20px 20px #fff;
  box-shadow: 0 -20px 20px 20px #fff;
}

.article__left img {
  border-radius: 5px;
  vertical-align: top;
}

.more-posts__box img + h5::before {
  display: none;
}

.more-posts__box_previous + .more-posts__box_next::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: -15px;
  height: 75px;
  width: 1px;
  background: #dfe0e5;
  margin: auto;
}

.fb_iframe_widget span {
  width: 100% !important;
}

.fb_iframe_widget {
  width: 100%;
}

.fb_iframe_widget iframe {
  width: 100% !important;
  left: 0;
  right: 0;
  margin: auto;
}

.social_widget td:last-child iframe {
  margin: 0 !important;
}

.footer .wepster-portal-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-NoticeGroup .woocommerce-error li {
  overflow: hidden;
}

#layerslider_2 {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
}

.edit-account .fa.fa-pencil::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.view-order .fa-file-text-o::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#wc-stripe-cc-form {
  position: relative;
}

#wc-stripe-cc-form .wc-stripe-elements-field {
  padding: 10px 5px;
}

#wc-stripe-cc-form .form-row-last, #wc-stripe-cc-form .form-row-wide {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
  background: -webkit-linear-gradient(#f5f5f5, #ddd);
  background: linear-gradient(#f5f5f5, #ddd);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc !important;
  width: 342px !important;
  margin: 0 !important;
}

#wc-stripe-cc-form .form-row-first {
  position: absolute;
  top: 155px;
  max-width: 340px;
  padding-left: 20px !important;
  z-index: 10;
}

#wc-stripe-cc-form .form-row-first > label {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

#wc-stripe-cc-form .form-row-first .wc-stripe-elements-field {
  width: 100px;
  padding: 5px;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
}

#wc-stripe-cc-form .form-row-wide {
  height: 230px;
  position: relative;
  padding: 65px 20px 0 !important;
  -webkit-box-shadow: 4px 0 4px rgba(150, 150, 150, 0.3);
  box-shadow: 4px 0 4px rgba(150, 150, 150, 0.3);
  z-index: 10;
}

#wc-stripe-cc-form .form-row-wide::before {
  content: "Введите реквизиты платежной карты для оплаты курсов:";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  max-width: 230px;
}

#wc-stripe-cc-form .form-row-last {
  position: absolute;
  height: 232px;
  top: 0;
  left: 240px;
  padding: 90px 25px 0 140px !important;
  text-align: right;
  z-index: 0;
}

#wc-stripe-cc-form .form-row-last::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -1px;
  width: 100%;
  height: 46px;
  background: none repeat scroll 0 0 #7f7f7f;
}

#wc-stripe-cc-form .form-row-last > label {
  display: inline-block;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  text-align: left;
  padding-right: 5px;
  line-height: 1.2;
}

#wc-stripe-cc-form .form-row-last .wc-stripe-elements-field {
  width: 55px;
  display: inline-block;
  vertical-align: middle;
}

#wc-stripe-cc-form .stripe-source-errors {
  padding-top: 20px;
}

.aligncenter {
  display: inline-block;
  margin: 5px auto;
}

.mpc-row[data-vc-full-width] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mpc-row[data-vc-stretch-content] .wpb_wrapper {
  max-width: 100% !important;
}

.bordered-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  font-weight: bold;
}

.bordered-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffdd00;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.bordered-link:hover::after {
  animation: bordered-link 0.8s ease;
}

@keyframes bordered-link {
  0% {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3D(-101%, 0, 0);
    -ms-transform: translate3D(-101%, 0, 0);
    -o-transform: translate3D(-101%, 0, 0);
    transform: translate3D(-101%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.leeloo-like__body {
  max-width: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 20px;
  margin: 10px auto;
}

.leeloo-like__body_three {
  max-width: 320px;
}

.leeloo-like__body_three .leeloo-like__item {
  width: 33.33333333%;
}

.leeloo-like__heading {
  width: 100%;
  padding-bottom: 10px;
}

.leeloo-like__title {
  text-indent: 0;
  font-size: 16px;
  text-align: center;
}

.leeloo-like__title::before {
  content: "↓ ";
}

.leeloo-like__title::after {
  content: " ↓";
}

.leeloo-like__icon {
  position: absolute;
  top: 10px;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  left: 50%;
  background-image: url(/wp-content/themes/main/img/leeloo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px 156px;
  cursor: pointer;
  z-index: 1;
}

.leeloo-like__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  height: 74px;
  padding: 46px 8px 10px;
  color: #fff;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1;
}

.leeloo-like__link:hover {
  color: #fff;
}

.leeloo-like p {
  text-indent: 0;
  font-size: inherit;
  line-height: inherit;
}

.leeloo-like__item {
  position: relative;
  display: inline-block;
  width: 25%;
  max-width: 100px;
  max-height: 74px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.leeloo-like__item:hover {
  opacity: 0.8;
}

.leeloo-like__item:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.leeloo-like__item:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.leeloo-like__item_facebook .leeloo-like__icon {
  background-position: -32px 0;
}

.leeloo-like__item_facebook .leeloo-like__link {
  background: #448aff;
}

.leeloo-like__item_telegram .leeloo-like__icon {
  background-position: -32px -64px;
}

.leeloo-like__item_telegram .leeloo-like__link {
  background: #2ca5e0;
}

.leeloo-like__item_viber .leeloo-like__icon {
  background-position: -32px -125px;
}

.leeloo-like__item_viber .leeloo-like__link {
  background: #713f86;
}

.leeloo-like__item_vkontakte .leeloo-like__icon {
  background-position: -32px -96px;
  height: 30px;
}

.leeloo-like__item_vkontakte .leeloo-like__link {
  background: #5075a5;
}

.leeloo-like_arrowed {
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  color: #0182b3;
  font-weight: 400;
  text-transform: uppercase;
}

.leeloo-like_arrowed .leeloo-like__title {
  margin-bottom: 5px;
  font-family: "Russo One", Arial, Helvetica, sans-serif;
}

.leeloo-like_arrowed .leeloo-like__title::after, .leeloo-like_arrowed .leeloo-like__title::before {
  content: "";
}

.leeloo-like_arrowed .leeloo-like__body {
  position: relative;
}

.leeloo-like_arrowed .leeloo-like__body::after, .leeloo-like_arrowed .leeloo-like__body::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDUxMS42MyA1MTEuNjMxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuNjMgNTExLjYzMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik00OTYuNSwyMzMuODQyYy0zMC44NDEtNzYuNzA2LTExNC4xMTItMTE1LjA2LTI0OS44MjMtMTE1LjA2aC02My45NTNWNDUuNjkzYzAtNC45NTItMS44MDktOS4yMzUtNS40MjQtMTIuODUgICBjLTMuNjE3LTMuNjE3LTcuODk2LTUuNDI2LTEyLjg0Ny01LjQyNmMtNC45NTIsMC05LjIzNSwxLjgwOS0xMi44NSw1LjQyNkw1LjQyNCwxNzkuMDIxQzEuODA5LDE4Mi42NDEsMCwxODYuOTIyLDAsMTkxLjg3MSAgIGMwLDQuOTQ4LDEuODA5LDkuMjI5LDUuNDI0LDEyLjg0N0wxNTEuNjA0LDM1MC45YzMuNjE5LDMuNjEzLDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4YzQuOTQ3LDAsOS4yMjktMS44MTQsMTIuODQ3LTUuNDI4ICAgYzMuNjE2LTMuNjE0LDUuNDI0LTcuODk4LDUuNDI0LTEyLjg0OHYtNzMuMDk0aDYzLjk1M2MxOC42NDksMCwzNS4zNDksMC41NjgsNTAuMDk5LDEuNzA4YzE0Ljc0OSwxLjE0MywyOS40MTMsMy4xODksNDMuOTY4LDYuMTQzICAgYzE0LjU2NCwyLjk1LDI3LjIyNCw2Ljk5MSwzNy45NzksMTIuMTM1YzEwLjc1Myw1LjE0NCwyMC43OTQsMTEuNzU2LDMwLjEyMiwxOS44NDJjOS4zMjksOC4wOTQsMTYuOTQzLDE3LjcsMjIuODQ3LDI4LjgzOSAgIGM1Ljg5NiwxMS4xMzYsMTAuNTEzLDI0LjMxMSwxMy44NDYsMzkuNTM5YzMuMzI2LDE1LjIyOSw0Ljk5NywzMi40NTYsNC45OTcsNTEuNjc1YzAsMTAuNDY2LTAuNDc5LDIyLjE3Ni0xLjQyOCwzNS4xMTggICBjMCwxLjEzNy0wLjIzNiwzLjM3NS0wLjcxNSw2LjcwOGMtMC40NzMsMy4zMzMtMC43MTIsNS44NTItMC43MTIsNy41NjJjMCwyLjg1MSwwLjgwOCw1LjIzMiwyLjQyMyw3LjEzNiAgIGMxLjYyMiwxLjkwMiwzLjg2LDIuODUxLDYuNzE0LDIuODUxYzMuMDQ2LDAsNS43MDgtMS42MTUsNy45OTQtNC44NTNjMS4zMjgtMS43MTEsMi41NjEtMy44MDYsMy43MS02LjI4MyAgIGMxLjE0My0yLjQ3MSwyLjQzLTUuMzI1LDMuODU0LTguNTYyYzEuNDMxLTMuMjM3LDIuNDMtNS41MTMsMi45OTgtNi44NDhjMjQuMTctNTQuMjM4LDM2LjI1OC05Ny4xNTgsMzYuMjU4LTEyOC43NTYgICBDNTExLjYzLDI5MS4wMzksNTA2LjU4OSwyNTkuMzQ0LDQ5Ni41LDIzMy44NDJ6IiBmaWxsPSIjZGM4MDA5Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: contain;
}

.leeloo-like_arrowed .leeloo-like__body::before {
  left: -75px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.leeloo-like_arrowed .leeloo-like__body::after {
  right: -75px;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.leeloo-like_white {
  color: #fff;
}

.leeloo-like_white.leeloo-like_arrowed {
  color: #fff;
}

.leeloo-like_white.leeloo-like_arrowed .leeloo-like__body::after, .leeloo-like_white.leeloo-like_arrowed .leeloo-like__body::before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDUxMS42MyA1MTEuNjMxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuNjMgNTExLjYzMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik00OTYuNSwyMzMuODQyYy0zMC44NDEtNzYuNzA2LTExNC4xMTItMTE1LjA2LTI0OS44MjMtMTE1LjA2aC02My45NTNWNDUuNjkzYzAtNC45NTItMS44MDktOS4yMzUtNS40MjQtMTIuODUgICBjLTMuNjE3LTMuNjE3LTcuODk2LTUuNDI2LTEyLjg0Ny01LjQyNmMtNC45NTIsMC05LjIzNSwxLjgwOS0xMi44NSw1LjQyNkw1LjQyNCwxNzkuMDIxQzEuODA5LDE4Mi42NDEsMCwxODYuOTIyLDAsMTkxLjg3MSAgIGMwLDQuOTQ4LDEuODA5LDkuMjI5LDUuNDI0LDEyLjg0N0wxNTEuNjA0LDM1MC45YzMuNjE5LDMuNjEzLDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4YzQuOTQ3LDAsOS4yMjktMS44MTQsMTIuODQ3LTUuNDI4ICAgYzMuNjE2LTMuNjE0LDUuNDI0LTcuODk4LDUuNDI0LTEyLjg0OHYtNzMuMDk0aDYzLjk1M2MxOC42NDksMCwzNS4zNDksMC41NjgsNTAuMDk5LDEuNzA4YzE0Ljc0OSwxLjE0MywyOS40MTMsMy4xODksNDMuOTY4LDYuMTQzICAgYzE0LjU2NCwyLjk1LDI3LjIyNCw2Ljk5MSwzNy45NzksMTIuMTM1YzEwLjc1Myw1LjE0NCwyMC43OTQsMTEuNzU2LDMwLjEyMiwxOS44NDJjOS4zMjksOC4wOTQsMTYuOTQzLDE3LjcsMjIuODQ3LDI4LjgzOSAgIGM1Ljg5NiwxMS4xMzYsMTAuNTEzLDI0LjMxMSwxMy44NDYsMzkuNTM5YzMuMzI2LDE1LjIyOSw0Ljk5NywzMi40NTYsNC45OTcsNTEuNjc1YzAsMTAuNDY2LTAuNDc5LDIyLjE3Ni0xLjQyOCwzNS4xMTggICBjMCwxLjEzNy0wLjIzNiwzLjM3NS0wLjcxNSw2LjcwOGMtMC40NzMsMy4zMzMtMC43MTIsNS44NTItMC43MTIsNy41NjJjMCwyLjg1MSwwLjgwOCw1LjIzMiwyLjQyMyw3LjEzNiAgIGMxLjYyMiwxLjkwMiwzLjg2LDIuODUxLDYuNzE0LDIuODUxYzMuMDQ2LDAsNS43MDgtMS42MTUsNy45OTQtNC44NTNjMS4zMjgtMS43MTEsMi41NjEtMy44MDYsMy43MS02LjI4MyAgIGMxLjE0My0yLjQ3MSwyLjQzLTUuMzI1LDMuODU0LTguNTYyYzEuNDMxLTMuMjM3LDIuNDMtNS41MTMsMi45OTgtNi44NDhjMjQuMTctNTQuMjM4LDM2LjI1OC05Ny4xNTgsMzYuMjU4LTEyOC43NTYgICBDNTExLjYzLDI5MS4wMzksNTA2LjU4OSwyNTkuMzQ0LDQ5Ni41LDIzMy44NDJ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.leeloo-like__frame {
  width: 440px;
  height: 340px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: 999;
}

.leeloo-like__frame iframe {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  bottom: 1000px;
  right: 900px;
  position: absolute;
}

#_form_1_submit, .button, .woocommerce #payment #place_order, .woocommerce a.button.alt, .woocommerce ul.products li.product .button, .woocommerce-page #payment #place_order {
  position: relative;
  display: inline-block;
  color: #b93838;
  background: 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  padding: 0 40px;
  border: 1px solid #b93838;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#_form_1_submit::before, .button::before, .woocommerce #payment #place_order::before, .woocommerce a.button.alt::before, .woocommerce ul.products li.product .button::before, .woocommerce-page #payment #place_order::before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#_form_1_submit:hover, .button:hover, .woocommerce #payment #place_order:hover, .woocommerce a.button.alt:hover, .woocommerce ul.products li.product .button:hover, .woocommerce-page #payment #place_order:hover {
  background: #b93838;
  color: #fff;
}

.button_arrow::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: 1px solid #b93838;
  top: 20%;
  left: -12px;
  -webkit-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: url(/wp-content/themes/main/img/icons/arrow.svg) no-repeat center 44%, #fff;
  background-size: 14px;
}

.button_arrow.button_light::before {
  background: url(/wp-content/themes/main/img/icons/arrow.svg) no-repeat center 44%, #f4f8fb;
  background-size: 14px;
}

.button_arrow.button.pay::before, .button_arrow.button_red::before, .button_arrow.pay#_form_1_submit::before, .woocommerce #payment .button_arrow#place_order::before, .woocommerce .woocommerce-form-login button.button_arrow#_form_1_submit::before, .woocommerce .woocommerce-form-login button.button_arrow.button::before, .woocommerce a.button_arrow.alt#_form_1_submit::before, .woocommerce a.button_arrow.alt.button::before, .woocommerce a.button_arrow.button.wc-backward::before, .woocommerce a.button_arrow.wc-backward#_form_1_submit::before, .woocommerce ul.products li.product .button_arrow.pay.button::before, .woocommerce-ResetPassword .button_arrow.woocommerce-Button::before, .woocommerce-form-login .button_arrow.woocommerce-Button::before, .woocommerce-page #payment .button_arrow#place_order::before {
  border-right: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(/wp-content/themes/main/img/icons/arrow.svg) no-repeat center 44%, #fff;
  background-size: 12px;
  left: -14px;
}

.button_arrow.button_banner::before {
  background-image: url(/wp-content/themes/main/img/icons/arrow_white.svg);
  background-color: #4188b2;
}

.button.pay, .button_red, .pay#_form_1_submit, .woocommerce #payment #place_order, .woocommerce .woocommerce-form-login button#_form_1_submit, .woocommerce .woocommerce-form-login button.button, .woocommerce .woocommerce-form-login ul.products li.product button.button, .woocommerce a.alt#_form_1_submit, .woocommerce a.alt.button, .woocommerce a.button.wc-backward, .woocommerce a.wc-backward#_form_1_submit, .woocommerce ul.products li.product .pay.button, .woocommerce ul.products li.product .woocommerce-form-login button.button, .woocommerce ul.products li.product a.alt.button, .woocommerce ul.products li.product a.wc-backward.button, .woocommerce-ResetPassword .woocommerce-Button, .woocommerce-form-login .woocommerce-Button, .woocommerce-page #payment #place_order {
  background: #b93838;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}

#_form_1_submit:hover, .button:hover, .woocommerce #payment #place_order:hover, .woocommerce a.button.alt:hover, .woocommerce ul.products li.product .button:hover, .woocommerce-page #payment #place_order:hover {
  opacity: 0.9;
}

#_form_1_submit, .button.woocommerce-button, .button_small, .page_shop .button, .page_shop .woocommerce ul.products li.product .button, .woocommerce #payment #place_order, .woocommerce #payment .woocommerce-button#place_order, .woocommerce a.alt.button, .woocommerce a.woocommerce-button.button.alt, .woocommerce ul.products li.product .page_shop .button, .woocommerce ul.products li.product .woocommerce-button.button, .woocommerce ul.products li.product a.alt.button, .woocommerce-button#_form_1_submit, .woocommerce-page #payment #place_order, .woocommerce-page #payment .woocommerce-button#place_order {
  font-size: 14px;
  padding: 0 20px;
  line-height: 42px;
}

.button.woocommerce-button.button_arrow::before, .button_arrow#_form_1_submit::before, .button_small.button_arrow::before, .page_shop .button_arrow.button::before, .page_shop .woocommerce ul.products li.product .button_arrow.button::before, .woocommerce #payment .button_arrow#place_order::before, .woocommerce #payment .woocommerce-button.button_arrow#place_order::before, .woocommerce a.button_arrow.alt.button::before, .woocommerce ul.products li.product .page_shop .button_arrow.button::before, .woocommerce ul.products li.product .woocommerce-button.button_arrow.button::before, .woocommerce-button.button_arrow#_form_1_submit::before, .woocommerce-page #payment .button_arrow#place_order::before, .woocommerce-page #payment .woocommerce-button.button_arrow#place_order::before {
  width: 18px;
  height: 18px;
  left: -8px;
  top: 25%;
  background: url(/wp-content/themes/main/img/icons/arrow.svg) no-repeat 25% 44%/10px, #f4f8fb;
}

.button.woocommerce-button, .woocommerce #payment .woocommerce-button#place_order, .woocommerce a.woocommerce-button.button.alt, .woocommerce ul.products li.product .woocommerce-button.button, .woocommerce-button#_form_1_submit, .woocommerce-page #payment .woocommerce-button#place_order {
  margin-bottom: 10px;
  margin-right: 5px;
}

#_form_1_submit, .button_footer {
  background: 0 0;
  text-transform: none;
  cursor: pointer;
}

.button_white {
  background: #fff;
  color: #b93838;
}

.button_white#_form_1_submit, .button_white.button_small, .page_shop .button_white.button, .page_shop .woocommerce ul.products li.product .button_white.button, .woocommerce #payment .button_white#place_order, .woocommerce a.button_white.alt.button, .woocommerce ul.products li.product .page_shop .button_white.button, .woocommerce ul.products li.product a.button_white.alt.button, .woocommerce-page #payment .button_white#place_order {
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px;
}

.button_white.button_arrow#_form_1_submit, .button_white.button_small.button_arrow, .page_shop .button_white.button_arrow.button, .page_shop .woocommerce ul.products li.product .button_white.button_arrow.button, .woocommerce #payment .button_white.button_arrow#place_order, .woocommerce a.button_white.button_arrow.alt.button, .woocommerce ul.products li.product .page_shop .button_white.button_arrow.button, .woocommerce-page #payment .button_white.button_arrow#place_order {
  padding-right: 40px;
}

.button_white.button_arrow#_form_1_submit::before, .button_white.button_small.button_arrow::before, .page_shop .button_white.button_arrow.button::before, .page_shop .woocommerce ul.products li.product .button_white.button_arrow.button::before, .woocommerce #payment .button_white.button_arrow#place_order::before, .woocommerce a.button_white.button_arrow.alt.button::before, .woocommerce ul.products li.product .page_shop .button_white.button_arrow.button::before, .woocommerce-page #payment .button_white.button_arrow#place_order::before {
  position: absolute;
  right: 16px;
  left: auto;
  background: url(/wp-content/themes/main/img/icons/arrow.svg) no-repeat center 44%/10px;
  border: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button_white.button_arrow#_form_1_submit:hover, .button_white.button_small.button_arrow:hover, .page_shop .button_white.button_arrow.button:hover, .woocommerce #payment .button_white.button_arrow#place_order:hover, .woocommerce a.button_white.button_arrow.alt.button:hover, .woocommerce-page #payment .button_white.button_arrow#place_order:hover {
  background: #ffe6e6;
  color: #b93838;
}

.button_full, .woocommerce #payment a.alt#place_order, .woocommerce a.alt#_form_1_submit, .woocommerce a.alt.button, .woocommerce ul.products li.product a.alt.button, .woocommerce-page #payment .woocommerce a.alt#place_order {
  width: 100%;
  text-align: center;
}

.payment_method_shas89_yandex_money p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.onsale {
  display: none !important;
}

.button_arrowed {
  position: relative;
}

.button_arrowed:hover::after {
  opacity: 1;
  right: 7px;
}

.button_arrowed::after {
  position: absolute;
  display: inline-block;
  content: "";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #fff;
  opacity: 0;
  right: 10px;
  -webkit-transition: opacity 0.3s ease, right 0.3s ease;
  transition: opacity 0.3s ease, right 0.3s ease;
}

.article__buy #_form_1_submit, .article__buy .button, .article__buy .woocommerce #payment #place_order, .article__buy .woocommerce a.button.alt, .article__buy .woocommerce ul.products li.product .button, .article__buy .woocommerce-page #payment #place_order, .woocommerce #payment .article__buy #place_order, .woocommerce .article__buy a.button.alt, .woocommerce ul.products li.product .article__buy .button, .woocommerce-page #payment .article__buy #place_order {
  font-size: 14px;
  padding: 0;
  letter-spacing: 0.5px;
}

.article__buy #_form_1_submit:hover, .article__buy .button:hover, .article__buy .woocommerce #payment #place_order:hover, .article__buy .woocommerce a.button.alt:hover, .article__buy .woocommerce ul.products li.product .button:hover, .article__buy .woocommerce-page #payment #place_order:hover, .woocommerce #payment .article__buy #place_order:hover, .woocommerce .article__buy a.button.alt:hover, .woocommerce ul.products li.product .article__buy .button:hover, .woocommerce-page #payment .article__buy #place_order:hover {
  padding-right: 10px;
}

.widget #_form_1_submit, .widget .button, .widget .woocommerce #payment #place_order, .widget .woocommerce a.button.alt, .widget .woocommerce ul.products li.product .button, .widget .woocommerce-page #payment #place_order, .woocommerce #payment .widget #place_order, .woocommerce .widget a.button.alt, .woocommerce ul.products li.product .widget .button, .woocommerce-page #payment .widget #place_order {
  text-align: center;
}

.footer {
  width: 100%;
  background: repeat-x top center;
  padding-top: 86px;
}

.footer__top {
  width: 100%;
  margin-bottom: 30px;
}

.footer__bottom {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(1, 130, 179, 0.1);
}

.footer__body {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: auto;
}

.footer__menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(66.66666666666667% - 30px);
  width: calc(66.66666666666667% - 30px);
}

.footer__social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.footer__title {
  display: block;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

.footer__title + .preview {
  margin-top: -10px;
}

.footer .phone {
  margin-bottom: 10px;
  font-weight: 700;
  color: #393939;
}

.footer__copy {
  padding-left: 15px;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #0182b3;
}

.footer__contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.footer__articles {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.footer__mail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
}

.footer input {
  width: 190px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(62, 62, 62, 0.07);
  box-shadow: 0 1px 5px 0 rgba(62, 62, 62, 0.07);
}

.footer a:hover {
  text-decoration: underline;
}

.preview {
  width: 100%;
  min-height: 73px;
  margin-bottom: 10px;
}

.preview__image {
  float: left;
  margin-right: 12px;
}

.preview__image img {
  max-width: 64px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.preview__date {
  background: #0182b3;
  color: #fff;
}

.preview__date_small {
  display: inline-block;
  font-size: 10px;
  padding: 2px 4px;
  margin-bottom: 5px;
}

.preview__prev {
  display: block;
  color: #393939;
  font-size: 14px;
  padding-left: 5px;
  font-weight: 600;
}

body {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 40px;
  height: 4px;
  background-color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.woocommerce .notes textarea {
  margin-top: 10px !important;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.wpb_wrapper ul {
  padding-left: 25px;
}

.wpb_wrapper ul li::before {
  content: "•";
  color: #b93838;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}

.reactions {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.reactions__top {
  width: 100%;
  background-color: #efefef;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px;
  border-radius: 2px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
}

.reactions__bottom {
  width: 100%;
  margin-top: 16px;
  background-color: #efefef;
  border-top: 1px solid #e8e8e8;
  padding: 8px;
  border-radius: 2px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
}

.reactions__anchore {
  position: absolute;
  top: -410px;
}

.reactions-form {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 450px;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  top: -385px;
  z-index: 1;
}

.reactions-form .leeloo-like__body {
  max-width: 400px;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.reactions .leeloo-like__title {
  display: none;
}

.vk-magic {
  background: #5181b8;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 2px 8px 4px 28px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 11px;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.vk-magic::before {
  content: "";
  display: inline-block;
  font-family: Font Awesome\ 5 Brands;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 8px;
}

#vk_subscribe {
  position: relative;
  z-index: 1;
  opacity: 0.001;
  cursor: pointer;
}

#vk_subscribe:hover + .vk-magic {
  opacity: 0.88;
}

.article__info .vc_row.vc_column-gap-5 {
  margin: 0 auto;
}

.lesson__slider {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 30px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: 15px;
}

.lesson__item_gift .lesson__image {
  text-align: center;
  position: relative;
}

.lesson__item_gift img {
  max-width: 80%;
  margin: auto;
  vertical-align: top;
}

.lesson__item_gift .lesson__name {
  font-size: 16px;
  text-align: center;
}

.lesson__item_gift .lesson__name.lesson__name_absolute {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  bottom: 5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.lesson__item {
  display: inline-block;
  width: calc(14.28% - 20px);
  margin: 0 10px 20px;
}

.lesson__name {
  font-weight: bold;
  font-size: 14px;
  color: #545454;
  display: block;
}

.lesson__image {
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}

.lesson__item img {
  vertical-align: top;
}

div.lesson__item img {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

a.lesson__item:hover {
  opacity: 0.8;
  cursor: pointer;
}

.instPost {
  text-align: left;
  position: relative;
  background: #fff;
  border-radius: 2px;
  max-width: 100%;
  width: 460px;
  display: inline-block;
  color: #262626;
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  border: 1px solid #dbdbdb;
}

.instPost:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.instPost__bottom {
  display: block;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}

.instPost__button {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 10px;
  background-color: #0095f6;
  background-color: rgba(var(--d69, 0, 149, 246), 1);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  text-decoration: none;
}

.instPost__button:hover {
  background-color: #0074cc;
}

.instPost__head {
  padding: 10px 10px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.instPost__about {
  width: calc(100% - 46px);
  text-align: left;
}

.instPost__person {
  max-width: 32px;
  margin-right: 14px;
}

.instPost img {
  vertical-align: top;
}

.instPost__person img {
  border-radius: 50%;
}

.instPost__user {
  font-weight: bold;
  font-size: 14px;
}

.instPost__place {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
}

.instPost__more {
  display: block;
  width: calc(100% - 20px);
  margin-left: 10px;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
  font-weight: bold;
  color: #0095f6;
  font-size: 14px;
}

.instPost__likes:hover, .instPost__user:hover, .instPost__more:hover {
  text-decoration: underline;
}

.instPost__likes {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 10px 10px 0;
  font-size: 14px;
}

.instPost__content {
  display: block;
  height: 80px;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 15px;
}

.instPost__content::after {
  position: absolute;
  content: "читать все комментарии";
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #8e8e8e;
}

.instPost__content:hover::after {
  text-decoration: underline;
}

.instPost__text {
  position: relative;
  display: block;
  padding: 5px 10px 0;
  width: 100%;
  font-size: 14px;
}

.instPost__content::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #fff;
  height: 30px;
}

.instPost__icons, .instPost__actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.instPost__actions {
  padding: 15px 10px 0;
}

.instPost__comments {
  padding: 12px 10px;
  font-size: 14px;
  color: #6f6f6f;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  border-top: 1px solid #efefef;
  margin-top: 10px;
}

.instPost__addComment {
  position: absolute;
  right: 10px;
  font-size: 26px;
  top: 3px;
  color: #111;
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.instPost__actions svg {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.instPost__actions svg:hover, .instPost__addComment:hover {
  opacity: 0.6;
}

.instPost__icons {
  width: 100px;
}

.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/main/css/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/main/css/fonts/slick.eot");
  src: url("/wp-content/themes/main/css/fonts/slick.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/main/css/fonts/slick.woff") format("woff"), url("/wp-content/themes/main/css/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/main/css/fonts/slick.svg#slick") format("svg");
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #276da0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.anim-line {
  left: auto;
}

.anim-line {
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 5px;
  margin: 0 auto;
  border-radius: 5px;
  background: #b93838;
  -webkit-transition: opacity 0.3s linear, width 0.3s 0.4s;
  transition: opacity 0.3s linear, width 0.3s 0.4s;
}

.anim-line.line-active {
  opacity: 1;
}

.textMagic {
  max-width: 100%;
  margin-top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  overflow-x: visible;
  padding: 0 5px 12px 5px;
}

.textMagic_redText {
  color: #b93838;
}

.textMagic_blueText {
  color: #0182b3;
}

.textMagic_whiteText {
  color: #fff;
}

.textMagic_blueBorder .anim-line {
  background: #0182b3;
}

.textMagic_blackBorder .anim-line {
  background: #393939;
}

.textMagic_noBorder .anim-line {
  display: none !important;
}

.textMagic_blueBg .text-anim-item {
  background: #0182b3;
  border-radius: 5px;
  padding-left: 2px;
  padding-right: 2px;
}

.textMagic_regBG .text-anim-item {
  background: #b93838;
  border-radius: 5px;
  padding-left: 2px;
  padding-right: 2px;
}

.textMagic:after {
  display: none !important;
}

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

.text-anim-item {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
}

.text-anim-item.anim-in {
  -webkit-transform: translate3d(-50%, -120%, 0);
  transform: translate3d(-50%, -120%, 0);
  -webkit-animation: textAnimInCenter 0.6s 0.3s forwards;
  animation: textAnimInCenter 0.6s 0.3s forwards;
}

.text-anim-item.anim-out {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-animation: textAnimOutCenter 0.6s forwards;
  animation: textAnimOutCenter 0.6s forwards;
}

@media (min-width: 768px) {
  .anim-line {
    left: auto;
  }

  .text-anim-item {
    right: 0;
    left: auto;
  }

  .text-anim-item.anim-in {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    -webkit-animation: textAnimIn 0.6s 0.3s forwards;
    animation: textAnimIn 0.6s 0.3s forwards;
  }

  .text-anim-item.anim-out {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    -webkit-animation: textAnimOut 0.6s forwards;
    animation: textAnimOut 0.6s forwards;
  }
}
@-webkit-keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 130%, 0);
    transform: translate3d(0, 130%, 0);
  }
}
@keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 130%, 0);
    transform: translate3d(0, 130%, 0);
  }
}
@-webkit-keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0);
  }
}
@keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0);
  }
}
@-webkit-keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 120%, 0);
    transform: translate3d(-50%, 120%, 0);
  }
}
@keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 120%, 0);
    transform: translate3d(-50%, 120%, 0);
  }
}
.reactions-form__content {
  padding: 20px;
  text-align: center;
}

.reactions-form__arrows {
  color: #5a5a5a;
  font-weight: bold;
  font-size: 18px;
}

.reactions-form__image {
  display: block;
  vertical-align: top;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.reactions-form__close {
  position: absolute;
  background: #ffffff;
  right: 5px;
  top: 0;
  color: #666666;
  cursor: pointer;
  padding: 6px 8px 10px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: -1;
}

.reactions-form__close_active {
  -webkit-transform: translate3d(0, -32px, 0);
  -ms-transform: translate3d(0, -32px, 0);
  -o-transform: translate3d(0, -32px, 0);
  transform: translate3d(0, -32px, 0);
}

.reactions-form::after {
  border: 8px solid #fff;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: auto;
}

.reactions__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}

.reactions__item {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-top: 16px;
  cursor: pointer;
}

.reactions__name {
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  padding: 3px 8px 4px;
  background-color: #666;
  font-size: 11px;
  margin-top: 4px;
  min-height: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reactions__icon {
  position: relative;
  display: inline-block;
  max-width: 52px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reactions__image {
  margin-top: -4px;
}

.reactions__count {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

.reactions__animated {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.reactions__item:hover .reactions__animated, .reactions__item:focus .reactions__animated, .reactions__item:active .reactions__animated {
  -webkit-animation-name: hvr-pulse;
  -o-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 100%;
}

.widget_media_image img {
  vertical-align: top;
}

.widget_media_image a {
  border-radius: 5px;
  overflow-y: hidden;
}

.widget_media_image a:hover {
  opacity: 0.8;
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.reactions__number {
  display: inline-block;
  padding: 2px 7px 4px;
  min-width: 32px;
  color: #fff;
  border-radius: 50px;
  background-color: #0182b3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reactions__item_active, .reactions__item_closed {
  cursor: default;
}

.reactions__item_closed:hover .reactions__animated, .reactions__item_closed:active .reactions__animated, .reactions__item_closed:focus .reactions__animated, .reactions__item_active:hover .reactions__animated, .reactions__item_active:active .reactions__animated, .reactions__item_active:focus .reactions__animated {
  animation: none;
}

.reactions__item_closed .reactions__number {
  background-color: #d6d6d6;
}

.reactions__item_closed .reactions__icon {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  cursor: default;
  opacity: 0.8;
}

.reactions__item_closed .reactions__name {
  opacity: 0.8;
  background-color: #cccccc;
}

.share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.share__title {
  display: inline-block;
  line-height: 34px;
  margin-right: 10px;
}

.share__text {
  font-size: 14px;
}

.share__link {
  display: inline-block;
  background-color: #e2e2e2;
  line-height: 34px;
  text-align: center;
  padding: 0 20px 0 0;
  border-radius: 20px;
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
  transition: opacity 0.2s ease;
}

.share__link:hover {
  opacity: 0.8;
}

.share i {
  margin-right: 5px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  line-height: 34px;
  background-color: #fff;
  text-align: center;
  color: #fff;
}

.share__link_fb {
  background-color: #3b5998;
}

.share__link_fb i {
  background-color: #314b82;
}

.share__link_vk {
  background-color: #45668e;
}

.share__link_vk i {
  background-color: #385577;
}

.share__link_twitter {
  background-color: #1da1f2;
}

.share__link_twitter i {
  background-color: #1691dc;
}

.share__link_mail {
  background-color: #168de2;
}

.share__link_mail i {
  background-color: #0f7ece;
}

@media (max-width: 1200px) {
  .membership-next-bill-on {
    display: none;
  }

  .heading_holy-duck .heading-banner__block_image img {
    margin-left: -200px;
  }

  .textMagic {
    max-width: 380px;
  }
}
.heading_holy-duck {
  background: url(/wp-content/themes/main/img/duck-bg.jpg) no-repeat center top;
}

.heading_holy-duck .heading-banner__block_bigTitle, .heading_holy-duck .heading-banner__block_title, .heading_holy-duck .heading-banner__block_button {
  position: absolute;
  right: 0;
  padding: 0;
  left: auto;
  bottom: auto;
  width: 540px;
  text-align: left;
}

.heading_holy-duck .heading-banner__block_image img {
  padding-bottom: 0;
  top: 14px;
  left: 50px;
}

.heading_holy-duck .heading-banner__block_bigTitle {
  top: 20px;
  font-size: 52px;
  font-weight: bold;
  font-family: "Russo One", Arial, Helvetica, sans-serif;
}

.heading_holy-duck .heading-banner__block_title {
  top: 110px;
}

.heading_holy-duck .heading-banner__block_title p {
  max-width: 380px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 26px;
}

.heading_holy-duck .heading-banner__block_button {
  top: 200px;
}

.heading_holy-duck .heading-banner__slogan {
  display: none !important;
}

.heading_holy-duck .button_banner {
  background: #fff;
  padding: 0;
  line-height: 60px;
  text-transform: uppercase;
  color: #2f87bd;
  font-size: 16px;
  text-align: center;
  min-width: 315px;
  border-radius: 30px;
  border: none;
  letter-spacing: 0;
}

.heading_holy-duck .button_banner::before {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  left: auto;
  margin-right: 10px;
  margin-top: -2px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.anycomment-subscribe form {
  margin-top: 10px;
}

.heading_holy-duck::before, .heading_holy-duck::after {
  display: none !important;
}

.vc_toggle {
  background: #f7f7f7;
  padding: 10px 15px;
}

.vc_toggle_title > h4 {
  border-bottom: 1px dotted;
  padding-left: 0 !important;
  margin-left: 20px;
}

.vc_toggle_title > h4:hover {
  border-color: #f7f7f7;
}

.vc_toggle .vc_toggle_icon::after, .vc_toggle .vc_toggle_icon::before {
  display: none !important;
}

.vc_toggle .vc_toggle_icon {
  background: url(/wp-content/themes/main/img/icons/microscope.svg) no-repeat center/contain !important;
  width: 30px !important;
  height: 30px !important;
  border: none !important;
}

@media (max-width: 992px) {
  .heading_holy-duck .heading-banner__block_bigTitle, .heading_holy-duck .heading-banner__block_title, .heading_holy-duck .heading-banner__block_button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .heading_holy-duck .heading-banner__block_title p {
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .heading_holy-duck {
    min-height: 340px;
  }

  .heading_holy-duck .heading-banner__block_bigTitle {
    font-size: 36px;
  }

  .heading_holy-duck .heading-banner__block_title p {
    font-size: 21px;
  }

  .vc_toggle_title > h4 {
    font-size: 18px !important;
    line-height: 1.4;
  }
}
@media (max-width: 460px) {
  .heading_holy-duck .heading-banner__block_bigTitle {
    top: 40px;
  }

  .heading_holy-duck .heading-banner__block_title {
    top: 130px;
  }
}
@media (min-width: 1200px) {
  input {
    outline: 0;
  }

  .hamburger {
    display: none;
  }

  .footer .menu > ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1357px) {
  .heading_banner::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .lesson__name {
    font-size: 12px;
  }

  .lesson__slider {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .top__body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav__body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section__body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .book__body {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading__body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page__body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page_shop li {
    width: -webkit-calc(33.333333333333336% - 30px);
    width: calc(33.333333333333336% - 30px);
  }

  .wpb_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .vc_row.vc_inner {
    width: auto;
  }

  .book, .slider {
    display: none;
  }

  .section_slogan .section__body {
    padding-top: 0;
  }

  .section_slogan .section__content {
    padding: 0 30px;
  }

  #layerslider_2 .ls-inner {
    margin-left: -5px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .article__image {
    min-height: -webkit-calc((100vw - 120px)/ 5.3364);
    min-height: calc((100vw - 120px)/ 5.3364);
  }

  .menu > ul li a {
    margin-right: 20px;
  }

  .cart, .social_header .social__item {
    width: 50px;
    height: 50px;
  }

  .cart__number {
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 12px;
    top: 4px;
    border: 1px solid #b93838;
  }

  .phone {
    margin-right: 15px;
    font-size: 14px;
  }

  .book__text {
    font-size: 22px;
  }

  .section__title {
    font-size: 32px;
  }

  .video__right {
    margin-top: 0;
  }

  .video__info {
    bottom: -20px;
  }

  .video::before {
    top: -120px;
  }

  .trenings__name {
    font-size: 20px;
  }

  .trenings__body {
    min-height: 141px;
  }

  .footer input {
    width: 100%;
    margin-bottom: 5px;
  }

  .article__preview {
    font-size: 14px;
  }

  .hamburger + ul {
    position: fixed;
    top: 160px;
    right: -100%;
    width: 100%;
    text-align: center;
    min-height: -webkit-calc(100% - 160px);
    min-height: calc(100% - 160px);
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 10000;
  }

  .hamburger + ul li {
    width: 100%;
  }

  .hamburger + ul li a {
    font-size: 2rem;
  }

  .hamburger.is-active + ul {
    -webkit-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
  }

  .nav__sticker_fixed .hamburger + ul {
    top: 69px;
    min-height: -webkit-calc(100% - 69px);
    min-height: calc(100% - 69px);
  }

  .hamburger {
    margin: 7px;
    float: right;
    margin-right: 0;
  }

  .menu > ul .menu-item.menu-item-has-children:hover .sub-menu {
    display: none;
  }

  .heading-banner__block_title {
    font-size: 26px;
    margin-right: 15px;
  }
}
@media (max-width: 998px) {
  .lesson__item {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }

  .button_arrow.button_banner::before {
    background-color: #4a90ba;
  }

  .heading-banner {
    width: 100%;
    margin: 0;
  }

  .heading-banner__block_image {
    display: none;
  }

  .heading-banner__block_title {
    text-align: left;
    padding-left: 0;
    font-size: 32px;
  }

  .heading-banner__block_title p {
    margin-right: 0;
  }

  #menu-bottom .menu-item:first-child {
    margin-right: 20px;
  }

  .social__item_acc {
    padding-left: 0;
  }

  .social__info {
    display: none;
  }

  .social_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video__right {
    display: none;
  }

  .page__body_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .widget_price {
    margin: 0 0 30px !important;
    text-align: center;
  }

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

  .article_product {
    margin: auto;
  }

  .heading_small {
    padding-bottom: 4rem;
  }

  .heading__body {
    font-size: 32px;
  }

  .book__info {
    padding-top: 40px;
  }

  .video {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .video::before {
    top: -60px;
  }

  .video__left {
    margin-bottom: 60px;
  }

  .video__right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin: auto;
    z-index: 100;
  }

  .video__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .video__preview_small {
    width: 100%;
  }

  .video__preview_small img {
    width: 100%;
  }

  .video__title {
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    font-size: 22px;
    font-weight: 700;
  }

  .advantages__item {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .advantages__item::before {
    top: 10px !important;
    bottom: auto !important;
  }

  .section_advantages .section__body {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .trenings__item {
    margin-bottom: 20px;
  }

  .footer .menu > ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__copy {
    text-align: center;
    margin-top: 10px;
  }

  .footer__contact {
    margin-bottom: 20px;
  }

  .footer__articles {
    margin-bottom: 20px;
  }

  .footer input {
    margin-bottom: 10px;
  }

  .aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin: auto;
    margin-top: 20px;
  }

  .widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .footer .menu > ul {
    float: none;
  }

  .menu > ul .menu-item a {
    margin: auto;
  }
}
@media (max-width: 998px) and (max-width: 768px) {
  .video__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .top__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top__search {
    width: -webkit-calc(41.66666666666667% - 30px);
    width: calc(41.66666666666667% - 30px);
  }

  .nav__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book__text {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .book__button {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .video__left {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .video__right {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

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

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

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-banner__block {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .page__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page__content {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .aside {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .page_shop li {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__menu {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .footer__social {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

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

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

  .footer__mail {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  #my-account-menu.position-left {
    margin-top: 30px !important;
  }

  .membership-start-date, .membership-end-date {
    display: none;
  }

  .woocommerce-checkout #payment ul.payment_methods {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-checkout #payment ul.payment_methods label {
    font-size: 14px;
  }

  .woocommerce-page #payment .place-order #place_order, .woocommerce a.button.checkout-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 10;
  }

  .woocommerce-checkout #payment div.form-row {
    padding-bottom: 0;
  }

  .textMagic {
    max-width: 100%;
  }

  .article__main-info {
    max-height: 1000%;
    height: auto;
    padding-bottom: 30px;
  }

  .article__main-info::after {
    display: none;
  }

  .article__preview {
    min-height: 0;
  }

  .shopping {
    background-position: center 16px;
    z-index: 1;
    height: 59px;
  }

  .page blockquote {
    padding-right: 10px;
  }

  .share__title {
    width: 100%;
    margin-bottom: 10px;
  }

  .share__link {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .top__body {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 60px;
  }

  .top__search {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .top__info {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .top__social {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .nav__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book__image {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .book__info {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .advantages__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .trenings__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-banner__block {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .page__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__contact {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .footer__articles {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .footer__mail {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.future-past .lion-mobile-image {
  display: none;
}

@media (max-width: 767px) {
  .article__buy {
    max-width: 100% !important;
  }

  .heading-banner__block_title {
    padding-top: 50px;
    font-size: 28px;
    text-align: center;
  }

  .heading-banner__block_button {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .woocommerce .product-name {
    width: 100%;
  }

  .woocommerce .product-name span {
    display: inline-block;
    max-width: calc(100% - 55px);
  }

  .woocommerce .product-name span a {
    vertical-align: middle;
  }

  .woocommerce .product-remove {
    float: left;
    margin-right: 25px;
  }

  .hamburger + ul {
    top: 200px;
    min-height: -webkit-calc(100% - 200px);
    min-height: calc(100% - 200px);
  }

  .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article__image + .article__buy {
    margin-top: 20px;
  }

  .section_advantages {
    background: #f4f8fb;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .article_small {
    width: 100%;
  }

  .article__left {
    width: 100%;
    text-align: center;
  }

  .article__right {
    width: 100%;
    margin-top: 10px;
  }

  .widget {
    width: 100%;
  }

  .top__info {
    text-align: center;
  }

  .article_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article_product .article__buy, .article_product .article__image, .article_product .article__info {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

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

  .article_product .article__image {
    margin-top: 5px;
  }

  #my-account-content {
    overflow-x: scroll;
  }

  .nav {
    margin-bottom: -50px;
    min-height: 120px;
    background: none !important;
  }

  .nav__sticker {
    top: 20px;
  }

  .nav__sticker.nav__sticker_fixed {
    top: 0;
  }

  .logo {
    min-height: 60px;
    /*background-size: 60px;*/
    background-size: contain;
  }

  .page__body_single {
    margin-top: 15px;
  }

  .reviews-top h3 {
    font-size: 32px !important;
    text-align: center;
  }

  .future-past .lion-mobile h3 {
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
  }

  .future-past .lion-mobile-image {
    display: block;
    max-width: 100%;
    opacity: 0.6;
    margin-bottom: 0;
  }

  .future-past .lion-mobile-image_cat {
    opacity: 1;
    margin-left: -30px;
    margin-right: -30px;
    max-width: 1000%;
    display: block;
    width: calc(100% + 60px);
    margin-top: -10px;
  }
}
.hamburger {
  padding-right: 0;
}

@media (max-width: 576px) {
  .top__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_shop li {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page__body_single .wpb_wrapper {
    padding: 0;
  }

  .more-posts__box {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .footer__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .more-posts__box {
    padding: 0;
  }

  .more-posts__box a {
    text-align: center;
  }

  .more-posts__box img {
    position: relative;
    float: none;
    margin: auto;
  }

  .more-posts__box::after {
    display: none;
  }

  .more-posts__box h5 {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    max-width: 100%;
    margin-top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .article__date-cat h1 {
    font-size: 28px !important;
  }

  .reviews-top h3 {
    font-size: 28px !important;
    text-align: center;
  }

  .lion-hidden {
    display: none;
  }
}
.page__body_single > .mpc-row:first-child .lesson {
  margin-top: -30px;
}

@media (min-width: 480px) {
  .hide-desk {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .page .page__body_single > .vc_row {
    margin-left: 0;
  }

  .cart-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout h3 {
    line-height: 1.2;
    font-size: 21px !important;
    margin-top: 15px;
  }

  div.prices-section .mpc-pricing-column:last-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }

  div.prices-section .mpc-pricing-column:first-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .denis-mobile + .host-section {
    display: none !important;
  }

  .denis-mobile {
    position: relative;
    margin-bottom: 15px;
    background: url(/wp-content/uploads/2020/08/denis_mobile.jpg?id=14951) no-repeat top left/contain;
  }

  .denis-mobile__text {
    position: absolute;
    top: 0;
    padding-top: 85%;
    right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }

  .denis-mobile__text + .wpb_content_element {
    padding-top: 120%;
  }

  .lion-mobile {
    position: relative;
  }

  .lion-mobile .vc_column-inner {
    position: relative;
    z-index: 1;
  }

  .hide-desk + .neil_check {
    margin-top: 0;
    border-top: none;
  }

  .video__right {
    display: none;
  }

  .archive .page__body {
    padding-left: 0;
    padding-right: 0;
  }

  .page__body_single > .mpc-row:first-child .lesson {
    margin-top: 0;
  }

  .lesson {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .lesson .slick-prev {
    left: -18px;
  }

  .lesson .slick-next {
    right: -18px;
  }

  .section__title {
    font-size: 26px;
  }

  .reactions__anchore {
    top: -30px;
  }

  .reactions-form {
    top: 0;
  }

  .reactions__item {
    padding: 0 5px;
    width: 33.33333%;
  }

  #add_payment_method #payment ul.payment_methods > input, .woocommerce-cart #payment ul.payment_methods > li > input, .woocommerce-checkout #payment ul.payment_methods > li > input {
    position: absolute !important;
    top: 0;
    left: 0;
  }

  .woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    margin-bottom: 20px;
  }

  .woocommerce-checkout #payment ul.payment_methods > li > label {
    margin-left: 30px !important;
  }

  .woocommerce-checkout #payment ul.payment_methods > li > label::before {
    position: relative;
    width: 100%;
    left: auto;
    background-size: 125px;
  }

  #ya_money_baks + label {
    width: -webkit-calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
  }

  #wc-stripe-cc-form .form-row-first, #wc-stripe-cc-form .form-row-last, #wc-stripe-cc-form .form-row-wide {
    background: 0 0;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 340px !important;
  }

  #wc-stripe-cc-form .form-row-first::before, #wc-stripe-cc-form .form-row-last::before, #wc-stripe-cc-form .form-row-wide::before {
    display: none;
  }

  #wc-stripe-cc-form .form-row-first, #wc-stripe-cc-form .form-row-last {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    text-align: left;
  }

  #wc-stripe-cc-form .form-row-first label, #wc-stripe-cc-form .form-row-last label {
    width: 200px;
  }

  .woocommerce-checkout #payment .payment_method_stripe label {
    padding-left: 0 !important;
  }

  .wc_payment_method::before {
    position: relative;
    top: auto;
    left: auot;
  }

  .heading-banner__block_title {
    font-size: 28px;
    text-align: center;
  }

  .heading-banner__block_button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-banner__block_title {
    padding-top: 30px;
  }

  .heading_small {
    background-position: center top;
  }

  .heading_banner {
    margin-bottom: -15px !important;
    min-height: 265px;
  }

  .woocommerce-error .wc-forward {
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
  }

  .top__body {
    padding-right: 0;
    padding-left: 0;
  }

  .social_header .social__item_acc {
    padding-left: 10px;
  }

  .social {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video__right {
    margin-top: 20px;
  }

  .article__image {
    min-height: -webkit-calc((100vw - 30px)/ 1.7788);
    min-height: calc((100vw - 30px)/ 1.7788);
  }

  .article__image_video {
    min-height: -webkit-calc((100vw - 30px)/ 1.8677);
    min-height: calc((100vw - 30px)/ 1.8677);
  }

  .page__body_single {
    padding-left: 0;
    padding-right: 0;
  }

  .page__body_single > .vc_row {
    margin-left: -7.5px;
  }

  .page__body_single .page__content {
    margin: 0;
    width: 100%;
  }

  .logo__name, .logo__slogan {
    display: none;
  }

  .logo__mobile {
    display: block;
    width: 160px;
    float: right;
    height: 46px;
    background: url(/wp-content/themes/main/img/logo_text.svg) no-repeat right center/110px 100%;
  }

  .payment_method_liqpay p {
    padding: 40px 0 0 0;
  }

  .wc-proceed-to-checkout {
    text-align: center;
  }

  .heading {
    padding-top: 75px;
  }

  .heading_banner {
    padding-top: 0;
  }

  .heading_banner::after, .heading_banner::before {
    display: none;
  }

  ._form-content div, ._form-content div input {
    width: 100%;
  }

  ._button-wrapper button {
    width: 100%;
  }

  .footer input {
    line-height: 40px;
    font-size: 0.8rem;
  }

  .section__body {
    padding: 40px 15px;
  }

  .nav__sticker_fixed .menu {
    padding-top: 4px;
  }

  .nav__sticker_fixed .logo__name {
    padding-top: 10px;
  }

  .nav__sticker_fixed .logo__mobile {
    height: 56px;
  }

  .hamburger {
    margin: 0;
    margin-top: 4px;
  }

  .top__social {
    width: 100%;
    margin: 0;
  }

  .top__info {
    display: none;
  }

  .hamburger + ul {
    position: absolute;
    top: 63px;
    min-height: -webkit-calc(100vh - 63px);
    min-height: calc(100vh - 63px);
    padding-bottom: 120px;
  }

  .hamburger + ul li a {
    font-size: 1.4rem;
  }

  .nav__sticker_fixed .hamburger + ul {
    position: fixed;
    padding-bottom: 0;
  }

  .lesson__item {
    margin-bottom: 20px;
  }

  .lesson__slider {
    margin-bottom: 30px;
  }

  .logo {
    width: 180px !important;
    padding: 0 !important;
    padding-left: 60px !important;
    padding-top: 8px !important;
    background-size: 60px;
    text-align: right;
  }

  .logo__slogan {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }

  .logo__name {
    font-size: 18px !important;
    padding-top: 7px;
  }

  .lang_header {
    padding-top: 20px;
  }

  .menu {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    margin: auto;
  }

  .book__info {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  .book__button {
    margin-top: 10px;
    text-align: center;
  }

  .book__button #_form_1_submit::before, .book__button .button::before, .book__button .woocommerce #payment #place_order::before, .book__button .woocommerce a.button.alt::before, .book__button .woocommerce ul.products li.product .button::before, .book__button .woocommerce-page #payment #place_order::before, .woocommerce #payment .book__button #place_order::before, .woocommerce .book__button a.button.alt::before, .woocommerce ul.products li.product .book__button .button::before, .woocommerce-page #payment .book__button #place_order::before {
    background: url(/wp-content/themes/main/img/icons/arrow_button.png) no-repeat center 11%, #fff;
  }

  .video__big {
    padding: 10px;
  }

  .video__info {
    position: relative;
    margin-top: 30px;
    top: auto;
    bottom: auto;
  }

  .footer .menu {
    width: 100%;
  }

  .header .email, .header .phone {
    font-size: 12px;
  }

  .menu_footer ul li {
    width: 100%;
    display: block;
    text-align: center;
  }

  .menu_footer ul li a {
    margin: 0;
  }

  .video::before {
    height: 300px;
    background-position: top left;
  }

  .video__left {
    margin-bottom: 0;
  }

  .section_slogan .section__body {
    padding-top: 60px;
  }

  .footer__mail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }

  .footer__articles {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__contact {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  #my-account-content .woocommerce-Message {
    text-align: center;
  }

  #my-account-content .woocommerce-Message .woocommerce-Button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .cross-sells .product {
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  .reviews-top h3 {
    font-size: 21px !important;
  }

  .heading-banner__block_title {
    font-size: 26px;
  }

  .social_header .social__item {
    width: 40px;
  }

  .article_product {
    padding-left: 0;
    padding-right: 0;
  }

  .logo__mobile {
    background: url(/wp-content/themes/main/img/logo_text.svg) no-repeat right center/100px 100%;
  }

  .hamburger + ul li a {
    font-size: 1rem;
  }

  .nav__sticker_fixed .hamburger + ul {
    top: 70px;
    min-height: -webkit-calc(100% - 70px);
    min-height: calc(100% - 70px);
  }

  .logo {
    width: 170px !important;
  }

  #_form_1_submit, .button, .woocommerce #payment #place_order, .woocommerce a.button.alt, .woocommerce ul.products li.product .button, .woocommerce-page #payment #place_order {
    padding: 4px 20px;
  }

  .article__published {
    display: block;
    margin-top: 10px;
  }

  .article__preview {
    min-height: 180px;
  }

  .page_shop .price, .trenings__price {
    width: 45%;
    font-size: 23px;
  }
}


.woocommerce-cart .coupon {
  display: none;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
  content: " ";
  display: table;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
  clear: both;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  display: block;
  max-width: 250px;
  margin-top: 0.5em;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rtl.woocommerce div.product div.images .flex-control-thumbs li {
  float: right;
}

.woocommerce-message {
  border-top-color: #8fae1b;
  display: flex;
  flex-direction: column-reverse;
}

.woocommerce-message::before {
  content: "";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}

.woocommerce-error::before {
  content: "";
  color: #b81c23;
}

/* Скрываем уведомление о купоне на странице оформления заказа */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
/* Выбор сортировки на странице магазина */
.woocommerce-ordering {
  display: none;
}
/* Отображение единственного товара */
.woocommerce-result-count {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-cart .actions .wc-forward {
    margin-bottom: 1em;
    text-align: center;
  }
}