@font-face {
  font-family: dwm;
  font-style: normal;
  font-weight: 400;
  src: local("dwm"), local("dwm"), url(../fonts/dwb.otf) format("opentype");
}
body {
  background-color: #fff;
}
.s_header {
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  min-height: 690px;
  margin-top: -60px;
}
.s_content {
  max-width: 1000px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.s_content h3 {
  font-size: 37px;
  line-height: 38px;
  color: #000000;
}
.s_content .btn-red {
  background-color: #FF0000;
  letter-spacing: 0px;
  font-size: 22px;
}
.s_content .btn-red:before {
  background-color: #FF0000;
}
.s_content .btn-red:after {
  background-color: #FF0000;
}
.s_content .btn-red:hover {
  color: #fff !important;
}
.s_content .btn-red:focus {
  color: #fff !important;
}
.s_headcontent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.s_headcontent__left {
  width: 300px;
  box-sizing: border-box;
  padding-top: 90px;
}
.s_headcontent__left .btn-red {
  background-color: #FF0000;
  width: 100%;
  letter-spacing: 0px;
  font-size: 22px;
}
.s_headcontent__left .btn-red:before {
  background-color: #FF0000;
}
.s_headcontent__left .btn-red:after {
  background-color: #FF0000;
}
.s_headcontent__left .btn-red:hover {
  color: #fff !important;
}
.s_headcontent__left .btn-red:focus {
  color: #fff !important;
}
.s_headcontent__left p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 180px;
  padding-bottom: 40px;
}
.s_headcontent__right {
  width: calc(100% - 320px);
}
.s_headcontent__player {
  width: 100%;
  height: 690px;
  background-image: url("../images/player.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.s_status {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.s_status__left {
  width: calc(100% - 320px);
}
.s_status__left h2 {
  color: #000000;
}
.s_status__left h2 span {
  color: #C1F255;
}
.s_status__left p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.s_status__right {
  width: 300px;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
.s_status__right h2 {
  color: #ffffff;
  font-size: 37px;
  line-height: 38px;
}
.s_status__right p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.s_status__right:before {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  background-image: url("../images/legend_bg.png");
  background-position: left bottom;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-color: #14433A;
}
.s_status__right:after {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  background-position: left bottom;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-color: transparent;
  pointer-events: none;
  box-shadow: 0px 50px 114px rgba(7, 56, 48, 0.35);
}
@-webkit-keyframes color-transition {
  0% {
    color: #14433A;
  }
  33% {
    color: #FF0000;
  }
  66% {
    color: #FF0000;
  }
  100% {
    color: #14433A;
  }
}
@keyframes color-transition {
  0% {
    color: #14433A;
  }
  33% {
    color: #FF0000;
  }
  66% {
    color: #FF0000;
  }
  100% {
    color: #14433A;
  }
}
.side_swiper .swiper {
  width: calc(100% + (100vw - 960px) / 2);
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.side_swiper .swiper-slide {
  width: 300px;
  min-height: 380px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  background-image: url(../images/slide_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0px 25px 44px rgba(7, 56, 48, 0.2);
  position: relative;
}
.side_swiper .swiper-slide:last-of-type {
  width: 380px;
  background-image: url(../images/slide_bg_end.png);
}
.side_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../images/arleft.png);
  left: 0px;
  right: auto;
  margin-left: 0px;
  top: 0px;
  margin-top: 0px;
}
.side_swiper .swiper-button-prev:after {
  display: none;
}
.side_swiper .swiper-button-next {
  width: 52px;
  height: 50px;
  background-image: url(../images/arright.png);
  left: 0px;
  right: auto;
  margin-left: 50px;
  top: 0px;
  margin-top: 0px;
}
.side_swiper .swiper-button-next:after {
  display: none;
}
.side_swiper .swiper-pagination {
  display: none;
}
.side_swiper__title {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 15px;
  text-align: center;
}
.side_swiper__title h2 {
  font-size: 37px;
  line-height: 38px;
  text-align: center;
}
.side_swiper__icon {
  position: absolute;
  width: 100%;
  left: -10px;
  top: 85px;
  text-align: center;
}
.side_swiper__req {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 290px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.side_swiper__req a {
  -webkit-animation-name: color-transition;
  animation-name: color-transition;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.side_swiper__req__iconleft {
  position: absolute;
  width: auto;
  left: 20px;
  top: 205px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.side_swiper__req__iconleft b {
  color: #073830;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.side_swiper__req__iconright {
  position: absolute;
  width: auto;
  left: 150px;
  top: 205px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.side_swiper__req__iconright b {
  color: #073830;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.side_swiper__req__iconcenter {
  position: absolute;
  width: 100%;
  color: #ccc;
  text-align: center;
  top: 220px;
}
.side_swiper__req b {
  color: #073830;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.side_swiper__vagon {
  color: #ccc;
  font-size: 17px;
  line-height: 26px;
  font-weight: 800;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  bottom: 10px;
  right: 10px;
  opacity: 0.3;
  display: none;
}
.side_swiper .s_icon {
  width: 120px;
  height: 80px;
  text-align: center;
}
.s_joinsostav {
  margin-top: 20px;
  width: 100%;
  background-image: url(../images/join_bg.png);
  background-position: center top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 160px;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  margin-bottom: 60px;
}
.s_joinsostav h2 {
  color: #fff;
  margin-bottom: 30px;
}
.s_joinsostav p {
  font-size: 16px;
  line-height: 26px;
  max-width: 560px;
}
.s_gridfour {
  margin: 20px auto;
  width: 100%;
  margin-top: -140px;
  height: auto;
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-row: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.s_gridfour__box {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 45px 74px rgba(7, 56, 48, 0.2);
}
.s_gridfour__box span {
  color: #073830;
  background-color: #C6F956;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.s_gridthree {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}
.s_gridthree__block {
  width: calc(33% - 10px);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.s_gridthree__block svg {
  display: block;
  margin-bottom: 20px;
}
.s_gridthreeimage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 100px;
  gap: 20px;
}
.s_gridthreeimage__block {
  width: calc(33% - 10px);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 420px;
  position: relative;
}
.s_gridthreeimage__block__content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-size: cover;
  background-position: right 40px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.s_gridthreeimage__block svg {
  display: block;
  margin-bottom: 20px;
}
.s_banner {
  background-image: url("../images/vagon_bg_big.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 80px;
}
.s_banner .s_content {
  padding-right: 75px;
}
.s_banner h2 {
  font-size: 37px;
  line-height: 38px;
  margin-bottom: 0px;
}
.s_banner .btn {
  float: right;
  margin-top: -6px;
}
.s_banner .btn-red {
  background-color: #FF0000;
  letter-spacing: 0px;
  font-size: 22px;
}
.s_banner .btn-red:before {
  background-color: #FF0000;
}
.s_banner .btn-red:after {
  background-color: #FF0000;
}
.s_banner .btn-red:hover {
  color: #fff !important;
}
.s_banner .btn-red:focus {
  color: #fff !important;
}
.s_faq h2 {
  font-size: 37px;
  line-height: 38px;
  margin-bottom: 0px;
}
.a_faq {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.a_faq__title {
  position: relative;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 20px;
  margin-bottom: 0px;
}
.a_faq__title h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}
.a_faq__title a {
  position: absolute;
  right: 0px;
  top: 10px;
}
.a_faq__title .btn {
  letter-spacing: 0px !important;
}
.a_faq__text {
  width: 80%;
  box-sizing: border-box;
  padding-bottom: 0px;
  padding-top: 10px;
  display: none;
  font-size: 16px;
  line-height: 28px;
  font-family: Raleway, Tahoma, sans-serif;
}
.a_faq__text.active {
  display: block;
}
.js-faq_trigger {
  cursor: pointer;
}
.b_show_dt {
  display: block;
}
@media screen and (max-width: 1000px) {
  .b_show_dt {
    display: none;
  }
  .s_header {
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    min-height: 690px;
    margin-top: -60px;
  }
  .s_content {
    max-width: 1000px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .s_content h3 {
    font-size: 37px;
    line-height: 38px;
    color: #000000;
  }
  .s_content .btn-red {
    background-color: #FF0000;
    letter-spacing: 0px;
    font-size: 22px;
  }
  .s_content .btn-red:before {
    background-color: #FF0000;
  }
  .s_content .btn-red:after {
    background-color: #FF0000;
  }
  .s_content .btn-red:hover {
    color: #fff !important;
  }
  .s_content .btn-red:focus {
    color: #fff !important;
  }
  .s_headcontent {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .s_headcontent__left {
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .s_headcontent__left .btn-red {
    background-color: #FF0000;
    width: 100%;
    letter-spacing: 0px;
    font-size: 22px;
  }
  .s_headcontent__left .btn-red:before {
    background-color: #FF0000;
  }
  .s_headcontent__left .btn-red:after {
    background-color: #FF0000;
  }
  .s_headcontent__left .btn-red:hover {
    color: #fff !important;
  }
  .s_headcontent__left .btn-red:focus {
    color: #fff !important;
  }
  .s_headcontent__left p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .s_headcontent__right {
    width: calc(100% - 0px);
  }
  .s_headcontent__player {
    width: 100%;
    height: 400px;
    background-image: url("../images/player.png");
    background-repeat: no-repeat;
    background-position: 20px bottom;
    background-size: contain;
  }
  .s_status {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .s_status__left {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .s_status__left h2 {
    color: #000000;
  }
  .s_status__left h2 span {
    color: #C1F255;
  }
  .s_status__left p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .s_status__right {
    width: 100%;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    overflow-x: hidden;
  }
  .s_status__right h2 {
    color: #ffffff;
    font-size: 37px;
    line-height: 38px;
  }
  .s_status__right p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .s_status__right:before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    background-image: url("../images/legend_bg.png");
    background-position: left bottom;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-color: #14433A;
  }
  .s_status__right:after {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-position: left bottom;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: transparent;
    pointer-events: none;
    box-shadow: 0px 50px 114px rgba(7, 56, 48, 0.35);
  }
  .side_swiper .swiper {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .side_swiper .swiper-slide {
    width: 300px;
    min-height: 380px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-image: url(../images/slide_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 25px 44px rgba(7, 56, 48, 0.2);
    position: relative;
  }
  .side_swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/arleft.png);
    left: 0px;
    right: auto;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px;
  }
  .side_swiper .swiper-button-prev:after {
    display: none;
  }
  .side_swiper .swiper-button-next {
    width: 52px;
    height: 50px;
    background-image: url(../images/arright.png);
    left: 0px;
    right: auto;
    margin-left: 50px;
    top: 0px;
    margin-top: 0px;
  }
  .side_swiper .swiper-button-next:after {
    display: none;
  }
  .side_swiper .swiper-pagination {
    display: none;
  }
  .side_swiper__title {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15px;
    text-align: center;
  }
  .side_swiper__title h2 {
    font-size: 37px;
    line-height: 38px;
    text-align: center;
  }
  .side_swiper__icon {
    position: absolute;
    width: 100%;
    left: -10px;
    top: 85px;
    text-align: center;
  }
  .side_swiper__req {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 290px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }
  .side_swiper__req__iconleft {
    position: absolute;
    width: auto;
    left: 20px;
    top: 205px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  .side_swiper__req__iconleft b {
    color: #073830;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }
  .side_swiper__req__iconright {
    position: absolute;
    width: auto;
    left: 150px;
    top: 205px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  .side_swiper__req__iconright b {
    color: #073830;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }
  .side_swiper__req__iconcenter {
    position: absolute;
    width: 100%;
    color: #ccc;
    text-align: center;
    top: 220px;
  }
  .side_swiper__req b {
    color: #073830;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }
  .side_swiper__vagon {
    color: #ccc;
    font-size: 17px;
    line-height: 26px;
    font-weight: 800;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    bottom: 10px;
    right: 10px;
    opacity: 0.3;
  }
  .side_swiper .s_icon {
    width: 120px;
    height: 80px;
    text-align: center;
  }
  .s_joinsostav {
    margin-top: 20px;
    width: 100%;
    background-image: url(../images/join_bg.png);
    background-position: center top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 160px;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    margin-bottom: 60px;
  }
  .s_joinsostav h2 {
    color: #fff;
    margin-bottom: 30px;
  }
  .s_joinsostav p {
    font-size: 16px;
    line-height: 26px;
    max-width: 560px;
  }
  .s_gridfour {
    margin: 20px auto;
    width: 100%;
    margin-top: -140px;
    height: auto;
    display: grid;
    grid-template-columns: calc(100% - 0px);
    grid-row: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .s_gridfour__box {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 45px 74px rgba(7, 56, 48, 0.2);
  }
  .s_gridfour__box span {
    color: #073830;
    background-color: #C6F956;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }
  .s_gridthree {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .s_gridthree__block {
    width: calc(100% - 0px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
  }
  .s_gridthree__block svg {
    display: block;
    margin-bottom: 20px;
  }
  .s_gridthreeimage {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .s_gridthreeimage__block {
    width: calc(100% - 0px);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 134%;
    position: relative;
    margin-bottom: 30px;
  }
  .s_gridthreeimage__block__content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-size: cover;
    background-position: right 40px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }
  .s_gridthreeimage__block svg {
    display: block;
    margin-bottom: 20px;
  }
  .s_banner {
    background-image: url("../images/vagon_bg_big.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 80px;
  }
  .s_banner .s_content {
    padding-right: 75px;
  }
  .s_banner h2 {
    font-size: 37px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .s_banner .btn {
    margin-top: 20px;
    display: block;
    float: none;
  }
  .s_banner .btn-red {
    background-color: #FF0000;
    letter-spacing: 0px;
    font-size: 22px;
  }
  .s_banner .btn-red:before {
    background-color: #FF0000;
  }
  .s_banner .btn-red:after {
    background-color: #FF0000;
  }
  .s_banner .btn-red:hover {
    color: #fff !important;
  }
  .s_banner .btn-red:focus {
    color: #fff !important;
  }
  .s_faq h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .a_faq {
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .a_faq__title {
    position: relative;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .a_faq__title h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }
  .a_faq__title a {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .a_faq__text {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 10px;
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-family: Raleway, Tahoma, sans-serif;
  }
  .a_faq__text.active {
    display: block;
  }
  .js-faq_trigger {
    cursor: pointer;
  }
}
