@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
/************ \/ CUSTOMIZE \/ ************/
body, html, :after, :before{
  padding: 0;
  margin: 0;
}
body {
    line-height: 1.5;
}
b, strong {
  font-weight: bold;
}
:focus {
    outline: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
html, body, a{
color: #000;
  font-size: 16px;
  font-weight: 400;
/*   line-height: 1.1; */
  font-family: 'Roboto Condensed', sans-serif;
}

a{
    text-decoration: none;
}
a:hover{
  color: #000;
}
img{
	max-width: 100%;
  height: auto;
}
button:focus {
    outline: none;
}
input,input:active{
	outline: none;
}
.top-nav ul, .top-nav li, .top-nav ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
/************ /\ CUSTOMIZE /\ ************/
.top-nav {
    transition: 0.2s;
    overflow:  hidden;
}
.header {
  height: 400px;
  background-image: url(../img/header-min.jpg);
  background-position: center;
  padding: 20px 0;
  position: relative;
  background-repeat: no-repeat;
}
.header__top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__links-mob {
  display: none;
}
.header__top a, .header__top a:hover {
  color: #fff;
}
.header__cabinet {
  font-size: 15px;
  text-decoration: underline;
  text-shadow: 0px 0px 5px #00000075;
  margin-bottom: 5px;
}
.header__tel {
  font-size: 30px;
  line-height: 1.1;
}
.header__mail {
  font-size: 17px;
}

.get__wrap p {
	margin-bottom: 0 !important;
}
.menu-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 80px;
  margin: 0 10px;
}
.header__callback {
    font-size: 13px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #738906;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #D3DF99;
    border-radius: 2px 2px 2px 2px;
    padding: 7px 10px 6px 10px;
    margin-top: 5px;
}
.header__links {
  position: absolute;
  top: 32px;
  right: 323px;
}
.overlay p {
  margin-bottom: 0;
}

.header__links a {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 23px;
  font-weight: 400;
  display: block;
  width: 144px;
  height: 45px;
  margin-bottom: 13px;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.header__links a:hover{
  opacity: 0.65;
}
.header__wrap {
  position: relative;
}
.header__logo {
    top: 141px;
    left: -26px;
    position: absolute;
    filter: brightness( 49% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate(0deg );
    transition-duration: 0.3s;
}
.header__logo:hover{
  filter: none;
}
.top-nav__wrap {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.top-nav__wrap > li > a {
    padding: 6px 12px;
    color: #4C4C4C;
    margin-right: 9px;
    background: rgba(150,150,150,0.1);
    border-bottom: solid 2px rgba(150,150,150,0.15);
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 23px;
    font-weight: 400;
    border-radius: 2px;
    display: inline-block;
}
.top-nav__wrap > li > a:hover, .top-nav__wrap > .current-menu-item > a{
  border-bottom: solid 2px #738A06;
  background-color: #87A308;
  color: #fff;
}
.mos {
  margin-top: 50px;
  background: url(../img/bg-step-1-min.jpg) no-repeat center center / cover;
}
.mos-title {
  font-family: "Ubuntu Condensed", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #404040;
}
.mos__subtitle {
  text-align: right;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 10px;
}
.mos__form {
  background-color: #3679A6;
  padding: 10px;
  border-radius: 5px;
}
.mos__form_wrapper {
  border: 2px dashed #fff;
  border-radius: 4px;
  padding: 15px;
}
.text-hex {
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 33px;
}
.text-hex2 {
    color: #404040;
    font-family: 'PT Sans',sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.text-hex1 {
    color: #404040;
    font-size: 33px;
    font-family: 'PT Sans',sans-serif;    
}
.mos__form_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.mos__form_title strong {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.mos__form_text {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
}
.text-hex2 {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
}
.text-hex1 {
  color: #404040;
  font-size: 33px;
}
p {
  margin-bottom: 1.5em;
}
.page-text {
  padding: 50px 0;
}
.page-text__wrapper {
  overflow: hidden;
  position: relative;
  transition: 1s;
  max-height: 7000px;
}
.page-text__wrapper.closed{
  max-height: 205px !important;
}
.page-text__cover {
  background-image: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%);
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-text__btn {
  border: 2px solid #1e73be;
  padding: 7px 45px;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
.tire {
  height: 35px;
  margin: 10px 0;
  background-image: url(../img/tire.jpg);
}
.page-title {
    color: #404040;
    font-size: 45px;
    font-family: "Ubuntu Condensed", Sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
 .page-section {
   padding: 50px 0;
 }
 .zones__wrap {
   background: #3679a6;
 }
 .zones__wrap .container {
  padding: 40px 0;
 }
 .zones__content {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
 }
 .overl {
   height: 7px;
   background: url(../img/overl.png);
 }
 .overl.top {
   transform: rotate(180deg);
 }
 .zones__item {
   width: 316px;
   margin-left: auto;
   margin-right: auto;
   padding: 0 10px;
 }
 .header__mob-logo {
   display: none;
 }
 .zones__btn {
   color: #fff;
   text-transform: uppercase;
   font-family: "Roboto Condensed", Sans-serif;
   font-size: 25px;
   font-weight: 300;
   text-transform: uppercase;
   background-color: #87A308;
   padding: 12px 0px 12px 0px;
   width: 100%;
   display: inline-block;
   margin: 15px 0;
 }
 .zones__btn:hover {
  background-color: #9CBA09;
  color: #fff;
 }
 .zones__info {
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-weight: 300;
  min-height: 136px;
 }
 .price__wrap {
   padding: 30px 0;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
 }
 .price__item {
  border-style: solid;
  border-width: 2px;
  border-color: #E7E7E7;
  box-shadow: 4px 4px 0px 0px rgb(234 234 234 / 50%);
  margin: 0px 10px 0px 0px;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
 }
 .price__item img {
   margin-bottom: 25px;
   width: 137px;
   height: 137px;
 }
 .get {
  background-color: #E7E7E7;
 }
 .get__wrap  {
   padding: 20px 50px 0 50px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
 }
 .get__item {
   width: 300px;
   padding: 10px;
   background: #fff;
   margin: 0px 5px 24px 0px;
   border-radius: 4px;
 }
 .get__price {
  color: #333333;
  font-size: 45px;
  font-weight: 700;
  margin-top: 20px;
 }
 .get__subprice {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
 }
 .get__btn {
    display: block;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #87A308;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #738A06;
    padding: 6px 0px 6px 0px;
 }
 .get__btn:hover {
  color: #EFEFEF;
  background-color: #9CBA09;
 }
 .work__wrap {
   padding: 30px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
 }
 .work__item {
   width: 445px;
   height: 95px;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   padding: 14px 0 14px;
   margin-bottom: 15px;
 }
 .work__item p {
   font-size: 40px;
   font-weight: 700;
   line-height: 1.1;
   margin-bottom: 0;
 }
 .work__item_1 {
  background: url(../img/1.png) no-repeat center center;
 }
 .work__item_2 {
  background: url(../img/2.png) no-repeat center center;
 }
 .work__item_3 {
  background: url(../img/3.png) no-repeat center center;
 }
 .docs {
  background: #3679a6;
 }
 .docs__item {
   padding: 10px;
   text-align: center;
   width: 223px;
   margin-left: auto;
   margin-right: auto;
 }
.docs__title {
  color: #fff;
    font-family: "Ubuntu Condensed", Sans-serif;
    font-size: 33px;
    font-weight: 700;
}
.docs__subtitle{
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.docs__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.docs__text {
  color: #fff;
  margin: 40px 0;
  font-weight: 300;
}
.lid-btn{
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
}
.lid-btn:hover {
  color: #3679A6;
  background-color: #FFFFFF;
}
.footer {
  padding: 35px 0 65px;
  text-align: center;
  background: url(../img/footer-min.jpg) no-repeat center bottom;
}
.footer-copyright {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.2;
}
.footer-copyright b {
  font-weight: 600;
}
.footer .container {
  max-width: 319px;
}
.footer__link {
  font-size: 14px;  
  color: #666666;
  line-height: 1.2;
}
.form__submit:active {
    boder: none;
    cursor: pointer;
}
.form__input {
    background-color: #fafafa;
    color: #000;
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 500;
}
.form__submit {
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: #87A308E6;
    margin-top: 15px;
    font-weight: 600;
    font-size: 21px;
    border-radius: 3px;
    border: none;
}
.form__tel {
    margin-bottom: 15px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    color: #fff;
    text-align: center;
}
/* model window */
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 99999;
}
.popup {
    position: fixed;
    width: 505px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 50px 25px 50px;
    box-sizing: border-box;
    background-color: #fff;
    color: #404048;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}
.close-popup {
    position: absolute;
    top: 23px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.close-popup:before {
    content: '';
    background-color: #888;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}
.close-popup:after {
    content: '';
    background-color: #888;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}
.popup input {
 cursor:  pointer;
}
.btn-popup {
    color: #fff;
    background: #164C70;
}

.js-button-campaign{
  cursor: pointer;
}
.popup__title {
    font-size: 30px;
    font-weight: 400;
}
.popup__subtitle {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 15px;
}
.popup-m__input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
    margin-bottom: 9px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.popup-m__checkl {
    font-size: 14px;
}
.popup-m__checkl:hover {
    text-decoration: underline;
}
.popup-m__submit {
    cursor:  pointer;
    margin-top: 10px;
    width: 100%;
    background-color: #87A308;
    color: #ffffff;
    border-color: #738A06;
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-radius: 3px;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup .wpcf7 form .wpcf7-response-output {
   color: #000; 
}
.page-docs {
    background: none;
    background-color: none;
}
.page-docs .docs__text {
    color: #000;
}
.page-docs .docs__title {
    color: #000;
}
.page-docs .docs__subtitle {
    color: #000;
}
.cost__title {
    font-family: "Ubuntu Condensed", Sans-serif;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.cost__text {
    font-size: 17px;
}
.cost__text b {
   font-weight: 700;
}
.cost__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.cost__item {
    margin-right: 15px;
    width: 309px;
    padding: 10px;
    margin-bottom: 15px;
}
.cost__text_b {
    color: #3F3F3F;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin: 13px 0;
}
.cost__subtitle {
    font-family: "Ubuntu Condensed", Sans-serif;
    font-size: 33px;
    font-weight: 400;
}
.contacts__text, .contacts__text a {
    font-size: 16px;
}
.contacts__text b, .contacts__text > a > b {
    font-weight: 600;
}
.p-title {
    font-size: 30px;
    margin-bottom: 50px;
}
.p-zones__img {
 
}
.zones__p {
    display: inline-block;
}
.zones__p a {
    text-align: center;
    font-size: 24px;
}
.p-get__wrap {
    padding: 50px 0;
    text-align: center;
}
.p-get__img {
    position: relative;
    display: inline-block;
}
.p-get__price {
    font-size: 50px;
    font-weight: 700;
}
.p-get__pr p {
    margin-bottom: 10px;    
}
.p-get__subprice {
    color: #7F7F7F;
    font-size: 22px;
    font-weight: 300;
}
.p-get__pr {
    margin-right: 20px;
}
.p-get__img > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 112px;
    top: 19px;
    line-height: 1.1;
}
.p-get__wrap .get__btn {
    padding: 6px 15px 6px 15px;
}
.check__wrap {
    padding: 25px 0;
    display: flex;
}
.check__left {
    width: 100%;
    padding: 0 10px;
	text-align: center;
}
.check__right {
    width: 35%;
    padding: 0 10px;
}
.banner {
    background-color: transparent;
    background-image: linear-gradient(130deg, #7F7F7F 52%, #87A308 0%);
    border-radius: 13px;
    margin-bottom: 20px;
    padding-bottom: 56px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px;
    width: 656px;
}
.banner:hover {
    box-shadow: 4px 4px 15px 7px rgb(54,150,63,0.64);
}
.banner__title {
    color: #fff;
    font-family: "Ubuntu Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-left: 0;
    margin-bottom: 0;
}
.banner__price {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}
.banner__price_text {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
.banner__top {
    display: flex;
    justify-content: space-between;
}
.banner__img {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.banner__btn {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    background-color: #FFF600;
    display: inline-block;
    border-radius: 3px;
    padding: 12px 24px;
}
.check__subtitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

#numinForm {
    width: 100%;
    font-weight: 500;
    max-width: 202px;
    height: 40px;
    margin: 0 5px 15px 0 !important;
    padding: 0 10px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    border: solid 2px #D2D8D8;
    box-shadow: 0 4px 4px rgb(150 150 150 / 10%) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
#numinForm {
    background: url(../img/bg-number.png) 0 0 no-repeat;
    width: 202px!important;
    height: 50px !important;
    border: none !important;
    position: relative;
    left: 0;
    top: 4px;
    font-size: 26px;
    text-align: center;
    color: #4C4C4C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 12px 10px 9px !important;
    line-height: 48px !important;
}
input.vehicle_number.vehicle_number_sga {
    width: 100%;
    max-width: 480px;
    height: 40px;
    margin: 0 5px 8px 0 !important;
    padding: 0 10px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    border: solid 2px #D2D8D8;
    box-shadow: 0 4px 4px rgb(150 150 150 / 10%) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
.vehicle_number.vehicle_number_sga {
    background: url(../img/bg-number.png) 0 0 no-repeat;
    width: 202px!important;
    height: 50px !important;
    border: none !important;
    position: relative;
    left: 0;
    top: 4px;
    font-size: 26px;
    text-align: center;
    color: #4C4C4C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 12px 10px 9px !important;
    line-height: 48px !important;
}
.vehicle_number.vehicle_number_sga {
    color: #000;
}
input[type='reset'] {
    background: url(../img/cart.svg) 50% 50% no-repeat;
    background-size: 27px;
    margin: 0 12px 0 8px;
    padding: 2px 20px;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    border: none;
    cursor: pointer;
}
.check__right input[type='reset']{
    position: relative;
    top: 9px;
}
input.vehicle_submit {
    background: #87A308;
    height: 40px;
    line-height: 42px;
    padding: 0 15px;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-bottom: solid 2px #738A06;
    color: rgba(255,255,255,0.93);
    text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    height: 50px !important;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 50px !important;
}
input.vehicle_submit:hover {
    background: #9CBA09;
    border-color: #89A308;
}
.check__cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.check__right .wpcf7 form .wpcf7-response-output {
    color: #fff;
}
#pass-list {
width:100%;
margin:40px 0 0 0;
    border-collapse: collapse;
}
.check-ft {
    color: yellow;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 500;
}

iframe.iframe-form {
    display: none}

#pass-list thead {
       background: #87A308;
}


#pass-list thead th:first-child {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
}

#pass-list thead th:last-child {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
}

#pass-list tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
}

#pass-list tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}


#pass-list th,
#pass-list td {
    padding: 12px 10px;
    text-align: center;
}
#pass-list td {  
   padding: 5px 18px;
   height: 46px;
   color: #000;
}

.table-check {
        padding-right: 24px;
}
#pass-list td {
  font-size:14px;
}

#pass-list td:last-child {
	width:175px;
}

#pass-list tbody tr:hover td {
background: #407200;
color:#FFFFFF !important;
}

#pass-list tbody tr:hover td span {
color:#FFFFFF !important;
}

#pass-list th {
	color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}
span[style="color:#41A85F"] {
    color: #407200 !important;
}

#pass-list tr:nth-child(even) td {
background: rgb(221 239 179 / 90%);
}
#pass-list tr:nth-child(odd) td {
		background: #f6f6f6;    
}
#pass_info{
    margin-bottom: 20px;
    margin-top: 10px;
}
.banner-prop > div > div > .elementor-widget-wrap.elementor-element-populated {
	border-radius: 13px;
	margin-bottom: 20px !important;
	padding-bottom:  56px !important;
}
.banner-prop > div > div > .elementor-widget-wrap.elementor-element-populated:hover {
	box-shadow: 4px 4px 15px 7px rgb(54,150,63,0.64);
}

#pass-list, #pass-list td, #pass-list th {
    border: none;
}
#country-btn {
    cursor: pointer;
    display: block;
    background: #3f94a7;
    color: #fff;
    padding: 15px 19px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 18px;
    max-width: 388px;
    text-align: center;
}
.other-country-on {
    background: url(../img/bg-number11.png) 0 0 no-repeat !important;
}
.check__title {
    font-family: "Ubuntu Condensed", Sans-serif;
    font-size: 33px;
    font-weight: 700;
}
.zones__btn.mn {
    font-size: 19px;
}
.cost__text {
    margin-bottom: 12px;
}
.politic-title {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
}
.pol h4, h5, h6 {
    margin-bottom: 20px;
}
.pol h4 {
    font-size: 24px;
}
.pol p {
    color: #191919;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
}
@media screen and (min-width: 1100px){
    .menu-fixed {
        position: fixed;
        top: 0;
        left: 50%;
        background: rgba(255,255,255,1);
        transform: translateX(-50%);
        padding: 10px;
        width: 100%;
        z-index: 10;
    }
}

.grecaptcha-badge {
    display: none !important;
}

input {
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Roboto Condensed',sans-serif;
}
.vehicle_number, #numinForm {
font-size: 26px !important;
font-weight: 700 !important;
}
.wpcf7 .ajax-loader {
    margin-top: 8px;
}
.menu-btn-wrap {
    padding: 10px;
}
.menu-btn {
    width: 50px;
    height: 23px;
    cursor:  pointer;
    margin-left: auto;
    display: none;
}
.menu-btn > div{
    width: 100%;
    margin-bottom: 5px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    transition: .2s;
    position:  relative;
}
.menu-btn.active .mid {
    display: none;
}
.menu-btn.active .top {
    transform: rotate(45deg);
    top: 9px;
}
.menu-btn.active .bottom {
    transform: rotate(-45deg);
}

@media (min-width: 576px) and (max-width: 768px) {
    .check .container {
        max-width:  100%;
    }
    .check__right, .banner {
        max-width: 540px;
        margin-left: auto;
        margin-right:  auto;
    }
}
.prop-breadcrumbs-last {
    color: grey;
}
.prop-breadcrumbs {
    margin: 20px 0;
}
.site-archive .page-title {
    font-size: 30px;
    margin-top: 33px;
    margin-bottom: 33px;
}
.ttl12 {
    font-size: 24px;
    margin-bottom: 10px;
}


.p-range {
  text-align: left;
  font-size: 18px;
}

.p-range input {
  width: 100%;
  margin-top: 10px;
}

.p-range-wrap {
  position: relative;
  margin-bottom: 25px;
}

.p-range-first {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 16px;
}

.p-range-mid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  font-size: 14px;
}

.p-range-right {
  position: absolute;
  right: 0;
  bottom: -18px;
  font-size: 18px;
}

.p-radio-wrap {
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
}

.p-radio-wrap label{
  margin-right: 10px;
  font-size: 18px;
  margin-top: 10px;
}

.p-car-count {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
}

.orderItem {
  padding: 30px 30px 80px 30px;
  position: relative;
}

.orderLine {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.5);
}

.orderItemLit {
  background: rgb(82,128,77);
  background: linear-gradient(90deg, rgba(82,128,77,1) 0%, rgba(195,215,192,1) 100%);
  color: #fff;
}

.orderItemBig {
  background: rgb(245,245,245);
  background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(203,203,203,1) 100%);
}

.orderTitle {
  font-size: 23px;
  margin-bottom: 15px;
}

.orderTitle span {
  font-size: 16px;
  display: block;
}

.orderBtn {
  padding: 10px 30px;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  background: #87A308;
  border-bottom: solid 2px #738A06;
  position: relative;
  z-index: 2;
}

.orderBtn:hover {
  background: #809b09;  
  cursor: pointer;
}

.order-big-img {
  position: absolute;
  right: 41px;
  bottom: 14px;
  width: 216px;
}

.order-lit-img {
  position: absolute;
  right: 32px;
  bottom: 16px;
  width: 216px;
}

.cooperation {
  padding: 30px 0;
}

.cooperation h2 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1;
}

.cooperation ul {
  margin-bottom: 15px;
}

.coop__title {
  font-family: "Ubuntu Condensed", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.order-big-img1 {
  right: 130px;
}

.orderWrap {
  margin-top: 30px;
}


.cf7-45i p {
  margin-bottom: 0;
}

.mos__form {
  line-height: 1.1;
}