﻿/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */

body {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  background: #282828;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #111;
}

.clear {
  clear: both;
}

ul,
p,
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 23px;
}
h2,
.h2 {
  font-size: 21px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto !important;
}

.btn {
  padding: 14px;
  min-height: 48px;
  border-radius: 10px;
  background-color: #f4b859;
  border: 1px solid #f4b859;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #282828;
  cursor: pointer;
}
.btn-lg {
  font-size: 20px;
  line-height: 24px;
  min-height: 77px;
  padding: 26px;
  width: 100%;
  max-width: 380px;
}
input[type=text],
input[type=email] {
  padding: 25px;
  width: 100%;
  max-width: 380px;
  height: 76px;
  border-radius: 10px;
  background-color: #acacac;
  text-align: center;
  color: #e4e4e4;
  font-size: 20px;
  line-height: 24px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #d0d0d0;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #f5b858;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

.navbar {
  background-color: #282828;
}

.navbar .nav-link {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}

.navbar .nav-link:hover {
  color: #f4b859;
}

.navbar .special .nav-link {
  color: #f4b859;
}

.navbar .navbar-toggler {
  padding: 5px;
  font-size: 30px;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.navbar .dropdown-menu {
  background-color: #282828;
}

.navbar .dropdown-item {
  color: #ffffff;
  background: transparent;
}

.navbar .dropdown-item:hover {
  color: #f4b859;
}

.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.section-1 {
  padding: 120px 0 50px 0;
  background-color: #282828cf;
  background-position: 50% 0;
  background-size: cover;
  min-height: 700px;
}

#video_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 610px;
  width: 100%;
  object-fit: cover;
  margin-top: 90px;
  z-index: -1;
}

.section-1 .title {
  font-size: 45px;
  font-weight: 900;
  line-height: 65px;
  margin: 120px auto 0;
  display: block;
  width: fit-content;
  text-align: center;
  color: #fff;
}

.section-1 .title span {
  color: #f7c14f

  ;
}

.section-2 {
  padding: 60px 0 30px 0;
}

.section-2 .title {
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 900px;
  margin: 10px 0 30px;
}

.section-2 .title span {
  color: #f7c14f
}

.section-2 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  max-width: 1080px;
  margin: 10px auto 70px;
}

.section-2 .left-block {
  width: 44%;
  float: left;
}

.section-2 .info2 {
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  margin: 40px 0 0;
  max-width: 420px;
}

.section-3 {
  padding: 60px 0 50px 0;
}

.section-3 .title {
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 800px;
  margin: 10px auto 30px;
}

.section-3 .title span {
  color: #f7c14f
}

.section-3 .desk {
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  line-height: 28px;
  font-weight: 400;
  max-width: 970px;
  margin: 50px auto 70px;
}

.section-3 .desk span {
  font-size: 16px;
}

.section-4 {
  padding: 60px 0 70px 0;
}

.section-4 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 800px;
  margin: 10px auto 30px;
}

.section-4 .title span {
  color: #f7c14f
}

.section-4 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  max-width: 970px;
  margin: 50px auto 70px;
}

.section-4 .slick-slide {
  padding: 0 10px;
}

.section-4 .slider.responsive {
  margin-top: 40px;
}

.section-4 .slick-slide img {
  margin: auto;
  border-radius: 10px;
}

.section-5 {
  padding: 60px 0 100px 0;
}

.section-5 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 650px;
  margin: 10px auto 30px;
}

.section-5 .title span {
  color: #f7c14f
}

.section-5 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  max-width: 650px;
  margin: 30px auto;
}

.section-5 .logos {
  display: inline-block;
}

.section-5 .logos img {
  float: left;
}

.section-6 {
  padding: 60px 0 70px 0;
  background: url(../images/bg-6.jpg) no-repeat;
  background-size: cover;
  min-height: 470px;
}

.section-6 .title {
  text-align: left;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 350px;
  margin: 10px 0 30px;
}

.section-6 .title span {
  color: #f7c14f
}

.section-6 .video-block {
  cursor: pointer;
  float: left;
  height: 420px;
  margin-bottom: 40px;
  max-width: 720px;
  float: right;
  margin-top: -240px;
}

.section-6 .video-block video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.section-6 button.btn {
  padding: 20px 30px;
  margin-left: 20%;
  position: absolute;
  top: 300px;
}

.section-6 .book {
  content: "";
  background: url(../images/book.png) no-repeat;
  position: absolute;
  width: 600px;
  height: 500px;
  top: 0;
}

.section-7 {
  padding: 60px 0 50px 0; 
  display: inline-block;
  width: 100%;
}

.section-7 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  font-weight: 900;
  max-width: 1000px;
  margin: 10px auto 30px;
}

.section-7 .title span {
  color: #f7c14f
}

.section-7 .left-block {
  font-size: 25px;
  font-weight: 400;
  background: url(../images/bg_item.png) no-repeat;
  padding-left: 60px;
  margin-top: 60px;
  float: left;
}

.section-7 .item {
  clear: both;
  padding-top: 30px;
}
.section-7 .left-block span {
  font-size: 20px;
  font-weight: 400;
}

.section-7 .right-block {
  float: right;
  max-width: 500px;
}

.section-7 button.btn {
  float: left;
  padding: 20px 30px;   
  display: block;
  clear: both;
}

.section-8 {
  padding: 60px 0 70px 0;
}

.section-8 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 800px;
  margin: 10px auto 30px;
}

.section-8 .title span {
  color: #f7c14f
}

.section-8 img {
  margin: 30px auto 20px;
  display: block;
  max-width: 800px;
}

.section-9 {
  padding: 100px 0 80px 0;
  background: #fff;
  background: url(../images/bg-9.jpg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  display: inline-block;
  width: 100%;
}

.section-9 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  max-width: 650px;
  margin: 10px auto 30px;
}

.section-9 .title span {
  color: #f7c14f;
}

.section-9 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  max-width: 750px;
  margin: 30px auto;
}

.section-9 .send-data {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
}

.section-9 input {
  width: 100%;
  max-width: 240px;
  float: left;
  border: 0px;
  border-radius: 10px;
  height: 65px;
  margin: 0 0 15px 0;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin: 0 10px;
}

.section-9 button.btn {
  margin: 0 10px;
  float: left;
  clear: none;
  padding: 20px;
}

.footer {
  padding: 40px 0 0;
  background-color: #101010;
}

.footer .link {
  font-size: 15px;
}

.footer em {
  font-style: normal;
  color: #f7c14f;
}

.footer img {
  width: 30px;
}

.footer .mini {
  font-size: 15px;
  font-weight: 400;
  color: #d0d0d0;
}

@media (min-width: 992px) {
  .footer {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .section-6 .title {
    text-align: center;
    margin: auto;
    max-width: 100%;
  }

  .section-6 .video-block {
    float: none;
    margin: 20px auto;
    max-width: 720px;
    min-width: auto;
  }

  .section-6 .book {
    position: initial;
    top: 0;
    width: 600px;
    margin-top: -220px;
    z-index: 1;
  }

  .section-6 button.btn {
    position: inherit;
    z-index: 2;
    margin: -240px auto 0;
  }
}

@media screen and (max-width: 1000px) {
  .section-1 {
    padding: 35px 0 120px 0;
  }

  .section-2 {
    min-height: auto;
    padding: 60px 0;
    background: none;
  }

  .section-2 .desk {
    margin: 10px 0;
  }

  .section-2 .left-block {
    width: 100%;
    text-align: center;
  }

  .section-2 .info2 {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    padding: 0 20px;
  }

  .section-5 .logos {
    max-width: 565px;
    margin: 10px auto;
    display: table;
  }

  .section-7 .left-block {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto 30px;
  }

  .section-7 .right-block {
    float: none;
    margin: 0 auto 10px;
  }

  .section-7 button.btn {
    float: none;
    margin: 30px auto;
  }

}

@media screen and (max-width: 800px) {
  .section-3 .item {
    min-height: 390px;
  }

  .section-8 img {
    max-width: 100%;
    margin: 30px auto 0;
  }

  .section-9 input {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

@media screen and (max-width: 720px) {
  .section-6 .video-block {
    background: none;
    padding: 10px 20px;
    height: 390px;
  }

  .section-6 .book {
    width: 100%;
    max-width: 600px;
    background-size: 100%;
    margin: -100px 0;
  }
}

@media screen and (max-width: 585px) {
  .section-5 .logos {
    max-width: 380px;
  }

  .section-5 .logos img {
    width: 50%;
  }

  .section-5 .logos button.btn {
    padding: 20px;
  }

  .section-6 .video-block {
    height: 300px;
  }
}

@media screen and (max-width: 520px) {
  .section-7 .right-block img {
    width: 100%;
    margin: auto !important;
    display: block;
  }
}

@media screen and (max-width: 440px) {
  .section-1 .title {
    font-size: 32px;
    line-height: initial;
  }

  .section-6 .video-block {
    height: 240px;
  }

  .section-6 button.btn {
    margin: -340px auto 0;
  }
}

.section-10 {
  padding: 60px 0 20px 0;
}

.section-10 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  margin: 10px auto 30px;
}

.section-10 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  max-width: 750px;
  margin: 30px auto;
}

.section-10 .title span {
  color: #f7c14f
}

.section-10 .video-block {
  cursor: pointer;
  float: left;
  margin-bottom: 40px;
  max-width: 720px;
  margin-top: 20px;
}

.section-10 .video-block video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.section-10 .right-block {
  font-size: 25px;
  line-height: 30px;
  padding: 40px 20px;
  float: left;
  font-weight: 500;
  margin: 100px 0 0 -90px;
}

.section-10 .slick-slider {
  clear: both;
  width: 90%;
  margin: auto;
}

.section-10 .slick-slider .slick-prev {
  background: url(../images/slick-prev.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: 2;
  left: -90px;
}

.section-10 .slick-slider .slick-next {
  background: url(../images/slick-next.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: 2;
  right: -90px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.section-10 .all {
  width: 90%;
  display: block;
  margin: 20px auto;
}

.slick-initialized .slick-slide {
  margin: 0 10px;
}

.section-11 {
  padding: 40px 0 60px;
  background: #fff;
  background: url(../images/bg-11.jpg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.play {
  cursor: pointer;
}
/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #eccd7b;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #eccd7b;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #282828;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */

.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section-10.part2 {
  background: none;
}

.section-10.part2 .video-block {
  float: right;
}

.section-10.part2 .right-block {
  float: right;
  margin: 100px -90px 0 0;
}

.section-12 {
  padding: 60px 0 50px 0;
  width: 100%;
  display: inline-block;
}

.section-12 .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 900;
  margin: 10px auto 30px;
}

.section-12 .desk {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  margin: 30px auto;
}

.section-12 .title span {
  color: #f7c14f;
}

.section-12 .items {
  display: inline-block;
  width: 100%;
}

.section-12 .item {
  width: 21%;
  margin: 20px 2%;
  float: left;
  text-align: center;
}

.section-12 .item img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.section-12 .item .name {
  font-weight: bold;
  color: #f7c14f;
  padding: 10px 0;
  font-size: 20px;
  margin: 10px 0;
}

.section-13 {
  padding: 80px 0 80px;
  background: #fff;
  background: url(../images/bg-13.jpg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  display: inline-block;
  width: 100%;
}

.section-13 .title {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  color: #fff;
  margin: 10px auto 10px;
}

.section-14 {
  padding: 60px 0 0;
  background: url(../images/bg-14.jpg) no-repeat;
  background-color: #fff;
  background-position: 50% 30px;
  width: 100%;
  display: inline-block;
}

.section-14 .title {
  text-align: center;
  font-size: 30px;
  color: #2c2c2c;
  line-height: 35px;
  font-weight: 900;
  margin: 10px auto 30px;
  clear: both;
}

.section-14 .title span {
  background-color: #ffd200;
  padding: 3px 3px;
}

.section-14 .left-block {
  width: 46%;
  margin: 20px 2% 100px;
  float: left;
}

.section-14 .left-block .desk {
  background-color: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 256px;
}

.section-14 .left-block .name {
  font-weight: 900;
  color: #7412f8;
  font-size: 35px;
  margin: 10px 0;
  display: contents;
}

.section-14 .left-block .desk-item {
  padding-top: 20px;
}

.section-14 .left-block .photo2 {
  max-height: 642px;
  object-fit: cover;
  width: 100%;
  object-position: bottom;
}
@media screen and (max-width: 1230px) {
  .section-10 .slick-slider .slick-prev {
    left: -40px;
  }

  .section-10 .slick-slider .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 1100px) {
  .section-10 .video-block {
    float: initial !important;
    background: none;
    margin: auto;
    padding: 0 10px;
    min-width: auto;
  }

  .section-10 .right-block {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .section-10.part2 .right-block {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .section-12 .item {
    width: 46%;
  }

  .section-12 .item img {
    height: 550px !important;
  }
}
@media screen and (max-width: 600px) {
  .section-12 .item {
    width: 96%;
  }

  .section-12 .item img {
    height: auto !important;
  }
}
@media screen and (max-width: 1230px) {
  .section-10 .slick-slider .slick-prev {
    left: -10px;
  }

  .section-10 .slick-slider .slick-next {
    right: -10px;
  }
}


.modal-content {
  border: 1px solid #f4b859;
  background-color: #282828;
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 380px;
}

.modal-close {
  color: #f4b859;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
}

.privacy-link {
  text-decoration: underline;
  color: #fff;
}
.privacy-link:hover {
  color: #fff;
}

.logo {
  color: #f4b859;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
}