.logo,
.main_btn,
.map_blocks,
.nav_list,
.nav_list li,
.scr2_video_block,
.scr3_links a,
.slick-dots li,
.spravka-single,
.st_scr_form,
.st_scr_text {
  vertical-align: top;
}
button,
button[type="submit"] {
  cursor: pointer;
}
button,
ul {
  padding: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
p,
ul {
  margin: 0;
}
.btn-center,
.my-modal-thanks {
  text-align: center;
}
.slick-initialized .slick-slide,
body :focus,
button,
input,
select {
  outline: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
input,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  border: none;
  background: 0 0;
}
.main_btn,
.my_modal_window {
  -webkit-border-radius: 5px;
  text-align: center;
}
html * {
  max-height: 1000000px;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.fixed {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
input.error {
  color: red !important;
}
input.error::-webkit-input-placeholder {
  color: red !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
input.error::-moz-placeholder {
  color: red !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
input.error:-moz-placeholder {
  color: red !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
input.error:-ms-input-placeholder {
  color: red !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.fancybox-inner {
  overflow: visible !important;
}
.container-fluid,
.item_img,
.main_page_wrapper {
  overflow: hidden;
}
.fancybox-close {
  width: 30px;
  height: 30px;
  background: url(../img/close.png) center no-repeat;
}
.fancybox-close:hover {
  background: url(../img/close-a.png) center no-repeat;
}
.h1,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
.my-modal-thanks {
  width: 300px;
  min-height: 115px;
  margin: auto;
  padding-right: 0 !important;
  border-bottom: 5px solid #ffa000;
  background: #fff;
  z-index: 9999;
  display: none;
  padding-top: 1px;
  padding-bottom: 30px;
}
.text_screen .h1,
.text_screen .h2,
.text_screen h1 {
  text-align: center;
  font-weight: 700;
}
.modal-thanks-h3 {
  color: #333;
  font-family: "Gotham Pro b";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 35px;
}
.modal-thanks-p,
.my_modal_window .h2,
.my_modal_window h2 {
  font-family: "Gotham Pro";
  text-align: center;
}
.modal-thanks-p {
  color: #333;
  font-size: 18px;
}
.my_modal_window {
  width: 350px;
  height: auto;
  padding: 30px 20px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 0 14px #000;
  box-shadow: 0 0 14px #000;
  border-radius: 5px;
}
.my_modal_window .h2,
.my_modal_window h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.logo p,
.my_modal_window .h2 b,
.my_modal_window h2 b {
  font-family: "Gotham Pro b";
  text-transform: uppercase;
}
.my_modal_window .h2 b,
.my_modal_window h2 b {
  font-weight: 400;
}
.my_modal_window input {
  margin-bottom: 10px;
}
.hidden_trigger {
  float: right;
  display: none;
  width: 35px;
  height: 30px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
}
.hidden_trigger:after,
.hidden_trigger:before {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  content: "";
}
.hidden_trigger:before {
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.hidden_trigger:after {
  bottom: 50%;
  margin-bottom: -2px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.slick-next,
.slick-next:focus,
.slick-prev,
.slick-prev:focus {
  background: rgba(0, 0, 0, 0.5);
}
.slick-next,
.slick-next:before,
.slick-prev,
.slick-prev:before {
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
}
.open_menu.hidden_trigger:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 2px;
  margin-bottom: -1px;
}
.open_menu.hidden_trigger:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 2px;
}
.hidden_trigger.open_menu {
  border-color: transparent;
}
.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-size: 0;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  left: 50%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.logo img,
.logo p {
  -webkit-transition: all 0.3s ease-in-out;
}
.slick-next:hover,
.slick-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}
.slick-next:hover:before,
.slick-prev:hover:before {
  border-color: #fff;
}
.slick-prev {
  left: 10px;
}
.slick-prev:before {
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  margin-left: 5px;
}
.slick-next {
  right: 10px;
}
.slick-next:before {
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  margin-left: -5px;
}
.slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.logo,
.logo p span,
.nav_list,
.nav_list li {
  display: inline-block;
}
.slick-dots li.slick-active button {
  background: #000;
}
.top_line {
  background: #f9f9f9;
  padding: 20px 10px 22px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}
.top_line.more {
  padding: 10px;
}
.top_line.more .logo img {
  max-width: 40px;
}
.top_line.more .logo p {
  left: 45px;
  bottom: 0;
}
.top_line.more .nav_list li a img {
  opacity: 0;
  visibility: hidden;
}
.top_line.more .nav_list li a {
  height: 45px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top_line.more .nav_list li a:hover {
  background: 0 0;
  color: #ff9800;
}
.logo {
  width: 235px;
  margin-left: 30px;
  border-right: 1px solid #e7e7e7;
  position: relative;
}
.logo img {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.logo p,
.nav_list li a {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.logo p {
  position: absolute;
  left: 63px;
  bottom: 5px;
  color: #ff9f00;
  font-size: 14px;
}
.nav_list li a,
.nav_list li a img,
input {
  -webkit-transition: all 0.3s ease-in-out;
}
.logo p span {
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 10px;
  line-height: 10px;
  text-transform: none;
}
.nav_list li a span,
.scr2_video_block_btn,
.scr2_video_block_btn:before {
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.line_form .h3,
.line_form h3,
.map_block .h3,
.map_block h3,
.scr1_content .h2,
.scr1_content h2,
.scr1_scheme p b,
.screen2 .h2,
.screen2 h2,
.screen3 .h2,
.screen3 h2 {
  text-transform: uppercase;
  line-height: 1.2;
}
.nav_list {
  float: right;
  margin-right: 120px;
  font-size: 0;
}
.nav_list li {
  list-style: none;
  margin-right: 75px;
}
.nav_list li:last-child {
  margin-right: 0;
}
.nav_list li a {
  display: block;
  width: 82px;
  height: 82px;
  -webkit-border-radius: 41px;
  border-radius: 41px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px dashed rgba(255, 143, 0, 0.4);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  color: #ff9800;
  font-family: "Gotham Pro m", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
.nav_list li a img,
input {
  transition: all 0.3s ease-in-out;
}
.nav_list li a span {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.nav_list li a img,
.scr4_img1 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.nav_list li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
}
.nav_list li a:hover {
  background-color: rgba(255, 143, 0, 0.6);
  border: 1px dashed rgba(225, 126, 0, 0.6);
  color: #fff;
}
.screen1 {
  background: url(../img/bg1.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 10px 140px;
  position: relative;
}
.screen1:after {
  content: "";
  display: block;
  width: 1920px;
  height: 95px;
  background: url(../img/bg1-1.png) center bottom no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.line_form .h3:after,
.line_form h3:after,
.screen2:after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.scr1_content {
  padding-left: 30px;
  margin-bottom: 202px;
  position: relative;
}
.scr1_content .h2,
.scr1_content h2 {
  color: #fff;
  font-family: "Gotham Pro b", Arial, sans-serif;
  font-size: 41px;
  line-height: 50px;
  position: relative;
}
.scr1_content .h2 b,
.scr1_content h2 b {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
}
.scr1_content .h2:after,
.scr1_content h2:after {
  content: "";
  display: block;
  width: 343px;
  height: 6px;
  background: url(../img/f2.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
}
input.form_input_name,
input.form_input_phone {
  background-position: 29px center;
  background-repeat: no-repeat;
}
.spravka-single {
  display: inline-block;
  max-width: 320px;
}
.description-photo {
  float: left;
  max-width: 500px;
  margin: 0 30px 20px 0;
}
.scr1_scheme {
  position: absolute;
  right: 30px;
  top: -133px;
}
.scr1_scheme p {
  color: #333;
  font-family: "Gotham Pro m";
  font-size: 16px;
  position: absolute;
}
.scr1_scheme p b {
  font-weight: 400;
}
.scr1_scheme p.sch_1 {
  left: 295px;
  top: 58px;
}
.scr1_scheme p.sch_2 {
  left: 310px;
  top: 145px;
}
.scr1_scheme p.sch_3 {
  right: 80px;
  bottom: 125px;
}
input {
  width: 100%;
  height: 55px;
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding-left: 55px;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #999;
  font-family: "Gotham Pro";
  font-size: 14px;
}
input:focus {
  background-color: #fff;
  border: 1px solid #fff3df;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.form_input_name {
  background-image: url(../img/man.png);
}
input.form_input_phone {
  background-image: url(../img/phone.png);
}
.scr1_form_wrapper {
  position: relative;
}
.scr1_form_wrapper .line_form {
  position: absolute;
  left: 0;
  top: 0;
}
.line_form {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1.4px 1.4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: -1.4px 1.4px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 55px 15px;
  width: 100%;
  z-index: 1;
  font-size: 0;
}
.line_form .h3,
.line_form h3 {
  font-family: "Gotham Pro l";
  font-size: 35px;
  color: #333;
  margin-bottom: 35px;
  position: relative;
}
.line_form .h3 b,
.line_form h3 b {
  color: #ffa000;
  font-family: "Gotham Pro b";
}
.main_btn,
.main_btn:focus,
.main_btn:hover {
  color: #fff;
}
.line_form .h3:after,
.line_form h3:after {
  content: "";
  display: block;
  width: 174px;
  height: 6px;
  background: url(../img/f1.png) center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}
.line_form input {
  display: inline-block;
  max-width: 350px;
  margin-right: 30px;
}
.line_form .main_btn {
  max-width: 350px;
}
.main_btn {
  display: inline-block;
  width: 100%;
  height: 55px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffa000),
    to(#fb8c00)
  );
  background-image: -webkit-linear-gradient(bottom, #ffa000 0, #fb8c00 100%);
  background-image: -o-linear-gradient(bottom, #ffa000 0, #fb8c00 100%);
  background-image: linear-gradient(to top, #ffa000 0, #fb8c00 100%);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(218, 110, 0, 0.45),
    inset 0 -2px 4px rgba(210, 132, 0, 0.5);
  box-shadow: 0 10px 25px rgba(218, 110, 0, 0.45),
    inset 0 -2px 4px rgba(210, 132, 0, 0.5);
  position: relative;
  font-family: "Gotham Pro m";
  font-size: 18px;
  line-height: 55px;
}
.main_btn:before,
.scr3_links a:before {
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  top: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffa000),
    to(#ffd54f)
  );
  transition: all 0.3s ease-in-out;
  content: "";
  background-image: -webkit-linear-gradient(bottom, #ffa000 0, #ffd54f 100%);
  -o-transition: all 0.3s ease-in-out;
  background-image: -o-linear-gradient(bottom, #ffa000 0, #ffd54f 100%);
  -ms-transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to top, #ffa000 0, #ffd54f 100%);
  -moz-transition: all 0.3s ease-in-out;
}
.main_btn:before {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -2px 4px rgba(210, 132, 0, 0.5);
  box-shadow: inset 0 -2px 4px rgba(210, 132, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.screen2 .h2:after,
.screen2 h2:after,
.screen2:after {
  content: "";
  display: block;
  left: 50%;
}
.main_btn:hover:before {
  opacity: 0;
}
.screen2 .h2,
.screen2 .h5,
.screen2 h2,
.screen2 h5,
.screen3 .h2,
.screen3 h2 {
  color: #333;
  text-align: center;
  line-height: 1.2;
}
.st_scr_text p.h2 {
  font-family: "Gotham Pro m", Arial, sans-serif;
}
.main_btn span {
  position: relative;
  z-index: 1;
}
.screen2 {
  background: #f5f5f5;
  padding: 188px 10px 90px;
  text-align: center;
  position: relative;
}
.screen2:after {
  width: 1920px;
  height: 111px;
  position: absolute;
  background: url(../img/bg2-1.png) center bottom no-repeat;
  transform: translateX(-50%);
  bottom: 0;
}
.screen2 .h2,
.screen2 h2 {
  font-family: "Gotham Pro l";
  font-size: 35px;
  margin-bottom: 14px;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.screen2 .h2 b,
.screen2 h2 b {
  font-family: "Gotham Pro b";
}
.screen2 .h2:after,
.screen2 h2:after {
  width: 174px;
  height: 6px;
  background: url(../img/f1.png) center no-repeat;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -7px;
}
.scr2_video_block_btn,
.scr2_video_block_btn:before {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
.screen2 .h5,
.screen2 h5 {
  font-family: "Gotham Pro";
  font-size: 20px;
  margin-bottom: 35px;
}
.scr2_video_block {
  position: relative;
  z-index: 2;
  font-size: 0;
  display: inline-block;
  border: 17px solid #eae9e7;
}
.scr2_video_block:after,
.scr2_video_block:before,
.scr2_video_block_btn:after,
.scr2_video_block_btn:before,
.screen3 .h2:after,
.screen3 h2:after {
  display: block;
  content: "";
}
.scr2_video_block:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.scr2_video_block:after {
  width: -webkit-calc(100% + 84px);
  width: calc(100% + 84px);
  height: -webkit-calc(100% + 84px);
  height: calc(100% + 84px);
  border: 25px solid #ffa000;
  position: absolute;
  left: -42px;
  top: -42px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.video_wrapper {
  position: relative;
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
}
.vgr {
  position: absolute;
}
.vgr_1 {
  top: -115px;
  left: -403px;
}
.vgr_2 {
  top: 40px;
  left: -258px;
}
.vgr_3 {
  top: -105px;
  right: -380px;
}
.vgr_4 {
  top: -66px;
  right: -310px;
}
.promo-video {
  border: 25px solid #ffa000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.promo-video__frame {
  display: block;
  width: 100%;
  height: 517px;
  border: 18px solid #eae9e7;
}
@media screen and (max-width: 900px) {
  .promo-video {
    border: 15px solid #ffa000;
  }
  .promo-video__frame {
    height: 400px;
    border: 8px solid #eae9e7;
  }
}
@media screen and (max-width: 700px) {
  .promo-video {
    border: 15px solid #ffa000;
  }
  .promo-video__frame {
    height: 300px;
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .promo-video {
    border: 10px solid #ffa000;
  }
  .promo-video__frame {
    height: 240px;
  }
}
.screen3 {
  background: #fff;
  padding: 62px 10px 0;
  position: relative;
}
.screen3 .h2,
.screen3 h2 {
  font-family: "Gotham Pro l";
  font-size: 35px;
  margin-bottom: 44px;
  line-height: 1.2;
  position: relative;
}
.screen3 .h2 b,
.screen3 h2 b {
  font-family: "Gotham Pro b";
  color: #ffa000;
}
.screen3 .h2:after,
.screen3 h2:after {
  width: 174px;
  height: 6px;
  background: url(../img/f1.png) center no-repeat;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
}
.scr3_links {
  font-size: 0;
  margin-bottom: 50px;
  text-align: center;
}
.scr3_links a {
  display: inline-block;
  width: 255px;
  height: 50px;
  line-height: 48px;
  margin-right: 30px;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -2px 4px rgba(142, 142, 142, 0.5);
  box-shadow: inset 0 -2px 4px rgba(142, 142, 142, 0.5);
  color: #666;
  font-family: "Gotham Pro";
  font-size: 16px;
  text-align: center;
  position: relative;
}
.item_block,
.item_img {
  background-color: #fff;
}
.scr3_links a:before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -2px 4px rgba(205, 133, 3, 0.5);
  box-shadow: inset 0 -2px 4px rgba(205, 133, 3, 0.5);
  position: absolute;
  left: 0;
  opacity: 0;
}
.item_block,
.item_img,
.item_title_block {
  display: inline-block;
  vertical-align: top;
}
.scr3_links a span {
  position: relative;
  z-index: 1;
}
.scr3_links a:last-child {
  margin-right: 0;
}
.scr3_links a.active {
  color: #fff;
}
.scr3_links a.active:before {
  opacity: 1;
}
.item_blocks {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.item_block {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 25px;
  margin: 0 15px 43px;
  width: 350px;
}
.item_block .main_btn {
  width: 100%;
}
.item_block_txt {
  margin-bottom: 27px;
  color: #333;
  font-family: "Gotham Pro l";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-right: 10px;
  min-height: 180px;
}
.item_block_top {
  font-size: 0;
  margin-bottom: 20px;
  text-align: left;
}
.item_img {
  width: 105px;
  height: 119px;
  border: 1px solid #efefef;
  position: relative;
}
.item_img img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.item_title_block {
  width: 100%;
  margin-left: -105px;
  padding-left: 120px;
  padding-top: 15px;
  min-height: 119px;
  position: relative;
}
.item_title_block:after,
.map_block .h3:after,
.map_block h3:after,
.screen4:before {
  display: block;
  content: "";
}
.item_title_block:after {
  width: 165px;
  height: 1px;
  opacity: 0.43;
  background-color: #ffd24a;
  position: absolute;
  right: 0;
  bottom: 0;
}
.item_title_block .h3,
.item_title_block h3 {
  color: #333;
  font-family: "Gotham Pro b";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 23px;
}
.item_title_block .h3 a,
.item_title_block h3 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.item_title_block p {
  font-family: "Gotham Pro l";
  line-height: 16px;
  color: #999;
  font-size: 16px;
}
.item_title_block p b {
  color: #ffa000;
  font-size: 20px;
  font-family: "Gotham Pro b";
  font-weight: 400;
}
.map_block .h3,
.map_block h3,
.screen4 .line_form .h5,
.screen4 .line_form h5 {
  font-family: "Gotham Pro l";
}
.screen4 {
  padding: 275px 10px 129px;
  background: url(../img/bg4.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: -176px;
}
.screen4:before {
  width: 1920px;
  height: 131px;
  background: url(../img/bg4-1.png) center top no-repeat;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.screen4 .line_form {
  max-width: 1054px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
}
.scr4_img1,
.scr4_img2 {
  position: absolute;
  top: 50%;
}
.screen4 .line_form .h3,
.screen4 .line_form h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.screen4 .line_form .h3:after,
.screen4 .line_form h3:after {
  bottom: -15px;
}
.screen4 .line_form .h5,
.screen4 .line_form h5 {
  color: #999;
  font-size: 18px;
  margin-bottom: 25px;
}
.screen4 .line_form input {
  max-width: 540px;
}
.scr4_img1 {
  transform: translateY(-50%);
  left: -143px;
}
.scr4_img2 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -140px;
}
.map_block .h3:after,
.map_block h3:after,
.stat_titile_screen:before {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.map {
  height: 500px;
}
#map {
  width: 100%;
  height: 100%;
}
.map_block_wrapper {
  position: relative;
  z-index: 1;
}
.map_block {
  width: 403px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 47px 20px 50px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 85px;
}
.img-phone {
  display: inline-block;
  padding-left: 28px;
  vertical-align: middle;
}
.map_block .h3,
.map_block h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 45px;
  position: relative;
}
.map_block .h3 b,
.map_block h3 b {
  color: #ffa000;
  font-family: "Gotham Pro b";
}
.m_block,
.text_screen h4 {
  font-family: "Gotham Pro";
}
.map_block .h3:after,
.map_block h3:after {
  width: 174px;
  height: 6px;
  background: url(../img/f1.png) center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}
.map_blocks {
  display: inline-block;
  text-align: left;
}
.m_block {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
}
.m_block img {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m_block:last-child {
  margin-bottom: 0;
}
.text_screen .h1,
.text_screen h1,
.text_screen h4 {
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
.copy_right {
  background-color: #000;
  text-align: center;
  color: #999;
  font-family: "Gotham Pro l";
  font-size: 12px;
  padding: 18px 10px;
}
.text_screen {
  padding: 20px 0 60px;
}
.text_screen + .screen4 {
  margin-top: 0;
}
.text_screen .h1,
.text_screen h1 {
  font-family: "Gotham Pro b";
  font-size: 35px;
  line-height: 1.2;
  color: #333;
}
.text_screen .h2,
.text_screen .h3,
.text_screen h2,
.text_screen h3 {
  font-family: "Gotham Pro l";
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.2;
}
.text_screen .h1 b,
.text_screen h1 b {
  font-weight: 400;
  color: #ffa000;
}
.text_screen .h2,
.text_screen h2 {
  font-size: 35px;
  color: #333;
  line-height: 1.2;
}
.text_screen .h2 b,
.text_screen h2 b {
  font-weight: 400;
  color: #ffa000;
}
.text_screen .h3,
.text_screen h3 {
  font-size: 30px;
  color: #333;
}
.text_screen .h3 b,
.text_screen h3 b {
  font-weight: 400;
  color: #ffa000;
}
.text_screen h4 {
  font-size: 25px;
  color: #333;
}
.text_screen h5,
.text_screen h6 {
  margin-bottom: 20px;
  font-family: "Gotham Pro";
  margin-top: 0;
  text-transform: uppercase;
}
.text_screen h4 b {
  font-weight: 400;
  color: #ffa000;
}
.text_screen h5 {
  font-size: 20px;
  color: #333;
}
.text_screen h5 b {
  font-weight: 400;
  color: #ffa000;
}
.text_screen h6 {
  font-size: 18px;
  color: #333;
}
.text_screen h6 b {
  font-weight: 400;
  color: #ffa000;
}
.text_screen p {
  font-family: "Gotham Pro";
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
.text_screen p b {
  font-weight: 400;
  font-family: "Gotham Pro b", Arial, sans-serif;
}
.stat_screen_content ul li,
.text_screen a,
.text_screen ul li {
  font-family: "Gotham Pro", Arial, sans-serif;
  font-size: 16px;
}
.text_screen a {
  color: #337ab7;
  text-decoration: underline;
}
.stat_screen_content ul,
.text_screen ul {
  margin-bottom: 15px;
  counter-reset: myCounter;
}
.stat_screen_content ul li,
.text_screen ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  color: #333;
  margin-bottom: 5px;
}
.stat_screen_content ul li:last-child,
.text_screen ul li:last-child {
  margin-bottom: 0;
}
.stat_screen_content ul li b,
.text_screen ul li b {
  font-weight: 400;
  font-family: "Gotham Pro b";
}
.text_screen ol li,
.text_screen ol li:before {
  font-family: "Gotham Pro";
  font-size: 16px;
  color: #392f2d;
}
.stat_screen_content ul li:before,
.text_screen ul li:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border-radius: 50%;
  background: #ffa000;
  vertical-align: middle;
}
.text_screen ol {
  margin-bottom: 15px;
  padding: 0;
}
.text_screen ol li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.text_screen ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.stat_titile_screen .h2:after,
.stat_titile_screen h2:after,
.stat_titile_screen:before {
  content: "";
  left: 50%;
  display: block;
}
.first_screen {
  padding-top: 150px;
}
.stat_titile_screen {
  background: url(../img/st_bg.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 200px 0 105px;
  position: relative;
}
.stat_titile_screen:before {
  width: 1920px;
  height: 92px;
  background: url(../img/bg_title.png) center bottom no-repeat;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
}
.stat_titile_screen .h2,
.stat_titile_screen h2 {
  text-align: center;
  color: #fff;
  font-family: "Gotham Pro b";
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.h2,
.st_scr_text p,
.stat_screen .h1,
.stat_screen h1 {
  font-family: "Gotham Pro";
  color: #333;
}
.stat_titile_screen .h2:after,
.stat_titile_screen h2:after {
  width: 343px;
  height: 6px;
  background: url(../img/f3.png) center no-repeat;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
}
.st_scr_form_block .h3:after,
.st_scr_form_block h3:after,
.stat_screen .h1:before,
.stat_screen h1:before {
  content: "";
  bottom: -20px;
}
.stat_screen {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fafafa),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #fff 100%);
  background-image: linear-gradient(to bottom, #fafafa 0, #fff 100%);
  padding: 45px 0 80px;
}
.stat_screen + .screen4 {
  margin-top: 0;
}
.h2,
.stat_screen .h1,
.stat_screen h1 {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 auto 50px;
  position: relative;
  width: 100%;
  line-height: 1.2;
  max-width: 1110px;
}
.h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 17px;
}
.stat_screen .h1:before,
.stat_screen h1:before {
  display: block;
  width: 90px;
  height: 6px;
  background: url(../img/f4.png) center no-repeat;
  position: absolute;
  left: 0;
}
.stat_screen_content {
  font-size: 0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.st_scr_text {
  display: inline-block;
  width: -webkit-calc(100% - 390px);
  width: calc(100% - 390px);
  padding-right: 25px;
}
.st_scr_text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.st_scr_text p b,
.st_scr_text p strong {
  font-family: "Gotham Pro m";
  font-weight: 400;
}
.st_scr_text p b {
  color: #333;
}
.st_scr_text p strong {
  color: #ff9800;
}
.st_scr_text p img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.st_scr_text p i {
  display: inline-block;
  width: 25px;
}
.st_scr_text p i img {
  float: none;
  margin: 0;
}
.st_scr_form {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  float: right;
}
.st_scr_price {
  width: 100%;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 45px 10px 45px 94px;
  position: relative;
  margin-bottom: 40px;
}
.st_scr_price > img {
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.st_scr_price p {
  font-family: "Gotham Pro";
  line-height: 28px;
  color: #333;
  font-size: 24px;
}
.st_scr_price p b {
  color: #ffa000;
  font-size: 35px;
  font-family: "Gotham Pro b";
}
.st_scr_form_block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1.4px 1.4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: -1.4px 1.4px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 45px 34px 49px;
}
.st_scr_form_block textarea {
  width: 100%;
  resize: none;
  height: 100px;
  background: url(../img/mail.png) 20px 14px no-repeat #f9f9f9;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 10px 10px 10px 50px;
  color: #999;
  font-family: "Gotham Pro";
  font-size: 14px;
  margin-bottom: 15px;
}
.st_scr_form_block input {
  padding-left: 50px;
  background-position: 20px center;
  margin-bottom: 15px;
}
.st_scr_form_block .h3,
.st_scr_form_block h3 {
  font-family: "Gotham Pro";
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
.st_scr_form_block .h3:after,
.st_scr_form_block h3:after {
  display: block;
  background: url(../img/f5.png) center no-repeat;
  width: 174px;
  height: 6px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.st_scr_form_block .h3 b,
.st_scr_form_block h3 b {
  font-weight: 400;
  font-family: "Gotham Pro b";
  color: #ffa000;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .nav_list {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1199px) {
  .nav_list {
    margin-right: 0;
  }
  .nav_list li {
    margin-right: 55px;
  }
  .line_form input,
  .scr3_links a {
    margin-right: 15px;
  }
  .scr1_scheme {
    right: -25px;
    top: -120px;
  }
  .scr1_scheme img {
    max-width: 650px;
  }
  .scr1_scheme p.sch_1 {
    left: 255px;
    top: 35px;
  }
  .scr1_scheme p.sch_2 {
    left: 250px;
    top: 135px;
  }
  .scr1_scheme p.sch_3 {
    right: 45px;
    bottom: 105px;
  }
  .scr1_content {
    margin-bottom: 160px;
  }
  .line_form {
    padding: 35px 15px;
  }
  .line_form .main_btn,
  .line_form input {
    max-width: 290px;
  }
  .screen2 {
    padding-top: 150px;
  }
  .screen3 {
    padding-top: 50px;
  }
  .scr3_links a {
    width: 225px;
  }
  .item_block {
    margin: 0 10px 25px;
    width: 300px;
    padding: 10px 10px 15px;
  }
  .item_title_block {
    padding-left: 115px;
  }
  .item_title_block .h3,
  .item_title_block h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .item_title_block p {
    font-size: 14px;
  }
  .item_title_block p b {
    font-size: 16px;
  }
  .screen4 {
    margin-top: -155px;
    padding-top: 225px;
    padding-bottom: 110px;
  }
  .screen4 .line_form {
    max-width: 800px;
  }
  .map {
    height: 450px;
  }
  .map_block {
    top: 65px;
  }
  .scr2_video_block img {
    max-width: 100%;
  }
  .video_wrapper {
    max-width: 660px;
  }
  .st_scr_text p > img {
    max-width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .top_line {
    padding: 10px;
  }
  .nav_list {
    float: none;
    width: 100%;
    padding: 20px 10px 10px;
    display: none;
  }
  .nav_list li {
    display: block;
    margin: 0 0 10px;
  }
  .nav_list li a {
    width: 100%;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    text-align: left;
    padding-left: 40px;
    line-height: 50px;
  }
  .nav_list li a:hover {
    background: 0 0;
    color: #ff9800;
    border: none;
  }
  .nav_list li a span {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .nav_list li a img {
    max-height: 50px;
    left: 0;
  }
  .logo {
    margin-left: 0;
    border-right: none;
  }
  .logo img {
    max-width: 40px;
  }
  .logo p {
    bottom: 0;
    left: 40px;
  }
  .hidden_trigger {
    display: inline-block;
    vertical-align: top;
    border-color: #f37d13;
    margin-top: 6px;
    margin-right: 0;
  }
  .scr4_img1,
  .scr4_img2,
  .vgr {
    display: none;
  }
  .hidden_trigger:after,
  .hidden_trigger:before {
    background: #f37d13;
  }
  .screen1 {
    padding-top: 120px;
    text-align: center;
  }
  .screen1 h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .screen1 h2 b {
    font-size: 44px;
  }
  .screen1 h2:after {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .map_block,
  .scr1_scheme {
    position: relative;
    left: 0;
    top: 0;
  }
  .scr1_scheme {
    right: auto;
    max-width: 650px;
    margin: 0 auto;
  }
  .scr1_content {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .line_form .main_btn,
  .line_form input {
    max-width: 225px;
  }
  .line_form .h3,
  .line_form h3 {
    font-size: 26px;
  }
  .screen2 {
    padding-top: 110px;
  }
  .scr3_links a {
    width: 170px;
  }
  .screen4 .line_form input {
    max-width: 450px;
  }
  .screen4 .line_form {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .screen4 {
    padding-top: 190px;
    padding-bottom: 60px;
  }
  .map_block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .map_block .h3,
  .map_block h3 {
    margin-bottom: 30px;
  }
  .m_block {
    margin-bottom: 5px;
  }
  .map {
    height: auto;
  }
  #map {
    height: 250px;
  }
  .first_screen {
    padding-top: 90px;
  }
  .st_scr_text {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .st_scr_form {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .stat_titile_screen {
    padding-top: 100px;
  }
  .stat_titile_screen .h2,
  .stat_titile_screen h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .screen2,
  .screen4 {
    padding-top: 60px;
  }
  .scr1_scheme {
    max-width: 575px;
  }
  .scr1_scheme img {
    max-width: 100%;
  }
  .scr1_scheme p {
    font-size: 14px;
  }
  .scr1_scheme p.sch_1 {
    left: 140px;
    top: 7px;
  }
  .scr1_scheme p.sch_2 {
    left: 225px;
    top: 120px;
  }
  .scr1_scheme p.sch_3 {
    bottom: 90px;
  }
  .line_form .main_btn,
  .line_form input {
    display: block;
    max-width: 290px;
    margin: 0 auto 10px;
  }
  .scr1_form_wrapper .line_form {
    max-width: 450px;
    position: relative;
    left: 0;
    margin: 0 auto;
    top: 0;
  }
  .screen1:after,
  .screen2:after,
  .screen4:before {
    display: none;
  }
  .screen1 {
    padding-bottom: 60px;
  }
  .line_form .h3,
  .line_form h3,
  .map_block .h3,
  .map_block h3,
  .screen2 .h2,
  .screen2 h2,
  .screen3 .h2,
  .screen3 h2,
  .screen4 .line_form .h3,
  .screen4 .line_form h3,
  .text_screen .h1,
  .text_screen h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .line_form .h3:after,
  .line_form h3:after,
  .map_block .h3:after,
  .map_block h3:after,
  .screen2 .h2:after,
  .screen2 h2:after,
  .screen3 .h2:after,
  .screen3 h2:after,
  .screen4 .line_form .h3:after,
  .screen4 .line_form h3:after {
    bottom: -20px;
  }
  .scr3_links a,
  .scr3_links a:last-child {
    margin: 0 10px 20px;
    width: 180px;
  }
  .scr3_links {
    margin-bottom: 15px;
  }
  .screen4 {
    margin-top: 0;
  }
  .screen3 {
    padding-bottom: 40px;
  }
  .screen4 .line_form input {
    max-width: 290px;
  }
  .text_screen {
    padding-left: 10px;
    padding-right: 10px;
  }
  .st_scr_text {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .scr2_video_block:after,
  .stat_screen .h1:before,
  .stat_screen h1:before {
    display: none;
  }
  .screen2,
  .stat_screen {
    padding-bottom: 60px;
  }
  .scr1_scheme {
    max-width: 400px;
  }
  .scr1_scheme p.sch_1 {
    left: 60px;
    top: -2px;
  }
  .scr1_scheme p.sch_3 {
    bottom: 30px;
    right: 15px;
  }
  .scr1_scheme p.sch_2 {
    left: 265px;
    top: 127px;
  }
  .screen1 {
    padding-top: 100px;
  }
  .screen1 h2 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 36px;
  }
  .screen1 h2 b {
    font-size: 38px;
  }
  .scr2_video_block {
    border-color: #ffa000;
  }
  .screen2 .h5,
  .screen2 h5 {
    margin-bottom: 35px;
  }
  .st_scr_text p > img {
    max-width: 40%;
  }
  .stat_titile_screen .h2,
  .stat_titile_screen h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .stat_screen .h1,
  .stat_screen h1 {
    text-align: center;
    font-size: 24px;
  }
  .st_scr_text p,
  .text_screen p {
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 430px) {
  .fancybox-close {
    right: 5px;
    top: -23px;
  }
  .my_modal_window {
    width: 100%;
    min-width: 305px;
  }
  .my_modal_window .header_form_h1 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media screen and (max-width: 420px) {
  .line_form .h3,
  .line_form h3,
  .map_block .h3,
  .map_block h3,
  .screen2 .h2,
  .screen2 h2,
  .screen3 .h2,
  .screen3 h2,
  .screen4 .line_form .h3,
  .screen4 .line_form h3,
  .text_screen .h1,
  .text_screen h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .scr2_video_block {
    border-width: 5px;
  }
  .item_block {
    width: 280px;
    margin: 0 5px 25px;
  }
  .scr1_scheme {
    max-width: 300px;
    margin-bottom: 60px;
  }
  .scr1_scheme p.sch_1 {
    left: 15px;
    top: -15px;
  }
  .scr1_scheme p.sch_2 {
    left: auto;
    right: 0;
    max-width: 140px;
    top: 115px;
  }
  .scr1_scheme p.sch_3 {
    bottom: -40px;
    right: auto;
    left: 15px;
  }
  .first_screen {
    padding-top: 75px;
  }
  .st_scr_text p > img {
    margin-bottom: 10px;
  }
  .st_scr_price {
    padding: 30px 10px 30px 94px;
  }
  .st_scr_form_block {
    padding: 25px 20px 45px;
  }
  .st_scr_form_block .h3 b,
  .st_scr_form_block h3 b {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .my_modal_window {
    min-width: 250px;
  }
}

.adv {
  border: 2px solid #ff9f00;
  padding: 20px 10px 10px;
  margin: 30px 0;
}
.adv h3 {
  text-align: center;
}
.advantages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.single-adv {
  width: 22%;
  min-width: 130px;
  text-align: center;
}
.single-adv img {
  max-width: 96%;
}
.st_scr_text h2,
h3,
h4 {
  font-size: 22px;
  line-height: 1.2;
  margin: 15px 0px;
  font-family: "Gotham Pro";
  text-transform: uppercase;
}

.st_scr_text ol li {
  list-style-type: decinimal;
  font-size: 16px;
  font-weight: 100;
  font-family: "Gotham Pro";
}
.st_scr_text p {
  margin: 10px 0;
}

.spravka-single {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .spravka-single {
    float: none !important;
    margin: 0px !important;
  }
}
