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

html, body {
  height: 100%;
  margin: 0;
} 

body {
  font-family: 'Oxanium', sans-serif;
  color: #141414;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-foot-angles);
}
.main {
  flex: 1;
  padding: 40px 0;
}
.LIAVsgBvBSKi {
  max-width: 1340px;
  margin: 0 auto;
}

.wrapper {
  background-color: var(--color-bg-body);
}

.wSndKdHGim5V0 {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.OPLgqlWzQ img {
  width: auto;
  height: 49px;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

a.OPLgqlWzQ  {
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 800;
}

.top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 110px;
}

.menu  {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.menu a {
  text-decoration: none;
  color: var(--color-link);
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu a:hover {
  color: var(--color-link-hover);
  font-weight: 600;
}

.menu-item {
  position: relative;
  padding: 10px 0;
}

.menu-item a {
  display: inline-block;
  position: relative;
}

.menu-item.has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/arrow-menu.svg') no-repeat center center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease, background 0.3s ease;
 
}

.menu-item.has-submenu > a:hover::after {
  background: url('../img/arrow-menu2.svg') no-repeat center center;
  background-size: contain;
  
}

.submenu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background: var(--color-submenu-bg);
  padding: 18px;
  min-width: 207px;
  z-index: 10;
  border-radius: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.submenu a {
  display: block;
  white-space: nowrap;
  color: var(--color-submenu-link);
}

.menu-item.has-submenu:hover .submenu {
  display: flex;
}

.menu-item.has-submenu > a:hover::after {
  background: url('../img/arrow-menu2.svg') no-repeat center center;
 
}


.menu-item.has-submenu:hover > a {
  color: var(--color-link-hover);
}

.menu-item.has-submenu:hover > a::after {
  background: url('../img/arrow-menu2.svg') no-repeat center center;
  
}

@media (min-width: 1080px) {
  .menu-item.has-submenu > a:hover::after, .menu-item.has-submenu:hover > a::after {
   transform: rotate(180deg);
}}


.hIaUBAcK {
  display: flex;
  gap: 25px;
  align-items: center;
}
 .fopIsDBM1Gu {
  width: 262px;
  height: 60px;
  border-radius: 50px;
  background-color: var(--color-btn-login);
  color: var(--color-text-btn-login);
  font-weight: 600;
  font-size: 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
    position: relative;
    padding-left: 48px;
}

.fopIsDBM1Gu i {
  display: inline-block;
  border-radius: 50px;
  background-color: var(--color-span-btn-login);
  width: 50px;
  height: 50px;
  position: absolute;
    right: -19px;
    transform: translateX(-50%);
}

.fopIsDBM1Gu:hover {
  background-color: var(--color-btn-login-hover);
}

.fopIsDBM1Gu i::before {
  content: "";
  display: block;
  width: 12px; 
  height: 12px;
  background: url('../img/arrow-btn.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fopIsDBM1Gu:hover i::before {
  background-image: url('../img/arrow-btn1.svg');
}

.FiyjOfvnTruCmq {
  background-color: var(--color-btn1);
  color: var(--color-text-btn1);
}

.FiyjOfvnTruCmq i {
  display: inline-block;
  border-radius: 50px;
  background-color: var(--color-span-btn1);
}

.fopIsDBM1Gu.FiyjOfvnTruCmq:hover {
  background-color: #E29303;
}

.FiyjOfvnTruCmq i::before {
  content: "";
  display: block;
  width: 12px; 
  height: 12px;
  background: url('../img/arrow-blue1.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.FiyjOfvnTruCmq:hover i::before {
  background-image: url('../img/arrow-blue21.svg');
}

.main h1 {
font-size: 32px;
}

.main h2 {
font-size: 36px;
padding: 0 0 27px;
font-weight: 800;
color: var(--color-text-titles-h2);
text-transform: uppercase;
}

.main ul, .main ol {
  padding: 0 27px 20px;
  font-size: 20px;
  color: #424242;
  line-height: 120%;
}

.main p {
  font-size: 20px;
  line-height: 120%;
  color: var(--color-text-main);
  padding-bottom: 27px;
}

.RGJQWQ3d3rXas p:last-child {
padding-bottom: 0;
}

.main ul li, .main ol li {
  padding-bottom: 15px;
}
.main ul li:last-child, .main ol li:last-child {
  padding-bottom: 0;
}

.text > ul:last-child,
.text > ol:last-child,
.text > p:last-child
 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text h2:first-child {
padding-top: 0;
}

.main h3 {
  font-size: 28px;
  padding: 0 0 27px;
  color: var(--color-text-titles-h3);
}

.main h4 {
  font-size: 24px;
  padding: 0 0 20px;
  color: var(--color-text-titles-h3);
}

.menu-toggle {
  display: none;
}

footer {
  padding: 40px 0 65px;
  background-color: var(--color-footer-bg);
  border-radius: 30px 30px 0 0;

}

.ZZRVQVq5E {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  max-width: 951px;
  align-items: center;
  margin: 0 auto;
}

.baMLs2EnL {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFFFFF;
}

.QFIjADUxp6Cugrb {
 display: flex;
 gap: 13px;
 align-items: center;
}
.QFIjADUxp6Cugrb a {
  color: var(--color-foot-link);
  font-size: 20px;
  font-weight: 600;
    transition: color 0.3s ease;
}

.QFIjADUxp6Cugrb a:hover {
  color: var(--color-foot-link-hov);
}

.wSndKdHGim5V0 {
  position: relative;
  z-index: 100;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}

.XWvUYqsmDY69FM {
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 2px 0;
  border-radius: 50px;
}

.XMLmlacFHb8gZV {
  display: inline;
  font-weight: 700;
}

    .hero {
      width: 100%;
      height: auto;
      border-radius: 30px;
      margin: 0 0 40px; 
      background-image: url('../img/banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 38px 58px 50px;
  height: 781px;
  display: flex; flex-direction: column;
  position: relative;
    }

    .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1;
    border-radius: 30px;
}
   
    .XepMWpPErRlW {
      max-width: 734px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: space-between;
      gap: 30px;
      padding: 20px;
      margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 2;
    }

    .XepMWpPErRlW .fopIsDBM1Gu {
     color: var(--color-text-btn-login);
    font-size: 20px;
    background-color: var(--color-btn-login);
    }

    .XepMWpPErRlW .fopIsDBM1Gu:hover {
  background-color: var(--color-btn-login-hover);
}

    .XepMWpPErRlW .fopIsDBM1Gu i::before {
  content: "";
  display: block;
  width: 12px; 
  height: 12px;
  background: url('../img/arrow-btn.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

    .XepMWpPErRlW .fopIsDBM1Gu:hover i::before {
  background-image: url('../img/arrow-btn1.svg');
}

  .XepMWpPErRlW h1 {
color: var(--color-text-titles);
font-weight: 800;
font-size: 50px;
text-transform: uppercase;
z-index: 2;
  }

.hero .IeztIuG4hYl4aFE {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 58px;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.hero .rSgnhKdQO50S {
  width: 62px;
  height: 62px;
}

.hero .rSgnhKdQO50S.KWTfqJKakS::before {
    width: 25px;
    height: 43px;
}

.hero .rSgnhKdQO50S.BahmPArySdjUc::before {
    width: 35px;
    height: 32px;
}

.hero .rSgnhKdQO50S.tAYbMUxZ3uB8::before {
    width: 30px;
    height: 30px;
}
 
.aZagVYtYixnD {
  padding: 36px 56px;
  min-width: 495px;
  min-height: 147px;
  display: flex;
  gap: 43px;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-secondary);
  border: 0.5px solid var(--color-border-blocks);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(37.9px);
  -webkit-backdrop-filter: blur(37.9px);
  align-self: flex-end;
   margin-right: 80px;
  z-index: 2;
}

.aZagVYtYixnD i {
   font-size: 36px;
   font-weight: 600;
   color: var(--color-text-secondary);
}


.UuPTmrRvnqeqk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 35px 0;
  max-width: 1019px;
  margin: 0 auto;
}

.UuPTmrRvnqeqk img {
  max-width: 481px;
}

.UuPTmrRvnqeqk h1 {
  color: var(--color-404-big-text);
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.UuPTmrRvnqeqk .FiyjOfvnTruCmq {
 width: 207px;
}

.jdalPMVtXdV.hero {
height: 140px;
background-image: url(../img/banner_404.webp);
}


.HHfwZE7Au5 {
  padding: 40px 0 20px;
}
.HHfwZE7Au5 h1 {
font-size: 35px;
}
.HHfwZE7Au5 h4 {
font-size: 22px;
font-weight: 600;
padding: 10px 0;
}
.HHfwZE7Au5 ul, .HHfwZE7Au5 ol {
    padding: 10px 25px;
}
.HHfwZE7Au5 h4.jZKbmzeim130m {
  padding: 15px 0;
}

.yoVKI44Kvcn {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.bHyRzgrKCj {
flex-direction: row;
}
.OIrxF0yJ8rC {
flex-direction: row-reverse;
}

.oSMrNVlzCHrEFwN {
  width: 100%;
}

.oSMrNVlzCHrEFwN img {
  width: 100%;
  border-radius: 30px;
}

.RGJQWQ3d3rXas {
  width: 100%;
}

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

table {
  width: 100%;
    border-collapse: collapse;
    background-color: transparent;
  margin: 0 0 30px;
  overflow-x: auto;
  color: var(--color-text-table);
}



tr:last-child {
  border-bottom: none;
}

th {
    font-weight: 600;
    text-align: left;
    padding: 10px 12px;
    font-size: 20px;
}

td {
    font-weight: 400;
    font-size: 20px;
    padding: 10px 12px;
}
table {
  overflow-x: auto !important;
  width: 100% !important;
}
td, th {
  border: 1px solid black;
}

.XWvUYqsmDY69FM {
  transition: 0.3s ease;
}

.menu-toggle {
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle.active .XWvUYqsmDY69FM:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active .XWvUYqsmDY69FM:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .XWvUYqsmDY69FM:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.RGJQWQ3d3rXas > h2,
.RGJQWQ3d3rXas > h3,
.RGJQWQ3d3rXas > h4 {
 padding-top: 0;
}

.IeztIuG4hYl4aFE {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.IeztIuG4hYl4aFE a {
  border-radius: 50%;
  background-color: var(--color-bg-social);
  width: 39px;
  height: 39px;
  position: relative;
  transition: background 0.3s ease;
}

.IeztIuG4hYl4aFE a:hover {
  background-color: var(--color-bg-social-hov);
}

.rSgnhKdQO50S::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center; 
}

.rSgnhKdQO50S.KWTfqJKakS::before {
  width: 16px;
  height: 27px;
  background-image: url('../img/facebook.svg');
}

.rSgnhKdQO50S.BahmPArySdjUc::before {
  background-image: url('../img/twitter.svg');
  width: 22px;
  height: 20px;
}

.rSgnhKdQO50S.tAYbMUxZ3uB8::before {
  background-image: url('../img/inst.svg');
   width: 19px;
  height: 19px;
}

.yPIftuRgSDb {
  text-align: center;
  font-size: 20px;
  color: var(--color-footer-text);
}

.hero.woHbKYskBEvBoE {
background-image: url(../img/banner_2.webp);
}

/* popup */
.pDwS6IEXCAs9 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.pDwS6IEXCAs9.active {
  display: block;
}

.nrDiB8EW7Xt2 {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  max-width: 1114px;
  max-height: 720px;
  padding: 30px;
  flex-direction: column;
}

.nrDiB8EW7Xt2.active {
  display: flex;
}

.fmgAe93cl {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.nrDiB8EW7Xt2 h2 {
  font-size: 36px;
    padding: 0 0 27px;
    font-weight: 800;
    color: var(--color-text-titles-h2);
    text-transform: uppercase;
}

.tWGRjlyScYbX1MIx {
  display: flex;
  gap: 30px;
  position: relative;
}

.XNpBlQBCpR img {
  width: 442px;
  height: 570px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.YExgCqZZygITl9aB {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 18px;
  height: 19px;
}

.close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.EVlFOBbL0eOaQQ {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #141414;
}

.YExgCqZZygITl9aB form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.YExgCqZZygITl9aB input {
  padding: 15px 25px;
  border: 1px solid var(--color-popup-border);
  border-radius: 36px;
  background-color: var(--color-popup-areabg);
  transition: border 0.3s ease;
  font-size: 24px;
  color: var(--color-text-area);
  font-weight: 400;
}

.YExgCqZZygITl9aB input::placeholder {
  font-size: 24px;
  color: var(--color-text-area);
  font-weight: 400;
}

.YExgCqZZygITl9aB input:focus {
  outline: none;
}

.YExgCqZZygITl9aB .fopIsDBM1Gu {
  width: 207px;
  height: 60px;
  padding-left: 67px;
}

.NIiBmPz1fV8D {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  max-width: 577px;
  max-height: 124px;
  padding: 20px 20px 10px;
}

.NIiBmPz1fV8D.active {
  display: flex;
}

.NIiBmPz1fV8D .tWGRjlyScYbX1MIx {
  display: flex;
  gap: 10px;
  flex-direction: column;
    align-items: center;
    justify-content: center;
}

.NIiBmPz1fV8D .tWGRjlyScYbX1MIx p {
color: #1976D2;
font-size: 20px;
}

.NIiBmPz1fV8D .tWGRjlyScYbX1MIx a {
  width: 123px;
  height: 39px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.NIiBmPz1fV8D .close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 9px;
  height: 10px;
}

.UTXscCIlcoD5cP53 {
  display: flex;
  padding: 70px 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-radius: 30px;
  background-image: url('../img/convertion.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
   overflow: hidden;
   position: relative;
}

.UTXscCIlcoD5cP53::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
  border-radius: 30px;
}

.UTXscCIlcoD5cP53 > * {
  position: relative;
  z-index: 2;
}

.UTXscCIlcoD5cP53 p {
  max-width: 854px;
  color: var(--color-text-secondary);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0;
}

.bottom {
  position: fixed;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  z-index: 9;
  max-width: 1340px;
  width: 100%;
}

.bottom .FiyjOfvnTruCmq {
  background-color: var(--color-btn1);
  color: var(--color-text-btn1);
  transition: background 0.3s ease;
  margin: 0;
}

.bottom .FiyjOfvnTruCmq:hover {
  background-color: var(--color-btn1-hover);
}

.bottom .FiyjOfvnTruCmq i::before {
  background: url('../img/tel.svg') no-repeat center center;
  width: 25px;
  height: 24px;
}

.up {
  background-color: var(--color-goup);
  border-radius: 50%;
  height: 62px;
  width: 61px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

.up:hover {
  background-color: var(--color-goup-hover);
}

.up::before {
content: "";
  display: block;
  width: 20px; 
  height: 13px;
  background: url('../img/up.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aaMpFpZnefQ {
  padding: 20px 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.RptSIONWvNf {
  padding: 40px 0 34px;
}

.RptSIONWvNf h2 {
padding-bottom: 54px;
}

.sYeWvEsmKr2z {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: url('../img/advantage.webp') no-repeat center/cover;
  padding: 70px 20px 30px;
  color: #FFFFFF;
  position: relative;
}

.sYeWvEsmKr2z::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.17);
    z-index: 1;
    border-radius: 30px;
}

.LigXKYhk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
  grid-auto-flow: row; 
  grid-template-columns: repeat(auto-fit, minmax(276px, auto));
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.yMNYVMHHO9N1 {
  grid-column: 1 / 3;
  display: flex;
  flex-direction: column;
  max-width: 631px;
  justify-self: start; 
  margin-right: 100px;
}

.yMNYVMHHO9N1 p {
font-size: 20px;
  color: var(--color-text-secondary);
  font-weight: 500;
}

.YgGKDb4TH31T9 {
  width: 275px;
  height: 267px;
  padding: 20px;
  display: flex;
  flex-direction: column;
    color: #FFFFFF;
    border: 0.5px solid var(--color-border-blocks);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.PmUDZcHWgCpL img {
  width: auto;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.PmUDZcHWgCpL h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-text-titles-h4);
  padding-bottom: 0;
}

.PmUDZcHWgCpL p {
  font-size: 18px;
  color: var(--color-text-secondary);
  padding-bottom: 0;
}

.XcdMoxNnEJL { grid-column: 3; grid-row: 1; }
.tRgjGyXHoEtpG { grid-column: 4; grid-row: 1; }

.xWRgciDAR9 { grid-column: 2; grid-row: 2; }
.LyCqAS1IvUAbV { grid-column: 3; grid-row: 2; }
.zaYAxMes8QYqx2 { grid-column: 4; grid-row: 2; }

.services {
  margin: 40px 0 25px;
}

.GtlZLp8BRGeV {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: auto auto; 
   column-gap: 46px; 
  row-gap: 65px; 
  width: 100%;
  margin: 0 auto;
}

.service {
  background: var(--color-blocks-bg);
  padding: 10px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 647px;
  height: 436px;
}

.service img {
  width: 100%;
  height: 269px;
  object-fit: cover;
  border-radius: 28px;
}

.OHAulEtTpiZA {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.OHAulEtTpiZA h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-titles-h3);
  padding: 0;
}

.OHAulEtTpiZA p {
  font-size: 20px;
  color: var(--color-text-main);
}

.service::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 85px;
  height: 85px;
  background-color: var(--color-span-btn1);
  border-radius: 50%;
  background-image: url("../img/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
}


.nffTfhSKP4 {
  margin: 40px 0 25px;
}

.ASRbEMtD7Vx63UrF {
height: auto;
width: 100%;
border-radius: 30px;
background: url('../img/reviews.webp') no-repeat center/cover;
color: #FFFFFF;
padding: 33px;
display: flex;
flex-wrap: wrap;
gap: 33px;
justify-content: center;
align-items: center;
position: relative;
}


    .ASRbEMtD7Vx63UrF::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 1;
    border-radius: 30px;
}

.review {
  padding: 56px 35px;
  width: 594px;
  min-height: 242px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(37.8px);
  -webkit-backdrop-filter: blur(37.8px); 
  border: 0.5px solid var(--color-border-blocks);
  border-radius: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.review .name {
font-size: 24px;
color: var(--color-text-secondary);
}

.review p.date {
font-size: 18px;
color: var(--color-text-secondary-v1);
padding-bottom: 0;
}

.review p.comment {
font-size: 20px;
color: var(--color-text-secondary);
padding-bottom: 0;
}

p.jwLNTmYzzHOH15C {
  color: #1976D2;
  font-size: 36px;
  font-weight: 700;
}

.hero.about {
  height: 527px;
  background-image: url(../img/banner_about.webp);
}

.hero.about .XepMWpPErRlW p:first-child { 
color: #FFFFFF;
font-size: 36px;
font-weight: 700;
z-index: 2;
}

.hero.about .XepMWpPErRlW p:last-child { 
color: #FFFFFF;
font-size: 20px;
font-weight: 400;
z-index: 2;
}

.hero.about .XepMWpPErRlW {
  gap: 0;
  padding-top: 45px;
}
p.iMsTypmKx {
  font-size: 24px;
font-weight: 700;
padding-bottom: 0;
}

.hero.contact {
height: 527px;
  background-image: url(../img/banner_contact.webp);
}
.hero.serv {
height: 527px;
  background-image: url(../img/banner_ser.webp);
}

.hero.serv .XepMWpPErRlW p:first-child { 
color: #FFFFFF;
font-size: 36px;
font-weight: 700;
z-index: 2;
}

.hero.serv .XepMWpPErRlW p:last-child { 
color: #FFFFFF;
font-size: 20px;
font-weight: 400;
z-index: 2;
}

.hero.contact .XepMWpPErRlW p:first-child { 
color: #FFFFFF;
font-size: 36px;
font-weight: 700;
z-index: 2;
}

.hero.contact .XepMWpPErRlW p:last-child { 
color: #FFFFFF;
font-size: 20px;
font-weight: 400;
z-index: 2;
}

.hero.serv .XepMWpPErRlW {
  gap: 0;
  padding-top: 45px;
}

.LtlcVdqlvuU {
justify-content: center;
}

p.big {
color: #FFFFFF;
font-size: 36px;
font-weight: 700;
z-index: 2;
}

p.uWGWiS1Z {
  color: #FFFFFF;
font-size: 20px;
font-weight: 400;
z-index: 2;
}

.hero.privacy {
height: 375px;
  background-image: url(../img/banner_privacy.webp);
}

.hero.privacy .IeztIuG4hYl4aFE {
  top: 60%;
}
.hero.privacy .XepMWpPErRlW {
padding-top: 55px;
}


.XepMWpPErRlW {
  position: relative;
  z-index: 1;
}

.XepMWpPErRlW::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 130%;
  transform: translate(-50%, -50%);
  background-image: url('../img/ellips.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  filter: blur(40px);
  pointer-events: none;
}

@media (max-width: 1365px) {
  .menu {
    gap: 13px;
  }
  .LIAVsgBvBSKi {
    padding: 20px 15px 0;
  }
	.main {
		padding: 20px 15px 20px;
	}
  .GtlZLp8BRGeV {
   display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@media (max-width: 1260px) {
  .yMNYVMHHO9N1 {
    margin-right: 0;
  }
      .LigXKYhk {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
}

 @media (max-width: 1160px) {
	.top-menu {
		gap: 40px;
	}
} 

@media (max-width: 1080px) {

  td, th {
    min-width: 270px;
    width: 100%;
  }

  .menu-toggle {
    display: flex;
  }

  .top-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #1976D2;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    z-index: 50;
  }

  .top-menu.active {
    display: flex;
    align-items: flex-end;
    padding: 100px 19px 20px;
    box-shadow: 0px 22px 23.5px rgba(0, 0, 0, 0.25);
    width: 293px;
    gap: 15px;
    border-radius: 30px 0 0 30px;
  }

  .menu ul {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }

  .hIaUBAcK {
    display: flex;
    width: auto;
    gap: 20px;
  }

.wrapper:has(.wSndKdHGim5V0) {
padding: 0;
}

.foot {
  padding: 30px 0 65px;
}
 
.top-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: auto;
  background: #FAA200;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.top-menu.active {
  right: 0;
}

.menu-toggle {
  position: absolute;
  top: 5px;
  right: -44px;
  z-index: 1100;
  background: none;
  border: none;
  cursor: pointer;
}

body.menu-open {
  overflow: hidden;
  height: 100%;
}

.menu  {
 flex-direction: column;
    align-items: flex-end;
    width: auto;
    margin-right: 0;
}

.hero {
  height: auto;
}

.yoVKI44Kvcn {
  flex-direction: column;
  gap: 18px;
  padding: 10px;
}

.bHyRzgrKCj {
  flex-direction: column;
}

.OIrxF0yJ8rC {
  flex-direction: column;
}

.oSMrNVlzCHrEFwN {
  width: 100%;
}
.ZZRVQVq5E {
  flex-wrap: wrap;
  gap: 10px;
}
.submenu {
    display: none;
    position: static;
    background: transparent;
    padding: 0;
    min-width: auto;
    z-index: 10;
    border-radius: none;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 20px;
    gap: 10px;
}
.menu-item.has-submenu:hover > a {
    color: #FFFFFF;
}
.submenu a {
  color: #FFFFFF;
}
.menu-item.has-submenu:hover > a::after {
  background: url(../img/arrow-menu.svg) no-repeat center center;
}
.menu-item.has-submenu {
text-align: right;
}

.submenu {
  display: none!important;
  flex-direction: column;
  padding-top: 20px;
  gap: 10px;
}

.menu-item.open .submenu {
  display: flex!important;
}
.menu-item.open.has-submenu > a::after {
  transform: rotate(180deg);
}

.menu-item.has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow-menu.svg) no-repeat center center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
  transform: rotate(0deg); 
}

.menu-item.open.has-submenu > a::after {
  transform: rotate(180deg);
}

}

@media (max-width: 1024px) {
  .LigXKYhk {
    display: flex;
        flex-direction: column;
        align-items: center;
  }
  .XNpBlQBCpR {
    display: none;
  }
  .YExgCqZZygITl9aB {
    width: 100%;
  }
  .nrDiB8EW7Xt2 h2 {
    text-align: center;
  }
}


@media (max-width: 728px) {
  
  .main h1 {
    font-size: 28px;
  }
.main h2 {
  font-size: 28px;
}
.main h3 {
  font-size: 24px;
}
.main h4 {
  font-size: 18px;
}
.main p, .main ul, .main ol {
  font-size: 16px;
}
.fopIsDBM1Gu {
  font-size: 20px;
}

a.OPLgqlWzQ  {
  font-size: 16px;
}

.OPLgqlWzQ img {
  width: auto;
  height: 29px;
}

.menu a,
.menu ul li a {
  font-size: 20px;
  padding: 5px 0;
}

.fopIsDBM1Gu a {
  font-size: 14px;
}
.ZZRVQVq5E p {
  font-size: 12px;
}
.ZZRVQVq5E .menu {
  gap: 10px;
}
.ZZRVQVq5E {
  gap: 20px;
}
      .UuPTmrRvnqeqk {
        padding: 122px 0;
      }
      .UuPTmrRvnqeqk img {
    width: 100%;
}

.HHfwZE7Au5 {
  padding: 15px 0;
}

.HHfwZE7Au5 h1 {
  font-size: 24px;
}
.HHfwZE7Au5 h4 {
  font-size: 17px;
}
.HHfwZE7Au5 p, .HHfwZE7Au5 ul, .HHfwZE7Au5 ol {
        font-size: 14px;
    }

.main h2 {
  padding: 20px 0 23px;
}
   
.main ul, .main ol {
    padding: 10px 10px;
    margin-left: 10px;
}
.main h4 {
  padding: 17px 0;
}

.main p, .main p, .main ul, .main ol {
  line-height: 20px;
}
.one-image img {
  border-radius: 15px;
}
.hero {
  border-radius: 30px;
}
.XepMWpPErRlW {
  border-radius: 15px;
}
.hero {
  padding: 20px 15px 44px;
  margin-bottom: 20px;
}

.ZZRVQVq5E a {
  font-size: 14px;
}
.ZZRVQVq5E {
  justify-content: flex-start;
}
    td {
    font-size: 16px;
  }
  .one-image  {
  padding: 15px 0;
}

.text {
    overflow: hidden;
    padding: 30px 0;
}

.nrDiB8EW7Xt2 {
    flex-direction: column;
    max-height: 100%;
  }
   .popup-sign-up {
    flex-direction: column;
    max-height: 100%;
  }

  .XNpBlQBCpR,
  .YExgCqZZygITl9aB {
    width: 100%;
  }

  .XNpBlQBCpR {
    height: 200px;
  }

  .XNpBlQBCpR img {
    height: 100%;
  }
  .EVlFOBbL0eOaQQ {
    font-size: 24px;
  }
  .YExgCqZZygITl9aB {
    gap: 20px;
  }
  .popup-under {
    margin-bottom: 20px;
  }
  th {
    font-size: 16px;
  }
  td, th {
    padding: 10px;
  }

.YExgCqZZygITl9aB input[type="text"], .YExgCqZZygITl9aB input  {
  padding: 15px 25px;
}
.service {
    width: 100%; 
  }

  .menu-toggle {
    top: -8px;
    right: -16px;
  }
  .aZagVYtYixnD {
    padding: 22px 17px;
    font-size: 20px;
    width: auto; 
    height: auto;
	min-height: auto;
	min-width: auto;
    align-self: center;
    margin-right: 0;
    max-width: 300px;
    gap: 11px;
  }
  .aZagVYtYixnD i {
    font-size: 28px;
  }
  .hero .IeztIuG4hYl4aFE {
    position: static;
    flex-direction: row;
    margin: 54px auto 20px;
  }
  .XepMWpPErRlW {
    gap: 25px;
    padding: 30px 0 20px;
  }
  .XepMWpPErRlW .fopIsDBM1Gu {
    margin: 0 auto;
  }
  .top-menu.active {
    padding-top: 80px;
  }
  .oSMrNVlzCHrEFwN img {
    border-radius: 15px;
  }
  .bottom {
    width: 95%;
  }
  .aaMpFpZnefQ {
    padding: 10px 0 30px;
  }
  .RptSIONWvNf {
    padding: 10px 0 10px;
  }
  .sYeWvEsmKr2z {
    padding: 27px 25px;
   height: auto; 
  }
  .yMNYVMHHO9N1 {
    margin-top: 10px;
    order: 1;
    padding-bottom: 0
  }
  .yMNYVMHHO9N1 p:last-child {
    padding-bottom: 0;
  }

  .LigXKYhk {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .YgGKDb4TH31T9 h4 {
    font-size: 18px;
    padding: 8px 0;
  }
.YgGKDb4TH31T9 p {
    font-size: 16px;
  }
  .YgGKDb4TH31T9 img {
    height: 33px;
  }
  .YgGKDb4TH31T9 {
    width: 279px;
    height: auto;
    order: 0;
  }
  .services {
    margin: 10px 0 50px;
  }
  .OHAulEtTpiZA h3 {
   font-size: 18px;
  }
  .OHAulEtTpiZA p {
font-size: 16px;
text-align: center;
  }
  .nffTfhSKP4 {
    margin: 10px 0 10px;
}
.ASRbEMtD7Vx63UrF {
  padding: 34px 25px;
  height: auto;
  gap: 14px;
}
.review .name {
font-size: 18px;
}

.review p.date {
font-size: 16px;
padding-bottom: 0;
}

.review p.comment {
font-size: 16px;
padding-bottom: 0;
}
.review {
padding: 25px;
}
table {
  margin: 27px 0;
}
.UTXscCIlcoD5cP53 {
  padding: 35px 15px;
  gap: 30px;
}
.UTXscCIlcoD5cP53 p {
  font-size: 18px;
}

.foot .LIAVsgBvBSKi {
  padding: 0 15px;
}
.ZZRVQVq5E a {
  font-size: 16px;
}
    .ZZRVQVq5E p {
        font-size: 16px;
    }
    .nrDiB8EW7Xt2.active h2 {
      font-size: 28px;
      padding: 10px 0 15px;
    }
    .nrDiB8EW7Xt2.active .YExgCqZZygITl9aB input {
      font-size: 18px;
    }
    .nrDiB8EW7Xt2.active .YExgCqZZygITl9aB input::placeholder {
  font-size: 18px;
}
.nrDiB8EW7Xt2 {
  padding: 15px;
} 
div#popup-send-form {
  min-width: 330px;
}
.NIiBmPz1fV8D .tWGRjlyScYbX1MIx p {
    font-size: 18px;
    text-align: center;
}

p.jwLNTmYzzHOH15C {
  font-size: 28px;
}
.hero.about .XepMWpPErRlW p:first-child, .hero.serv .XepMWpPErRlW p:first-child, .hero.contact .XepMWpPErRlW p:first-child {
  font-size: 28px;
  line-height: 1.1;
}
.hero.about .XepMWpPErRlW p:last-child, .hero.serv .XepMWpPErRlW p:last-child, .hero.contact .XepMWpPErRlW p:last-child  {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.hero.about {
  height: auto;
  padding: 20px 15px 14px;
}

.hero.contact {
  height: auto;
  padding: 20px 15px 14px;
}

.hero.serv {
  height: auto;
  padding: 20px 15px 14px;
}

.jdalPMVtXdV.hero {
  height: auto;
  border-radius: 15px;
  padding: 20px 15px 20px;
}
.jdalPMVtXdV.hero::before {
  border-radius: 15px;
}
.UuPTmrRvnqeqk {
  padding: 30px 0 40px;
}
p.iMsTypmKx {
  font-size: 18px;
}
.hero.contact .XepMWpPErRlW p:last-child {
  padding-top: 25px;
}
.YExgCqZZygITl9aB input {
  font-size: 18px;
}
.YExgCqZZygITl9aB input::placeholder {
  font-size: 18px;
}
p.big {
font-size:28px;
line-height: 1.1;
}

p.uWGWiS1Z {
font-size: 16px;
line-height: 1.4;
}

.hero.privacy {
  height: auto;
  padding: 20px 15px 14px;
}

.XepMWpPErRlW::before {
  width: 130%;
    height: 170%;
}

.about .XepMWpPErRlW::before, .serv .XepMWpPErRlW::before, .LtlcVdqlvuU .XepMWpPErRlW::before {
        width: 130%;
        height: 100%;
    }
}

@media (max-width: 600px) {
  .LigXKYhk {
    grid-template-columns: 1fr;
  }

  .yMNYVMHHO9N1, .YgGKDb4TH31T9 {
    grid-column: auto;
  }
  .close {
  width: 13px;
  height: 13px;
}
}

/* new */

 .xjQjdqY32KoRC6R {
	width: 100%!important;
}

.top-menu + article {
	width: 100%!important;
} 

.top-menu + div {
    width: 100%!important;
}

.menu {
	justify-content: center;
	width: 100%;
}

.aZagVYtYixnD i {
	font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}

.aZagVYtYixnD p {
	font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
	line-height: auto;
	padding-bottom: 0;
}

.aZagVYtYixnD p:first-child {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}

.PmUDZcHWgCpL {
    width: 275px;
    height: 267px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    border: 0.5px solid var(--color-border-blocks);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.lennlEE3M {
	display: flex;
    gap: 13px;
    align-items: center;
}

.sWKnKKuLS .hero {
	overflow: visible;
}


.QFIjADUxp6Cugrb div {
	display: flex;
    gap: 15px;
}

.LigXKYhk .PmUDZcHWgCpL:nth-child(2) {
	grid-column: 3;
    grid-row: 1;
}

.LigXKYhk .PmUDZcHWgCpL:nth-child(3) {
	grid-column: 4;
    grid-row: 1;
}

.LigXKYhk .PmUDZcHWgCpL:nth-child(4) {
	grid-column: 2;
    grid-row: 2;
}
.LigXKYhk .PmUDZcHWgCpL:nth-child(5) {
	grid-column: 3;
    grid-row: 2;
}

.LigXKYhk .PmUDZcHWgCpL:nth-child(6) {
	grid-column: 4;
    grid-row: 2;
}

@media (max-width: 728px) {
    .aZagVYtYixnD {
        padding: 22px 17px;
        font-size: 20px;
        width: auto;
        height: auto;
        align-self: center;
        margin-right: 0;
        max-width: 300px;
       gap: 11px;
    }
	.aZagVYtYixnD p {
		font-size: 20px;
	}
	.aZagVYtYixnD p:first-child {
    font-size: 28px;
	margin-bottom: 5px;
}
	.NIiBmPz1fV8D {
		max-height: 100%;
	}
 
}

html {
	overflow: hidden;
}
body {
	overflow-x: hidden;
}

@media (max-width: 1023px) {
	.main table {
		display: block!important;
	}
}



/* Скрываем старые псевдоэлементы */
.menu-item.has-submenu > a::after {
  content: none !important;
}

/* Контейнер сабменю */
.submenu {
  display: none;           /* по-умолчанию скрыто */
  margin-left: 1.5em;      /* отступ, если нужно */
}

/* Открытое сабменю */
.menu-item.open > .submenu {
  display: block;
}

/* Стили кнопки-тогглера */
.submenu-toggle {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
  background: url('../img/arrow-menu.svg') no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Состояние «открыто» (вращаем стрелку) */
.submenu-toggle[aria-expanded="true"] {
  transform: rotate(180deg);
}

/* Скрытый текст для screen-reader */
.nIRVnp0uKw4 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  /* 1) Показываем кнопку-стрелку на десктопе */
  .submenu-toggle {
    display: inline-block; /* или block, как вам по дизайну */
  }

  /* 2) Открываем сабменю по наведению */
  .menu-item.has-submenu:hover > .submenu {
    display: block;
  }

  /* 3) Вращаем стрелку при наведении на родителя */
  .menu-item.has-submenu:hover > .submenu-toggle {
    transform: rotate(180deg);
  }
}

/* ===== FOOTER COLUMNS ===== */

/* Корневой контейнер меню */
.QFIjADUxp6Cugrb {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

/* Колонка */
.QFIjADUxp6Cugrb .FmteQrQzZDUgGjPz {
    display: flex;
    flex-direction: column;
}

.FmteQrQzZDUgGjPz {
	width: 140px;
}

/* Заголовок-родитель */
.MxhBWzSoH16mH {
    font-weight: 700 !important;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 1.4;
    color: inherit;
}

/* Контейнер дочерних ссылок */
.YUxXlekBXRJ {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Дочерние пункты */
.gkMGieFBQu2u {
    font-weight: 400 !important;
    opacity: 1;
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
    color: inherit;
}

/* ===== Респонсив ===== */
@media (max-width: 768px) {
    .FmteQrQzZDUgGjPz {
	width: 180px;
}
}
@media (max-width: 640px) {
    .QFIjADUxp6Cugrb {
        gap: 16px;
    }
    .QFIjADUxp6Cugrb .FmteQrQzZDUgGjPz {
        min-width: 45%;
        max-width: none;
    }
}

@media (max-width: 400px) {
    .QFIjADUxp6Cugrb .FmteQrQzZDUgGjPz {
        min-width: 100%;
    }
}
