@import url(bootstrap.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
* {
  min-height: 0;
  min-width: 0; }

.backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  z-index: 5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.js-open .mobile-header nav {
  border: 2px solid #fff;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.js-open .collapse-wrp {
  padding-left: 50px; }
  .js-open .collapse-wrp span {
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #fff; }
    .js-open .collapse-wrp span:nth-child(1) {
      top: 0;
      right: 100%; }
    .js-open .collapse-wrp span:nth-child(2) {
      top: 14px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .js-open .collapse-wrp span:nth-child(3) {
      top: 14px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .js-open .collapse-wrp span:nth-child(4) {
      top: 31px;
      right: 100%; }

.mobile-header {
  display: none; }

.mobile-tel {
  display: none; }

.collapse-btn {
  display: none; }

body {
  font-family: 'Noto Sans', sans-serif; }

header {
  padding-bottom: 110px;
  min-height: 100vh;
  background: #715af3;
  background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
  background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
  background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  header .title-show {
    display: none; }

.gradient-br {
  background: #297deb;
  background: -moz-linear-gradient(left, #297deb 0%, #715af3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #297deb), color-stop(100%, #715af3));
  background: -webkit-linear-gradient(left, #297deb 0%, #715af3 100%);
  background: -o-linear-gradient(left, #297deb 0%, #715af3 100%);
  background: -ms-linear-gradient(left, #297deb 0%, #715af3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#297deb), to(#715af3));
  background: linear-gradient(to right, #297deb 0%, #715af3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297deb', endColorstr='#715af3', GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297deb', endColorstr='#715af3', GradientType=1 );
  padding-bottom: 1px; }

.top-head {
  background: #715af3;
  background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
  background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
  background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 );
  padding: 24px 0; }
  .top-head .flex-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-head .social {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-head .social li {
      list-style: none;
      margin-right: 7px; }
      .top-head .social li:last-child {
        margin-right: 0; }
    .top-head .social a {
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      font-weight: 400;
      display: block; }
      .top-head .social a:hover {
        opacity: .7; }
    .top-head .social .num {
      margin-right: 10px; }
    .top-head .social .num a {
      font-size: 18px; }
  .top-head .tel {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .top-head .tel span {
      display: inline-block;
      font-size: 15px;
      font-weight: 400; }
    .top-head .tel:hover {
      opacity: .7; }

.nav-container {
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav-container a.logo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
    .nav-container a.logo span {
      color: #0a0b0b; }
  .nav-container .select-wrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    margin-bottom: 0; }

.select-wrp {
  margin-bottom: 25px; }

nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  nav a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 15px;
    border-radius: 60px;
    padding-bottom: 13px;
    padding-top: 11px;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 20px;
    padding-right: 20px; }
    nav a:hover, nav a.active {
      background: #0a0b0b; }

.hero {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 78px;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto; }
  .hero .title {
    font-size: 105px;
    font-weight: 700;
    color: #fff;
    line-height: 100px;
    margin-bottom: 32px;
    position: relative; }
    .hero .title span {
      position: relative;
      z-index: 99; }
  .hero p {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 31px;
    margin-bottom: 50px; }
  .hero .form-wrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px; }
  .hero .inp-wrp {
    width: 100%;
    margin-bottom: 48px; }
    .hero .inp-wrp input {
      border-radius: 8px;
      border: 1px solid #fff;
      width: 100%;
      padding: 0 28px;
      background: transparent;
      color: #fff;
      outline: none;
      font-size: 14px;
      height: 46px;
      position: relative; }
      .hero .inp-wrp input::-webkit-input-placeholder {
        color: #fff; }
      .hero .inp-wrp input:-ms-input-placeholder {
        color: #fff; }
      .hero .inp-wrp input::-ms-input-placeholder {
        color: #fff; }
      .hero .inp-wrp input::placeholder {
        color: #fff; }
  .hero .sub-wrp input {
    width: 100%;
    background: #0a0b0b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 60px;
    height: 75px;
    -webkit-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -moz-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .hero .sub-wrp input:hover {
      -webkit-box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
      -moz-box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
      box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
      opacity: .8; }
  .hero .hero-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hero .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 458px;
    flex: 0 0 458px;
    max-width: 458px; }
  .hero .slider-wrp {
    width: 100%;
    max-width: 1041px;
    margin-left: -120px;
    position: relative;
    padding-top: 160px;
    /*padding-bottom: 30px;*/ }
    .hero .slider-wrp:before {
      position: absolute;
      content: '';
      left: 256px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../images/slider-cirlce.png) top left no-repeat;
      width: 381px;
      height: 762px; }
    .hero .slider-wrp:after {
      position: absolute;
      content: '';
      right: 23px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../images/slider-cirlce.png) top right no-repeat;
      width: 381px;
      height: 762px; }
    .hero .slider-wrp .slide {
      outline: none; }
      .hero .slider-wrp .slide img {
        max-width: 100%; }
    .hero .slider-wrp .arrow-wrp {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      margin-top: -50px;
      z-index: 99;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 245px; }
      .hero .slider-wrp .arrow-wrp button {
        padding: 0;
        border: 0;
        margin: 0 15px;
        outline: none;
        font-size: 0;
        background: none;
        width: 17px;
        height: 29px;
        background: url(../images/arrow.png) no-repeat;
        -webkit-filter: invert(100%);
        filter: invert(100%);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        .hero .slider-wrp .arrow-wrp button.slick-prev {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .hero .slider-wrp .arrow-wrp button:hover {
          -webkit-filter: invert(0%);
          filter: invert(0%); }
    .hero .slider-wrp .dots-wrp {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      position: absolute;
      right: -45px;
      top: 0;
      bottom: 0;
      /*			top: 50%;
			margin-top: -431px;*/
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .hero .slider-wrp .dots-wrp ul {
        position: relative; }
        .hero .slider-wrp .dots-wrp ul:before {
          position: absolute;
          content: '';
          right: 0;
          top: -414px;
          bottom: 0;
          height: 862px;
          width: 862px;
          border: 2px solid transparent;
          border-right-color: #fff;
          border-radius: 50%; }
      .hero .slider-wrp .dots-wrp li {
        list-style: none;
        position: absolute; }
        .hero .slider-wrp .dots-wrp li:first-child {
          top: -80px;
          left: 23px; }
        .hero .slider-wrp .dots-wrp li:nth-child(2) {
          top: 0;
          left: 31px; }
        .hero .slider-wrp .dots-wrp li:nth-child(3) {
          top: 80px;
          left: 24px; }
        .hero .slider-wrp .dots-wrp li:last-child {
          top: 160px;
          left: 1px; }
        .hero .slider-wrp .dots-wrp li.slick-active button {
          /*font-size: 30px;*/ }
          .hero .slider-wrp .dots-wrp li.slick-active button:before {
            background: #fff; }
      .hero .slider-wrp .dots-wrp button {
        position: relative;
        border: none;
        padding-left: 30px;
        outline: none;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        background: transparent; }
        .hero .slider-wrp .dots-wrp button:before {
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          margin-top: -8px;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 1px solid #fff; }
  .hero .social {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .hero .social li {
      display: block;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      margin: 15px 0; }
      .hero .social li a {
        display: block; }
      .hero .social li:hover {
        opacity: .7; }

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  padding: 0 10px !important;
  background: #fff !important;
  border-radius: 13px !important;
  -webkit-box-shadow: -1px 14px 28px -15px rgba(20, 20, 20, 0.71) !important;
  -moz-box-shadow: -1px 14px 28px -15px rgba(20, 20, 20, 0.71) !important;
  box-shadow: -1px 14px 28px -15px rgba(20, 20, 20, 0.71) !important; }

.ui-datepicker-prev.ui-corner-all, .ui-datepicker-next.ui-corner-all {
  font-size: 12px;
  color: #141414;
  opacity: .5;
  cursor: pointer;
  margin-bottom: 6px; }

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px; }
  .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    border-radius: 60px;
    background: #000; }

.ui-datepicker-calendar {
  overflow: hidden; }
  .ui-datepicker-calendar th {
    padding: 1px;
    font-size: 12px; }
    .ui-datepicker-calendar th span {
      line-height: 38px;
      width: 38px;
      display: block;
      text-align: center;
      background: #fff;
      position: relative;
      z-index: 99; }
  .ui-datepicker-calendar td {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    background: #fff; }
    .ui-datepicker-calendar td.ui-datepicker-today a {
      background: #715af3;
      color: #fff;
      border-radius: 9px; }
    .ui-datepicker-calendar td a {
      display: block;
      color: #1d1d1d;
      line-height: 34px;
      text-decoration: none !important;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background: #fff;
      position: relative;
      z-index: 99; }
      .ui-datepicker-calendar td a:hover {
        background: #000;
        color: #fff;
        z-index: 1;
        border-radius: 9px;
        -webkit-box-shadow: 0px 0px 45px 0px rgba(113, 90, 243, 0.61);
        -moz-box-shadow: 0px 0px 45px 0px rgba(113, 90, 243, 0.61);
        box-shadow: 0px 0px 45px 0px rgba(113, 90, 243, 0.61); }

.datepicker-wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }
  .datepicker-wrp > * {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px; }
    .datepicker-wrp > * input {
      border-radius: 8px;
      border: 1px solid #fff;
      width: 100%;
      padding-left: 28px;
      background: transparent;
      color: #fff;
      outline: none;
      font-size: 14px;
      height: 46px;
      position: relative; }
      .datepicker-wrp > * input::-webkit-input-placeholder {
        color: #fff; }
      .datepicker-wrp > * input:-ms-input-placeholder {
        color: #fff; }
      .datepicker-wrp > * input::-ms-input-placeholder {
        color: #fff; }
      .datepicker-wrp > * input::placeholder {
        color: #fff; }
    .datepicker-wrp > *:before {
      position: absolute;
      content: '';
      width: 16px;
      height: 8px;
      background: url(../images/select-arrow.png) no-repeat;
      right: 19px;
      top: 50%;
      margin-top: -4px; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-left: -2.6rem;
  margin-right: -2.6rem;
  padding: 15px 0; }

.grid:before,
.grid:after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.625rem;
  flex: 0 0 20.625rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.grid:before {
  -webkit-box-ordinal-group: 9999;
  -ms-flex-order: 9998;
  order: 9998; }

.grid:after {
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.grid__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.625rem;
  flex: 0 0 20.625rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 1rem;
  margin-bottom: 105px;
  padding-left: 2.6rem;
  padding-right: 2.6rem; }
  .grid__item .add {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    background: #0a0b0b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 60px;
    line-height: 60px;
    -webkit-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -moz-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .grid__item .add:hover {
      opacity: .8; }

.card-wrp {
  background: #fff;
  position: relative;
  margin-bottom: 46px;
  padding: 11px 11px 0 0; }
  .card-wrp .front {
    background: #fff;
    border-radius: 13px;
    padding-bottom: 22px;
    border: 2px solid #fdf6ec;
    z-index: 99;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .card-wrp .front .cp {
      position: absolute;
      outline: none;
      border: none;
      border-radius: 13px 13px 0 0;
      line-height: 41px;
      right: -85px;
      z-index: 99;
      top: 100px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      text-transform: uppercase;
      font-size: 12px;
      padding: 0 56px;
      letter-spacing: 2px;
      font-weight: 700;
      color: #fff;
      background: #715af3;
      background: -moz-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(100%, #297deb));
      background: -webkit-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -o-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -ms-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -webkit-gradient(linear, left top, right top, from(#715af3), to(#297deb));
      background: linear-gradient(to right, #715af3 0%, #297deb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  .card-wrp .back {
    position: absolute;
    z-index: 1;
    background: #3889f2;
    top: 0;
    right: 0;
    left: 11px;
    height: 237px;
    padding-top: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 13px 13px 0 0px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .card-wrp .back a {
      text-align: center;
      color: #fff;
      font-size: 14px;
      text-decoration: underline; }
      .card-wrp .back a:hover {
        text-decoration: none; }
    .card-wrp .back:hover {
      height: 292px;
      top: -55px; }
  .card-wrp .img-wrp {
    position: relative;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    overflow: hidden; }
    .card-wrp .img-wrp img {
      width: 100%;
      height: auto; }
    .card-wrp .img-wrp:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      right: 0;
      border-radius: 13px 13px 0 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      background: rgba(59, 137, 242, 0.88);
      opacity: 0; }
    .card-wrp .img-wrp .hide {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      right: 0;
      border-radius: 13px 13px 0 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-align: center;
      -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
      transform: translateY(-200%); }
      .card-wrp .img-wrp .hide .text {
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 22px; }
      .card-wrp .img-wrp .hide a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-decoration: underline; }
        .card-wrp .img-wrp .hide a:hover {
          text-decoration: none; }
    .card-wrp .img-wrp:hover:before {
      opacity: 1; }
    .card-wrp .img-wrp:hover .hide {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .card-wrp .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #0a0b0b;
    padding-top: 20px;
    margin-bottom: 23px; }
  .card-wrp .cost {
    background: #715af3;
    background: -moz-linear-gradient(left, #715af3 0%, #297deb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(100%, #297deb));
    background: -webkit-linear-gradient(left, #715af3 0%, #297deb 100%);
    background: -o-linear-gradient(left, #715af3 0%, #297deb 100%);
    background: -ms-linear-gradient(left, #715af3 0%, #297deb 100%);
    background: -webkit-gradient(linear, left top, right top, from(#715af3), to(#297deb));
    background: linear-gradient(to right, #715af3 0%, #297deb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 );
    padding: 2px 0;
    font-size: 16px;
    color: #0a0b0b;
    margin-bottom: 30px; }
    .card-wrp .cost span {
      display: block;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #fff; }
  .card-wrp .sub {
    font-size: 13px;
    color: #0a0b0b;
    margin: 0 20px; }

h2.title {
  font-size: 72px;
  font-weight: 700;
  color: #0a0b0b;
  line-height: 1;
  padding-top: 140px; }
  h2.title .subtitle {
    position: relative;
    padding-left: 180px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block; }
    h2.title .subtitle:before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      margin-top: -1px;
      height: 2px;
      width: 165px;
      background: #715af3;
      background: -moz-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(100%, #297deb));
      background: -webkit-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -o-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -ms-linear-gradient(left, #715af3 0%, #297deb 100%);
      background: -webkit-gradient(linear, left top, right top, from(#715af3), to(#297deb));
      background: linear-gradient(to right, #715af3 0%, #297deb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  h2.title .color {
    color: #3889f2; }

.sm-text {
  font-size: 14px;
  color: #908e8e;
  line-height: 25px;
  max-width: 628px;
  padding-top: 10px;
  margin-bottom: 40px; }

.main-form {
  padding: 70px 0 90px;
  background: #715af3;
  background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
  background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
  background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
  background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  .main-form .img-wrp {
    max-width: 790px;
    margin-top: -585px;
    -webkit-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
    border-radius: 0px 17px 17px 0px; }
    .main-form .img-wrp img {
      width: 100%;
      height: auto;
      border-radius: 0px 17px 17px 0px; }
  .main-form .text-input {
    height: 46px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    padding-left: 18px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    width: 100%;
    outline: none; }
    .main-form .text-input::-webkit-input-placeholder {
      color: #fff; }
    .main-form .text-input:-ms-input-placeholder {
      color: #fff; }
    .main-form .text-input::-ms-input-placeholder {
      color: #fff; }
    .main-form .text-input::placeholder {
      color: #fff; }
  .main-form span.f-text {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-top: 4px;
    margin-bottom: 70px; }
  .main-form h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
    font-weight: 700; }
  .main-form p {
    font-size: 14px;
    color: #fff;
    max-width: 457px;
    margin-bottom: 70px; }
  .main-form .sub {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
    background: #0a0b0b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 60px;
    height: 75px;
    -webkit-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -moz-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .main-form .sub:hover {
      -webkit-box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
      -moz-box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
      box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
      opacity: .8; }

.terms .item-wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 77px 165px 70px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../images/bg1.jpg) center bottom no-repeat;
  background-size: cover; }
  .terms .item-wrp > p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px; }

.terms .item {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
  padding: 11px 28px 65px;
  margin-bottom: 60px; }
  .terms .item .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #0a0b0b;
    line-height: 1;
    padding: 12px 0 21px;
    position: relative;
    margin-bottom: 18px; }
    .terms .item .title:before {
      position: absolute;
      content: '';
      height: 3px;
      width: 90px;
      bottom: 0;
      left: 50%;
      margin-left: -45px;
      background: #715af3;
      background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
      background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
      background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  .terms .item .num {
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0a0b0b; }
    .terms .item .num span {
      font-size: 36px; }

.contacts {
  position: relative; }
  .contacts .info-wrp {
    position: relative;
    padding-right: 67px;
    /*margin-top: -451px;*/ }
  .contacts .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 488px;
    flex: 0 0 488px;
    max-width: 488px;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    padding-bottom: 45px;
    border-radius: 0 0 13px 13px;
    flex-wrap: wrap;
    -webkit-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.45); }
  .contacts .time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    color: #908e8e;
    font-size: 14px; }
  .contacts .tel-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px;
    width: 128px;
    margin-bottom: 45px; }
    .contacts .tel-wrp a {
      font-size: 14px;
      color: #0a0b0b;
      line-height: 1;
      text-decoration: none;
      outline: none;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      margin-bottom: 12px; }
      .contacts .tel-wrp a:hover {
        opacity: .8; }
      .contacts .tel-wrp a.last {
        margin-bottom: 8px; }
    .contacts .tel-wrp .mess {
      font-size: 9px;
      color: #908e8e; }
  .contacts .address {
    font-size: 14px;
    color: #0a0b0b;
    text-decoration: none;
    outline: none;
    margin-bottom: 45px;
    line-height: 27px;
    position: relative;
    width: 100%;
    padding-top: 33px;
    max-width: 120px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .contacts .address:hover {
      opacity: .8; }
    .contacts .address:before {
      position: absolute;
      content: '';
      left: 0;
      width: 90px;
      height: 2px;
      bottom: 0;
      background: #715af3;
      background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
      background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
      background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  .contacts .info-cnt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 95px; }
  .contacts .img-wrp {
    width: 100%;
    overflow: hidden;
    border-radius: 13px 13px 0 0; }
    .contacts .img-wrp img {
      width: 100%;
      height: auto; }

.content-map {
  position: relative;
  padding: 57px 0px 58px 0; }

.map-wrp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .map-wrp iframe {
    min-width: 100%;
    height: 510px; }
  .map-wrp > img {
    max-width: 100%;
    width: 100%;
    height: auto;
    height: 510px; }

footer {
  background: #0a0b0b;
  padding-top: 55px;
  color: #fff; }
  footer a.logo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    outline: none; }
    footer a.logo span {
      color: #3889f2; }
  footer .sub {
    font-size: 14px;
    display: block;
    color: #908e8e;
    line-height: 24px;
    margin-bottom: 30px; }
  footer .tel {
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 115px;
    margin-bottom: 12px; }
    footer .tel span {
      display: block;
      font-size: 9px;
      font-weight: 400;
      padding-top: 3px;
      line-height: 1; }
  footer .headline {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }
  footer .ft-nav {
    padding: 0;
    margin: 0; }
    footer .ft-nav li {
      display: block;
      list-style: none;
      margin-bottom: 2px;
      font-weight: 700; }
    footer .ft-nav a {
      display: inline-block;
      text-decoration: underline;
      font-size: 14px;
      color: #908e8e;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      footer .ft-nav a:hover {
        color: #fff; }
  footer .ft-flex-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    footer .ft-flex-wrp .ft-form-wrp {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px;
      max-width: 320px; }
    footer .ft-flex-wrp .select-wrp {
      margin-bottom: 20px; }
    footer .ft-flex-wrp .tel {
      width: 100%;
      height: 46px;
      border: 1px solid #fff;
      background: transparent;
      margin-bottom: 35px;
      border-radius: 8px;
      padding-left: 28px;
      outline: none;
      font-weight: 400; }
      footer .ft-flex-wrp .tel::-webkit-input-placeholder {
        color: #fff; }
      footer .ft-flex-wrp .tel:-ms-input-placeholder {
        color: #fff; }
      footer .ft-flex-wrp .tel::-ms-input-placeholder {
        color: #fff; }
      footer .ft-flex-wrp .tel::placeholder {
        color: #fff; }
    footer .ft-flex-wrp .sub {
      width: 100%;
      height: 60px;
      border-radius: 60px;
      background: #3889f2;
      margin-bottom: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      border: none;
      outline: none;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      margin-bottom: 60px; }
      footer .ft-flex-wrp .sub:hover {
        background: #fff;
        color: #000; }
  footer .bt-line {
    padding: 30px 0;
    border-top: 1px solid #7a7878; }
    footer .bt-line .container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .bt-line .copy {
      color: #7a7878; }
    footer .bt-line ul {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .bt-line ul li {
        margin-left: 20px;
        list-style: none; }
        footer .bt-line ul li a {
          display: block; }
        footer .bt-line ul li img {
          width: 100%; }

.modal-dialog {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto; }

.modal-slider-wrp {
  position: relative;
  z-index: 99;
  /*overflow: hidden;*/ }
  .modal-slider-wrp .slick-slide img {
    width: 100%; }

.item-slider {
  position: relative;
  padding-bottom: 76px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 473px;
  flex: 0 0 473px;
  max-width: 473px; }
  .item-slider .modal-dots-wrp .slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 125px;
    padding-top: 35px; }
  .item-slider .modal-dots-wrp li {
    list-style: none;
    outline: none;
    margin: 0 10px;
    height: 10px; }
    .item-slider .modal-dots-wrp li.slick-active button {
      background: #3889f2; }
  .item-slider .modal-dots-wrp button {
    display: block;
    font-size: 0;
    background: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #3889f2; }
  .item-slider .slider-nav {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px; }
    .item-slider .slider-nav .slick-list {
      margin-left: -10px;
      margin-right: -10px; }
    .item-slider .slider-nav .slick-slide {
      height: 63px;
      overflow: hidden;
      cursor: pointer;
      outline: none;
      margin: 0 10px;
      text-align: center; }
      .item-slider .slider-nav .slick-slide img {
        width: auto;
        height: 100%; }
    .item-slider .slider-nav .slide-n {
      opacity: .4;
      border-radius: 8px;
      overflow: hidden; }
      .item-slider .slider-nav .slide-n.slick-active.slick-current {
        opacity: 1; }
  .item-slider .slider-for {
    /*overflow: hidden;*/
    -webkit-box-shadow: -1px 2px 21px -8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -1px 2px 21px -8px rgba(0, 0, 0, 0.7);
    box-shadow: -1px 2px 21px -8px rgba(0, 0, 0, 0.7);
    border-radius: 13px; }
    .item-slider .slider-for .slick-slide {
      text-align: center;
      position: relative;
      border-radius: 13px;
      outline: none;
      height: 270px;
      overflow: hidden; }
      .item-slider .slider-for .slick-slide img {
        position: absolute;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-42%);
        -ms-transform: translateX(-42%);
        transform: translateX(-42%);
        height: 100%; }

.modal-flex-wrp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal-flex-wrp .left {
    padding-right: 0; }
  .modal-flex-wrp .cost {
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
    .modal-flex-wrp .cost span {
      display: block;
      padding-top: 10px; }
  .modal-flex-wrp .btn-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px; }
    .modal-flex-wrp .btn-wrp button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px;
      max-width: 320px;
      background: #0a0b0b;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      border: none;
      outline: none;
      border-radius: 60px;
      height: 60px;
      -webkit-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
      -moz-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
      box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .modal-flex-wrp .btn-wrp button:hover {
        -webkit-box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
        -moz-box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
        box-shadow: -17px 17px 0px -21px rgba(20, 20, 20, 0);
        opacity: .8; }
  .modal-flex-wrp .right {
    padding-left: 0;
    position: relative; }
    .modal-flex-wrp .right:before {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      left: -152px;
      border-radius: 13px;
      background: #715af3;
      background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
      background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
      background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
      background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 ); }
  .modal-flex-wrp .inf ul {
    display: inline-block;
    border-bottom: 2px solid #000;
    margin: 0 0 28px 0;
    padding: 0; }
    .modal-flex-wrp .inf ul li {
      list-style: none;
      color: #fff;
      font-size: 14px;
      margin-bottom: 15px; }
  .modal-flex-wrp .headline {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 38px; }
  .modal-flex-wrp .info-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal-flex-wrp .info-flex .select-wrp {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 293px;
      flex: 0 0 293px;
      max-width: 293px; }

.modal-body {
  padding: 0 85px 110px; }

.modal-header {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  border-bottom: none;
  padding-bottom: 70px; }
  .modal-header .close {
    color: #3889f2;
    opacity: 1;
    outline: none; }
  .modal-header h5 {
    font-size: 36px;
    font-weight: 700;
    color: #0a0b0b;
    text-align: center;
    width: 100%; }

.modal-content {
  border-radius: 13px;
  border: none;
  -webkit-box-shadow: -1px 2px 21px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 21px -8px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 2px 21px -8px rgba(0, 0, 0, 0.3); }

.modal-backdrop {
  background: #fff;
  opacity: 0.8 !important; }

.modal-info {
  width: 100%;
  padding: 43px 82px;
  /*background: #3889f2;*/
  position: relative; }

@media (max-width: 1826px) {
  .hero .slider-wrp .dots-wrp li {
    position: static; }
  .hero .slider-wrp .dots-wrp {
    position: static; }
    .hero .slider-wrp .dots-wrp:before {
      content: none; }
  .hero .slider-wrp .dots-wrp ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .hero .slider-wrp .dots-wrp ul button {
      font-size: 0; }
  .hero .slider-wrp .dots-wrp ul:before {
    content: none; }
  .hero .slider-wrp .arrow-wrp {
    display: none; }
  .hero .slider-wrp:after,
  .hero .slider-wrp:before {
    content: none; }
  .hero .slider-wrp {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    position: relative; }
    .hero .slider-wrp:before {
      position: absolute;
      content: '';
      top: 50%;
      width: 600px;
      height: 600px;
      left: 50%;
      margin-left: -300px;
      background: url(../images/slider-cirlce.png) center center no-repeat;
      background-size: 100% 100%; }
    .hero .slider-wrp .slick-slide {
      max-width: 100%; }
      .hero .slider-wrp .slick-slide img {
        width: 100%;
        height: auto; }
  .hero .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .hero .social {
    padding-left: 15px;
    padding-right: 15px;
    display: none; }
  .hero .title {
    font-size: 72px;
    line-height: 1.3; }
  .hero {
    max-width: 1140px; } }

@media (max-width: 1800px) {
  .main-form .img-wrp {
    max-width: 700px; } }

@media (max-width: 1600px) {
  .main-form .img-wrp {
    max-width: 500px;
    margin-top: -420px; } }

@media (max-width: 1200px) {
  .modal-flex-wrp .right:before {
    left: -50px; }
  .terms .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; }
  .modal-info {
    padding-left: 30px;
    padding-right: 40px; }
  .main-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px; }
  .main-form p {
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%; }
  .main-form h2 {
    text-align: center; }
  .main-form .img-wrp {
    margin-top: 0;
    height: 500px;
    overflow: hidden;
    border-radius: 0;
    vertical-align: middle;
    display: -webkit-flex;
    margin-bottom: 30px;
    display: none;
    max-width: 100%; }
    .main-form .img-wrp img {
      vertical-align: middle;
      border-radius: 0;
      height: auto;
      width: 100%; }
  .main-form .form-wrp .row .col-md-7 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .main-form .form-wrp .row .col-md-7 .datepicker-wrp > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%; }
  .hero {
    padding-left: 35px;
    padding-right: 10px; }
  nav a {
    font-size: 12px; }
  header {
    padding-bottom: 50px; }
  .hero p {
    margin-bottom: 10px; }
    .hero p br {
      display: none; }
  .hero .slider-wrp:before {
    width: 500px;
    margin-left: -250px;
    height: 500px; }
  .hero .title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .item-slider .modal-dots-wrp .slick-dots {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .item-slider .slider-for .slick-slide img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .item-slider .slider-for .slick-slide {
    height: auto; }
  footer .hide-mob, footer .ft-flex-wrp .ft-form-wrp {
    display: none; }
  .modal-flex-wrp {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .item-slider, .modal-flex-wrp .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px; }
  .modal-flex-wrp .right:before {
    content: none; }
  .modal-flex-wrp .right {
    max-width: 100%;
    background: #715af3;
    background: -moz-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #715af3), color-stop(22%, #715af3), color-stop(100%, #297deb));
    background: -webkit-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
    background: -o-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
    background: -ms-linear-gradient(left, #715af3 0%, #715af3 22%, #297deb 100%);
    background: -webkit-gradient(linear, left top, right top, from(#715af3), color-stop(22%, #715af3), to(#297deb));
    background: linear-gradient(to right, #715af3 0%, #715af3 22%, #297deb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715af3', endColorstr='#297deb', GradientType=1 );
    border-radius: 13px; }
  .modal-header {
    padding-top: 5px;
    padding-bottom: 5px; }
  .modal-body {
    padding: 20px 60px; }
  .modal-flex-wrp .info-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .modal-flex-wrp .info-flex .select-wrp {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    padding-top: 30px; }
  .modal-flex-wrp .headline {
    text-align: center; }
  .terms .item-wrp {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 1px; }
  .terms .item-wrp > p {
    display: none; }
  .terms .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .main-form .row .col-md-7 .row .col-md-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .main-form .text-input {
    height: 71px;
    font-size: 24px; }
  .top-head {
    display: none; }
  .main-form span.f-text {
    font-size: 18px;
    margin-bottom: 30px; }
  .mobile-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px; }
    .mobile-header a.logo {
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
      .mobile-header a.logo span {
        color: #0a0b0b; }
    .mobile-header .social {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0; }
      .mobile-header .social li {
        list-style: none;
        margin-left: 30px; }
        .mobile-header .social li:first-child {
          margin-left: 0; }
  .nav-container nav, .nav-container a.logo {
    display: none; }
  .nav-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; }
    .nav-container .mobile-tel {
      display: inline-block;
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      font-size: 24px; }
  .collapse-btn {
    display: block;
    width: 43px;
    height: 31px;
    position: relative; }
    .collapse-btn span {
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background: #fff; }
      .collapse-btn span:nth-child(1) {
        top: 0; }
      .collapse-btn span:nth-child(2) {
        top: 14px; }
      .collapse-btn span:nth-child(3) {
        top: 14px; }
      .collapse-btn span:nth-child(4) {
        top: 31px; }
  .mobile-header nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 15px 30px 15px 60px;
    border-radius: 13px;
    border: 3px solid #fff;
    background: #297deb;
    background: -moz-linear-gradient(left, #297deb 0%, #715af3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #297deb), color-stop(100%, #715af3));
    background: -webkit-linear-gradient(left, #297deb 0%, #715af3 100%);
    background: -o-linear-gradient(left, #297deb 0%, #715af3 100%);
    background: -ms-linear-gradient(left, #297deb 0%, #715af3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#297deb), to(#715af3));
    background: linear-gradient(to right, #297deb 0%, #715af3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297deb', endColorstr='#715af3', GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297deb', endColorstr='#715af3', GradientType=1 );
    position: fixed;
    z-index: 9999;
    left: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -moz-box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    box-shadow: -17px 17px 32px -21px rgba(20, 20, 20, 0.66);
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .mobile-header nav a {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px; }
  .hero .social {
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden; }
  .hero {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
  .hero .hero-body {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 670px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; }
  .hero .slider-wrp, .hero .left, .hero .form-wrp {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%; }
  .datepicker-wrp > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; }
  .hero .slider-wrp {
    padding-top: 30px !important; }
  .hero .title {
    position: relative;
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    z-index: 2;
    line-height: 86px;
    margin-top: -650px;
    margin-bottom: 430px; }
  .hero .slider-wrp .dots-wrp ul {
    padding-bottom: 140px; }
  .nav-container .select-wrp {
    position: relative;
    z-index: 800; }
  .hero p {
    text-align: center;
    font-size: 24px;
    line-height: 40px; }
  .datepicker-wrp > * input {
    height: 70px; }
  .jcf-select {
    height: 70px !important; }
  .jcf-select .jcf-select-text {
    line-height: 68px !important;
    font-size: 24px !important; }
  .datepicker-wrp > * input {
    font-size: 24px; }
  .hero .inp-wrp input {
    height: 70px;
    font-size: 24px; } }

@media (max-width: 767px) {
  .modal-flex-wrp .btn-wrp {
    padding-top: 10px; }
  .modal-flex-wrp .jcf-select .jcf-select-text {
    padding-left: 10px;
    font-size: 12px !important; }
  .modal-flex-wrp .info-flex .select-wrp {
    width: 100%;
    max-width: 100%; }
  .modal-flex-wrp .headline {
    margin-bottom: 15px;
    font-size: 18px; }
  .modal-flex-wrp .inf ul li {
    margin-bottom: 5px; }
  .modal-flex-wrp .btn-wrp button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .modal-flex-wrp .right {
    padding-right: 0; }
  .modal-info {
    width: 100%; }
  .modal-header h5 {
    font-size: 18px; }
  .modal-body {
    padding-left: 30px;
    padding-right: 30px; }
  footer .col-md-3.col-sm-6.col-xs-6, footer .col-md-2.col-sm-6.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px; }
  .main-form {
    padding-top: 0; }
  .main-form .img-wrp {
    height: auto;
    width: 100%;
    display: block; } }

@media (max-width: 670px) {
  .contacts .img-wrp {
    margin-bottom: 20px; }
  .contacts .info-cnt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%; }
  .contacts .tel-wrp, .contacts .address {
    padding-top: 10px;
    margin-bottom: 10px; }
  .map-wrp > img {
    height: 100%; }
  .content-map {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 250px; }
  .contacts .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .contacts .info-wrp {
    padding-right: 0; }
  .card-wrp .cost span {
    font-size: 18px; }
  .card-wrp .sub {
    font-size: 16px;
    margin: 0 10px; }
  .hero .left {
    padding-top: 30px; }
  .nav-container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-bottom: 15px; }
    .nav-container > * {
      width: 100% !important;
      max-width: none !important;
      -webkit-box-flex: inherit !important;
      -ms-flex: inherit !important;
      flex: inherit !important; }
  .nav-container .mobile-tel {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px; }
  .hero .title {
    font-size: 36px;
    line-height: .9;
    margin-top: -350px;
    margin-bottom: 310px;
    display: none; }
  .grid__item {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .grid {
    margin-left: 35px;
    margin-right: 35px; }
  h2.title {
    padding-top: 30px; }
  .sm-text {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4; }
  .grid__item {
    margin-bottom: 40px; }
  .hero .slider-wrp:before {
    width: 300px;
    height: 300px;
    margin-top: -30px;
    margin-left: -150px; }
  .hero .slider-wrp {
    padding-top: 100px; }
  .hero .slider-wrp .dots-wrp ul {
    padding-bottom: 0; }
  .card-wrp .img-wrp {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .card-wrp .title {
    padding-top: 0; }
  header .title.title-show {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0; } }

@media (max-width: 430px) {
  footer .col-md-3.col-sm-6.col-xs-6, footer .col-md-2.col-sm-6.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  footer .tel {
    width: 100%; }
  h2.title .color {
    font-size: 16px; }
  .terms .item-wrp {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 1px; }
  .terms .item {
    margin-bottom: 20px; }
  .mobile-header a.logo {
    font-size: 16px; }
  .mobile-header .social li {
    margin-left: 10px; }
  h2.title {
    font-size: 36px; }
  h2.title .subtitle {
    margin-bottom: 15px; }
  h2.title .subtitle:before {
    width: 65px; }
  h2.title .subtitle {
    padding-left: 80px; }
  .sm-text {
    font-size: 16px; }
  .grid {
    margin-left: 0;
    margin-right: 0; }
  .hero p {
    font-size: 18px;
    line-height: 26px; }
  .jcf-select .jcf-select-text {
    line-height: 38px !important;
    font-size: 16px !important; }
  .jcf-select {
    height: 40px !important; }
  .datepicker-wrp > * input, .hero .inp-wrp input, .main-form .text-input {
    height: 40px;
    font-size: 16px; }
  .main-form h2 {
    font-size: 32px; } }

@media (max-width: 360px) {
  h2.title {
    font-size: 32px; } }
