#main {
  height: 100vh;
  background: #FE6309;
}
#main h1 {
  color: #292A2C;
  font-family: Montserrat-ExtraBold;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 30px;
  position: relative;
}
#main h2 {
  color: #292A2C;
  font-family: Montserrat-SemiBold;
  font-size: 25px;
  border-radius: 7px;
  padding: 13px 26px;
  background: #ffffff;
}
#main h2 span {
  color: #FE6309;
  text-transform: uppercase;
}
#main .btn-main {
  color: #292A2C;
  font-family: GilroySemiBold;
  font-size: 20px;
  line-height: 24px;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
#main .btn-main svg {
  height: auto;
  width: 90px;
}
#main .btn-main:hover {
  opacity: 0.6;
}
#main .wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
#main .wrapper .content {
  height: calc( 100% - 100px );
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
#main .wrapper .content .main {
  height: auto;
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
  background: rgba(255, 0, 0, 0);
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(41, 42, 44, 0.1) 80%);
  z-index: 102;
}
#main .wrapper .content .main .col {
  height: 100%;
  width: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#main .wrapper .content .main .col:nth-child(2n) {
  justify-content: flex-end;
  margin: 0 80px;
}
#main .wrapper .content .main .col img {
  height: 70%;
  width: auto;
  z-index: 102;
  margin-bottom: -15px;
}
#main .wrapper .content .ticker {
  height: auto;
  width: 100%;
  display: flex;
  background-image: url("../../img/texture.png");
  overflow: hidden;
  z-index: 101;
  flex-shrink: 0;
}
#main .wrapper .content .ticker .ticker__list {
  display: flex;
  white-space: nowrap;
  animation: ticker 50s infinite linear;
  margin: 30px 0;
}
#main .wrapper .content .ticker .ticker__list .ticker__item {
  color: #FE6309;
  text-transform: uppercase;
  font-family: GilroyLight;
  font-size: 22px;
  line-height: 22px;
  margin-right: 40px;
  vertical-align: middle;
}
#main .wrapper .content .ticker-2 .ticker__list {
  animation: ticker-reverse 50s infinite linear;
}

#autopark {
  height: 100vh;
  background: #292A2C;
  color: #ffffff;
}
#autopark h1 {
  font-family: Montserrat-Bold;
  font-size: 65px;
}
#autopark p {
  font-family: GilroyLight;
  font-size: 18px;
  line-height: 23px;
}
#autopark p span {
  font-family: GilroyExtraBold;
}
#autopark .title {
  color: transparent;
  font-family: Montserrat-ExtraBoldItalic;
  font-size: 133px;
  line-height: 120px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  align-self: flex-end;
}
#autopark .page-1::before {
  background-image: url(../../img/autopark/1.jpg);
}
#autopark .page-2::before {
  background-image: url(../../img/autopark/2.jpg);
}
#autopark .page-3::before {
  background-image: url(../../img/autopark/3.jpg);
}
#autopark .page-4::before {
  background-image: url(../../img/autopark/4.jpg);
}
#autopark .page-5::before {
  background-image: url(../../img/autopark/5.jpg);
}
#autopark .page-6::before {
  background-image: url(../../img/autopark/6.jpg);
}
#autopark .page-7::before {
  background-image: url(../../img/autopark/7.jpg);
}
#autopark .page {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#autopark .page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(30%);
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#autopark .page .content {
  height: 80%;
  width: 85%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
#autopark .page .content .row {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
}
#autopark .page .content .row .col {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
#autopark .page .content .row .col .bullets {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
#autopark .page .content .row .col .bullets .bullet__row {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
#autopark .page .content .row .col .bullets .bullet__row .bullet__item {
  width: 50%;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
}
#autopark .page .content .row .col .bullets .bullet__row .bullet__item img {
  height: 75px;
  width: auto;
  margin-right: 17px;
}

#packages, #courses {
  padding: 110px 0;
  background-image: url("../../img/texture.png");
  text-align: center;
}
#packages h1, #courses h1 {
  color: #ffffff;
  font-family: Montserrat-ExtraBold;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 48px;
}
#packages h1 span, #courses h1 span {
  color: #FE6309;
}
#packages h2, #courses h2 {
  color: transparent;
  font-family: Montserrat-ExtraBoldItalic;
  font-size: 70px;
  line-height: 80px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FE6309;
  position: relative;
}
#packages h2::after, #courses h2::after {
  height: auto;
  width: auto;
  position: absolute;
  top: -10px;
  right: -15px;
  color: #ffffff;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 17px;
  border-radius: 7px;
  padding: 5px 7px;
  white-space: nowrap;
  -webkit-text-stroke-width: 0;
  transform: rotate(3deg);
}
#packages h3, #courses h3 {
  color: #000000;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 22px;
  background: #ffffff;
  padding: 9px 20px;
  border-radius: 7px;
}
#packages h3 span, #courses h3 span {
  color: #FF2121;
}
#packages h4, #courses h4 {
  color: #FE6309;
  font-family: Montserrat-ExtraBoldItalic;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
#packages p, #courses p {
  color: #ffffff;
  font-family: Montserrat-Light;
  font-size: 16px;
  line-height: 25px;
  margin-top: 50px;
}
#packages p span, #courses p span {
  color: #FE6309;
}
#packages .btn, #courses .btn {
  margin-top: 50px;
}
#packages .wrapper, #courses .wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#packages .wrapper .content, #courses .wrapper .content {
  width: 90%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#packages .wrapper .content .packages__row, #courses .wrapper .content .packages__row {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
}
#packages .wrapper .content .packages__row .packages__item, #courses .wrapper .content .packages__row .packages__item {
  height: auto;
  width: 20%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
#packages .wrapper .content .packages__row .top, #courses .wrapper .content .packages__row .top {
  border: 2px solid red !important;
  border-radius: 8px;
  position: relative;
}
#packages .wrapper .content .packages__row .top::before, #courses .wrapper .content .packages__row .top::before {
  content: "TOP";
  position: absolute;
  top: 20px;
  left: 15px;
  color: red;
  font-family: GilroyExtraBold;
  font-size: 30px;
  transform: rotate(-30deg);
}

#price_list {
  padding: 80px 0;
  background: #FE6309;
}
#price_list h1 {
  color: #292A2C;
  font-family: Montserrat-SemiBold;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
#price_list h1 span {
  color: #ffffff;
}
#price_list h2 {
  color: #292A2C;
  font-family: Montserrat-Regular;
  font-size: 18px;
  padding: 25px 15px;
}
#price_list h2 span {
  font-family: Montserrat-SemiBold;
  color: #ffffff;
  white-space: nowrap;
}
#price_list h3 {
  color: #292A2C;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
#price_list .btn {
  margin-top: 75px;
}
#price_list .wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#price_list .wrapper .content {
  width: 80%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
#price_list .wrapper .content .col {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#price_list .wrapper .content .col:nth-child(1) {
  width: 50%;
}
#price_list .wrapper .content .col:nth-child(2) {
  width: 40%;
}
#price_list .wrapper .content .col .list__item {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #292A2C;
}
#price_list .wrapper .content .col .list__item:nth-last-child(1) {
  border: none;
}

#instructors {
  height: 100vh;
  color: #ffffff;
  background: #292A2C;
}
#instructors h2 {
  color: #FE6309;
  font-family: Montserrat-Bold;
  font-size: 45px;
  line-height: 55px;
}
#instructors h1 {
  color: transparent;
  font-family: Montserrat-ExtraBoldItalic;
  font-size: 120px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
}
#instructors h1 span {
  color: #ffffff;
  font-family: GilroyMedium;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  bottom: -15px;
  right: -50px;
  text-transform: none;
}
#instructors p {
  color: #ffffff;
  font-family: GilroyLight;
  font-size: 20px;
  line-height: 32px;
}
#instructors .page-1::before {
  background-image: url(../../img/instructors/1.jpg);
}
#instructors .page-2::before {
  background-image: url(../../img/instructors/2.jpg);
}
#instructors .page-3::before {
  background-image: url(../../img/instructors/3.jpg);
}
#instructors .page-4::before {
  background-image: url(../../img/instructors/4.jpg);
}
#instructors .page-5::before {
  background-image: url(../../img/instructors/5.jpg);
}
#instructors .page-6::before {
  background-image: url(../../img/instructors/6.jpg);
}
#instructors .page {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
#instructors .page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(30%);
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#instructors .page .content {
  height: 80%;
  width: 85%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
#instructors .page .content .row {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
}
#instructors .page .content .row .col {
  width: 45%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
#instructors .page .content .row .col:nth-child(2) {
  align-items: flex-end;
  justify-content: flex-end;
}

#extras {
  padding: 100px 0;
  background-image: url("../../img/texture.png");
  text-align: center;
}
#extras h1 {
  color: #FE6309;
  font-family: Montserrat-ExtraBold;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 40px;
}
#extras h2 {
  color: #FE6309;
  font-family: Montserrat-Regular;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 5px;
}
#extras p {
  color: #ffffff;
  font-family: Montserrat-Regular;
  font-size: 22px;
  line-height: 27px;
}
#extras .wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#extras .wrapper .item__list {
  width: 70%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#extras .wrapper .item__list .item {
  width: 40%;
  margin: 40px 5%;
}

#partners {
  padding: 110px 0;
  background: #FE6309;
  text-align: center;
}
#partners h1 {
  color: #000000;
  font-family: Montserrat-ExtraBold;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 40px;
}
#partners .wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#partners .wrapper .item__list {
  width: 80%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
#partners .wrapper .item__list .partners_Img {
  max-width: 16%;
}

#contacts {
  padding: 100px 0;
  background-image: url("../../img/texture.png");
}
#contacts h1 {
  color: #ffffff;
  font-family: Montserrat-ExtraBold;
  font-size: 68px;
  line-height: 83px;
  text-transform: uppercase;
}
#contacts p {
  color: rgba(255, 255, 255, 0.3);
  font-family: GilroyRegular;
  font-size: 18px;
  line-height: 21px;
  margin: 40px 0;
  text-align: center;
}
#contacts p a {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  display: block;
  transition: 0.3s ease;
}
#contacts p a:hover {
  opacity: 0.6;
}
#contacts form {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
#contacts form input[type=text] {
  width: 100%;
  color: #ffffff;
  font-family: GilroyMedium;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 35px;
  padding: 10px 25px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#contacts form button {
  color: #FE6309;
  font-family: GilroyBold;
  font-size: 25px;
  line-height: 30px;
  margin-left: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
#contacts form button::after {
  margin-left: 10px;
  content: url("../../img/ico/arrow-o.svg");
  display: inline-block;
}
#contacts form button:hover {
  opacity: 0.6;
}
#contacts .wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#contacts .wrapper .socials {
  margin-top: 150px;
}
#contacts .wrapper .content {
  width: 70%;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
}
#contacts .wrapper .content .col {
  display: flex;
  flex-flow: column;
}
#contacts .wrapper .content .col:nth-child(1) {
  width: 50%;
  align-items: flex-start;
}
#contacts .wrapper .content .col:nth-child(2) {
  width: 30%;
  align-items: center;
}

.owl-nav {
  position: absolute;
  top: 50px;
  right: 50px;
}
.owl-nav button {
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.owl-nav button:hover {
  opacity: 0.6;
}
.owl-nav .arrow-l, .owl-nav .arrow-r {
  content: url("../../img/ico/arrow-circle-w-l.svg");
}
.owl-nav .arrow-r {
  transform: rotate(180deg);
  margin-left: 20px;
}

@media screen and (max-width: 1601px) {
  #main h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  #main h1::after {
    font-size: 15px;
    line-height: 19px;
    top: -18px;
    right: -15px;
    padding: 4px 12px;
  }
  #main h2 {
    font-size: 18px;
    padding: 10px 26px;
  }
  #main .btn-main {
    font-size: 14px;
    line-height: 17px;
  }
  #main .btn-main svg {
    width: 66px;
  }
  #main .wrapper .content {
    height: calc( 100% - 70px );
  }
  #main .wrapper .content .main .col:nth-child(2n) {
    margin: 0 50px;
  }
  #main .wrapper .content .main .col img {
    height: 60%;
    margin-bottom: -10px;
  }
  #main .wrapper .content .ticker .ticker__list {
    margin: 20px 0;
  }
  #main .wrapper .content .ticker .ticker__list .ticker__item {
    font-size: 15px;
    line-height: 15px;
    margin-right: 30px;
  }

  #autopark h1 {
    font-size: 35px;
  }
  #autopark p {
    font-size: 14px;
    line-height: 18px;
  }
  #autopark .title {
    font-size: 80px;
    line-height: 80px;
  }
  #autopark .page .content {
    height: 80%;
    width: 90%;
  }
  #autopark .page .content .row .col {
    width: 50%;
  }
  #autopark .page .content .row .col .bullets .bullet__row {
    width: 100%;
    margin-top: 35px;
  }
  #autopark .page .content .row .col .bullets .bullet__row .bullet__item img {
    height: 53px;
    margin-right: 17px;
  }

  #packages, #courses {
    padding: 65px 0;
  }
  #packages h1, #courses h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  #packages h2, #courses h2 {
    font-size: 55px;
    line-height: 70px;
  }
  #packages h3, #courses h3 {
    font-size: 16px;
    line-height: 19px;
    padding: 9px 20px;
    border-radius: 7px;
  }
  #packages h4, #courses h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #packages p, #courses p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  #packages .btn, #courses .btn {
    margin-top: 50px;
  }
  #packages .wrapper, #courses .wrapper {
    width: 100%;
  }
  #packages .wrapper .content, #courses .wrapper .content {
    width: 90%;
  }
  #packages .wrapper .content .packages__row, #courses .wrapper .content .packages__row {
    width: 100%;
  }
  #packages .wrapper .content .packages__row .packages__item, #courses .wrapper .content .packages__row .packages__item {
    width: 20%;
  }
  #packages .wrapper .content .packages__row .top, #courses .wrapper .content .packages__row .top {
    border-radius: 8px;
  }
  #packages .wrapper .content .packages__row .top::before, #courses .wrapper .content .packages__row .top::before {
    top: 15px;
    left: 10px;
    font-size: 24px;
  }

  #price_list {
    padding: 70px 0;
  }
  #price_list h1 {
    font-size: 19px;
    line-height: 22px;
  }
  #price_list h2 {
    font-size: 14px;
    padding: 20px 15px;
  }
  #price_list h3 {
    font-size: 14px;
    line-height: 18px;
  }
  #price_list .btn {
    margin-top: 50px;
  }
  #price_list .wrapper .content {
    width: 90%;
  }

  #instructors h2 {
    font-size: 35px;
    line-height: 40px;
  }
  #instructors h1 {
    font-size: 65px;
    margin-bottom: 80px;
  }
  #instructors h1 span {
    font-size: 15px;
    line-height: 22px;
    bottom: -15px;
    right: -50px;
  }
  #instructors p {
    font-size: 14px;
    line-height: 22px;
  }
  #instructors .page .content {
    height: 80%;
    width: 90%;
  }
  #instructors .page .content .row {
    width: 100%;
  }
  #instructors .page .content .row .col {
    width: 45%;
  }

  #extras h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  #extras h2 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 5px;
  }
  #extras p {
    font-size: 18px;
    line-height: 26px;
  }

  #partners {
    padding: 100px 0;
  }
  #partners h1 {
    font-size: 25px;
    line-height: 55px;
    margin-bottom: 30px;
  }

  #contacts h1 {
    font-size: 47px;
    line-height: 57px;
  }
  #contacts p {
    font-size: 14px;
    line-height: 16px;
    margin: 30px 0;
  }
  #contacts p a {
    font-size: 18px;
    line-height: 25px;
    margin-top: 7px;
  }
  #contacts form {
    width: 100%;
  }
  #contacts form input[type=text] {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 25px;
    padding: 10px 25px;
  }
  #contacts form button {
    font-size: 17px;
    line-height: 20px;
    margin-left: 25px;
  }
  #contacts .wrapper .socials {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  #main {
    height: auto;
    text-align: center;
    padding-top: 130px;
  }
  #main h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #main h1::after {
    font-size: 15px;
    line-height: 19px;
    top: -15px;
    right: 30px;
    border-radius: 7px;
    padding: 4px 12px;
  }
  #main h2 {
    font-size: 14px;
    border-radius: 7px;
    padding: 10px 10px;
  }
  #main h3 {
    color: #ffffff;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    text-transform: uppercase;
    width: 90%;
  }
  #main .ticker-mobile {
    padding: 30px 0;
    width: 100%;
    background: #292A2C;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #main .btn-group {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-around;
    margin: 40px 0;
  }
  #main .btn-main {
    font-size: 16px;
    line-height: 20px;
    margin: 0 5px;
  }
  #main .btn-main svg {
    width: 75px;
  }
  #main .wrapper {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
  }
  #main .wrapper .content {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #main .wrapper .content .main {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  #main .wrapper .content .main .col {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #main .wrapper .content .main .col:nth-child(2n) {
    justify-content: center;
    margin: 0 80px;
  }
  #main .wrapper .content .main .col img {
    height: auto;
    width: 80%;
    z-index: 102;
    margin-bottom: -15px;
  }
  #main .wrapper .content .ticker {
    display: none;
  }

  #autopark {
    height: auto;
    text-align: center;
  }
  #autopark h1 {
    width: 100%;
    font-size: 40px;
    justify-content: center;
    padding: 40px 0;
  }
  #autopark p {
    font-size: 18px;
    line-height: 23px;
  }
  #autopark .title {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
  #autopark .page {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
  }
  #autopark .page::before {
    content: "";
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    filter: brightness(80%);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #autopark .page .content {
    height: auto;
    width: 95%;
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  #autopark .page .content .row {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #autopark .page .content .row .col {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #autopark .page .content .row .col .bullets {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #autopark .page .content .row .col .bullets .bullet__row {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }
  #autopark .page .content .row .col .bullets .bullet__row .bullet__item {
    width: 100%;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    margin: 20px 0;
  }
  #autopark .page .content .row .col .bullets .bullet__row .bullet__item img {
    height: 75px;
    width: auto;
    margin-right: 0;
  }
  #autopark .page .content .row-mobile {
    flex-flow: row-reverse;
    margin-top: -50px;
  }

  #instructors {
    height: auto;
    background: #292A2C;
    text-align: center;
    padding: 40px 0;
  }
  #instructors h2 {
    color: #ffffff;
    font-family: Montserrat-Bold;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
    width: 100%;
    justify-content: center;
  }
  #instructors h1 {
    font-size: 45px;
    margin-bottom: 35px;
    margin-top: -25px;
  }
  #instructors h1 span {
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    bottom: -15px;
    right: -50px;
    text-transform: none;
  }
  #instructors p {
    font-size: 20px;
    line-height: 32px;
    margin: 40px 0;
  }
  #instructors .page {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
  #instructors .page::before {
    content: "";
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    filter: brightness(60%);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #instructors .page .content {
    height: auto;
    width: 95%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #instructors .page .content .row {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
  #instructors .page .content .row .col {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #instructors .page .content .row .col:nth-child(2) {
    align-items: center;
    justify-content: center;
  }

  #packages, #courses {
    padding: 110px 0;
  }
  #packages h1, #courses h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
  #packages h2, #courses h2 {
    font-size: 70px;
    line-height: 80px;
  }
  #packages h2::after, #courses h2::after {
    top: -10px;
    right: -15px;
    font-size: 15px;
    line-height: 17px;
    border-radius: 7px;
    padding: 5px 7px;
  }
  #packages h3, #courses h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 9px 20px;
    border-radius: 7px;
  }
  #packages h4, #courses h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #packages p, #courses p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 50px;
  }
  #packages .btn, #courses .btn {
    margin-top: 50px;
  }
  #packages .wrapper, #courses .wrapper {
    width: 100%;
  }
  #packages .wrapper .content, #courses .wrapper .content {
    width: 90%;
  }
  #packages .wrapper .content .packages__row, #courses .wrapper .content .packages__row {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: scenter;
    align-items: center;
  }
  #packages .wrapper .content .packages__row .packages__item, #courses .wrapper .content .packages__row .packages__item {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  #packages .wrapper .content .packages__row .packages__item .top::before, #courses .wrapper .content .packages__row .packages__item .top::before {
    top: 20px;
    left: 15px;
    font-size: 30px;
  }

  #price_list {
    padding: 40px 0;
    text-align: center;
  }
  #price_list h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #price_list h2 {
    font-size: 20px;
    padding: 20px 0px;
  }
  #price_list h2 span {
    white-space: nowrap;
  }
  #price_list h3 {
    font-size: 17px;
    line-height: 22px;
    margin-top: 15px;
  }
  #price_list .btn {
    margin-top: 45px;
  }
  #price_list .wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #price_list .wrapper .content {
    width: 95%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
  }
  #price_list .wrapper .content .col {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
  }
  #price_list .wrapper .content .col:nth-child(1) {
    width: 95%;
  }
  #price_list .wrapper .content .col:nth-child(2) {
    width: 100%;
  }
  #price_list .wrapper .content .col .list__item {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #price_list .wrapper .content .col .list__item:nth-last-child(1) {
    border: none;
  }

  #extras {
    padding: 80px 0;
  }
  #extras h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  #extras h2 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 5px;
  }
  #extras p {
    font-size: 22px;
    line-height: 27px;
  }
  #extras .wrapper .item__list {
    width: 90%;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #extras .wrapper .item__list .item {
    width: 100%;
    margin: 20px 0;
  }

  #partners {
    padding: 90px 0;
  }
  #partners h1 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 40px;
  }
  #partners img {
    margin: 40px 0;
  }
  #partners .wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #partners .wrapper .item__list {
    width: 80%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #partners .wrapper .item__list .partners_Img {
    max-width: 80%;
  }

  #contacts {
    padding: 80px 0;
  }
  #contacts h1 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
  }
  #contacts p {
    font-size: 18px;
    line-height: 21px;
    margin: 40px 0;
  }
  #contacts p a {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }
  #contacts form {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  #contacts form input[type=text] {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    padding: 10px 25px;
    text-align: center;
  }
  #contacts form button {
    font-size: 25px;
    line-height: 30px;
    margin-left: 25px;
  }
  #contacts .wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #contacts .wrapper .socials {
    margin-top: 100px;
  }
  #contacts .wrapper .content {
    width: 90%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: column;
  }
  #contacts .wrapper .content .col {
    display: flex;
    flex-flow: column;
  }
  #contacts .wrapper .content .col:nth-child(1) {
    width: 100%;
    align-items: flex-start;
  }
  #contacts .wrapper .content .col:nth-child(2) {
    width: 100%;
    align-items: center;
  }

  .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    top: 100px;
    left: 0px;
  }
  .owl-nav button {
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .owl-nav button:hover {
    opacity: 0.6;
  }
  .owl-nav .arrow-l, .owl-nav .arrow-r {
    height: 10px;
    content: url("../../img/ico/arrow-w-l.svg");
  }
  .owl-nav .arrow-r {
    transform: rotate(180deg);
    margin-left: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
