
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
    font-family: Montserrat !important;
    overflow: auto; /* добавить полосу прокрутки */ 
    background-color: #E5E5E5 !important;
}
body.not {
    overflow: hidden;
}
input, a {
    outline: none;
}

textarea {
    resize: none !important;
}
img {
    max-width: 100% !important;
}
/*mobmenu*/
.toggle-menu {
    display: none;
    cursor: pointer;
    width: 50px;
}
.toggle-menu img {
    cursor: pointer;
}

.mob-menu {
    background: #434542;
    padding: 30px 0;
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 100;
    width: 100%;
    -webkit-transform: translate(-300%,0);
    transform: translate(-300%,0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    will-change: transform;
}
.mob-menu.active {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    z-index: 10000000000;
}
.mob-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mob-menu__close {
    cursor: pointer;
}
.mob-menu__logo img {
    height: 85px;
}
.mob-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.mob-menu__caption {
    color: rgba(153, 153, 153,0.5);
    text-transform: uppercase;
    font-size: 200px;
    z-index: -1;
    font-weight: bold;
}
.mob-menu__ul {
    margin-left: -35%;
}
.mob-menu__item {
    list-style: none;
    margin-bottom: 40px;
}
.mob-menu__item a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 30px;
}
.mob-menu__item a:hover {
      color: #fff;
}
.mob-menu__soc:hover {
    text-decoration: none;
}
.mob-menu__soc img {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.mob-menu__soc img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




/*hover-form*/
/*.hover-form {
    overflow: auto;
  width: 100%;
  height: 100%;
     max-height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
    right: 0;
  padding-top: 12%;
  -webkit-transform: translateY(300%);
  transform: translateY(300%);

     border: 0px solid #2a2c2e;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .75s transform ease-in-out,.5s border ease-in-out 1s;
    transition: .75s transform ease-in-out,.5s border ease-in-out 1s;
     z-index: 99999;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
    
.hover-form.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    border: 20px solid rgb(140,142,141);
}
.hover-form__logo {
    width: 245px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 30px;
}
.hover-form__logo img {
   width: 100%;
}
.hover-form form {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
   
     min-height: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
.hover-form__left {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hover-form__right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hover-form__right a, .hover-form__right a:hover {
color: #000;
}
.hover-form__close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 15px;
    background: rgb(140,142,141);
}
.hover-form__close img {
    -webkit-filter: brightness(2);
    filter: brightness(2);
}
.hover-form__title {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.hover-form__text {
     font-size: 13px;
  line-height: 1.2;
    margin-bottom: 50px;
}
.hover-form .form-item  {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.hover-form .form-item input,.hover-form .form-item textarea  {
       padding: 12px 20px;
    color: rgb(45, 45, 45);
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(167,168,170);
     -o-border-image: linear-gradient( 32deg, rgb(167,168,170) 0%, rgb(229,218,222) 100%);
     border-image: linear-gradient( 32deg, rgb(167,168,170) 0%, rgb(229,218,222) 100%);
    border-image: -ms-linear-gradient( 32deg, rgb(167,168,170) 0%, rgb(229,218,222) 100%);
    border-image-slice: 1;
        font-size: 16px;
    color: rgb(29, 28, 28);
    font-variant: small-caps;
    outline: none;
}

.hover-form .form-item input::-webkit-input-placeholder {color:rgb(45, 45, 45);}
.hover-form .form-item input::-moz-placeholder         {color:rgb(45, 45, 45);}
.hover-form .form-item input:-moz-placeholder         {color:rgb(45, 45, 45);}
.hover-form .form-item input:-ms-input-placeholder      {color:rgb(45, 45, 45);}

.hover-form .form-item textarea::-webkit-input-placeholder {color:rgb(45, 45, 45);}
.hover-form .form-item textarea::-moz-placeholder         {color:rgb(45, 45, 45);}
.hover-form .form-item textarea:-moz-placeholder         {color:rgb(45, 45, 45);}
.hover-form .form-item textarea:-ms-input-placeholder      {color:rgb(45, 45, 45);}

.hover-form .form-item_button {
    margin-top: 0;
}*/
/*hoverform*/


.wr-main {
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: url('../image/main-index.png') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   /* height: 100vh;*/
    min-height: 660px;
}
.wr-main>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.header-phone {
     text-align:right;
     width:100%;
     margin-bottom: 40px;
     flex-grow:1;
}
.header-phone a {
    color:white;
}.header-phone a:hover {
    color:white;
}
.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    flex-grow:2;
}
.logo {
}
.logo img {
    height: 100px;
}

.footer-logo .logo img {
    height: 120px !important; 
}
.menu {
    margin-bottom: 0;
}
.menu-item {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.menu-item__link {
    color: #fff;
    font-size: 15px;
     font-weight: normal;
    position: relative;
    -webkit-transition: all .01s;
    transition: all .01s;
}
.menu-item__link:hover, .menu-item__link.active {
    text-decoration: none;
    color: #fff;
    text-shadow: 0.6px 0px 0px #fff, 0.6px 0px 0px #fff;
    
}
.menu-item__link:after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}
/*.menu-item__link:after {
    position: absolute;
    background: #FEC305;
    content: ' ';
    height: 2px;
    width: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
    bottom: -4px;
}
.menu-item__link:hover:after, .menu-item__link.active:after {
    width: 100%;
}*/
.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.header-contact__item {
    margin-right: 30px;
}
.header-contact__item img {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header-contact__item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    width: 100%;
}
.main-left {
    /*-ms-flex-preferred-size: 49%;
    flex-basis: 49%;*/
}
.main-left__caption {
    font-weight: 800;
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.main-left__text {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.wr-button {
    
}
.button {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #191919;
    border-radius: 44px;
    background: #FEC305;
    -webkit-transition: all .1s;
    transition: all .1s;
    padding: 10px 40px;
    border: 2px solid #FEC305;
    cursor:pointer;
}
.button:hover {
    color: #191919;
    -webkit-box-shadow: 0px 0px 14px #FEC305;
    box-shadow: 0px 0px 14px #FEC305;
    text-decoration: none;
    
}
.button-white {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff !important;
    border-radius: 44px;
    background: transparent;
    -webkit-transition: all .1s;
    transition: all .1s;
    padding: 10px 50px;
    border: 2px solid #fff;
    margin-right: 30px;
cursor:pointer;
}
.button-white:hover {
    color: #191919 !important;
    background: #fff;
    text-decoration: none;
    
}
.button-black {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff !important;
    border-radius: 44px;
    background: black;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 10px 50px;
    border: 2px solid #000;
    text-transform:uppercase;
    cursor:pointer;
    
}
.button-black:hover {
    color: #000 !important;
    background: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    
}
.main-right {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: right;
}
.main-right__caption {
    font-weight: 800;
    font-size: 72px;
    color: #FEC305;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.main-right__caption:hover {
    -webkit-filter: drop-shadow(0px 0px 14px #FEC305);
    filter: drop-shadow(0px 0px 14px #FEC305);
    color: #FEC305;
    text-decoration: none;
}

.main-right__caption img {
    margin-right: 35px;
    width: 55px;
}
.main-right__text {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.main-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.main-bottom__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    padding-left: 90px;
}
.main-bottom__item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #FEC305;
    width: 65px;
    height: 8px;
}
.main-bottom__cap {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.main-bottom__text {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.main-bottom__wrbut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-bottom__but {
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 44px;
    border: 2px solid #FFFFFF;
    padding: 7px 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}
.main-bottom__but:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.main-bottom__link img {
    height: 45px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.main-bottom__link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.desc {
    overflow: hidden;
}
.desc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.desc-row__item {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding: 50px;
    position: relative;
}
.desc-row__item:nth-child(1) {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}
.desc-row__item_fon {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(254, 195, 5, 0.7);
    width: 200%;
    height: 100%;
    z-index: -1;
    background-repeat:no-repeat;
    background-position: right;
}
.desc-row:nth-child(2n) .desc-row__item_fon{
    left: auto;
    right: -100%;
    background-image: url('../image/drivers-index.png');
    background-repeat: no-repeat;
    background-position: left;
}

.desc-row__h {
    font-weight: 800;
    font-size: 45px;
    color: #191919;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform:uppercase;
}
.desc-row__cap {
    font-weight: bold;
    font-size: 18px;
    color: #191919;
    padding-top: 20px;
    margin-bottom: 20px;
}
.desc-row__text {
    font-size: 14px;
    color: #191919;
    margin-bottom: 30px;
}
.desc-row__text_bold {
    letter-spacing: -0.03em;
    position: relative;
    font-weight: bold;
}
.desc-row__text_bold:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: rgba(254, 195, 5, 0.4);
    z-index: -1;
}

.desc-row__but {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #191919;
    border-radius: 44px;
    border: 2px solid #191919;
    padding: 7px 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor:pointer;
}
.desc-row__but:hover {
    background-color: #191919;
    color: #fff !important;
    text-decoration: none;
}

.wr-plus {
    padding-top: 60px;
    padding-bottom: 20px;
}
.caption {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #191919;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.caption:after {
    content: ' ';
    bottom: -15px;
    background: #FEC305;
    border-radius: 30px;
    height: 4px;
    width: 60px;
    display: block;
    margin-top: 10px;   
}

.plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.plus .plus-item , .modal .plus .plus-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    text-align: center;
    padding: 25px 8px;
    margin-bottom: 50px;
}
 .plus__three {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
 .plus__three .plus-item {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
}
.plus__two {
    
}
 .plus__two .plus-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}
 .plus__two .plus-item__text {
    text-align: left;
    margin: 0;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}
 .plus__two .plus-item__img {
    margin: 0;
    margin-right: 20px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
 .plus-item__img {
    margin-bottom: 25px;
}
 .plus .plus-item__cap {
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-size: 14px !important;
    text-align: center;
    color: #191919;
    letter-spacing: -0.03em;
    line-height: 1.4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
text-transform: inherit;
}

.modal .plus .plus-item__cap {
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #191919;
    letter-spacing: -0.03em;
    line-height: 1.4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: inherit;
}
.plus .plus-item__cap:after {
    /* position: absolute; */
    content: ' ';
    background: #FEC305;
    border-radius: 30px;
    height: 4px;
    width: 60px;
    display: block;
    margin-top: 10px;
}
.plus .plus-item__text, .modal .plus .plus-item__text{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #191919;
text-transform: inherit;
}
.plus_upper .plus-item {
    padding: 50px 8px;
}
.plus_upper .plus-item__cap {
    text-transform:uppercase;
    font-size: 16px;
    font-weight: bold;
}
.plus_upper .plus-item__img {
    margin-bottom: 25px;
}
.plus_upper .plus-item__text {
    text-transform:uppercase;
}
.plus_upper .plus-item__butt {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-decoration: underline !important;
    text-transform: uppercase;
    color: #191919;
    transition:all .2s;
    display:block;
cursor:pointer;

}
.plus_upper .plus-item__butt:hover {
    transform: scale(1.1);
}
.wr-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-top: 30px;
}
.wr-choose {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.wr-choose .caption {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.choose-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 30px;
    text-align: center;
}
.choose-item img {
    width: 160px;
}
.wr-form {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-top: 30px;
}
.wr-form__caption {
     font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #191919;
    margin-bottom: 10px;
    text-align: center;
}
.wr-form__text {
   text-align: center;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #191919;
    margin-bottom: 30px;
}
.wr-form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.form-item {
    margin-bottom: 20px;
}
.form-item input {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #191919;
    background: #FFFFFF;
    border: 1px solid rgba(25, 25, 25, 0.3);
    padding: 15px 20px;
}
.form-item__butt .button {
    border: none;
    width: 100%;
    cursor: pointer;
}
.wr-form_wide {
    margin-bottom: 50px;
    text-align: center;
}
.wr-form_wide .form {
    
}
.wrapper-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wr-form_wide .form-item {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-item_two input {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
}
.wr-form_wide .form-item__butt {
    margin: 0 auto;
    display: inline-block;
}
.contact {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}
.contact-item {
    margin-bottom: 20px;
}

.contact-item a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #191919;
    text-decoration: none;
}
.contact-item a:hover {
    text-decoration: underline;
    color: #191919;
}
.contact-item__cap {
    font-weight: bold;
    font-size: 16px;
    color: #191919;
    margin-bottom: 0;
}
.contact-item .contact-item__soc {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.03em;
    text-decoration: underline;
    color: #191919;
     display: block;
}
.contact-item__soc:hover {
    font-weight: bold;
   
}
.car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.car-item { 
	position: relative; 
    background: url('../image/photo.png') center no-repeat;
    border: 1px dashed rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
    margin-right: 10px;
	height: 130px; 
    -ms-flex-preferred-size: 31%; 
    flex-basis: 31%; 
} 
.car-item:last-child { 
	margin-right: 0;
} 
.car-item__image {
    border-radius: 11px;
    height: 100%;
    width: 100%;
}
.car-item__input  { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	opacity: 0;	
	margin: 0; 
	padding: 0; 
	border: none; 
	width: 100%; 
	height: 100%; 
	cursor: pointer;
}

.wr-footer {
    background: #191919;
    padding-top: 40px;
     padding-bottom: 20px;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact {
    
}
.footer-contact-item {
    margin-bottom: 20px;
}
.footer-contact-item:last-child {
    margin-bottom: 0px;
}

.footer-contact-item a {
    font-weight: normal;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-contact-item a:hover {
    color: #fff;
    
}
.footer-contact-item__cap {
    line-height: 23px;
    font-size: 13px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 0;
}
.footer-menu {
    margin-bottom: 0;
}
.footer-menu__item {
     list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.footer-menu a {
    color: #fff;
    font-size: 15px;
     font-weight: normal;
    text-decoration: none;
}
.footer-menu a:hover , .footer-menu a.active{
    color: #fff;
    text-decoration: underline;
}

.footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-soc__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.footer-soc__item img {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer-soc__item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-dev {
    text-align: center;
    color: #fff;
    font-size: 10px;
    opacity: 0.5;
    margin-top: 50px;
}
.footer-dev a {
    color: #fff;
}
.footer-dev a:hover {
    color: #fff;
}

.wr-category {
     padding: 50px 0;
    background: rgba(254, 195, 5, 0.7);
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.category-cap {
    font-weight: 800;
    font-size: 45px;
    color: #191919;
    line-height: 1.1;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.category-call {
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.category-call img {
    margin-right: 30px;
}



.wr-download {
    padding: 50px 0;
    background: rgba(254, 195, 5, 0.7);
}
.download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.download-cap {
    font-weight: 800;
    font-size: 45px;
    color: #191919;
    line-height: 1.1;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.download-link img {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.download-link:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.header-lang {
    margin: 0;
}
.header-lang li {
    list-style:none;
    
}
.header-lang li a {
    color:white !important;
    text-transform:uppercase;
}





/*------ modal -------*/
.modal {
  width: 100%;
    min-height: 100vh;
  /*max-height: 100%;*/
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
    bottom: 0;
  left: 0;
    right: 0;
  z-index: -1000;
  transform: translateY(-200%);
  transition: all 1s;
  overflow: auto !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
}
.modal.active {
  transform: translateY(0);
  z-index: 99999;
}

.modal .form-wrap {
  width: 1100px;
  max-width:95%;
  position: relative;
  display: block;
  margin: 5vh auto;
  text-align: center;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
    
}
.modal_callback .form-wrap {
width: 800px;}
.form-wrap__right {
    flex-basis: 55%;
}
.modal .form-wrap .close-modal {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background-size: cover;
  z-index: 1001;
  padding-top: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.modal .form-wrap .close-modal:hover {
  cursor: pointer;
  transform: rotate(180deg);
}

.modal .form-wrap .title-form {
  font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
}
.modal .form-wrap .title-form::after {
    content: '';
    margin-top: 8px;
    height: 3px;
    background: rgba(254, 195, 5, 0.7);
    width: 70px;
    display: block;
}
.modal .form-wrap .title-text {
       font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.modal .form {
  text-align: center;
}
.modal .form-item input {
    color: #000;
    background: transparent;
    border: none;
    outline: none;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    
}
.modal .form input:active,
.modal .form input:focus {
  border-color: rgba(254, 195, 5, 0.7);
}
.modal-block {
    max-width: 1100px;
    position: relative;
    display: block;
    margin: 5vh auto;
    background-color: #fff;
    box-sizing: border-box;
    width: 75%;
}
.modal-block_img {
    width: 100%;
}
.modal-bottom {
    padding: 40px 70px;
}
.modal-text {
    
    text-align: left;
    margin-bottom: 40px;
}
.modal-img {
padding: 40px 70px 0;
display:flex;
align-items:center;
justify-content: space-evenly;
flex-wrap:wrap;
}
.modal-img__img {
 flex-basis:45%;
margin-bottom:30px;
}


/* Стилі для модального вікна успіху */
.success-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.success-modal.visible {
    display: flex;
    opacity: 1;
}

.success-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.success-modal-content p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.plus-item__img svg {
  width: 80px;
  height: 80px;
  stroke: #F6CD48; /* колір ліній */
  stroke-width: 2;
}