@import "../fonts/fonts.css";
body {
  font-family: 'FuturaPT';
  font-size: 16px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
  background: #FFF;
}
a {
  color: #428bca;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
}
a,
input,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'FuturaPT';
  line-height: 1.1;
  font-weight: 400;
  color: inherit;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
form label.error {
  display: none !important;
}
form input,
form textarea,
form select {
  display: inline-block;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  line-height: 48px;
  height: 48px;
  padding: 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #333;
}
form input.error,
form textarea.error,
form select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
p {
  margin-bottom: 0;
}
.demi {
  font-weight: 600;
}
.book {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
.verv {
  font-family: 'Verveine';
}
* img {
  max-width: 100%;
}
.btn {
  transition: .3s;
}
body .wrapper .big .btn-block a.btn:hover,
body .wrapper .banner .main-content .box-block .grid-block .item.a a:hover {
  background-color: #f97b54;
}
.dark {
  color: #121212;
}
.crib-block {
  background-color: #FED4D0;
  padding: 30px 24px 35px;
  margin-top: 40px;
  margin-left: -95px;
  width: 255px;
  -webkit-box-shadow: 30px 40px 30px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 30px 40px 30px 0 rgba(0,0,0,0.16);
  box-shadow: 30px 40px 30px 0 rgba(0,0,0,0.16);
}
.crib-block .img {
  text-align: center;
  margin-bottom: 25px;
}
.crib-block .txt-block,
.crib-block .num {
  margin-bottom: 10px;
}
.crib-block .txt-block p,
.crib-block .num p {
  font-size: 2.125em;
  text-align: center;
  color: #FBA185;
}
.crib-block .txt-how p {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
}
.crib-block .num {
  margin-bottom: 0;
  margin-top: 15px;
}
.results {
  margin-top: 40px;
}
.results .wrap {
  background-color: #ffffff;
  padding: 30px 0;
}
.results .wrap .num {
  color: #FBA185;
  font-size: 3.125em;
  text-align: center;
}
.results .wrap .txt {
  margin-top: 15px;
  margin-bottom: 0;
}
.results .wrap .txt p {
  font-size: 1.125em !important;
  text-align: center;
}
.img.poa {
  text-align: center;
}
body {
  overflow-x: hidden;
}
.form-bl {
  background-color: #FBA185;
  padding: 40px 24px;
  z-index: 33;
  margin-top: -370px;
}
.form-bl .txt-title {
  margin-bottom: 15px;
  padding-left: 10px;
}
.form-bl .txt-title p {
  font-size: 1.5em;
  color: #ffffff;
}
.form-bl .txt-dop.txt-form {
  margin-bottom: 40px;
  padding-left: 10px;
}
.form-bl .txt-dop.txt-form p {
  color: #ffffff;
  text-align: left;
}
.form-bl .txt-form p {
  text-align: left !important;
}
.form-bl .messengers {
  position: relative;
  z-index: 999;
  min-height: 75px;
}
.form-bl .messengers .messenger {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.form-bl .messengers tb-notification-button {
  margin: 0 6px !important;
  width: 85px;
  height: 95px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .form-bl .messengers tb-notification-button {
    width: 70px;
    margin: 0 5px !important;
  }
}
.form-bl .hor-line {
  background-color: #EF9174;
  height: 1px;
  width: 270px;
  margin: 50px auto 40px;
}
.form-bl .txt-desc {
  margin: 0 auto 25px;
}
.form-bl .txt-desc p {
  font-size: 1.5em;
  text-align: center;
  color: #ffffff;
}
.form-bl form {
  margin: 0 auto;
  width: 270px;
  text-align: center;
}
.form-bl form .inputblock {
  margin: 0 auto 10px;
}
.form-bl form .inputblock input {
  height: 60px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 2px 3px 2px rgba(0,0,0,0.16);
  font-size: 1.125em;
  padding: 0 20px;
}
.form-bl form button {
  width: 228px;
  height: 72px;
  background: #121212;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  margin: 40px auto 0;
  transition: .3s;
}
.form-bl form button:hover {
  background: #000;
  -webkit-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
}
.modal-content {
  width: 350px;
  margin: 0 auto;
}
.modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
  text-shadow: none;
  opacity: .9;
  z-index: 999;
}
.modal-content .form-bl {
  margin-top: 0;
  width: 350px;
}
@media (max-width: 767px) {
  .modal-content {
    width: 290px;
  }
  .modal-content .form-bl {
    width: 100%;
    padding: 25px 10px;
  }
}
body {
  color: #121212;
}
body .thanks .section-th1 {
  background: url('../images/banner.png') no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
body .thanks .section-th1 .t1 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 10px;
}
body .thanks .section-th1 .t2 {
  font-size: 1.125em;
}
body .wrapper.doc {
  padding: 50px 0;
}
@media (max-width: 991px) {
  body .wrapper.doc {
    padding: 35px 0;
  }
}
body .wrapper .banner {
  background: url('../images/banner.png') no-repeat center center / cover;
  padding-top: 30px;
  margin-bottom: 25px;
}
body .wrapper .banner .top-header {
  justify-content: flex-end;
}
body .wrapper .banner .top-header .dop-row {
  justify-content: space-between;
}
body .wrapper .banner .top-header .dop-row .txt p {
  font-weight: 400;
  font-size: 1.125em;
}
body .wrapper .banner .top-header .btn-block a {
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #121212;
  border: 2px solid #707070;
  background: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}
body .wrapper .banner .top-header .btn-block a:hover,
body .wrapper .banner .top-header .btn-block a:active,
body .wrapper .banner .top-header .btn-block a:focus {
  color: #383838;
  border-color: #8a8a8a;
}
body .wrapper .banner .main-content {
  justify-content: flex-end;
  margin-top: 50px;
}
body .wrapper .banner .main-content .box-block {
  background: url('../images/box-block-bg.png') no-repeat center center / cover, #FEFEFE;
  width: 100%;
  height: 773px;
  border-radius: 5px;
  -webkit-box-shadow: 15px 20px 11px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 15px 20px 11px 0 rgba(0,0,0,0.16);
  box-shadow: 15px 20px 11px 0 rgba(0,0,0,0.16);
  position: relative;
}
body .wrapper .banner .main-content .box-block .poa-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 33;
}
body .wrapper .banner .main-content .box-block .poa-img img {
  margin-bottom: -1px;
}
body .wrapper .banner .main-content .box-block .grid-block {
  grid-template-columns: repeat(5,1fr);
  grid-template-rows: repeat(5,1fr);
  width: 450px;
  border-bottom: 1px solid #FFE2DF;
  border-right: 1px solid #FFE2DF;
}
@media (min-width: 768px) {
  body .wrapper .banner .main-content .box-block .grid-block {
    display: grid !important;
  }
}
body .wrapper .banner .main-content .box-block .grid-block.gb-2 {
  display: none !important;
}
body .wrapper .banner .main-content .box-block .grid-block .item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #FFE2DF;
  border-top: 1px solid #FFE2DF;
  height: 90px;
  width: 90px;
}
body .wrapper .banner .main-content .box-block .grid-block .item.bt {
  border-top: none;
}
body .wrapper .banner .main-content .box-block .grid-block .item .let {
  font-size: 4.688em;
  color: #FBA185;
}
body .wrapper .banner .main-content .box-block .grid-block .item .let.sm {
  font-size: 1.5em;
}
body .wrapper .banner .main-content .box-block .grid-block .item.p-20 {
  padding: 20px 10px;
}
body .wrapper .banner .main-content .box-block .grid-block .item .txt {
  margin-top: 0;
}
body .wrapper .banner .main-content .box-block .grid-block .item .txt p {
  font-size: 1.125em;
  color: #181818;
  letter-spacing: -0.5px;
}
body .wrapper .banner .main-content .box-block .grid-block .item.a {
  grid-column: span 2;
  width: initial;
}
body .wrapper .banner .main-content .box-block .grid-block .item.a p {
  font-size: 1.5em;
  color: #FBA185;
  width: 70%;
  text-align: left;
}
body .wrapper .banner .main-content .box-block .grid-block .item.a a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #FBA185;
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wrapper .banner .main-content .box-block .grid-block .item.c {
  grid-row: span 2;
  height: initial;
}
body .wrapper .banner .main-content .box-block .grid-block .item.d {
  width: initial;
  grid-column: span 3;
}
body .wrapper .banner .main-content .txt {
  margin-top: 35px;
}
body .wrapper .banner .main-content .txt.mt {
  margin-top: 40px;
}
body .wrapper .banner .main-content .txt p {
  font-size: 1.125em;
  line-height: 23px;
}
body .wrapper .banner .main-content .txt p .demi {
  font-size: 1.333em;
}
body .wrapper .prepare {
  padding-top: 65px;
  position: relative;
}
body .wrapper .prepare .line {
  position: absolute;
  left: -120px;
  top: 372px;
  z-index: -2;
}
body .wrapper .prepare .strip {
  position: absolute;
  bottom: 0;
  left: 68px;
  height: 100px;
  background-color: #FED4D0;
  width: 2000px;
  z-index: -1;
}
body .wrapper .prepare main .row {
  justify-content: space-around;
}
body .wrapper .prepare main .img {
  position: relative;
}
body .wrapper .prepare main .img .strip {
  position: absolute;
  bottom: 0;
  left: 68px;
  height: 100px;
  background-color: #FED4D0;
  width: 2000px;
  z-index: -1;
}
body .wrapper .prepare main .big-text {
  position: relative;
  margin-top: 25px;
}
body .wrapper .prepare main .big-text p {
  font-size: 3.125em;
  text-transform: uppercase;
}
body .wrapper .prepare main .big-text .smash {
  position: absolute;
  top: 60px;
  left: -7px;
  z-index: -1;
}
body .wrapper .prepare main .dots-2 {
  margin: 40px 0 20px;
}
body .wrapper .prepare main .know p {
  font-size: 1.5em;
  color: #FBA185;
  text-transform: uppercase;
}
body .wrapper .prepare main .txt {
  margin-top: 8px;
}
body .wrapper .prepare main .txt p {
  font-size: 1.125em;
}
body .wrapper .prepare main .wrap-content {
  position: relative;
}
body .wrapper .prepare main .img-plane {
  position: absolute;
  right: -65px;
  top: 55px;
}
body .wrapper .prepare main .txt-strip {
  margin-left: 0;
  margin-top: 45px;
}
body .wrapper .prepare main .txt-strip p {
  font-size: 1.5em;
}
body .wrapper .big {
  margin-top: 50px;
  background: url('../images/big-bg.png') no-repeat center top, url('../images/big-bg-add.png') no-repeat center bottom;
  padding-top: 172px;
  z-index: 33;
}
body .wrapper .big .txt {
  margin-bottom: 20px;
}
body .wrapper .big .txt p {
  font-size: 1.5em;
}
body .wrapper .big .txt-smash {
  position: relative;
}
body .wrapper .big .txt-smash p {
  text-transform: uppercase;
  font-size: 3.125em;
}
body .wrapper .big .txt-smash .smash {
  position: absolute;
  left: 177px;
  z-index: -1;
  top: 2px;
}
body .wrapper .big .txt-sm {
  margin-top: 45px;
}
body .wrapper .big .txt-sm p {
  font-size: 1.125em;
}
body .wrapper .big .cards {
  margin-top: 85px;
}
body .wrapper .big .cards .flip-card {
  perspective: 1000px;
  width: 255px;
  height: 355px;
  margin: 0 auto;
  background-color: transparent;
  overflow-y: hidden;
}
body .wrapper .big .cards .flip-card .flip-card-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
}
body .wrapper .big .cards .flip-card .flip-card-front,
body .wrapper .big .cards .flip-card .flip-card-back {
  width: 255px;
  height: 355px;
  backface-visibility: hidden;
}
body .wrapper .big .cards .flip-card .flip-card-front {
  background-color: #ffffff;
  padding: 25px 0 28px;
  -webkit-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
}
body .wrapper .big .cards .flip-card .flip-card-front .img {
  text-align: center;
  margin-bottom: 10px;
}
body .wrapper .big .cards .flip-card .flip-card-front .txt {
  margin-bottom: 0;
}
body .wrapper .big .cards .flip-card .flip-card-front .txt p {
  color: #FBA185;
  text-align: center;
}
body .wrapper .big .cards .flip-card .flip-card-front .dots-2 {
  margin: 15px auto 0;
  text-align: center;
}
body .wrapper .big .cards .flip-card .flip-card-back {
  margin-top: -148px;
  z-index: 222;
  transition: 0.8s;
  position: relative;
  -webkit-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  background-color: #fff;
  padding: 30px 0;
}
@media (max-width: 767px) {
  body .wrapper .big .cards .flip-card .flip-card-back {
    margin-top: -125px;
    padding-top: 24px;
  }
}
body .wrapper .big .cards .flip-card .flip-card-back.flow {
  margin-top: -355px;
  background-color: #E9A88E;
}
body .wrapper .big .cards .flip-card .flip-card-back.flow .img svg line {
  stroke: #ffffff;
}
body .wrapper .big .cards .flip-card .flip-card-back.flow .txt p {
  color: #fff;
}
body .wrapper .big .cards .flip-card .flip-card-back .txt,
body .wrapper .big .cards .flip-card .flip-card-back .txt-more {
  margin-bottom: 7px;
  transition: .5s;
}
body .wrapper .big .cards .flip-card .flip-card-back .txt p,
body .wrapper .big .cards .flip-card .flip-card-back .txt-more p {
  text-align: center;
  color: #ffffff;
}
body .wrapper .big .cards .flip-card .flip-card-back .txt p {
  color: #FBA185;
}
body .wrapper .big .cards .flip-card .flip-card-back .list {
  margin: 60px auto 20px;
  padding-left: 47px;
}
body .wrapper .big .cards .flip-card .flip-card-back .list ul {
  margin: 0;
  padding: 0;
}
body .wrapper .big .cards .flip-card .flip-card-back .list ul li {
  color: #ffffff;
  font-size: 1.125em;
  text-align: left;
  margin-bottom: 8px;
}
body .wrapper .big .cards .flip-card .flip-card-back .txt-more {
  margin-bottom: 0;
  padding-left: 30px;
}
body .wrapper .big .cards .flip-card .flip-card-back .txt-more p {
  text-align: left;
}
body .wrapper .big .cards .flip-card.fc2 .flip-card-back .list {
  margin-top: 10px;
}
body .wrapper .big .cards .flip-card.fc3 .flip-card-back,
body .wrapper .big .cards .flip-card.fc4 .flip-card-back {
  padding: 30px 22px;
}
body .wrapper .big .cards .flip-card.fc3 .flip-card-back .txt-desc,
body .wrapper .big .cards .flip-card.fc4 .flip-card-back .txt-desc {
  margin-top: 15px;
}
body .wrapper .big .cards .flip-card.fc3 .flip-card-back .txt-desc p,
body .wrapper .big .cards .flip-card.fc4 .flip-card-back .txt-desc p {
  color: #ffffff;
  font-size: 1.125em;
  text-align: left;
}
body .wrapper .big .cards .flip-card.fc4 .flip-card-back .txt-desc {
  margin-top: 133px;
}
body .wrapper .big .btn-block {
  margin: 50px auto 0;
  width: 142px;
}
body .wrapper .big .btn-block a {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #FBA185;
  color: #ffffff;
}
body .wrapper .big .txt-name p {
  font-size: 3.125em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 2px #FBA185;
}
body .wrapper .big .veronika {
  margin-top: 135px;
  position: relative;
}
body .wrapper .big .veronika main .panels {
  width: 350px;
  margin: 50px 0;
}
body .wrapper .big .veronika main .panels .panel {
  background-color: #ffffff;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  -webkit-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 20px 30px 20px 0 rgba(0,0,0,0.16);
}
body .wrapper .big .veronika main .panels .panel ul {
  padding: 0;
  margin: 0;
}
body .wrapper .big .veronika main .panels .panel ul li {
  color: #FBA185;
  font-size: 1.125em;
}
body .wrapper .big .veronika main .txt {
  margin-top: 20px;
}
body .wrapper .big .veronika main .txt p {
  font-size: 1.5em;
}
body .wrapper .big .veronika main .veronika-poa {
  position: absolute;
  width: 520px;
  top: -105px;
  left: 400px;
}
body .wrapper .big .not-need {
  margin-top: 95px;
}
body .wrapper .big .not-need .txt-name {
  position: relative;
  width: 66%;
  margin: 0 auto 20px;
  z-index: 3;
}
body .wrapper .big .not-need .txt-name p {
  text-align: center;
}
body .wrapper .big .not-need .txt-name .smash {
  position: absolute;
  top: -12px;
  z-index: -1;
  right: 5px;
}
body .wrapper .big .not-need .txt p {
  text-align: center;
}
body .wrapper .big .not-need main {
  margin-top: 70px;
}
body .wrapper .big .not-need main .por {
  position: relative;
  z-index: 20;
}
body .wrapper .big .not-need main .por .poa {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  text-align: center;
}
body .wrapper .big .not-need main .por .poa img {
  margin-left: 45px;
}
body .wrapper .big .not-need main .item {
  margin-bottom: 30px;
}
body .wrapper .big .not-need main .item .txt-wrap {
  width: 255px;
  margin-bottom: 18px;
}
body .wrapper .big .not-need main .item .txt-wrap.tar {
  margin-left: auto;
}
body .wrapper .big .not-need main .item .num p {
  font-size: 3.125em;
  color: #FBA185;
}
body .wrapper .big .not-need main .item .num.tar p {
  text-align: right;
}
body .wrapper .big .not-need main .item .text {
  margin: 18px 0 0;
}
body .wrapper .big .not-need main .item .text p {
  font-size: 1.125em;
}
body .wrapper .big .not-need main .item .text.tar p {
  text-align: right;
}
body .wrapper .big .not-need main .item .line-arrow.tar {
  text-align: right;
}
body .wrapper .big .action {
  position: relative;
  margin-top: 140px;
}
body .wrapper .big .action main .crib-block {
  margin: 0 auto;
  box-shadow: none;
  background-color: #F8D9D6;
  width: 100%;
  padding: 40px 35px 45px;
}
body .wrapper .big .action main .crib-block .img {
  margin-bottom: 40px;
}
body .wrapper .big .action main .crib-block .img img {
  width: 48px;
}
body .wrapper .big .action main .crib-block .txt-block,
body .wrapper .big .action main .crib-block .num {
  margin-bottom: 25px;
}
body .wrapper .big .action main .crib-block .txt-block p,
body .wrapper .big .action main .crib-block .num p {
  font-size: 2.875em;
}
body .wrapper .big .action main .crib-block .num {
  margin-bottom: 0;
  margin-top: 20px;
}
body .wrapper .big .action main .crib-block .txt-how p {
  font-size: 2em;
}
body .wrapper .big .action main .txt {
  position: relative;
  z-index: 2;
}
body .wrapper .big .action main .txt p {
  font-size: 3.125em;
  text-align: center;
  text-transform: uppercase;
}
body .wrapper .big .action main .txt .poa {
  position: absolute;
  bottom: -5px;
  z-index: -1;
  left: -7px;
}
body .wrapper .big .action main .txt-info {
  margin: 15px 0 35px;
}
body .wrapper .big .action main .txt-info p {
  font-size: 1.5em;
  text-align: center;
}
body .wrapper .big .action main .txt-dop {
  margin-bottom: 45px;
}
body .wrapper .big .action main .txt-dop p {
  font-size: 1.125em;
  text-align: center;
}
body .wrapper .big .action main .copy-2 {
  margin-top: 126px;
  position: relative;
}
body .wrapper .big .action main .copy-2 .dots-3 {
  position: absolute;
  left: 0;
  top: -32px;
  height: 3px;
  width: 2000px;
  background: url('../images/dots-3.svg') repeat-x center center;
}
body .wrapper .big .action main .copy-2 p {
  font-size: 1.125em;
  color: #ACAAAA;
}
body .wrapper .big .action main .copy {
  margin-top: 62px;
  margin-bottom: 30px;
}
body .wrapper .big .action main .copy p a {
  font-size: 1.125em;
  color: #121212;
  text-decoration: underline;
  display: block;
}
body .wrapper .big .action main .copy p a:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  body .crib-block {
    padding: 20px 5px;
    margin-left: 0;
    width: 100%;
  }
  body .wrapper .banner .p {
    padding: 0;
  }
  body .wrapper .banner .main-content .box-block {
    height: 650px;
  }
  body .wrapper .banner .main-content .box-block .grid-block {
    width: 100%;
  }
  body .wrapper .prepare .line {
    display: none;
  }
  body .wrapper .prepare main .img .strip {
    height: 75px;
  }
  body .wrapper .prepare main .img-plane {
    right: -30px;
    top: 50px;
    width: 65%;
  }
  body .wrapper .prepare main .dots-2 {
    margin: 5px 0 20px;
  }
  body .wrapper .prepare main .big-text .smash {
    top: 48px;
  }
  body .wrapper .prepare main .txt-strip {
    margin-top: 20px;
  }
  body .wrapper .big .txt-smash .smash {
    top: 0;
    left: 150px;
  }
  body .wrapper .big .cards .flip-card {
    width: 100%;
  }
  body .wrapper .big .cards .flip-card .flip-card-front,
  body .wrapper .big .cards .flip-card .flip-card-back {
    width: inherit;
  }
  body .wrapper .big .veronika main .veronika-poa {
    width: 440px;
    top: -102px;
    left: 355px;
  }
  body .wrapper .big .not-need .txt-name {
    width: 75%;
  }
  body .wrapper .big .not-need main .por .poa {
    width: 460px;
    top: -5px;
  }
  body .wrapper .big .not-need main .por .poa img {
    margin: 0;
  }
  body .wrapper .big .not-need main .por .item .line-arrow {
    width: 80%;
  }
  body .wrapper .big .not-need main .por .item.item-2 .line-arrow.tar {
    margin-left: auto;
    width: 87%;
  }
  body .wrapper .big .not-need main .por .item.item-3 .line-arrow {
    width: 65%;
  }
  body .wrapper .big .action .crib-block {
    padding: 40px 20px 45px;
  }
  body .wrapper .big .action .dots-3 {
    bottom: 100px;
    width: 645px;
  }
  body .wrapper .big .action main .copy-2 {
    margin-top: 145px;
  }
  body .wrapper .big .action main .copy {
    margin-top: 76px;
  }
  body .wrapper .big .action main .form-bl {
    padding: 30px;
    margin-top: -170px;
  }
  body .wrapper .big .action main .form-bl .messengers .messenger {
    width: 100%;
    height: 54px;
  }
  body .wrapper .big .action main .form-bl .txt-desc p {
    font-size: 1.25em;
  }
  body .wrapper .big .action main .form-bl .hor-line {
    width: 100%;
    margin: 25px auto;
  }
  body .wrapper .big .action main .form-bl form {
    width: 100%;
  }
  body .wrapper .big .action main .form-bl form .inputblock,
  body .wrapper .big .action main .form-bl form button {
    width: 100%;
    margin: 0 auto 5px;
  }
  body .wrapper .big .action main .form-bl form .inputblock input,
  body .wrapper .big .action main .form-bl form button input {
    width: 100%;
    height: 50px;
  }
  body .wrapper .big .action main .form-bl form button {
    margin: 20px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 13px;
  }
  body .crib-block {
    padding: 15px 20px;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  body .wrapper .banner .main-content .box-block {
    height: 635px;
  }
  body .wrapper .banner .top-header {
    justify-content: flex-start;
  }
  body .wrapper .prepare .line {
    left: -838px;
    top: 322px;
  }
  body .wrapper .prepare main .img {
    margin-top: 74px;
  }
  body .wrapper .prepare main .img .strip {
    height: 55px;
  }
  body .wrapper .prepare main .big-text p {
    font-size: 2.825em;
  }
  body .wrapper .prepare main .big-text .smash {
    top: 35px;
  }
  body .wrapper .prepare main .img-plane {
    top: 65px;
    width: 65%;
  }
  body .wrapper .prepare main .dots-2 {
    margin: 0 0 20px;
  }
  body .wrapper .prepare main .txt-strip {
    margin-top: 28px;
    margin-bottom: 2px;
  }
  body .wrapper .big {
    padding-top: 115px;
  }
  body .wrapper .big .txt-smash .smash {
    left: 136px;
    z-index: -1;
    top: -2px;
  }
  body .wrapper .big .cards {
    width: 80%;
    margin: 60px auto 0;
  }
  body .wrapper .big .cards .flip-card {
    width: 255px;
    margin: 0 auto 30px;
  }
  body .wrapper .big .cards .flip-card .flip-card-front,
  body .wrapper .big .cards .flip-card .flip-card-back {
    width: inherit;
  }
  body .wrapper .big .veronika {
    margin-top: 100px;
  }
  body .wrapper .big .veronika main .panels {
    width: 275px;
  }
  body .wrapper .big .veronika main .veronika-poa {
    width: 377px;
    top: -34px;
    left: 247px;
  }
  body .wrapper .big .veronika main .results .wrap {
    padding: 30px 10px;
  }
  body .wrapper .big .not-need .txt-name {
    width: 100%;
  }
  body .wrapper .big .not-need main .por .poa {
    width: 330px;
    top: -21px;
  }
  body .wrapper .big .not-need main .por .poa img {
    margin: 0;
  }
  body .wrapper .big .not-need main .por .item .line-arrow {
    width: 80%;
  }
  body .wrapper .big .not-need main .por .item.item-2 .line-arrow.tar {
    margin-left: auto;
    width: 87%;
  }
  body .wrapper .big .not-need main .por .item.item-3 .line-arrow {
    width: 65%;
  }
  body .wrapper .big .action {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  body .wrapper .big .action .row {
    align-items: center;
  }
  body .wrapper .big .action .crib-block {
    padding: 40px 20px 45px;
  }
  body .wrapper .big .action .dots-3 {
    bottom: 65px;
    width: 97%;
  }
  body .wrapper .big .action main .copy-2,
  body .wrapper .big .action main .copy {
    margin-top: 0;
  }
  body .wrapper .big .action main .form-bl {
    width: 100%;
    margin: 15px auto 35px;
  }
  body .wrapper .big .action main .form-bl .hor-line {
    margin: 25px auto 20px;
  }
  body .wrapper .big .action main .form-bl .bor {
    border-left: 1px solid #EF9174;
  }
  body .wrapper .big .action main .form-bl form {
    width: 100%;
  }
  body .wrapper .big .action main .form-bl form .inputblock input {
    font-size: 1.25em;
  }
  body .wrapper .big .action main .copies {
    width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  .dark {
    font-size: 1.2em;
  }
  body {
    font-size: 12px;
  }
  body .container {
    max-width: 320px !important;
  }
  body .wrapper .banner .top-header .dop-row {
    align-items: center;
  }
  body .wrapper .banner .top-header .dop-row .mr-3 {
    margin-right: 0.3rem !important;
  }
  body .wrapper .banner .top-header .dop-row .icn-img {
    width: 36px;
  }
  body .wrapper .banner .top-header .dop-row .txt {
    font-size: 10px;
  }
  body .wrapper .banner .top-header .dop-row .txt p {
    font-size: 1.333em;
  }
  body .wrapper .banner .main-content {
    margin-top: 20px;
  }
  body .wrapper .banner .main-content .col-md-8 {
    padding: 0;
  }
  body .wrapper .banner .main-content .box-block {
    height: initial;
    padding-bottom: 135px;
    text-align: center;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(5,1fr);
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item {
    width: 80px;
    height: 80px;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item p.let {
    font-size: 6.250em;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item p.let.sm {
    font-size: 2em;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item.a {
    width: 160px;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item.a p {
    font-size: 2em;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item.d {
    grid-column: span 4;
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
  }
  body .wrapper .banner .main-content .box-block .grid-block.gb-2 .item.d.p-20 .txt p {
    font-size: 1.333em;
  }
  body .wrapper .banner .main-content .box-block a {
    text-decoration: none;
    width: 160px;
    height: 80px;
    background-color: #FBA185;
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.250em;
    padding: 17px 8px;
    text-align: center;
    margin: 0 auto;
  }
  body .wrapper .dop-content {
    margin-top: 50px;
  }
  body .wrapper .dop-content .txt p {
    font-size: 2em;
  }
  body .wrapper .dop-content .row {
    transition: .8s;
    flex-direction: row;
  }
  body .wrapper .dop-content .row .i-1,
  body .wrapper .dop-content .row .i-2 {
    transition: .8s;
  }
  body .wrapper .dop-content .row .i-1 .crib-block,
  body .wrapper .dop-content .row .i-2 .crib-block {
    transition: .8s;
  }
  body .wrapper .dop-content .row .i-1 {
    position: relative;
  }
  body .wrapper .dop-content .row.clicked {
    justify-content: center;
  }
  body .wrapper .dop-content .row.clicked .crib-block {
    right: 45px;
  }
  body .wrapper .dop-content .row.clicked .i-1 {
    left: 30px;
    transition: .8s;
  }
  body .wrapper .dop-content .txt.mt {
    margin-top: 15px;
  }
  body .wrapper .dop-content .txt.mt p {
    font-size: 1.333em;
  }
  body .wrapper .dop-content .txt-orange {
    margin-top: 25px;
  }
  body .wrapper .dop-content .txt-orange p {
    font-size: 1.333em;
    color: #FBA185;
  }
  body .wrapper .dop-content .crib-block {
    padding: 30px 24px 35px;
    margin-top: -130px;
    position: relative;
    right: -75px;
    z-index: 90;
  }
  body .wrapper .dop-content .crib-block .txt-block p,
  body .wrapper .dop-content .crib-block .num p {
    font-size: 2.833em;
  }
  body .wrapper .dop-content .crib-block .txt-how p {
    font-size: 2em;
  }
  body .wrapper .prepare {
    padding-bottom: 22px;
  }
  body .wrapper .prepare .col-md-8 {
    padding: 0;
  }
  body .wrapper .prepare .strip {
    left: 0;
    bottom: 19px;
  }
  body .wrapper .prepare main .img-plane {
    top: 230px;
    right: -215px;
  }
  body .wrapper .prepare main .big-text p {
    font-size: 3.333em;
    text-align: center;
    line-height: 55px;
  }
  body .wrapper .prepare main .big-text .smash {
    top: 40px;
    left: 75px;
  }
  body .wrapper .prepare main .know p {
    font-size: 2em;
  }
  body .wrapper .prepare main .txt p {
    font-size: 1.333em;
  }
  body .wrapper .prepare main .txt-strip {
    width: 55%;
    margin-top: 40px;
  }
  body .wrapper .prepare main .txt-strip p {
    font-size: 2em;
  }
  body .wrapper .prepare .strip {
    width: 100%;
    height: 164px;
  }
  body .wrapper .prepare .line {
    left: -62px;
    top: 573px;
  }
  body .wrapper .big {
    background: none;
    margin-top: 0;
    position: relative;
    padding-top: 122px;
  }
  body .wrapper .big .wrap-big {
    padding-top: 90px;
    margin-top: -50px;
    text-align: center;
    position: relative;
    background: url('../images/big-1.png') no-repeat center center / cover;
    background-position: center 245px;
  }
  body .wrapper .big .wrap-big .txt p {
    font-size: 2em;
  }
  body .wrapper .big .wrap-big .txt-smash {
    width: 82%;
    margin: 20px auto 0;
  }
  body .wrapper .big .wrap-big .txt-smash .smash {
    left: -25px;
    top: 40px;
  }
  body .wrapper .big .wrap-big .txt-sm {
    margin-top: 10px;
  }
  body .wrapper .big .wrap-big .txt-sm p {
    font-size: 1.333em;
  }
  body .wrapper .big .wrap-big .cards {
    margin: 50px -15px;
  }
  body .wrapper .big .wrap-big .cards .slick .col-lg-3 {
    padding: 0 10px;
  }
  body .wrapper .big .wrap-big .cards .slick .slick-arrow {
    display: none !important;
  }
  body .wrapper .big .wrap-big .cards .slick .slick-track {
    padding: 0 0 45px 0;
  }
  body .wrapper .big .wrap-big .cards .flip-card {
    width: 100%;
  }
  body .wrapper .big .wrap-big .cards .flip-card .img img,
  body .wrapper .big .wrap-big .cards .flip-card .dots-2 img {
    margin: 0 auto;
  }
  body .wrapper .big .wrap-big .cards .flip-card .flip-card-front,
  body .wrapper .big .wrap-big .cards .flip-card .flip-card-back {
    width: inherit;
  }
  body .wrapper .big .wrap-big .cards .flip-card .flip-card-back {
    background-color: #E9A88E;
  }
  body .wrapper .big .wrap-big .cards .flip-card .flip-card-back .txt p {
    color: #ffffff;
  }
  body .wrapper .big .wrap-big .cards .flip-card .flip-card-back .img svg line {
    stroke: #fff;
  }
  body .wrapper .big .img.poa {
    position: absolute;
    top: 1400px;
    height: 1290px;
  }
  body .wrapper .big .veronika {
    margin-top: 90px;
  }
  body .wrapper .big .veronika .txt-name p {
    font-size: 3.333em;
  }
  body .wrapper .big .veronika main .txt p {
    font-size: 2em;
  }
  body .wrapper .big .veronika main .veronika-poa {
    top: 185px;
    left: 30px;
    width: 437px;
    position: absolute;
  }
  body .wrapper .big .veronika main .panels {
    width: 100%;
    margin-top: 300px;
    position: relative;
    z-index: 50;
  }
  body .wrapper .big .veronika .or-1 {
    order: -1;
  }
  body .wrapper .big .results-course .txt-name,
  body .wrapper .big .results-course .txt.esp {
    z-index: 999;
    margin-bottom: 20px;
    position: relative;
  }
  body .wrapper .big .results-course .txt-name p,
  body .wrapper .big .results-course .txt.esp p {
    text-align: center;
    font-size: 3.333em;
  }
  body .wrapper .big .results-course .txt.esp p {
    font-size: 2em;
  }
  body .wrapper .big .results-course .results .slick .slick-arrow {
    display: none !important;
  }
  body .wrapper .big .results-course .results .slick .wrap {
    padding: 20px 0;
  }
  body .wrapper .big .results-course .results .slick .wrap .txt {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  body .wrapper .big .not-need .txt-name {
    width: 100%;
  }
  body .wrapper .big .not-need .txt-name p {
    font-size: 3em;
  }
  body .wrapper .big .not-need .txt-name .smash {
    display: none;
  }
  body .wrapper .big .not-need .txt {
    position: relative;
    z-index: 99;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  body .wrapper .big .not-need main .por .poa {
    width: 390px;
    right: -180px;
    left: inherit;
    top: -85px;
  }
  body .wrapper .big .not-need main .por .poa img {
    margin: 0;
  }
  body .wrapper .big .not-need main .item.item-1 .text {
    width: 73%;
  }
  body .wrapper .big .not-need main .item.item-3 .txt-wrap {
    width: 96%;
  }
  body .wrapper .big .not-need main .item .text p {
    font-size: 1.333em;
  }
  body .wrapper .big .not-need main .item .line-arrow {
    display: none;
  }
  body .wrapper .big .action {
    margin-top: 80px;
    padding-bottom: 30px;
    background: url('../images/action.png') no-repeat center top;
  }
  body .wrapper .big .action .or-1 {
    order: -1;
  }
  body .wrapper .big .action .dots-3 {
    bottom: 110px;
  }
  body .wrapper .big .action main .copy-2 {
    margin-top: 60px;
    width: 100%;
  }
  body .wrapper .big .action main .copy-2 p {
    text-align: center;
    font-size: 18px;
  }
  body .wrapper .big .action main .copy-2 p a {
    font-size: 1em;
  }
  body .wrapper .big .action main .copy {
    margin-top: 10px;
  }
  body .wrapper .big .action main .copy p {
    text-align: center;
    font-size: 18px;
  }
  body .wrapper .big .action main .copy p a {
    font-size: 1em;
  }
  body .wrapper .big .action main .txt .poa {
    bottom: -10px;
    left: 30px;
  }
  body .wrapper .big .action main .form-bl {
    margin-top: 25px;
    padding: 25px;
  }
  body .wrapper .big .action main .form-bl .txt-title,
  body .wrapper .big .action main .form-bl .txt-dop {
    padding-left: 0;
  }
  body .wrapper .big .action main .form-bl form {
    width: 100%;
  }
  body .wrapper .big .action main .form-bl form .inputblock {
    width: 100%;
  }
  body .wrapper .big .action main .form-bl form .inputblock input {
    font-size: 1.35em;
    height: 50px;
  }
  body .wrapper .big .action main .form-bl form button {
    margin-top: 15px;
  }
  body .wrapper .big .action main .form-bl .txt-title p {
    font-size: 2em;
  }
  body .wrapper .big .action main .form-bl .txt-dop {
    margin-bottom: 20px;
  }
  body .wrapper .big .action main .form-bl .txt-dop p {
    font-size: 1.333em;
  }
  body .wrapper .big .action main .form-bl .messengers .p {
    padding: 0 10px;
  }
  body .wrapper .big .action main .form-bl .messengers .messenger {
    width: 100%;
    height: 70px;
  }
  body .wrapper .big .action main .form-bl .hor-line {
    margin: 25px auto 30px;
    width: 100%;
  }
  body .wrapper .big .action main .f-content {
    align-items: center;
  }
  body .wrapper .big .action main .f-content .crib-block {
    margin-left: -90px;
    width: 255px;
    padding: 30px 24px 35px;
  }
  body .wrapper .big .action main .f-content .txt-dop p {
    text-align: left;
    font-size: 1.333em;
  }
  body .wrapper .big .action main .f-content .txt-dop p .bold {
    font-size: 1.5em;
  }
  body .wrapper .big .action main .f-content .txt-orange {
    margin-top: 20px;
  }
  body .wrapper .big .action main .f-content .txt-orange p {
    text-align: left;
    color: #FBA185;
    font-size: 1.333em;
  }
  body .wrapper .big .action main .f-content .i-1 {
    position: relative;
    z-index: 1;
    transition: 0.8s;
  }
  body .wrapper .big .action main .f-content .i-2 {
    position: relative;
    z-index: 2;
    transition: 0.8s;
  }
  body .wrapper .big .action main .f-content .i-2 .crib-block {
    transition: 0.8s;
  }
  body .wrapper .big .action main .f-content.clicked.row {
    transition: .8s;
    flex-direction: row;
  }
  body .wrapper .big .action main .f-content.clicked.row .i-1,
  body .wrapper .big .action main .f-content.clicked.row .i-2 {
    transition: .8s;
  }
  body .wrapper .big .action main .f-content.clicked.row .i-1 .crib-block,
  body .wrapper .big .action main .f-content.clicked.row .i-2 .crib-block {
    transition: .8s;
  }
  body .wrapper .big .action main .f-content.clicked.row.clicked {
    justify-content: center;
  }
  body .wrapper .big .action main .f-content.clicked.row.clicked .crib-block {
    margin-left: 30px;
  }
  body .wrapper .big .action main .f-content.clicked.row.clicked .i-1 {
    right: 30px;
  }
}
