body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 60px auto 140px;
  width: 100%;
  max-width: 1426px;
  padding: 0 30px;
  box-sizing: border-box;
}
.links.bg_section_button {
  background-image: url('bg_section_button.jpg');
  background-repeat: no-repeat;
  background-position: center;
  padding: 66px;
}
.links__btn {
  display: block;
  padding: 20px 54px;
  text-decoration: none;
  color: #1b963d;
  background: #00ae5d;
  font-family: 'Montserrat', sans-serif;
  transition: 0.5s ease;
  font-weight: bold;
  font-size: 20px;
  margin: 0 20px;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #1b963d;
  box-sizing: border-box;
}
.links__btn_green {
  background: #1b963d;
  color: #fff;
}
.links__btn_icon {
  background: #1b963d;
  color: #fff;
  padding-left: 90px;
  background-image: url(icon-reg.svg);
  background-position: 55px 50%;
  background-repeat: no-repeat;
  margin-left: 0;
}
.links__btn:hover {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
.text {
  padding: 20px;
  width: 100%;
  max-width: 1426px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}
.text__title {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #37337f;
  margin-bottom: 20px;
  text-decoration: none;
}
.text p {
  margin-bottom: 10px;
}
.text__line p b {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.text p b span {
  color: #1b963d;
}
.text ul {
  list-style: none;
  padding-left: 0;
}
.text ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.text ul li:before {
  content: url(icon-list.svg);
  position: absolute;
  left: 0;
  top: 3px;
}
.text-box {
  position: relative;
  border: 2px solid #1b963d;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 85px;
  max-width: 1660px;
  width: 100%;
  margin: 70px auto;
  font-size: 18px;
  line-height: 1.6;
}
.text-box .text__title {
  margin-top: 0;
}
.text p {
  margin-bottom: 10px;
}
.text-link {
  margin-bottom: 100px;
}
.text-link p {
  margin-bottom: 0;
}
.video {
  background: #e8e7f3;
  padding: 90px 0 75px;
  margin-bottom: 50px;
}
.video iframe {
  width: 100%;
  height: 595px;
}
.video__title {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #37337f;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
  margin-top: 0;
}
.video__inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.video__sub {
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .text-box {
    padding: 60px 40px;
  }
  .links {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .links {
    justify-content: center;
    margin-top: 50px;
  }
  .text-box {
    padding: 50px 30px;
  }
  .video {
    padding: 70px 0;
  }
  .video iframe {
    height: 390px;
  }
}
@media screen and (max-width: 575px) {
  .links {
    left: 0;
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .text__title {
    font-size: 26px;
    line-height: 1.35;
  }
  .links__btn {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px 30px;
    text-align: center;
  }
  .links__btn_icon {
    background-position: 40px 50%;
  }
  .text {
    font-size: 16px;
    padding: 0 15px;
  }
  .text-box {
    font-size: 16px;
  }
  .text ul li {
    padding-left: 25px;
  }
  .video {
    padding: 50px 0;
  }
  .video iframe {
    height: 270px;
  }
  .video__title {
    font-size: 28px;
  }
  .video__inner {
    padding: 0;
  }
  .video__sub {
    font-size: 15px;
    margin-top: 10px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 370px) {
  .video__title {
    font-size: 22px;
  }
  .links__btn {
    font-size: 16px;
  }
}
.video-box {
  position: relative;
  padding: 0 15px;
  margin-bottom: 40px;
}
.video-box .video-box-header {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.video-box .video-box-header .text__title {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  padding: 0 30px;
}
@media screen and (min-width: 370px) {
  .video-box .video-box-header .text__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .video-box .video-box-header .text__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .video-box .video-box-header .text__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1160px) {
  .video-box .video-box-header .text__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .video-box .video-box-header .text__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .video-box .video-box-header .text__title {
    font-size: 38px;
  }
}
.video-box .video-box-header .slider-nav {
  display: flex;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.video-box .video-box-header .slider-nav .swiper-button-next,
.video-box .video-box-header .slider-nav .swiper-button-prev {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto 10px;
  top: 0;
}
.video-box .video-box-header .slider-nav .swiper-button-prev:after,
.video-box .video-box-header .slider-nav .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  display: none;
}
.video-box .video-box-header .slider-nav .swiper-button-next:after,
.video-box .video-box-header .slider-nav .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}
.video-box .swiper .swiper-slide .preview {
  position: relative;
  display: block;
}
.video-box .swiper .swiper-slide .preview span {
  position: absolute;
  width: 25%;
  height: 25%;
  z-index: 2;
  top: 37.5%;
  left: 37.5%;
}
.video-box .swiper .swiper-slide .preview:hover span {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
}

.cookies-block {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookies-block__inner {
  width: 80vw;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #1b963d;
  padding: 10px 30px;
  border-radius: 5px;
}
.cookies-block__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}
.cookies-block__text a {
  color: #1b963d;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.cookies-block__text a:hover {
  color: #37337f;
}
.cookies-block__btn {
  display: inline-flex;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #1b963d;
  border: 1px solid #1b963d;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.cookies-block__btn:hover {
  background-color: #37337f;
}
