/*options*/
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  overflow: hidden;
  background: #F6F6F6;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .container {
    padding: 0px 20px;
  }
}

/*-options*/
/*header*/
/*-header*/
/*home*/
.home {
  position: relative;
  z-index: 1;
}

.home .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-bgr {
  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: 100%;
}

.home-bgr img {
  width: 100%;
}

.home-bgr img:nth-child(1) {
  display: none;
}

.home-bgr img:nth-child(2) {
  display: block;
}

.home-bgr img:nth-child(3) {
  display: none;
}

.home-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home-img_two {
  display: none;
}

.home-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 44px;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 70px;
}

.home-button {
  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: 355px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #0C2340;
  background: #FFFFFF;
  border-radius: 50px;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.home-img {
  width: 355px;
}

.home-title {
  font-size: 31px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .home-button:hover {
    text-decoration: none;
    outline: none;
    color: #FFFFFF;
    background: #0C2340;
  }
}

@media (max-width: 800px) {
  .home-bgr img:nth-child(2) {
    display: none;
  }
  .home-bgr img:nth-child(3) {
    display: block;
  }
  .home .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-text {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
  .home-img {
    display: none;
  }
  .home-img_two {
    display: block;
    width: 355px;
  }
  .home-title {
    color: #0C2340;
  }
  .home-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .home-text {
    padding-top: 30px;
  }
  .home-img_two {
    width: 244px;
  }
  .home-title {
    font-size: 21px;
    margin-top: 10px;
  }
  .home-button {
    width: 264px;
    height: 50px;
    font-size: 18px;
    bottom: 30px;
  }
}

/*-home*/
/*info*/
.info {
  padding: 80px 0px;
}

.info-box {
  position: relative;
  z-index: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-text {
  width: 450px;
  min-width: 450px;
}

.info-title {
  max-width: 390px;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #0C2340;
  margin-bottom: 20px;
}

.info-descr {
  max-width: 390px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0C2340;
  margin-bottom: 40px;
}

.info-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #A57851;
  margin-bottom: 20px;
}

.info-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.info-span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0C2340;
}

.info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-bgr {
  position: relative;
  width: 100%;
  right: -50px;
  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;
}

.info-bgr img {
  display: none;
  width: 100%;
}

.info-bgr img:nth-child(2) {
  display: block;
}

.info-bgr img:nth-child(3) {
  display: none;
}

.info-box.two {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 80px;
}

.info-box.two .info-bgr {
  right: auto;
  left: -50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.info-box.two .info-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1024px) {
  .info .container {
    padding: 0px;
  }
  .info-box {
    display: block;
  }
  .info-text {
    min-width: 100%;
    width: 100%;
    padding: 0px 50px;
    margin-bottom: 50px;
  }
  .info-title {
    max-width: 700px;
  }
  .info-descr {
    max-width: 700px;
  }
  .info-ul {
    max-width: 500px;
  }
  .info-span {
    font-size: 16px;
  }
  .info-bgr {
    right: 0;
  }
  .info-box.two .info-bgr {
    right: auto;
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .info-box.two .info-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 800px) {
  .info-bgr img:nth-child(2) {
    display: none;
  }
  .info-bgr img:nth-child(3) {
    display: block;
  }
}

@media (max-width: 600px) {
  .info {
    padding: 45px 0px;
  }
  .info-text {
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .info-title {
    font-size: 23px;
    line-height: 140%;
    margin-bottom: 5px;
  }
  .info-descr {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .info-subtitle {
    font-size: 20px;
    line-height: 23px;
  }
  .info-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info-li {
    margin-bottom: 15px;
  }
  .info-li:last-child {
    margin-bottom: 0px;
  }
  .info-img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
  }
  .info-span {
    font-size: 14px;
    line-height: 130%;
  }
  .info-box.two {
    margin-top: 45px;
  }
}

/*-info*/
/*promo*/
.promo {
  position: relative;
  z-index: 1;
}

.promo .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.promo-bgr {
  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: 100%;
}

.promo-bgr img {
  width: 100%;
}

.promo-bgr img:nth-child(1) {
  display: none;
}

.promo-bgr img:nth-child(2) {
  display: block;
}

.promo-bgr img:nth-child(3) {
  display: none;
}

.promo-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.promo-img {
  width: 355px;
}

.promo-title {
  color: #0C2340;
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 30px;
}

.promo-button {
  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: 355px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  background: #0C2340;
  border-radius: 50px;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .promo-button:hover {
    text-decoration: none;
    outline: none;
    color: #0C2340;
    background: #FFFFFF;
  }
}

@media (max-width: 800px) {
  .promo-bgr img:nth-child(2) {
    display: none;
  }
  .promo-bgr img:nth-child(3) {
    display: block;
  }
  .promo {
    padding-top: 250px;
  }
  .promo .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .promo-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .promo-img {
    display: block;
    width: 355px;
  }
  .promo-title {
    color: #0C2340;
    margin-bottom: 0px;
  }
  .promo-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FFFFFF;
    color: #0C2340;
  }
}

@media (max-width: 600px) {
  .promo {
    padding-top: 153px;
  }
  .promo-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .promo-img {
    width: 244px;
  }
  .promo-title {
    font-size: 21px;
    margin-top: 10px;
  }
  .promo-button {
    width: 264px;
    height: 50px;
    font-size: 18px;
    bottom: 30px;
  }
}

/*-promo*/
/*slider*/
.slider {
  padding: 80px 0px;
}

.slider-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: 100%;
  margin-bottom: 10px;
}

.slider-img img {
  max-width: 100%;
}

.slider-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #0C2340;
  margin-bottom: 40px;
}

.slider-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0C2340;
  text-align: center;
  border-bottom: 1px solid rgba(12, 35, 64, 0.2);
}

.slider-point:nth-child(7) {
  border-bottom: none;
}

.slider-arrow {
  display: none;
}

.pagination {
  display: none;
}
.slider-button {
  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: 100%;
  max-width: 260px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  background: #0C2340;
  border-radius: 50px;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
  margin-top: 10px;
}
.slider-button:hover {
  text-decoration: none;
  outline: none;
  color: #0C2340;
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  .slider-button:hover {
    text-decoration: none;
    outline: none;
    color: #0C2340;
    background: #FFFFFF;
  }
}
@media (max-width: 800px) {
  .slider-title {
    margin-bottom: 30px;
  }
  .slider-img {
    margin-bottom: 5px;
  }
  .slider-point {
    height: 60px;
  }
  .slider-arrow {
    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;
  }
  .arrow-prev {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 150px;
  }
  .arrow-next {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 150px;
  }
  .pagination {
    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;
    margin-top: 20px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: rgba(12, 35, 64, 0.3);
    margin: 0px 5px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0C2340;
  }
}

@media (max-width: 600px) {
  .slider {
    padding: 45px 0px;
  }
  .slider-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .slider-point {
    font-size: 16px;
  }
  .slider-button {
    height: 50px;
    font-size: 18px;
  }
}

/*-slider*/
/*video*/
.video {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding-top: 50%;
}

.video iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  outline: none;
  border: 0;
}

.video-bgr {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}

.video-bgr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.video-play {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: url("../img/video/2.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .video-play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (max-width: 800px) {
  .video {
    padding-top: 56.25%;
  }
  .video-play {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 600px) {
  .video-play {
    width: 60px;
    height: 60px;
  }
}

/*-video*/
/*footer*/
/*-footer*/
