@font-face {
  font-family: 'Open Sans';
  src: url('/css/fonts/Oregular/OpenSans-Regular.eot');
  src: url('/css/fonts/Oregular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/Oregular/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
       url('/css/fonts/Oregular/OpenSans-Regular.ttf') format('truetype'),
       url('/css/fonts/Oregular/OpenSans-Regular.woff') format('woff'),
       url('/css/fonts/Oregular/OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/css/fonts/Obold/OpenSans-Bold.eot');
  src: url('/css/fonts/Obold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/Obold/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
       url('/css/fonts/Obold/OpenSans-Bold.ttf') format('truetype'),
       url('/css/fonts/Obold/OpenSans-Bold.woff') format('woff'),
       url('/css/fonts/Obold/OpenSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}





img {
  display: block;
}


* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: #222222;
  /* background-color: #c4c4c4; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
}

body input, body textarea {
  outline: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

ul li{
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #222222;
  display: block;
}

::-webkit-input-placeholder {
  color: #222222;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

::-moz-placeholder {
  color: #222222;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

::-ms-input-placeholder {
  color: #222222;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

::-moz-placeholder {
  color: #222222;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

.container_header {
  width: 1430px;
  margin: 0 auto;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(77, 77, 77, 0.1);
          box-shadow: 0px 0px 15px rgba(77, 77, 77, 0.1);
}

.header_wrapper{
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header_links{
  width: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_link{
  font-family:'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header_link:hover{
  text-shadow: 0 0 0.75px #214D4F, 0 0 0.75px #214D4F;
}

.header_social{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header_social-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.header_social-block:last-child{
  margin-bottom: 0px;
}

.header_social-ico{
  width: 27px;
  height: 27px;
  margin-right: 30px;
}

.header_social-a{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  color: #333333;
}
.header_social-a:hover{
  text-decoration: underline !important;
  cursor: pointer !important;
}


/* SECTION Slider */

.section_slider{
  margin-top: 130px;
}

.section_slider-info{
  margin-right: 100px;
  width: 530px;
}

.slider_info-h1{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 40px;
  margin-top: 110px;
}

.info-btns{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 93px;
}

.info-btn-req{
  padding: 14px 30px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  background: -o-linear-gradient(126.93deg, #2C5CBA 28.29%, #4876CF 102.99%);
  background: linear-gradient(323.07deg, #2C5CBA 28.29%, #4876CF 102.99%);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  border: none;
  margin-right: 30px;
}

.info-btn-more{
  padding: 14px 30px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2C5CBA;
  cursor: pointer;
  border: 2px solid #2C5CBA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;

}

.section_slider-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.section_slider-desc{
  background: #F9F9F9;
  width: 645px;
  padding: 32px 60px;
}

.info_blue-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #2C5CBA;
  margin-bottom: 10px;
  padding-left: 30px;
}

.info_blue-desc{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #2C5CBA;
  padding-left: 30px;
}

.section_sliderMain{
  position: relative;
  width: 790px;
}

.arrows_mainSlider{
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #F2994A;
  z-index: 300;
}

.arrow_leftBlock{
  left: 0px;
}
.arrow_rightBlock{
  left: 100px;
}

.arrow_left{
  position: relative;
  left: 13px;
}

.arrow_right{
  position: relative;
  right: 15px;
}

/* .section_slide{
  width: 790px;
  height: 692px;
} */


/* SECTION ABOUT */

.container_main{
  width: 1062px;
  margin: 0 auto;
}

.section_about{
  margin-top: 100px;
}

.section_about-wrapper{
  width: 100%;
}

.sections_h2{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  color: #333333;
  padding-left: 30px;
  position: relative;
}

.sections_h2:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  height: 54px;
  background-color: #F2994A;
}

.sections_p{
  margin-top: 20px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

/* SECTION HOW */

.section_how{
  margin-top: 50px;
  margin-bottom: 50px;
}

.how-wrapper-video{
  width: 100%;
  height: 595px;
  background-color: #ffffff;
  margin-top: 40px;
}

.how-wrapper-video iframe{
  width: 100%;
  height: 100%;
}


/* SECTION ONLINE */

.section_online{
  margin-top: 50px;
  margin-bottom: 50px;
}

.section_onlineBlocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.section_onlineBlocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.online_block{
  width: 40px;
  height: 40px;
}

.online_block-img{
  width: 100%;
  height: 100%;
}

.online_block-line {
  width: 0px;
  height: 22px;
  border: 1px dashed #D3D3D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.onlineBlocks-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30px;
}

.onlineBlocks-p {
  margin-top: 7px;
  margin-bottom: 30px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
  color: #333333;
}

.onlineBlocks-info{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 97px;
}

.onlineBlocks-img{
  width: 616px;
  height: 420px;
}

.onlineBlocks-imgMain{
  display: block;
  width: 100%;
  height: 100%;
}

.onlineBlocks-nums{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


/* SECTION  CARTS*/

.section_infoBlocks{
  margin-top: 50px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_infoBlocks-wrapper{
  padding: 114px 0px 66px 0px;
}

.infoBlocks-carts{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.infoBlocks-cart{
  width: 300px;
  height: 160px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
          box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.infoBlocks_cart-p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  position: relative;
  top: -20px;
}

.infoBlocks_cart-img{
  position: relative;
  top: -40px;
  width: 100px;
  height: 100px;
}


/* SECTION CARTED */

.section_carts{
  margin-top: 50px;
  margin-bottom: 50px;
}

.carts_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 40px;
}

.carts_block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
          box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
  margin-bottom: 40px;
  height: 200px;
}

.carts_block-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carts_block:last-child{
  margin-bottom: 0px;
}

.carts_block-img{
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 20px;
}

.carts_block-div{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carts_block-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 10px;
}

.carts_block-desc{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.carts_block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
  position: relative;
  top: -40px;
}

/* SECTION DISP */

.section_disp{
  margin-top: 50px;
  margin-bottom: 50px;
}

.disp_blocks{
  margin-top: 46px;
}

.disp_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.disp_checks {
  width: 450px;
}


.disp_row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.disp_row-check{
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.disp_row-text{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
}

.disp_row + .disp_row{
  margin-top: 30px;
}

/* SECTION CARS */

.section_cars{
  margin-top: 50px;
  margin-bottom: 50px;
}

.cars_imgMain{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.cars_info-img{
  width: 545px;
  height: 288px;
  display: block;
}

.cars_block{
  position: relative;
  margin-top: 86px;
}

.cars_info-p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  padding: 7px 25px;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #222222;
}

.cars_left,
.cars_right{
  width: 200px;
}

.cars_left-p, .cars_right-p{
  position: relative;
}

.cars_left-p:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
  width: 4px;
  height: 40px;
  background: #F2994A;
}

.cars_right:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
  width: 4px;
  height: 40px;
  background: #F2994A;
}

.cart_main{
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(77, 77, 77, 0.1);
          box-shadow: 0px 0px 20px rgba(77, 77, 77, 0.1);
}

.cars_abs{
  position: absolute;
  top: 0;
  left: 40px;
}

.cars_yos{
  position: absolute;
  top: 120px;
  left: 0;
}
.cars_kvn {
  position: absolute;
  bottom: 0px;
  left: 40px;
}

.cars_vests {
  position: absolute;
  top: 0px;
  right: 60px;
}

.cars_beacon {
  position: absolute;
  top: 110px;
  right: 30px;
}

.cars_adr{
  position: absolute;
  bottom: 00px;
  right: 40px;
}

.cars_info-num{
  position: absolute;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  color: #F9F9F9;
  z-index: 300;
}

.cars_info-num-left {
  top: -50px;
  left: 0;
}
.cars_info-num-right {
  top: -50px;
  right: 0;
}

/* SECTION FORM */

.section_form{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section_form-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 83px 0px 111px 0px;

}

.form_title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.form_desc{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.form_inputs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.form_input{
  width: 300px;
  padding: 14px 20px;
  background-color: #fff;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
  border: none;
}

.form_input::-webkit-input-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.form_input::-moz-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.form_input:-ms-input-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.form_input::-ms-input-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.form_input::placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.form_btn{
  background: -o-linear-gradient(126.93deg, #2C5CBA 28.29%, #4876CF 102.99%);
  background: linear-gradient(323.07deg, #2C5CBA 28.29%, #4876CF 102.99%);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 14px 20px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}

.form_p{
  display: inherit;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #9A9A9A;
}

.form_a{
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #9A9A9A;
  text-decoration: underline;
}

/* SECTION SPEC */
.section_spec{
  margin-top: 100px;
}

.spec_carts{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.spec_cart{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
          box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.spec_cart-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.spec_person{
  width: 130px;
  height: 120px;
  margin-right: 40px;
}

.spec_header-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #0060AA;
}

.spec_person-info{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.person_info-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-transform: capitalize;
  color: #0060AA;
  margin-bottom: 10px;
  
}

.person_info-desc{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #9E9E9E;
}

.spec_cart-body{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.cart_body-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.cart_row-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart_row-phone{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cart_row-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 5px;
}

.cart_phone{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-transform: capitalize;
  color: #333333;
  margin-right: 10px;
}

.cart_phone:hover{
  text-decoration: underline;
}
.cart_row-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #333333;
}

.cart_row-span{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-transform: capitalize;
  color: #333333;
  
}

.cart_mail{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-transform: lowercase;
  color: #333333;
}

.cart_mail:hover{
  text-decoration: underline;
}

/* SECTION CONTACTS */

.section_contacts{
  margin-top: 100px;
}

.section_contacts-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts_h2{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}

.contacts_h3{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 10px;
}

.contacts_p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}

.contacts_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contacts_blocks-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contacts_blocks-row:first-child{
  margin-bottom: 63px;
}

.contacts_block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
}

.contacts_block-title{
  padding-bottom: 10px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.contacts_block-line{
  width: 140px;
  height: 2px;
  background: -o-linear-gradient(126.93deg, #2C5CBA 28.29%, #4876CF 102.99%);
  background: linear-gradient(323.07deg, #2C5CBA 28.29%, #4876CF 102.99%);
}

.contacts_block-p{
  padding-top: 10px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.contacts_block-link{
  padding-top: 10px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.contacts_block-link:hover{
  text-decoration: underline;
}

/* SECTION MAP */

.section_map{
  margin-top: 100px;
  width: 100%;
  height: 480px;
}

/* FOOTER */

.footer{
  width: 100%;
}

.footer_rowsWrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer_row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_logo{
  width: 394px;
  height: 86px;
}

.footer_links{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 550px;
}


.footer_social{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_social-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ww {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 80%;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.ww img {
  width: 47px;
  margin-right: 10px;
  height: 30px;
}

.ww p {
  font-size: 1.2em;
  color: #333333;
  text-decoration: none;
}

.ww:hover p {
  text-decoration: underline;
}

.footer_row-politics{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.politics_block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.politics_block-p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 20px;
}

.politics_a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #191919;
}

.politics_btn{
  padding: 14px 30px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  background: -o-linear-gradient(126.93deg, #2C5CBA 28.29%, #4876CF 102.99%);
  background: linear-gradient(323.07deg, #2C5CBA 28.29%, #4876CF 102.99%);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  border: none;
  height: 56px;
}




/* MODAL FORM */

.modal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2500;
}

.popup {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 130;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  text-align: center;
  cursor: default;
}

.popup_form,
.popup_yes {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  padding: 60px;
}


.closebtn {
  position: absolute;
  top: 48px;
  right: 43px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.modal_form-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_header-title{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #333333;
  margin-bottom: 20px;
}


.modal_header-desc{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}

.modal_form-inputs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.modal_input {
  padding: 13px 20px;
  width: 300px;
  border: 1px solid #2C5CBA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px 0px 0px 5px;
          border-radius: 5px 0px 0px 5px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.modal_input::-webkit-input-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.modal_input::-moz-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.modal_input:-ms-input-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.modal_input::-ms-input-placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.modal_input::placeholder{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #9E9E9E;
}

.modal_btn{
  padding: 14px 20px;
  cursor: pointer;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  border: none;
  background: -o-linear-gradient(126.93deg, #2C5CBA 28.29%, #4876CF 102.99%);
  background: linear-gradient(323.07deg, #2C5CBA 28.29%, #4876CF 102.99%);
}

.modal_form-p{
  display: contents;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #333333;
}

.modal_form-a{
  display: contents;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  text-decoration: underline;
}

.modal_send-img{
  width: 80px;
  height: 80px;
}

.modal_form-body{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


 /* COOKIE */


 .footer-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 7px 46px;
  border: 1px solid #2375AC;
  border-left: none;
  border-right: none;
  z-index: 300;
}

.footer-cookie-x {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
}

.footer-cookie-p {
  font-size: 12px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  margin-right: 20px;
  text-align: center;
}

.footer-cookie-a {
  font-size: 12px;
  color: #0F54A0;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.footer-cookie-sgl {
  font-family: 'Open Sans';
  background-color: transparent;
  color: green;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


/*  скролл */
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar{
    width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb{
  background: #F2994A
}

/* BURGER MENU */

.ham{
  position: absolute;
  top: 30px;
  left: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  z-index: 350;
  display: none;
}


.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamRotate180.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.line {
  fill:none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#333333;
  stroke-width:5.5;
  stroke-linecap:round;
}


/* MOBILE MENU */

.header_mobile-menu {
  background: #fff;
  z-index: 340;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  height: 440px;
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
  background: #FFFFFF;  
  -webkit-box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);  
          box-shadow: 0px 0px 40px rgba(77, 77, 77, 0.1);
}

.header-toggles {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.header_mobile{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 110px;
}

.header_logo-mobile{
  width: 232px;
  height: 60px;
  margin-bottom: 30px;
}

.header_links-mobile{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

/* ERROR PAGE */

.error_page-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 200px;
  padding-bottom: 250px;
}

.error_page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.error_page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 150%;
  color: #000;
}

.error_page-a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #4876CF;
  text-decoration: underline;
}

.info_blue-desc-mb {
  margin-bottom: 15px;
}

.info_blue-desc__tms {
  font-size: 17px;
}

.tms__link {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}