@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import "callback.css";
@import "location.css";
@import "services.css";
@import "faq.css";
@import "timetable.css";

body {
  font-family: Roboto, sans-serif;
  font-style: normal;
  background: #282828;
  color: #fff;
  font-size: 14px;
}

header.header-index {
  position: relative;
  height: 600px;
}

.btn-header-container {
  display: flex;
  justify-content: flex-end;
}

.header-top {
  padding: 15px 0;
  position: relative;
  z-index: 20;
}

main {
  margin-bottom: 50px;
}

.footer-bottom {
  background: #868686;
  padding: 5px 0;
  margin-top: 25px;
}

h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
}

.sWay a {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.sWay a:hover,
.sWay strong {
  font-weight: normal;
  color: #FECC09;
}

nav ul {
  display: flex;

}

nav ul a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #F8F8F8;
}

nav ul li {
  display: block;
  margin-right: 13px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul a:hover,
nav ul strong {
  color: #FECC09;
  font-weight: normal;
}

.container-btn {
  text-align: center;
  margin-top: 40px;
}

.container-btn a {
  margin-right: 12px;
}

.container-btn a:last-child {
  margin-right: 0;
}

a,
a:focus,
a:active,
input,
input:focus,
input:active,
button,
button:focus,
button:active {
  outline: none;
}

a.btn,
button.btn,
input[type="button"].btn {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 3px;
  background: none;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  line-height: 15px;
  color: #E5E5E5;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-catalog {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #FFFFFF;
}

.btn-catalog i {
  margin-left: 5px;
  font-size: 12px;
}

.btn-catalog:hover {
  color: #FCC000;
}

a.btn:hover,
button.btn:hover,
input[type="button"].btn:hover {
  color: #222222;
  background: #fff;
  cursor: pointer;
}

.about-container h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

.about-img {
  width: 520px;
  height: 347px;
  position: relative;
}

.about-img img {
  filter: drop-shadow(0px 4px 8px rgba(168, 168, 168, 0.04)) drop-shadow(0px 0px 2px rgba(168, 168, 168, 0.06)) drop-shadow(0px 0px 1px rgba(168, 168, 168, 0.04));
  border-radius: 6px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 7px;
  background: #FCC000;
  bottom: 5px;
  left: 4px;
}

.container-title {
  font-weight: 900;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 5px -5px rgb(254 204 9 / 35%);
  margin-bottom: 50px;
}

.services-container,
.advantages-container {
  background: #191919;
}

.slides-container {
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.slides-container .bx-controls {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 50%;
}

.slides-container .bx-controls-direction {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.bx-prev,
.bx-next {
  color: #F8F8F8;
  text-decoration: none;
  font-size: 25px;
}

.bx-prev:hover,
.bx-next:hover {
  color: #FCC000;
  cursor: pointer;
}

.subscription-container {
  margin-top: 30px;
}

.subscription {
  background: #191919;
  padding: 30px 20px;
}

.subscription-name {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}

.subscription-name strong {
  font-size: 20px;
}

.subscription-body {
  margin: 30px 0;
}

.subscription-body ul {
  line-height: 22px;
  list-style-type: '✔';
}

.subscription-body li::marker {
  color: #FCC000;
  font-size: 16px;
}

.subscription-body li {
  padding-left: 5px;
}

.subscription-btn {
  width: 100%;
  background: linear-gradient(-60deg, #f83600 0%, #f09819 100%) !important;
  border: none !important;
  text-align: center;
  font-weight: 600;
  padding: 15px !important;
  font-size: 16px !important;
}

.slide {}

.slide-body {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  width: 540px;
}

.slide-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  /*text-shadow: 5px -5px rgb(254 204 9 / 35%);*/
}

.slide-desc {
  margin-top: 10px;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.slide {
  position: relative;
  height: 600px;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.slide-image::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #2B2A29;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
}

.slide-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.btn-slider {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  display: block;
  background: #FCC000;
  border-radius: 3px;
  padding: 10px 15px;
}

.res-list {}

.res-item {
  padding: 1em 0;
  border-bottom: solid 1px #ccc
}

.res-item:last-child {
  border: 0
}

.res-name {
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 1em
}

.res-message {
  padding-left: 1em
}

.res-form {}

.advantages-container {
  padding: 40px 0;
}

.advantage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-container {
  padding-top: 80px;
}

.advantage-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.advantage-desc {
  font-weight: 300;
  font-size: 12px;
  margin-top: 3px;
  line-height: 14px;
  color: #FFFFFF;
}

.advantage-desc p {
  margin: 0;
}

footer nav {
  margin: 30px 0;
}

footer nav ul {
  justify-content: center;
  flex-wrap: wrap;
}

.advantage-image img {
  width: 80px;
  margin-bottom: 15px;
  height: 80px;
  object-fit: cover;
}

.social-link {
  text-align: center;
}

.social-title {
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.social {}

.footer__column-icon {
  text-decoration: none;
  color: #868686;
  font-size: 25px;
  margin-right: 10px;
}

.footer__column-icon:last-child {
  margin-right: 0;
}

.footer__column-icon:hover {
  color: #FCC000;
}

.footer-copy {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}

.location-container {
  padding-top: 75px;
  padding-bottom: 56px;
}

.services-container {
  padding-top: 40px;
  padding-bottom: 100px;
}

.about-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .slides-container .bx-controls-direction {
    max-width: 800px;
  }

  .about-img img {
    width: 100%;
    height: 347px;
    object-fit: cover;
  }

  .about-img {
    width: 100%;
  }
}

@media screen and (max-width: 987px) {
  .advantage {
    margin-bottom: 10px;
  }

  .location {
    margin-bottom: 30px;
  }

  .mobile nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .accordion {
    width: 100%;
  }

  .services-container .service {
    width: 290px;
  }

  .logo img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 850px) {
  .service-full-header {
    display: block;
  }

  .slide-title {
    font-size: 35px;
    line-height: 43px;
  }

  .slide-desc {
    margin-top: 0;
  }

  .slides-container .bx-controls-direction {
    max-width: 100%;
    margin: 0 20px;
  }
}

@media screen and (max-width: 800px) {
  .services-container .service {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  nav ul a {
    line-height: 20px;
  }

  .services-container .bx-next {
    left: 0;
  }

  .services-container .bx-prev {
    right: 0;
  }

  .slide-body {
    width: 100%;
  }

  .slide-title {
    font-size: 30px;
    line-height: 35px;
  }

  .footer-copy {
    text-align: center;
  }

  .footer__column-company a {
    justify-content: center;
  }

  .location-header-body h1 {
    font-size: 29px;
    line-height: 32px;
  }
}