html {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
  font-family: 'Istok Web', sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}


.container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

a {
  text-decoration: none;
  display: inline-block;
}


.new-adapt {
    column-gap: 85px;}

.mt35 {
    margin-top: 35px;}
    
.btn--additional br{
    display: none;}    


.new-adapt .btn--green {
    margin-left: 0 !important;}

.new-adapt .btn--yellow {
    margin-left: 0 !important;}

.btn--yellow img {
    width: 22px;
    margin-right: 10px;}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

input,
button {
  -webkit-appearance: none;
  -webkit-appearance: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.title {
  font-size: 28px;
  font-weight: 400;
  color: #000;
}

.subtitle {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* HEADER */

.header {
  width: 100%;
  max-width: 100%;
  padding: 30px 0px;
  border-bottom: 10px solid #FFDE1F;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-logo {
  width: 307px;
}

nav {
  text-align: right;
}

.header__nav-phone {
  font-weight: 400;
  color: #000;
  font-size: 22px;
}

.header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
 justify-content: end;
}

.header__nav-item {
  margin-left: 60px;
}

.header__nav-item:first-child {
  margin-left: 0;
}
.header__inner-block {
  width: 70%;
}
.header__articles {
  display: flex;
    justify-content: space-between;
}
.header__articles-menu {
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  align-items: flex-end;
  max-width: 75%;
  
  margin-bottom: 16px;

}
.header__articles-menu a {
  color: black;
}
.header__articles-menu p {
  position: relative;

}
.header__articles-menu p span {
  position: relative;
}
.header__articles-menu p span::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  top: 20px;
  left: 0;
  background-color: black;
}

.header__articles-menu p span.yellow{
  background-color: rgba(253, 255, 180, 1);
  padding: 0 10px;
  box-sizing: border-box;
}
.header__articles-menu p span.yellow::after{
  display: none;
}
.header__nav-link {
  font-size: 14px;
  color: #000000;
  opacity: .5;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.hamburger__menu  p.yellow {
  font-weight: 700;
  background-color: rgba(253, 255, 180, 1);
  color: #525252;
}
.header__nav-link:hover {
  opacity: 1;
}
.mob{
  display: none !important;
}
.menu-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
}
.hamburger__menu p {
  margin: 6px 0 !important;
  padding: 0 10px;
}
.hamburger__menu {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #D1CFCF;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 39px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 30px;
  overflow-y: scroll;
}




.hamburger__menu-phone {
  text-decoration: underline;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
}

.whatsup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;

}

.whatsup-wrapper img {
  width: 48px;
}

.hamburger__menu a:not(.hamburger__menu p.yellow a) {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}

.hamburger__menu-whatsup {
  display: block;
  font-size: 13px;
  color: #000;
  position: relative;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 400;
}

.hamburger__menu ul {
  padding-top: 30px;
}

.hamburger__menu li {
  padding-top: 15px;
}


.hamburger__menu-route {
  background-color: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 50%;
  margin: 0 auto;
  margin-top: 40px;
}

.hamburger__menu-route img {
  width: 40px;
  margin-right: 15px;
}

/* /HEADER */


/* Main screen */
.main__screen {
  margin-bottom: 80px;
}

.main__screen-title {
padding: 7px 0px;
  font-weight: 700;
}
.main__screen-aftertitle {
  padding-bottom: 35px;
  font-weight: 600;
}
.main__screen-phone {
  display: none;
  text-decoration: underline;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
}

.main__screen-bg {
  width: 100%;
  padding: 40px 0px;
  text-align: center;
  background-color: rgba(255, 242, 18, 0.3);
  margin-bottom: 65px;
}

.main__screen-bg img {
  width: 360px;
}
.main__screen-links {
  display: flex;
  flex-flow: column;
  row-gap: 4px;
  margin: 7px 0 52px;

}
.main__screen-link {
  color: #7F7F7F;
  text-decoration: underline 1px #7F7F7F;
}
.btns {
  width: 100%;
  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;
}

.btn--green {
  margin-left: 85px;
  background-color: #23D366;
  color: #fff;
}

.btn--green span {
  font-size: 14px;
}

.btn--green img {
  width: 30px;
  margin-right: 10px;
}

.btn--yellow {
  background-color: #FFCF26;
  color: #000;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 258px;
  height: 52px;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.main-desc {
  display: grid;
  grid-template: 1fr / 1fr 1fr;
}
.main-desc__block {
  padding-right: 10%;
  display: flex;
  column-gap: 15px;
  font-size: 14px;
  margin-top: 40px;
  font-family: 'Istok Web',sans-serif;
}
.main-desc__block:nth-child(2) img {
  width: 57px;
  height: 59px;
}
.main-desc__block:nth-child(1) img {
  width: 67px;
  height: 71px;
}
.main-pages{
  margin-top: 40px;
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template: 1fr 1fr 1fr / 1fr 1fr;
  row-gap: 30px;
  column-gap: 25px;
}
.main-cardpage h2{
  margin-bottom: 10px;
  color:black;
}
.main-cardpage {
  background: linear-gradient(172.85deg, #DAFAA6 15.61%, rgba(234, 255, 201, 0) 121.2%);

  border-radius: 5px;
  font-size: 20px;
  padding: 20px 25px;
      box-shadow: 0px 0px 10px #0000002e;
   
}
.main-cardpage:hover {
  background: #F3FAA6;

}
.cardpage-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.main-cardpage:nth-child(1) img {
  width: 425px;
}
.main-cardpage:nth-child(2) img {
  width: 425px;
}
.main-cardpage:nth-child(3) img {
  width: 425px;
}
.main-cardpage:nth-child(4) img {
  width: 300px;
}
.main-cardpage:nth-child(5) img {
  width: 330px;
}
.main-desc__block a {
  text-decoration: underline;
  color: black;
}
.btn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.microbuses {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  margin-bottom: 66px;
}
.microbus .title {
  margin-bottom: 32px;
}
.microbus-card:nth-child(1) img {
  width: 349px;
}
.cars {
 display: grid;
 grid-template: repeat(2, 1fr) / repeat(5, 1fr);
 column-gap: 15px;
 row-gap: 44px;
 margin-bottom: 95px;
}
.car .title {
  margin-bottom: 32px;
}
.car-card {
position: relative;
}
.car-card span {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%);
  padding: 0;
  width: 100%;
}
.about {
  background: #F6F6F6;
  padding: 15px 0 44px;
  margin-bottom: 40px;

}
.about .title {
  margin-bottom: 26px;
}
.about-logo {
  color: #D40000;
  font-family: Arial Black,sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  opacity: 0.7;
}
.about-story {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.about-story svg {
  fill: #075AD7;
}
.about-story p {
  color: #075AD7;
font-family: Istok Web;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
}
.about-mid {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
}
.about-block {
  display: flex;
  column-gap: 47px;
  align-items: flex-start;
  justify-content: flex-start;
}
.partners .title {
  margin-bottom: 20px;
}
.partners-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 50px;
  margin-bottom: 20px;
}
.partner:nth-child(1){
  width: 244px;
height: 71px;
flex-shrink: 0;
}
.partner:nth-child(2){
  width: 241px;
height: 52px;
margin-left: 49px;
}
.partner:nth-child(3){
  width: 352px;
height: 56px;
margin-left: 49px;
}
.partner:nth-child(4){
  width: 191px;
height: 63px;
margin-left: 35px;
}
.partner:nth-child(5){
  width: 250px;
height: 62px;
flex-shrink: 0;
}
.partner:nth-child(6){
  width: 242px;
height: 62px;
margin-left: 35px;
}
.partner:nth-child(7){
  width: 201px;
height: 63px;
margin-left: 44px;
}
.partner:nth-child(8){
  width: 391px;
height: 63px;
margin-left: 37px;
}
/* /Main screen */


/* questions */

.questions__inner-descr {
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 40px;
  max-width: 880px;
}

.questions__inner-question {
  text-align: center;
  width: 36%;
}

.question__text-wrapper {
  text-align: left;
}

.questions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: end;
}

.question__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  padding-bottom: 10px;
  text-align: center;
  font-family: cursive;
  font-style: italic;
}

.question__img {
  width: 190px;
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.big {
  width: 327px;
}
.questions__wrapper:nth-child(10){
  padding: 0 14%;
}
.catalyst-systems {
  padding-top: 70px;
  max-width: 730px;
}
.catalyst-systems span {
  font-weight: 700;
}
.catalyst-systems p {

  position: relative;
    margin: 5px 0 5px 10px;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    max-width: 880px;
  
  
}
.catalyst-systems p::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 5px;
  top: 8px;
  left: -15px;
}
.cd-text {
  font-size: 18px;
  max-width: 770px;
  margin: 30px 0;
}


.catalyst-del {
  padding-top: 45px;
  padding-right: 35px;
}


.catalyst-del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px;
}

.price__wrapper {
  font-size: 18px;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(195, 231, 159, 1);
  border-radius: 50%;
  width: 190px;
  height: 190px;
}

.price {
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.free {
  font-weight: 700;
  font-size: 45px;
  color: rgba(94,94,94,1);
  position: relative;
  z-index: 5;
}



.cd-text a {
  color: #0091FF;
  text-decoration: underline;
}

/* /questions */



/* reviews */
.slider__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews {
      padding-top: 70px;
    margin-bottom: 80px;
}

.reviews__wrapper {
  width: 80%;
  margin-right: 50px;
}

/* .slider__wrapper img {
  width: 27px;
} */

.prev-slide {
  display: none;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

iframe {
  border: none;
}

.slider__item .video {
  width: 286px;
  height: 178px;
  padding: 23px 12px;
  border-radius: 10px;
  outline: none;
  display: flex;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(34, 60, 80, 0.5);
  box-shadow: 0px 4px 14px 0px rgba(34, 60, 80, 0.5);
  margin: 18px 15px;
  position: relative;
}

.slider__item .video .bg-img {
  width: 100%;
  height: 100%;
}

.play-btn {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
}

/* /reviews */


/* contact */
.contact {
  padding-top: 0px;
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
}

.contact__inner-map {
  width: 545px;
  height: 400px;
  margin-right: 30px;
}

.contact__inner iframe {
  width: 100%;
  height: 100%;
}

.contact__inner-info {
  font-size: 20px;
  font-style: normal;
}

.row {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.links img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigator {
  display: none;
}

.links a {
  font-size: 16px;
  color: #0091FF;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.contact__phone {
  color: #000;
  font-size: 18px;
}

/* /contact */

/* footer */
.footer {
  width: 100%;
  padding: 34px 0px;
  background-color: #4A4A4A;
  margin-top: 100px;
}


.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__wrapper-three {
  display: flex;
  column-gap: 90px;
  flex-wrap: wrap;
}
.footer__inner-column {
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-logo {
  width: 224px;
}
.footer__nav-phone {
  color: white;
  text-decoration: 1px white underline;
  font-size: 16px;
  margin: 23px 0;
}
.footer-whatsapp a{
  display: flex;
  align-items: center;
}
.footer-whatsapp img {
  width: 45px;
}
.footer-whatsapp span {
  margin-left: 14px;
  color: #189E0C;
  text-decoration: 1px underline;
}
.footer-links {
  row-gap: 12px;
}
.footer-links a{
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
opacity: 0.8;
}

.footer-articles {
}
.footer-articles h3 {
  color: #FFF;

font-family: 'Arial Black',sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: normal;
opacity: 0.7;
}
.footer-articles-title {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.footer-articles a {
  margin: 3px 0;
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
opacity: 0.8;
}
.footer-socials {
  margin-top: 40px;
}
.copyright {
  color: #fff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social img {
  width: 32px;
  margin-left: 15px;
}

/* /footer */



/* MODAL */


.modal__wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  display: none;
}

.modal__window {
  position: absolute;
  width: 660px;
  height: 425px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(34, 60, 80, 0.5);
  box-shadow: 0px 4px 14px 0px rgba(34, 60, 80, 0.5);
  border-radius: 5px;
  padding: 15px 30px;
  z-index: 999;
}

.modal__wrapper.mini .modal__window {
  height: max-content;
}

.modal__window .title {
  font-size: 24px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal__window span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-modal {
  float: right;

}

.row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.row__wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 310px;
}

form label {
  font-size: 18px;
  padding-bottom: 5px;
}

form span {
  display: block;
  width: 200px;
}

form input {
  height: 53px;
  font-size: 20px;
  border: none;
  border-radius: 5px !important;
  padding: 14px;
  outline: none;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(38, 38, 38, 0.58) !important;
  box-shadow: 0px 2px 8px 0px rgba(38, 38, 38, 0.58) !important;
  box-shadow: 0px 2px 8px 0px rgba(38, 38, 38, 0.58);
  width: 100%;
}

form input::-webkit-input-placeholder {
  color: #ADA5A5 !important;
  opacity: 0.3;
}

form input::-moz-placeholder {
  color: #ADA5A5;
  opacity: 0.3;
}

form input:-ms-input-placeholder {
  color: #ADA5A5;
  opacity: 0.3;
}

form input::-ms-input-placeholder {
  color: #ADA5A5;
  opacity: 0.3;
}

form input::placeholder {
  color: #ADA5A5;
  opacity: 0.3;
}

.mark {
  width: 255px;
}

.model {
  width: 158px;
}

.year {
  width: 114px;
}

.phone {
  width: 255px;
}

form p {
  width: 296px;
  margin-left: 40px;
  padding-top: 41px;
}

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

form .submit-btn {
  padding: 15px 70px;
  background-color: #FFDA3E !important;
  border-radius: 20px !important;
  margin-top: 30px;
  font-size: 18px;
  outline: none;
}



.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.video-modal video {
  z-index: 5;
  opacity: 1;
max-height: 450px;
    outline: none;
}

.video-modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.video-modal-active{
   display: flex;
}

.invalid{
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 18, 18, 0.58) !important;
  box-shadow: 0px 2px 8px 0px rgba(255, 18, 18, 0.58) !important;
  box-shadow: 0px 2px 8px 0px rgba(255, 18, 18, 0.58);
}
.mobile {
  display: none;
}