.first-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eea410;
  opacity: 1;
}

.first-section-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 26px auto 70px;
}

.first-section-wrapper-text-block {
  position: relative;
  z-index: 1002;
  display: inline-block;
  width: 50%;
  padding-top: 4%;
  float: left;
}

.link {
  width: 100%;
  max-width: 270px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 30px;
  background-color: #fcf200;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .1);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.link:hover {
  background-color: #f7f7f7;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
}

.first-section-wrapper-image-block {
  position: absolute;
  top: 0px;
  right: -120px;
  bottom: 0px;
  z-index: 1001;
  display: inline-block;
  width: 80%;
  height: 500px;
  float: left;
  background-image: url('../images/fartuna_auto.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sign-block {
  position: absolute;
  left: 26%;
  top: -5%;
  right: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/znak_uchenik.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.12;
}

.second-section {
  position: relative;
  padding: 4%;
  background-color: #4f4f4f;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

.second-section-main-wrapper {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.advantage-number-block {
  height: 300px;
  padding-top: 20px;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

.advantage-number-block:hover {
  background-color: #333;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #eea410;
  font-size: 3.5em;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.icon-number-block {
  display: block;
  width: 100px;
  height: 100px;
  margin: 30px auto;
  background-image: url('../images/car-recycling.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-number-block._2 {
  background-image: url('../images/id-card.svg');
}

.icon-number-block._3 {
  background-image: url('../images/presentation.svg');
}

.icon-number-block._4 {
  background-image: url('../images/map.svg');
}

.text-block-2 {
  color: #eea410;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.third-section {
  padding: 4%;
  background-color: transparent;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
}

.third-section-main-container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.step-block {
  position: relative;
  padding: 10%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .15);
}

.step-number-block {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 1000;
  width: 20%;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #dfdfdf;
  font-size: 5em;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}

.text-block-4 {
  position: relative;
  z-index: 1001;
  font-weight: 600;
  text-align: center;
}

.paragraph-2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 15px;
}

.step-picture-block {
  height: 100px;
  background-image: url('../images/theory.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-picture-block._2 {
  background-image: url('../images/practice.jpg');
}

.step-picture-block._3 {
  background-image: url('../images/examine.jpg');
  background-position: 0% 101%;
}

.link-2 {
  position: static;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 30px;
  background-color: #fcf200;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .1);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.link-2:hover {
  border: 1px none #c9c8c8;
  background-color: #dfdfdf;
}

.link-2._2 {
  margin-bottom: 0px;
}

.fourth-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4%;
  background-color: #f7f7f7;
}

.video-text-block {
  padding-right: 30px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}

.paragraph-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 15px;
}

.row {
  position: relative;
  z-index: 1001;
}

.video-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/driving.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .25);
}

.fourth-section-main-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.fifth-section {
  padding: 4%;
}

.fifth-section-main-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.auto-text-block {
  position: static;
  display: inline-block;
  width: 35%;
  padding-right: 10px;
  padding-left: 30px;
  float: left;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
}

.paragraph-4 {
  margin-top: 35px;
  margin-bottom: 0px;
  font-size: 15px;
}

.auto-image-block {
  position: relative;
  overflow: hidden;
  height: 300px;
  border: 3px solid #fff;
  background-color: #ebebeb;
  box-shadow: 0 14px 30px -9px rgba(0, 0, 0, .15);
}

.car-block {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 90%;
  background-image: url('../images/sandero.png');
  background-position: 50% 83%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.car-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.car-block._2 {
  bottom: 0px;
  height: 90%;
  background-image: url('../images/aveo.png');
  background-position: 0% 83%;
  background-size: contain;
}

.car-block._3 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/logan.png');
  background-position: 0% 91%;
}

.car-block._4 {
  bottom: 0px;
  background-image: url('../images/rio.png');
  background-position: 53% 94%;
  background-size: 97%;
}

.heading-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  color: hsla(0, 0%, 97%, .6);
  font-size: 4.8em;
  line-height: 1em;
  text-align: center;
}

.autopark-block {
  position: relative;
  z-index: 1001;
  display: inline-block;
  width: 65%;
  float: left;
}

.column-4 {
  padding-right: 5px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 5px;
}

.six-section {
  position: relative;
  overflow: hidden;
  padding: 4%;
  background-color: #eea410;
}

.six-section-main-container {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.person-block {
  position: relative;
  overflow: hidden;
  height: 300px;
  border: 3px none #c9c8c8;
  background-color: #fff;
  box-shadow: 0 14px 30px -9px rgba(0, 0, 0, .15);
}

.person-text-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  height: 25%;
  padding-top: 17px;
  background-color: rgba(0, 0, 0, .61);
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.text-block-6 {
  color: #c9c8c8;
  font-weight: 400;
  text-align: center;
}

.six-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: url('../images/tekstura.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.03;
}

.seven-section {
  overflow: hidden;
  padding: 4%;
}

.seven-section-main-container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.guarantee-block {
  position: relative;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-left: 0%;
}

.guarantee-block._2 {
  padding-right: 0%;
  padding-left: 10%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}

.quarantee-row._2 {
  margin-top: 100px;
}

.quarantee-row._3 {
  margin-top: 100px;
}

.eight-section {
  position: relative;
  padding: 4%;
  background-color: transparent;
}

.paragraph-8 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 15px;
}

.six-section-row-block {
  display: inline-block;
  width: 60%;
  float: left;
}

.six-section-text-block {
  position: relative;
  display: inline-block;
  width: 40%;
  padding: 14px 30px 14px 14px;
  float: left;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.paragraph-11 {
  margin-top: 30px;
  margin-bottom: 31px;
  color: #fff;
  font-size: 15px;
}

.team-row._2 {
  margin-top: 20px;
}

.bg-car-img-block {
  position: relative;
  left: -170px;
  right: 0px;
  bottom: 12px;
  z-index: 1002;
  width: 180%;
  height: 430px;
  margin-top: 0px;
  background-image: url('../images/car.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.eight-section-main-container {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.license-image-block {
  height: 350px;
  background-image: url('../images/svidetelstvo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.license-image-block._2 {
  background-image: url('../images/license.jpg');
}

.license-image-block._3 {
  background-image: url('../images/prilogenie.jpg');
}

.license-image-block._4 {
  background-image: url('../images/zakluchenie.jpg');
}

.nine-section {
  position: relative;
  padding: 4%;
  background-color: #eea410;
}

.nine-section-main-container {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.ten-section {
  position: relative;
  padding: 4%;
  background-color: #4f4f4f;
}

.ten-section-main-container {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.question-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #636363;
  background-color: transparent;
  box-shadow: none;
}

.question-block._2 {
  margin-top: 25px;
}

.question-block._3 {
  margin-top: 25px;
}

.question-block._4 {
  margin-top: 25px;
}

.text-block-8 {
  display: inline-block;
  width: 80%;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
}

.contact-section {
  position: relative;
  padding: 4%;
  background-color: #eea410;
}

.contact-section-main-container {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 160px auto 250px;
}

.contact-block {
  display: inline-block;
  width: 40%;
  height: 570px;
  padding: 70px 30px 30px 42px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  box-shadow: 14px 14px 40px -3px rgba(0, 0, 0, .25);
}

.text-block-10 {
  color: #fff;
  font-size: 15px;
}

.text-block-11 {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
}

.text-block-12 {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
}

.map-block {
  position: static;
  top: -69px;
  right: 10px;
  bottom: 0px;
  display: inline-block;
  width: 60%;
  height: 670px;
  margin-top: -50px;
  float: left;
  border: 3px none #000;
  box-shadow: 0 20px 40px -3px rgba(0, 0, 0, .25);
}

.footer-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333;
}

.text-block-14 {
  margin-top: 15px;
  color: #c9c8c8;
  text-align: center;
}

.city-image-block {
  position: absolute;
  left: 0px;
  top: -202px;
  right: 0px;
  z-index: 1001;
  height: 205px;
  background-image: url('../images/footer.png');
  background-position: 50% 100%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  z-index: 1003;
  width: 100%;
  background-color: #ffcc18;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.brand {
  margin-top: 15px;
  margin-left: 10px;
  padding: 4px 11px;
  border: 1px solid #6e6b6b;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.brand:hover {
  border-color: #fff;
  opacity: 1;
}

.text-block-16 {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-weight: 600;
}

.text-block-16:hover {
  color: #f7f7f7;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}

.nav-link._2 {
  margin-left: 40px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.nav-link._2:hover {
  color: #f7f7f7;
}

.study-block {
  position: static;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
}

.study-icon-block {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/knowledge.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.study-icon-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.study-icon-block._2 {
  background-image: url('../images/driving-test.svg');
}

.study-icon-block._3 {
  background-image: url('../images/event.svg');
}

.study-icon-block._4 {
  background-image: url('../images/wallet3.svg');
}

.text-block-17 {
  margin-top: 7px;
  color: #fff;
  text-align: center;
}

.text-block-18 {
  margin-top: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.text-span {
  font-family: 'Open Sans', sans-serif;
}

.text-span-2 {
  font-family: 'Open Sans', sans-serif;
}

.text-span-3 {
  font-family: 'Open Sans', sans-serif;
}

.text-span-4 {
  font-family: 'Open Sans', sans-serif;
}

.theory-icon-image-block {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('../images/open-book.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.theory-icon-image-block._2 {
  background-image: url('../images/car.svg');
}

.theory-icon-image-block._3 {
  background-image: url('../images/secure-shield.svg');
}

.theory-icon-image-block._4 {
  background-image: url('../images/first-aid-kit.svg');
}

.text-block-20 {
  margin-top: 4px;
}

.row-3 {
  margin-top: 12px;
}

.row-4 {
  margin-top: 12px;
}

.row-5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.row-6 {
  margin-top: 12px;
  margin-bottom: 30px;
}

.driving-icon-block {
  width: 25px;
  height: 25px;
  background-image: url('../images/breakdown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.driving-icon-block._2 {
  background-image: url('../images/spacing.svg');
}

.driving-icon-block._3 {
  background-image: url('../images/city.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.driving-icon-block._4 {
  background-image: url('../images/steering-wheel.svg');
}

.text-block-21 {
  margin-top: 4px;
}

.row-7 {
  margin-top: 12px;
}

.row-8 {
  margin-top: 12px;
}

.row-9 {
  margin-top: 12px;
}

.row-10 {
  margin-top: 12px;
  margin-bottom: 30px;
}

.text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-weight: 600;
}

.exam-icon-block {
  width: 25px;
  height: 25px;
  background-image: url('../images/learning.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exam-icon-block._2 {
  background-image: url('../images/online-test.svg');
}

.exam-icon-block._3 {
  background-image: url('../images/parking.svg');
}

.exam-icon-block._4 {
  background-image: url('../images/driving-license.svg');
}

.text-block-22 {
  margin-top: 4px;
}

.row-11 {
  margin-top: 12px;
}

.row-12 {
  margin-top: 12px;
}

.row-13 {
  margin-top: 12px;
}

.row-14 {
  margin-top: 12px;
  margin-bottom: 30px;
}

.text-span-7 {
  font-weight: 600;
}

.second-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: url('../images/tekstura.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.03;
}

.fourth-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: url('../images/tekstura.jpg');
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.03;
}

.row-15._2 {
  margin-top: 20px;
}

.text-span-8 {
  font-weight: 600;
}

.text-span-9 {
  font-weight: 600;
}

.text-span-10 {
  font-weight: 600;
}

.contact-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: url('../images/kursk-karta-goroda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.1;
}

.map {
  height: 100%;
}

.text-span-11 {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.guarantee-image-block {
  position: relative;
  height: 400px;
  background-image: url('../images/car-engine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .25);
}

.guarantee-image-block._2 {
  background-image: url('../images/city.jpg');
}

.guarantee-image-block._3 {
  background-image: url('../images/prepare.jpg');
}

.eight-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: url('../images/license_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.14;
}

.paragraph-13 {
  display: none;
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #c9c8c8;
  font-weight: 300;
}

.ten-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: url('../images/ansver_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.03;
}

.reviews-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 400px;
  float: none;
}

.div-block-16 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  height: 250px;
  padding: 5%;
  background-color: rgba(0, 0, 0, .52);
}

.paragraph-14 {
  margin-top: 15px;
  color: #dfdfdf;
  font-weight: 300;
}

.text-block-24 {
  color: #f7f7f7;
  text-align: right;
}

.column-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-7 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-8 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-9 {
  padding-right: 5px;
  padding-left: 5px;
}

.nine-section-bg-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/tekstura.jpg');
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.03;
}

.text-block-25 {
  color: #726d6d;
  font-size: 90px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.text-block-25._2 {
  color: #fff;
  line-height: 1.5em;
}

.text-block-26 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.text-block-26._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.big-header-block {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 70px auto 100px;
}

.text-block-27 {
  position: absolute;
  left: 0px;
  top: -23px;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
}

.h1-block {
  position: relative;
}

.div-block-18 {
  width: 150px;
}

.paragraph-15 {
  display: none;
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #c9c8c8;
}

.paragraph-16 {
  display: none;
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #c9c8c8;
}

.paragraph-17 {
  display: none;
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #c9c8c8;
}

.paragraph-18 {
  display: none;
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #c9c8c8;
}

.plus-block {
  width: 20px;
  height: 20px;
  margin-left: 13%;
  background-image: url('../images/plus-symbol.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.plus-block:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.lightbox-link-4 {
  width: 100%;
  height: 100%;
}

.text-block-28 {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

.contakt-line {
  width: 50%;
  height: 1px;
  margin-top: 30px;
  background-color: #c9c8c8;
}

.text-block-29 {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.text-block-30 {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
}

.text-block-30._2 {
  margin-top: 15px;
  font-size: 15px;
}

.dots-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/dots.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.03;
}

.play-img-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .75);
}

.div-block-20 {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  border-style: solid none solid solid;
  border-width: 10px 20px;
  border-color: transparent #c9c8c8 transparent #4d4444;
}

.lightbox-link-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.unordered-list {
  margin-top: 30px;
}

.list-item {
  font-size: 15px;
}

.list-item-2 {
  margin-top: 10px;
  font-size: 15px;
}

.list-item-3 {
  margin-top: 10px;
  font-size: 15px;
}

.list-item-4 {
  margin-top: 10px;
  font-size: 15px;
}

.unordered-list-2 {
  margin-top: 30px;
}

.unordered-list-3 {
  margin-top: 30px;
}

.list-item-5 {
  margin-top: 10px;
  font-size: 15px;
}

.list-item-6 {
  margin-top: 10px;
  font-size: 15px;
}

.list-item-7 {
  margin-top: 10px;
  font-size: 15px;
}

.list-item-8 {
  font-size: 15px;
}

.list-item-10 {
  margin-top: 10px;
  font-size: 15px;
}

.list-item-11 {
  margin-top: 10px;
  font-size: 15px;
}

.paragraph-19 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.text-span-12 {
  color: #c9c8c8;
  font-size: 14px;
  font-weight: 300;
}

.text-span-13 {
  color: #c9c8c8;
  font-size: 14px;
  font-weight: 300;
}

.text-span-14 {
  color: #c9c8c8;
  font-size: 14px;
  font-weight: 300;
}

.text-span-15 {
  color: #c9c8c8;
  font-size: 14px;
  font-weight: 300;
}

.text-span-16 {
  color: #c9c8c8;
  font-weight: 300;
}

.text-span-17 {
  color: #c9c8c8;
  font-weight: 300;
}

.text-block-32 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 105px;
  display: block;
  color: #c9c8c8;
  text-align: center;
}

.paragraph-20 {
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.comment-block {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.paragraph-21 {
  margin-top: 30px;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

.footer-section-main-container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.help-block {
  border-right: 1px none #c9c8c8;
}

.text-block-33 {
  color: #c9c8c8;
  font-size: 14px;
  text-align: center;
}

.link-4 {
  display: block;
  margin-top: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #c9c8c8;
  text-align: center;
  text-decoration: none;
}

.link-4:hover {
  color: #f7f7f7;
}

.link-5 {
  display: block;
  margin-top: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #c9c8c8;
  text-align: center;
  text-decoration: none;
}

.link-5:hover {
  color: #f7f7f7;
}

.footer-requisites-block {
  border-right: 1px solid #c9c8c8;
  border-left: 1px solid #c9c8c8;
}

.text-block-34 {
  color: #c9c8c8;
  text-align: center;
}

.text-block-34._2 {
  margin-top: 15px;
}

.text-block-34._3 {
  margin-top: 15px;
}

.link-6 {
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #c9c8c8;
  text-align: center;
  text-decoration: none;
}

.link-6:hover {
  color: #f7f7f7;
}

.link-7 {
  display: block;
  margin-top: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #c9c8c8;
  text-align: center;
  text-decoration: none;
}

.link-7:hover {
  color: #f7f7f7;
}

.first-section-mobile-wrapper {
  display: none;
}

.div-block-74 {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.section-politika {
  padding: 4%;
  font-family: Montserrat, sans-serif;
}

.heading-50 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #006dad;
  font-size: 28px;
  text-align: center;
}

.paragraph-50 {
  font-size: 14px;
}

.text-block-52 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-106 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-53 {
  margin-top: 15px;
}

.text-span-19 {
  font-weight: 500;
}

.text-block-81 {
  font-weight: 700;
}

.heading-51 {
  font-size: 22px;
  text-align: center;
}

.link-9 {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link-9:hover {
  color: #c9c8c8;
}

.link-10 {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link-10:hover {
  color: #c9c8c8;
}

.nav {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.nav:hover {
  color: #fff;
}

.nav:focus {
  color: #333;
}

.nav.w--current {
  color: #fff;
}

.person-img-block {
  position: relative;
  z-index: 1000;
  height: 100%;
  background-image: url('../images/director.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.person-img-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.person-img-block._2 {
  background-image: url('../images/administrator.jpg');
}

.person-img-block._3 {
  background-image: url('../images/pedagog.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.person-img-block._4 {
  background-image: url('../images/instructor.jpg');
}

.review-image-block {
  position: relative;
  z-index: 1000;
  height: 100%;
  background-image: url('../images/sergey.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.review-image-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.review-image-block._2 {
  background-image: url('../images/elena.jpg');
}

.review-image-block._3 {
  background-image: url('../images/igor.jpg');
}

.review-image-block._4 {
  background-image: url('../images/nastya.jpg');
}

.modal-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1004;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
}

.modal-section-container {
  position: absolute;
  left: 0px;
  top: 17%;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 5px;
  background-color: #855800;
}

.text-block-108 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.paragraph-104 {
  color: #fff;
  text-align: center;
}

.submit-button {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #fcf200;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.form-block {
  margin-top: 35px;
}

.text-field {
  border-radius: 5px;
}

.text-field-2 {
  border-radius: 5px;
}

.link-11 {
  color: #fff;
  text-decoration: underline;
}

.checkbox-label {
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 20px;
}

.close-block {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-105 {
  display: none;
  width: 90%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #c9c8c8;
}

.text-block-109 {
  margin-top: 25px;
  color: #fff;
  font-size: 15px;
}

.text-block-110 {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.text-block-112 {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
}

.text-span-20 {
  color: #c9c8c8;
  font-size: 14px;
  font-weight: 300;
}

.text-span-21 {
  color: #c9c8c8;
  font-size: 14px;
}

.text-span-22 {
  color: #c9c8c8;
  font-size: 14px;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.link-13 {
  color: #fff;
  text-decoration: none;
}

.link-14 {
  color: #fff;
  text-decoration: none;
}

.reviews_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eea410;
  background-image: -webkit-linear-gradient(270deg, rgba(238, 164, 16, .94), rgba(238, 164, 16, .94)), url('../images/driving.jpg');
  background-image: linear-gradient(180deg, rgba(238, 164, 16, .94), rgba(238, 164, 16, .94)), url('../images/driving.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.reviews_section_main_container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-52 {
  display: block;
  margin: 0px auto;
  color: #fff;
  font-size: 90px;
  line-height: 1em;
  text-align: center;
}

.paragraph-106 {
  display: block;
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
  text-align: center;
}

.button_block {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.first_button_block {
  display: inline-block;
  width: 50%;
  float: left;
}

.second_button_block {
  display: inline-block;
  width: 50%;
  float: left;
}

.link-15 {
  display: block;
  width: 100%;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 30px;
  background-color: #fcf200;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .1);
  color: #333;
  font-size: 18px;
  text-align: center;
}

.link-16 {
  display: block;
  width: 100%;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #f7f7f7;
  border-radius: 30px;
  background-color: transparent;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .1);
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #f7f7f7;
  font-size: 18px;
  text-align: center;
}

.link-16:hover {
  opacity: 1;
}

.disqus_section {
  padding: 4%;
}

.disq_main_block {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 60px auto 200px;
}

.null_block {
  height: 1px;
  margin-bottom: 10px;
}

.rev_button_block {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.first_but_block {
  display: inline-block;
  width: 50%;
  float: left;
}

.second_but_block {
  display: inline-block;
  width: 50%;
  float: left;
}

.link-17 {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #f7f7f7;
  border-radius: 30px;
  background-color: transparent;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .1);
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.link-17:hover {
  opacity: 1;
}

html.w-mod-js *[data-ix="main-section-text-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="main-car-interaction"] {
  opacity: 0;
  -webkit-transform: translate(400px, 0px) scale(0.5, 0.5);
  -ms-transform: translate(400px, 0px) scale(0.5, 0.5);
  transform: translate(400px, 0px) scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="znak-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="header-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 48px);
  -ms-transform: translate(0px, 48px);
  transform: translate(0px, 48px);
}

html.w-mod-js *[data-ix="header-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 81px);
  -ms-transform: translate(0px, 81px);
  transform: translate(0px, 81px);
}

html.w-mod-js *[data-ix="right-side-interaction"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="left-side-nteraction"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media (max-width: 991px) {
  .first-section {
    padding-bottom: 17%;
  }
  .first-section-wrapper {
    display: none;
    margin-bottom: 50px;
  }
  .first-section-wrapper-text-block {
    display: block;
    width: 100%;
  }
  .heading {
    margin-top: 36px;
    font-size: 67px;
  }
  .first-section-wrapper-image-block {
    top: 320px;
    right: 0px;
    display: block;
    width: 100%;
    height: 500px;
  }
  .sign-block {
    left: 37%;
    display: block;
  }
  .step-number-block {
    left: 20px;
    top: 41px;
  }
  .auto-text-block {
    width: 100%;
    margin-top: 40px;
  }
  .car-block {
    background-size: contain;
  }
  .car-block._2 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .car-block._3 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .car-block._4 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .autopark-block {
    width: 100%;
  }
  .column-4 {
    padding-left: 5px;
  }
  .column-5 {
    margin-top: 30px;
    padding-right: 5px;
  }
  .six-section-main-container {
    margin-bottom: 70px;
  }
  .guarantee-block._2 {
    padding-right: 10%;
    padding-left: 0%;
  }
  .quarantee-row._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .six-section-row-block {
    width: 100%;
  }
  .six-section-text-block {
    width: 100%;
  }
  .team-row._2 {
    margin-top: 30px;
  }
  .bg-car-img-block {
    left: 7px;
    display: none;
    width: 100%;
  }
  .contact-block {
    width: 100%;
  }
  .map-block {
    width: 100%;
    height: 570px;
    margin-top: 30px;
  }
  .brand {
    margin-left: 20px;
  }
  .nav-link._2 {
    margin-left: 0px;
  }
  .study-block {
    margin-top: 122px;
  }
  .theory-icon-image-block {
    position: static;
  }
  .row-15._2 {
    margin-top: 30px;
  }
  .contact-section-bg-block {
    background-size: 80%;
  }
  .column-7 {
    margin-top: 30px;
  }
  .column-8 {
    margin-top: 30px;
  }
  .column-9 {
    margin-top: 30px;
  }
  .text-block-25 {
    font-size: 50px;
  }
  .text-block-25._2 {
    font-size: 50px;
  }
  .text-block-26 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .text-block-26._2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-19 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-20 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-21 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-section-main-container {
    margin-top: 50px;
  }
  .footer-requisites-block {
    border-right-style: none;
    border-left-style: none;
  }
  .text-block-34._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-10 {
    margin-top: 30px;
  }
  .column-11 {
    margin-top: 30px;
  }
  .column-12 {
    margin-top: 40px;
  }
  .column-13 {
    margin-top: 30px;
  }
  .column-14 {
    margin-top: 30px;
  }
  .column-15 {
    margin-top: 50px;
  }
  .column-16 {
    margin-top: 50px;
  }
  .column-17 {
    margin-top: 30px;
  }
  .column-18 {
    margin-top: 30px;
  }
  .column-19 {
    margin-top: 30px;
  }
  .column-20 {
    margin-top: 30px;
  }
  .column-21 {
    margin-top: 30px;
  }
  .column-22 {
    margin-top: 30px;
  }
  .heading-9 {
    margin-top: 70px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
  }
  .heading-10 {
    margin-top: 0px;
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    text-align: center;
  }
  .paragraph-22 {
    display: block;
    width: 83%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
  }
  .text-span-18 {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
  }
  .link-8 {
    position: relative;
    z-index: 1001;
    display: block;
    width: 100%;
    max-width: 270px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 30px;
    background-color: #fcf200;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .link-8:hover {
    background-color: #f7f7f7;
  }
  .mobile-car-image-block {
    display: block;
    height: 460px;
    margin-top: -35px;
    background-image: url('../images/fartuna_auto.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .first-section-mobile-wrapper {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .mobile-main-row-block {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-study-block {
    display: inline-block;
    overflow: hidden;
    width: 50%;
    float: left;
  }
  .mobile-study-block._3 {
    margin-top: 40px;
  }
  .mobile-study-block._4 {
    margin-top: 40px;
  }
  .mobile-icon-block {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/knowledge.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  .mobile-icon-block:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .mobile-icon-block._2 {
    background-image: url('../images/driving-test.svg');
  }
  .mobile-icon-block._3 {
    background-image: url('../images/event.svg');
  }
  .mobile-icon-block._4 {
    background-image: url('../images/wallet3.svg');
  }
  .text-block-35 {
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .text-block-36 {
    margin-top: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .menu-button {
    background-color: #ffcc18;
  }
  .menu-button.w--open {
    background-color: #eea410;
  }
  .nav-menu {
    background-color: #eea410;
  }
  .review-image-block {
    background-position: 50% 0px;
  }
  .modal-section-container {
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .heading-52 {
    font-size: 50px;
  }
  .first_but_block {
    width: 100%;
  }
  .second_but_block {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .auto-text-block {
    padding-left: 10px;
  }
  .contact-section-main-container {
    margin-top: 100px;
    margin-bottom: 140px;
  }
  .contact-section-bg-block {
    background-size: cover;
  }
  .text-block-25 {
    font-size: 45px;
  }
  .text-block-25._2 {
    font-size: 45px;
  }
  .heading-9 {
    font-size: 28px;
  }
  .heading-10 {
    font-size: 45px;
  }
  .paragraph-22 {
    font-size: 2em;
  }
  .heading-52 {
    font-size: 45px;
  }
  .paragraph-106 {
    width: 100%;
  }
  .first_button_block {
    width: 100%;
  }
  .second_button_block {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .first-section {
    padding-bottom: 25%;
  }
  .step-number-block {
    left: 13px;
    top: 22px;
    display: block;
  }
  .text-block-3 {
    display: block;
    font-size: 3.5em;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .link-2 {
    max-width: 270px;
    font-size: 16px;
  }
  .video-text-block {
    padding-right: 0px;
  }
  .heading-4 {
    font-size: 16px;
  }
  .paragraph-3 {
    font-size: 14px;
  }
  .heading-5 {
    font-size: 16px;
  }
  .paragraph-4 {
    font-size: 14px;
  }
  .guarantee-block {
    padding-right: 0%;
  }
  .guarantee-block._2 {
    padding-right: 0%;
  }
  .heading-7 {
    font-size: 16px;
  }
  .paragraph-8 {
    font-size: 14px;
  }
  .six-section-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-8 {
    font-size: 16px;
  }
  .paragraph-11 {
    font-size: 14px;
  }
  .text-block-8 {
    font-size: 16px;
  }
  .contact-section-main-container {
    margin-top: 0px;
    margin-bottom: 145px;
  }
  .contact-block {
    height: 650px;
  }
  .text-block-10 {
    font-size: 14px;
  }
  .text-block-11 {
    font-size: 14px;
  }
  .text-block-12 {
    font-size: 14px;
  }
  .city-image-block {
    height: 205px;
  }
  .contact-section-bg-block {
    background-size: 98%;
  }
  .text-block-25 {
    font-size: 27px;
  }
  .text-block-25._2 {
    font-size: 27px;
  }
  .text-block-26 {
    font-size: 12px;
  }
  .big-header-block {
    margin-bottom: 60px;
  }
  .big-header-block._2 {
    margin-bottom: 60px;
  }
  .text-block-28 {
    font-size: 14px;
  }
  .contakt-line {
    width: 40%;
  }
  .text-block-29 {
    font-size: 14px;
  }
  .text-block-30 {
    font-size: 14px;
  }
  .list-item {
    font-size: 14px;
  }
  .list-item-2 {
    font-size: 14px;
  }
  .list-item-3 {
    font-size: 14px;
  }
  .list-item-4 {
    font-size: 14px;
  }
  .list-item-5 {
    font-size: 14px;
  }
  .list-item-6 {
    font-size: 14px;
  }
  .list-item-7 {
    font-size: 14px;
  }
  .list-item-8 {
    font-size: 14px;
  }
  .list-item-10 {
    font-size: 14px;
  }
  .list-item-11 {
    font-size: 14px;
  }
  .paragraph-19 {
    font-size: 14px;
  }
  .paragraph-20 {
    font-size: 14px;
  }
  .paragraph-21 {
    font-size: 14px;
  }
  .heading-9 {
    font-size: 18px;
  }
  .paragraph-22 {
    width: 100%;
    font-size: 1.2em;
  }
  .link-8 {
    font-size: 16px;
  }
  .mobile-car-image-block {
    height: 250px;
    margin-top: -25px;
  }
  .mobile-icon-block {
    width: 50px;
    height: 50px;
  }
  .text-block-35 {
    font-size: 14px;
  }
  .text-block-36 {
    font-size: 16px;
  }
  .heading-50 {
    font-size: 24px;
    line-height: 36px;
  }
  .heading-51 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-52 {
    font-size: 30px;
  }
  .paragraph-106 {
    font-size: 1.2em;
  }
  .link-17 {
    max-width: 270px;
  }
}

