@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;
  background-image: none;
}
.fanid_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .fanid_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .fanid_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fanid_block__block {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fanid_block__block__step {
  font-size: 190px;
  line-height: 180px;
  color: #fff;
  font-family: dwm;
  -webkit-text-stroke: 1px #F4B4BF;
  text-shadow: -1px -1px 0 #F4B4BF, 1px -1px 0 #F4B4BF, -1px 1px 0 #F4B4BF, 1px 1px 0 #F4B4BF;
}
.fanid_block__block__text {
  text-align: left;
  line-height: 17px;
}
.fanid_block__block__image {
  width: 100%;
  height: 240px;
  background-size: contain;
  background-position: center center;
}
.fanid_block__block__left {
  font-size: 16px;
  color: #1F3E38;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: Bebas Neue, Arial, sans-serif;
  width: calc(100% - 125px);
}
.fanid_block__block__right {
  width: 125px;
}
.b_show_dt {
  display: block;
}
.t_header {
  display: block;
  max-width: 1600px;
  width: 100%;
  box-sizing: border-box;
  background-image: url("../images/bgheader.jpg?r=89");
  background-position: right bottom;
  background-size: cover;
  padding-top: 220px;
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  margin-top: -120px;
  filter: drop-shadow(0px 23px 100px rgba(0, 0, 0, 0.25));
  margin-bottom: 120px;
}
.t_header h1 {
  color: #fff;
  margin-bottom: 30px;
}
.t_header .page-header-buttons {
  margin-top: 30px;
}
.t_header .page-header-buttons a:hover {
  color: #ffffff;
}
.t_header .page-header-buttons .detail-share {
  display: inline-block;
  margin-left: 20px;
}
.t_content {
  display: block;
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.t_content h2 {
  color: #000000;
}
.t_content h3 a {
  color: #E33046;
}
.mainabout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainabout__block {
  min-height: 175px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 43px 100px rgba(7, 56, 48, 0.2);
  width: calc(33% - 20px);
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainabout__block a {
  color: #E33046;
  font-weight: bold;
}
.t_scheme {
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 60px;
  margin-top: 20px;
}
.t_scheme .t_content {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.t_rail {
  background-image: url("../images/scheme/railway.png?r=89");
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100vw;
  padding-top: 52%;
}
.t_rail .t_rlogo {
  position: absolute;
  bottom: -30px;
  left: 30px;
  background-image: url("../images/gosuslugi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13vw;
  height: 6vw;
}
.t_rail .t_hotline {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 1.5vw;
  font-family: Bebas Neue, Arial, sans-serif;
}
.t_rail .t_hotline span {
  font-size: 2.8vw;
  color: #e33046;
  font-family: Bebas Neue, Arial, sans-serif;
}
.t_rail .t_dot {
  position: absolute;
  left: 50%;
  background-image: url(../images/scheme/point.png?r=89);
  background-size: contain;
  width: 7vw;
  height: 5vw;
  background-repeat: no-repeat;
  z-index: 20;
  box-shadow: 0px 15px 24px rgba(7, 56, 48, 0.3);
  margin-left: -38vw;
  top: 51%;
  border-radius: 70%;
  background-color: #ffffff;
}
.t_rail .t_dot img {
  width: 4vw;
  position: absolute;
}
.t_rail .t_dot .t_line {
  position: absolute;
  border-right: 1px dotted #E33046;
  width: 1px;
  height: 8vw;
  left: 3.5vw;
  top: 3vw;
}
.t_rail .t_dot .t_block {
  position: absolute;
  left: -6vw;
  max-width: 18vw;
  width: 18vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #073830;
}
.t_rail .t_dot .t_block a {
  color: #E33046;
}
.t_rail .t_dot .t_block__left {
  font-size: 4vw;
  line-height: 4vw;
  font-family: dwm;
  text-transform: uppercase;
  font-weight: normal;
  width: 5vw;
  text-align: center;
}
.t_rail .t_dot .t_block__right {
  width: calc(100% - 5vw);
  font-size: 0.9vw;
}
.t_howto {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.t_howto__block {
  width: calc(25% - 20px);
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.2);
  height: 330px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 110px;
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 26px;
}
.t_howto__block a {
  color: #E33046;
}
.t_howto__block:nth-of-type(1) {
  background-image: url(../images/1.png?r=89);
}
.t_howto__block:nth-of-type(2) {
  background-image: url(../images/2.png?r=89);
}
.t_howto__block:nth-of-type(3) {
  background-image: url(../images/3.png?r=89);
}
.t_howto__block:nth-of-type(4) {
  background-image: url(../images/4.png?r=89);
}
.md_contactform {
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 220px;
  position: relative;
  margin-top: 80px;
  margin-bottom: -200px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/bgformbot.jpg?r=89");
  background-position: center bottom;
}
.md_contactform h1 {
  color: #111;
  text-align: center;
  margin-bottom: 20px;
}
.md_contactform__container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 40px;
  box-shadow: 0px 15px 54px rgba(7, 56, 48, 0.15);
}
.md_contactform__form {
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #fff;
}
.md_contactform__form p {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.md_contactform__header {
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
}
.md_contactform__header h2 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 43px;
}
.md_contactform .form-group {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  box-sizing: border-box;
}
.md_contactform .form-group:nth-of-type(5) {
  width: calc(100% - 20px);
}
.md_contactform .form-group .form-label {
  font-size: 16px;
}
.md_contactform .formtwo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.md_contactform .formtwo__block {
  width: calc(50% - 30px);
}
.md_contactform .md_center {
  text-align: center;
  padding-top: 40px;
}
.a_content {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.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: 20px;
  top: 10px;
}
.a_faq__text {
  width: 60%;
  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;
}
@media screen and (max-width: 1000px) {
  .a_content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .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__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;
  }
}
@media screen and (max-width: 1000px) {
  .b_show_dt {
    display: none;
  }
  .md_contactform {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
  }
  .md_contactform__header {
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .md_contactform__header h2 {
    margin-bottom: 0px;
  }
  .md_contactform h1 {
    color: #111;
    text-align: center;
    margin-bottom: 20px;
  }
  .md_contactform__container {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .md_contactform__form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    width: 100%;
  }
  .md_contactform__form p {
    font-size: 14px;
    font-weight: 500;
    color: #111;
  }
  .md_contactform__form .form-group {
    width: 100%;
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .md_contactform__form .form-group:nth-of-type(5) {
    width: 100%;
  }
  .md_contactform .formtwo {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .md_contactform .formtwo__block {
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }
  .md_contactform__form h3 {
    margin-bottom: 5px !important;
  }
  .md_contactform {
    background-image: none !important;
  }
  .t_howto {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }
  .t_howto__block {
    width: calc(100% - 0px);
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.2);
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .t_howto__block a {
    color: #E33046;
  }
  .t_howto__block:nth-of-type(1) {
    background-image: url(../images/1.png?r=89);
  }
  .t_howto__block:nth-of-type(2) {
    background-image: url(../images/2.png?r=89);
  }
  .t_howto__block:nth-of-type(3) {
    background-image: url(../images/3.png?r=89);
  }
  .t_howto__block:nth-of-type(4) {
    background-image: url(../images/4.png?r=89);
  }
  .mainabout {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .mainabout__block {
    min-height: 175px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 43px 100px rgba(7, 56, 48, 0.2);
    width: calc(100% - 0px);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .mainabout__block a {
    color: #E33046;
    font-weight: bold;
  }
  .t_header {
    display: block;
    max-width: 1600px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/bgheader.png?r=89");
    background-position: -500px bottom;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 40px;
    min-height: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-top: -120px;
    filter: none;
    margin-bottom: 120px;
  }
  .t_header h1 {
    color: #fff;
    margin-bottom: 30px;
  }
  .t_header .page-header-buttons {
    margin-top: 30px;
  }
  .t_header .page-header-buttons a:hover {
    color: #ffffff;
  }
  .t_header .page-header-buttons .detail-share {
    display: inline-block;
    margin-left: 20px;
  }
  .t_scheme {
    filter: none;
  }
}
