
@font-face {
  font-family: "Play";
  src: url("fonts/play/Play-Bold.eot");
  src: url("fonts/play/Play-Bold.eot?#iefix") format("embedded-opentype"), 
  url("fonts/play/Play-Bold.otf") format("opentype"), 
  url("fonts/play/Play-Bold.svg") format("svg"), 
  url("fonts/play/Play-Bold.ttf") format("truetype"), 
  url("fonts/play/Play-Bold.woff") format("woff"), 
  url("fonts/play/Play-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/rm/Roboto-Medium.eot");
  src: url("fonts/roboto/rm/Roboto-Medium.eot?#iefix") format("embedded-opentype"), 
  url("fonts/roboto/rm/Roboto-Medium.otf") format("opentype"), 
  url("fonts/roboto/rm/Roboto-Medium.svg") format("svg"), 
  url("fonts/roboto/rm/Roboto-Medium.ttf") format("truetype"), 
  url("fonts/roboto/rm/Roboto-Medium.woff") format("woff"), 
  url("fonts/roboto/rm/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/rl/Roboto-Light.eot");
  src: url("fonts/roboto/rl/Roboto-Light.eot?#iefix") format("embedded-opentype"), 
  url("fonts/roboto/rl/Roboto-Light.otf") format("opentype"), 
  url("fonts/roboto/rl/Roboto-Light.svg") format("svg"), 
  url("fonts/roboto/rl/Roboto-Light.ttf") format("truetype"), 
  url("fonts/roboto/rl/Roboto-Light.woff") format("woff"), 
  url("fonts/roboto/rl/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 10px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: #222222;
  background-color: #fff;
}

body input, body textarea {
  outline: none;
  font-family: 'roboto';
}

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;
}

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

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

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

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

.container{
  width: 1266px;
  margin: auto;
}


/* HEADER OPEN*/

.header{
  width: 100%;
  /* height: 100px; */
  background-color: #fff;
  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-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;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 580;
}

.header_wrapper{
  position: relative;
}

.header_img{
  width: 294px;
  height: 57px;
}

.header_info{
  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;
}

.header_geo{
  width: 200px;
  margin-right: 20px;
}

.header_geo-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.header_phone{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-right: 33px;
}

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

.header_btn{
  background: #3565AD;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  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;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header_btn:hover{
  background: #6588bd;
}

.header_rowMain{
  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;
  width: 100%;
  height: 100px;
}

.header_rowLinks{
  width: 100%;
  height: 100%;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 500;
  position: relative;
}

.header_secondRow{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  background-color: transparent;
}

.header_withBgc{
  background: #F2F2F2;
}

.header_links-a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-left: 70px;

  display: inline-block;
  line-height: 1.5;
  text-decoration:none;
  cursor: pointer;
  position:relative;
}


.header_links-a:after{
  background-color: #1A1A1A;
  display: block;
  content: '';
  height: 2px;
  width: 0%;
  left: 0%;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform:translateX(0%);
      -ms-transform:translateX(0%);
          transform:translateX(0%);
}

.header_links-a:hover:after,
.header_links-a:focus:after {
    width: 100%;
}

.header_links-drop{
  position: relative;
}



.header_links-dropdown{
  display: none;
  position: absolute;
  padding: 20px;
  top: 28px;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  background-color: #fff;
}

.header_linksDrop-a{
  margin-left: 0;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.header_linksDrop-a:hover{
  text-decoration: underline;
}

.header_links-drop:hover .header_links-dropdown{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container_none{
  margin-top: 0px;
  margin-bottom: 0px;
}
/* HEADER CLOSE */

/* SLIDER OPEN */

.section_slider{
  width: 100%;
  height: 850px;
  position: relative;
  top: -70px;
}

.slider_item{
  width: 100%;
  height: 850px;
  position: relative;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 500;
}

.slider_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, .8);
  z-index: 490;
  display: none;
}

.slide_info{
  position: relative;
  top: 0px;
  z-index: 500;
}

.slider_item-title{
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 37px;
}

.slider_item-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  width: 460px;
  margin-bottom: 60px;
  
}

.slider_item-btn{
  
  padding: 10px 40px;
  background-color: inherit;
  border: 2px solid #3565AD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #3565AD;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider_item-btn:hover{
  background-color: #3565AD;
  color: #fff;
}

.slider_wrapper{
  position: relative;
  z-index: 400;
}

.arrowsSlider{
  position: absolute;
  bottom: 50px;
  left: 100px;
  cursor: pointer;
}

.arrowsSlider_prev{
  left: 10%;
}

.arrowsSlider_next{
  left: 15%;
}

.owl-dots{
  padding: 0;
  margin: 0;
  width: 1450px;
  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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 78px;
  background: #333333;
  border-radius: 5px;
  position: absolute;
  z-index: 500;
  
}

.owl-dot{
  text-decoration: none;
  margin-top: -10px;
}

.owl-dot .active{
  text-decoration: underline;
}

.dots_p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  /* text-decoration-line: underline; */
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.owl-dot.active  .dots_p{
  text-decoration: underline;
}

/* SLIDER CLOSE */

/* SECTION STAT OPEN */

.section_stat{
  margin-top: 120px;
}

.section_stat-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}

.stat_block{
  width: 300px;
  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;
}

.stat_ico{
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 55px;
}

.stat_title{
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  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;
  color: #333333;
}

.stat_text{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  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;
  text-align: center;
  color: #000000;
}

/* SECTION STAT CLOSE */

.section_form{
  margin-top: 140px;
  background-position-x: right;
  background-repeat: no-repeat;
  position: relative;
}

.section_form-wrapper{
  padding-top: 40px;
  padding-bottom: 34px;
  position: relative;
}

.form_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, .5);
  z-index: 499;
  display: none;
}

.sections_h1{
  position: relative;
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  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;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sections_h2{
  position: relative;
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  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;
  color: #333333;
  position: relative;
  z-index: 500;
}

.section_form-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  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;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
  position: relative;
  z-index: 500;
}

.section_formMain{
  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;
  position: relative;
  z-index: 500;
}

.input_name,
.input_phone{
  width: 398px;
  padding: 18px 0px;
  border: none;
  border-bottom: 1px solid #333333;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  background-color: transparent;
}


.form_input::-webkit-input-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}


.form_input::-moz-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}


.form_input:-ms-input-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}


.form_input::-ms-input-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}


.form_input::placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.form_captcha{
  margin-top: 54px;
  margin-right: 42px;
  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;
}

.input_code{
  width: 206px;
  padding: 11px 20px;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 42px;
  text-align: center;
  
}

.input_code::-webkit-input-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
}

.input_code::-moz-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
}

.input_code:-ms-input-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
}

.input_code::-ms-input-placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
}

.input_code::placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
}

.code_col{
  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;
}

.code_col-input{
  position: relative;
  margin-bottom: 22px;
}


.sec_code{
  width: 206px;
  height: 40px;
  text-align: center;
 
}


.sec_code-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background-color: #828282; */
}

.refresh_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;
}
  
.refresh_img{
  width: 32px;
  height: 32px;
  margin-right: 13px;
}

.refresh_captcha{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0B37AA;
  cursor: pointer;
}

.form_sendBlock{
  margin-top: 58px;
  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;
}

.btn_submit{
  padding: 10px 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background: #3565AD;
  border-radius: 5px;
  margin-right: 45px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: none;
  border: 1px solid #3565AD;
}

.btn_submit:hover{
  background-color: #fff;
  color: #3565AD;
  border: 1px solid #3565AD;
}

.form_sendBlock-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  text-align: left;
}
.form_sendBlock-a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  text-decoration: underline;
}

/* SECTION ABOUT */

.section_about{
  margin-top: 120px;
}

.sections_circles{
  position: relative;
  margin-bottom: 40px;
}

.sections_circle{
  width: 82px;
  height: 82px;
  background: #DFF0FE;
  position: absolute;
  top: -20px;
  left: -25px;
  border-radius: 50%;
}

.about_blockInfo{
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.about_block{
  width: 100%;
  margin-right: 30px;
}

.about_block-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  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;
  color: #000000;
  margin-bottom: 40px;
}

.about_img{
  width: 144px;
  height: 34px;
  display: block;
}

.about_more{
  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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 143px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 2px solid #3565AD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}

.about_more-drop{
  display: none;
}

.about_more-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  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;
  color: #3565AD;
  margin-right: 10px;

}

.about_more-arrow{
  width: 13px;
  height: 6.5px;
}

.about_company{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  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;
  color: #000000;
  margin-top: 15px;
}

/* SECTION PARTNERS */

.section_partners{
  margin-top: 100px;
}

.sections_partners{
  margin-bottom: 70px;
}

.partners_imgs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.partners_img{
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.partners_img:hover{
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/* SECTION CONTACTS */

.section_contacts{
  margin-top: 140px;
  margin-bottom: 146px;
  position: relative;
}

.contacts_map{
  position: absolute;
  top: 0;
  right: 0;
  width: 1050px;
  height: 638px;
}

.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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}

.contacts_block-title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 48px;
}

.contacts_block-geo{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 46px;
}

.contacts_block-socials{
  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;
}

.contacts_block-phones{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #333333;
}

.contacts_block-phone{
  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: 40px;
}

.Cblock-phone{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #333333;
}

.Cblock-phone:hover{
  text-decoration: underline;
}

.contacts_block-socials{
  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;
}

.contacts_block-phones{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 20px;
}

.contacts_block-phone{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #333333
}

.Cblock-mail{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #333333
}

.Cblock-mail:hover{
  text-decoration: underline;
}

/* FOOTER */

.footer{
  /* margin-top: 145px; */
  width: 100%;
  background: #333333;
  padding: 55px 0px 90px;
}

.footer_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;
  width: 100%;
}

.footer_inform{
  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;
}

.footer_logo{
  width: 292px;
  height: 52px;
  margin-bottom: 30px;
}

.footer_info{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.ww{
  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;
  text-align: left;
  opacity: 0.5;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.ww:hover{
  opacity: 1;
}

.ww img{
  width: 65px;
  height: 35px;
  margin-right: 7px;
}

.ww p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #E5E5E5;
}

.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;
  width: 400px;
}

.footer_links-col{
  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;
}

.footer_link{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

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

.footer_socials{
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer_phoned{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.footer_icons{
  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;
  margin-right: 52px;
}

.footer_phones{
  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_phone{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

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

.footer_phone:first-child{
  margin-bottom: 20px;
}

.footer_icons-a{
  width: 43px;
  height: 39px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.footer_icon{
  width: 100%;
  height: 100%;
}

.footer_btn{
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 20px;
}

.footer_politics{
  margin-top: 25px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;

}

/* RADIO PAGE */

.section_radio{
  margin-top: 108px;
}

.radio_info{
  margin-top: 80px;
  margin-bottom: 160px;
  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;
  width: 100%;

}

.radio_inform{
  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;
  width: 48%;
  margin-right: 30px;
}

.radio_info-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 10px;
}

.radio_infoImg{
  width: 601px;
  height: 402px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.sections_h3{
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  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;
  color: #000000;
  margin-bottom: 54px;
}

.radio_checkBlocks{
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 55px;
}

.radio_checkBlock{
  width: 395px;
  margin-right: 40px;
  margin-bottom: 50px;
  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;
}

.radio_checkBlock:nth-child(3n+3){
  margin-right: 0px;
}
.radio_checkBlock:last-child{
  margin-right: 0px;
}

.radio_check{
  width: 78px;
  height: 78px;
  display: block;
  margin-right: 33px;
}

.radio_check-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

/* CARTS PAGE */

.section_carts{
  margin-top: 100px;
}

.carts_info{
  width: 100%;
  margin-top: 47px;
  margin-bottom: 62px;
}

.radios_info-p{
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.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;
}

.carts_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: 50px;
  width: 100%;
}

.carts_block-img{
  background-repeat: no-repeat;
  background-size: cover;
  width: 402px;
  height: 252px;
  margin-right: 30px;
}

.carts_block-imgs{
  width: 100%;
  height: 100%;
}

.carts_block-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;
  width: 65%;
}

.carts_block-title{
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}

.carts_block-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.carts_quest{
  margin-top: 40px;
}

.panel_monitor{
  margin-top: 39px;
}

.panel-heading{
  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;
  padding: 22px 20px;
  border-top: 1px solid #BDBDBD;
  cursor: pointer;

}

.panel:last-child{
  border-bottom: 1px solid #BDBDBD;
}

.panel-heading-title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  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;
  color: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.panel_heading-img{
  margin-right: 20px;
}

.panel-heading-active{
  color: #0071BC;

}

.panel-collapse{
  display: none;
  
}

.panel_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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 75px;
}

.panel_body-p{
  list-style-type: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.panel_body-title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  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;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
}






/* PAGES FAQ */

.section_faq{
  margin-top: 145px;
}

.faq_quest{
  margin-top: 70px;
}

.panel-body-fine{
  margin-top: 10px;
}


/* DOCS PAGE */

.docs_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom: 80px;
}

.docs_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;
  width: 390px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.docs_block:nth-child(3n+3){
  margin-right: 0px;
}

.docs_block-ico{
  width: 78px;
  height: 78px;
  display: block;
  margin-bottom: 32px;
  
}

.docs_block-a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.docs_block-a:hover{
  text-decoration: underline;
  color: #0071BC;
}

/* GLONASS/GPS PAGE */

.section_glonass{
  margin-top: 110px;
}

.glonass_wrap{
  margin-top: 50px;
}

.glonass_blocks{
  margin-top: 60px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;

}

.glonass_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;
  width: 380px;
  margin-right: 36px;
  margin-bottom: 20px;
}

.glonass_block:nth-child(3n+3){
  margin-right: 0px;
}

.glonass_block-img{
  width: 78px;
  height: 78px;
  margin-bottom: 30px;
}

.glonass_block-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.glonass_main-img{
  margin-top: 80px;
  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;
}

.glonass_main{
  width: 1110px;
  height: 652px;
  display: block;
}


/* TACHOS PAGE */

.section_tachos{
  margin-top: 100px;
}

.tachos_wrap{

}


.tachos_blocks-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tachos_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: 28px;
}

.tachos_block-img{
  width: 64px;
  height: 64px;
  display: block;
}

.tachos_blockInform{
  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: 37px;
}

.tachos_block-title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 11px;
}

.tachos_block-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tachos_blocks-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 34px;
  margin-bottom: 69px;
}

.tachos_main{
  position: relative;
}

.tachos_ico{
  position: absolute;
}

.tachos01 {
  bottom: -50px;
  right: 110px;
}

.tachos02{
  top: -20px;
  left: 10px;
}

.tachos03{
  top: -30px;
  right: 100px;
}

.tachos04{
  bottom: -50px;
  left: 130px;
}

.tachos05{
  bottom: -50px;
  right: 0px;
}

.section_skzi{
  margin-top: 100px;
  margin-bottom: 100px;
}

.skzi_titleInfo{
  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-top: 85px;
}

.skzi_title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 70px;
}

.skzi_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.skzi_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;
  width: 400px;
  margin-right: 20px;
}

.skzi_block:last-child{
  margin-right: 0px;
}

.skzi_blockImg-wrap{
  width: 170px;
  height: 130px;
}


.skzi_block-img{
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 50px;
}

.skzi_block-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.skzi_fine{
  background: #FFDB19;
  border-radius: 20px;
  width: 460px;
  padding: 34px 34px 30px 48px;
}

.skzi_fine-title{
  margin-bottom: 20px;
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #000000;
}

.skzi_fine-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.section_tachosCarts{
  width: 100%;
  background: #EFEFF0;
  padding: 100px 0px;
}

.tachosCarts_main{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  
}

.tachosCart-detail{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 50px;
  text-align: center;
}

/* .tachosCarts-driver{
  width: 50%;
} */

.tachosCarts-driver{
  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;
}

.tachosCart-driver{
  width: 290px;
  margin-right: 30px;
}

.tachosCarts-driver:last-child{
  margin-right: 0;
}

.cartDriver-img{
  width: 216px;
  height: 126px;
  display: block;
}

.cartDriver-p{
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.cartDriver-btn{
  padding: 10px 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  border: none;
  background-color: #3565AD;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cartDriver-btn:hover{
  background-color: #4c8ff3;
}

.section_tachosData-wrapper{
  background-color: #fff;
  padding: 110px 0px 100px 0px;
}

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


.tachosData_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;
  width: 40%;
  margin-right: 150px;
}

.tachosData_block:nth-child(even){
  margin-right: 0px;
}

.tachosData_blocks-p{
  margin-top: 43px;
  margin-bottom: 28px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tachosData_rows{
  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;
}

.tachosData_row{
  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: 12px;
}

.tachosData_row-img{
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 20px;
}

.tachosData_row-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tachosData_imgs{
  margin-top: 40px;
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}

.tachosData_rows-inform{
  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-top: 45px;
  /* width: 290px; */
}

.tachosData_inform-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-right: 30px;
}

.tachosData_row-inform:nth-child(2) > p{
  margin-right: 0px;
}

.section_tachosDesc{
  width: 100%;
  background: #EFEFF0;
  padding: 100px 0px;
}

.section_tachosDesc-blocks{
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section_tachosDesc-block{
  margin-right: 30px;
}
.section_tachosDesc-block:last-child{
  margin-right: 0px;
}

.tachosDesc-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 25px;
}

.tachosDesc-li{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  list-style-type: none;
}

.section_features{
  background-color: #fff;
  width: 100%;
  padding: 100px 0px 75px;
}

.features_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 942px;
  margin: auto;
  margin-top: 65px;
}

.features_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;
  margin-right: 30px;
  width: 294px;
  margin-bottom: 100px;
}

.features_block:nth-child(3n+3){
  margin-right: 0;
}

.features_block-imgMain{
  width: 128px;
  height: 128px;
  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;
}

.features_block-img{
  -o-object-fit: cover;
     object-fit: cover;
}

.features_block-title{
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.features_block-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.section_dopInfo{
  margin-top: 130px;
  margin-bottom: 75px;
}

.section_dopInfo-wrapper{
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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;

}

.dopInfo_blocks{
  width: 48%;
}

.dopInfo_desc-li{
  list-style-type: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}






.br_slider{
  display: none;
}


/* BURGER MENU */

.ham{
  position: absolute;
  top: 20px;
  right: 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: 60px;
  z-index: 550;
  display: none;
}


.ham5 .top {
  stroke-dasharray: 40 82;
}
.ham5 .bottom {
  stroke-dasharray: 40 82;
}
.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.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: #3565AD;
  stroke-width:5.5;
  stroke-linecap:round;
}


.header_img {
  width: 244px;
  height: 47px;
}

.IS_logo{
  width: 100%;
  height: 100%;
}



/* MOBILE MENU */

.header_mobile-menu {
  background: #fff;
  z-index: 510;
  -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;
  right: 0;
  bottom: 0;
  width: 100%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
}

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


.header_mobile-wrapper{
  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;
  height: 500px;
  overflow-y: auto;
}

.header_rowLinks-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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_info-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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerMobile_logo{
  margin-bottom: 50px;
}

.header_rowLinks-mobile{
  margin-bottom: 50px;
}

.header_phone-mobile{
  margin-bottom: 30px;
}

/* 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 #3565AD;
  border-left: none;
  border-right: none;
  border-bottom: none;
  z-index: 100000;
}

.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: 'Roboto';
  font-style: normal;
  font-weight: normal;
  margin-right: 20px;
  text-align: center;
}

.footer-cookie-a {
  color:#3565AD;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}

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


/* MODAL */


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


.popup {
  width: 500px;
  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%);
  text-align: center;
  cursor: default;
}


.popup_form-wrapper{
  padding-top: 0px;
  padding-bottom: 0px;
}

.popup_forms{
  padding: 60px;
  width: 1000px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

.closebtn-modal {
  position: absolute;
  top: 26px;
  left: 30px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  z-index: 500;
}

.popup_yes{
  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;
  background-color: #fff;
  width: 600px;
  padding: 60px;
}

.sectionsModalYes_h2{
  font-family: 'Play';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  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;
  color: #333333;
  position: relative;
  z-index: 500;
  margin-bottom: 20px;
}

.modalYes_form-p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  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;
  text-align: center;
  color: #333333;
  margin-bottom: 0px;
  position: relative;
  z-index: 500;
}

/* 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: 180px;
  padding-bottom: 160px;
}

.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: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 150%;
  color: #000;
}

.error_page-a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color:#3565AD;
  text-decoration: underline;
}

.actived{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}


.actives{
  opacity: 1;
  visibility: visible;
}




.floatSocial {
  position: fixed;
  right: 10px;
  bottom: 50px;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 520;
  width: 50px;
}

.floatSocial__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  text-decoration: none;
  margin-bottom: 10px;
  height: 50px;
  /* width: 50px; */
}

.floatSocial__item:hover{
   text-decoration: none;
   border-bottom: none;
}


.floatSocial__item:hover .floatSocial__text {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.floatSocial__item-mobile {
  display: none;
}

.floatSocial__text {
  -moz-text-align-last: left;
       text-align-last: left;
  background-color: #ffffffee;
  padding: 5px;
  padding-right: 1px;
  padding-bottom: 10px;
  position: relative;
  z-index: 100;
  width: 0px;
  opacity: 0;
  white-space: nowrap;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.floatSocial__item:hover .floatSocial__text {
  width: 200px;
  opacity: 1;
}

.floatSocial__text-phone {
   border-bottom: 1px solid #51c533;
}

.floatSocial__viber {
  border-bottom: 1px solid #0088CC;
}

.floatSocial__WhatsApp {
  border-bottom: 1px solid #25D366;
}

.floatSocial__Telegram {
  border-bottom: 1px solid #0088CC;
}

.floatSocial__number {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.floatSocial__msger {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border: none;
}

.floatSocial__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background-color: #574E92;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  z-index: 115;
}

.floatSocial__img-phone {
  background-color: #51c533;
}

.floatSocial__img:hover { 
  border-bottom-left-radius: 0 3px;
  border-top-left-radius: 0 3px;
}

.floatSocial__img img {
  width: 25px;
}

.floatSocial__img-viber {
  background-color: #0088CC;
}

.floatSocial__img-whatsapp {
  background-color: #25D366;
}

.floatSocial__img-telegram {
  background-color: #0088CC;
}


.owl-dots{
  list-style-type: none;
}
.upper{
  text-transform: uppercase;
}