@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff");
}
/* oswald-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v53-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v53-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
}
body {
  font: 19px/30px "Oswald", Arial, sans-serif;
  color: #000;
}
h1 {
  font: bold 19px/30px "Oswald", Arial, sans-serif;
  margin-bottom: 30px;
}
strong {
  font-weight: 700;
}
a {
  color: #000;
}
.wrp {
  width: 900px;
  margin: 0 auto;
}
.wrpPadding {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.img--width-max {
  display: block;
  width: 100%;
  height: auto;
}
.img--max-width {
  display: block;
  max-width: 100%;
  height: auto;
}
#header {
  border-bottom: 2px solid #d1d1d1;
}
.header__logo-block {
  position: relative;
  padding: 30px 0;
  background: #1a1a18;
}
.header__logo-block img {
  display: block;
  width: 300px;
  height: auto;
}
#header .bottom img {
  display: block;
  width: 100%;
  height: auto;
}
#header .slider .prev {
  left: 65px;
  border: 0;
  width: 60px;
  height: 116px;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  margin-top: -58px;
}
#header .slider .prev:before {
  border-top: 0;
  border-right: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 80px;
  height: 80px;
  transform: translateX(-2px) rotate(45deg);
  transform-origin: left top;
  top: 0;
  left: 100%;
}
#header .slider .prev:after {
  content: normal;
}
#header .slider .next {
  right: 65px;
  border: 0;
  width: 60px;
  height: 116px;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  margin-top: -58px;
}
#header .slider .next:before {
  border-top: 0;
  border-right: 2px solid #000;
  border-left: 0;
  border-bottom: 2px solid #000;
  width: 80px;
  height: 80px;
  transform: translateX(2px) rotate(-45deg);
  transform-origin: right top;
  top: 0;
  left: auto;
  right: 100%;
}
#header .slider .next:after {
  content: normal;
}
#header .slider .nav {
  text-align: center;
  padding: 10px 0;
  line-height: 16px;
}
#header .slider .nav span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 19px;
  cursor: pointer;
}
#header .slider .nav span.active {
  background: #000;
}
#header .imgTextBlock img {
  display: block;
  width: 100%;
  height: auto;
}
#header .imgTextBlock {
  position: relative;
  width: 100%;
}
#header .imgTextBlock .text {
  position: absolute;
  width: 100%;
  bottom: 50px;
  font-size: 44px;
  line-height: 54px;
}
#header .imgTextBlock .text span {
  display: inline-block;
  max-width: 75%;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 0 20px 0 100px;
}
#header .imgTextBlock .text .bgWhiteWhite {
  color: #fff;
}
#header .imgTextBlock .text .bgWhiteGrey {
  color: #ccc;
}
@media (max-width: 900px) {
  #header .top {
    position: relative;
    padding: 10px;
  }
  #header .imgTextBlock .text {
    font-size: 24px;
    line-height: 34px;
  }
  #header .slider .prev {
    left: 10px;
  }
  #header .slider .next {
    right: 10px;
  }
  #header .slider .nav span {
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .header__logo-block img {
    width: 200px;
  }
  #header .imgTextBlock .text {
    display: none;
  }
  #header .slider .prev, #header .slider .next {
    width: 32px;
    height: 60px;
    margin-top: -30px;
  }
  #header .slider .prev:before, #header .slider .next:before {
    width: 40px;
    height: 40px;
  }
  #header .slider .next {
    right: 10px;
  }
}
.social-nav {
  padding: 0 0 12px;
}
.footer-nav ~ .social-nav {
  border-top: 1px solid #ccc;
  padding: 12px 0;
}
.social-nav__list {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.social-nav__item {
  display: block;
  margin: 0 10px;
}
.social-nav__link {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 900px) {
  .social-nav__link {
    font-size: 24px;
  }
}
.footer__black {
  background: #1d1d1b;
  color: #fff;
  padding: 26px 0 0;
}
.footer__white {
  font-size: 16px;
  line-height: 19px;
  padding: 16px 0 18px;
}
.footer-nav {
  margin-bottom: 40px;
}
.footer-nav__list {
  padding: 0;
  display: block;
  column-count: 3;
  column-gap: 98px;
}
.footer-nav__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 1px 0;
}
.footer-nav__link {
  color: #fff;
  text-decoration: none;
}
.footer-nav2 {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.footer-nav2__list {
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer-nav2__item {
  display: block;
  line-height: 19px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.footer-nav2__item:first-child {
  padding: 0;
  border-left: 0;
  margin-left: 0;
}
.footer-nav2__link {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .footer-nav__list {
    column-count: auto;
  }
}
.slider {
  position: relative;
}
.slider .toSlide {
  position: relative;
  overflow: hidden;
}
.slider .toSlide > div {
  display: none;
}
.slider .toSlide > div:first-child {
  display: block;
}
.slider .prev, .slider .next {
  display: none;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #000;
  box-sizing: border-box;
}
.slider .next {
  left: auto;
  right: 5px;
}
.slider .prev:before, .slider .next:before, .slider .prev:after, .slider .next:after {
  content: "";
  position: absolute;
  top: 10px;
  border: 15px dashed rgba(0, 0, 0, 0);
}
.slider .prev:before {
  right: 19px;
  border-right: 17px solid #000;
}
.slider .next:before {
  left: 19px;
  border-left: 17px solid #000;
}
.slider .prev:after, .slider .next:after {
  border: 15px dashed rgba(255, 255, 255, 0);
}
.slider .prev:after {
  right: 17px;
  border-right: 17px solid #fff;
}
.slider .next:after {
  left: 17px;
  border-left: 17px solid #fff;
}
.slideTextHeader {
  margin-top: 24px;
  cursor: pointer;
}
.slideTextText {
  display: none;
}
.slider__bottom-block {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slider__bottom-item {
  width: 20%;
  margin: 0 2%;
}
@media (max-width: 600px) {
  .slider .prev, .slider .next {
    width: 40px;
    height: 40px;
    left: 2px;
  }
  .slider .next {
    left: auto;
    right: 2px;
  }
  .slider .prev:before, .slider .next:before, .slider .prev:after, .slider .next:after {
    border-width: 10px;
    top: 8px;
  }
  .slider .prev:before {
    right: 15px;
  }
  .slider .prev:after {
    right: 13px;
  }
  .slider .next:before {
    left: 15px;
  }
  .slider .next:after {
    left: 13px;
  }
}
.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(29, 29, 27, 0.9);
  padding: 15px 15px 15px 15px;
  color: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.disclaimer__checbkox-block {
  margin-top: 20px;
}
.disclaimer__checkbox-line {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.disclaimer__checkbox-line:last-child {
  margin-right: 0;
}
.disclaimer__btn-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.disclaimer__btn {
  display: inline-block;
  color: #505050;
  background: #fff;
  border-radius: 22px;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 15px;
  cursor: pointer;
}
.disclaimer__btn--green {
  background: green;
  color: #fff;
}
.disclaimer__btn--green + .disclaimer__btn--green {
  margin-left: 20px;
}
.disclaimer__text a {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 600px) {
  .disclaimer__btn--green {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .disclaimer__btn--green:first-child {
    margin-top: 0;
  }
}
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  box-sizing: border-box;
}
.landing-2col {
  padding: 50px 0;
  background-size: cover;
}
.landing-2col--white {
  color: #fff;
}
.landing-2col__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.landing-2col__img-block {
  display: block;
  margin-top: 20px;
}
.landing-2col__img-block:first-child {
  margin-top: 0;
}
.landing-2col__img {
  margin: 0 auto;
}
.landing-2col__video-block {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-top: 56.25%;
}
.landing-2col__video-block:first-child {
  margin-top: 0;
}
.landing-2col__video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.landing-2col__header {
  margin-top: 20px;
  font-weight: bold;
}
.landing-2col__header:first-child {
  margin-top: 0;
}
.landing-2col__text-block {
  margin-top: 20px;
}
.landing-2col__text-block:first-child {
  margin-top: 0;
}
.landing-text-block {
  padding: 50px 0;
  background-size: cover;
}
.landing-text-block--white {
  color: #fff;
}
.form__row {
  margin-top: 10px;
}
.form__row--submit {
  margin-top: 30px;
}
.form__row--checkbox {
  position: relative;
  padding-left: 24px;
}
.form__label {
  display: inline-block;
  width: 240px;
}
.form__label--submit {
  display: block;
  width: auto;
}
.form__input {
  display: inline-block;
  border: 1px solid #d2d2d2;
  height: 30px;
  width: 58%;
  border-radius: 8px;
  padding: 2px 5px;
  background: #fff;
}
.form__input--submit {
  width: auto;
  height: auto;
  padding: 10px 30px;
}
.form__input--checkbox {
  position: absolute;
  left: 0;
  top: 5px;
  width: auto;
  height: auto;
}
@media (max-width: 900px) {
  .wrp {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrpPadding {
    padding: 0 15px !important;
  }
  .landing-2col__block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .form__label, .form__input {
    display: block;
    width: 100%;
  }
  .form__input--checkbox, .form__input--submit {
    width: auto;
  }
}
