@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uni Sans Heavy CAPS";
  src: url("../fonts/UniSansHeavyCAPS.woff2") format("woff2"), url("../fonts/UniSansHeavyCAPS.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  color: #111212;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

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

.container {
  max-width: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
  .container {
    max-width: 920px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  transition: 500ms;
  z-index: 200;
}

@media only screen and (max-width: 991px) {
  .header {
    padding-bottom: 10px;
  }
  .header.dop {
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-100px);
  }
  .header.active {
    transform: none;
    position: fixed;
  }
}

.header__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .header__items {
    align-items: center;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__nav {
  display: flex;
  align-items: center;
  padding-top: 34px;
  margin-left: 100px;
}

@media only screen and (max-width: 1240px) {
  .header__nav {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav {
    display: none;
  }
}

.header__nav li {
  margin-right: 25px;
}

.header__nav li:last-child {
  margin-right: 0;
}

.header__nav li a {
  font-size: 16px;
  position: relative;
}

.header__nav li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #111212;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 300ms;
}

.header__nav li a:hover::before {
  width: 100%;
}

.header__item {
  padding-top: 29px;
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1240px) {
  .header__item {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .header__item {
    display: none;
  }
}

.header__tel {
  font-size: 24px;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  font-weight: 900;
  margin-left: 17px;
}

@media only screen and (max-width: 1240px) {
  .header__tel {
    margin-bottom: 8px;
    margin-left: 0;
  }
}

.header__tel:hover {
  color: #ffaf00;
}

.header__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__social li {
  margin-right: 17px;
}

.header__social li:last-child {
  margin-right: 0;
}

.header__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__social li a:hover {
  transform: scale(1.1);
}

.header__burger {
  display: none;
  width: 56px;
}

@media only screen and (max-width: 991px) {
  .header__burger {
    display: block;
    position: relative;
    z-index: 250;
  }
}

@media only screen and (max-width: 767px) {
  .header__burger {
    width: 35px;
  }
}

.header__burger a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}

.header__burger a span {
  position: relative;
  display: block;
  width: 56px;
  height: 2px;
  background: #000;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header__burger a span {
    width: 35px;
  }
}

.header__burger a span:before,
.header__burger a span:after {
  content: "";
  width: 56px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header__burger a span:before,
  .header__burger a span:after {
    width: 35px;
  }
}

.header__burger a span:before {
  top: -12px;
}

.header__burger a span:after {
  top: 12px;
}

.header__burger a.active span {
  background: transparent;
}

.header__burger a.active span:before {
  transform: rotate(45deg) translate(9px, 7px);
}

.header__burger a.active span:after {
  transform: rotate(-45deg) translate(8px, -8px);
}

.drop-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .drop-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 20px 100px 20px;
    width: 280px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -280px;
    z-index: 120;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
    transition: 300ms;
  }
  .drop-menu.active {
    right: 0;
  }
}

.drop-menu__head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.drop-menu__nav li {
  margin-bottom: 15px;
}

.drop-menu__nav li:last-child {
  margin-bottom: 0;
}

.drop-menu__nav li a {
  font-size: 18px;
}

.drop-menu__tel {
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  display: block;
}

.drop-menu__social {
  display: flex;
  align-items: center;
}

.drop-menu__social li {
  margin-right: 15px;
}

.drop-menu__social li:last-child {
  margin-right: 0;
}

.drop-menu__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__inner {
  position: relative;
  padding-top: 140px;
}

@media only screen and (max-width: 1240px) {
  .showcase__inner {
    padding-top: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__inner {
    padding-top: 138px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__inner {
    padding-top: 118px;
  }
}

.showcase__map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.showcase__map-first {
  top: 64px;
  left: -156px;
}

@media only screen and (max-width: 1240px) {
  .showcase__map-first {
    left: -123px;
    top: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__map-first {
    top: 55px;
    left: -115px;
  }
}

.showcase__map-second {
  right: -302px;
  top: -4px;
}

@media only screen and (max-width: 1240px) {
  .showcase__map-second {
    right: -367px;
    top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__map-second {
    right: -255px;
    top: -65px;
  }
}

.showcase__item {
  position: relative;
  z-index: 5;
}

.showcase__title {
  font-size: 65px;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  font-weight: 900;
  margin-bottom: 60px;
  position: relative;
  transition: 1000ms;
  opacity: 0;
  transform: translateX(-50px);
}

.showcase__title.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .showcase__title {
    text-align: center;
    margin-bottom: 32px;
  }
  .showcase__title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title {
    font-size: 48px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .showcase__title {
    font-size: 38px;
  }
}

.showcase__title span {
  font-size: 30px;
  max-width: 355px;
  display: inline-block;
  transition: 1000ms;
  opacity: 0;
  transform: translateY(50px);
}

.showcase__title span.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .showcase__title span {
    display: block;
    text-align: center;
    margin-top: 50px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title span {
    font-size: 28px;
    max-width: 327px;
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 375px) {
  .showcase__title span {
    font-size: 24px;
    max-width: 290px;
  }
}

.showcase__title span b {
  font-weight: 900;
  color: #ffaf00;
}

.showcase__location {
  display: none;
}

@media only screen and (max-width: 991px) {
  .showcase__location {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .showcase__location img {
    margin-right: 7px;
  }
  .showcase__location span {
    font-size: 12px;
    color: #525455;
    max-width: 106px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__location {
    justify-content: flex-start;
  }
}

.showcase__location.desk {
  display: flex;
  align-items: center;
  position: absolute;
  top: 177px;
  right: 27px;
  z-index: 5;
  transition: 1000ms;
  opacity: 0;
  transform: translateX(-50px);
}

.showcase__location.desk.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1240px) {
  .showcase__location.desk {
    display: none;
  }
}

.showcase__location.desk img {
  margin-right: 7px;
}

.showcase__location.desk span {
  font-size: 12px;
  color: #525455;
  max-width: 106px;
}

.showcase__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showcase__list {
  display: flex;
  padding-left: 20px;
  align-items: center;
  transition: 1000ms;
  opacity: 0;
  transform: translateX(50px);
}

.showcase__list.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .showcase__list {
    display: none;
  }
}

.showcase__list li {
  list-style-type: disc;
  margin-right: 40px;
  font-size: 16px;
  text-transform: uppercase;
}

.showcase__list li:last-child {
  margin-right: 0;
}

.showcase-slider {
  text-align: center;
  margin-top: -20px;
  margin: -100px 0;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .showcase-slider {
    margin-top: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .showcase-slider {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-slider {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 375px) {
  .showcase-slider {
    margin-top: -10px;
  }
}

.showcase-slider__inner {
  position: relative;
}

.showcase-slider__boltco {
  color: #fff;
  font-size: 441.055px;
  font-weight: 900;
  letter-spacing: -22.053px;
  opacity: 0.6000000238418579;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1300px) {
  .showcase-slider__boltco {
    font-size: 360px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase-slider__boltco {
    font-size: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-slider__boltco {
    font-size: 180px;
  }
}

.showcase-slider__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 280px;
}

@media only screen and (max-width: 1300px) {
  .showcase-slider__bg {
    height: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase-slider__bg {
    height: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-slider__bg {
    height: 170px;
  }
}

.showcase-slider__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.showcase-slider__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.showcase-slider .slick-track {
  display: flex !important;
  align-items: center;
}

.showcase-slider__end {
  display: none;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

@media only screen and (max-width: 1240px) {
  .showcase-slider__end {
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .showcase-slider__end {
    justify-content: center;
  }
}

.showcase-slider__list {
  display: none;
}

@media only screen and (max-width: 991px) {
  .showcase-slider__list {
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .showcase-slider__list li {
    margin-right: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    list-style-type: disc;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .showcase-slider__list li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
  }
  .showcase-slider__list li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 991px) and (max-width: 400px) {
  .showcase-slider__list li {
    margin-right: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase-slider__list li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .showcase-slider__list li:last-child {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 400px) {
  .showcase-slider__list li:last-child {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-slider__list {
    display: block;
    margin-top: -40px;
  }
}

.showcase-slider__btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 50;
}

.showcase-slider__btn span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  background: #ffaf00;
  margin-right: 33px;
  transition: 300ms;
}

.showcase-slider__btn span svg {
  transform: translateX(15px);
  transition: 300ms;
}

.showcase-slider__btn span svg path {
  transition: 300ms;
}

.showcase-slider__btn:hover {
  color: #ffaf00;
}

.showcase-slider__btn:hover span {
  background: #100d46;
  margin-right: 15px;
}

.showcase-slider__btn:hover svg {
  transform: translateX(2px);
}

.showcase-slider__btn:hover svg path {
  fill: #fff;
}

.showcase-slider__btn.desk {
  transition: 1000ms;
  opacity: 0;
  transform: translateX(-50px);
}

.showcase-slider__btn.desk.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1240px) {
  .showcase-slider__btn.desk {
    display: none;
  }
}

.showcase-slider__gps {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .showcase-slider__gps {
    display: none;
  }
}

.showcase-slider__gps span {
  font-size: 12px;
  color: #525455;
  max-width: 146px;
}

.showcase-slider__gps img {
  margin-right: 7px;
}

.showcase-slider__items {
  visibility: hidden;
}

@media only screen and (max-width: 1300px) {
  .showcase-slider__items {
    margin: -50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-slider__items {
    margin: -100px 0 -110px 0;
  }
}

.showcase-slider__items.slick-initialized {
  visibility: visible;
}

.showcase-slider .slick-track {
  padding: 100px 0;
}

.showcase-slider .slick-slide {
  transform: none;
  transition: 500ms;
}

.showcase-slider .slick-slide.slick-active {
  transform: scale(1.2);
  transition: 500ms;
}

.showcase-slider  .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] { 
  transform: scale(1);
}

.showcase-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] { 
  transform: scale(1.2);
}

@media only screen and (max-width: 1300px) {
  .showcase-slider .slick-slide.slick-active {
    transform: scale(1.1);
  }
}


@media only screen and (max-width: 767px) {
  .showcase-slider .slick-slide.slick-active {
    transform: none;
  }
}

.algoritm {
  padding: 60px 0 115px 0;
}

@media only screen and (max-width: 1240px) {
  .algoritm {
    padding: 42px 0 85px 0;
  }
}

@media only screen and (max-width: 991px) {
  .algoritm {
    padding: 60px 0 130px 0;
  }
}

@media only screen and (max-width: 767px) {
  .algoritm {
    padding: 40px 0 56px 0;
    position: relative;
  }
}

@media only screen and (max-width: 400px) {
  .algoritm {
    padding-bottom: 170px;
  }
}

.algoritm__mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .algoritm__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 63px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .algoritm__mobile {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 390px) {
  .algoritm__mobile {
    width: 200px;
    bottom: 40px;
  }
}

.algoritm__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

@media only screen and (max-width: 1240px) {
  .algoritm__items {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .algoritm__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .algoritm__items {
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 440px) {
  .algoritm__items {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .algoritm__items {
    grid-template-columns: 1fr;
  }
}

.algoritm__title {
  font-size: 45px;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  font-weight: 900;
  max-width: 246px;
  grid-column-start: 1;
  grid-column-end: 6;
  margin-bottom: 40px;
  transition: 1000ms;
  opacity: 0;
  transform: translateX(-50px);
}

.algoritm__title.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1240px) {
  .algoritm__title {
    margin-bottom: 0;
    grid-column: auto;
  }
}

@media only screen and (max-width: 991px) {
  .algoritm__title {
    grid-column-start: 1;
    grid-column-end: 7;
    margin-bottom: 40px;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .algoritm__title {
    font-size: 28px;
    margin-bottom: 15px;
    grid-row: auto;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media only screen and (max-width: 400px) {
  .algoritm__title {
    grid-column-end: 2;
  }
}

.algoritm__item {
  background: #efefef;
  padding: 20px 20px 60px 20px;
  transition: 1000ms;
  opacity: 0;
  transform: scale(0);
}

.algoritm__item.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1240px) {
  .algoritm__item {
    padding: 20px 20px 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .algoritm__item {
    width: 31%;
  }
}

@media only screen and (max-width: 767px) {
  .algoritm__item {
    width: 100%;
    padding: 20px 20px 60px 20px;
  }
}

@media only screen and (max-width: 440px) {
  .algoritm__item {
    padding: 20px 16px 40px 16px;
  }
}

@media only screen and (max-width: 991px) {
  .algoritm__item:nth-child(2) {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .algoritm__item:nth-child(2) {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .algoritm__item:nth-child(3) {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .algoritm__item:nth-child(3) {
    width: 100%;
  }
}

.algoritm__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 50px;
}

.algoritm__head {
  font-size: 30px;
  font-weight: 900;
  color: #100d46;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .algoritm__head {
    font-size: 24px;
  }
}

.algoritm__text {
  font-size: 16px;
}

@media only screen and (max-width: 440px) {
  .algoritm__text {
    font-size: 14px;
  }
}

.ground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 38px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .ground {
    padding: 38px 0 50px 0;
  }
}

.ground__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .ground__logo {
    width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .ground__logo {
    width: 238px;
  }

  .ground {
    padding: 80px 0 100px 0;
  }
}

.history {
  background: #f1f1f1;
  padding: 80px 0 88px 0;
}

@media only screen and (max-width: 1240px) {
  .history {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 991px) {
  .history {
    padding: 60px 0;
  }
}

.history__title {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

.history__title.element-show {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1240px) {
  .history__title {
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .history__title {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .history__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1240px) {
  .history__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    column-gap: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .history__items {
    display: block;
  }
}

.history__slider {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1240px) {
  .history__slider {
    display: block !important;
  }
}

.history__video {
  width: 658px;
  height: 370px;
  min-width: 658px;
  position: relative;
  margin-left: 40px;
}

.history__video.element-show {
  opacity: 1;
}

@media only screen and (max-width: 1240px) {
  .history__video {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    height: 517px;
  }
}

@media only screen and (max-width: 991px) {
  .history__video {
    height: 387px;
  }
}

@media only screen and (max-width: 767px) {
  .history__video {
    height: 247px;
  }
}

.history__video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #a90000;
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .history__video-play {
    width: 76px;
    height: 76px;
  }
}

.history__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.history__item {
  width: 100%;
  margin-right: 50px;
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (max-width: 1240px) {
  .history__item{
    margin-right: 0;
  }
}

.history__item.element-show {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .history__item {
  }
}

@media only screen and (max-width: 767px) {
  .history__item {
    margin-right: 0;
  }
  .history__item:last-child {
    margin-bottom: 0;
  }
}

.history__item p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .history__item p {
    margin-bottom: 20px;
  }
}

.history__item p:last-child {
  margin-bottom: 0;
}

.history__item:last-child {
  margin-right: 0;
}

.category {
  padding: 0px 0 60px 0;
  position: relative;
  z-index: 15;
}

@media only screen and (max-width: 1240px) {
  .category {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .category {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .category {
    padding: 40px 0 62px 0;
  }
}

.category__tabs {
  display: grid;
  border: 1px solid #ddd;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .category__tabs {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .category__tabs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.category__tab {
  padding: 10px;
  cursor: pointer;
  transition: 300ms;
  border-right: 1px solid #ddd;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .category__tab {
    border-bottom: 1px solid #ddd;
  }
}

.category__tab:hover {
  background: #f0f0f0;
}

.category__tab:nth-child(5),
.category__tab:nth-child(10),
.category__tab:nth-child(15) {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .category__tab:nth-child(4),
  .category__tab:nth-child(5) {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .category__tab:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
    width: 76%;
  }
}

@media only screen and (max-width: 767px) {
  .category__tab:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 76%;
    margin-right: 0;
    margin-left: auto;
  }
}

.category__tab-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.category__tab-name {
  font-size: 16px;
}

@media only screen and (max-width: 420px) {
  .category__tab-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 340px) {
  .category__tab-name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .category__tab:nth-child(3){
    border-right: 0;
  }
}

.category__tab.active {
  opacity: 1;
  background: #ddd;
}

.category__items {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .category__items {
    flex-direction: column-reverse;
  }
}

.category__images {
  min-width: 660px;
  width: 660px;
  margin-right: 43px;
}

@media only screen and (max-width: 1240px) {
  .category__images {
    margin-right: 20px;
    min-width: 571px;
    width: 571px;
  }
}

@media only screen and (max-width: 991px) {
  .category__images {
    min-width: auto;
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}

.category__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category__content {
  display: none;
}

.category__content:first-child {
  display: block;
}

.category__item {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .category__item {
    display: flex;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .category__item {
    display: block;
  }
}

.category__title {
  font-size: 45px;
  font-weight: 900;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  max-width: 277px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .category__title {
    min-width: 280px;
    width: 280px;
    margin-right: 70px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .category__title {
    font-size: 28px;
    margin-bottom: 40px;
    min-width: auto;
    width: 100%;
  }
}

.category__head {
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  color: #005494;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .category__head {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.category__list {
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
}

.category__list li {
  list-style-type: disc;
}

.category .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 1240px) {
  .category .slick-dots {
    margin-left: 86px;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .category .slick-dots {
    margin-left: 147px;
  }
}

@media only screen and (max-width: 767px) {
  .category .slick-dots {
    margin-left: 0;
  }
}

.category .slick-dots li {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.category .slick-dots li:last-child {
  margin-right: 0;
}

.category .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-radius: 7px;
  background: #d9d9d9;
  cursor: pointer;
  font-size: 0;
  border: 0;
}

.category .slick-dots li.slick-active button {
  background: #363636;
}

.category .slick-arrow {
  width: 32px;
  height: 15px;
  background: none;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  bottom: 0;
}

.category .slick-prev {
  background-image: url(../images/slider-l.svg);
  right: 90px;
}

@media only screen and (max-width: 1240px) {
  .category .slick-prev {
    right: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .category .slick-prev {
    right: 238px;
  }
}

@media only screen and (max-width: 767px) {
  .category .slick-prev {
    right: 88px;
  }
}

.category .slick-next {
  right: 0;
  background-image: url(../images/slider-r.svg);
}

@media only screen and (max-width: 1240px) {
  .category .slick-next {
    right: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .category .slick-next {
    right: 149px;
  }
}

@media only screen and (max-width: 767px) {
  .category .slick-next {
    right: 0;
  }
}

.category__marks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 49px;
  column-gap: 49px;
  row-gap: 49px;
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .category__marks {
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .category__marks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 28px;
  }
}

@media only screen and (max-width: 420px) {
  .category__marks {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.category__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: 300ms;
}

@media only screen and (max-width: 767px) {
  .category__mark {
    opacity: 1;
  }
}

.category__mark img {
  width: 100%;
  height: 100%;
}

.category__mark:hover {
  opacity: 1;
}

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

@media only screen and (max-width: 1240px) {
  .about {
    padding: 75px 0 130px 0;
  }
}

@media only screen and (max-width: 991px) {
  .about {
    padding: 60px 0 132px 0;
  }
}

@media only screen and (max-width: 767px) {
  .about {
    padding: 60px 0 56px 0;
  }
}

.about__items {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .about__items {
    display: block;
  }
}

.about__title {
  font-size: 45px;
  font-weight: 900;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  min-width: 525px;
  width: 525px;
  margin-right: 70px;
}

@media only screen and (max-width: 1240px) {
  .about__title {
    min-width: 510px;
    width: 510px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .about__title {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: auto;
    max-width: 525px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about__title {
    font-size: 28px;
    margin-bottom: 30px;
    max-width: 355px;
  }
}

.about__title span {
  color: #ffaf00;
}

.about__item {
  padding-left: 60px;
  border-left: 6px solid #005494;
  font-size: 16px;
  line-height: 30px;
  padding-right: 58px;
}

@media only screen and (max-width: 1240px) {
  .about__item {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about__item {
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about__item {
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 28px;
  }
}

@media only screen and (max-width: 420px) {
  .about__item {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.about__item p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1240px) {
  .about__item p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .about__item p {
    margin: 0;
  }
}

.about__item p:last-child {
  margin-bottom: 0;
}

.about__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 78px;
  column-gap: 78px;
  row-gap: 14px;
  max-width: 500px;
  margin-top: -100px;
}

@media only screen and (max-width: 1240px) {
  .about__blocks {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 991px) {
  .about__blocks {
    margin-top: 75px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 26px;
    column-gap: 26px;
    max-width: 100%;
    row-gap: 26px;
    position: relative;
  }
  .about__blocks::before {
    content: "";
    display: block;
    width: 484px;
    height: 6px;
    position: absolute;
    left: -222px;
    top: -86px;
    background: #005494;
  }
}

@media only screen and (max-width: 767px) {
  .about__blocks {
    margin-top: 65px;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 21px;
  }
  .about__blocks::before {
    display: none;
  }
}

.about__block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.director {
  padding: 82px 0;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .director {
    padding: 65px 0 25px 0;
  }
}

@media only screen and (max-width: 991px) {
  .director {
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .director {
    padding: 350px 0 40px 0;
  }
}

.director__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52%;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .director__image {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .director__image {
    width: 100%;
    height: 510px;
  }
}

.director__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.director__head {
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .director__head {
    color: #fff;
    position: relative;
    z-index: 5;
    padding: 0 47px;
  }
}

.director__title {
  font-size: 30px;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  font-weight: 900;
  max-width: 435px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .director__title {
    max-width: 288px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .director__title {
    color: #fff;
    font-size: 24px;
    max-width: 330px;
    padding: 0 47px;
    margin-bottom: 29px;
    position: relative;
    z-index: 5;
  }
}

@media only screen and (max-width: 767px) {
  .director .container {
    padding: 0;
  }
}

.director__info {
  font-size: 16px;
  line-height: 24px;
  color: #100d46;
  margin-bottom: 74px;
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .director__info {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .director__info {
    margin-bottom: 34px;
    padding: 40px;
    background: #f1f1f1;
  }
}

.director__info::before {
  content: "";
  display: block;
  width: 1000px;
  right: -75px;
  height: calc(100% + 50px);
  top: 50%;
  transform: translate(0, -50%);
  background: #f1f1f1;
  border-radius: 4px;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .director__info::before {
    right: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .director__info::before {
    display: none;
  }
}

.director__info p {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.director__info p:last-child {
  margin-bottom: 0;
}

.director__item {
  max-width: 45%;
}

@media only screen and (max-width: 767px) {
  .director__item {
    max-width: 100%;
  }
}

.director__btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .director__btn {
    justify-content: center;
  }
}

.director__btn span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  background: #ffaf00;
  margin-right: 33px;
  transition: 300ms;
}

.director__btn span svg {
  transform: translateX(15px);
  transition: 300ms;
}

.director__btn span svg path {
  transition: 300ms;
}

.director__btn:hover {
  color: #ffaf00;
}

.director__btn:hover span {
  background: #100d46;
  margin-right: 15px;
}

.director__btn:hover svg {
  transform: translateX(2px);
}

.director__btn:hover svg path {
  fill: #fff;
}

@media only screen and (max-width: 1240px) {
  .director__btn.desk {
    display: none;
  }
}

.contacts {
  background: url(../images/contacts-map.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 210px 0;
}

@media only screen and (max-width: 1240px) {
  .contacts {
    padding: 80px 0 125px 0;
  }
}

@media only screen and (max-width: 991px) {
  .contacts {
    padding: 100px 0 145px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contacts {
    padding: 60px 0 55px 0;
  }
}

.contacts__head {
  font-size: 30px;
  font-weight: 900;
  color: #ffaf00;
  margin-bottom: 38px;
}

@media only screen and (max-width: 1240px) {
  .contacts__head {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__head {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1240px) {
  .contacts__revers {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}

.contacts__items {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .contacts__items {
    display: block;
  }
}

.contacts__item {
  margin-right: 120px;
  width: 255px;
}

@media only screen and (max-width: 1240px) {
  .contacts__item {
    width: 100%;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__item {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .contacts__item:last-child {
    margin-bottom: 0;
  }
}

.contacts__item:last-child {
  margin-right: 0;
}

.contacts__item:nth-child(2) {
  width: 300px;
}

@media only screen and (max-width: 1240px) {
  .contacts__item:nth-child(2) {
    width: 100%;
  }
}

.contacts__info {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  max-width: 245px;
  line-height: 24px;
}

.contacts__info p {
  margin-bottom: 15px;
}

.contacts__info p:last-child {
  margin-bottom: 0;
}

.contacts__tel {
  display: block;
  font-size: 30px;
  white-space: nowrap;
  font-weight: 900;
  color: #fff;
  margin-top: 20px;
}

@media only screen and (max-width: 1240px) {
  .contacts__tel {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__tel {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

.contacts__tel:hover {
  color: #ffaf00;
}

.footer {
  background: #100d46;
  color: #fff;
  padding: 17px 0 34px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 54px 0;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #100d46;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 5;
}

.footer__top:hover {
  background: #13105a;
}

.footer__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  margin-bottom: 17px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__text {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__text {
    color: #e2e2e2;
  }
}

.footer__end {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__end {
    color: #e2e2e2;
  }
}

.footer__item {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .footer__item {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer__item {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer__social {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer__social {
    position: absolute;
    left: 240px;
    bottom: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__social {
    left: auto;
    right: 70px;
  }
}

.footer__social li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .footer__social li {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .footer__social li:last-child {
    margin-right: 0;
  }
}

.footer__social li:last-child {
  margin-bottom: 0;
}

.footer__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social li a:hover {
  transform: scale(1.1);
}

.footer__nav {
  margin-right: 220px;
}

@media only screen and (max-width: 1240px) {
  .footer__nav {
    margin-right: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__nav {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav {
    padding-top: 30px;
  }
}

.footer__nav li {
  margin-bottom: 19px;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav li a {
  font-size: 16px;
}

.footer__nav li a:hover {
  color: #ffaf00;
}

.footer__last {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .footer__last {
    padding-top: 0;
  }
}

.footer__tel {
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
  margin-bottom: 38px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .footer__tel {
    position: absolute;
    margin: 0;
    bottom: 125px;
    left: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__tel {
    left: auto;
    right: 20px;
  }
}

.footer__tel:hover {
  color: #ffaf00;
}

.footer__last-text {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer__last-text {
    text-align: left;
  }
}

.footer__last-text p {
  margin-bottom: 6px;
}

.footer__last-text p:last-child {
  margin-bottom: 0;
}

.modal {
  border-radius: 5px;
  background: #ebebeb;
  max-width: 600px;
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__inner {
  position: relative;
  padding: 100px;
}

@media only screen and (max-width: 767px) {
  .modal__inner {
    padding: 60px 45px;
  }
}

@media only screen and (max-width: 475px) {
  .modal__inner {
    padding: 60px 20px;
  }
}

.modal__strong {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal__title {
  font-size: 28px;
  font-weight: 900;
  color: #100d46;
  margin-bottom: 38px;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
}

@media only screen and (max-width: 767px) {
  .modal__title {
    margin-bottom: 40px;
  }
}

.modal__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .modal__items {
    flex-direction: column-reverse;
  }
}

.modal__social {
  display: flex;
  align-items: center;
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .modal__social {
    justify-content: center;
  }
}

.modal__social li {
  margin-right: 16px;
}

.modal__social li:last-child {
  margin-right: 0;
}

.modal__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__social li a:hover {
  transform: scale(1.1);
}

.modal__tel {
  font-size: 24px;
  font-weight: 900;
  font-family: "Uni Sans Heavy CAPS", sans-serif;
}

@media only screen and (max-width: 767px) {
  .modal__tel {
    margin-bottom: 17px;
  }
}

.modal__tel:hover {
  color: #ffaf00;
}

.fancybox-button.fancybox-close-small {
  display: none;
}

.header__mobile {
  display: none;
}

.header__mobile ul{
  display: flex;
  align-items: center;
}

.header__mobile-tel{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 22px;
}

@media only screen and (max-width: 991px) {
  .header__mobile {
    display: block;
    padding-top: 5px;
  }

  .header__items{
    align-items: flex-start;
  }

  .header__burger{
    transform: translateY(18px);
  }

  .header__mobile li {
    margin-right: 15px;
  }

  .header__mobile li:last-child {
    margin-right: 0;
  }

  .header__logo{
    transform: translateX(-30px);
  }
}

@media only screen and (max-width: 360px) {
  .header__logo{
    transform: translateX(-7px);
  }
}

@media only screen and (max-width: 767px) {
  .header__mobile-tel{
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 400px) {
  .header__mobile li {
    margin-right: 10px;
  }

  .header__mobile-tel{
    font-size: 17px;
    line-height: 17px;
  }

  .header .container{
    padding-right: 10px;
    padding-left: 10px;
  }
}

.contacts__social{
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1240px) {
  .contacts__social{
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.contacts__social li{
  margin-right: 15px;
}

.contacts__social li:last-child{
  margin-right: 0;
}

.contacts__social li a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts__social li a:hover{
  transform: scale(1.1);
}



.history .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  margin-left: 385px;
}

@media only screen and (max-width: 1240px) {
  .history .slick-dots {
    margin-left: 86px;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .history .slick-dots {
    margin-left: 147px;
  }
}

@media only screen and (max-width: 767px) {
  .history .slick-dots {
    margin-left: 0;
  }
}

.history .slick-dots li {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.history .slick-dots li:last-child {
  margin-right: 0;
}

.history .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-radius: 7px;
  background: #d9d9d9;
  cursor: pointer;
  font-size: 0;
  border: 0;
}

.history .slick-dots li.slick-active button {
  background: #363636;
}

.history .slick-arrow {
  width: 32px;
  height: 15px;
  background: none;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  bottom: 0;
}

.history .slick-prev {
  background-image: url(../images/slider-l.svg);
  right: 473px;
}

@media only screen and (max-width: 1240px) {
  .history .slick-prev {
    right: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .history .slick-prev {
    right: 238px;
  }
}

@media only screen and (max-width: 767px) {
  .history .slick-prev {
    right: 88px;
  }
}

.history .slick-next {
  right: 385px;
  background-image: url(../images/slider-r.svg);
}

@media only screen and (max-width: 1240px) {
  .history .slick-next {
    right: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .history .slick-next {
    right: 149px;
  }
}

@media only screen and (max-width: 767px) {
  .history .slick-next {
    right: 0;
  }
}

.history__header{
  font-size: 24px;
  font-weight: 900;
  font-family: "Uni Sans Heavy CAPS";
  margin-bottom: 20px;
}

@media only screen and (max-width: 1240px) {
  .history__header{
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media only screen and (max-width: 767px) {
  .history__header{
    font-size: 20px;
  }
}

.history__img {
  width: 658px;
  height: 370px;
  min-width: 658px;
  position: relative;
  margin-left: 40px;
}

.history__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1240px) {
  .history__img {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    height: 517px;
  }
}

@media only screen and (max-width: 991px) {
  .history__img {
    height: 387px;
  }
}

@media only screen and (max-width: 767px) {
  .history__img {
    height: 247px;
  }
}