<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
}

body {
    float: left;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1b252f;
}

.clearfix, header, footer {
	width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

main {
	float: left;
	width: 100%;
	display: block;
    position: relative;
}

.middleblock {
    width: 100%;
    float: none;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 0 30px;
    z-index: 1;
    max-width: 1280px;
}

header {
    background-color: #1b252f;
}

header .middleblock {
    text-align: left;
}

header .middleblock h1 {
    font-weight: 400;
    font-size: 48px;
    margin: 0;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    text-align: left;
    float: none;
    text-transform: uppercase;
    padding-top: 40px;
}

h1, h2 {
    text-transform: uppercase;
}

h2 {
    position: relative;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
}

ul li {
    list-style-type: none;
}

a:hover {
    cursor: pointer;
}

input {
    box-sizing: border-box;
    outline: none;
    font-family: "Roboto Condensed", sans-serif;
}

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

.red-text {
    color: #f64c53;
    font-weight: 700;
}

.text-regul {
    font-weight: 400;
}

.title-white {
    color: #fff;
}

.strong {
    font-weight: 700;
}

button, .btn {
    outline: none;
    border: none;
    font-family: "Roboto Condensed", sans-serif;
}

a.btn {
    display: block;
    text-decoration: none;
}

.btn-red { 
    width: 100%;
    height: 62px;
    display: block;
    background-color: #f64c53;
    color: #fff;
    font-size: 24px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; 
}

.btn-top-curve {
    position: relative;
}

.btn-top-curve::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: #f64c53;
    transform: rotate(-3deg) skew(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    backface-visibility: hidden;
    z-index: -1;
}

button:hover, .btn:hover {
    cursor: pointer;
}

span.break-text {
    display: block;
}

.slick-disabled {
    opacity: 0.5;
}

.top-logo {
    width: 90px;
    height: 130px;
    margin-right: 45px;
    float: left;
}

#question-block,
#online-trainer,
#how-to-start,
#phones-block,
#how-train,
#help,
#achieve,
#where-workout,
#trainer,
#trainer-achieve,
#recom-train {
    position: relative;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
         
 .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
 }

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

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    margin-right: 10px;
    vertical-align:middle;
    border: 1px solid #f64c53;
    border-radius: 50%;
    cursor:pointer;
    position: relative;
}

input[type="radio"]:checked + label span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #f64c53;
}

#messenger h2 {
    color: #fff;
    margin-bottom: 0;
}

#messenger .title-small {
    color: #fff;
    font-size: 30px;
    margin-bottom: 100px;
}

#question-block {
    text-align: left;
    background-color: #01060d;
    overflow: hidden;
    background-size: contain;
    padding-bottom: 90px;
}

#question-block .middleblock::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -20%;
    background-image: url(../img/question-block-bg.jpg);
    background-repeat: no-repeat;
    width: 863px;
    height: 893px;
    z-index: -1;
}

#question-block h2 {
    margin-bottom: 40px;
    font-size: 34px;
    text-transform: uppercase;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#question-block .middleblock {
    text-align: left;
}

#question-block ul {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding-left: 0;
}

#question-block ul li {
    padding-bottom: 45px;
    position: relative;
}

#question-block ul li:last-of-type {
    padding-bottom: 0;
}

#question-block ul li::before {
    content: "";
    position: absolute;
}

#question-block ul li:nth-of-type(odd) {
    padding-left: 163px;
}

#question-block ul li:nth-of-type(even) {
    padding-left: 87px;
}

#question-block ul li:nth-child(1) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#question-block ul li:nth-child(2) {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#question-block ul li:nth-child(3) {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#question-block ul li:nth-child(4) {
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#question-block ul li:nth-child(5) {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#question-block span.q-b-image {
    position: absolute;
    display: block;
}

#question-block ul li:nth-of-type(1) span.q-b-image {
    width: 75px;
    height: 54px;
    left: 55px;
}

#question-block ul li:nth-of-type(2) span.q-b-image {
    width: 53px;
    height: 74px; 
    left: 5px;
}

#question-block ul li:nth-of-type(3) span.q-b-image {
    width: 70px;
    height: 51px;
    left: 55px;
}

#question-block ul li:nth-of-type(4) span.q-b-image {
    width: 64px;
    height: 68px; 
    left: 0px;
}

#question-block ul li:nth-of-type(5) span.q-b-image {
    width: 48px;
    height: 79px;
    left: 67px;
}

#question-block .more-anchor {
    color: #f64c53;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    padding-bottom: 14px;
}

#question-block .more-anchor::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 3px;
    background-color: #e0454b;
    transform: rotate(-35deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
}

#question-block .more-anchor::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 3px;
    background-color: #e0454b;
    transform: rotate(35deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
    left: 50%;
    margin-left: -11px;
    bottom: 0;
}

#online-trainer {
    z-index: 2;
}

#online-trainer::before {
    content: "";
    position: absolute;
    width: 400%;
    height: 150px;
    background-color: #fff;
    top: 0px;
    left: -100%;
    transform: rotate(3deg) skew(3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
}

#online-trainer::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 200px;
    background-color: #fff;
    bottom: -65px;
    left: -100%;
    transform: rotate(3deg) skew(3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
    z-index: -1;
}

#online-trainer .middleblock {
    text-align: left;
}

#online-trainer h2 {
    margin-left: 105px;
    color: #1b252f;
    text-transform: uppercase;
}

#online-trainer h2 span.red-text {
    position: relative;
}

#online-trainer h2 span.red-text::after {
    content: "";
    width: 52px;
    height: 41px;
    top: -23px;
    right: -35px;
    position: absolute;
    background-image: url(../img/individual-word-splash.png);
    background-repeat: no-repeat;
}

#online-trainer .center.text-wrap {
    margin: 0 auto;
    max-width: 445px;
    padding-top: 30px;
    margin-bottom: 60px;
    position: relative;
}

#online-trainer .center.text-wrap::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -31%;
    width: 119px;
    height: 103px;
    background-image: url(../img/arrow-curve.png);
    background-repeat: no-repeat;
}

#online-trainer .center.text-wrap::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -270px;
    width: 151px;
    height: 148px;
    background-image: url(../img/gantelya.png);
}

#online-trainer .left.text-wrap {
    max-width: 345px;
    margin-right: 160px;
    display: inline-block;
    vertical-align: top;
}

#online-trainer .left.text-wrap + div.text-wrap {
    display: inline-block;
    vertical-align: top;
    max-width: 275px;
}

#online-trainer div.text-wrap {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
    vertical-align: middle;
    max-width: 345px;
    text-align: left;
    float: none;
}

.onl-tr-in-wrap {
    text-align: left;
}

#online-trainer .third-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 160px;
    margin-left: 210px;
}

#online-trainer .third-block + div.text-wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 345px;
}

#online-trainer .plus {
    padding-left: 75px;
}

#online-trainer .plus::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: 3px dashed #e0454b;
    border-radius: 50%;
    top: 50%;
    margin-top: -27px;
    left: 0px;
}

#online-trainer .plus::after {
    content: "+";
    font-family: "Arial", sans-serif;
    color: #e0454b;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    width: 55px;
    height: 55px;
    top: 50%;
    margin-top: -23px;
    left: 15px;
    position: absolute;
}

#how-to-start::before {
    content: "";
    position: absolute;
    top: -125px;
    left: -100%;
    width: 500%;
    height: 330px;
    transform: rotate(-3deg) skew(-3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
    background-color: #1b252f;
    z-index: 1;
}

#how-to-start::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -100%;
    width: 500%;
    height: 300px;
    transform: rotate(3deg) skew(3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
    background-color: #1b252f;
    z-index: 1;
}

#how-to-start h2 {
    width: 230px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

#how-to-start h2::after {
    content: "";
    position: absolute;
    top: -25px;
    right: -15px;
    width: 67px;
    height: 39px;
    background-image: url(../img/how-to-start-word-splash.png);
}

#how-to-start {
    background-color: #111921;
}

#how-to-start .middleblock {
    padding-left: 135px;
    padding-top: 70px;
    color: #fff;
    text-align: left;
    z-index: 2;
}

#how-to-start .middleblock::after {
    content: "";
    position: absolute;
    top: 47%;
    margin-top: -340px;
    right: -65px;
    width: 526px;
    height: 683px;
    background-image: url(../img/how-to-start-bg.png);
    z-index: -1;
}

#how-to-start .middleblock::before {
    content: "";
    position: absolute;
    top: 104%;
    margin-top: -340px;
    right: -100%;
    width: 500%;
    height: 200px;
    background-color: #1b252f;
    z-index: 0;
    transform: rotate(3deg) skew(3deg);
}

#how-to-start ol {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 0;
    counter-reset: myCounter;
}

#how-to-start ol li &gt; div {
    display: inline-block;
    vertical-align: middle;
}

#how-to-start li {
    list-style: none;
    position: relative;
    padding-bottom: 35px;
}

#how-to-start li:last-of-type {
    padding-bottom: 0;
}

#how-to-start li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: white;
    border-radius: 50%;
    border: 3px dashed #f64c53;
    font-size: 50px;
    color: #f64c53;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 80px;
    margin-right: 25px;
    width: 80px;
    height: 80px;
}

#how-to-start ol li:nth-child(odd) {
    padding-left: 5px;
}

#how-to-start ol li:nth-child(odd)::after {
    content: "";
    position: absolute;
    border-bottom: 3px dashed #f64c53;
    bottom: 14px;
    left: 59px;
    width: 63px;
    height: 3px;
    transform: rotate(57deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
}

#how-to-start ol li:nth-child(even)::after {
    content: "";
    position: absolute;
    border-bottom: 3px dashed #f64c53;
    bottom: 19px;
    left: 58px;
    width: 62px;
    height: 3px;
    transform: rotate(-57deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
}

#how-to-start ol li:nth-child(even) {
    padding-left: 90px;
}

#how-to-start ol li:last-of-type::after {
    display: none;
}

#how-to-start ol li:nth-child(3)::after {
    width: 62px;
}

#how-to-start ol li:nth-child(4)::after {
    width: 62px;
}

#how-to-start ol li:nth-child(5)::after {
    width: 62px;
    bottom: 15px;
}

#how-to-start ol li:nth-child(1) div.text-wrap {
    max-width: 480px;
}

#how-to-start ol li:nth-child(2) div.text-wrap {
    max-width: 525px;
}

#how-to-start ol li:nth-child(3) div.text-wrap {
    max-width: 590px;
}

#how-to-start ol li:nth-child(4) div.text-wrap {
    max-width: 490px;
}

#how-to-start ol li:nth-child(6) div.text-wrap {
    max-width: 860px;
}

#phones-block {
    padding-top: 170px;
}

#phones-block .phone-descr-text {
    position: absolute;
}

#phones-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 500%;
    height: 530px;
    background-color: #ebebeb;
    transform: rotate(-5deg) skew(-5deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    backface-visibility: hidden;
}

.phone-descr-block.technic,
.phone-descr-block.supplements {
    margin-top: 215px;
}

#phones-block .middleblock {
    text-align: left;
}

#phones-block .phone-image {
    width: 100%;
    max-width: 275px;
    height: 558px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

#phones-block .phone-title {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

#phones-block .phone-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #1b252f;
    text-align: left;
}

.phone-descr-block {
    width: 275px;
    float: left;
}

.phone-wrap {
    float: left;
    width: 50%;
}

.phone-descr-block {
    margin-right: 4%;
}

.phone-descr-block.food .phone-descr-block:last-child {
    margin-right: 0;
}

.phone-descr-block.complex .phone-descr-text,
.phone-descr-block.food .phone-descr-text{
    top: -45px;
    left: 295px;
}
.phone-descr-block.food .phone-text.text-wrap {
    width: 95%;
}

.phone-descr-block.technic .phone-descr-text,
.phone-descr-block.supplements .phone-descr-text {
    bottom: 0;
    left: 0;
}

.phone-descr-block.technic .phone-descr-text {
    max-width: 260px;
}

.phone-descr-block.supplements .phone-descr-text {
    max-width: 250px;
}

.phone-descr-block.complex::before {
    content: "";
    position: absolute;
    top: 165px;
    left: 118px;
    width: 200px;
    height: 2px;
    background-color: #707070;
    transform: rotate(-42deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
     backface-visibility: hidden;
}

.phone-descr-block.complex::after {
    content: "";
    position: absolute;
    top: 98px;
    left: 292px;
    width: 300px;
    height: 2px;
    background-color: #707070;
}

.phone-descr-block.supplements::before {
    content: "";
    position: absolute;
    bottom: 43px;
    left: 220px;
    width: 200px;
    height: 2px;
    background-color: #707070;
    transform: rotate(-42deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    backface-visibility: hidden;
}

.phone-descr-block.supplements::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0px;
    width: 246px;
    height: 2px;
    background-color: #707070;
}

.phone-descr-block.technic::before {
    content: "";
    position: absolute;
    bottom: 52px;
    left: 233px;
    width: 200px;
    height: 2px;
    background-color: #707070;
    transform: rotate(-42deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    backface-visibility: hidden;
}

.phone-descr-block.technic::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 260px;
    height: 2px;
    background-color: #707070;
}

.phone-descr-block.food::before {
    content: "";
    position: absolute;
    top: 165px;
    left: 123px;
    width: 200px;
    height: 2px;
    background-color: #707070;
    transform: rotate(-42deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    backface-visibility: hidden;
}

.phone-descr-block.food::after {
    content: "";
    position: absolute;
    top: 97px;
    left: 297px;
    width: 308px;
    height: 2px;
    background-color: #707070;
}


#how-train {
    position: relative;
    padding-bottom: 110px;
}

#how-train .table .col {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: left;
    position: relative;
}

#how-train .table div.row:nth-child(1) {
    margin-bottom: 45px;
}

#how-train .table div.row:nth-child(2) {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#how-train .table div.row:nth-child(1) div.col:nth-child(2) .nmb::before,
#how-train .table div.row:nth-child(3) div.col:nth-child(2) .nmb::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: 102px;
    height: 102px;
    border: 3px dashed #e34a50;
    border-radius: 50%;
}

#how-train .table div.row:nth-child(3) div.col:nth-child(2) .nmb::after {
   content: "";
    position: absolute;
    z-index: -1;
    top: -14px;
    left: -14px;
    width: 99px;
    height: 99px;
    background-color: #fff;
    border-radius: 50%; 
}

#how-train .table div.row:nth-child(1) div.col:nth-child(2) .nmb::after {
    content: "";
    position: absolute;
    border-bottom: 3px dashed #e34a50;
    top: 50%;
    right: -328px;
    margin-top: -1px;
    width: 315px;
}

#how-train .table div.row:nth-child(1) div.col:nth-child(3) .nmb::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 3px dashed #e34a50;
    border-left: none;
    top: 50%;
    right: -225px;
    margin-top: -1px;
    width: 250px;
    height: 185px;
    border-radius: 20px;
}

#how-train .table div.row:nth-child(2) div.col:nth-child(3) .nmb::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 3px dashed #e34a50;
    border-right: none;
    top: 50%;
    left: -130px;
    margin-top: -1px;
    width: 600px;
    height: 185px;
    border-radius: 20px;
}

#how-train .table div.row:nth-child(2) div.col:nth-child(1) .nmb::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-bottom: 3px dashed #e34a50;
    top: 50%;
    left: -400px;
    margin-top: -1px;
    width: 480px;
}

#how-train::after {
    content: "";
    position: absolute;
    width: 500%;
    height: 77px;
    left: -100%;
    bottom: -75px;
    background-color: #fff;
    transform: rotate(3deg) skew(3deg);
    z-index: 1;
    box-shadow: inset 29px -20px 30px -15px rgba(0, 0, 0, 0.35);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.top-image::before {
    content: "";
    position: absolute;
    top: -95px;
    left: -100%;
    width: 500%;
    height: 249px;
    background-color: #ebebeb;
    z-index: 0;
    transform: rotate(3deg) skew(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.top-image::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -100%;
    width: 500%;
    height: 225px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(-3deg) skew(-3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#how-train .middleblock {
    margin-top: -250px
}

#how-train h2 {
    padding-top: 225px;
}

#how-train .center {
    margin: 0 auto;
    display: inline-block;
}

#how-train .top-image {
    min-height: 480px;
    background: url(../img/lessons-how-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
}

#how-train .nmb {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    left: 25%;
    background-color: #f64c53;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

#help {
    background-color: #1b252f;
    position: relative;
}

#help::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -100%;
    width: 200%;
    height: 105px;
    background-color: #1b252f;
    z-index: -1;
    transform: rotate(3deg) skew(3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

#help::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 500%;
    height: 120px;
    background-color: #1b252f;
    z-index: -1;
    transform: rotate(-2deg) skew(-2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

#help .our-help {
    color: #fff;
    position: relative;
    padding-top: 20px;
}

#help .our-help div.text-wrap {
    font-size: 30px;
    letter-spacing: 0.01em;
    color: #fff;
    float: left;
}

#help .our-help a.btn {
    width: 100%;
    max-width: 380px;
    height: 62px;
    float: right;
    background-color: #f64c53;
    color: #fff;
    font-size: 24px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

#achieve {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
}

#achieve::before {
    content: "";
    position: absolute;
    top: 36px;
    left: -100%;
    width: 300%;
    height: 70px;
    background-color: #fff;
    z-index: 0;
    transform: rotate(-3deg) skew(-3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    box-shadow: inset 29px 17px 30px -15px rgba(0, 0, 0, 0.35); 
}

#achieve h2 {
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

#achieve h2 .strong {
    position: relative;
}

#achieve h2 .strong::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 36px;
    background-image: url(../img/achieve-word-splash.png);
    top: -30px;
    right: -30px;
}

#achieve h2::before {
    content: "";
    position: absolute;
    width: 108px;
    height: 98px;
    background: url(../img/achieve-arm.png);
    background-repeat: no-repeat;
    top: -30px;
    left: -150px;
}

#achieve h2::after {
    content: "";
    position: absolute;
    width: 108px;
    height: 98px;
    background: url(../img/achieve-arm.png);
    background-repeat: no-repeat;
    top: -30px;
    right: -150px;
    transform: scale(-1,1);
}

#achieve .achieve-block {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#achieve .achieve-block::before {
    content: "";
    width: 200%;
    height: 70%;
    bottom: -30px;
    left: -10px;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    transform: rotate(5deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#achieve .achieve-block div.text-wrap {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    position: absolute;
    bottom: 15%;
    padding-left: 30px;
}

#achieve .achieve-top .achieve-block {
    width: 31%;
    min-height: 200px;
}

#achieve .achieve-bottom .achieve-block {
    width: 19%;
    min-height: 145px;
}

#achieve .achieve-top,
#achieve .achieve-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#where-workout {
    background-color: #ebebeb;
    padding-bottom: 50px;
}

#where-workout::before {
    content: "";
    position: absolute;
    top: -44px;
    width: 300%;
    left: -100%;
    height: 100px;
    background-color: #ebebeb;
    transform: rotate(3deg) skew(3deg);
    box-shadow: 16px -15px 27px -7px rgba(0, 0, 0, 0.21);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#where-workout::after {
    content: "";
    position: absolute;
    bottom: -55px;
    width: 300%;
    left: -100%;
    height: 150px;
    background-color: #ebebeb;
    transform: rotate(-3deg) skew(-3deg);
    box-shadow: inset 16px -15px 27px -7px rgba(0, 0, 0, 0.21);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#where-workout h2 {
    margin-bottom: 70px;
}

#where-workout h2::before {
    content: "";
    position: absolute;
    width: 151px;
    height: 148px;
    background-image: url(../img/gantelya.png);
    left: 0;
    top: -85px;
    transform: rotate(-50deg);
}

#trainer {
    padding-top: 90px;
    padding-bottom: 120px;
}

#trainer h2 {
    margin: auto;
    margin-bottom: 70px;
    width: 650px;
    position: relative;
}

#trainer h2::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 94px;
    top: -25px;
    right: -70px;
    background-image: url(../img/bottle.png);
}

#where-workout .where-workout-block,
#trainer .trainer-block {
    float: left;
    width: 48%;
    height: 200px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
}

#where-workout .where-workout-block:last-of-type,
#trainer .trainer-block:last-of-type {
    float: right;
}

#where-workout .where-workout-block div.text-wrap,
#trainer .trainer-block div.text-wrap  {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    position: absolute;
    bottom: 15%;
    padding-left: 30px;
}

#where-workout .where-workout-block::before,
#trainer .trainer-block::before {
    content: "";
    width: 200%;
    height: 70%;
    bottom: -80px;
    left: -10px;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    transform: rotate(5deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#where-workout .where-workout-block:hover::before,
#trainer-achieve .trainer-achieve-block:hover::before,
#trainer .trainer-block:hover::before,
#achieve .achieve-block:hover::before {
    background-color: #e34a50;
    opacity: 0.9;
    -webkit-backface-visibility:hidden;
    outline: 1px solid transparent;
}

#trainer .trainer-block.woman {
    background-size: cover;
    background-position: center center;
}

#trainer .trainer-block.man {
    background-size: cover;
    background-position: center center;
}

#trainer-achieve {
    padding-top: 65px;
    padding-bottom: 70px;
    background-color: #ebebeb;
    z-index: 2;
}

#trainer-achieve::before { 
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 300%;
    left: -100%;
    height: 100px;
    background-color: #ebebeb;
    transform: rotate(3deg) skew(3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
    box-shadow: 16px -15px 27px -7px rgba(0, 0, 0, 0.21);
}

#trainer-achieve::after { 
    content: "";
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 300%;
    left: -100%;
    height: 150px;
    background-color: #ebebeb;
    transform: rotate(3deg) skew(3deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#trainer-achieve h2 {
    width: 500px;
    margin: auto;
    margin-bottom: 80px;
}

#trainer-achieve h2::before {
    content: "";
    position: absolute;
    width: 73px;
    height: 103px;
    top: -25px;
    left: -100px;
    background-image: url(../img/kubok.png);
}

#trainer-achieve .trainer-achieve-block {
    float: left;
    width: 32%;
    height: 200px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-right: 1%;
}

#trainer-achieve .trainer-achieve-block:last-of-type {
     margin-right: 0;
}

#trainer-achieve .trainer-achieve-block::before {
    content: "";
    width: 200%;
    height: 70%;
    bottom: -50px;
    left: -10px;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    transform: rotate(5deg);
     -webkit-backface-visibility:hidden;
     outline: 1px solid transparent;
}

#trainer-achieve .trainer-achieve-block div.text-wrap {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #fff;
    position: absolute;
    bottom: 15%;
    padding-left: 30px;
}

#recom-train {
    background-color: #1b252f;
    padding-top: 90px;
    padding-bottom: 30px;
}

#recom-train h2 {
    margin-bottom: 50px;
}

#recom-train .recom-train-block {
    min-height: 400px;
    margin-right: 40px;
}

.recom-train-block {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    background-color: #1b252f;
    color: #fff;
    text-align: left;
    float: left;
    position: relative;
    outline: none;
    width: 412px;
}

.recom-train-block:hover .trainer-name,
.recom-train-block:hover .trainer-age,
.recom-train-block:hover .trainer-price,
.recom-train-block:hover .rating-number {
    color: #e34a50;
}

.rating-1,
.rating-2,
.rating-3,
.rating-4,
.rating-5 {
    display: inline-block;
    vertical-align: top;
}

.recom-train-block:hover .star {
    background-image: url(../img/star-red.png);
}

.recom-train-block:hover {
    cursor: pointer;
}

#recom-train .trainer-price {
    margin-bottom: 10px;
}

.recom-train-slider {
    padding: 20px 30px;
    box-sizing: border-box;
}

.recom-train-slider .slick-list {
    padding-top: 20px;
}

.recom-train-slider .slick-prev,
.recom-train-slider .slick-next {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 25%;
    z-index: 2;
    background-color: transparent;
}

.recom-train-slider .slick-prev {
    left: 0;
}

.recom-train-slider .slick-next {
    right: 35px;
}

.recom-train-slider .slick-prev::before,
.recom-train-slider .slick-prev::after,
.recom-train-slider .slick-next::before,
.recom-train-slider .slick-next::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
}

.recom-train-slider .slick-prev::before {
    top: 8px;
    left: 0;
    transform: rotate(-45deg);
}

.recom-train-slider .slick-prev::after {
    top: 16px;
    left: 0;
    transform: rotate(45deg);
}

.recom-train-slider .slick-next::before {
    top: 8px;
    right: 0;
    transform: rotate(45deg);
}

.recom-train-slider .slick-next::after {
    top: 16px;
    right: 0;
    transform: rotate(-45deg);
}

.recom-train-block .rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.recom-train-block .star {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background-image: url(../img/star.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.recom-train-block .rating-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.trainer-name {
    text-transform: uppercase;
    font-weight: 700;
}

div.trainer-name {
    text-decoration: none;
    color: #fff;
    outline: none;
    display: inline-block;
}

.trainer-exp-title,
.trainer-exp-years {
    display: block;
    line-height: 1.3em;
}

.trainer-exp {
    box-sizing: border-box;
    padding-top: 20px;
    width: 95px;
    height: 95px;
    background-color: #f64c53;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -30px;
    text-align: center;
    z-index: 3;
}

.trainer-exp-years {
    font-weight: 700;
}

#autorisation,
#payment-success,
#payment-block,
#payment-error,
#messenger {
   display: none;
}

#messenger {
    padding-top: 75px;
    padding-bottom: 150px;
}

#messenger-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#messenger-form label {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}

#messenger-form .input-wrap {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-bottom: 100px;
}

#messenger-form .input-wrap:first-child {
    margin-right: 8%;
}

#messenger-form .input-wrap input[type="text"] {
    display: block;
    width: 100%;
    height: 56px;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}

#messenger-form .input-wrap input[type="text"]::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    transform: rotate(3deg) skew(3deg);
}

#messenger-form button[type="submit"] {
    display: block;
    margin: 0 auto;
    max-width: 350px;
}

#tabs,
#autorisation,
#payment-success,
#payment-block,
#payment-error,
#messenger {
    background-color: #1b252f;
}

#tabs {
    padding-bottom: 75px;
    padding-top: 90px;
    position: relative;
}

.tabcontent {
    border-top: none;
}

.tab-inner div {
    outline: none;
}

.tab-inner .table {
    color: #fff;
}

.tab-inner .table .col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.tab-inner .table .row:nth-child(1) {
    margin-bottom: 20px;
}

.tab-inner .table .row .col:nth-child(1) {
    width: 150px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.tab-inner .table .row .col:nth-child(2) {
    width: 500px;
}

.tab-inner .table .row .col:nth-child(2) div.text-wrap {
    margin-bottom: 25px;
}

.pupils-and-champs-tab .pupil-block {
    display: inline-block;
    width: 45%;
    color: #fff;
}

.pupil-block .pupil-name {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.01em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

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

.pupil-block .soc a.instagram {
    display: block;
    width: 39px;
    height: 39px;
    background-image: url(../img/instagram.png);
}

#payment-success {
    padding-top: 75px;
    padding-bottom: 75px;
}

#payment-block {
    padding-top: 110px;
    padding-bottom: 50px;
}

#payment-error {
    padding-top: 75px;
    padding-bottom: 150px;
}

#tabs .tab-left {
    width: 33%;
    float: left;
}

#tabs::before {
    content: "";
    position: absolute;
    width: 500%;
    height: 300px;
    background-color: #111921;
    top: -160px;
    left: -100%;
    transform: rotate(-3deg) skew(-3deg);
}

#tabs .tab-right {
    float: left;
    width: 66%;
}

.reviews-tab-slider {
    padding: 0 30px;
}

.reviews-tab-slider .slick-prev,
.reviews-tab-slider .slick-next {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 40%;
    width: 25px;
    height: 25px;
    background-color: transparent;
    z-index: 2;
}

.reviews-tab-slider .slick-prev {
    left: 0;
}

.reviews-tab-slider .slick-prev::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
}

.reviews-tab-slider .slick-prev::before,
.reviews-tab-slider .slick-prev::after,
.reviews-tab-slider .slick-next::before,
.reviews-tab-slider .slick-next::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
}
.reviews-tab-slider .slick-prev::after {
    top: 16px;
    left: 0;
    transform: rotate(45deg);
}

.reviews-tab-slider .slick-next::before {
    top: 8px;
    right: 0;
    transform: rotate(45deg);
}

.reviews-tab-slider .slick-next::after {
    top: 16px;
    right: 0;
    transform: rotate(-45deg);
}

.reviews-tab-block {
    outline: none;
}

.reviews-image-block {
    width: 17%;
    margin-right: 2%;
}

.reviews-image {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    float: right;
    background-image: url(../img/reviews-photo.png);
}

.reviews-text-block {
    width: 75%;
}

.reviews-image-block,
.reviews-text-block {
    display: inline-block;
    vertical-align: top;
}

.reviews-name {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.reviews-text {
    font-weight: 300;
}

.reviews-text-block {
    color: #fff;
}

.achievements-tab {
    color: #fff;
}

.achievements-tab ul,
.pupil-block ul {
    letter-spacing: 0.01em
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 20px;
}

.achievements-tab ul li,
.pupil-block ul li {
    margin-bottom: 5px;
    position: relative;
}

.achievements-tab ul li::before,
.pupil-block ul li::before {
    content: "";
    width: 10px;
    height: 2px;
    top: 50%;
    margin-top: -3px;
    left: -20px;
    position: absolute;
    background-color: #f64c53;
    transform: rotate(45deg);
}

.achievements-tab ul li::after,
.pupil-block ul li::after {
    content: "";
    width: 10px;
    height: 2px;
    top: 50%;
    margin-top: 3px;
    left: -20px;
    position: absolute;
    background-color: #f64c53;
    transform: rotate(-45deg);
}

#tabs .table {
    margin-bottom: 30px;
}

.tab-breadcrumbs {
    text-align: left;
    margin-bottom: 30px;
}

.tab-breadcrumbs button {
    text-decoration: none;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.tab-breadcrumbs button::after {
    content: "/";
    position: absolute;
    font-size: 50px;
    color: #fff;
    top: 50%;
    margin-top: -7px;
    right: -18px;
    font-weight: 300;
}

.tab-breadcrumbs button:last-child::after {
    display: none;
}

.tab-breadcrumbs button:hover {
    color: #f64c53;
    position: relative;
}

#tabs .tab-inner {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#recom-train #trainer-tab .recom-train-block {
    padding-right: 0;
}

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

.before-after-slider {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.before-after-slider .slick-prev,
.before-after-slider .slick-next {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 40%;
    background-color: transparent;
    z-index: 2;
}

.before-after-slider .slick-prev {
    left: 0;
    top: 40%;
}

.before-after-slider .slick-next {
    right: 0;
    top: 40%;
}

.before-after-slider .slick-prev::before,
.before-after-slider .slick-prev::after,
.before-after-slider .slick-next::before,
.before-after-slider .slick-next::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 3px;
}

.before-after-slider .slick-prev::before {
    top: 8px;
    left: 0;
    transform: rotate(-45deg);
}

.before-after-slider .slick-prev::after {
    top: 16px;
    left: 0;
    transform: rotate(45deg);
}

.before-after-slider .slick-next::before {
    top: 8px;
    right: 0;
    transform: rotate(45deg);
}

.before-after-slider .slick-next::after {
    top: 16px;
    right: 0;
    transform: rotate(-45deg);
}

.before-after-block {
    outline: none;
    margin: 0 auto;
    position: relative;
    height: 270px!important;
}

.before-after-block::before {
    content: "";
    box-sizing: border-box;
    padding-top: 20px;
    width: 60px;
    height: 60px;
    background-color: #f64c53;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 27px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.before-after-block:nth-of-type(2n-1)::before {
    content: "Р”Рѕ";
}

.before-after-block:nth-of-type(2n)::before {
    content: "РџРѕСЃР»Рµ";
}

.before-after-block img {
    width: 100%;
    max-width: 188px;
    margin: 0 auto;
    display: block;
}

.trainer-soc a.vk {
    width: 39px;
    height: 39px;
    display: block;
    margin-left: 20px;
    background-image: url(../img/vk.png);
}

.recom-train-block .trainer-image {
    position: relative;
}

.recom-train-block .trainer-image img {
    width: 100%;
    max-width: 350px;
}

.train-block-tab-slider {
    max-width: 350px;
}

.train-block-tab-slider .trainer-exp {
    display: none;
}

.train-block-tab-slider .slick-prev,
.train-block-tab-slider .slick-next {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.train-block-tab-slider .slick-prev {
    left: -38px;
    top: 25%;
    background-color: transparent;
}

.train-block-tab-slider .slick-next {
    right: 15px;
    top: 25%;
    right: -25px;
}

.train-block-tab-slider .slick-next::before,
.train-block-tab-slider .slick-next::after,
.train-block-tab-slider .slick-prev::before,
.train-block-tab-slider .slick-prev::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 3px;
}

.train-block-tab-slider .slick-prev::before {
    top: 8px;
    transform: rotate(-45deg);
}

.train-block-tab-slider .slick-prev::after {
    top: 16px;
    transform: rotate(45deg);
}

.train-block-tab-slider .slick-next::before {
    top: 8px;
    transform: rotate(45deg);
}

.train-block-tab-slider .slick-next::after {
    top: 16px;
    transform: rotate(-45deg);
}

.tab-inner {
    padding-top: 40px;
    position: relative;
}

.tab-bottom-nav {
    float: right;
}

.tab-bottom-nav #tab-choose {
    width: 283px;
    height: 60px;
    float: right;
    outline: none;
    border: none;
    background-color: #f64c53;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    position: relative;
}

.tab-bottom-nav button.btn-back {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    margin-right: 50px;
    background-color: transparent;
}

.tab-bottom-nav button.btn-back::before {
    content: "&lt;&lt;";
    margin-right: 10px;
}

#autorisation {
    padding-top: 80px;
    padding-bottom: 50px;
}

#autorisation::before,
#payment-success::before,
#payment-block::before,
#payment-error::before,
#messenger::before {
    content: "";
    position: absolute;
    width: 500%;
    top: -130px;
    left: -100%;
    height: 300px;
    background-color: #111921;
    transform: rotate(-3deg) skew(-3deg);
}

#autorisation .middleblock {
    width: 283px;
}

#autorisation h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 0;
}

#autorisation h2 + .title-small {
    margin-bottom: 110px;
}

#autorisation .title-small {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.btns-center button {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    position: relative;
}

.btns-center button::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 100%;
    height: 40px;
    transform: rotate(-3deg) skew(-3deg);
    z-index: -1;
    box-shadow: 16px -3px 27px 0px rgba(0, 0, 0, 0.21);
}

.btns-center button.vk,
.btns-center button.vk::before  {
    background-color: #5382b6;
}

.btns-center button.facebook,
.btns-center button.facebook::before  {
    background-color: #3c5a96;
}

.btns-center button.instagram,
.btns-center button.instagram::before  {
    background-color: #cb476c;
}

#payment-success h2 {
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;
}

#payment-success h2 + .title-small {
    margin-bottom: 100px;
}

#payment-success .middleblock {
    width: 705px;
}

#payment-success .title-small {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
}

#payment-success .soc {
    background-color: #fff;
    position: relative;
    margin-bottom: 100px;
}

#payment-success .soc::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -100%;
    width: 300%;
    height: 120px;
    background-color: #fff;
    transform: rotate(-3deg) skew(-3deg);
    z-index: -1;
}

#payment-success .app-store {
    width: 139px;
    height: 48px;
    background-image: url(../img/app-store.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}

#payment-success .google-play {
    width: 159px;
    height: 48px;
    background-image: url(../img/google-play.png);
    display: inline-block;
    vertical-align: middle;
}

#payment-block .middleblock {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

#payment-block input {
    width: 100%;
    height: 56px;
    max-width: 360px;
    vertical-align: top;
    outline: none;
    border: none;
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

#payment-form {
    position: relative;
}

#payment-form button {
    width: 50%;
    max-width: 283px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    background-color: #f64c53;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    position: relative;
}

#payment-form .payment-ways {
    display: inline-block;
    float: right;
}

#payment-form .payment-ways div {
    display: inline-block;
}

.payment-ways .visa {
    width: 64px;
    height: 64px;
    background-image: url(../img/visa.png);
}

.payment-ways .mastercard {
    width: 64px;
    height: 64px;
    background-image: url(../img/master-card.png);
}

.payment-ways .ya-money {
    width: 64px;
    height: 64px;
    background-image: url(../img/yandex-money.png);
}

#payment-form::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 100px;
    left: 0;
    transform: rotate(-3deg) skew(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    backface-visibility: hidden;
}

#payment-block #payment-sum {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 70px;
}

#payment-sum + span {
    line-height: 56px;
}

.payment-item {
    font-size: 20px;
    margin-bottom: 20px;
}

#payment-block label {
    margin-bottom: 5px;
    display: block;
}

#payment-block h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: none;
}

#payment-block .title-small {
    font-size: 24px;
    margin-bottom: 70px;
}

form.phone-link,
form.phone-link + .text-wrap {
    text-align: left;
}

form.phone-link + .text-wrap {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.phone-link label {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 28px;
}

.phone-link input {
    width: 100%;
    height: 56px;
    max-width: 360px;
    vertical-align: top;
    outline: none;
    border: none;
    padding: 0;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
}

.phone-link input[type="tel"] {
    margin-right: 20px;
    width: 50%;
}

.phone-link button[type="submit"] {
    width: 100%;
    max-width: 283px;
    height: 56px;
    outline: none;
    border: none;
    background-color: #f64c53;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    position: relative;
}

.important-text {
    margin-right: 10px;
}

#payment-error h2 {
    color: #f64c53;
    margin-bottom: 110px;
}

#payment-error a.btn {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 283px;
    height: 56px;
    text-decoration: none;
    outline: none;
    border: none;
    background-color: #f64c53;
    color: #fff;
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0.025em;
    position: relative;
}

#payment-error .error-try-again {
    color: #fff;
    margin-bottom: 50px;
}

#footer {
    padding-top: 10px;
    z-index: 3;
    background-color: #fff;
}

#footer .middleblock {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .confidential.left {
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-right: 50px;
}

#footer .confidential.left a {
    text-decoration: none;
    color: #000;
}

#footer .ya-cassa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
}

#footer .ya-cassa::after {
    content: "";
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/ya-cassa.png);
    width: 111px;
    height: 28px;
}

#footer .soc {
    display: inline-block;
    vertical-align: middle;
}

#footer .soc .app-store {
    width: 139px;
    height: 48px;
    background-image: url(../img/app-store.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}

#footer .soc .google-play {
    width: 159px;
    height: 48px;
    background-image: url(../img/google-play.png);
    display: inline-block;
    vertical-align: middle;
}

.footer-lft-wrap {
    float: left;
    text-align: left;
}

#pupils-and-champs-tab,
#reviews-tab,
#achievements-tab,
#before-after-tab {
    display: none;
}

.before-after-slider,
.reviews-tab-slider {
    position: absolute;
    left: -9999px;
}

#edu-certs-info-tab {
    display: block;
}

.pupils-and-champs-tab,
.achievements-tab {
    display: none;
}

#photo-tab-open {
    display: none;
}

#where-workout .block-unactive::before,
#trainer .block-unactive::before {
    transform: none;
    top: 0;
    height: 100%;
    left: 0;
}

#where-workout .block-unactive:hover::before,
#trainer .block-unactive:hover::before {
    background-color: #000;
    opacity: 0.7;
}

#where-workout .block-unactive div.text-wrap, #trainer .block-unactive div.text-wrap {
    bottom: 50%;
    left: 30%;
}</pre></body></html>