@charset "UTF-8";
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-accent: #A18A68;
  --color-error: #D82700;
  --color-dark-gray: #707070;
  --color-gray: #F8F8F8;
  --color-main-1: #36A9E1;
  --color-main-2: #254D85;
  --color-main-3: #1A1640;
  --color-main-4: #0572A7;
  --color-second: #00A7B5;
  --border-1: var(--border-width-s) solid;
  --border-2: var(--border-width-m) solid;
  --border-width-l: 4px;
  --border-width-m: 2px;
  --border-width-s: 1px;
  --border-radius-l: 12px;
  --border-radius-m: 10px;
  --border-radius-s: 8px;
  --border-radius-xs: 6px;
  --border-radius-xxs: 5px;
  --border-radius-xxxs: 4px;
  --font-family-base: "Roboto", Arial, sans-serif;
  --container-width: 1240px;
  --container-padding-x: 20px;
  --transition-duration: 0.2s;
  --transition-duration-longer: 0.4s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  Нормализация блочной модели
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
  padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

/**
  Обнуляем вертикальные внешние отступы параграфа,
  объявляем локальную переменную для внешнего отступа вниз,
  чтобы избежать взаимодействие с более сложным селектором
 */
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

/**
  Внешний отступ вниз для параграфа без атрибута class,
  который расположен не последним среди своих соседних элементов
 */
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

/**
  Упрощаем работу с изображениями и видео
 */
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
  font: inherit;
}

html {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  height: 100%;
  /**
    Убираем скачок интерфейса по горизонтали
    при появлении / исчезновении скроллбара
   */
  scrollbar-gutter: stable;
}

body {
  scrollbar-gutter: stable;
}

@media (max-width: 768px) {
  html {
    scrollbar-gutter: stable;
  }
}
/**
  Плавный скролл
 */
html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  min-height: 100%;
  /**
    Унифицированный интерлиньяж
   */
  line-height: 1.5;
}

/**
  Нормализация высоты элемента ссылки при его инспектировании в DevTools
 */
a:where([class]) {
  display: inline-flex;
}

/**
  Курсор-рука при наведении на элемент
 */
button,
label {
  cursor: pointer;
}

/**
  Приводим к единому цвету svg-элементы
  (за исключением тех, у которых уже указан
  атрибут fill со значением 'none' или начинается с 'url')
 */
:where([fill]:not([fill=none],
[fill^=url])) {
  fill: currentColor;
}

/**
  Приводим к единому цвету svg-элементы
  (за исключением тех, у которых уже указан
  атрибут stroke со значением 'none')
 */
:where([stroke]:not([stroke=none],
[stroke^=url])) {
  stroke: currentColor;
}

/**
  Чиним баг задержки смены цвета при взаимодействии с svg-элементами
 */
svg * {
  transition-property: fill, stroke;
}

/**
  Приведение рамок таблиц в классический 'collapse' вид
 */
:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("/fonts/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto-Bold.ttf") format("truetype"), url("/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("/fonts/Roboto-SemiBold.woff2") format("woff2"), url("/fonts/Roboto-SemiBold.woff") format("woff"), url("/fonts/Roboto-SemiBold.ttf") format("truetype"), url("/fonts/Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("/fonts/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype"), url("/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("/fonts/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype"), url("/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html.is-lock {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 768px) {
  html.is-lock .header::after {
    content: "";
    position: fixed;
    top: 112px;
    height: 0;
    width: 100vw;
    height: calc(100vh - 112px);
    z-index: -1;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background: rgba(54, 169, 225, 0.4);
    transition: opacity 0.5s;
    animation: bg-show 1s;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow-x: hidden;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black, #000000);
}
@media (max-width: 375px) {
  body {
    font-size: 12px;
  }
}

header, footer, main {
  width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--color-black, #000000);
}

h1, .h1 {
  font-family: var(--font-family-base);
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-main-2, #254D85);
}

h2, .h2 {
  font-family: var(--font-family-base);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-main-2, #254D85);
}
@media (max-width: 360px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main-1, #36A9E1);
}
@media (max-width: 360px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-main-1, #36A9E1);
}
@media (max-width: 360px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
}
@media (max-width: 360px) {
  h5, .h5 {
    font-size: 16px;
  }
}

a,
button,
label,
input,
textarea,
select,
svg * {
  transition-duration: var(--transition-duration);
}

a {
  color: inherit;
  cursor: pointer;
}
@media (any-hover: hover) {
  a:hover {
    color: var(--color-black);
  }
}
@media (any-hover: none) {
  a:active {
    color: var(--color-black);
  }
}
a[class] {
  text-decoration: none;
}

:focus-visible {
  outline: 2px dashed var(--color-dark-gray);
  outline-offset: 2px;
  transition-duration: 0s !important;
}

svg {
  vertical-align: middle;
}

main {
  min-height: 150vh;
}

footer {
  background-color: #dfffe5;
}

@keyframes bg-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bg-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.main {
  flex-grow: 1;
  max-width: 100vw;
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  padding: 0 var(--container-padding-x);
  margin: 0 auto;
}
@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .container--pl0 {
    padding-right: 0;
  }
  .container--pl0 .section__header {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .container--pl0 .section__header {
    padding-right: 12px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

.logo {
  width: 170px;
  height: 72px;
}

.section {
  padding: 72px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}
.section__header {
  text-align: center;
}
.section__subtitle {
  margin-bottom: 24px;
}
.section__line {
  display: inline-block;
  width: 62px;
  height: 2px;
  border-radius: 8px;
  background-color: var(--color-main-1, #36A9E1);
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .section__line {
    margin-bottom: 24px;
  }
}
.section__title {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .section__title {
    margin-bottom: 24px;
  }
}

.block {
  background-color: gray;
  margin-left: -100vw;
  padding-left: 100vw;
  margin-right: -100vw;
  padding-right: 100vw;
  max-width: 100vw;
}

.header {
  background-color: var(--color-white, #ffffff);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
.header--scroll {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.header__content {
  min-height: 92px;
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__content {
    padding-block: 20px;
  }
}

.main-nav {
  position: relative;
  display: flex;
  /* Стиль кнопки */
}
@media (max-width: 768px) {
  .main-nav {
    align-self: flex-start;
  }
}
.main-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 52px;
       column-gap: 52px;
}
@media (max-width: 768px) {
  .main-nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) and (max-height: 452px) {
  .main-nav__list {
    overflow-y: auto;
    height: 100%;
    justify-content: flex-start;
  }
}
.main-nav__item {
  align-self: stretch;
}
.main-nav__link {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main-2, #254D85);
  transition: all var(--transition-duration-longer);
}
.main-nav__link:hover, .main-nav__link:active {
  color: var(--color-second, #00A7B5);
}
@media (max-width: 768px) {
  .main-nav__link {
    min-height: 60px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  .main-nav__content {
    display: none;
    min-width: 220px;
    position: absolute;
    top: 90px;
    right: -20px;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    animation: menu-in 0.4s;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .main-nav__content {
    right: -12px;
  }
}
@media (max-width: 375px) {
  .main-nav__content {
    min-width: 100vw;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) and (max-height: 372px) {
  .main-nav__content {
    height: calc(100vh - 111px);
  }
}
@media (max-width: 375px) and (max-height: 452px) {
  .main-nav__content {
    height: calc(100vh - 111px);
  }
}
@media (max-width: 768px) {
  .main-nav__content.menu-open {
    animation: menu-out 0.4s;
    display: block;
  }
}
.main-nav__content.menu-close {
  animation: menu-in 0.4s ease-in;
}
.main-nav__burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-nav__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
}
.main-nav__burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
  padding: 0;
}
.main-nav__burger-menu.active .main-nav__burger-bar:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: top left;
  margin-top: 1px;
  position: relative;
  left: 3px;
  top: 1px;
}
.main-nav__burger-menu.active .main-nav__burger-bar:nth-child(2) {
  opacity: 0;
}
.main-nav__burger-menu.active .main-nav__burger-bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: bottom left;
  margin-bottom: 1px;
  position: relative;
  left: 3px;
  top: -2px;
}
.main-nav__burger-bar {
  width: 100%;
  height: 2px;
  background: #36A9E1;
  transition: all 0.3s ease;
  border-radius: 20%;
}
.main-nav__burger-bar:nth-child(2) {
  width: 12px;
}

@keyframes menu-out {
  from {
    display: none;
    transform: translateX(100%);
  }
  to {
    display: block;
    transform: translateX(0);
  }
}
@keyframes menu-in {
  from {
    display: block;
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    display: none;
  }
}
.hero {
  position: relative;
  margin-top: 92px;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 112px;
  }
}
.hero__picture, .hero__img {
  width: 100%;
  max-width: 100vw;
  height: auto;
}
.hero__content {
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 35px 20px;
}
@media (max-width: 576px) {
  .hero__content {
    display: flex;
    width: 100%;
    aspect-ratio: 72/59;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 375px) {
  .hero__content {
    justify-content: flex-start;
  }
}
.hero__title {
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero__description {
  font-family: var(--font-family-base);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main-2, #254D85);
}
@media (max-width: 360px) {
  .hero__description {
    font-size: 20px;
  }
}

.about {
  background-color: var(--color-gray, #F8F8F8);
}
.about__text-block {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main-3, #1A1640);
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .about__text-block {
    margin-bottom: 24px;
  }
}
.about__text-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .about__text-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .about__text-list {
    gap: 16px;
  }
}
.about__text-item {
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main-3, #1A1640);
  padding-left: 32px;
  position: relative;
}
.about__text-item:before {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='12.565430' height='9.232422' viewBox='0 0 12.5654 9.23242' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='Vector' d='M4.73 9.23C4.53 9.23 4.34 9.15 4.19 8.99L0.22 4.86C-0.08 4.55 -0.08 4.03 0.21 3.71C0.51 3.39 1 3.39 1.3 3.71L4.72 7.27L11.25 0.24C11.54 -0.08 12.03 -0.09 12.33 0.23C12.64 0.54 12.64 1.06 12.34 1.37L5.28 8.99C5.13 9.15 4.93 9.23 4.73 9.23Z' fill='%2336A9E1' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center/99%;
  width: 12.57px;
  height: 9.23px;
  position: absolute;
  top: 9px;
  left: 7px;
}

.services {
  background-color: var(--color-white, #ffffff);
}
.services__list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media (max-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .services__item {
    flex: 0 0 295px;
  }
}
.services__img, .services__subtitle {
  margin-bottom: 12px;
}
.services__img {
  width: 100%;
}

.contacts {
  background-color: var(--color-main-1, #36A9E1);
}
.contacts__title {
  color: var(--color-white, #ffffff);
  margin-bottom: 20px;
}
.contacts__list {
  text-align: center;
}
.contacts__item {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray, #F8F8F8);
}
.contacts__item-link {
  transition: all var(--transition-duration-longer);
}
.contacts__item-link:hover, .contacts__item-link:active {
  color: var(--color-gray, #F8F8F8);
  text-decoration: underline;
}
.contacts__item--address {
  margin-bottom: 2px;
}

.details {
  background-color: var(--color-main-4, #0572A7);
  padding-bottom: 40px;
}
.details__title {
  color: var(--color-white, #ffffff);
  margin-bottom: 20px;
}
.details__list {
  text-align: center;
}
.details__item {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray, #F8F8F8);
  margin-bottom: 2px;
}
.details__item-link:hover {
  color: var(--color-gray, #F8F8F8);
  text-decoration: underline;
}

.menu-bottom {
  background-color: var(--color-main-4, #0572A7);
  min-height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-bottom__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 768px) {
  .menu-bottom__list {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.menu-bottom__item {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white, #ffffff);
}
.menu-bottom__link {
  transition: all var(--transition-duration-longer);
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-bottom__link:hover, .menu-bottom__link:active {
  color: var(--color-second, #00A7B5);
}

.footer {
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main-3, #1A1640);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white, #ffffff);
}

.scroll-up {
  border: 1px solid var(--color-main-4, #0572A7);
  position: fixed;
  right: 40px;
  bottom: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--color-main-3, #1A1640);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.4s, bottom 0.4s linear, opacity 0.4s, visibility 0.4s;
}
@media (max-width: 576px) {
  .scroll-up {
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.scroll-up:hover,
.scroll-up:focus {
  background-color: var(--color-main-3, #1A1640);
}

.scroll-up--show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 576px) {
  .scroll-up--show {
    bottom: 20px;
  }
}