@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
.error_input {
  border-color: #FF133A !important;
  background-color: #fff7f5; }
/*Header*/
.header__center {
  padding: 0; }
.header__info {
  font-weight: 700;
  line-height: 1.375em; }
.header__adress {
  font-size: 13px;
  font-weight: bold; }
/*promoblock*/
.promoblock {
  position: relative; }
.promoblock__center {
  position: static;
  padding-right: 15px;
  padding-left: 15px; }
/*Slider*/
.slider {
  position: relative;
  overflow: hidden;
  height: 450px; }
.slider__item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center bottom; }
.slider__dots {
  position: absolute;
  right: 10px;
  bottom: 20px; }
.slider__dots li {
  display: inline-block; }
.slider__dots button {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 14px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3); }
.slider__dots button:hover {
  background-color: rgba(0, 0, 0, 0.7); }
.slick-active button {
  width: 18px;
  height: 18px;
  background-color: #dc2a0b; }
.slick-active button:hover {
  background-color: #dc2a0b; }
/* Обёртки */
.wrap {
  padding: 26px 0; }
.wrap__center {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1182px;
  margin: 0 auto; }
.wrap_blue {
  background: #2890C6;
  color: #FFFFFF; }
.wrap_red {
  padding: 3px;
  background: #FF133A; }
.wrap_title {
  padding: 16px 0 !important; }
.form_success {
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
  font-size: 18px; }
.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: roboto;
  border-radius: 5px; }
.certificate__image {
    width: 200px;
    height: 186px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
.certificate__content {
    position: relative;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9); }
.certificate__button {
    margin: 18px 0 13px; }
.certificate__text {
    font-size: 14px; }
.certificate__note {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    margin-right: auto 0;
    font-size: 12px;
    color: gray; }
.promoblock__certificate {
  position: absolute;
  bottom: 25px;
  width: 403px;
  height: 186px; }
.button {
  display: inline-block;
  min-width: 103px;
  padding: 5px 7px;
  font-family: roboto;
  font-size: 1.071em;
  line-height: 1.375em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  color: white !important;
  border: 1px solid #FF133A;
  border-radius: 5px;
  background-color: #FF133A;
  background-image: none; }
.button:hover {
    border-color: #ff4665;
    background-color: #ff4665; }
.button:active {
    color: white;
    border-color: #df0025;
    background-color: #df0025; }
.button:visited {
    color: white; }
.button--color_secondary {
    border-color: #156D9A;
    background-color: #156D9A; }
.button--color_secondary:hover {
      border-color: #1b8dc7;
      background-color: #1b8dc7; }
.button--color_secondary:active {
      color: white;
      border-color: #0f4d6d;
      background-color: #0f4d6d; }
.button--color_tertiary {
    border-color: #2890C6;
    background-color: #2890C6; }
.button--color_tertiary:hover {
      border-color: #47a8da;
      background-color: #47a8da; }
.button--color_tertiary:active {
      color: white;
      border-color: #1f719c;
      background-color: #1f719c; }
.button--size_big {
    min-width: 144px;
    padding: 8px 23px; }
.button--font-size_small {
    font-size: .929em; }
.js-modal-open {
  overflow: hidden; }
.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal__dialog {
    position: relative;
    width: 400px;
    height: auto;
    margin: 50px auto; }
.modal--open .modal__dialog {
      -webkit-animation: modal-content-show 0.3s 1 both;
              animation: modal-content-show 0.3s 1 both; }
.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100%;
    min-height: 100%;
    outline: 0;
    background-color: #fff; }
.modal__accord {
    margin-bottom: 10px;
    font-size: .85em;
    text-align: left;
    color: #333333; }
.modal__accord a {
      color: #FF133A; }
.modal__links {
    margin-top: 10px;
    font-size: .929em;
    color: #FF133A; }
.modal__links a + a {
      margin-left: 5px; }
.modal__close {
    position: absolute !important;
    top: 9px;
    right: 6px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    fill: #FF133A; }
.modal__backdrop {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-animation: modal-backdrop-show 0.3s 1;
            animation: modal-backdrop-show 0.3s 1; }
@-webkit-keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes modal-content-show {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes modal-content-show {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
.form {
  padding: 31px 31px 39px;
  border: 3px solid #FF133A;
  border-radius: 5px;
  background-color: white; }
.form__header {
    margin-bottom: 25px; }
.form__title {
    margin: 0;
    font-size: 2em; }
.form__body {
    margin-bottom: 22px; }
.form__control + .form__control {
    margin-top: 18px; }
.form__footer {
    padding-top: 24px;
    border-top: 1px solid #FF133A; }
.form__note {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #999999; }
.form__accord {
    margin-bottom: 28px; }
.form__captcha {
    margin-bottom: 18px; }
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.field--align_textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.field__label {
    -ms-flex-preferred-size: 205px;
        flex-basis: 205px; }
.field__label + .field__input {
    margin-left: 10px; }
.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px; }
.advantage__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    margin-bottom: 20px; }
.advantage__item:hover .advantage__title span {
      text-decoration: none;
      color: #333333;
      border-bottom: none; }
.advantage__item:hover .advantage__img {
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2); }
.advantage__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 100px;
    background-color: #FF133A; }
.advantage__icon {
    width: 50px; }
.advantage__title {
    font-family: roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase; }
.advantage__title span {
      text-decoration: none;
      color: #333333;
      border-bottom: 1px dotted #333333; }
.advantage__link {
    position: absolute;
    width: 100%;
    height: 100%; }
.reviews {
  background-color: #2890C6; }
.reviews__title {
    margin-top: 0;
    margin-bottom: 30px;
    font: 30px/30px 'Russo One';
    text-align: center;
    text-transform: uppercase;
    color: white; }
.reviews__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 90px; }
.reviews__img {
    width: 210px;
    height: 210px;
    border-radius: 150px; }
.reviews__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
.reviews__social a + a {
      margin-left: 5px; }
.reviews__review {
    margin-left: 40px;
    color: white; }
.reviews__name {
    margin-top: 0; }
.reviews__text {
    font-size: 16px; }
.reviews__button {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 30px; }
.reviews__next, .reviews__prev {
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 26px;
    font-size: 0;
    border: 0;
    background: url(../img/arrow_carousel.png) no-repeat center center; }
.reviews__prev {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.reviews__next {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0; }
.design-3d {
  position: relative;
  margin: 0 141px;
  padding: 48px 48px 38px;
  background-color: #FF133A; }
.design-3d:before {
    position: absolute;
    top: 31px;
    left: -111px;
    display: block;
    width: 170px;
    height: 316px;
    content: '';
    background: url(../img/design-3d__man-img.png) no-repeat; }
.design-3d:after {
    position: absolute;
    top: 33px;
    right: -131px;
    display: block;
    width: 153px;
    height: 309px;
    content: '';
    background: url(../img/design-3d__female-img.png); }
.design-3d__title {
    margin: 0 0 45px;
    font: 26px/30px 'Russo One';
    text-align: center;
    text-transform: uppercase;
    color: white; }
.design-3d__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px; }
.design-3d__iteam {
    width: 31%;
    min-width: 245px;
    margin-bottom: 20px;
    padding: 10px 0 15px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.15); }
.design-3d__iteam-title {
    margin: 0;
    font-size: 18px;
    color: white; }
.design-3d__text {
    margin-top: 25px;
    padding: 0 15px;
    font-size: 14px;
    color: white; }
.design-3d__button {
    margin-top: 25px; }
.design-3d__note {
    margin-top: 5px;
    font-size: 14px;
    color: white; }
.documentation__title {
  margin: 0 0 45px;
  font: 26px/30px 'Russo One';
  text-align: center;
  text-transform: uppercase;
  color: white; }
.documentation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px; }
.documentation__iteam {
  width: calc(25% - 8px);
  min-width: 270px;
  margin: 0 4px 8px;
  padding: 25px 0 35px;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.15); }
.documentation__iteam-title {
  margin-bottom: 35px; }
.checkbox {
  margin-right: 10px;
  text-align: left; }
.checkbox__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
.checkbox__label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top; }
.checkbox__label::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      content: '';
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: white; }
.checkbox__input:checked + .checkbox__label::before {
    border-color: #2890C6; }
.checkbox__input:checked + .checkbox__label::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    content: '';
    background-image: url("../img/checkmark.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
.checkbox--float {
    display: inline-block !important; }
.action-line {
  padding: 6px; }
.action-line__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 14px;
    border: 2px solid white;
    border-radius: 5px; }
.action-line__block {
    text-align: center; }
.action-line__whistles:before, .action-line__whistles:after {
    position: absolute;
    top: 5px;
    display: block;
    width: 55px;
    height: 49px;
    content: ''; }
.action-line__whistles:before {
    left: 0;
    background: url(../img/action_icon.png) no-repeat center center; }
.action-line__whistles:after {
    right: 0;
    background: url(../img/action_icon.png) no-repeat center center; }
.action-line__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%; }
.action-line__title span {
      font-size: 18px;
      font-weight: 700;
      color: white; }
.action-line__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
    -ms-flex-line-pack: center;
        align-content: center; }
.action-line__text p {
      margin: 0;
      font-size: 20px;
      font-weight: 700;
      color: white; }
.action-line__time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    color: white; }
.action-line__days {
    padding: 0 6px;
    font-size: 16px;
    color: #FF133A;
    border-radius: 4px;
    background-color: white; }
@media screen and (max-width: 768px) {
  .wrap__design-3d {
    background-color: #FF133A; }
      .reviews__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .reviews__photo {
      margin-bottom: 30px; }
      .reviews__text {
        font-size: 14px; }
    .design-3d {
      margin: 0; }
      .design-3d:before {
        display: none; }
      .design-3d:after {
        display: none; }
      .action-line__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .action-line__block {
        margin: 10px 0; }
      .action-line__title {
        width: 100%; }
      .action-line__text {
        width: 100%; }
      .action-line__time {
        width: 100%; } }
@media (max-width: 768px) {
    .certificate {
      right: 0;
      left: 0;
      margin: auto; } }
@media screen and (max-width: 480px) {
      .modal__dialog {
        width: 100%;
        height: 100%;
        margin: auto; }
      .design-3d__title {
        font-size: 20px; }
      .design-3d__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .documentation__title {
      font-size: 20px; }
    .documentation__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

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