@font-face {
  font-family: "Regular";
  src: url("../fonts/switzer_regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/switzer_medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Semi";
  src: url("../fonts/switzer_semibold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

ul {
  list-style: none;
}

button {
  outline: none;
  border: none;
}

html {
  overflow-x: clip;
}

body {
  font-family: Regular;
  color: #212530;
  position: relative;
  overflow-x: clip;
}

.container1440 {
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}

.container1240 {
  max-width: 1304px;
  padding: 0 32px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container1440, .container1240 {
    padding: 0 16px;
  }
}
.h2 {
  font-size: 64px;
  line-height: 1.2;
  font-family: Semi;
}

.h3 {
  font-size: 54px;
  line-height: 1.2;
  font-family: Semi;
}

.h4 {
  font-size: 42px;
  line-height: 1.3;
  font-family: Semi;
}

.h5 {
  font-size: 32px;
  line-height: 1.5;
  font-family: Semi;
}

.h6 {
  font-size: 24px;
  line-height: 1.3;
  font-family: Semi;
}

@media (max-width: 768px) {
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .h4 {
    font-size: 24px;
  }
  .h5 {
    font-size: 20px;
  }
  .h6 {
    font-size: 18px;
  }
}
.medium14 {
  font-size: 14px;
  font-family: Medium;
  line-height: 1.4;
}

.medium16 {
  font-size: 16px;
  font-family: Medium;
  line-height: 1.5;
}

.medium18 {
  font-size: 18px;
  font-family: Medium;
  line-height: 1.6;
}

.semibold16 {
  font-size: 16px;
  font-family: Semi;
  line-height: 1.5;
}

.semibold20 {
  font-size: 20px;
  font-family: Semi;
  line-height: 1.7;
}

.regular16 {
  font-size: 16px;
  font-family: Regular;
  line-height: 1.5;
}

.btn {
  display: flex;
  font-size: 14px;
  font-family: Medium;
  line-height: 1.4;
  justify-content: center;
  background-color: #1582E7;
  width: 100%;
  border-radius: 6px;
  color: white;
  padding: 10px 8px 9px;
  transition: ease 0.3s;
  text-decoration: none;
}
.btn:hover {
  cursor: pointer;
  background-color: #1375D0;
}

.brand-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: white;
  border: 1px solid #E9E9EA;
  border-radius: 8px;
  padding: 6px 6px 6px 16px;
  color: #212530;
  font-family: Medium;
  width: max-content;
  transition: ease 0.3s;
  text-decoration: none;
  font-size: 14px;
}
.brand-btn .brand-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #F4F4F5;
  border-radius: 4px;
  transition: ease 0.3s;
}
.brand-btn .brand-btn-icon svg {
  width: 10px;
  height: 10px;
  fill: #212530;
  transition: ease 0.3s;
}
.brand-btn:hover {
  cursor: pointer;
  background-color: #1582E7;
  border: 1px solid #1582E7;
  color: white;
}
.brand-btn:hover .brand-btn-icon {
  background-color: #1375D0;
}
.brand-btn:hover .brand-btn-icon svg {
  fill: white;
}

.brand-btn-blue {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #1582E7;
  border: 1px solid #1582E7;
  border-radius: 8px;
  padding: 6px 6px 6px 16px;
  color: white;
  font-family: Medium;
  width: max-content;
  transition: ease 0.3s;
  text-decoration: none;
  font-size: 14px;
}
.brand-btn-blue .brand-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #1375D0;
  border-radius: 4px;
  transition: ease 0.3s;
}
.brand-btn-blue .brand-btn-icon svg {
  width: 10px;
  height: 10px;
  fill: white;
  transition: ease 0.3s;
}
.brand-btn-blue:hover {
  cursor: pointer;
  background-color: white;
  border: 1px solid #E9E9EA;
  color: #212530;
}
.brand-btn-blue:hover .brand-btn-icon {
  background-color: #F4F4F5;
}
.brand-btn-blue:hover .brand-btn-icon svg {
  fill: #212530;
}

.btn-light-blue {
  display: flex;
  font-size: 14px;
  font-family: Medium;
  line-height: 1.4;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  padding: 9px 8px 8px 8px;
  transition: ease 0.3s;
  text-decoration: none;
  background-color: #E8F2FD;
  color: #1582E7;
}
.btn-light-blue:hover {
  background-color: #1582E7;
  color: white;
}

.btn-outline {
  background-color: white;
  border: 1px solid #E9E9EA;
  color: #212530;
  display: flex;
  font-size: 14px;
  font-family: Medium;
  line-height: 1.4;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  padding: 9px 8px 8px 8px;
  transition: ease 0.3s;
  text-decoration: none;
}
.btn-outline:hover {
  background-color: #E9E9EA;
}

.brand-btn-dark {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #212530;
  border: 1px solid #212530;
  border-radius: 8px;
  padding: 6px 6px 6px 16px;
  color: white;
  font-family: Medium;
  width: max-content;
  transition: ease 0.3s;
  text-decoration: none;
  font-size: 14px;
}
.brand-btn-dark .brand-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #373B45;
  border-radius: 4px;
  transition: ease 0.3s;
}
.brand-btn-dark .brand-btn-icon svg {
  width: 10px;
  height: 10px;
  fill: white;
  transition: ease 0.3s;
}
.brand-btn-dark:hover {
  cursor: pointer;
  background-color: #1582E7;
  border: 1px solid #1582E7;
  color: white;
}
.brand-btn-dark:hover .brand-btn-icon {
  background-color: #1375D0;
}
.brand-btn-dark:hover .brand-btn-icon svg {
  fill: white;
}

.read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 16px;
  color: #212530;
  transition: ease 0.3s;
  text-decoration: none;
  font-family: Semi;
  width: fit-content;
}
.read-more svg {
  width: 10px;
  height: 9px;
  transition: ease 0.3s;
}
.read-more::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  background-color: #212530;
  bottom: -2px;
  left: 50%;
  transition: ease 0.3s;
}
.read-more:visited {
  color: #212530;
}
.read-more:hover::after {
  width: 100%;
  left: 0;
}

@media (max-width: 768px) {
  .read-more {
    margin: 16px 0 12px;
  }
}
@media (max-width: 480px) {
  .brand-btn {
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
  .brand-btn .brand-btn-icon {
    display: none;
  }
  .brand-btn-dark {
    padding: 10px;
  }
  .brand-btn-blue {
    padding: 10px;
  }
}
input {
  border: 1px solid #E9E9EA;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: Medium;
  color: #212530;
  transition: ease 0.6s;
}
input::placeholder {
  font-size: 16px;
  font-family: Medium !important;
  color: #909297;
  opacity: 1;
  transition: ease-out 0.5s;
}

input:focus {
  border: 1px solid #212530;
}
input:focus::placeholder {
  opacity: 0;
}

textarea {
  border: 1px solid #E9E9EA;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: Medium;
  color: #212530;
  transition: ease 0.6s;
  outline: none;
  resize: vertical;
}
textarea::placeholder {
  font-size: 16px;
  font-family: Medium !important;
  color: #909297;
  opacity: 1;
  transition: ease-out 0.5s;
}

textarea:focus {
  border: 1px solid #212530;
}
textarea:focus::placeholder {
  opacity: 0;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  left: -9999px;
}

input[type=radio] + label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 1px solid #D3D3D6;
  border-right: 0;
  cursor: pointer;
  font-size: 16px;
  font-family: Medium;
  color: #212530;
  transition: all 0.3s;
}

input[type=radio]:checked + label {
  background-color: #1582E7;
  color: #fff;
}

input[type=radio] + label:hover {
  border-color: #BCBEC1;
}

.radio-group input[type=radio]:first-child + label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.radio-group input[type=radio]:nth-child(11) + label {
  border-right: 1px solid #D3D3D6;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: calc(100% - 1px);
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  font-family: Regular;
  color: #212530;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D6;
  border-radius: 4px;
}

input[type=checkbox]:hover + label::before {
  border-color: #BCBEC1;
}

input[type=checkbox]:checked + label::before {
  background-color: #373B45;
  border-color: #373B45;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 1L4.33333 8.33333L1 5" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 9px;
}

select {
  border: 1px solid #E9E9EA;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-family: Regular;
  color: #212530;
  appearance: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  outline: none;
  height: 46px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%2364666E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
select:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  input {
    font-size: 14px;
    padding: 10px 16px 9px 16px;
  }
  textarea {
    font-size: 14px;
    padding: 10px 16px 9px 16px;
  }
  select {
    padding: 10px 12px;
    height: unset;
  }
  input[type=radio] + label {
    height: 40px;
  }
}
.st-animate-block, .st-animate-footer, .st-animate-head, .st-animate-item {
  will-change: opacity, transform;
}

.header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 12;
  width: 100%;
  max-width: 1920px;
  transition: all ease 0.5s;
  opacity: 1;
}
.header.hidden {
  opacity: 0;
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  border-radius: 10px;
  padding: 6px;
  transition: all 0.5s ease;
}

.header-is-moving {
  transform: translate(-50%, calc(-100% - 16px));
  transition: all 0.3s ease;
}
.header-is-moving .header-wrap {
  transition: all 0.3s ease;
  background-color: transparent;
}

.logo {
  display: flex;
  width: 188px;
  height: 36px;
  margin-left: 26px;
}

.header-btn {
  background-color: #1582E7;
  border-radius: 6px;
  padding: 12px;
  color: #F4F4F5;
  font-family: Medium;
  line-height: 1.5;
  text-decoration: none;
  transition: ease 0.3s;
}
.header-btn:visited {
  color: #F4F4F5;
}
.header-btn:hover {
  background-color: #212530;
}

.header-box {
  display: flex;
  gap: 8px;
  z-index: 1;
}

.burger-btn {
  display: none;
}
.burger-btn span {
  transition: ease 0.3s;
}

.nav {
  display: flex;
  gap: 32px;
}

.submenu {
  position: absolute;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #E9E9EA;
  background-color: white;
  border-radius: 6px;
  padding: 4px;
  display: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.submenu-show {
  opacity: 1;
  transform: translateY(0);
}

.nav-submenu-link {
  text-decoration: none;
  color: #64666E;
  font-family: Medium;
  font-size: 14px;
  line-height: 1.4;
  transition: ease 0.3s;
  padding: 4px 8px;
  border-radius: 5px;
}
.nav-submenu-link:visited {
  color: #64666E;
}
.nav-submenu-link:hover {
  color: #1582E7;
  background-color: #E8F2FD;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: #212530;
  transition: ease 0.3s;
  font-family: Medium;
  line-height: 1.5;
  width: 100%;
  display: flex;
  align-items: center;
}
.nav-link svg {
  fill: #212530;
  transition: linear 0.3s;
  width: 9.29px;
  height: 5.46px;
  margin: 1px 0 0 8px;
}
.nav-link:visited {
  color: #212530;
}

.nav-item:hover .nav-link {
  cursor: pointer;
  color: #1582E7;
}
.nav-item:hover .nav-link svg {
  fill: #1582E7;
  transform: rotateX(-180deg);
}

.nav-address {
  display: none;
}

@media (max-width: 1100px) {
  .header {
    position: sticky;
    transform: unset;
    top: 0;
  }
  .header.hidden {
    opacity: 1;
  }
  .header-wrap {
    padding: 8px 16px;
    max-width: 100%;
    border-radius: 0;
  }
  .logo {
    width: 120px;
    height: 24px;
    margin-left: 0;
  }
  .header-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
  }
  .burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border: 1px solid #E9E9EA;
    border-radius: 6px;
    width: 40px;
    height: 40px;
  }
  .burger-btn span {
    height: 2px;
    width: 16px;
    background-color: #212530;
    border-radius: 1px;
  }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    height: 100dvh;
    background-color: white;
    padding: 8px 16px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .burger-x span:nth-child(1) {
    transform: rotate(45deg) translate(3.3px, 3.8px);
  }
  .burger-x span:nth-child(2) {
    opacity: 0;
  }
  .burger-x span:nth-child(3) {
    transform: rotate(-45deg) translate(3.5px, -3.7px);
  }
  .nav-show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-item {
    border-bottom: 1px solid #F4F4F5;
    padding: 12px 0;
  }
  .nav-item:first-child {
    border-top: 1px solid #F4F4F5;
  }
  .submenu {
    position: unset;
    border: none;
    display: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
  }
  .submenu-show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-submenu-link {
    font-size: 16px;
    color: #212530;
    padding: 12px 0 12px 12px;
  }
  .nav-submenu-link:visited {
    color: #212530;
  }
  .nav-address {
    display: flex;
    flex-direction: column;
  }
  .nav-title {
    margin: 24px 0 8px;
    color: #909297;
    font-size: 12px;
  }
  .nav-location-link {
    font-size: 14px;
    text-decoration: none;
    color: #212530;
    margin: 8px 0;
    line-height: 1.4;
  }
  .nav-location-link:visited {
    color: #212530;
  }
}
.footer-top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 64px 0;
  border-top: 1px solid #E9E9EA;
}

.foo-logo {
  width: 149px;
  height: 28px;
}

.foo-top-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #909297;
  margin-bottom: 24px;
}

.foo-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.foo-nav-item {
  position: relative;
}

.foo-nav-link {
  text-decoration: none;
  color: #212530;
  line-height: 1.5;
  transition: ease 0.3s;
}
.foo-nav-link:visited {
  color: #212530;
}

.foo-nav-item:hover .foo-nav-link {
  cursor: pointer;
  color: #1582E7;
}

@media (max-width: 1000px) {
  .footer-top {
    flex-direction: column;
    padding: 48px 0 24px;
    gap: 24px;
  }
  .foo-nav-link {
    font-size: 14px;
    line-height: 1.4;
  }
  .foo-menu {
    gap: 8px;
  }
  .foo-top-title {
    margin-bottom: 8px;
  }
}
.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid #F4F4F5;
  padding: 16px 0;
}

.armls-logo {
  width: 100px;
  height: 24px;
}

.qr-img {
  width: 85px;
  height: 85px;
}

.copyright {
  font-size: 14px;
}

.foo-bot-col {
  display: flex;
  gap: 24px;
}

.foo-bot-text {
  color: #909297;
  max-width: 620px;
  font-size: 14px;
}

.foo-armls-col {
  flex-direction: column-reverse;
}

@media (max-width: 1100px) {
  .footer-bottom {
    padding: 16px;
  }
  .foo-bot-col {
    flex-direction: column;
    gap: 16px;
  }
  .armls-logo {
    width: 80px;
    height: 20px;
  }
  .qr-img {
    width: 60px;
    height: 60px;
  }
}