/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.prices-block-list {
    display: flex;
    justify-content: center;
}

#vk_groups {
    margin: 0 auto;
}
.icon-arrow_left,
.js-slick .slick-arrow.slick-prev:after {
  background-image: url(../images/sprite.png);
  background-position: 0px -107px;
  width: 21px;
  height: 21px;
}

.icon-arrow_right,
.js-slick .slick-arrow.slick-next:after {
  background-image: url(../images/sprite.png);
  background-position: -26px -107px;
  width: 21px;
  height: 21px;
}

.icon-boxer {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 62px;
  height: 62px;
}

.icon-close_popup,
.ordering-modal .fancybox-button {
  background-image: url(../images/sprite.png);
  background-position: -67px 0px;
  width: 37px;
  height: 37px;
}

.icon-instagram {
  background-image: url(../images/sprite.png);
  background-position: -64px -67px;
  width: 22px;
  height: 22px;
}

.icon-marker {
  background-image: url(../images/sprite.png);
  background-position: -109px 0px;
  width: 20px;
  height: 24px;
}

.icon-phone {
  background-image: url(../images/sprite.png);
  background-position: -36px -67px;
  width: 23px;
  height: 23px;
}

.icon-play,
.gallery-video:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -67px;
  width: 31px;
  height: 35px;
}

.icon-vk {
  background-image: url(../images/sprite.png);
  background-position: -67px -42px;
  width: 26px;
  height: 15px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

body {
  font-family: 'Oswald', Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #3F3F3F;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

*,
*:active,
*:focus {
  outline: none !important;
}

.page {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

strong {
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  color: #101010;
}

h2 span {
  position: relative;
  display: inline-block;
}

h2 span:before,
h2 span:after {
  content: "";
  width: 28px;
  position: absolute;
  border-bottom: 3px solid #E5E5E5;
  top: 50%;
  margin-top: -1px;
}

h2 span:before {
  right: 100%;
  margin-right: 20px;
}

h2 span:after {
  left: 100%;
  margin-left: 20px;
}

h2.red-lines span:before,
h2.red-lines span:after {
  border-bottom-color: #C83515;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #101010;
  text-align: center;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 21px 45px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  border-radius: 7px;
  background: #C83515;
  color: #fff;
}

.btn:hover {
  background: #AD1A00;
}

.btn.gray-btn {
  background: #3F3F3F;
}

.btn.gray-btn:hover {
  background: #333333;
}

button.btn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Oswald', Arial, Tahoma, sans-serif;
  line-height: 1;
}

/* advantage-section =======================================*/

.advantage-section {
  padding: 42px 0 30px;
  position: relative;
  z-index: 8;
  text-align: center;
}

.advantage-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 51px;
}

.advantage-list li {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.advantage-list li:before {
  content: "";
  display: block;
  padding-top: calc(100% + 30px);
}

.advantage-list li:nth-of-type(even) .advantage-block:after {
  background: #691806;
  opacity: 0.71;
}

.advantage-block {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.advantage-block:hover:after {
  opacity: 0 !important;
}

.advantage-block:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  background: #101010;
  opacity: 0.7;
  transition: all 0.3s ease-out;
}

.advantage-block img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.advantage-text {
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 30px 35px;
  line-height: 1.55;
  text-transform: uppercase;
}

.advantage-call .desc-h3 {
  color: #3F3F3F;
  margin-bottom: 43px;
  font-weight: 300;
}

/* prices-section ===========================================*/

.prices-section {
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 20px 0 45px;
}

.prices-block-outer {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 60px 5px 0;
  margin-top: 15px;
  overflow: hidden;
}

.prices-block-outer h2 {
  margin-bottom: 73px;
}

.prices-block-list {
  display: -ms-flexbox;
  display: flex;
}

.prices-block-detail {
  width: 50%;
  padding: 0 64px 63px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.prices-block-detail:first-child {
  border-right: 1px solid #E5E5E5;
}

.prices-block-detail .difficult {
  margin-bottom: 29px;
}

.prices-block-detail .difficult i {
  margin: 0 4px;
}

.prices-block-detail .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.prices-block-detail .price {
  margin-bottom: 39px;
  margin-top: auto;
}

.prices-block-detail .price span {
  color: #C83515;
  font-weight: 500;
  font-size: 36px;
}

.prices-block-info {
  background: rgba(229, 229, 229, 0.3);
  border-radius: 4px;
  padding: 22px 35px;
  margin-bottom: 33px;
  color: #3F3F3F;
  line-height: 1.938;
  font-weight: 300;
  width: 100%;
}

.prices-block-info strong {
  font-weight: 400;
}

.prices-section-bg {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 440px);
  background: url("../images/prices_bg.jpg") center top no-repeat;
  background-size: cover;
}

/* trainer-section ==========================================*/

.trainer-section {
  padding: 24px 0 1px;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 4;
}

.trainer-section h2 {
  color: #fff;
  margin-bottom: 56px;
}

.trainer-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trainer-detail {
  text-align: left;
}

.trainer-detail .name {
  color: #C83515;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.trainer-detail p {
  line-height: 1.938;
}

.trainer-pictures {
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -ms-flex-align: center;
  align-items: center;
}

.trainer-pictures .image {
  width: 298px;
  border-radius: 50%;
}

.trainer-pictures img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.trainer-pictures .second {
  position: relative;
  border: 19px solid #000000;
  z-index: 4;
  margin-left: -78px;
}

.trainer-svg-black {
  position: absolute;
  z-index: -1;
  left: 0;
  margin-left: -10px;
  pointer-events: none;
  width: 100%;
}

.trainer-svg-black.top-svg {
  bottom: 0;
  margin-bottom: -3px;
}

.trainer-svg-black.bottom-svg {
  top: 100%;
  margin-top: -2px;
}

.trainer-svg-black img {
  width: calc(100% + 20px);
}

/* seo-section ==========================================*/

.seo-section {
  padding: 208px 0 25px;
  text-align: left;
  position: relative;
  z-index: 5;
}

.seo-content h3 {
  text-align: left;
  margin-bottom: 19px;
}

.seo-content h5 {
  text-transform: uppercase;
  color: #101010;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
  padding-top: 12px;
}

.seo-content p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 300;
}

.simple-list {
  font-weight: 300;
  line-height: 1.5;
}

.simple-list li {
  position: relative;
  margin-bottom: 21px;
  padding-left: 26px;
}

.simple-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #C83515;
}

/* gallery-section ==========================================*/

.gallery-section {
  padding: 28px 0 76px;
}

.js-slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin-top: -27px;
  background: transparent;
  border: none;
  height: 54px;
  width: 54px;
  background: #C83515;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}

.js-slick .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
}

.js-slick .slick-arrow:hover {
  background: #AD1A00;
}

.js-slick .slick-arrow.slick-prev {
  left: -108px;
}

.js-slick .slick-arrow.slick-prev:after {
  margin-left: -11px;
}

.js-slick .slick-arrow.slick-next {
  right: -108px;
}

.js-slick .slick-arrow.slick-next:after {
  margin-left: -9px;
}

.gallery-slider .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

.gallery-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.gallery-slider-block {
  margin: 0 15px;
  transition: all 0.3s ease-out;
  display: block;
  pointer-events: none;
  opacity: 0.2;
}

.gallery-slider-block.slick-active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-slider-block.slick-active:hover {
  opacity: 0.8;
}

.gallery-slider-block img {
  width: 100%;
  border-radius: 7px;
}

.gallery-video {
  position: relative;
}

.gallery-video:after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  width: 104px;
  height: 104px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -57px 0 0 -57px;
}

.gallery-video:before {
  position: absolute;
  z-index: 3;
  content: "";
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -15px;
}

.gallery-video:hover:after {
  opacity: 1;
}

.fancybox-active .page {
  filter: blur(2px);
}

.fancybox-bg {
  background: #101010;
  opacity: 0.85;
}

/* footer ==========================================*/

footer {
  background: url(../images/footer_bg.jpg) center no-repeat;
  background-size: cover;
}

.contacts-section {
  padding: 66px 0 36px;
  border-bottom: 1px solid #656565;
  text-align: center;
  color: #fff;
}

.contacts-section .title {
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contacts-desc {
  color: #C83515;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.simple-form input,
.simple-form textarea {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
  height: 58px;
  padding: 0 23px;
  color: #3F3F3F;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  font-family: 'Oswald', Arial, Tahoma, sans-serif;
  border-radius: 7px;
  background: rgba(229, 229, 229, 0.38);
  font-weight: 300;
}

.simple-form input:focus,
.simple-form textarea:focus {
  border-color: #C83515;
}

.simple-form textarea {
  height: 200px;
  resize: none;
  padding: 18px 23px;
  line-height: 1.25;
}

.simple-form .input-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simple-form .input-flex .input-block {
  padding: 0 15px;
  width: 33.333%;
}

.simple-form .input-flex .btn {
  margin: 0 15px 20px;
  width: calc(33.333% - 30px);
  height: 58px;
  padding: 19px;
}

.simple-form .input-block {
  margin-bottom: 20px;
  width: 100%;
}

.simple-form .btn {
  width: 100%;
}

.contacts-form input,
.contacts-form textarea {
  background: rgba(229, 229, 229, 0.05);
  color: #fff;
}

.footer-outer {
  padding: 32px 0;
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.socials-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.socials-list li {
  margin: 0 15px;
}

.socials-list a {
  width: 56px;
  height: 56px;
  border: 2px solid #3F3F3F;
  transition: all 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.socials-list a:hover {
  border-color: #C83515;
}

.footer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.footer-info .pic {
  text-align: center;
  width: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

/* modal-form ========================================*/

.ordering-modal {
  padding: 31px 40px;
  border-radius: 7px;
  overflow: visible;
}

.ordering-modal .fancybox-button {
  transition: all 0.3s ease-out;
  opacity: 0.4;
  right: -35px;
  top: -35px;
}

.ordering-modal .fancybox-button:hover {
  opacity: 1;
}

.ordering-modal .fancybox-button svg {
  display: none;
}

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

.modal-form h3 {
  margin-bottom: 25px;
}

.modal-form .btn {
  margin-bottom: 22px;
}

.modal-form .note {
  font-weight: 300;
  line-height: 1.5;
}

/* main-video-section =======================================*/

.main-video-section {
  position: relative;
  z-index: 3;
  height: 100vh;
  color: #fff;
  overflow: hidden;
  min-height: 600px;
  margin-bottom: 30px;
}

.main-video-bg {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.main-video-bg video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.main-video-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.main-video-img {
  display: none;
}

.main-video-content {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(16, 16, 16, 0.6);
  position: relative;
  z-index: 5;
}

.main-video-content .main-logo {
  margin-bottom: 18px;
}

.main-video-content .desc {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.main-video-arrow {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
}

.main-video-arrow .text {
  font-weight: 300;
  margin-bottom: 12px;
}

.main-video-arrow .arrow {
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  animation-timing-function: linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }
}

/* header ============================================*/

header {
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
  left: 0;
  padding: 29px 0 10px;
  z-index: 55;
}

header.fixedtop {
  background: rgba(0, 0, 0, 0.95);
  padding: 10px 0;
}

.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header-logo {
  display: inline-block;
  margin-right: 66px;
}

.header-content_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu li {
  margin: 0 14px;
}

.header-menu a {
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: 500;
  text-transform: uppercase;
}

.header-menu a:hover {
  color: #C83515;
}

.header-menu .active {
  color: #C83515;
}

.header-contacts {
  margin-left: auto;
  border-left: 3px solid #C83515;
  padding-left: 18px;
  padding-bottom: 2px;
}

.header-contacts .phone-number {
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 6px;
  margin-top: -3px;
}

.header-contacts .address {
  display: block;
}

.header-buter,
.header-buter-close {
  display: none;
}

/* =========================== MEDIA ===========================*/

@media (min-width: 0) {
  .container {
    width: 100%;
  }
}

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

@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }

  .header-content_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1329px) {
  .header-content_flex {
    display: none;
    position: fixed;
    z-index: 60;
    height: 100vh;
    width: 350px;
    top: 0;
    right: 0;
    padding: 60px 34px 20px;
    overflow: auto;
    background: rgba(16, 16, 16, 0.9);
    box-shadow: 0px 0 5px 0 rgba(16, 16, 16, 0.5);
  }

  .header-menu {
    display: block;
    padding-bottom: 15px;
  }

  .header-menu li {
    margin: 0 0 27px;
  }

  .header-contacts {
    margin-bottom: 20px;
  }

  .header-buter-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    width: 34px;
    height: 34px;
  }

  .header-buter-close:hover:before,
  .header-buter-close:hover:after {
    background: #C83515;
  }

  .header-buter-close:before,
  .header-buter-close:after {
    content: "";
    width: 36px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 50%;
    margin-top: -1px;
  }

  .header-buter-close:before {
    transform: rotate(-45deg);
  }

  .header-buter-close:after {
    transform: rotate(45deg);
  }

  .header-buter {
    display: block;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }

  .header-buter:hover span {
    background: #C83515;
  }

  .header-buter.hidden {
    opacity: 0;
  }

  .header-buter span {
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 40px;
    background: #fff;
    margin: 10px 0;
    transition: all 0.3s ease-out;
  }

  .prices-block-detail {
    padding: 0 30px 63px;
  }

  .seo-section {
    padding-top: 150px;
  }
}

@media (max-width: 1019px) {
  .main-video-section {
    height: 600px;
    min-height: 1px;
  }

  .main-video-bg video {
    display: none !important;
  }

  .main-video-img {
    display: block;
  }

  .main-video-arrow {
    bottom: 40px;
  }

  .advantage-list {
    margin-bottom: 30px;
  }

  .advantage-list li {
    width: calc(50% - 30px);
  }

  .prices-block-detail {
    padding: 0 25px 40px;
  }

  .prices-block-info {
    padding: 20px;
  }

  .trainer-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trainer-pictures {
    margin-right: 0;
    margin-bottom: 30px;
  }

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

  .js-slick .slick-arrow.slick-prev {
    left: -27px;
  }

  .js-slick .slick-arrow.slick-next {
    right: -27px;
  }

  .seo-section {
    padding-bottom: 10px;
  }

  .socials-list {
    margin: 0 -5px;
  }

  .socials-list li {
    margin: 0 5px;
  }

  .footer-info {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  h3 {
    font-size: 22px;
  }

  .gallery-slider {
    margin: 0 15px;
  }

  .advantage-list {
    margin: 0 -10px 25px;
  }

  .advantage-list li {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }

  .advantage-text {
    font-size: 14px;
    padding: 25px;
  }

  .main-video-section {
    margin-bottom: 10px;
  }

  .advantage-section {
    padding-bottom: 25px;
  }

  .prices-block-outer {
    padding-top: 40px;
  }

  .prices-block-outer h2 {
    margin-bottom: 45px;
  }

  .prices-block-list {
    display: block;
  }

  .prices-block-detail {
    width: 100%;
  }

  .prices-block-detail:first-child {
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 35px;
  }

  .prices-block-detail .difficult {
    margin-bottom: 22px;
  }

  .prices-block-detail .title {
    margin-bottom: 25px;
  }

  .prices-block-detail .title br {
    display: none;
  }

  .prices-block-info {
    margin-bottom: 25px;
  }

  .trainer-section {
    padding: 30px 0 10px;
  }

  .trainer-svg-black.bottom-svg {
    margin-top: 0;
  }

  .seo-section {
    padding-top: 80px;
  }

  .seo-content p {
    margin-bottom: 15px;
  }

  .simple-list li {
    margin-bottom: 14px;
  }

  .gallery-section {
    padding-bottom: 50px;
  }

  .gallery-video:before {
    margin: -18px 0 0 -11px;
  }

  .gallery-video:after {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
  }

  .simple-form .input-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .simple-form .input-flex .input-block {
    width: 50%;
  }

  .simple-form .input-flex .btn {
    width: calc(100% - 30px);
  }

  .contacts-section {
    padding: 40px 0 20px;
  }

  .contacts-section .title {
    font-size: 30px;
  }

  .contacts-section .contacts-desc {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .footer-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  .footer-info {
    margin: 0 0 25px;
  }

  .socials-list {
    margin: 0 -10px;
  }

  .socials-list li {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  h3 {
    font-size: 20px;
  }

  .btn {
    padding: 21px 25px;
  }

  .ordering-modal {
    padding: 25px 20px;
  }

  .ordering-modal .fancybox-button {
    right: -5px;
    top: -45px;
  }

  .main-video-section {
    height: 510px;
  }

  .main-logo img {
    width: 200px;
  }

  .main-video-content .desc {
    font-size: 19px;
    margin-bottom: 25px;
  }

  .main-video-arrow {
    bottom: 30px;
  }

  header {
    padding-top: 20px;
  }

  header.fixedtop {
    padding: 5px 0;
  }

  .header-logo img {
    width: 120px;
  }

  .advantage-section {
    padding-bottom: 10px;
  }

  .advantage-list {
    margin: 0 -5px 25px;
  }

  .advantage-list li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    border-radius: 30px;
    padding: 5px;
  }

  .advantage-list li:before {
    padding-top: 160%;
  }

  .advantage-text {
    line-height: 1.65;
    font-size: 13px;
  }

  .advantage-call .desc-h3 {
    margin-bottom: 30px;
  }

  .header-content_flex {
    width: 280px;
  }

  .prices-block-detail {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prices-block-detail .price {
    margin-bottom: 20px;
  }

  .prices-block-detail .btn {
    min-width: 200px;
  }

  .prices-block-info {
    padding: 15px 5px;
  }

  .trainer-section h2 {
    margin-bottom: 40px;
  }

  .trainer-pictures .image {
    width: 220px;
  }

  .trainer-pictures .second {
    margin-left: -50px;
  }

  .js-slick .slick-arrow {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .js-slick .slick-arrow:after {
    margin-top: -11px;
  }

  .js-slick .slick-arrow.slick-prev {
    left: -22px;
  }

  .js-slick .slick-arrow.slick-next {
    right: -22px;
  }

  .gallery-slider {
    margin: 0 10px;
  }

  .simple-form .input-flex .input-block {
    width: 100%;
  }

  .contacts-section .title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .contacts-section .contacts-desc {
    margin-bottom: 30px;
  }

  .seo-section {
    padding-top: 60px;
    padding-bottom: 1px;
  }

  .seo-content h3 {
    text-align: center;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-arrow_left,
  .js-slick .slick-arrow.slick-prev:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-arrow_right,
  .js-slick .slick-arrow.slick-next:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-boxer {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-close_popup,
  .ordering-modal .fancybox-button {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-instagram {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-marker {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-phone {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-play,
  .gallery-video:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }

  .icon-vk {
    background-image: url(../images/sprite@2x.png);
    background-size: 129px 128px;
  }
}
/*# sourceMappingURL=../css/main.css.map */
