@import url(font.css);

*{
	padding: 0;
	margin: 0;
}

.logo_box {
	display: flex;
	flex-grow: 2;
	justify-content: space-between;
}

.lang {
	min-width: 63px;
	margin-right: 20px;
}

.lang a, .lang span {
	color: #fff;
	font-size: 16px;
	line-height: 29px;
}

p {
	text-align: justify;
}

.open_popup p {
	text-align: center;
}

.city-name {
	margin-bottom: 10px;
}

#phone-error, #tel-error {
	display: none !important; 
}

.tel_error {
	display: none;
	margin: 0 auto;
	color: #000;
	width: fit-content;
  margin-bottom: 10px;
  text-transform: uppercase;
}

 .tel_mes {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}

.open_popup p.tel_mes {
	margin-bottom: 5px;
	font-size: 20px;
	text-align: left;
}

.open_popup p.tel_error {
	font-size: 20px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
}



.form_map p.tel_mes {
	margin-bottom: 5px;
}

.tel_box {
	flex-grow: 1;
	margin-right: 5px;
}

.tel_box input {
	width: 100%;
}

#form2 .tel_error {
	color: #fff;
}

#form2 .tel_mes {
	color: #fff;
}

.reviews-slider {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.reviews-slider .slick-next {
	right: -20px;
}

.reviews-slider .slick-prev {
	left: -20px;
}

.reviews-goo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 420.8px
}

.reviews-goo .goo-desc {
  /*min-height: 131px;*/
  margin-bottom: 1rem;
}

.reviews-goo .goo-icon {
  min-width: 40px;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.reviews-goo .goo-name {
  /*font-size: 13px;*/
  font-weight: bold;
  color: #000;
  min-height: unset;
  margin-bottom: 0px;
}

.reviews-goo .goo-rev {
  color: #70757a;
  /*font-size: 13px;*/
  min-height: unset;
  margin-bottom: 0px;
}

.reviews-goo .goo-rev .goo-rev-sp {
  color: #202124;
}

.reviews-goo .star {
  background-image:url(../img/goo-img/star.png);
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  margin-bottom: -2px;
}

.reviews-goo .star:nth-last-of-type(1) {
  margin-right: 8px;
}

.reviews-goo .goo-star {
  color: #70757a;
  /*font-size: 13px;*/
  min-height: unset;
  margin-bottom: 0px;
  /*margin-bottom: 49px;*/
}

.reviews-goo .goo-plus {
  color: #70757a;
  min-height: unset;
}

.reviews-goo .goo-plus .bold {
  font-weight: bold;
  color: #3c4043;
}

.reviews-goo .goo-text {
  color: #222;
  display: block;
  /*font-size: 13px;
  line-height: 18px;*/
  max-width: 100%;
  overflow: hidden;
  /*min-height: 250px;*/
  min-height: unset;
}

.reviews-goo .goo-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #00aeef;
  text-decoration: underline;
  width: 100%;
  text-align: right;
  display: block;
}

.wrap{
	max-width: 1140px;
	margin: 0 auto;
}

.header{
	background: url(../img/header.jpg);
	background-position-x: center;
	padding: 65px 0 340px 0; 
	color: #fff;
	background-repeat: no-repeat;
}



.logo_contact{
	display: flex;
	justify-content: space-between;
	padding-bottom: 125px;
}

.logo{
	padding-top: 15px;
}

.contact_work{
	display: flex;
}

.work{
	margin-right: 25px;
}

.work .title_logo{
	font: 16px RobotoSlabBold;
	color: #fff;
	margin-top: 5px;
}

.work p{
	font: 36px RobotoSlabBold;
	color: #f44336;
	line-height: 35px;
}

.tel_logo{
	font: 12px RobotoRegular;
	margin-bottom: 2px;
}

.tel{
	font: 18px RobotoSlabBold;
	text-align:right;
	margin-bottom: 2px;
}

.fa-phone{
	font-size: 15px;
	margin-right: 8px;
}

.full_set{
	display: flex;
}

.set{
	width: 58%;
	max-width: 668px;
}

.articles{
	font: 36px TimesNewRomanRegular;	
}

.articles span{
	text-transform: uppercase;
}

h1 {
	font: 30px RobotoSlabBold;
	letter-spacing: 1px;
	text-align: justify;
}

.hor_line{
	height: 6px;
	width: 298px;
	margin: 48px 0;
	background: #f44336;
}

.fine{
	font: 24px RobotoRegular;
	margin-bottom: 55px;
}

.modalButton{
	width: 290px;
	height: 50px;
	display: block;
	font: 16px RobotoRegular;
	background: #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}

.modal{
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
}

.modal-content{
	position:relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	min-width: 360px;
}

.close {
	font-size:30px;
	font-weight:bold;
	color:#000;
	position:absolute;
	top:3px;
	right:10px;
	cursor:pointer;
}

.modal-content input[type="text"],
.modal-content input[type="tel"]{
	width: 360px;
	height: 50px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	background: rgba(255, 0, 0, 0);
	color: #000;
	font: 16px RobotoRegular;
	border: 2px solid #000;
	margin: 0 auto 29px;
}

#myBtn4{
 	background: #f44336;
 	margin: 0 auto;
	color: #fff;
	width: 360px;
}

.modal_title{
	text-transform: uppercase;
	font: 18px RobotoBold;
	text-align: center;
	color: #000;
	margin-bottom: 18px;
}

.modal_text{
	font: 16px RobotoRegular;
	text-align: center;
	color: #000;
	margin-bottom: 18px;
}

.winning_cases{
	width: 310px;
	border: 3px solid #f44336;
	text-align: center;
	font: 18px RobotoSlabBold;
	text-transform: uppercase;
	padding: 35px 0 39px;
	margin-top: 105px;
	margin-left: 170px;
}

.winning_cases span{
	font: 60px RobotoSlabBold;
}

.legal_assistance_drivers{
	background: url(../img/back_3.jpg);
	background-position-x: center;
	padding: 310px 0 200px 0; 
	color: #fff;
}

h2{
	font: 30px RobotoSlabBold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 135px;
}

.legal_assistance_driver {
	display: flex;
	justify-content: center;
	margin-bottom: 110px;
}

.legal_assistance_driver:nth-last-of-type(1) {
	margin-bottom: 30px;
}

.driver_img {
	margin-right: 115px;
	max-width: 358px;
}

.driver_img img {
	max-width: 100%;
}

.driver_title{
	font: 24px RobotoSlabBold;
}

.driver_text{
	width: 474px;
	flex-shrink: 0;
}

.driver_text_description{
	max-width: 360px;
	font: 16px RobotoRegular;
	padding: 30px 0 35px 0;
}

.driver_conclusion{
	font: 18px RobotoSlabBold;
}

#myBtn1{
	margin: 30px auto 0 auto;
}

.range_services h2{
	margin-bottom: 100px;
}

.title_range_services{
	text-align: center;
	font: 30px RobotoSlabBold;
	text-transform: uppercase;
	color: #f44336;
	margin-bottom: 75px;
}

.free{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	font: 18px RobotoRegular;
	text-transform: uppercase;
	margin-bottom: 105px;
}

.free p{
	text-align: center;
}

.non-free{
	display: flex;
	justify-content: space-around;
}

.non-free li{
	height: 170px;
	font: 16px RobotoRegular;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
	text-align: justify;
	max-width: 320px;

}

.non-free li img{
	margin-right: 30px;
}

#myBtn2{
	margin: 95px auto 0 auto;
}

.work_with_us{
	background: url(../img/back5.jpg);
	background-position-x: center;
	padding: 185px 0 240px 0; 
	color: #fff;
	display: none;
}

.work_with_us h2{
	margin-bottom: 30px;
}

.title_work_with_us{
	font: 16px RobotoRegular;
	text-align: center;
	margin-bottom: 55px;
}

.stages_work{
	display: flex;
	justify-content: space-around;
}

.document{
	padding-bottom: 125px;
}

.stages_work li{
	height: 48px;
	font: 16px RobotoRegular;
	display: flex;
	align-items: center;
	margin-bottom: 55px;
}

.stages_work li img{
	margin-right: 50px;
}

.articleses{
	padding-bottom: 0px;
}

.articleses p {
	text-align: center;
	font-size: 24px;
}

.articleses h2{
	margin-bottom: 125px;
}

.article{
	display: flex;
	color: #fff;
	letter-spacing: 0.74px;
	justify-content: space-between;
}

.one_million_fine{
	background: url(../img/st_1.png);
	padding: 104px 0 60px 55px;
}

.texts_one_million_fine{
	background: #3f3a3a;
	opacity: 0.9;
	padding: 25px 43px 35px 60px;
}

.title_one_million_fine{
	font: 35px RobotoSlabBold;
	margin-bottom: 25px;
	line-height: 40px;
}

.text_one_million_fine{
	font: 18.67px RobotoRegular;
}

.article a{
	height: 50px;
	background: #f44336;
	text-decoration: none;
	color: #fff;
	display: flex;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
}

.article a i{
	margin-left: 10px;
}

.one_million_fine a{
	width: 265px;
	height: 58px;
	margin-top: 28px;
}

.read_on{
	display: flex;
	justify-content: flex-end;
}

.urgent_steps_driver{
	background: url(../img/st2.png);
	padding: 45px 0 19px 18px;
	margin-bottom: 25px;
}

.title_urgent_steps_driver{
	font: 18px RobotoSlabBold;
	padding: 0 37px 25px 0;
}

.urgent_steps_driver a{
	width: 230px;
}

.driving_state{
	background: url(../img/st3.png);
	padding: 26px 0 19px 19px;	
}

.texts_driving_state{
	background: #3f3a3a;
	opacity: 0.9;
	padding: 18px 46px 17px 39px;
	margin-bottom: 34px;
}

.title_driving_state{
	font: 24px RobotoRegular;
}

.driving_state a{
	width: 245px;
}

footer{
	background: url(../img/back.jpg);
	background-position-x: center;
	padding: 280px 0 50px 0;
	color: #fff;
}

footer h2{
	margin-bottom: 110px;
}

.footer i{
	font-size: 24px;
}

.contact_form_map{
	display: flex;
	justify-content: space-between;
}

.title{
	font: 24px RobotoBold;
}

.street{
	font: 24px RobotoRegular;
	margin-bottom: 50px;
}

.tel-f{
	font: 24px RobotoBold;
	text-align:right;
	display:table;
}

.mail{
	font: 18px RobotoBold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.work_mode{
	font: 18px RobotoRegular;
	margin-bottom: 50px;
}

.getting_place{
	font: 24px RobotoBold;
	max-width: 390px;
}

.fa-envelope{
	margin-right: 12px;
}

.form_map p{
	text-transform: uppercase;
	font: 18px RobotoBold;
	text-align: center;
	margin-bottom: 45px;
}

.form_map form{
	display: flex;
	flex-direction: column;
}

#myModal2 .modal_title{
	font: 30px RobotoBold;
	text-transform: uppercase;
}

#myModal2 .modal-text{
	font: 18px RobotoRegular;
	text-align: center;
	color: #000;
	text-transform: none;
}

.form_map input[type="text"],
.form_map input[type="tel"]{
	width: 360px;
	height: 50px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	background: rgba(255, 0, 0, 0);
	color: #fff;
	font: 16px RobotoRegular;
	border: 2px solid #fff;
	margin: 0 auto 29px;
}

#myBtn3{
	width: 362px;
	margin: 0 auto 40px;
}

.form_map{
	width: 556px;
}

.footer .logo{
	margin-top: 65px;
}

.mobile{
	display: none;
}

.slider button{
	width: 30px;
	border: none;
	background: transparent;
	color: #000;
	font-size: 40px;
	text-align: center;
	outline: none;
	transition: opacity 300ms ease-out;
	margin-right: 0px;
	margin-left: 0px;
	z-index:10;

}

.slider button:hover{
	cursor: pointer;
}
.slider{
	display: flex;
	flex-direction: row;
}

.scroller{
	flex: 1;
	overflow: hidden;
}

.items{
	list-style-type: none;
	white-space: nowrap;
	transition: transform 1s ease-in-out;
	display: flex;
}

.item{
	width:294px;
	height: 480px;
	margin-right: 46px;
}

.item img{
	width: 294px;
	height: 448px;
	border: 1px solid #000;
}

.contact a{
	color: #fff;
	text-decoration: none;
}

.piranius{
	text-align: center;
	font: 18px RobotoRegular;
}

.piranius a{
	font: 18px RobotoBold;
	color: #2F80ED;
	text-decoration: none;
}


.reviews-slider .review-info {
	display: flex;
    color: rgb(144, 148, 156);
    font-size: 16px !important;
    margin-bottom: 10px;
    min-height: 60px;
}

.rev-firm {
	display: block;
}

.reviews .slick-slide .review-icon {
	width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 10px;
}

.reviews .slick-slide .review-info .review-name {
	font-weight: bold;
    color: #365899;
    font-family: "PF Agora Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.reviews .slick-slide .show-fb {
	font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #00aeef;
    text-decoration: underline;
    width: 100%;
    text-align: right;
    display: block;
}

.reviews .slick-slide  {
	padding: 20px;
}

.reviews {
	margin-top: 50px;
}

.reviews h2 {
	margin-bottom: 35px;
}

.slick-prev:before, .slick-next:before {
	color: #f44336 !important;
}

.reviews .slick-slide .review-date {
	display: block;
    color: #90949c;
    font-weight: normal;
    font-size: 15.2px;
    margin-bottom: 10px;
    text-decoration: none;
}

.reviews p {
	min-height: 200px;
}

.reviews .stars-red {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/fbs.png');
    background-repeat: no-repeat;
    background-position: center;
}

.document.wrap.mywrap {
    margin-top: 70px;
}

.reviews-video {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

.lazy-iframe-container {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;

  }
  
.iframe-youtube-lazy-video {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.video h2{
	margin-bottom: 60px;
}

.container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.reviews-video {
    margin-bottom: 30px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-video .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
    /*transform: perspective(800px) translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg);*/
    transition-property: transform, -webkit-transform;
    transition-duration: 1000ms;
  }

  .turnFirst {
    transform: perspective(800px) translate3d(0px, 0px, -102.933px) rotateX(0deg) rotateY(17deg);
    transform-style: preserve-3d;
    transition-property: transform, -webkit-transform;
    transition-duration: 1000ms;
  }

  .turnSecond {
    transform: perspective(800px) translate3d(0px, 0px, -102.5px) rotateX(0deg) rotateY(-17deg);
    transform-style: preserve-3d;
    transition-property: transform, -webkit-transform;
    transition-duration: 1000ms;
  }

  .praktika {
  background: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrap1 {
  max-width: 1010px;
  margin: 0 auto;
  width: 71%;
}

.praktika__title {
  color: #222;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 22px;
}

.praktika__tx {
  color: #222;
  font-family: "RobotoRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

.praktika__tx span {
  color: #ef4539;
}

.praktika__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: 61.46vw;
  max-width: 885px;
  padding: 33px 62px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid #ef4539;
  margin-left: auto;
  margin-right: auto;
	box-sizing: border-box;
}

.praktika__left {
  width: 45%;
  max-width: 303px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.praktika__pic {
  position: relative;
  width: 100%;
  display: inline-block;
}

.praktika__pic img {
  width: 100%;
}

.praktika__pic::before {
  content: "";
  position: absolute;
  display: block;
  width: 62px;
  height: 62px;
  background: url("/img/but.svg");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 30px;
  right: 30px;
}

.pic__title {
  color: #000;
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 16px;
}

.praktika__text {
  color: #222;
  text-align: justify;
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 52%;
}

.praktika__text a {
  color: #ef4539;
  word-wrap: break-word;
}

.praktika__ar {
  position: relative;
  width: 100%;
}

.praktika__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.praktika__arrow:before {
  content: "";
  display: block;
  width: 22px;
  height: 41px;
}

.praktika__left-ar {
  left: 0px;
}

.praktika__left-ar:before {
  background: url("/img/ar__left.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.praktika__right-ar {
  right: 0px;
}

.praktika__right-ar:before {
  background: url("/img/ar__left.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sertificate__pic {
  display: block;
  width: 95%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sertificate__pic img {
  width: 100%;
  max-width: 100%;
}

.br__hide {
	display: none;
}


@media (max-width: 1200px){
	.wrap1 {
    width: 98%;
    max-width: 1180px;
  }
  .praktika__slide {
    width: 91vw;
  }
}


  @media (max-width: 1100px){
    .turnFirst {
      transform: none;
    }

    .turnSecond {
      transform: none;
    }

    .reviews-video .slick-current {
      transform: none !important;
    }
}

@media (max-width: 576px) {
	.reviews-video .slick-prev, .reviews-video .slick-next {
      top: 105% !important;
    }

    .reviews-video .slick-prev, .reviews-video .slick-next {
		bottom: 0;
		top: 100% !important;
	}

	.reviews-video .slick-prev {
	  left: auto !important;
	  right: 50px;
	}

	.reviews-video .slick-next {
	  right: 0 !important;
	}

    .reviews-video {
      max-width: 95%;
    }

    .reviews-video .slick-dots {
      position: static;
    }

    .br__hide {
			display: block;
		}
}

@media screen and (max-width: 1140px){
 	.desktop{
 		display: none;
 	}
	.header{
 		padding: 65px 0 240px 0;
	}

	.one_million_fine{
		padding: 0;
	}

	.wrap{
		max-width: 90%;
		margin: 0 auto;
	}

	.mywrap {
		max-width: 100%;
	}
}

@media screen and (max-width: 960px){
	.set{
		width: 100%;
	}

	.driver_img{
		margin-right: 15px;
	}

	.title_one_million_fine,
	.title_driving_state{
		font-size: 18px;
	}

	.texts_driving_state{
		padding: 0;
	}

	.mail{
		font-size: 16px;
	}

	.getting_place{
		font-size: 20px;
	}

}

@media screen and (max-width: 770px){
	
	.driver_img {
		margin-left: auto;
		margin-right: auto;
	}

	.legal_assistance_driver{
		flex-direction: column;
	}

	.legal_assistance_drivers{
		padding: 190px 0 145px 0;
	}

	.legal_assistance_drivers h2{
		margin-bottom: 65px;
		font-size: 24px;
	}

	.legal_assistance_driver{
		text-align: center;
		margin-bottom: 65px;
	}

	.driver_text_description{
		margin: 0 auto;
		padding: 25px 0 35px 0;
	}

	.driver_title{
		font-size: 18px;
	}

	.driver_text{
		margin: 0 auto;
	}

	.driver_img img{
		height: 200px;
	}

	.driver_conclusion{
		font-size: 16px;
	}

	#myBtn1 {
    	margin: 30px auto 0 auto;
    	border: 1px solid #000;
	}

	.article{
		flex-direction: column;
	}

	.urgent_steps_driver,
	.driving_state{
		background-repeat: no-repeat;
		background-position-x: center 
	}

	.contact_form_map{
		flex-direction: column;
		text-align: center;
	}

	footer{
		padding: 200px 0 50px 0;
	}

	.form_map {
    	width: 480px;
    	margin: 0 auto;
	}

	footer h2{
		margin-bottom: 60px;
	}

	.title {
    	font: 18px RobotoBold;
	}

	.street {
    	font: 16px RobotoRegular;
    	margin-bottom: 30px;
	}

	.tel-f{
		font-size: 18px;
	}

	.mail{
		font-size: 16px;
		margin-bottom: 30px;
	}

	.work_mode{
		font-size: 16px;
		margin-bottom: 30px;
	}

	.footer i{
		font-size: 16px;
	}

	.texts_driving_state{
		width: 354px;
    	margin: 0 auto 34px;
	}

	.read_on{
		justify-content: center;
	}

	.footer .logo{
		display: flex;
		justify-content: center;
	}

	.form_map{
		margin-top: 70px;
	}

	.one_million_fine{
		margin-bottom: 20px;
	}

	.logo_contact{
		flex-direction: column;
	}

	.logo{
		display: flex;
		justify-content: center;
	}

	.header{
		padding: 45px 0 225px 0;
	}

	.contact_work{
		justify-content: center;
		margin-top: 40px;
	}

	.praktika__slide {
    width: 79.5vw;
  }
  .praktika__title {
    font-size: 24px;
    margin-bottom: 58px;
  }
  .praktika__tx {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .praktika__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 26px;
    margin-top: 115px;
  }
  .pic__title {
    margin-bottom: 42px;
    margin-top: -65px;
  }
  .praktika__left {
    width: 100%;
  }
  .praktika__text {
    width: 100%;
    font-size: 17px;
  }
  .praktika__arrow {
    top: 58px;
  }
  .praktika {
    padding-top: 23px;
    padding-bottom: 40px;
  }
  .praktika__arrow::before {
    width: 17px;
    height: 32px;
  }
  .praktika__left-ar {
    left: 50%;
    -webkit-transform: translate(calc(-50% - 31px), -100%);
        -ms-transform: translate(calc(-50% - 31px), -100%);
            transform: translate(calc(-50% - 31px), -100%);
  }
  .praktika__right-ar {
    right: 50%;
    -webkit-transform: translate(calc(50% + 31px), -100%);
        -ms-transform: translate(calc(50% + 31px), -100%);
            transform: translate(calc(50% + 31px), -100%);
  }
  .praktika__pic {
    margin-bottom: 22px;
  }

}

@media screen and (max-width: 480px){

	.reviews-slider {
		max-width: 100%;
	}

	.item {
		height: unset;
	}

	.item img{
		/*width: 258px;*/
		
		width: calc(100vw - 62px);
		height: auto;
		border: 1px solid #000;
		box-sizing: border-box;
		margin-left: 1px;
		margin-right: 1px;
	}
	


	.logo_contact{
		padding-bottom: 110px;
	}

	.range_services{
		padding-top: 30px;
	}

	h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
	}

	.articles span,
	.articles{
		font-size: 24px;
		text-align: center;
	}

	.non-free li{
		margin-left: 10px;
	}

	.hor_line{
		width: 183px;
		margin: 38px auto;
	}

	.fine{
		font-size: 16px;
		text-align: center;
		width: 220px;
		margin: 0 auto 65px;
	}

	.modalButton{
		margin: 0 auto;
	}

	.legal_assistance_drivers h2{
		width: 185px;
		margin: 60px auto 65px;
	}

	.driver_img img{
		width: 290px;
	}

	.driver_img{
		margin: 0 auto;
	}

	.driver_text{
		width: 275px;
	}
	.legal_assistance_drivers{
		background: url(../img/back-m_3.jpg);
	}
	
	h2{
		font-size: 24px;
	}

	.range_services h2 {
    	margin-bottom: 60px;
	}

	.title_range_services{
		font: 18px RobotoSlabBold;
		margin-bottom: 50px;
	}

	.free{
		flex-direction: column;
		justify-content: center;
		font-size: 16px;
		margin-bottom: 0;
	}

	.free p{
		margin: 0px auto 60px;
	}

	.non-free{
		flex-direction: column;
	}

	.stages_work{
		flex-direction: column;
	}

	.mobile{
		display: block;
	}

	.work_with_us{
		background: url(../img/back5-m.jpg);
	}

	#myBtn2 {
    	margin: 25px auto 0 auto;
	}

	.stages_work li img {
    	margin-right: 27px;
    	margin-left: 30px;
	}

	.work_with_us{
		padding-bottom: 140px;
	}

	.articleses h2 {
    	margin-bottom: 60px;
	}

	.text_one_million_fine{
		display: none;
	}

	.texts_one_million_fine{
		margin-top: 30px;
		padding: 25px;
		text-align: center;
	}

	.title_one_million_fine{
		line-height: normal;
	}

	.title_urgent_steps_driver{
		padding: 0;
		text-align: center;
	}

	.urgent_steps_driver_driving_state .urgent_steps_driver a{
		margin-top: 20px;
	}

	.texts_driving_state{
		padding: 25px;
		width: auto;
		text-align: center;
	}

	.driving_state{
		padding: 26px 0 19px 0;
	}

	.articleses {
    	padding-bottom: 0px;
	}

	.form_map{
		width: 90%;
	}

	.form_map input[type="text"],
	.form_map input[type="tel"],
	#myBtn3{
		width: 90%;
	}

	.item{
		width: 100%;
		margin-right: 0px;
		/*margin-right: calc((100vw - 258px) / 2);*/
		
	}
}

/*кнопка звонка*/

.callback-bt {
        background:#ef4539;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(239,69,57,0.35);
        cursor:pointer;
        right: 8%;
        height:98px;
        text-align:center;
        width:98px;
        position: fixed;
        bottom: 18%;
        z-index:100;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call {
        height:98px;
        width:98px;        
        border-radius:50%;
        position:absolute;
		top:0;
		left:0;
		z-index:100;
}

.callback-bt .text-call span {
	width:100%;
    text-align: center;
    color:#fff;
    opacity: 0;
    font-size: 0;
	position:absolute;
	left:0;
	top: 31px;
	font-size:14px;
    line-height:18px;
	font-weight:600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.text-call:hover span {
    opacity:1;
}
.text-call:hover i {
    display:none;
}

.callback-bt:hover {
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 98px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

.dropp_call {
	background:#f44336;
	width:280px;
	height:95px;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-align:left;
	position:absolute;
	top:-130px;
	left:-180px;
	z-index:100;
	display:none;
}

.dropp_call_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/goo-img/close.png);
	z-index: 1000;
	background-repeat: no-repeat;
	background-position-y: 4px;
	background-position-x: 4px;
}

.callback-bt:hover .dropp_call {
	display:block;
}

.dropp_call p {
	padding:22px 10px 0px 18px;
}

.dropp_call:after {
	background: url(../img/after-dropp.png);
	width:18px;
	height:16px;
	content:'';
	position:absolute;
	left:211px;
	bottom:-15px;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(239,69,57,0.35),0 0 0 0 rgba(239,69,57,0.25),0 0 0 0 rgba(239,69,57,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(239,69,57,0.35),0 0 0 0 rgba(239,69,57,0.25),0 0 0 0 rgba(239,69,57,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(239,69,57,0.35),0 0 0 0 rgba(239,69,57,0.25),0 0 0 0 rgba(239,69,57,0.2)
}
100% {
        box-shadow:0 8px 10px rgba(239,69,57,0.35),0 0 0 0 rgba(239,69,57,0.25),0 0 0 0 rgba(239,69,57,0.2)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 2px rgba(239,69,57,0.35),0 0 0 0 rgba(239,69,57,0.25),0 0 0 0 rgba(239,69,57,0.2)
}
40% {
        box-shadow:0 8px 2px rgba(239,69,57,0.35),0 0 0 8px rgba(239,69,57,0.25),0 0 0 0 rgba(239,69,57,0.2)
}
80% {
        box-shadow:0 8px 2px rgba(239,69,57,0.35),0 0 0 8px rgba(239,69,57,0.25),0 0 0 10px rgba(239,69,57,0.2)
}
100% {
        box-shadow:0 8px 5px rgba(239,69,57,0.35),0 0 0 10px rgba(239,69,57,0.25),0 0 0 16px rgba(239,69,57,0.2)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */
.open_popup {
	position:relative;
	background:#f8f8f8;
	width:90%;
	text-align:center;
	padding:80px 0;
	display:none;
}

.mfp-content .open_popup {
	display:inline-block;
}

.wrap_popup {
	max-width:1015px;
	margin:0 auto;
	padding:0 15px;
	margin-bottom: 40px;
}

.open_popup p {
	font-family: RobotoRegular; 
	font-size:30px;
	line-height:48px;
	margin-bottom:50px;
}

.open_popup h3 {
	font-family: RobotoSlabBold; 
	font-size:36px;
	line-height:48px;
	margin-bottom:50px;
}

.open_popup form {
	justify-content:space-between;
	display:flex;
	align-items: flex-end;
}

.open_popup .form_err form {
	align-items: flex-start;
}

.input_pop {
	background:#fff;
	border:none;
	width:65%;
	height:80px;
	font-family: RobotoRegular; 
	font-size:24px;
	color:#717171;
	text-indent:70px;
}

.submit_pop {
	background:#ef4539;
	border:none;
	width:34.3%;
	height:80px;
	font-family: RobotoRegular; 
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
@media screen and (max-width: 860px){
	.open_popup {
 		padding: 30px 0;
	}
	.open_popup p {
		font-size:14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.open_popup h3 {
		font-size:18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.open_popup form {
		display:block;
	}
	.input_pop {
		width:100%;
		font-size:16px;
		text-indent:10px;
		margin-bottom:10px;
	}
	.submit_pop {
		width:100%;
	}
}

.sovety {
  background: #FFFFFF;
  font-family: RobotoRegular;
  padding-top: 0px;
  margin-bottom: 90px;
}

.sovety .wrapper {
  max-width: 1220px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.sovety h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 61px;
  color: #222222;
  text-align: center;
  margin-bottom: 30px;
  font-family: RobotoSlabBold;
}

.sovety h2 span {
  color: #222222;
}

.sovety .sovety_text {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  color: #393939;
  margin-bottom: 30px;
}

.sovety .sovety_cont {
  display: flex;
  justify-content: space-between;
}

.sovety .sovety_box {
  max-width: 393px;
  width: 100%;
  border: 6px solid #F2F8FB;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-right: 20px;
}

.sovety .sovety_box:nth-last-of-type(0) {
  margin-right: 0px;
}

.sovety .box_title {
  height: 63px;
  background: #F2F8FB;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  color: #222222;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.sovety .box_title .box_title1 {
  margin-right: 15px;
}

.sovety .box_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #393939;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.sovety .box_color {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #ef4539;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.sovety .box_bold {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #393939;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.sovety .box_links {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}

.sovety .box_link {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #ef4539;
}

@media (max-width: 856px){
  .sovety .sovety_cont {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .sovety .sovety_box {
    margin-bottom: 30px;
    margin-right: 0px;
  }


}

@media (max-width: 575px) {
  .sovety {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .sovety .wrapper {
    width: 92%;
  }

  .sovety h2 {
    font-size: 24px;
    line-height: 37px;
  }

  .sovety .sovety_text {
    font-size: 17px;
    line-height: 21px;
  }

  .sovety .box_title {
    height: 53px;
  }

  .sovety .sovety_box {
    padding-bottom: 0px;
  }

  .sovety .box_title .box_title1 {
    margin-right: 10px;
  }

  .sovety .box_links {
    margin-bottom: 20px;
  }

}

.mes_box {
  position: fixed;
    bottom: 75px;
    right: 17px;
    height: 260px;
    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;
    z-index: 100;
}

.mes_box .box_but.box_whatsapp {
    background: url(../img/bottom_whatsapp.svg) no-repeat;
    background-size: contain;
}

.mes_box .box_but {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    outline: none;
    line-height: 0px;
}

.mes_box .box_but.box_telegram {
  background: url(../img/bottom_telegram.svg) no-repeat;
  background-size: contain;
}

.mes_box .box_but.box_viber {
  background: url(../img/bottom_viber.svg) no-repeat;
  background-size: contain;
}

.mes_box .box_but.box_tel {
  background: url(../img/bottom_tel.svg) no-repeat;
  background-size: contain;
}