/* --- Reset --- */
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
  color: #fff;
}
ul,
ol,
li,
p {
  padding: 0;
  margin: 0;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

/* --- Common style --- */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #fff;
  scroll-behavior: smooth;
}
#portfolio,
#price,
#services,
#advantages {
  padding-top: 64px;
  margin-top: -64px;
}
@media (max-width: 992px) {
  #portfolio,
  #price,
  #services,
  #advantages {
    padding-top: 0px;
    margin-top: 0px;
  }
}
.button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.175px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0;
  border-radius: 2px;
}
.button-primary {
  padding: 8px 16px;
  color: #a7ccdd;
  background-color: transparent;
  border: 2px solid #a7ccdd;
}
.button-primary:hover,
.button-primary:active {
  background-color: transparent;
  border-color: #ff931f;
  color: #ff931f;
  transition: all 0.2s ease-in-out;
}
.button-primary:hover svg path,
.button-primary:active svg path {
  stroke: #ff931f;
  transition: all 0.2s ease-in-out;
}
.button-secondary:hover,
.button-secondary:active,
.button-third:hover,
.button-third:active {
  background-color: #ff931f;
  color: #fff;
}
.button-secondary {
  padding: 12px 16px;
  background-color: #335e5a;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.button-third {
  padding: 18px 16px;
  border-left: 2px solid #407670;
  border-bottom: 2px solid #407670;
}
.button-third:hover .main-item__link,
.button-third:active .main-item__link {
  color: #fff;
}
.main-item__link {
  color: #305a54;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 16px;
  margin: 0 auto;
}
.title {
  font-family: "Comfortaa", sans-serif;
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 0.083px;
  color: #2e6073;
  text-align: center;
  padding: 8px 16px;
}
.title--special {
  font-size: 23px;
  line-height: 32px;
}
.subtitle {
  font-family: "Overpass", sans-serif;
  text-align: center;
  padding-bottom: 24px;
  color: #545454;
}
.modal {
  color: #000;
}
.modal .button {
  color: #fff;
}
.modal .modal-header,
.modal .modal-footer {
  border: none;
}
.modal .modal-body {
  padding: 0 1rem;
}
.col-form-label span {
  color: #ff0000;
}
.modal .form-control:focus,
.modal .form-select:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.modal .btn-close:focus {
  box-shadow: none;
}
.modal #message-text {
  max-width: 100%;
  max-height: 100px;
}

/* --- Header --- */
.header {
  background-color: rgb(14, 29, 34);
  padding-top: 64px;
  position: relative;
}
.header--special {
  width: 100%;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  overflow: hidden;
}
.header--special svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.header .container {
  max-width: 1496px;
  max-width: 100%;
  padding: 0 16px;
}
.header__nav {
  margin: 0 auto;
  padding: 16px 0;
  width: 100%;
  background-color: rgb(14, 29, 34, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 16px;
}
.header__main-item:last-child {
  font-family: "Overpass", sans-serif;
  color: rgb(167, 204, 221);
  text-align: right;
}
.logo {
  padding-top: 20px;
  width: 300px;
  margin-left: -75px;
}
.header__main-item .button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.work-time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}
.work-time span {
  color: rgb(47, 96, 113);
  font-size: 20px;
}
.header__main-item .phone {
  padding: 16px 8px 24px;
}

/* Navigation styles */
ul.nav {
  list-style-type: none;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.nav__item {
  padding: 8px 16px;
}
.nav__item a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav__item:hover a {
  color: rgb(59, 119, 141);
  transition: all 0.2s ease-in-out;
}
.nav__item:hover svg path {
  stroke: rgb(59, 119, 141);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .header {
    padding: 0;
  }
  .header__nav {
    position: static;
  }
  .header__main {
    flex-direction: column;
    position: relative;
    padding-bottom: 80px;
  }
  .header__main-item:nth-child(2) {
    order: 1;
  }
  .header__main-item:nth-child(2) .logo {
    margin-left: 0;
    margin-bottom: 18px;
  }
  .header__main-item:nth-child(1) {
    order: 2;
    position: absolute;
    left: 0;
    bottom: 16px;
  }
  .header__main-item:nth-child(1) button {
    display: none;
  }
  .header__main-item:nth-child(3) {
    order: 3;
    position: absolute;
    right: 0;
    bottom: 16px;
  }
}

/* --- Slider --- */
.slider {
  background-image: linear-gradient(
    to bottom,
    rgb(22, 44, 52) 0%,
    rgba(36, 73, 86, 0.1) 100%
  );
  position: relative;
  overflow: hidden;
}
.video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video video {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.slider .container {
  padding: 0 16px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  text-align: center;
}
.slider__container {
  width: 100%;
  max-width: 1496px;
  padding: 123px 16px 180px;
	position: relative;
}
.slider__title {
  font-family: "Comfortaa", sans-serif;
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 0.083px;
  padding: 32px 16px 12px;
}
.slider__subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.032px;
  padding: 10px 16px 20px;
  color: #cbe8f6;
}
.slider__items {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.slider__item {
  border: 2px solid rgba(255, 255, 255, 0.125);
  border-top: none;
  padding: 16px;
  padding-top: 44px;
  margin-top: 30px;
  width: calc(100% / 5);
  position: relative;
}
.slider__item::before,
.slider__item::after {
  position: absolute;
  top: 0;
  width: 75px;
  height: 2px;
  background: rgba(255, 255, 255, 0.125);
  content: "";
}
.slider__item::before {
  left: 0px;
}
.slider__item::after {
  right: 0px;
}
.slider__item-img {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
}
.slider__item-text {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider__item-info {
  padding: 32px 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(36, 73, 86, 0) 0%, #244956 61.77%);
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.032px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider__item-info p {
  padding-right: 105px;
}
@media (max-width: 768px) {
  @media (min-aspect-ratio: 16/10) {
    .video iframe {
      /* height = 100 * (9 / 16) = 56.25 */
      height: 170vw;
    }
  }
  .slider__title {
    font-size: 23px;
    line-height: 32px;
  }
  .slider__container {
    padding: 52px 0px 140px;
  }
  .slider__items {
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .slider__item {
    width: 156px;
    padding: 33px 8px 16px;
    margin-top: 20px;
  }
  .slider__item::before,
  .slider__item::after {
    width: 30px;
  }
  .slider__item-info {
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.024px;
    padding: 24px 16px;
    align-items: flex-end;
  }
  .slider__item-info p {
    padding: 0;
    text-align: left;
  }
  .slider__item-text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.035px;
    min-height: 32px;
  }
  .slider__item-img {
    top: -22px;
    width: 40px;
    left: calc(50% - 20px);
  }
}

/* --- Portfolio --- */
.portfolio__main {
  background-image: linear-gradient(
    to bottom,
    rgb(238, 247, 252) 0%,
    rgb(196, 221, 232) 100%
  );
  padding: 16px 0;
}
.portfolio__main-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
}
.portfolio__main-item {
  width: 50%;
  padding-bottom: 32px;
}
.portfolio__main-item:nth-child(odd) {
  padding-right: 16px;
}
.portfolio__main-item:nth-child(even) {
  padding-left: 16px;
}
.main-item__gallery {
  height: 344px;
  display: flex;
  justify-content: space-between;
}
.gallery-item__main {
  width: 66%;
  height: 100%;
}
.gallery-item__main .gallery-item {
  width: 100%;
  height: 100%;
}
.gallery-item__minor {
  width: 32%;
  height: 100%;
}
.gallery-item__minor .gallery-item:first-child {
  height: 112px;
  margin-bottom: 16px;
}
.gallery-item__minor .gallery-item:first-child img {
  object-fit: contain;
}
.gallery-item__minor .gallery-item:last-child {
  height: 216px;
}
.gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-item__content {
  padding: 16px;
}
.main-item__title {
  font-family: "Overpass", sans-serif;
  font-size: 25px;
  line-height: 32px;
  color: rgb(51, 51, 51);
  padding-bottom: 4px;
}
.main-item__title--special {
  min-height: 64px;
  display: flex;
  align-items: center;
}
.main-item__description {
  color: #474747;
}
.title--special {
  padding: 16px;
  padding-top: 28px;
}
.portfolio__minor {
  background-image: linear-gradient(
    to bottom,
    rgb(196, 221, 232) 0%,
    rgb(108, 170, 198) 100%
  );
  padding-bottom: 56px;
  position: relative;
}
.portfolio__minor-items {
  display: flex;
}
.portfolio__minor-item {
  width: calc(100% / 5);
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
}
.minor-item__type {
  font-size: 10px;
  line-height: 12px;
  color: #244956;
  letter-spacing: 0.1em;
  padding-top: 15px;
}
.minor-item__img {
  width: 88px;
  height: 88px;
  border-radius: 80px;
  padding: 24px;
  background: #fff;
  margin: 0 auto;
}
.minor-item__img img {
  width: 40px;
}
.minor-item__title {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.014px;
  color: #1c1c1c;
  padding: 12px 0;
}
.minor-item__examples {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.minor-item__examples p {
  padding: 10px 0px;
}
.minor-item__examples a {
  color: rgb(51, 94, 90);
}
@media (max-width: 992px) {
  .portfolio__minor-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .portfolio__minor-item {
    width: 328px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .portfolio__minor {
    padding-bottom: 24px;
  }
  .portfolio__main {
    padding: 8px 0;
  }
  .gallery-item__main {
    width: 100%;
  }
  .portfolio__main-item {
    padding-bottom: 24px;
  }
  .portfolio__main-item:nth-child(odd) {
    padding-right: 0px;
  }
  .portfolio__main-item:nth-child(even) {
    padding-left: 0px;
  }
  .main-item__title--special {
    min-height: auto;
  }
  .gallery-item__minor {
    display: none;
  }
  .portfolio__main-item {
    width: 100%;
  }
  .minor-item__examples {
    flex-direction: row;
    justify-content: center;
  }
}

/* --- Tabs --- */
.tabs {
  overflow: hidden;
}
.slides {
  height: auto;
}
.tabs__titles {
  background-color: rgb(64, 118, 112);
  padding: 12px 0;
}
.tabs__titles .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tabs__titles .swiper-pagination-bullet {
  width: fit-content;
  height: fit-content;
  opacity: 1;
  background: none !important;
}
.tabs__titles .swiper-pagination-bullets {
  bottom: 0 !important;
}
.tabs__titles .swiper-pagination-bullet .title-item__text {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.014px;
  color: #001f29 !important;
  text-transform: uppercase;
  margin-top: 8px;
  text-wrap: nowrap;
}
.tabs__titles .swiper-pagination-bullet .title-item__img svg path {
  fill: #001f29;
}
.tabs__titles .swiper-pagination-bullet-active .title-item__img svg path {
  fill: #fff;
}
.tabs__content {
  background-color: #6caac6;
  padding-top: 32px;
}
.tabs__content-items {
  width: 100%;
  display: flex;
}
.tabs__title-item {
  text-align: center;
  cursor: pointer;
}
.title-item__text {
  position: relative;
}
.tabs__titles .swiper-pagination-bullet::before {
  content: "";
  background-color: #407670;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  margin-left: -10px;
  transform: rotate(45deg);
  opacity: 0;
  transition: bottom 0.3s;
}
.tabs__titles .swiper-pagination-bullet-active::before {
  bottom: -20px;
  opacity: 1;
}
.content-item {
  width: 100%;
  max-width: 1170px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content-item__text {
  width: 704px;
  font-family: "Comfortaa", sans-serif;
  font-size: 46px;
  line-height: 64px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-item__img {
  height: 592px;
  width: 432px;
}
.content-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tabs__titles .swiper-pagination-bullet-active .title-item__text {
  color: #fff !important;
}
@media (max-width: 768px) {
  .tabs__content {
    padding: 24px 0 0;
  }
  .tabs__title-item {
    padding: 12px 16px;
  }
  .content-item__text {
    width: 100%;
    font-size: 33px;
    line-height: 42px;
    letter-spacing: 0.083px;
  }
  .content-item__img {
    height: 500px;
    width: 100%;
  }
  .tabs__titles {
    padding: 0;
  }
  .tabs__titles .container {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 56px;
    margin-bottom: -12px;
  }
  .tabs__titles .container::-webkit-scrollbar {
    width: 0;
  }
  .content-item {
    flex-direction: column;
  }
}

/* --- Price --- */
.price__container {
  padding: 16px 16px 32px;
  background: linear-gradient(180deg, #fff 0%, #eef7fc 100%);
}
.price__items {
  display: flex;
  gap: 32px;
}
.price__item {
  width: calc(100% / 3);
  height: fit-content;
  padding: 0 16px;
  border: 1px solid #6cacc6;
  background: #eef7fc;
  text-align: center;
  padding-bottom: 24px;
  margin-top: 32px;
  border-radius: 4px;
}
.price__item:nth-child(2) {
  margin-top: 0;
  background-color: #244956;
  border: 1px solid #6cacc6;
  color: #fff;
  padding: 32px 16px 56px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3),
    10px 10px 24px 0px rgba(0, 0, 0, 0.1), 6px 6px 16px 0px rgba(0, 0, 0, 0.15);
}
.price__item:nth-child(2) .price__item-title {
  color: #a7cddd;
}
.price__item:nth-child(2) .price__item-price {
  color: #a7cddd;
  padding-bottom: 14px;
}
.price__item:nth-child(3) .price__item-price {
  padding-bottom: 9px;
}
.price__item:nth-child(2) .price__item-subtitle,
.price__item:nth-child(2) .price__item-info {
  color: #dedede;
}
.price__item:nth-child(2) .price__item-description,
.price__item:nth-child(2) .price__item-note {
  color: #fff;
}
.price__item:nth-child(2) .price__item-note {
  padding: 14px 0;
}
.price__item:nth-child(2) .price__item-info {
  padding: 14px 0 24px;
}
.price__item:nth-child(3) .price__item-note {
  padding: 9px 0;
}
.price__item:nth-child(3) .price__item-info {
  padding: 9px 0 24px;
}
.price__item-title {
  font-family: "Comfortaa", sans-serif;
  font-size: 23px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 24px 0;
  color: #244956;
}
.price__item-subtitle {
  color: #545454;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding-top: 16px;
}
.price__item-price {
  font-family: "Comfortaa", sans-serif;
  font-size: 46px;
  line-height: 64px;
  color: #244956;
  padding: 8px 0 18px;
}
.price__item-description {
  padding-left: 40px;
  text-align: left;
  color: #1c1c1c;
}
.price__item-note {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  padding: 18px 0;
  color: #1c1c1c;
}
.line {
  width: 136px;
  border-bottom: 1px solid #6cacc6;
  margin: 0 auto;
}
.price__item-info {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  padding: 18px 0 24px;
  color: #234957;
}
.price__item .button-primary {
  padding: 10px 16px;
  border: 1px solid #417670;
  color: #417670;
}
.price__item .button-primary:hover,
.price__item .button-primary:active {
  border: 1px solid #ff931f;
  background-color: #ff931f;
  color: #fff;
}
@media (max-width: 1024px) {
  .price__container {
    padding: 8px 0 0;
  }
  .price__items {
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 16px;
    padding: 0 56px;
    padding-bottom: 24px;
  }
  .price__items::-webkit-scrollbar {
    width: 0;
  }
  .price__item {
    min-width: 248px;
  }
  .price__item-description {
    padding-left: 16px;
  }
}

/* --- Steps --- */
.steps {
  background-color: #eef7fc;
  text-align: center;
  padding: 16px 0 32px;
}
.steps .title {
  font-family: "Overpass", sans-serif;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.088px;
}
.steps__items {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: num;
  list-style: none;
}
.steps .subtitle {
  padding-bottom: 0;
  margin-bottom: -12px;
}
.steps__items li {
  counter-increment: num;
  position: relative;
  padding-left: 138px;
}
.steps__items li:before {
  content: counter(num);
  color: #a7cddd;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: right;
  font-family: "Comfortaa", sans-serif;
  font-size: 93px;
  font-weight: 300;
  line-height: 138px;
  letter-spacing: -1.395px;
  width: 138px;
  text-align: center;
}
.steps__items li:nth-child(-n + 9):before {
  content: "0" counter(num);
}
.steps__item {
  width: calc(100% / 3);
}
.steps__item-img {
  padding: 26px 0 16px;
}
.steps__item-title {
  font-family: "Comfortaa", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.029px;
  color: #244956;
  margin-right: 10px;
  margin-bottom: 8px;
}
.steps__item-text {
  color: #1c1c1c;
  margin-right: 12px;
}
.steps__item-text p:first-child {
  margin-bottom: 10px;
}
.steps .button-secondary {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .steps__item {
    width: calc(100% / 2);
  }
}
@media (max-width: 768px) {
  .steps {
    padding: 8px 0 24px;
  }
  .steps__items {
    flex-direction: column;
  }
  .steps__item,
  .steps__item-title,
  .steps__item-text {
    width: 100%;
  }
  .steps .button-secondary {
    margin-top: 24px;
  }
}

/* --- Advantages --- */
.advantages__container {
  padding: 16px 0 32px;
  background-image: linear-gradient(
    to bottom,
    rgb(108, 170, 198) 0%,
    rgb(36, 73, 86) 100%
  );
}
.advantages .title {
  font-family: "Overpass", sans-serif;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.088px;
}
.advantages__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.advantages__item {
  width: 48%;
  background-image: linear-gradient(
    to right,
    rgb(36, 73, 86) 0%,
    rgba(36, 73, 86, 0.5) 100%
  );
  padding: 16px 211px 16px 16px;
  position: relative;
  min-height: 344px;
}
.advantages__item:nth-child(1) {
  background-image: url(../image/quality.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.advantages__item:nth-child(2) {
  background-image: url(../image/kompl.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.advantages__item:nth-child(3) {
  background-image: url(../image/user.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.advantages__item:nth-child(4) {
  background-image: url(../image/price.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.advantages__item:nth-child(5) {
  background-image: url(../image/speed.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.advantages__item:nth-child(6) {
  background-image: url(../image/dizain.png);
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.advantages__item:before {
  content: "";
  background: linear-gradient(
    90deg,
    #244956 4.48%,
    rgba(36, 73, 86, 0.7) 60.81%,
    rgba(36, 73, 86, 0) 100%
  );
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.advantages__item-title {
  font-family: "Comfortaa", sans-serif;
  font-size: 23px;
  line-height: 32px;
  color: #a7cddd;
  padding: 16px 0 8px;
}
.advantages__item-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.advantages__item-text p:first-child {
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .advantages__container {
    padding: 8px 0 16px;
  }
  .advantages__items {
    flex-direction: column;
    gap: 16px;
  }
  .advantages__item {
    width: 100%;
    padding-right: 96px;
    min-height: auto;
  }
}

/* --- Numbers --- */
.numbers {
  padding: 32px 0;
  background-image: linear-gradient(
    to bottom,
    rgb(36, 73, 86) 0%,
    rgb(14, 29, 34) 100%
  );
}
.numbers__items {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.numbers__item {
  width: calc(100% / 3);
  padding: 10px 0;
}
.numbers__item-text {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #a7cddd;
}
.number {
  font-family: "Comfortaa", sans-serif;
  font-size: 46px;
  line-height: 64px;
  color: #a7cddd;
  padding: 8px;
}
.numbers__item p:last-child {
  color: #fff;
}
@media (max-width: 768px) {
  .numbers__items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .numbers__item {
    width: 110px;
  }
}

/* --- Footer --- */
.footer {
  padding: 32px 0 16px;
  background-color: #0e1d22;
}
.footer__data {
  text-align: center;
  padding: 18px 0;
}
.footer__data p:last-child {
  padding-top: 18px;
}
.footer__data p:last-child span {
  color: #a7cddd;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 32px;
}
.footer__contacts .button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__contacts .button-secondary svg path {
  fill: #fff;
}
.contacts .address,
.contacts .phone {
  padding-bottom: 16px;
}
.contacts .address span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
}
.contacts .address,
.contacts .phone,
.contacts .email {
  position: relative;
  padding-left: 38px;
}
.contacts .address::before {
  content: url(../image/address.svg);
  position: absolute;
  left: 0px;
}
.contacts .phone::before {
  content: url(../image/phone=24.svg);
  position: absolute;
  top: -2px;
  left: 0px;
}
.contacts .email::before {
  content: url(../image/email=24.svg);
  position: absolute;
  top: -2px;
  left: 0px;
}
.footer .logo {
  padding-top: 32px;
  margin-left: 0px;
  margin-bottom: 18px;
}
.footer__contacts .button {
  position: absolute;
  bottom: 32px;
  right: 0;
}
.footer__nav .nav {
  padding-top: 16px;
  border-top: 1px solid #244956;
}
@media (max-width: 768px) {
  .footer__contacts {
    padding-bottom: 90px;
  }
  .footer .logo {
    padding-top: 0;
  }
  .footer__contacts .button {
    right: calc(50% - 104px);
    bottom: 24px;
  }
}
