/* Use NAMI Fonts */

@font-face {
  font-family: NAMU;
  src: url('./fonts/NAMU-Pro.ttf');
}

@font-face {
  font-family: ProximaNovaLight;
  src: url('./fonts/ProximaNova-Light.ttf');
}

@font-face {
  font-family: ProximaNovaRegular;
  src: url('./fonts/ProximaNova-Regular.ttf');
}

/* End use NAMI Fonts */

/* Normalize styles */

button,
select {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

section {
  overflow: hidden;
}

input {
  outline: none;
}

/* End normalize styles */

/* Global styles */

html,
body,
button {
  margin: 0;
  font-family: NAMU, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
header{
  font-size: 14px;
}
.jumpersearch body { padding-right: 0!important; }

header > div,
footer > div,
section > div,
footer > div {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.button--yellow {
  background: linear-gradient(180deg, #fbd44b 0%, #ffb800 100%);
  border-radius: 10px;
  padding: 9px 37px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

section {
  background: #fbd44b;
  position: relative;
}

body{
  position: relative;
}

header {
  background: #fff;
}


.underline  {
  text-decoration: underline;
}

.hidden, .hide {
  overflow: hidden;
}

.active {
  display: flex!important;
}

@media only screen and (max-width: 1100px) {
  header > div,
  footer > div,
  section > div,
  footer > div {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 740px) {
  section {
    background: #fff;
    position: relative;
  }
}

@media only screen and (max-width: 600px) {
  header > div,
  footer > div,
  section > div,
  footer > div {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

/* End global styles */

/* Header styles */
.header__wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.header--top {
  margin: 30px auto 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header--top .telephone-wrapper a {
  margin-right: 16px;
  line-height: 150%;
}

.authorize {
  display: flex;
  align-items: center;
  font-family: ProximaNovaRegular, Arial, sans-serif;
}

.authorize .button--yellow {
  margin-right: 32px;
  color: #222222;
  line-height: 22px;
}

.language-dropdown select {
  height: 24px;
  padding: 3px 9px;
  background: #fbd44b;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.authorize .language-dropdown {
  /* margin-right: 32px; */
}

.authorize .login {
  margin-right: 25px;
  font-weight: 100;
}

.authorize .signin {
  font-family: ProximaNovaRegular, Arial, sans-serif;
  font-weight: bold;
}
.header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.header-menu {
  display: flex;
  margin-left: 60px;
}

.header-menu__item {
  margin-right: 50px;
  cursor: pointer;
}

.header-menu__link {
  position: relative;
  font-family: ProximaNovaRegular, Arial, sans-serif;
}

.header-menu__link__active:after,
.header-menu__link:hover:after {
  content: ' ';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #fbd44b 0%, #fbf44b 100%);
}

.header-search {
  position: relative;
  margin-left: 20px;
  display: flex;
}

.header-search__icon {
  position: absolute;
  left: 0;
  padding: 12px 12px 12px 20px;
}

.header-search__input {
  padding: 8px 50px;
  font-size: 18px;
  border: 1px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
}

.header-search__submit {
  margin-left: -20px;
  padding: 9px 55px;
  background: linear-gradient(92.01deg, #fbd44b 0%, #ffb800 98.27%);
  border-radius: 10px;
  z-index: 2;
  font-family: ProximaNovaRegular, Arial, sans-serif;
  font-weight: bold;
}

.header__burger {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .telephone-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 990px) {
  .header-logo {
    width: 32px;
  }
  .header__burger {
    width: 28px;
  }
  .header--top, .header-menu, .header-search__submit  {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .header-search {
    width: 75%;
    margin: 0 20px;
  }
  .header-search__input {
    width: 100%;
  }
  .header--bottom {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 740px) {
  .header__wrapper {
    background: #FBD44B;
  }
  .header-logo {
    border: 0.8px solid #000000;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 600px) {
  .header-search__input {
    font-size: 14px;
    padding-right: 16px;
    padding-left: 32px;
  }
  .header-search__icon {
    padding: 8px 7px;
  }
}

/* End header styles */

/* Burger Menu styles */

.burger-menu {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 6;
  flex-direction: column;
}
.burger__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 21px;
}
.burger__header h5 {
  font-size: 25px;
  margin: 0;
}
.burger-menu__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.burger-menu__left {
  margin-left: 21px;
  width: 320px;
  min-width: 320px;
}
.burger-menu__left h6 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
.burger-menu__left img {
  width: 27px;
  margin-right: 16px;
}
.burger-menu__left a {
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.burger-menu__apps {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.burger-menu__apps a {
  border: 1px solid #FBD44B;
  margin-bottom: 25px;
}
.burger-menu__contacts a{
  background: #FBD44B;
  margin-bottom: 25px;
}
.burger-menu__contacts a:last-child img{
  width: 17px;
  padding: 5px;
}
a.burger-menu__contact-viber {
  background: #7D3DAF;
  color: #fff;
}
a.burger-menu__contact-viber img {
  width: 24px;
}
a.burger-menu__contact-telegram {
  background: #039BE5;
  color: #fff;
  padding: 13.5px 16px;
}
a.burger-menu__contact-telegram img {
  width: 20px;
}
.burger-menu__socials {
  display: flex;
  justify-content: flex-start;
}
.burger-menu__socials a {
  padding: 0;
  margin-right: 30px;
}
.burger-menu__socials img {
  width: 48px;
}
.burger-menu__socials a:last-child  img{
  border: 1px solid #333;
  border-radius: 10px;
}
.burger-menu__right {
  width: auto;
  margin-left: 25px;
}
.burger-menu__right img {
  width: 100%;
}
.burger__close-icon {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .burger-menu__right {
    display: none;
  }
  .burger-menu__left {
    margin-left: 0;
  }
  .burger-menu__body {
    justify-content: space-around;
    overflow: scroll;
    padding-bottom: 25px;
  }
  .burger__header{
    padding: 0;
    width: 320px;
    margin: 20px auto;
  }
  .burger-menu__contacts a, .burger-menu__apps a {
    margin-bottom: 16px;
  }
  .burger-menu__socials {
    justify-content: center;
  }
  .burger-menu__socials a {
    margin-right: 0;
  }
  .burger-menu__socials img {
    margin-right: 30px;
  }
  .burger-menu__socials a:last-child img {
    margin-right: 0;
  }
}


/* Burger Menu styles */

/*  Auto Parts styles */

.auto-parts__wrapper {
  position: relative;
  /* margin-top: 234px; */
}

.auto-parts__background {
  background: url(./assets/images/AutoParts-Fon-FullHD.png), #fbd44b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  max-width: initial;
  width: 100%;
  height: 100%;
}

.auto-parts {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.auto-parts__title {
  margin: 186px 0 0;
  font-weight: 800;
  font-size: 65px;
  line-height: 150%;
}

.auto-parts__sub-title {
  margin: 0 0 40px;
  font-size: 42.5px;
}

.auto-parts__description {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 116px;
}

.auto-parts__social {
  margin-bottom: 273px;
  display: flex;
  align-items: center;
}

.auto-parts__get-order {
  display: none;
  background: #222222;
  border-radius: 10px;
  font-size: 14px;
  line-height: 40px;
  height: 44px;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
}

.auto-parts__social > a  {
  border-radius: 8px;
  padding-left: 12px;
  width: 220px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 13px;
  display: flex;
  align-items: center;
}

.auto-parts__social > a > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.auto-parts__viber {
  background: #7d3daf;
  margin-right: 40px;

}

.auto-parts__telegram  {
  background: #039be5;
}

.auto-parts__viber img {
  height: 70%;
}

.auto-parts__telegram img {
  height: 60%;
}

.auto-parts__social span {
  margin-left: 27px;
}

.auto-parts__application {
  width: 100%;
  position: relative;
}

.auto-parts__application img {
  width: 650px;
  max-width: 650px;
  top: 20px;
  left: -29px;
  height: auto;
  position: absolute;
}

@media only screen and (min-width: 2560px) {
  .auto-parts__background {
    background: url(./assets/images/AutoParts-Fon-4k.png), #fbd44b;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 106%;
  }
}

@media only screen and (max-width: 1120px) {
  .auto-parts__wrapper {
    margin-top: 79px;
  }
  .auto-parts__title {
    font-size: 49px;
  }
  .auto-parts__sub-title {
    font-size: 32px;
  }
  .auto-parts__description {
    font-size: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .auto-parts__title {
    font-size: 40px;
    margin-top: 90px;
  }
  .auto-parts__sub-title {
    font-size: 26px;
  }
  .auto-parts__description {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .auto-parts__social {
    margin-bottom: 90px;
  }
  .auto-parts__social a > div {
    width: 176px;
    height: 48px;
    font-size: 16px;
  }
  .auto-parts__application img{
    width: 60vw;
    position: initial;
  }
  .auto-parts__social > a {
    width: 170px;
    height: 44px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .auto-parts__social > a > div {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 900px) {
  .auto-parts__wrapper {
    margin-top: 79px;
  }
  .auto-parts__application img{
    width: 60vw;
    position: initial;
  }
}

@media only screen and (max-width: 740px) {
  .auto-parts__wrapper {
    margin-top: 79px;
  }
  .auto-parts {
    flex-direction: column-reverse;
  }
  .auto-parts__application {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .auto-parts__application img {
    position: relative;
    left: 0;
    top: 0;
    width: 80%;
    min-width: 240px;
  }
  .auto-parts__info {
    text-align: center;
  }
  .auto-parts__title {
    margin-top: 0;
  }
  .auto-parts__social{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 64px;
  }
  .auto-parts__background {
    background: url(./assets/images/AutoParts-Fon-mobile.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    top: -100px;
  }
}

@media only screen and (max-width: 600px) {
  .auto-parts__wrapper {
    margin-top: 77px;
  }
  .auto-parts {
    margin-bottom: 40px;
  }
  .auto-parts__title{
    font-size: 28px;
  }
  .auto-parts__sub-title {
    font-size: 18.5px;
  }
  .auto-parts__description {
    font-size: 16px;
    margin: 16px auto 40px;
  }
  .auto-parts__get-order {
    display: block;
  }
  .auto-parts__info {
    margin-top: -30px;
  }
  .auto-parts__social {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .auto-parts__social a {
    width: 45%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 440px) {
  .auto-parts__social a {
    margin: 0;
  }
  .auto-parts__social span {
    margin-left: 10px;
    line-height: 10px;
  }
  .auto-parts__viber img {
    width: 20px;
    height: auto;
  }
  .auto-parts__telegram img {
    width: 20px;
    height: auto;
  }
}


/* End Auto Parts styles */

/* Auto Road styles */

.application-road__wrapper {
  height: 840px;
  background: url(./assets/images/Auto-road.png), #fbd44b;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.application-road {
  position: relative;
  height: 100%;
  z-index: 3;
}

.application-road__car-image {
  position: absolute;
  left: 55%;
  top: 35%;
}

.application-road__point {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.application-road__point:nth-child(2) {
  position: absolute;
  top: 25%;
  left: 1%;
  display: flex;
}

.application-road__point:nth-child(3) {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.application-road__point:nth-child(4) {
  position: absolute;
  top: 24%;
  right: 1%;
  display: flex;
}
.application-road__point-mobile-first,
.application-road__point-mobile-second,
.application-road__point-mobile-third  {
  display: none;
}
.application-road__point-mobile-first img:first-child {
  position: absolute;
  top: 0;
  right: 0%;
  transform: rotate(10deg);
}
.application-road__point-mobile-first img:nth-child(2) {
  position: absolute;
  top: 238px;
  right: 27%;
}
.application-road__point-mobile-first img:nth-child(3) {
  position: absolute;
  top: 80px;
  right: 13%;
  transform: rotate(85deg);
  width: 130px;
}
.application-road__point-mobile-second img:first-child {
  position: absolute;
  top: 0;
  left: -10px;
  transform: rotate(10deg);
}
.application-road__point-mobile-second img:nth-child(2) {
  position: absolute;
  top: 140px;
  left: 130px;
}
.application-road__point-mobile-second img:nth-child(3) {
  position: absolute;
  top: -55px;
  left: 30px;
  transform: rotate(20deg);
  width: 130px;
}
.application-road__point-mobile-third img:first-child {
  position: absolute;
  top: 0;
  right: -10px;
  transform: rotate(10deg);
}
.application-road__point-mobile-third img:nth-child(2) {
  position: absolute;
  top: 160px;
  right: 150px;
}
.application-road__point-mobile-third img:nth-child(3) {
  position: absolute;
  top: 30px;
  right: 100px;
  transform: rotate(140deg);
  width: 130px;
}
.application-road__review-image {
  width: 60px;
  height: 100%;
}

.application-road__point-icon {
  position: absolute;
  transform: translate(-150%, -40%);
}

.application-road__review {
  display: flex;
  background-color: #fff;
  width: 200px;
  height: 65px;
  position: relative;
}

.application-road__review-info {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin: 12px 8px 4px;
}

.application-road__review-info h5 {
  margin: 0;
  padding: 0;
  font-family: ProximaNovaRegular, Arial, sans-serif;
  font-size: 12px;
}

.application-road__review-info p {
  margin: 0;
  padding: 0;
  font-family: ProximaNovaRegular, Arial, sans-serif;
  font-size: 10px;
  margin-top: 5px;
}

.application-road__review-info a {
  margin: 0;
  padding: 0;
  font-family: ProximaNovaRegular, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.01em;
  color: #0080ff;
  margin-top: 6px;
}

.application-road__target {
  position: relative;
  margin: 25px 0 65px;
}

.application-road-mark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 37px;
  height: 37px;
  background: #222222;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: ProximaNovaRegular, Arial, sans-serif;
}

.application-road__title {
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  color: #000000;
  padding: 0;
  margin: 0 0 11px;
}

.application-road__description {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  max-width: 240px;
  margin: 0 0 32px;
}

.application-road__active-button {
  background: #222222;
  border-radius: 10px;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #ffffff;
  width: 240px;
  height: 60px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-road__active-button:hover{
  color: #fff;
  text-decoration: none;
}

.application-road__point-mobile {
  display: none;
}

@media only screen and (max-width: 1175px) {
  .application-road__wrapper {
    background: url(./assets/images/Auto-road-tablet.png) #fbd44b;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .application-road__car-image {
    top: 34%;
  }
  .application-road__point:nth-child(2) {
    top: 22%;
  }
  .application-road__point:nth-child(4) {
    top: 23%;
  }
}

@media only screen and (max-width: 990px) {
  .application-road__title {
    font-size: 18px;
  }
  .application-road__description {
    font-size: 14px;
  }
  .application-road__active-button {
    font-size: 16px;
    width: 220px;
    height: 44px;
  }
  .application-road__wrapper {
    height: 680px;
  }
  .application-road__car-image {
    display: none;
  }
  .application-road__point:nth-child(2) {
    top: 19%;
  }
  .application-road__point:nth-child(3) {
    top: 31%;
  }
  .application-road__point:nth-child(4) {
    top: 20%;
  }
}

@media only screen and (max-width: 900px) {
  .application-road__point:nth-child(2) {
    top: 20%;
  }
  .application-road__point:nth-child(4) {
    top: 21%;
  }
}

@media only screen and (max-width: 800px) {
  .application-road__point:nth-child(2) {
    top: 22%;
  }
  .application-road__point:nth-child(4) {
    top: 23%;
  }
}

@media only screen and (max-width: 740px) {
  .application-road__wrapper {
    height: auto;
  }
  .application-road__wrapper {
    background: url(./assets/images/auto-road-mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .application-road {
    flex-direction: column;
    align-items: center;
    margin-bottom: 250px;
  }
  .application-road__point {
    position: initial!important;
    left: 0!important;
    transform: none!important;
  }
  .application-road__review, .application-road__target {
    display: none;
  }
  .application-road__point-mobile-first {
    display: block;
    position: relative;
    margin-top: -20px;
    height: 350px;
    width: 230px;
  }
  .application-road__point-mobile-second {
    display: block;
    position: relative;
    margin-top: 70px;
    height: 250px;
    width: 100vw;
   }
   .application-road__point-mobile-third {
    display: block;
    position: relative;
    margin-top: 70px;
    height: 250px;
    width: 100vw;
   }
}

/* End Auto Road styles */

/* Application styles */

.application {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 314px 30px;
  position: relative;
  overflow: hidden;
}

.application__wrapper {
  position: relative;
  overflow: visible;
  z-index: 2;
}

.application__background {
  position: absolute;
  max-width: 100%;
  top: -156px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application__background img{
  width: 4000px;
  height: 1469px;
}

.application__info {
  position: relative;
  z-index: 2;
}

.application__title {
  margin: 0 0 50px;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: 0.01em;
}

.application__item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.application__item span {
  margin-left: 38px;
  font-size: 25px;
}

.application__download-links {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.application__download-links img {
  margin-right: 40px;
}

.application__image-wrapper {
  position: absolute;
  right: -5%;
  z-index: 1;
  width: 600px;

}
@media only screen and (max-width: 1175px) {
  .application__background {
    display: none;
  }
  .application__wrapper {
    background: url(./assets/images/Application-fon-tablet.png) #fbd44b;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 1150px) {
  .application {
    box-sizing: border-box;
  }
  .application__title {
    font-size: 56px;
  }
  .application__image-wrapper{
    width: 55vw;
  }
  .application__image-wrapper img {
    width: 100%;
  }
}

@media only screen and (max-width: 1050px) {
  .application {
    height: 810px;
    padding: 0 30px;
  }
  .application__title {
    font-size: 40px;
  }
  .application__item span {
    margin-left: 16px;
    font-size: 20px;
  }
  .application__download-links img {
    width: 180px;
  }
  .application__title {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 740px) {
  .application {
    position: initial;
    padding-top: 50vw;
    height: auto;
  }
  .application__wrapper {
    background: #fff;
    padding-bottom: 94px;
  }
  .application__background {
    display: none;
  }
  .application {
    flex-direction: column-reverse;
  }
  .application__image-wrapper {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .application__item{
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    padding: 11px;
    margin: 10px 20px;
  }
  .application__title {
    text-align: center;
    font-size: 28px;
    width: 100vw;
    margin: 0 auto;
  }
  .application__download-links {
    justify-content: space-between;
    margin: 60px 20px 0;
  }
  .application__download-links a:first-child {
    margin-right: 10px;
  }
  .application__download-links img {
    width: 100%;
    margin-right: 0;
    max-width: 240px;
  }
}


/* End Application styles */

/* Help styles */

.help__wrapper {
  background: url(./assets/images/Auto-road.png), #fbd44b;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.help {
  margin-bottom: 270px;
  width: 75%;
  position: relative;
}

.help-car {
  z-index: 1;
  position: absolute;
  left: 0;
  transform: translate(-50%, -30%);
  top: 52%;
}

.help-form__wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 70px 60px 70px 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help__description {
  max-width: 315px;
}

.help__title {
  margin: 0;
  font-size: 120px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #000000;
}

.help__sub-title {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0 0 16px;
  line-height: 37px;
}

.help__text {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  line-height: 27px;
}

.help__form {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help__form-telephone {
  background: #FBD44B;
  border-radius: 8px;
  padding: 11px 30px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.help__form-telephone span{
  margin-left: 20px;
  white-space: nowrap;
  font-size: 22px;
  font-family: ProximaNovaRegular, Arial, sans-serif;
}

.help__form-socials {
  display: flex;
}

.help__form a:last-child {
  margin-left: 29px;
}

@media only screen and (max-width: 1200px) {
  .help {
    width: 100%;
    padding: 0 30px;
  }
	.help__wrapper {
	  background: #fbd44b;
	}
	.help-form__wrapper {
	  padding: 20px;
	}
	.help-car {
	  left: 5%;
	  transform: translate(0%, -21%) rotate(-99deg);
	  top: 83%;
  }
  .help__title {
    margin-top: 30px;
  }
  .help__description {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .help {
    margin-bottom: 220px;
  }
	.help__form-input {
	  padding: 20px 64px 20px 24px;
	}
	.help__form-submit {
    position: relative;
    width: 100%;
    right: 0;
  }
  .help__form {
    flex-direction: column;
    align-items: flex-end;
  }
  .help__form-telephone {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 740px) {
  .help__wrapper:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-9%, -70%);
  }
  .help {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .help__form {
    align-items: center;
  }
  .help__form-telephone img {
    width: 24px;
  }
  .help__form-telephone {
    padding: 8px 15px;
  }
  .help__form-telephone span {
    font-size: 16px;
  }
  .help__form-socials img {
    width: 40px;
  }
  .help-form__wrapper {
    flex-direction: column;
  }
  .help__description {
    max-width: 90%;
    text-align: center;
  }
  .help__title {
    font-size: 80px;
  }
  .help__sub-title {
    font-size: 22px;
  }
  .help__form {
    width: 100%;
  }
  .help__form-input {
    width: 100%;
  }
  .help__wrapper {
    background: url(./assets/images/Auto-road.png), #fbd44b;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 71% 122%;
  }
  .help-car {
    left: 33%;
    transform: rotate(6deg);
    bottom: -45%;
    top: auto;
  }
}
@media only screen and (max-width: 440px) {
  .help-car {
    bottom: -46%;
  }
}
@media only screen and (max-width: 360px) {
  .help-car {
    bottom: -43%;
  }
}

/* End Help styles */

/* Footer styles */

.footer__wrapper {
  background: #292929;
  color: #fff;
}

.footer {
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
}

.footer__social {
  width: 30%;
  font-size: 10px;
  font-family: ProximaNovaRegular, Arial, sans-serif;
}

.footer__social-logo {
  width: 63px;
}

.footer__licence {
  padding: 0;
  margin: 6px 0 6px;
}

.footer__copyrights {
  margin-bottom: 34px;
}

.footer__social-links {
  display: flex;
}

.footer__social-links a {
  margin-right: 22px;
}

.footer-info__blocks {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-info__block {
  display: flex;
  flex-direction: column;
}

.footer-info__block a {
  margin-bottom: 16px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.footer-info__block a:last-child {
  margin-bottom: 0;
}

.footer-info__title{
  margin: 0 0 20px;
  color: #616161;
  font-size: 24px;
}

a.footer__map {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .footer {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 990px) {
  .footer-info__blocks {
    flex-direction: column;
  }
  .footer-info__title {
    width: 100%;
  }
  .footer-info__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer-info__block a {
    display: inline-block;
    margin-right: 25px;
  }
  a.footer__map {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-info__blocks {
    text-align: center;
    align-items: center;
  }
  .footer-info__block {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer-info__title {
    font-size: 24px;
    color: #fff;
    margin-top: 60px;
  }
  .footer-info__block a {
    font-size: 16px;
    color: #FBD44B;
    width: 100%;
    border-top: 0.5px solid #7B7B7B;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    display: block;
    padding: 19px 0;
    margin: 0;
  }
  .footer-info__block a:last-child {
    border-bottom: 0.5px solid #7B7B7B;
  }
  a.footer-info___country {
    display: none;
  }
  .footer__social {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }
  .footer__social-links img {
    width: 58px;
  }
  .footer__right {
    margin-top: 40px;
  }
  .footer__right img {
    width: 36px;
  }
  a.footer__map {
    display: block;
    width: 100%;
    border-bottom: none!important;
  }
  a.footer__map  img {
    width: 100%;
  }
}

/* End Footer styles */

/* Modal Style */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: space-around;
  z-index: 10;
}

.modal:after {
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.39;
  position: absolute;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
  cursor: pointer;
}

.modal__body {
  display: flex;
  flex-direction: column;
  width: 75%;
  position: relative;
  z-index: 6;
  margin-top: 45px;
}

.modal-application__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  background-color: #222222;
  padding-top: 60px;
}

.modal-application__body {
  background-color: #fff;
  padding-bottom: 24px;
}


.modal-application__items {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.modal-application__item {
  padding: 50px 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 50%;
}

.modal-application__item:first-child {
  border-right: 1px solid #E8E8E8;
}
.modal-application__item h4 {
  margin: 0;
  font-weight: 900;
  font-size: 40px;
}

.modal-application__item p {
  width: 60%;
  margin: 20px auto 45px;

}

.modal-application__links {
  display: flex;
  flex-direction: column;
}

.modal-application__links a:first-child {
  margin-bottom: 25px;
}

.modal-application__logo {
  display: none;
}

.modal-close__button {
  display: none;
  width: 50%;
  min-width: 240px;
  margin: 0 auto;
  color: #0080FF;
  font-size: 16px;
}

@media only screen and (max-width: 990px) {
  .modal__body {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .modal__body {
    margin-top: 0;
  }
  .modal-application__items {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal-application__item:first-child {
    border: none;
  }
  .modal-application__item {
    width: 90%;
  }
  .modal-application__item h4 {
    font-size: 18px;
    margin-top: 12px;
  }
  .modal-application__item p {
    font-size: 12px;
    margin: 10px auto 20px;
  }
  .modal-application__header {
    display: none;
  }
  .modal-application__item {
    margin: 0;
    padding: 0;
    margin: 24px 0 0;
    border: none;
  }
  .modal-application__logo {
    display: block;
    width: 40px;
    margin: 0 auto;
  }
  .modal-application__links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .modal-application__links a{
    width: 45%;
  }
  .modal-application__links img{
    width: 100%;
  }
  .modal-close {
    display: none;
  }
  .modal-close__button {
    display: block;
  }
}
/* End Modal Style */
