@charset "UTF-8";
@font-face {
  font-family: "KelsonSans-Regular";
  src: url("./fonts/KelsonSans/KelsonSans-Regular.eot");
  src: url("./fonts/KelsonSans/KelsonSans-Regular.eot?#iefix") format("embedded-opentype");
  src: local("☺"), url("./fonts/KelsonSans/KelsonSans-Regular.svg") format("truetype");
  /* for Firefox 3, Safari */
  src: url("./fonts/KelsonSans/KelsonSans-Regular.woff") format("woff");
  /* for IE9 */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "KelsonSans-Bold";
  src: url("./fonts/KelsonSans/KelsonSans-Bold.eot");
  /* for IE6-8 */
  src: url("./fonts/KelsonSans/KelsonSans-Bold.eot?#iefix") format("embedded-opentype");
  src: local("☺"), url("./fonts/KelsonSans/KelsonSans-Bold.svg") format("truetype");
  /* for Firefox 3, Safari */
  src: url("./fonts/KelsonSans/KelsonSans-Bold.woff") format("woff");
  /* for IE9 */
  /* src: url('fonts/Myriad Pro/MyriadPro-Regular.ttf') format('truetype'); */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "KelsonSans-Light";
  src: url("./fonts/KelsonSans/KelsonSans-Light.eot");
  src: url("./fonts/KelsonSans/KelsonSans-Light.eot?#iefix") format("embedded-opentype");
  src: local("☺"), url("./fonts/KelsonSans/KelsonSans-Light.svg") format("truetype");
  /* for Firefox 3, Safari */
  src: url("./fonts/KelsonSans/KelsonSans-Light.woff") format("woff");
  /* for IE9 */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "KelsonSans-Regular-RU";
  src: url("./fonts/KelsonSans/KelsonSans-RegularRU.eot");
  src: url("./fonts/KelsonSans/KelsonSans-RegularRU.eot?#iefix") format("embedded-opentype");
  src: local("☺"), url("./fonts/KelsonSans/KelsonSans-RegularRU.svg") format("truetype");
  /* for Firefox 3, Safari */
  src: url("./fonts/KelsonSans/KelsonSans-RegularRU.woff") format("woff");
  /* for IE9 */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "KelsonSans-Bold-RU";
  src: url("./fonts/KelsonSans/KelsonSans-BoldRU.eot");
  /* for IE6-8 */
  src: url("./fonts/KelsonSans/KelsonSans-BoldRU.eot?#iefix") format("embedded-opentype");
  src: local("☺"), url("./fonts/KelsonSans/KelsonSans-BoldRU.svg") format("truetype");
  /* for Firefox 3, Safari */
  src: url("./fonts/KelsonSans/KelsonSans-BoldRU.woff") format("woff");
  /* for IE9 */
  /* src: url('fonts/Myriad Pro/MyriadPro-Regular.ttf') format('truetype'); */
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "KelsonSans-Light-RU";
  src: url("./fonts/KelsonSans/KelsonSans-LightRU.eot");
  src: url("./fonts/KelsonSans/KelsonSans-LightRU.eot?#iefix") format("embedded-opentype");
  src: local("☺"), url("./fonts/KelsonSans/KelsonSans-LightRU.svg") format("truetype");
  /* for Firefox 3, Safari */
  src: url("./fonts/KelsonSans/KelsonSans-LightRU.woff") format("woff");
  /* for IE9 */
  font-style: normal;
  font-weight: normal;
}
/* line 1, ../sass/_base.scss */
body {
  min-width: 320px;
  font-size: 16px;
  font-family: "KelsonSans-Regular-RU";
  color: #2d2929;
}

/* line 8, ../sass/_base.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 12, ../sass/_base.scss */
a, a:focus, a:active, a:visited, a:hover {
  border: none;
  outline: none;
}

/* line 16, ../sass/_base.scss */
img {
  max-width: 100%;
}

/* line 19, ../sass/_base.scss */
button {
  position: relative;
  border: none;
  outline: none;
  border-radius: 20px;
  background-color: #2d2929;
  padding: 20px 50px;
  color: #fefefe;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  transition: .3s;
  overflow: hidden;
}
/* line 33, ../sass/_base.scss */
button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .7;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 0;
  animation: menu_btn 4s infinite ease-in-out;
}
/* line 50, ../sass/_base.scss */
button:hover {
  background-color: #f7dd14;
  color: black;
  -webkit-box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.75);
}

/* line 59, ../sass/_base.scss */
input, textarea {
  border: 1px solid white;
  background-color: transparent;
  padding: 10px 15px;
  color: white;
}

/* line 1, ../sass/_layouts.scss */
.container {
  max-width: 1170px;
  margin: auto;
}

/* line 6, ../sass/_layouts.scss */
main {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
}
/* line 11, ../sass/_layouts.scss */
main .logo {
  margin-bottom: 55px;
}
/* line 14, ../sass/_layouts.scss */
main .main-title {
  margin-bottom: 55px;
}
/* line 16, ../sass/_layouts.scss */
main .main-title h1 {
  margin-bottom: 25px;
}
/* line 20, ../sass/_layouts.scss */
main button {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  /* line 6, ../sass/_layouts.scss */
  main {
    /*padding-left: 10%;*/
  }
}

/* line 28, ../sass/_layouts.scss */
.first-step {
  padding: 50px 15px;
}
/* line 30, ../sass/_layouts.scss */
.first-step .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 35, ../sass/_layouts.scss */
.first-step .yellow-hr {
  margin-top: 45px;
  margin-bottom: 35px;
}
/* line 39, ../sass/_layouts.scss */
.first-step .first-step-img {
  flex-basis: 40%;
}
/* line 42, ../sass/_layouts.scss */
.first-step .first-step-content {
  flex-basis: 60%;
}
/* line 45, ../sass/_layouts.scss */
.first-step h2 {
  margin-bottom: 55px;
}
/* line 49, ../sass/_layouts.scss */
.first-step .first-step-triggers {
  display: flex;
  flex-wrap: wrap;
}
/* line 53, ../sass/_layouts.scss */
.first-step .first-step-triggers-item {
  flex-basis: 100%;
}
/* line 55, ../sass/_layouts.scss */
.first-step .first-step-triggers-item:not(:last-child) {
  margin-bottom: 50px;
}
/* line 59, ../sass/_layouts.scss */
.first-step .first-step-triggers-item img {
  float: left;
}
/* line 62, ../sass/_layouts.scss */
.first-step .first-step-triggers-item section {
  padding-left: 50px;
}
/* line 64, ../sass/_layouts.scss */
.first-step .first-step-triggers-item section h3 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 71, ../sass/_layouts.scss */
  .first-step .container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1170px) {
  /* line 76, ../sass/_layouts.scss */
  .first-step .first-step-triggers-item {
    flex-basis: 50%;
  }
  /* line 78, ../sass/_layouts.scss */
  .first-step .first-step-triggers-item:nth-child(1), .first-step .first-step-triggers-item:nth-child(2) {
    margin-bottom: 50px;
  }
  /* line 81, ../sass/_layouts.scss */
  .first-step .first-step-triggers-item:nth-child(3) {
    margin: 0;
  }
  /* line 84, ../sass/_layouts.scss */
  .first-step .first-step-triggers-item:nth-child(2n+1) {
    margin-right: 45px;
  }
}
@media screen and (min-width: 1170px) {
  /* line 91, ../sass/_layouts.scss */
  .first-step .first-step-img {
    flex-basis: 30%;
  }
  /* line 94, ../sass/_layouts.scss */
  .first-step .first-step-content {
    flex-basis: 70%;
  }
}

/* line 101, ../sass/_layouts.scss */
.carousel {
  padding: 50px 15px;
}
/* line 103, ../sass/_layouts.scss */
.carousel .container {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 110, ../sass/_layouts.scss */
.carousel .title-block {
  margin-bottom: 40px;
}
/* line 113, ../sass/_layouts.scss */
.carousel .result-before {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
/* line 118, ../sass/_layouts.scss */
.carousel .result-before-content {
  display: flex !important;
  flex-direction: column-reverse;
}
/* line 121, ../sass/_layouts.scss */
.carousel .result-before-content header {
  margin-bottom: 15px;
}
/* line 123, ../sass/_layouts.scss */
.carousel .result-before-content header h3 {
  margin-bottom: 35px;
}
/* line 128, ../sass/_layouts.scss */
.carousel .result-before-content-img {
  text-align: center;
}
/* line 130, ../sass/_layouts.scss */
.carousel .result-before-content-img img {
  display: inline-block !important;
}
/* line 134, ../sass/_layouts.scss */
.carousel .result-after {
  display: none;
}
/* line 138, ../sass/_layouts.scss */
.carousel .slide-items {
  max-width: 900px;
  margin: auto;
}
/* line 142, ../sass/_layouts.scss */
.carousel .circle-prev {
  left: 3%;
}
/* line 143, ../sass/_layouts.scss */
.carousel .circle-next {
  right: 3%;
}
/* line 145, ../sass/_layouts.scss */
.carousel .circle-next svg {
  left: 53%;
}
@media screen and (min-width: 992px) {
  /* line 151, ../sass/_layouts.scss */
  .carousel .container {
    flex-direction: row;
  }
  /* line 154, ../sass/_layouts.scss */
  .carousel .result-before-content {
    flex-direction: row;
    margin-right: 50px;
  }
  /* line 158, ../sass/_layouts.scss */
  .carousel .result-after {
    display: inline-block;
  }
  /* line 161, ../sass/_layouts.scss */
  .carousel .mobile-result-after {
    display: none;
  }
  /* line 164, ../sass/_layouts.scss */
  .carousel .result-before-content-img {
    text-align: left;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 170, ../sass/_layouts.scss */
  .carousel .circle-prev {
    left: 10%;
  }
  /* line 171, ../sass/_layouts.scss */
  .carousel .circle-next {
    right: 10%;
  }
}

/* line 175, ../sass/_layouts.scss */
.result-today {
  padding: 80px 15px;
}
/* line 178, ../sass/_layouts.scss */
.result-today .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 184, ../sass/_layouts.scss */
.result-today .title-block {
  text-align: center;
  margin-bottom: 55px;
}
/* line 188, ../sass/_layouts.scss */
.result-today .result-today-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
/* line 195, ../sass/_layouts.scss */
.result-today .next {
  margin-top: 25px;
  margin-bottom: 25px;
  transform: rotate(100grad);
}
@media screen and (min-width: 768px) {
  /* line 202, ../sass/_layouts.scss */
  .result-today .title-block {
    text-align: left;
  }
  /* line 205, ../sass/_layouts.scss */
  .result-today .result-today-steps {
    flex-direction: row;
    align-items: flex-start;
  }
  /* line 209, ../sass/_layouts.scss */
  .result-today .next {
    transform: rotate(0grad);
  }
}

/* line 215, ../sass/_layouts.scss */
.about-express {
  padding: 50px 15px;
}
/* line 217, ../sass/_layouts.scss */
.about-express .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 222, ../sass/_layouts.scss */
.about-express .title-block {
  margin-bottom: 35px;
}
/* line 225, ../sass/_layouts.scss */
.about-express .about-express-items {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 234, ../sass/_layouts.scss */
  .about-express .express-item:not(:last-child) {
    margin-bottom: 60px;
  }
  /* line 237, ../sass/_layouts.scss */
  .about-express .express-item p {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 215, ../sass/_layouts.scss */
  .about-express {
    padding: 50px 50px;
  }
  /* line 244, ../sass/_layouts.scss */
  .about-express .about-express-items {
    flex-direction: row;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 0;
  }
  /* line 251, ../sass/_layouts.scss */
  .about-express .express-item:not(:last-child) {
    margin-right: 78px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 215, ../sass/_layouts.scss */
  .about-express {
    padding: 50px 0;
  }
  /* line 259, ../sass/_layouts.scss */
  .about-express .express-item:not(:last-child) {
    margin-right: 140px;
  }
}

/* line 266, ../sass/_layouts.scss */
.video {
  padding: 50px 15px;
}
/* line 268, ../sass/_layouts.scss */
.video .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 274, ../sass/_layouts.scss */
.video .title-block {
  margin-bottom: 35px;
}
/* line 277, ../sass/_layouts.scss */
.video .video-content {
  width: 100%;
  height: 490px;
  max-width: 860px;
}
/* line 281, ../sass/_layouts.scss */
.video .video-content iframe {
  width: inherit;
  height: inherit;
}
/* line 287, ../sass/_layouts.scss */
.video .video-content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 293, ../sass/_layouts.scss */
.video .video-content iframe,
.video .video-content object,
.video .video-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1170px) {
  /* line 304, ../sass/_layouts.scss */
  .video .video-content {
    padding-bottom: 40%;
  }
}

/* line 310, ../sass/_layouts.scss */
.conditions {
  padding: 50px 15px;
}
/* line 312, ../sass/_layouts.scss */
.conditions .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 317, ../sass/_layouts.scss */
.conditions .title-block {
  text-align: center;
  margin-bottom: 30px;
}
/* line 321, ../sass/_layouts.scss */
.conditions .conditions-items {
  display: flex;
  justify-content: space-around;
  flex-basis: 50%;
  flex-wrap: wrap;
}
/* line 328, ../sass/_layouts.scss */
.conditions .condition-item:not(:last-child) {
  margin-bottom: 30px;
}
/* line 332, ../sass/_layouts.scss */
.conditions button {
  display: inherit;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  /* line 339, ../sass/_layouts.scss */
  .conditions .conditions-items > .condition-item {
    margin-bottom: 0;
  }
  /* line 343, ../sass/_layouts.scss */
  .conditions .condition-item:nth-child(1), .conditions .condition-item:nth-child(2) {
    margin-bottom: 30px;
  }
}

/* line 350, ../sass/_layouts.scss */
.free-training {
  position: relative;
  padding: 50px 15px;
}
/* line 354, ../sass/_layouts.scss */
.free-training .success-massage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 365, ../sass/_layouts.scss */
.free-training .container {
  display: flex;
  justify-content: flex-start;
}
/* line 369, ../sass/_layouts.scss */
.free-training .free-training-content {
  display: flex;
  flex-direction: column;
}
/* line 373, ../sass/_layouts.scss */
.free-training .title-block {
  margin-bottom: 45px;
}
/* line 376, ../sass/_layouts.scss */
.free-training .free-training-form {
  text-align: center;
}
/* line 378, ../sass/_layouts.scss */
.free-training .free-training-form form > label {
  position: relative;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  /* line 378, ../sass/_layouts.scss */
  .free-training .free-training-form form > label {
    display: block;
    margin-bottom: 5px;
  }
}
/* line 385, ../sass/_layouts.scss */
.free-training .free-training-form form > label .mess {
  position: absolute;
  top: 35px;
  left: 0;
}
/* line 391, ../sass/_layouts.scss */
.free-training .free-training-form .checkboxes {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 391, ../sass/_layouts.scss */
  .free-training .free-training-form .checkboxes {
    text-align: left;
    max-width: 180px;
  }
  /* line 398, ../sass/_layouts.scss */
  .free-training .free-training-form .checkboxes .checkbox {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  /* line 406, ../sass/_layouts.scss */
  .free-training .checkbox {
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  /* line 411, ../sass/_layouts.scss */
  .free-training .free-training-content {
    max-width: 70%;
  }
}

/* line 418, ../sass/_layouts.scss */
.questions {
  padding: 50px 15px 0 15px;
}
/* line 420, ../sass/_layouts.scss */
.questions .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 425, ../sass/_layouts.scss */
.questions .questions-img, .questions .questions-content {
  flex-basis: 50%;
}
/* line 428, ../sass/_layouts.scss */
.questions .yellow-hr {
  margin-bottom: 30px;
}
/* line 432, ../sass/_layouts.scss */
.questions .questions-item:not(:last-child) {
  margin-bottom: 25px;
}
/* line 436, ../sass/_layouts.scss */
.questions header {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  /* line 441, ../sass/_layouts.scss */
  .questions .container {
    flex-direction: row;
  }
  /* line 444, ../sass/_layouts.scss */
  .questions .questions-img {
    display: flex;
    align-items: flex-end;
  }
}

/* line 451, ../sass/_layouts.scss */
.ask-question {
  padding: 0 15px 50px 15px;
  margin-top: -8%;
}
/* line 454, ../sass/_layouts.scss */
.ask-question .container {
  display: flex;
}
/* line 457, ../sass/_layouts.scss */
.ask-question .ask-question-content {
  margin-top: 125px;
}
/* line 460, ../sass/_layouts.scss */
.ask-question header {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  /* line 451, ../sass/_layouts.scss */
  .ask-question {
    margin-top: -3%;
    padding: 0 15px 200px 15px;
  }
  /* line 466, ../sass/_layouts.scss */
  .ask-question header {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  /* line 451, ../sass/_layouts.scss */
  .ask-question {
    margin-top: -10%;
  }
  /* line 472, ../sass/_layouts.scss */
  .ask-question .ask-question-content {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1170px) {
  /* line 451, ../sass/_layouts.scss */
  .ask-question {
    margin-top: -8%;
  }
  /* line 478, ../sass/_layouts.scss */
  .ask-question .ask-question-content {
    margin-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 451, ../sass/_layouts.scss */
  .ask-question {
    margin-top: -6%;
  }
}
@media screen and (min-width: 1900px) {
  /* line 451, ../sass/_layouts.scss */
  .ask-question {
    margin-top: -5%;
  }
}

/* line 490, ../sass/_layouts.scss */
footer {
  padding: 25px 30px 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  /* line 497, ../sass/_layouts.scss */
  footer > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* line 502, ../sass/_layouts.scss */
footer a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  /* line 490, ../sass/_layouts.scss */
  footer {
    flex-direction: row;
  }
}

/* line 510, ../sass/_layouts.scss */
.pp-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  z-index: 110;
  -moz-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
/* line 527, ../sass/_layouts.scss */
.pp-form .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: .3s;
}
/* line 538, ../sass/_layouts.scss */
.pp-form .form {
  position: relative;
  margin: auto;
  padding: 40px 20px 30px 20px;
  z-index: 102;
  text-align: center;
}
/* line 544, ../sass/_layouts.scss */
.pp-form .form .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 548, ../sass/_layouts.scss */
.pp-form .form .close #close-pp-form {
  width: 15px;
}
/* line 552, ../sass/_layouts.scss */
.pp-form .form label {
  display: block;
  margin-bottom: 15px;
}
/* line 556, ../sass/_layouts.scss */
.pp-form .form input {
  width: 185px;
  height: 20px;
}
/* line 560, ../sass/_layouts.scss */
.pp-form .form textarea {
  width: 185px;
  height: 150px;
}
/* line 564, ../sass/_layouts.scss */
.pp-form .form button {
  display: block;
  margin: auto;
  padding: 10px 20px;
  margin-top: 30px;
}
/* line 569, ../sass/_layouts.scss */
.pp-form .form button:after {
  animation: none;
}
/* line 574, ../sass/_layouts.scss */
.pp-form .form .mess {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  /* line 538, ../sass/_layouts.scss */
  .pp-form .form {
    padding: 40px 40px 30px 40px;
  }
  /* line 580, ../sass/_layouts.scss */
  .pp-form .form input, .pp-form .form textarea {
    width: 250px;
  }
}

/* line 588, ../sass/_layouts.scss */
.thanks {
  padding: 0;
}
/* line 589, ../sass/_layouts.scss */
.thanks h1 {
  font-size: 50px;
}
/* line 593, ../sass/_layouts.scss */
.thanks .container {
  padding: 30px 15px 0 15px;
}
@media screen and (min-width: 480px) and (max-width: 1170px) {
  /* line 593, ../sass/_layouts.scss */
  .thanks .container {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 588, ../sass/_layouts.scss */
  .thanks {
    height: 100vh;
  }
  /* line 602, ../sass/_layouts.scss */
  .thanks h1 {
    font-size: 58px;
  }
}

/* line 1, ../sass/_module.scss */
.title-block {
  font-family: "KelsonSans-Bold-RU";
  font-size: 24px;
}
/* line 4, ../sass/_module.scss */
.title-block span {
  display: block;
  color: #f7dd14;
}

/* line 10, ../sass/_module.scss */
.check-list {
  list-style: none;
}
/* line 12, ../sass/_module.scss */
.check-list li {
  display: block;
  margin-bottom: 30px;
  margin-right: 30px;
}
/* line 16, ../sass/_module.scss */
.check-list li .circle {
  position: relative;
  display: inline-block;
  border: 1px black solid;
  border-radius: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
/* line 25, ../sass/_module.scss */
.check-list li .circle img {
  position: absolute;
  top: 0;
  right: -5px;
}
/* line 32, ../sass/_module.scss */
.check-list li p {
  vertical-align: top;
  padding-top: 5px;
  display: inline-block;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  /* line 40, ../sass/_module.scss */
  .check-list li {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* line 47, ../sass/_module.scss */
.circle-carousel {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px grey solid;
}
/* line 55, ../sass/_module.scss */
.circle-carousel svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  fill: #f7dd14;
}
/* line 63, ../sass/_module.scss */
.circle-carousel:hover {
  border: 1px white solid;
}
@media screen and (min-width: 992px) {
  /* line 47, ../sass/_module.scss */
  .circle-carousel {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 47, ../sass/_module.scss */
  .circle-carousel {
    width: 85px;
    height: 85px;
  }
}

/* line 78, ../sass/_module.scss */
.step-item .step-circle {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #2d2929;
  margin: auto;
  margin-bottom: 50px;
  transition: .5s;
}
/* line 88, ../sass/_module.scss */
.step-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 94, ../sass/_module.scss */
.step-item p {
  text-align: center;
}
/* line 96, ../sass/_module.scss */
.step-item p span {
  display: block;
  font-size: 24px;
}

/* line 104, ../sass/_module.scss */
.express-item .item-img {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}
/* line 109, ../sass/_module.scss */
.express-item .big-number {
  font-family: "KelsonSans-Bold";
  font-size: 154px;
  line-height: 120px;
  color: #f7dd14;
  position: absolute;
  bottom: 0;
  left: -40px;
}
/* line 118, ../sass/_module.scss */
.express-item h4 {
  font-family: "KelsonSans-Regular-RU";
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
/* line 124, ../sass/_module.scss */
.express-item p {
  max-width: 285px;
}

/* line 129, ../sass/_module.scss */
.condition-item {
  color: #333333;
}
/* line 131, ../sass/_module.scss */
.condition-item .number {
  font-family: "KelsonSans-Bold";
  font-size: 94px;
  color: #f7dd14;
}
/* line 136, ../sass/_module.scss */
.condition-item header {
  margin-top: -15px;
}
/* line 139, ../sass/_module.scss */
.condition-item h4 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 144, ../sass/_module.scss */
.condition-item p {
  max-width: 440px;
}

/* line 149, ../sass/_module.scss */
.checkbox {
  font-size: 12px;
  color: #f7dd14 !important;
  display: inline-block;
}
/* line 153, ../sass/_module.scss */
.checkbox .checkbox-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  float: left;
}
/* line 164, ../sass/_module.scss */
.checkbox .checkbox-title {
  text-align: left;
  display: inline-block;
  padding-top: 5px;
  margin-left: 15px;
}
/* line 170, ../sass/_module.scss */
.checkbox .check-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  background-color: #f7dd14;
}
/* line 177, ../sass/_module.scss */
.checkbox input {
  display: none;
}

/* line 182, ../sass/_module.scss */
.yellow-hr {
  width: 80px;
  height: 3px;
  border: none;
  background-color: #f7dd14;
}

/* line 190, ../sass/_module.scss */
.questions-item .big-number {
  font-family: "KelsonSans-Bold-RU";
  font-size: 64px;
  color: #f7dd14;
}
/* line 195, ../sass/_module.scss */
.questions-item .big-number {
  float: left;
}
/* line 198, ../sass/_module.scss */
.questions-item section {
  padding-left: 45px;
  padding-top: 5px;
}
/* line 202, ../sass/_module.scss */
.questions-item h3 {
  font-size: 18px;
}
/* line 205, ../sass/_module.scss */
.questions-item p {
  font-size: 14px;
}

/* line 210, ../sass/_module.scss */
.social {
  position: relative;
}
/* line 212, ../sass/_module.scss */
.social p {
  top: -8px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

@keyframes menu_btn {
  /* начало */
  80% {
    left: -75px;
  }
  /* 1s */
  100% {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
/* line 11, ../sass/_main.scss */
main {
  position: relative;
  background-image: url("/img/bg-main.jpg");
  background-repeat: no-repeat;
  background-position: 65% 0;
  background-color: #fdec4c;
  background-size: cover;
}
/* line 18, ../sass/_main.scss */
main *:not(.main-overlay) {
  position: relative;
  z-index: 4;
}
/* line 23, ../sass/_main.scss */
main .main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 221, 20, 0.8);
  display: block;
  z-index: 2;
}
/* line 35, ../sass/_main.scss */
main .main-title h1 {
  font-size: 58px;
  text-transform: uppercase;
}
/* line 39, ../sass/_main.scss */
main .main-title p {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  /* line 11, ../sass/_main.scss */
  main {
    /*background-position: center right;*/
  }
  /* line 45, ../sass/_main.scss */
  main .main-overlay {
    display: none;
  }
}

/* line 52, ../sass/_main.scss */
.first-step .first-step-img {
  text-align: center;
}
/* line 55, ../sass/_main.scss */
.first-step .first-step-triggers-item {
  max-width: 380px;
}
/* line 58, ../sass/_main.scss */
.first-step .first-step-triggers-item section h3 {
  font-size: 20px;
}
/* line 61, ../sass/_main.scss */
.first-step .first-step-triggers-item section p {
  font-size: 16px;
}
@media screen and (min-width: 1170px) {
  /* line 67, ../sass/_main.scss */
  .first-step .first-step-img {
    text-align: left;
  }
}

/* line 73, ../sass/_main.scss */
.carousel {
  position: relative;
  background-image: url("/img/bg-carousel.jpg");
  background-repeat: no-repeat;
  background-position: 80% 0;
  background-color: #fdec4c;
  background-size: cover;
}
/* line 81, ../sass/_main.scss */
.carousel .slide-items {
  display: none;
}
/* line 85, ../sass/_main.scss */
.carousel .title-block {
  color: white;
}
/* line 87, ../sass/_main.scss */
.carousel .title-block span {
  color: #FDEC4B;
}
/* line 92, ../sass/_main.scss */
.carousel .result-before-content header {
  text-align: center;
}
/* line 95, ../sass/_main.scss */
.carousel .result-before-content h3 {
  position: relative;
  color: white;
  font-size: 24px;
}
/* line 99, ../sass/_main.scss */
.carousel .result-before-content h3:after {
  position: absolute;
  content: '';
  top: 120%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #FDEC4B;
}
@media screen and (min-width: 992px) {
  /* line 99, ../sass/_main.scss */
  .carousel .result-before-content h3:after {
    left: 0;
    margin-left: 0;
  }
}
/* line 114, ../sass/_main.scss */
.carousel .result-before-content p {
  color: white;
  max-width: 160px;
  font-size: 14px;
  margin: auto;
}
/* line 123, ../sass/_main.scss */
.carousel .mobile-result-after img {
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  /* line 129, ../sass/_main.scss */
  .carousel .mobile-container {
    display: none;
  }
  /* line 132, ../sass/_main.scss */
  .carousel .slide-items {
    display: block;
  }
  /* line 136, ../sass/_main.scss */
  .carousel .result-before-content header {
    text-align: left;
  }
}

/* line 143, ../sass/_main.scss */
.result-today {
  position: relative;
  background-image: url("/img/bg-result-today.jpg");
  background-position: center top;
  background-color: #fdec4c;
  background-size: 100%;
}
/* line 150, ../sass/_main.scss */
.result-today .next svg {
  fill: #f7dd14;
  height: 40px;
}
@media screen and (min-width: 768px) {
  /* line 143, ../sass/_main.scss */
  .result-today {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* line 161, ../sass/_main.scss */
.about-express {
  position: relative;
  background-image: url("/img/bg-about-express.jpg");
  background-position: center top;
  background-color: #fdec4c;
  background-size: cover;
  color: white;
}
/* line 169, ../sass/_main.scss */
.about-express .title-block {
  text-align: center;
}
/* line 171, ../sass/_main.scss */
.about-express .title-block span {
  display: block;
  color: #FDEC4B;
}
/* line 176, ../sass/_main.scss */
.about-express .about-express-items {
  position: relative;
}
/* line 180, ../sass/_main.scss */
.about-express .route {
  position: absolute;
}
/* line 181, ../sass/_main.scss */
.about-express .r1 {
  top: -1px;
  left: 190px;
}
/* line 182, ../sass/_main.scss */
.about-express .r2 {
  top: -1px;
  left: 625px;
}
/* line 183, ../sass/_main.scss */
.about-express .r3 {
  top: 144px;
  left: 190px;
}
/* line 184, ../sass/_main.scss */
.about-express .r4 {
  top: 144px;
  left: 625px;
}

/* line 188, ../sass/_main.scss */
.video .title-block {
  text-align: center;
}
/* line 190, ../sass/_main.scss */
.video .title-block span {
  display: block;
  color: #f7dd14;
}

/* line 197, ../sass/_main.scss */
.conditions {
  background-color: #ebebeb;
}

/* line 201, ../sass/_main.scss */
.free-training {
  background-image: url("/img/bg-free-training.jpg");
  background-position: center top;
  background-color: #fdec4c;
  background-size: cover;
  color: white;
}
/* line 207, ../sass/_main.scss */
.free-training .success-massage {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: .3s;
}
/* line 212, ../sass/_main.scss */
.free-training .success-massage p {
  text-align: center;
}
/* line 215, ../sass/_main.scss */
.free-training .success-massage span {
  font-size: 28px;
}
/* line 220, ../sass/_main.scss */
.free-training .title-block {
  text-align: center;
  text-transform: uppercase;
}
/* line 223, ../sass/_main.scss */
.free-training .title-block span {
  display: block;
  color: yellow;
}
/* line 229, ../sass/_main.scss */
.free-training .free-training-form input {
  width: 180px;
}
/* line 233, ../sass/_main.scss */
.free-training button {
  padding: 10px 40px;
  font-size: 20px;
  color: #2d2929;
  background-color: #f7dd14;
}
@media screen and (min-width: 768px) {
  /* line 233, ../sass/_main.scss */
  .free-training button {
    padding: 10px 50px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  /* line 201, ../sass/_main.scss */
  .free-training {
    background-position: 65% top;
  }
}
@media screen and (min-width: 992px) {
  /* line 201, ../sass/_main.scss */
  .free-training {
    background-position: 55% top;
  }
}

@media screen and (max-width: 992px) {
  /* line 252, ../sass/_main.scss */
  .questions .questions-img {
    text-align: center;
  }
}
/* line 258, ../sass/_main.scss */
.questions header p {
  font-size: 18px;
}

/* line 263, ../sass/_main.scss */
.ask-question {
  position: relative;
  background-image: url("/img/bg-ask-question.png");
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 269, ../sass/_main.scss */
.ask-question button {
  font-size: 20px;
  text-transform: uppercase;
}
/* line 273, ../sass/_main.scss */
.ask-question h4 {
  font-family: "KelsonSans-Bold-RU";
  font-size: 24px;
  color: white;
}
/* line 278, ../sass/_main.scss */
.ask-question p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 282, ../sass/_main.scss */
  .ask-question h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  /* line 263, ../sass/_main.scss */
  .ask-question {
    /*background-position: */
  }
}

/* line 291, ../sass/_main.scss */
footer {
  background-color: #333333;
  color: white;
}
/* line 294, ../sass/_main.scss */
footer svg {
  width: 30px;
  height: 30px;
  fill: #f7dd14;
  transition: .3s;
}
/* line 299, ../sass/_main.scss */
footer svg:hover {
  fill: white;
}
/* line 303, ../sass/_main.scss */
footer a, footer a:focus, footer a:active, footer a:visited, footer a:hover {
  outline: none;
  border: none;
  text-decoration: none;
}

/* line 310, ../sass/_main.scss */
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 313, ../sass/_main.scss */
.pp-form {
  color: white;
}
/* line 315, ../sass/_main.scss */
.pp-form .form {
  border: 2px solid white;
  background-color: #151414;
}
/* line 318, ../sass/_main.scss */
.pp-form .form #close-pp-form {
  fill: white;
}
/* line 321, ../sass/_main.scss */
.pp-form .form input, .pp-form .form textarea {
  font-size: 16px;
}
/* line 324, ../sass/_main.scss */
.pp-form .form button {
  font-size: 12px;
  background-color: #f7dd14;
  color: black;
  border-radius: 15px;
}
/* line 329, ../sass/_main.scss */
.pp-form .form button:hover {
  background-color: yellow;
}

/* line 336, ../sass/_main.scss */
.mess {
  font-size: 12px;
}
