/*
Theme Name: Mary Bolotova - landing page theme
Author: Avilona
Version: 1.1
Text Domain: bolotova
Description: Responsive custom one page theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* BW Surco Demo */
@font-face {
  font-family: "BW Surco Demo";
  src: local("BwSurcoDEMO-Light"), url("fonts/BwSurcoDEMO-Light.woff") format("woff"), url("fonts/BwSurcoDEMO-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "BW Surco Demo";
  src: local("BwSurcoDEMO-Regular"), url("fonts/BwSurcoDEMO-Regular.woff") format("woff"), url("fonts/BwSurcoDEMO-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BW Surco Demo";
  src: local("BwSurcoDEMO-Bold"), url("fonts/BwSurcoDEMO-Bold.woff") format("woff"), url("fonts/BwSurcoDEMO-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

/* Century Schoolbook */
@font-face {
  font-family: "Century Schoolbook";
  src: local("century-schoolbook-bold-italic"), url("fonts/century-schoolbook-bold-italic.woff") format("woff"), url("fonts/century-schoolbook-bold-italic.woff2") format("woff2"); }

/* Open Sans */
@font-face {
  font-family: "Open Sans";
  src: local("opensans"), url("fonts/opensans.woff") format("woff"), url("fonts/opensans.woff2") format("woff2"); }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-clock {
  font-size: 30rem;
  width: 1em; }

.icon-information {
  font-size: 51.2rem;
  width: 1em; }

.icon-insta {
  font-size: 45.573rem;
  width: 1em; }

.icon-insta-stroke {
  font-size: 51.2rem;
  width: 1em; }

.icon-menu {
  font-size: 38.497rem;
  width: 1em; }

.icon-tag {
  font-size: 2.076rem;
  width: 1em; }

.icon-viber {
  font-size: 51.2rem;
  width: 1em; }

.icon-vk {
  font-size: 45.573rem;
  width: 1em; }

.icon-whatsapp {
  font-size: 51.2rem;
  width: 1em; }

.icon-youtube {
  font-size: 51rem;
  width: 1em; }

html {
  box-sizing: border-box; }

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

body {
  font-family: "BW Surco Demo", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

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

ul {
  list-style-image: url(images/list-image.svg); }
  ul li {
    padding-left: 30px; }

.main {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  margin-top: 74px; }

.section {
  width: 100%;
  padding: 0px 15px; }

.section__inner {
  width: 100%;
  max-width: 990px;
  margin: 0px auto;
  padding: 30px 0; }

.bg-gray {
  background-color: #f9f9f9; }

.section__title {
  font-family: "Century Schoolbook", "Arial", sans-serif;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center; }
  .section__title span {
    display: inline-block;
    position: relative;
    padding: 0 0 29px 0; }
    .section__title span:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #aeb5ba;
      position: absolute;
      bottom: 0;
      left: 0; }
    .section__title span:after {
      content: '';
      width: 112px;
      height: 3px;
      background-color: #4db5f7;
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -56px; }

h1{
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

.section__subtitle {
  font-family: "Century Schoolbook", "Arial", sans-serif;
  font-size: 28px; }

h2 {
  font-family: "Century Schoolbook", "Arial", sans-serif;
  font-size: 24px; }

h3 {
  font-family: "Century Schoolbook", "Arial", sans-serif;
  font-size: 20px; }

a {
  color: #7d2bff; }
  a:hover {
    text-decoration: none; }

.button {
  display: inline-block;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 30px;
  letter-spacing: 7px;
  border-radius: 30px;
  background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%);
  text-align: center;
  transition: all 0.5s; }
  .button:hover {
    background: linear-gradient(to right, #7d2bff 0%, #7d2bff 75%, #4db5f7 100%); }
  .button_outline {
    padding: 2px;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 4px; }
    .button_outline span {
      background-color: #ececec;
      transition: background-color 0.5s ease;
      padding: 5px 15px;
      border-radius: 30px;
      display: block; }
    .button_outline:hover {
      color: #ffffff;
      background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%); }
      .button_outline:hover span {
        background-color: transparent; }
  .button_outline-transparent {
    background: transparent;
    border: 2px solid #7d2bff;
    padding: 10px 22px;
    transition: all 0.5s;
    font-weight: 300;
    position: relative; }
    .button_outline-transparent span {
      position: relative;
      z-index: 2; }
    .button_outline-transparent:before {
      content: '';
      display: block;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border-radius: 30px;
      background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%);
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.5s; }
    .button_outline-transparent:hover {
      background: transparent; }
      .button_outline-transparent:hover:before {
        opacity: 1; }

button {
  font-family: inherit; }
  button:hover {
    cursor: pointer; }

.clear {
  clear: both; }

.fancybox-hidden {
  display: none; }

input[type="text"], textarea, select:not(.js-select),
input[type="email"], input[type="password"],
input[type="search"], input[type="tel"],
input[type="number"] {
  display: inline-block;
  border: 2px solid #c2c8cd;
  font-family: inherit;
  line-height: normal;
  padding: 8px 10px;
  border-radius: 30px; }

input:focus,
input:active{
  outline: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.doubleScroll-scroll-wrapper::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar {
  width: 12px; }

.doubleScroll-scroll-wrapper::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track {
  background-color: #ebeef6; }

.doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #aeb3c5;
  border: 3px solid #ebeef6; }

.icon_blue {
  color: #4db5f7; }

.icon_gray {
  color: #c2c8cd; }

.breadcrumbs {
  color: #ffffff;
  position: relative;
  font-size: 13px;
  margin-bottom: 25px; }
  .breadcrumbs a {
    color: #ffffff;
    display: inline-block;
    vertical-align: baseline; }
    .breadcrumbs a:before {
      display: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs span {
    display: inline-block;
    vertical-align: baseline; }
  .breadcrumbs .sep {
    margin: 0 5px; }

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  box-shadow: 0px 5px 34px 0px rgba(0, 0, 0, 0.12); }
  .header .section__inner {
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center; }

.header__logo {
  flex-shrink: 0;
  margin-right: 12px; }

.header__menu-link {
  display: none; }

.header__phone {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 6px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 100; }
  .header__phone:hover {
    text-decoration: underline; }

.header__socials {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.header__socials-item {
  margin-left: 13px; }

.header__contacts {
  width: 173px;
  flex-shrink: 0; }

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .main-menu li {
    padding: 0; }
    .main-menu li a {
      display: block;
      height: 100%;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      font-size: 13px;
      text-decoration: none;
      padding: 16px 15px;
      display: -webkit-box;
      display: -moz-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      transition: background 0.5s; }
      .main-menu li a:hover {
        background: #4db5f7;
        color: #ffffff; }
    .main-menu li.blue a {
      color: #ffffff;
      background: #4db5f7; }

.actions-slider {
  position: relative;
  padding: 0;
  margin-bottom: 100px; }
.actions-slider_no-margin{
  margin-bottom: 0;
}
  .actions-slider .section__inner {
    position: relative;
    padding: 0; }
  .actions-slider .swiper-button-prev,
  .actions-slider .swiper-button-next {
    background-image: none;
    margin-top: -62px;
    opacity: 0.4;
    transition: opacity 0.5s; }
    .actions-slider .swiper-button-prev:hover,
    .actions-slider .swiper-button-next:hover {
      opacity: 1; }
    .actions-slider .swiper-button-prev img,
    .actions-slider .swiper-button-next img {
      display: block;
      position: relative;
      z-index: 5; }
  .actions-slider .swiper-button-prev {
    left: 0; }
    .actions-slider .swiper-button-prev img {
      left: 5px; }
    .actions-slider .swiper-button-prev:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 84px 0 84px 68px;
      border-color: transparent transparent transparent #030e38;
      position: absolute;
      left: 0;
      top: -50px;
      opacity: 0.45;
      z-index: 1; }
  .actions-slider .swiper-button-next {
    right: 0; }
    .actions-slider .swiper-button-next img {
      right: 5px; }
    .actions-slider .swiper-button-next:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 84px 68px 84px 0;
      border-color: transparent #030e38 transparent transparent;
      position: absolute;
      right: 0;
      top: -50px;
      opacity: 0.45;
      z-index: 1; }
  .actions-slider .swiper-pagination {
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    bottom: 18px; }
  .actions-slider .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid #8a888e;
    background: transparent;
    width: 12px;
    height: 12px;
    margin-left: 13px;
    opacity: 1; }
  .actions-slider .swiper-pagination-bullet-active {
    background: #b9b7b9;
    border-color: #b9b7b9; }
  .actions-slider .swiper-slide {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    min-height: 565px; }
  .actions-slider_no-margin .swiper-slide{
    min-height: auto;
    padding-bottom: 50px;
  }
    .actions-slider .swiper-slide:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #2c3040;
      opacity: 0.75;
      z-index: 1; }

.actions-slider__inner {
  max-width: 990px;
  margin: 0px auto;
  text-align: center;
  font-size: 22px;
  position: relative;
  z-index: 2;
  padding-top: 22px; }

.actions-slider__intro,
.actions-slider__text {
  font-family: "Century Schoolbook", "Arial", sans-serif; }

.actions-slider__text {
  margin-bottom: 14px; }

.actions-slider__title {
  font-size: 39px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 58px;
  margin-bottom: 50px; }

.advantages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -125px;
  z-index: 5; }

.advantages__item {
  width: 258px;
  height: 253px;
  margin: 0 -7px;
  color: #ffffff;
  font-size: 17px;
  background: url(images/advantage-bg.png) 0 0 no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0; }
  .advantages__item span {
    max-width: 155px;
    margin-top: 70px; }
  .advantages__item:nth-child(2n) {
    margin-top: -40px; }
    .advantages__item:nth-child(2n) span {
      margin-top: 92px; }

.tabs .section__inner {
  padding-top: 40px;
  padding-bottom: 93px; }

.tabs__wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 10px 0;
  width: 100%; }

.tabs__item {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #4db5f7;
  border-radius: 30px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 8px 45px;
  margin: 20px 15px;
  transition: all 0.5s; }
  .tabs__item_active, .tabs__item:hover {
    background-color: #4db5f7;
    color: #ffffff;
    box-shadow: 0px 10px 40px 0px rgba(46, 164, 239, 0.32); }

.tabs__content-inner {
  display: none;
  padding-top: 38px; }
  .tabs__content-inner_active {
    display: block; }

.courses {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap; }

.courses__item {
  background-color: #ececec;
  color: #000000;
  text-decoration: none;
  width: calc(25% - 15px);
  margin: 0 20px 20px 0;
  font-size: 16px;
  transition: all 0.5s; }
  .courses__item:nth-child(4n) {
    margin-right: 0; }
  .courses__item .button {
    font-size: 10px;
    position: relative;
    z-index: 3; }
  .courses__item:hover {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06); }
    .courses__item:hover .button {
      color: #ffffff;
      background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%); }
      .courses__item:hover .button span {
        background-color: transparent; }

.courses__item-image {
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden; }
  .courses__item-image img {
    display: block;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;
    max-width: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.courses__item-title {
  text-align: center;
  font-weight: bold;
  padding: 0 18px;
  min-height: 37px;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.courses__item-info {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 18px; }

.courses__item-row {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center; }
  .courses__item-row .icon {
    font-size: 20px;
    margin-right: 10px; }

.courses__item-footer {
  position: relative;
  text-align: center;
  padding: 0 18px;
  margin-top: 20px;
  margin-bottom: 15px; }
  .courses__item-footer:before {
    content: '';
    width: calc(100% - 36px);
    height: 1px;
    background-color: #aeb5ba;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -2px;
    z-index: 1; }
  .courses__item-footer:after {
    content: '';
    width: 65%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    left: 17.5%;
    top: 50%;
    z-index: 2;
    margin-top: -2px; }

.abonement {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #ffffff; }
  .abonement:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2c3040;
    opacity: 0.29;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1; }
  .abonement .section__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 745px;
    padding-top: 57px;
    padding-bottom: 52px; }
  .abonement .section__title {
    font-family: "BW Surco Demo", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 39px; }
  .abonement .button {
    margin-top: 38px; }

.gallery__grid {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .gallery__grid_tall .gallery__grid-item {
    height: 222px; }

.gallery__grid-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: calc(20% - 4px);
  margin: 0 5px 5px 0;
  border: 8px solid #ececec;
  transition: border 0.5s;
  height: 137px; }
  .gallery__grid-item:nth-child(5n) {
    margin-right: 0; }
  .gallery__grid-item:hover {
    border-color: #4db5f7; }
  .gallery__grid-item_video:after {
    content: '';
    width: 55px;
    height: 53px;
    background: url(images/youtube.svg) 0 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.footer {
  padding: 0; }
  .footer .section__inner {
    padding-right: 15px;
    padding-left: 15px; }

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .footer__menu li {
    padding-left: 0; }
    .footer__menu li a {
      display: block;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      color: #747474;
      font-size: 14px;
      padding: 15px; }
      .footer__menu li a:hover {
        text-decoration: underline; }

.footer__logos {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .footer__logos img {
    display: block;
    margin: 15px 27.5px; }

.footer__socials {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.footer__socials-item {
  margin: 10px 15px; }

.footer__logo {
  display: block;
  text-align: center; }
  .footer__logo img {
    display: inline-block; }

.footer__terms-wrapper {
  text-align: center; }
  .footer__terms-wrapper a {
    text-decoration: none;
    font-size: 12px;
    color: #bdbdbd; }
    .footer__terms-wrapper a:hover {
      text-decoration: underline; }

.footer__menu-wrapper .section__inner {
  padding-top: 14px;
  padding-bottom: 12px; }

.footer__logos-wrapper .section__inner {
  padding-top: 0px;
  padding-bottom: 0px; }

.footer__socials-wrapper .section__inner {
  padding-bottom: 4px;
  padding-top: 0; }

.footer__logo-wrapper .section__inner {
  padding-top: 14px;
  padding-bottom: 14px; }

.footer__terms-wrapper .section__inner {
  padding-top: 6px;
  padding-bottom: 6px; }

.modal-form {
  max-width: 100%;
  width: 400px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
  line-height: normal;
  font-family: "BW Surco Demo", "Arial", sans-serif; }

input.modal-form__input {
  margin: 10px auto 30px auto;
  display: block;
  width: 100%;
  font-size: 18px; }

.modal-form__button {
  margin-top: 10px;
  width: 100%;
  font-size: 20px; }

.modal-form__title {
  font-size: 28px;
  font-family: "Century Schoolbook", "Arial", sans-serif;
  margin: 10px 0px 35px 0px;
  text-align: center; }

input.needsfilled, select.needsfilled {
  border-color: #ec483b; }

.modal {
  width: 100%;
  max-width: 940px; }

.modal__inner {
  padding: 20px;
  line-height: 1.5; }
  .modal__inner li {
    margin-bottom: 20px;
    padding-left: 10px; }

.section-content{
  line-height: 1.5;
}

.section-content li{
  margin-bottom: 20px;
  padding-left: 10px;
}

.modal__title {
  margin-top: 0;
  text-align: center;
  font-family: "Century Schoolbook", "Arial", sans-serif;
  font-size: 28px; }

.modal__divider {
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #aeb5ba;
  margin: 30px 0; }
  .modal__divider:after {
    content: '';
    width: 112px;
    height: 3px;
    background-color: #4db5f7;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -56px; }

.modal__time {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px; }
  .modal__time .icon {
    font-size: 20px; }

.modal__time-title {
  font-weight: 300;
  margin: 0; }

.modal__time-value {
  font-weight: 700;
  margin: 0; }

.modal__info {
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 35px 0; }
  .modal__info:before {
    content: '';
    width: calc(100% + 88px);
    height: 100%;
    background-color: #fd3348;
    position: absolute;
    top: 0;
    left: -44px;
    z-index: 1; }
  .modal__info .icon {
    position: relative;
    z-index: 2;
    font-size: 92px;
    margin-right: 43px;
    flex-shrink: 0; }
  .modal__info a{
	color: #ffffff;
	text-decoration: none;
	display: flex;
    align-items: center;
  }
  
  .modal__info a img{
	  margin-right: 8px;
  }
  
  .modal__info a span{
	border-bottom: 1px dashed #ffffff;
  }

.modal__info-content {
  position: relative;
  z-index: 2;
  margin: 0; }

.modal__price {
  padding-top: 24px;
  text-align: center;
  font-size: 20px; }
  .modal__price .icon {
    font-size: 17px; }
.modal__price form .quantity {
  display: none;
}
.modal__price form .single_add_to_cart_button {
  float: none!important;
}
.modal__price-title {
  font-weight: 300; }

.modal__price-row {
  display: -webkit-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px; }

.modal__price-block {
  width: 25%;
  padding: 0 47px;
  position: relative; }
  .modal__price-block span {
    font-weight: bold;
    display: block;
    margin-bottom: 17px; }
  .modal__price-block .price {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
  }
  .modal__price-block .price span {
    display: inline-block!important;
    font-weight: bold;
    display: block;
    margin-bottom: 17px;
    color: #000000;
    font-size: 20px;
  }
  .modal__price-block .price .woocommerce-Price-currencySymbol {
    display: none!important;
  }
  .modal__price-block:before {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -35px;
    background-color: #aeb5ba; }
  .modal__price-block:first-child::before{
	display: none;
  }
  .single-product .product .modal__price .single_add_to_cart_button {
    display: inline-block;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    height: 38px;
    padding: 11px 30px;
    letter-spacing: 7px;
    border-radius: 30px;
    background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%);
    text-align: center;
    transition: all 0.5s;
  }
.modal__gallery {
  padding: 30px 0; }

.modal__footer {
  position: relative;
  text-align: center;
  margin: 30px 0; }
  .modal__footer:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aeb5ba;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1; }
  .modal__footer .button {
    position: relative;
    z-index: 2; }

.section-page-header{
  position: relative;
  background-size: cover;
  background-position: center center;
}

.section-page-header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2c3040;
    opacity: 0.75;
    z-index: 1;
}

.section-page-header .section__inner{
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 15px 0;
}

/* TYPOGRAPHY */
.t-a-right {
  text-align: right; }

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

.t-a-left {
  text-align: left; }

.t-a-just {
  text-align: justify; }

.t-bold {
  font-weight: bold; }

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

.t-lower {
  text-transform: lowercase; }

/* MARGINS & PADDINGS */
.p-t-none {
  padding-top: 0; }

.p-none {
  padding: 0; }

.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-w-xs {
  padding: 0 10px; }

.p-w-sm {
  padding: 0 15px; }

.p-w-m {
  padding: 0 20px; }

.p-w-md {
  padding: 0 25px; }

.p-w-lg {
  padding: 0 30px; }

.p-h-lg {
  padding: 30px 0px; }

.p-w-xl {
  padding: 0 40px; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-none {
  margin: 0; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-xxl {
  margin-top: 60px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-r-none {
  margin-right: 0; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-xxl {
  margin-bottom: 50px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

/**
* @section WordPress Core
*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media all and (max-width: 1100px) {
  .modal__info:before{
    width: calc(100% + 30px);
    left: -15px;
  }
  .header__phone {
    font-size: 18px; }
  .header__contacts {
    width: auto;
    padding-left: 15px; }
  .header__logo {
    flex-shrink: 1; }
  .actions-slider .swiper-pagination {
    right: 10px; } }

@media all and (max-width: 980px) {
  .modal__price-block{
	  width: 50%;
	  margin-bottom: 20px;
  }
  .modal__price-block:before{
	  display: none;
  }
  .modal__price-block:nth-child(2n)::before {
	  content: '';
	  width: 1px;
	  height: 70px;
	  position: absolute;
	  left: -1px;
	  top: 50%;
	  margin-top: -35px;
	  background-color: #aeb5ba;
	  display: block;
	}
  .courses__item {
    width: calc(33.33% - 11.25px);
    margin: 0 15px 15px 0; }
    .courses__item:nth-child(4n) {
      margin-right: 15px; }
    .courses__item:nth-child(3n) {
      margin-right: 0px; } }

@media all and (max-width: 910px) {
  .header__menu {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    z-index: 10; }
  .header__menu-link {
    display: block;
    position: relative;
    top: 12px; }
    .header__menu-link .icon {
      font-size: 40px; }
  .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: -15px;
    width: 100vw;
    background-color: #ffffff; }
  .main-menu li a {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    order: 1;
    padding-top: 8px; }
  .header__menu {
    -webkit-box-ordinal-group: 4;
    -moz-order: 3;
    order: 3; }
  .header__contacts {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    order: 2; }
  .header .section__inner {
    position: relative;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-right: 65px; } }

@media all and (max-width: 768px) {
  .modal__info .icon{
	  display: none;
  }
  .advantages {
    display: none; }
  .actions-slider .swiper-slide {
    min-height: 100px;
    padding-bottom: 50px; }
  .actions-slider .swiper-pagination {
    right: auto;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .actions-slider {
    margin-bottom: 0; }
  .actions-slider__inner {
    padding-right: 50px;
    padding-left: 50px; }
  .courses__item {
    width: calc(50% - 15px); }
    .courses__item:nth-child(3n) {
      margin-right: 15px; }
    .courses__item:nth-child(2n) {
      margin-right: 0; }
  .tabs__item {
    font-size: 14px;
    padding: 8px 35px;
    margin: 20px 10px 10px 10px; }
  .actions-slider__title {
    font-size: 30px; } }

@media all and (max-width: 720px) {
  .modal__info .icon {
    font-size: 72px;
    margin-right: 23px; }
  .gallery__grid-item {
    width: calc(33.33% - 3.33px); }
    .gallery__grid-item:nth-child(5n) {
      margin-right: 5px; }
    .gallery__grid-item:nth-child(3n) {
      margin-right: 0; } }

@media all and (max-width: 650px) {
  .modal__price-block {
    padding: 0 15px; }
  .modal__price {
    font-size: 18px; } }

@media all and (max-width: 520px) {
  .courses__item,
  .courses__item:nth-child(3n),
  .courses__item:nth-child(4n) {
    width: 100%;
    margin-right: 0; }
  .abonement .section__title {
    font-size: 26px; }
  .section__subtitle {
    font-size: 20px; }
  .footer__logos img {
    margin: 15px 10px; }
  .tabs__wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column; }
  .tabs__item {
    width: 100%;
    margin: 8px 0 8px 0; }
  .header__logo {
    max-width: 200px; }
  .header {
    height: 57px;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  .main {
    margin-top: 57px; }
  .header__menu-link {
    top: 50%;
    margin-top: -20px; }
  .header__socials {
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .header__phone {
    display: none; }
  .gallery__grid-item {
    width: calc(50% - 2.5px); }
  .gallery__grid-item:nth-child(3n) {
    margin-right: 5px; }
  .gallery__grid-item:nth-child(2n) {
    margin-right: 0; } }

@media all and (max-width: 490px) {
  .modal-form{
	  width: 100%;
  }
  .modal__price-row {
    flex-wrap: wrap; }
  .modal__price-block {
    width: 100%;
    padding: 0; }
  .modal__price-block{
    margin-top: 30px;
    padding-top: 30px; }
  .modal__price-block:before,
  .modal__price-block:nth-child(2n)::before  {
	display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    margin-top: auto; }
  .modal__inner {
    padding: 0; } }

@media all and (max-width: 400px) {
  .actions-slider .swiper-button-prev, .actions-slider .swiper-button-next {
    display: none; }
  .actions-slider__inner {
    padding-right: 15px;
    padding-left: 15px; } }

/*# sourceMappingURL=style.css.map */


/* Edit pay form */
  #product-form {

  }
  #product-form .go_to_second {
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 30px;
    letter-spacing: 7px;
    border-radius: 30px;
    background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%);
    text-align: center;
    transition: all 0.5s;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
  }
  #product-form label.oferta {
    
  }
  #product-form label.oferta a {
    vertical-align: top;
    line-height: 11px;
    text-decoration: underline;
    color: #9e9e9e;
  }
  #product-form .go_to_second.disabled {
    background: #cccccc;
  }
  #product-form .empty_field {
    border-color: #ff8383;
  }
  #product-form label.oferta.empty_field a {
    color: #ff8383
  }
  #product-form .go_to_second:hover {
      background: linear-gradient(to right, #7d2bff 0%, #7d2bff 75%, #4db5f7 100%);
  }
  #product-form .first_screen {
    display: none;
  }
  #product-form .first_screen.active {
    display: block;
  }
  #product-form .second_screen {
    display: none;
  }
  #product-form .second_screen.active {
    display: block;
  }
/* Edit pay form */


/* checkout */
  .woocommerce-checkout .section-content .section__inner {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    padding: 15px 25px;
    max-width: 500px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr {
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0 0 5px #4db5f7;
    margin-bottom: 15px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr:last-child {
    box-shadow: none;
    margin-bottom: 0;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr.cart_item {
    padding: 10px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-name a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    line-height: 34px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-quantity input {
    border: none;
    background-color: #eaeaea;
    border-radius: 0;
    text-align: center;
    width: 60px;
    line-height: 18px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-quantity input::-webkit-outer-spin-button,
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-subtotal {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    line-height: 34px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table tr td.product-remove {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table  button.button:disabled, 
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table  button.button:disabled[disabled] {
    display: none;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table  button[name="update_cart"] {
    border: none;
    margin: auto;
    float: none;
    display: block;
    border-radius: 30px;
    background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%);
    text-align: center;
    transition: all 0.5s;
    position: relative;
    padding: 2px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table  button[name="update_cart"] span {
    background-color: #ffffff;
    transition: background-color 0.5s ease;
    padding: 5px 15px;
    border-radius: 30px;
    display: block;
    letter-spacing: 2px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table  button[name="update_cart"]:hover {

  }
  .woocommerce-checkout .section-content .section__inner .woocommerce table.shop_table  button[name="update_cart"]:hover span {
    background-color: transparent;
    color: #ffffff;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout {

  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout p.form-row {
    width: 100%;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout p.form-row input {
    border-radius: 0px;
    border: none;
    background: #f1f1f1;
    line-height: 28px;
    padding: 5px 20px;
    font-size: 16px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout #order_review {

  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout #order_review #payment {
    background: none;
    border-radius: 0px;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    border-bottom: none;
    padding-bottom: 0;
  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout #order_review #payment .place-order {

  }
  .woocommerce-checkout .section-content .section__inner .woocommerce form.woocommerce-checkout #order_review #payment .place-order button#place_order {
    float: none;
    margin: auto;
    display: block;
    border-radius: 30px;
    background: linear-gradient(to right, #7d2bff 0%, #4db5f7 100%);
    text-align: center;
    transition: all 0.5s;
    position: relative;
    color: #ffffff;
  }
  #order_review .woocommerce-checkout-review-order-table {
    border-spacing: 0;
  }
  #order_review .woocommerce-checkout-review-order-table tr {
    box-shadow: unset;
    display: table-row;
  }
  #order_review .woocommerce-checkout-review-order-table tr td {
    display: table-cell;
    width: auto;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    text-align: right;
  }
  #order_review .woocommerce-checkout-review-order-table tr:first-child td {
    border-top: 0;
  }
  .woocommerce-order-received .titl_thanks {
    font-size: 21px;
    text-align: center;
    border-top: 2px solid #4caf50;
    box-shadow: 1px 1px 5px #ddd;
    line-height: 37px;
    color: #4caf50;
  }
  @media all and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
      display: none;
    }
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
      text-align: center!important;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background: none!important;
    }
  }
/* checkout */