* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

input:-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

textarea::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

textarea:-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

textarea::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

textarea:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.fa-phone {
margin-right: 3px;
}

.fa-envelope{
margin-right: 3px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh ;
  width: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal .modal-content {
  margin: 0px 0;
  background-color: #fff;
  width: 88%;
  height: 88%;
  max-width: 449px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 42px 20px;
}

.modal .modal-content .modalClose {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  background-color: transparent;
  top: 6px;
  right: 5px;
  border: none;
  padding: 0;
}

.modal .modal-content .modalClose::before,
.modal .modal-content .modalClose::after {
  content: '';
  display: block;
  width: 20px;
  border-radius: 4px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.modal .modal-content .modalClose::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.modal .modal-content h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 37px;
}

.modal .modal-content label {
  position: relative;
}

.modal .modal-content label::before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 50px;
  background-color: transparent;
  background-image: url("../img/inp-name.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.modal .modal-content label[for="email"]::before {
  background-image: url("../img/inp-mail.svg");
}

.modal .modal-content label[for="phone"]::before {
  background-image: url("../img/inp-phone.svg");
}

.modal .modal-content textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 80px;
  background: #F3F3F3;
  border-radius: 15px;
  padding: 14px 32px;
  margin-bottom: 30px;
  font-size: 16px;
}

.modal .modal-content .form__inp {
  width: 100%;
  background: #F3F3F3;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-left: 47px;
  border-radius: 15px;
  margin-bottom: 25px;
}
  .order-btn{
    margin-top: 15px;
  }

.modal .modal-content .modal-content-form__btn {
  margin-top: -25px;
  padding-top: 0;
  cursor: pointer;
  width: 168px;
  height: 56px;
  font-size: 20px;
}

#modal_2 .modal-content {
  max-width: 340px;
  background: #586C77;
  color: #fff;
  position: relative;
  padding-top: 75px;
  padding-bottom: 20px;
}

#modal_2 .modal-content a {
  color: #ffffff;
  font-style: normal;
}

#modal_2 .modal-content nav {
  margin-bottom: 55px;
}

#modal_2 .modal-content nav ul li {
  margin-bottom: 5px;
}

#modal_2 .modal-content nav a {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

#modal_2 .modal-content .lang {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#modal_2 .modal-content .lang li {
  margin-right: 20px;
}

#modal_2 .modal-content .lang li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

#modal_2 .modal-content .modalClose {
  width: 28px;
  height: 28px;
  top: 10px;
  right: -5px;
  left: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#modal_2 .modal-content .modalClose::before,
#modal_2 .modal-content .modalClose::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}

#modal_3 .modal-content {
  max-width: 600px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#modal_3 .modal-content .modalClose::before,
#modal_3 .modal-content .modalClose::after {
  background: #fff;
}

#modal_3 .modal-content .video {
  width: 520px;
  height: 300px;
  margin: 0 auto;
}

#modal_3 .modal-content .video iframe {
  width: 100%;
  height: 100%;
}

.modal.is-open {
  display: block;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

button {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 800;
  font-size: 86px;
  line-height: 110%;
  color: #ffffff;
  max-width: 638px;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  color: #1E1E1E;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  width: 270px;
  text-align: center;
  -webkit-transition: all 0.27s;
  transition: all 0.27s;
  padding-top: 26px;
  display: block;
  height: 80px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  color: #ffffff;
  background-color: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.btn:hover {
  background-color: #07687E;
  border-color: transparent;
}

.btn.dark-blue {
  background-color: #07687E;
  border-color: transparent;
}

.btn.dark-blue:hover {
  background-color: transparent;
  border-color: #07687E;
  color: #07687E;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-links li {
  margin-right: 35px;
}

.social-links li:nth-child(3) {
  margin-right: 35px;
}

.social-links a {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../img/facebook.png");
  background-repeat: no-repeat;
  background-position: center;
}

.social-links .instagram {
  background-image: url("../img/instagram.png");
}

.social-links .whatsapp {
  background-image: url("../img/whatsapp.png");
}

.training-section .container::before, .other-events .container::before {
  content: '';
  display: block;
  width: 254px;
  height: 279px;
  background-image: url("../img/wave-title.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: -260px;
}

.other-events .container::before {
  left: auto;
  right: -260px;
}

.bg{
  height: 100vh;
  background-image: url("../img/bg-main.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 1s ease;
}

.bg-2{
  background: url(../img/bg-main-2.jpg);
  height: 100vh;
  background-position: bottom bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 1s ease;
}

.bg-3{
  background: url(../img/bg-main-3.jpg);
  height: 100vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 1s ease;
}

.bg-4{
  background: url(../img/bg-main-4.jpg);
  height: 100vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 1s ease;
}

.contacts_adaptation {
  display: none;
}

.slider__arrow{
  display: inline;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  z-index: 5;
}

.slider__left{
  left: 5%;
  background: url(../img/arrow-left.svg) center no-repeat;
}

.slider__right{
  right: 5%;
  background: url(../img/arrow-right.svg) center no-repeat;
}

.hero-section .arrow-down {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 65px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}

.hero-section .arrow-down span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #07687E;
  line-height: 52px;
  border-radius: 50%;
  margin-left: 14px;
}

.hero-section .person-parallax {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 90%;
  z-index: 1;
}

.hero-section header {
  background-color: rgba(0, 0, 0, 0.5);
  height: 130px;
  position: relative;
  z-index: 100;
}

.social-links li{
  margin-right: 10px;
}

.hero-section header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section header .logo img {
  margin-right: 13px;
  width: 200px;
  height: auto;
  margin-left: 30px;
}

.hero-section header .logo-title {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-section header a {
  color: #ffffff;
}

.hero-section header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.hero-section header nav ul {
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.hero-section header nav ul li {
  white-space: nowrap;
}

.hero-section header nav ul a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.hero-section header nav ul a:hover {
  color: #51c8dd;
}

.hero-section header nav ul .active a {
  font-weight: 800;
}

.google__map{
  width: 100%;
}

.language {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language li,
.language a {
  width: auto;
  height: auto;
  margin-left: 0;
}
.language a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 42px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.language a.is-active {
  background: #ffffff;
  color: #184868;
}
.language--hidden {
  display: none !important;
}

.lang-dropdown {
  position: relative;
  min-width: 160px;
  z-index: 150;
}

.lang-dropdown__toggle {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lang-dropdown__current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.lang-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lang-label {
  line-height: 1;
  white-space: nowrap;
}

.lang-flag--gb { background-image: url('../img/flags/gb.svg'); }
.lang-flag--de { background-image: url('../img/flags/de.svg'); }
.lang-flag--ru { background-image: url('../img/flags/ru.svg'); }
.lang-flag--eg { background-image: url('../img/flags/eg.svg'); }
.lang-flag--pl { background-image: url('../img/flags/pl.svg'); }
.lang-flag--it { background-image: url('../img/flags/it.svg'); }
.lang-flag--fr { background-image: url('../img/flags/fr.svg'); }
.lang-flag--cz { background-image: url('../img/flags/cz.svg'); }
.lang-flag--un {
  background-image: linear-gradient(135deg, #7a8b98 0%, #516477 100%);
}

.lang-dropdown__chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  margin-left: 8px;
}

.lang-dropdown.is-open .lang-dropdown__chevron {
  -webkit-transform: rotate(-135deg) translateY(-1px);
          transform: rotate(-135deg) translateY(-1px);
}

.lang-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  padding: 6px;
  border-radius: 14px;
  background: rgba(23, 34, 45, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.lang-dropdown.is-open .lang-dropdown__menu {
  display: block;
}

.lang-dropdown__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}

.lang-dropdown__menu a .lang-flag,
.lang-dropdown__menu a .lang-label {
  vertical-align: middle;
}

.lang-dropdown__menu a:hover,
.lang-dropdown__menu a.is-active {
  background: rgba(255, 255, 255, 0.18);
}
.lang img {
  display: none;
}
/*------burger menu--------*/
.burger_trigger {
  position: absolute;
  top: 20px;
  right: 0px;
  height: 80px;
  width: 80px;
  display: none;
  z-index: 210;
}
.burger {
  top: 25px;
  left: 12px;
  height: 5px;
  width: 55px;
  background: #333;
  position: relative;
  border-radius: 8px;
}
.burger:before, .burger:after {
  border-radius: 8px;
  content:'';
  display: block;
  position: absolute;
  height: 5px;
  width: 55px;
  background: #333;
  left: 0;
  top: 13px;
}
.burger:after {
  top: 26px;
}
.burger_menu {
  position: absolute;
  list-style: none;
  top: -50px;
  line-height:  40px;
  font-size: 16px;
  display: none;
  transition: 0.5s;
  padding: 40px 0 100vh 0;
  background: rgba(31, 31, 31, 0.984);
}
.close_b_m {
  color: #fff;
  width: 40px;
  text-align: center;
  font-size: 24px;
  top: 0;
  position: absolute;
}
.burger_menu a {
  color: #fff;
  display: block;
  width: 220px;
  text-align: right;
  text-transform: uppercase;
}
.link_b_menu {
  margin-right: 40px;
}
.burger_menu .language {
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 40px;
}
.burger_menu .lang-dropdown {
  margin-top: 20px;
  margin-right: 40px;
  margin-left: auto;
  width: 92px;
}

.burger_menu .lang-dropdown__menu {
  right: 0;
  left: auto;
}
.burger_menu .language li {
  margin-left: 0;
}
.burger_menu .language li:first-child {
  margin-left: 0;
}
.burger_menu .language a {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.14);
}
.burger_menu .language a:hover  {
  background: none;
}

.rtl-page {
  direction: rtl;
  font-family: 'Tajawal', 'Cairo', 'Noto Kufi Arabic', 'Segoe UI', sans-serif;
}

.rtl-page button,
.rtl-page input,
.rtl-page textarea,
.rtl-page select,
.rtl-page a,
.rtl-page h1,
.rtl-page h2,
.rtl-page h3,
.rtl-page h4,
.rtl-page h5,
.rtl-page h6,
.rtl-page p,
.rtl-page li,
.rtl-page span {
  font-family: 'Tajawal', 'Cairo', 'Noto Kufi Arabic', 'Segoe UI', sans-serif;
}

.rtl-page .hero-section-title,
.rtl-page .about-title,
.rtl-page .training__text,
.rtl-page .rental-section__descr,
.rtl-page .other-events-item,
.rtl-page .contacts-item,
.rtl-page .feedback-item,
.rtl-page .modal-content {
  text-align: right;
}

.rtl-page .burger_trigger {
  right: auto;
  left: 0;
}

.rtl-page .burger {
  left: auto;
  right: 12px;
}

.rtl-page .burger_menu a {
  text-align: left;
}

.rtl-page .burger_menu .language {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 40px;
}

.rtl-page .menu {
  width: auto;
  max-width: 520px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.rtl-page .hero-section header nav ul {
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  column-gap: 8px;
}

.rtl-page .hero-section header nav ul a {
  font-size: 13px;
  line-height: 18px;
}

.rtl-page .hero-section header .container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.rtl-page .hero-section header nav {
  min-width: 0;
}

.rtl-page .hero-section header .logo img {
  width: 170px;
  margin-left: 12px;
  margin-right: 0;
}

.rtl-page .hero-section .arrow-down {
  right: auto;
  left: 65px;
}

.rtl-page .hero-section .arrow-down span {
  margin-left: 0;
  margin-right: 14px;
}

.rtl-page .rental-section-wrap {
  direction: ltr;
}

.rtl-page .rental-section-item-title {
  direction: rtl;
}

.burger_menu a:nth-child(1) {
  border-radius: 15px 15px 0 0;
}
.burger_menu a:nth-child(8) {
  border-radius: 0 0 15px 15px;
}
.burger_menu a:hover {
  color: #fff;
  background: #121212;
}
.menu_opened {
  z-index: 99;
  display: block;
  right: -20px;
}
.hero-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: calc(100% - 130px);
  height: auto;
  padding-top: 54px;
}

.hero-section-title {
  position: relative;
  z-index: 98;
  max-width: 980px;
  padding-top: 8px;
}

.hero-section-title__header {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.05;
  margin-bottom: 20px;
  max-width: 780px;
  letter-spacing: 0.01em;
}

.hero-section-title__descr {
  font-weight: normal;
  font-size: clamp(20px, 2.1vw, 32px);
  line-height: 1.35;
  max-width: 980px;
  margin-bottom: 28px;
  color: #fff;
}

.hero-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px;
}

.hero-highlights__item {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.training-section {
  overflow: hidden;
  padding: 70px 0 52px;
}

.training-section__header {
  margin-bottom: 22px;
}

.training__text{
  margin-top: 20px;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  max-width: 900px;
  margin-bottom: 30px;
}

.training-section-wrap {
  margin: 26px 0 34px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.training-section-item {
  max-width: none;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 16px 16px;
  -webkit-box-shadow: 0 10px 28px rgba(8, 48, 64, 0.08);
          box-shadow: 0 10px 28px rgba(8, 48, 64, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.training-section-item__header {
  color: #1E1E1E;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 86px;
}

.training-section-item__meta {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #0d5e79;
}

.img-footer-box{
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.footer__logo{
  width: 80px;
  height: auto;
}

.book__now{
  margin-top: 20px;
  padding: 5px 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
}

.logo{
  width: 150px;
  margin-right: 30px;
}

.logo-2{
  width: 70px;
  margin-left: 30px;
}

.training-section-item__img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.training-section-item__img img {
  width: 100%;
  max-width: 100%;
}

.training-section-item li::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 7px;
  display: inline-block;
  background-image: url("../img/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -23px;
}

.training-section-item li {
  margin-left: 23px;
  position: relative;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.training-section-item__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.training-section__btn {
  margin: 0 auto;
}

.rental-section {
  padding: 70px 0 150px 0;
  background-image: url("../img/rental-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.rental-section__header {
  margin-bottom: 40px;
}

.rental-section__descr {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #1E1E1E;
  margin-bottom: 65px;
}

.rental-section-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 31px 30px;
  max-width: 970px;
  margin: 0 auto;
}

.rental-section-wrap-2{
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 970px;
  margin: 0 auto;
}

.rental-section-item {
  max-width: 301px;
  height: 209px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.rental-section-item__img1 {
  width: 100%;
  height: 100%;
}



.rental-section-item__img {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.rental-section-item-title {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.27);
  margin-top: -10px;
}

.rental-section-item__header {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 15px;
}

.rental-section-item__price {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 15px;
}

.rental-section-item__req {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
}

.rental-section-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rental-section-item:hover .rental-section-item-title {
  background-color: rgba(0, 0, 0, 0);
}

.other-events {
  padding: 80px 0 40px;
  overflow: hidden;
}

.other-events__header {
  margin-bottom: 70px;
}

.other-events-wrap {
  margin-bottom: 140px;
}

.other-events-item {
  max-width: 371px;
}

.other-events-item__img {
  width: 100%;
  margin-bottom: 30px;
}

.other-events-item__img img {
  max-width: 100%;
  width: 100%;
}

.other-events-item__header {
  font-weight: 800;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px;
}

.other-events-item__descr {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
}

.other-events-wind-rate {
  display: block;
}

.other-events-wind-rate__header {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
}

.windguru-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.about {
  padding: 200px 0px 100px;
}

.about__header {
  margin-bottom: 30px;
}

.about-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-title {
  max-width: 670px;
}

.about-title__header {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
}

.about-title__descr {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.03em;
}

.hotel-seo-card {
  margin-top: 50px;
  padding: 32px;
  background: #f5fbfd;
  border: 1px solid rgba(7, 104, 126, 0.12);
  border-radius: 24px;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.hotel-seo-card__header {
  margin-bottom: 14px;
  color: #0d5e79;
  font-size: 28px;
  line-height: 1.2;
}

.hotel-seo-card__descr {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
}

.hotel-seo-card__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hotel-seo-card__list li {
  padding: 16px 18px;
  background: #ffffff;
  border-radius: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.hero-section header .logo img{
  margin: 0;
}

.menu{
  width: 700px;
}

#menu{
  max-width: 100%;
}

.header__link{
  margin-right: 14px;
}

.about-video {
  position: relative;
}

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

.about-video button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  cursor: pointer;
  background-image: url("../img/play-icon.svg");
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-bg {
  position: relative;
  overflow: hidden;
  background: url("../img/background_footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.footer-bg .footer-bg__img {
  width: auto;
  height: 90%;
  position: absolute;
  bottom: -600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feedback {
  padding: 0 0 40px 0;
  overflow: hidden;
}

.feedback__header {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

.feedback__header::before, .feedback__header::after {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("../img/feedback semicolon.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.feedback__header::after {
  top: 90px;
  width: 133px;
  height: 133px;
  background-size: 100%;
  opacity: 0.2;
}

.feedback-wrapper {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

.feedback-item {
  width: 100%;
  max-width: 770px;
  margin: 0 20px 10px;
  padding: 19px 70px;
  background-color: #F2F2F2;
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
}

.feedback-item__header {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 12px;
}

.feedback-item__descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
}

.contacts {
  padding: 30px 0 20px;
}

.contacts__header {
  text-align: center;
  color: #090909;
  font-size: 48px;
  margin-bottom: 34px;
}

.contacts-map {
  width: 63%;
  max-width: 770px;
  height: 448px;
  background-color: #eee;
}

.contacts-item {
  max-width: 290px;
}

.contacts .contacts-item .footer_contacts {
  color: #090909;
  font-weight: 600;
}

.contacts .contacts-item .footer_contacts {
  margin-bottom: 10px;
}

.contacts-item__header {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #07687E;
  display: block;
  margin-bottom: 5px;
}

.footer_contacts .fa-phone {
  transform: rotate(90deg);
}

.contacts-item .social-links {
  margin-top: 15px;
}

.contacts-item address, .contacts-item .phone-number {
  margin-bottom: 30px;
}

.contacts-item address a, .contacts-item .phone-number {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  display: block;
}

.contacts-item .social-links {
  margin-bottom: 20px;
}

.contacts-item__link{
  margin-top: 30px;
}

.contacts-item__descr {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #07687E;
  margin-bottom: 78px;
}

.contacts-item__link.dark-blue:hover {
  color: #ffffff;
}

.seo-faq {
  padding: 90px 0 20px;
}

.seo-faq__header {
  text-align: center;
  margin-bottom: 30px;
}

.seo-faq__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.seo-faq__item {
  padding: 28px 24px;
  border-radius: 24px;
  background: #ffffff;
  -webkit-box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
}

.seo-faq__item h3 {
  margin-bottom: 12px;
  color: #0d5e79;
  font-size: 22px;
  line-height: 1.35;
}

.seo-faq__item p {
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 68px;
    line-height: 110%;
  }
  .btn {
    width: 180px;
    height: 53px;
    font-size: 16px;
    padding-top: 16px;
  }
  .hero-section-title__descr {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .training-section .container::before, .other-events .container::before {
    display: none;
  }
  .slider__arrow{
    display: none;
  }
  .hero-section header .social-lang {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  h1 {
    text-align: center;
    max-width: 100%;
  }
  .hero-section .arrow-down {
    display: none;
  }
  .hero-section header nav,
  .hero-section header .menu {
    display: none !important;
  }
  .hero-section header .social-lang {
    display: none;
  }
  .hero-section header .menuBtn {
    display: block;
  }
  .hero-section-title__descr {
    text-align: center;
  }
  .hero-section-title__btn {
    margin: auto;
  }
  .feedback-wrapper {
    max-width: 460px;
  }
  .feedback-item {
    max-width: 450px;
    padding: 19px 40px;
  }
  .contacts-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .contacts-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
    .social-links li:last-child{
    margin-right: 0;
  }
  .social-links li{
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1170px) {
  .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    max-width: 740px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .training-section-item {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }
  .training-section-wrap {
    -ms-grid-columns: (minmax(260px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px;
  }
  .contacts-item {
    text-align: center;
    margin: 30px auto;
  }
  .training-section-wrap {
    margin-top: 60px auto;
  }
  .rental-section {
    padding-bottom: 50px;
  }
  .rental-section-item {
    margin: 20px auto;
  }
  .rental-section__descr{
    margin-bottom: 40px;
    text-align: center;
  }
  .contacts-map{
    display: none;
  }
  .other-events-item__descr {
    text-align: center;
  }
  .btn.dark-blue {
    margin: 0 auto;
  }
  #dark-blue {
    margin: 0;
  }
  .contacts__header{
    margin-bottom: 0;
  }
  .rental-section__header {
    margin-bottom: 20px;
    text-align: center;
  }
  .about-video {
    margin: 0 auto;
  }
  .other-events-wind-rate__header{
    font-size: 20px;
  }
  .other-events-item {
    margin: 30px auto;
  }
  .other-events-wind-rate__link {
    min-width: 180px;
    margin-top: 20px;
  }
  .other-events__header{
    text-align: center;
    margin-bottom: 30px;
  }
  .rental-section-wrap {
    gap: 0;
  }
  .about {
    padding: 40px 0;
  }
  .about-title {
    margin-bottom: 40px;
  }
  .hero-section header .logo img{
    width: 150px;
    margin-right: 15px;
  }
  .contacts-item .social-links {
    display: flex;
    justify-content: space-around;
  }
  .nav-link:last-child{
    margin-right: 15px;
  }
  .footer-bg img {
    height: 90%;
    bottom: 0;
  }
  .contacts-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 700px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts-map {
    width: 100%;
  }
  .hero-section header .logo img {
    margin-left: 0px;
  }
  .contacts-item .footer_contacts {
    color: #82D2CC;
  }
  .seo-faq__grid,
  .hotel-seo-card__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 710px) {
  .contacts {
    padding-top: 0;
  }
  .language {
    display: none;
  }
  .hero-section header > .container > .lang-dropdown {
    display: none;
  }
  .burger_menu .lang-dropdown {
    display: block;
  }
  .burger_menu .language {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .burger_trigger {
    display: block;
  }
  .burger_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 82vw;
    height: 100vh;
    z-index: 999;
    padding: 60px 0 30px;
    overflow-y: auto;
  }
  .menu_opened {
    right: 0;
  }
  .rtl-page .burger_menu {
    right: auto;
    left: 0;
  }
  .rtl-page .menu_opened {
    left: 0;
    right: auto;
  }
  .contacts-map {
    display: none;
  }
  .contacts-item {
    width: 100%;
    margin: 0 auto;
  }
  .contacts-item__descr {
    margin-bottom: 40px;
  }
  .footer-bg img {
    height: 80%;
    bottom: 0; 
  }
  .hero-section header {
    height: 100px;
  }
  .hero-section header .container {
    display: block;
  }
  .social-links_1 {
    position: static;
    width: auto;
    margin: 12px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo {
    margin: 0 auto;
  }
  .hero-section header .logo img {
    margin-top: 15px; 
    width: 180px;
    height: auto;
  }
  .contacts_adaptation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
  }
  .contacts_adaptation a {
    display: block;
    font-size: 14px;
  }
  .fas {
    font-size: 12px;
  }
  .fa-phone {
    transform: rotate(90deg);
  }
  .hero-highlights {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 540px) {
    .hero-section header {
      height: 86px;
      min-height: 86px;
      padding: 6px 0;
    }
    .hero-section header .container {
      padding-right: 72px;
    }
    .hero-section header .logo img {
      width: 150px;
      margin-top: 2px;
    }
    .contacts_adaptation,
    .social-links_1 {
      display: none;
    }
    .hero-section > .container {
      min-height: calc(100% - 86px);
      padding-top: 28px;
    }
  h2 {
    font-size: 30px;
  }
  h1 {
    font-size: 40px;
  }
  .hero-section header .logo {
    height: auto;
  }
  .hero-section header .logo img {
    max-height: 100%;
  }
  .hero-section header .logo-title {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
  .hero-section header .social-lang {
    display: none;
  }
  .hero-section header .logo img{
    margin-right: 0;
  }
  .hero-section-title__descr {
    font-size: 18px;
    max-width: 280px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-highlights {
    margin: -30px 0 24px;
  }
  .hero-highlights__item {
    width: 100%;
    text-align: center;
  }
  .training-section {
    padding-bottom: 0;
  }
  .rental-section {
    padding-top: 50px;
    background-image: none;
  }
  .rental-section__descr {
    display: none;
  }
  .other-events {
    padding: 0;
  }
  .other-events-item__img {
    margin-bottom: 24px;
  }
  .other-events-item__header {
    font-size: 24px;
  }
  .rental-section-item {
    margin: 20px auto;
  }
  .other-events-wind-rate__link {
    display: block;
    min-width: 180px;
    transform: translateY(10px);
  }
  .other-events-item__descr {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .other-events-item {
      margin: 0 auto;
  }
  .other-events-wind-rate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
    height: 110px;
  }
  .other-events-wind-rate__header {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    width: 400px;
    margin: 0 auto;
  }
  .training-section-item {
     margin: 20px auto;
  }
  .training-section-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .training-section-item {
    padding: 16px 14px 14px;
  }
  .training-section-item__header {
    min-height: auto;
    font-size: 24px;
  }
  .training-section-item__meta {
    font-size: 15px;
  }
  .training__text {
    font-size: 16px;
    line-height: 1.65;
  }
  .about-video {
    display: none;
  }
  .about-title__header {
    font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .about-title__descr {
    font-size: 12px;
    line-height: 130%;
  }
  .hotel-seo-card {
    margin-top: 24px;
    padding: 22px 18px;
  }
  .hotel-seo-card__header {
    font-size: 22px;
  }
  .hotel-seo-card__descr,
  .seo-faq__item p {
    font-size: 14px;
  }
  .seo-faq {
    padding: 50px 0 0;
  }
  .seo-faq__item {
    padding: 20px 18px;
  }
  .seo-faq__item h3 {
    font-size: 18px;
  }
  #footer-bg {
    margin-top: 20px;
  }
  .feedback {
    margin-top: 20px; 
    padding: 0;
    margin-bottom: 80px;
  }
  .feedback__header::before {
    top: 40px;
  }
  .feedback__header::after {
    top: 60px;
  }
  .feedback-wrapper {
    max-width: 274px;
  }
  .rental-section__header {
    text-align: center;
    margin-bottom: 20px;
  }
  .feedback-item {
    max-width: 264px;
    padding: 19px 28px;
  }
  .contacts__header {
    font-size: 22px;
  }
  .contacts-item {
    max-width: 235px;
    margin: 0 auto;
  }
  .contacts-item__header {
    font-size: 15px;
  }
  .contacts-item address {
    margin-bottom: 22px;
  }
  .contacts-item .phone-number {
    font-size: 22px;
  }
  .contacts-item address a, .contacts-item .phone-number {
    font-size: 15px;
  }
  .contacts-item .social-links {
    margin-bottom: 18px;
  }
  .contacts-item__link {
    transform: translateY(10px);
  }
  .wrap {
    max-width: 301px;
  }
  #container_text {
    margin-left: 0; 
  }
  .img-footer-box .logo_footer_1 {
    margin-left: -50px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .training-section-item__header {
    font-size: 20px;
  }
  .training-section-item li::before {
    width: 10px;
    height: 11px;
    margin-left: 5px;
  }
  .training-section-item li {
    font-size: 13px;
  }
  .rental-section__descr {
    display: none;
  }
  .contacts__header {
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .training__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  }
  .color__text {
    color:#dedede;
  }
  .logo{
    padding-left: 15px;
  }
  .modal .modal-content .modal-content-form__btn  {
    width: 130px;
    height: 40px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 420px) {
  .hero-section header {
    height: auto;
    min-height: 132px;
    padding: 10px 0 12px;
  }
  .hero-section header .container {
    position: relative;
    padding-right: 72px;
  }
  .burger_trigger {
    top: 8px;
    right: -2px;
  }
  .logo {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section header .logo img {
    width: 160px;
    margin-top: 4px;
  }
  .contacts_adaptation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 8px;
  }
  .social-links_1 {
    position: static;
    width: auto;
    top: auto;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 360px)  {
  .contacts_adaptation a {
    display: block;
    font-size: 14px;
  }
  .fas {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px)  {
  .contacts_adaptation {
    right: 22%;
  }
  .social-links_1 {
    right: 31%;
  }
  .burger_trigger {
    width: 70px;
  }
  .burger, .burger:before, .burger:after {
    width: 50px;
  }
}
/*# sourceMappingURL=style.css.map */