body,html{
  margin:0;
  padding: 0;
  font-size: 16px;
  font-family: 'OpenSans', Arial;
  overflow-x: hidden;

}
*::after,*::before,*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4{
  margin:0;
}
section{
  position: relative;
}
h2{
  font-size: 2.2rem;
}
video{
  width: 100%;
}
[v-cloak]
{
  display: none;
}
.c-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .c-menu {
    justify-content: flex-end;
  }
}

@media (max-width: 960px) {
  .c-menu {
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .c-menu {
    flex-direction: row;
  }
}

.c-menu-module {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  padding: 0 3%;
  margin-top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  left: -100%;
  transition: .5s;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .c-menu-module {
    display: block;
  }
}

@media (max-width: 960px) {
  .c-menu-module {
    display: flex;
  }
}

@media (min-width: 960px) {
  .c-menu-module {
    margin-top: 1%;
    left: 0;
    background: transparent;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    margin-bottom: 3%;
  }
}

.c-menu-hamburger {
  display: flex;
  justify-content: flex-end;
  padding: 0 3%;
}

@media (min-width: 960px) {
  .c-menu-hamburger {
    display: none;
  }
}

.c-menu-logo {
  margin-bottom: 5%;
  display: none;
  width: 143px;
}

@media (min-width: 960px) {
  .c-menu-logo {
    margin-bottom: 0%;
    display: block;
  }
}

.c-menu-link {
  text-transform: uppercase;
  padding: 0 20px;
  color: #000;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .c-menu-link {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .c-menu-link {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .c-menu-link {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .c-menu-link {
    color: #fff;
  }
}

.c-menu-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2%;
  background: #fff;
  transition: width .3s;
}

.c-menu-link:hover::after {
  width: 100%;
}
.margin-reset{
  margin: 0;
}
.container{
  max-width: 1360px;
  padding: 0 1.3rem;
  margin: 0 auto;
}
.container__md{
  max-width: 1475px;
  padding: 0 1.3rem;
  margin: 0 auto;
}
.baner{
  position: relative;
}
.baner__dealer {
  position: absolute;
  width: 100%;
  padding: 2rem 0;
}
.baner__image img{
  width: 100%;
}
.text__center{
  text-align: center;
}
.title{
  font-size: 36px;
}
.title.padding{
  padding: 2rem 0;
}
.text{
  font-size: 24px;
}
.badges {
    width: 750px;
    max-width: 100%;
    margin: 50px auto;
    -webkit-box-shadow: 0px 0px 30px -16px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 50px -16px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 30px -16px rgb(0 0 0);
    border-radius: 50px;
}
.badges__padding{
    padding: 3rem 1rem;
}
.badges__row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.badges__col {
    width: calc(100%/2 - 10px);
}
.badges__col.border{
    border-right: 1px solid #e5dbdb;
}
.steps__margin{
  margin: 80px 0;
}
.steps__bg{
  background-color: #EBEBEB;
}
.steps {
    padding: 10px 0px 50px;
}
.steps__row {
    display: flex;
    justify-content: space-between;
}
.steps__item {
    width: calc(100%/3 - 20px);
}
.steps__text{
  color: #808080;
  transition: all .3s ease-in-out;
}
.steps__icon{
  transition: all .3s ease-in-out;
  width: 200px;
}
.steps__icon-wrap{
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.steps__item:hover .steps__icon-circle{
  transition: all .3s ease-in-out;
  fill: #4BA82E;
  opacity: 1;
}
.steps__item:hover .white-path{
  transition: all .3s ease-in-out;
  fill: #fff;
  opacity: 1;
}
.steps__number {
    margin: 0;
    font-size: 350px;
    font-weight: 700;
    line-height: 1;
    /* position: absolute; */
    bottom: 0;
    color: #D6D6D6;
    z-index: 999;
    transition: all .3s ease-in-out;
}
.steps__item:hover .steps__number{
  color: #6B6B6B;
}
.steps__item:hover .steps__text{
  color: #000;
}
.contact {
    padding-bottom: 80px;
}
.footer__bg{
  background-color: #8E8E8E;
  border-top: 8px solid #E0E0E0;
}
.footer__header {
    padding: 40px 0 10px;
    border-bottom: 1px solid #fff;
}
.footer__header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}
.footer__header-row a{
  color: #fff;
}
.footer__dealers {
    padding: 20px 0 50px;
}
.footer__dealers-row:first-of-type {
    display: flex;
    justify-content: space-between;
}
.footer__dealers-row:last-of-type {
  display: flex;
  justify-content: center;
}
.footer__dealers-item {
    color: #fff;
}
.footer__dealers-img {
    height: 60px;
    display: flex;
    align-items: center;
}
.footer__dealers-name {
    font-weight: 700;
}
.footer__dealers-text {
    margin: 0;
}
.footer__dealers-text a {
    color: #fff;
}
@media(max-width: 1700px){
  .container{
    max-width: 1360px;
  }
}

@media(max-width: 1400px){
  .container {
    max-width: 1150px;
  }
  .steps__number{
    font-size: 250px;
  }
  .steps__icon{
    width: 140px;
    height: 140px;
  }
  .footer__dealers-item{
    padding-right: 20px;
  }
  .footer__dealers-item:last-of-type{
    padding-right: 0;
  }
}
@media(max-width: 1200px){
  .baner__dealer {
    padding: 1rem 0;
  }
  .logo{
    width: 100px;
  }
}
@media(max-width: 1000px){
  .text br{
    display: none;
  }
  .steps__number {
    font-size: 200px;
  }
  .footer__dealers-row{
    flex-wrap: wrap;
  }
  .footer__dealers-item {
    width: calc(100%/2);
    padding-bottom: 20px;
  }
}
@media(max-width: 768px){
  .title {
    font-size: 28px;
  }
  .text {
    font-size: 18px;
  }
  .steps__number {
    font-size: 150px;
}
}
@media(max-width: 650px){
  .badges__padding {
    padding: 1rem;
  }
  .badges__col img{
    width: 170px;
  }
  .steps__row{
    flex-direction: column;
  }
  .steps__item{
    width: 100%;
  }
  .steps__icon-wrap{
    justify-content: center;
  }
  .footer__dealers-item {
    width: calc(100%/1);
  }
}
@media(max-width: 550px){
  .baner__dealer{
    position: relative;
  }
  .baner__logo .logo path{
    fill: #000;
  }
  .baner__dealer {
    padding: .5rem 0;
  }
  .title {
    font-size: 22px;
  }
  .text {
    font-size: 16px;
  }
  .badges__row{
    flex-direction: column;
  }
  .badges__col{
    padding: 1rem 0;
  }
  .badges__col.border {
    border-right: none;
    border-bottom: 1px solid #e5dbdb;
  }
  .footer__header-row{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


}

.menu {
  position: fixed;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.menu-logo {
  width: 50%;
  margin-block: -2rem 3rem;
}
.menu-logo img {
  filter: invert(1);
  max-width: 100%;
}
.menu-link {
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.burger-menu {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 35px;
  height: 27px;
  background-color: transparent;
  z-index: 10000;
  border: none;
}
.burger-menu > span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.burger-menu > span:nth-child(2) {
 top: 50%;
 transform: translateY(-50%);
}
.burger-menu > span:nth-child(3) {
  bottom: 0;
  top: unset;
}
.burger-menu.active > span:nth-child(2) {
  opacity: 0;
}
.burger-menu.active > span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.burger-menu.active > span:nth-child(3) {
  transform:  translateY(-50%) rotate(-45deg);
  top: 50%;
}
.burger-menu.active + .menu {
  transform: translateX(0);
}
.burger-menu.active > span {
  background-color: #000;
}
@media (min-width: 860px) {
  .menu {
    transform: translateX(0);
    flex-direction: row;
    justify-content: flex-end;
    background-color: transparent;
    height: auto;
    padding: 1.5rem 5% 3.5rem 3rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
    gap: 1.75rem;
  }
  .menu-link {
    color: #fff;
    font-size: 1rem;
    position: relative;
  }
  .menu-link::after {
    content: '';
    width: 100%;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
    transform-origin: left;
  }
  .menu-link:hover::after{
    transform: scaleX(1);
  }
  .menu-logo {
    width: 160px;
    margin: 0;
    margin-right: auto;
  }
  .menu-logo > img {
    filter: none;
  }
  .burger-menu {
    display: none;
  }
}