@charset "UTF-8";
* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}

html,
body {
 margin: 0;
 padding: 0;
 background: #222222;
 font-family: "Roboto";
}
html.fix-scroll,
body.fix-scroll {
 overflow: hidden;
}

body::-webkit-scrollbar {
 width: 6px;
}

body::-webkit-scrollbar-track {
 background: #222222;
}

body::-webkit-scrollbar-thumb {
 background-color: #3DC492;
 border-radius: 20px;
}

img {
 max-width: 100%;
}

h1, h2, h3, h4 {
 font-family: "Roboto";
}

p {
 font-family: "Roboto";
}

.container {
 padding: 0 60px;
 max-width: 1520px;
 margin: 0 auto;
}

@media (max-width: 1290px) {
 .container {
 padding: 0 16px;
 }
}
@media (max-width: 767px) {
 .container {
 padding: 0 16px;
 }
}
button {
 outline: none;
 border: none;
 background-color: transparent;
 cursor: pointer;
}

.btn {
 border-radius: 12px;
 background: transparent;
 padding: 19px 36px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: "Roboto";
 font-weight: 600;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-decoration: none;
 transition: all 0.2s ease-in-out;
}
.btn p {
 font-weight: 600;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-decoration: none;
}
.btn svg {
 margin-right: 15px;
}
.btn:hover {
 transition: all 0.2s ease-in-out;
}

@media (max-width: 1024px) {
 .btn {
 padding: 16px 24px;
 font-size: 16px;
 }
 .btn p {
 font-size: 16px;
 }
 .btn svg {
 margin-right: 10px;
 }
 .btn:hover {
 transition: all 0.2s ease-in-out;
 }
}
.btn-c {
 background: #3DC492;
 color: #ffffff;
}
.btn-c:hover {
 box-shadow: 0 0 10px #3DC492;
}

.btn-tr {
 background: rgba(255, 255, 255, 0.2);
 color: rgba(255, 255, 255, 0.6);
}
.btn-tr:hover {
 box-shadow: 0 0 10px #3DC492;
}

h1.title {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 82px;
 line-height: 100%;
 letter-spacing: 8%;
 text-transform: uppercase;
 color: #ffffff;
}

h2.title {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 82px;
 line-height: 100%;
 letter-spacing: 8%;
 color: #3DC492;
 margin-bottom: 30px;
}
h2.title.white {
 color: #ffffff;
}

@media (max-width: 1440px) {
 h1.title {
 font-size: 60px;
 }
 h2.title {
 font-size: 60px;
 }
}
@media (max-width: 1024px) {
 h1.title {
 font-size: 40px;
 }
 h2.title {
 font-size: 40px;
 }
}
.article-texts h1 {
 font-weight: 800;
 font-size: 52px;
 line-height: 71.03px;
 color: #ffffff;
 margin: 20px 0;
}
.article-texts h2 {
 font-weight: 800;
 font-size: 52px;
 line-height: 71.03px;
 color: #ffffff;
 margin: 20px 0;
}
.article-texts h3 {
 font-weight: 800;
 font-size: 42px;
 line-height: 50px;
 color: #ffffff;
 margin: 20px 0;
}
.article-texts h4 {
 font-weight: 800;
 font-size: 32px;
 line-height: 50px;
 color: #ffffff;
 margin: 20px 0;
}
.article-texts p {
 font-weight: 600;
 font-size: 24px;
 line-height: 32.78px;
 color: #ffffff;
 margin: 20px 0;
}
.article-texts ul, .article-texts ol {
 padding-left: 30px;
 margin: 20px 0;
}
.article-texts ul li, .article-texts ol li {
 font-weight: 600;
 font-size: 24px;
 line-height: 32.78px;
 color: #ffffff;
 margin-bottom: 10px;
}
.article-texts img {
 margin: 20px 0;
 max-width: 100%;
 width: 100%;
 border-radius: 30px;
}
.article-texts table {
 margin: 20px 0;
 width: 100%;
 border-collapse: collapse;
 font-weight: 600;
 font-size: 24px;
 line-height: 32.78px;
 color: #ffffff;
}
.article-texts table th, .article-texts table td {
 border: 1px solid #3DC492;
 padding: 10px;
 text-align: left;
}
.article-texts table th {
 color: #ffffff;
}

.mb-0 {
 margin-bottom: 0px !important;
}

.mb-8 {
 margin-bottom: 8px !important;
}

.mb-12 {
 margin-bottom: 12px !important;
}

.mb-120 {
 margin-bottom: 120px !important;
}

.mb-16 {
 margin-bottom: 16px !important;
}

.mb-24 {
 margin-bottom: 24px !important;
}

.mb-32 {
 margin-bottom: 32px !important;
}

.mt-0 {
 margin-top: 0px !important;
}

.mt-8 {
 margin-top: 8px !important;
}

.mt-12 {
 margin-top: 12px !important;
}

.mt-16 {
 margin-top: 16px !important;
}

.mt-24 {
 margin-top: 24px !important;
}

.mt-32 {
 margin-top: 32px !important;
}

.mt-60 {
 margin-top: 60px !important;
}

.w-100 {
 width: 100%;
}

.lwpcngNoticeBar.lwpcngNotice-sticked {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 gap: 10px;
}

.lwpcngNotice_message {
 text-align: left;
}

.custom-checkbox {
 position: relative;
 display: flex;
 align-items: center;
 gap: 12px;
 margin-bottom: 0px;
}
.custom-checkbox input[type=checkbox] {
 position: absolute;
 opacity: 0;
 width: 0;
 height: 0;
 cursor: pointer;
}
.custom-checkbox input[type=checkbox] + label {
 position: relative;
 padding-left: 32px;
 cursor: pointer;
 vertical-align: middle;
 font-size: 18px;
 line-height: 1.2;
 color: #ffffff;
 user-select: none;
}
.custom-checkbox input[type=checkbox] + label::before {
 content: "";
 position: absolute;
 left: 0;
 top: -5px;
 width: 20px;
 height: 20px;
 border: 2px solid rgba(255, 255, 255, 0.1490196078);
 border-radius: 4px;
 background-color: rgba(255, 255, 255, 0.1490196078);
 transition: all 0.2s ease;
}
.custom-checkbox input[type=checkbox] + label::after {
 content: "";
 position: absolute;
 left: 6px;
 top: -2px;
 width: 8px;
 height: 12px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg) scale(0);
 transition: transform 0.2s ease;
}
.custom-checkbox input[type=checkbox] + label a {
 color: #ffffff;
 text-decoration: underline;
}
.custom-checkbox input[type=checkbox] + label a:hover {
 color: #3DC492;
}
.custom-checkbox input[type=checkbox] a {
 color: #ffffff;
}
.custom-checkbox input[type=checkbox]:checked + label::before {
 background-color: #3DC492;
 border-color: #3DC492;
}
.custom-checkbox input[type=checkbox]:checked + label::after {
 transform: rotate(45deg) scale(1);
}
.custom-checkbox input[type=checkbox]:hover + label::before {
 border-color: #3DC492;
}

.header {
 position: relative;
 z-index: 10;
}
.header.sticky {
 position: sticky;
 z-index: 10;
 top: 0;
 background: #222222;
}
.header__group {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 75px;
}
.header__buttons {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 20px;
}
.header__buttons .btn {
 max-width: 172px;
 width: 172px;
 padding: 12px 20px;
 font-size: 18px;
}
.header__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 padding: 25px 0;
}
.header__inner .group {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 20px;
}
.header .burger {
 color: #ffffff;
}
.header .burger:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}

@media (max-width: 650px) {
 .header__buttons {
 display: none;
 }
 .header .fixed-btn {
 position: fixed;
 bottom: 6px;
 left: 16px;
 right: 16px;
 }
}
.overlay {
 opacity: 0;
 visibility: hidden;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.8);
 z-index: 1001;
 transition: 0.3s all;
}
.overlay.active {
 opacity: 1;
 visibility: visible;
}

.burger__menu {
 position: fixed;
 max-width: 420px;
 width: 100%;
 background: #222222;
 border-left: 1px solid #3DC492;
 padding: 30px 40px 30px 40px;
 top: 0;
 bottom: 0;
 height: 100dvh;
 overflow: auto;
 z-index: 1002;
 right: -100%;
 transition: all 0.25s linear;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
}
.burger__menu.active {
 right: 0;
}
.burger__menu-close {
 margin-bottom: 75px;
 color: #ffffff;
}
.burger__menu-close:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.burger__menu-content {
 display: flex;
 flex-direction: column;
 gap: 30px;
}
.burger__menu .nav {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
}
.burger__menu .nav ul {
 list-style: none;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 30px;
}
.burger__menu .nav ul li {
 display: flex;
}
.burger__menu .nav ul li.current-menu-item a {
 color: #3DC492;
}
.burger__menu .nav ul li a {
 font-weight: 600;
 font-size: 38px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: right;
 color: #ffffff;
 text-decoration: none;
 transition: all 0.2s ease-in-out;
}
.burger__menu .nav ul li a:hover {
 color: #3DC492;
}
.burger__menu .header__buttons {
 display: flex;
}
.burger__menu .social {
 list-style: none;
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 30px;
}
.burger__menu .social li {
 display: flex;
}
.burger__menu .social li a {
 display: flex;
 width: 50px;
 height: 50px;
 border-radius: 100%;
 transition: all 0.2s ease-in-out;
}
.burger__menu .social li a img {
 width: 100%;
}
.burger__menu .social li a:hover {
 box-shadow: 0 0 10px #3DC492;
}
.burger__menu .link {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 font-weight: 600;
 font-size: 21px;
 line-height: 35px;
 letter-spacing: 0%;
 vertical-align: middle;
 text-decoration: none;
 color: #ffffff;
 transition: all 0.2s ease-in-out;
}
.burger__menu .link svg {
 margin-right: 15px;
}
.burger__menu .link:hover {
 color: #3DC492;
}

@media (max-width: 1024px) {
 .header__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 padding: 25px 0;
 gap: 20px;
 }
 .header__group.post {
 gap: 40px;
 }
 .header__group .header__buttons .btn {
 width: auto;
 font-size: 12px;
 }
 .header .group .btn {
 font-size: 12px;
 }
 .header .logo {
 max-width: 120px;
 }
 .header .burger {
 width: 30px;
 color: #ffffff;
 }
 .header .burger svg {
 width: 30px;
 }
 .header .burger:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
 }
 .burger__menu {
 position: fixed;
 max-width: 420px;
 padding: 60px 40px 30px 40px;
 }
 .burger__menu.active {
 right: 0;
 }
 .burger__menu-close {
 margin-bottom: 30px;
 color: #ffffff;
 width: 30px;
 }
 .burger__menu-close svg {
 width: 30px;
 }
 .burger__menu-close:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
 }
 .burger__menu-content {
 display: flex;
 flex-direction: column;
 gap: 30px;
 }
 .burger__menu .nav {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
 }
 .burger__menu .nav ul {
 list-style: none;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 30px;
 }
 .burger__menu .nav ul li.active a {
 color: #3DC492;
 }
 .burger__menu .nav ul li a {
 font-size: 24px;
 }
 .burger__menu .header__buttons {
 position: absolute;
 left: 16px;
 top: 30px;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 20px;
 }
 .burger__menu .header__buttons .btn {
 width: auto;
 }
 .burger__menu .social {
 list-style: none;
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 20px;
 }
 .burger__menu .social li {
 display: flex;
 }
 .burger__menu .social li a {
 display: flex;
 width: 40px;
 height: 40px;
 border-radius: 100%;
 transition: all 0.2s ease-in-out;
 }
 .burger__menu .social li a img {
 width: 100%;
 }
 .burger__menu .social li a:hover {
 box-shadow: 0 0 10px #3DC492;
 }
 .burger__menu .link {
 font-size: 16px;
 line-height: 130%;
 }
 .burger__menu .link svg {
 height: 20px;
 margin-right: 10px;
 }
}
.cover {
 margin-top: -120px;
 padding-top: 120px;
 overflow: hidden;
 position: relative;
}
.cover.black {
 padding-top: 250px;
 background-color: #1A1A1A;
 min-height: 100dvh;
}
.cover.black::before {
 content: "";
 position: absolute;
 z-index: 1;
 top: -167px;
 right: 0;
 width: 400px;
 height: 400px;
 border-radius: 399px;
 background: #62FDBC;
 filter: blur(350px);
}
.cover #particles-js {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}
.cover__inner {
 position: relative;
 z-index: 3;
 padding-bottom: 115px;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.cover__inner .content {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 width: 50%;
}
.cover__inner .content .title {
 margin-bottom: 30px;
}
.cover__inner .content .desc {
 font-weight: 600;
 font-size: 38px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 margin-bottom: 70px;
}
.cover__inner .content .subdesc {
 font-weight: 400;
 font-size: 28px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 max-width: 600px;
}
.cover__inner .content .btn {
 margin-top: 75px;
}
.cover__inner .content .links {
 margin-top: 30px;
 display: flex;
 flex-direction: row;
 align-items: center;
 flex-wrap: wrap;
 gap: 30px;
}
.cover__inner .content .links p {
 color: #ffffff;
 margin: 0px;
 font-size: 28px;
 line-height: 130%;
 letter-spacing: 0%;
 font-weight: 400;
}
.cover__inner .image {
 position: relative;
}
.cover__inner .image .hexagon {
 width: 587px;
 height: 672px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
}
.cover__inner .image .hexagon picture,
.cover__inner .image .hexagon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.cover__inner .image .bg1 {
 left: -113px;
 bottom: 126px;
 position: absolute;
}
.cover__inner .image .bg2 {
 position: absolute;
 left: 27px;
 bottom: -48px;
}
.cover__inner .image .bg3 {
 top: 37px;
 right: -68px;
 position: absolute;
}
.cover__arrow {
 position: absolute;
 bottom: 75px;
 left: 50%;
 transform: translateX(-50%);
 width: 50px;
 height: 50px;
 z-index: 2;
 transition: all 0.2s ease-in-out;
}
.cover__arrow:hover {
 transform: translateY(10px) translateX(-50%);
}

@media (max-width: 1440px) {
 .cover__inner {
 position: relative;
 z-index: 2;
 padding-bottom: 115px;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 }
 .cover__inner .content {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 width: 50%;
 }
 .cover__inner .content .title {
 margin-bottom: 20px;
 }
 .cover__inner .content .desc {
 font-size: 18px;
 line-height: 130%;
 margin-bottom: 40px;
 }
 .cover__inner .content .subdesc {
 font-size: 16px;
 line-height: 130%;
 max-width: 600px;
 }
 .cover__inner .content .btn {
 margin-top: 35px;
 }
 .cover__inner .image {
 position: relative;
 }
 .cover__inner .image .hexagon {
 width: 390px;
 height: 446px;
 }
 .cover__inner .image .bg1 {
 width: 113px;
 height: 130px;
 left: -90px;
 bottom: 90px;
 }
 .cover__inner .image .bg2 {
 width: 113px;
 height: 130px;
 left: 27px;
 bottom: -18px;
 }
 .cover__inner .image .bg3 {
 width: 113px;
 height: 130px;
 top: 37px;
 right: -48px;
 }
}
@media (max-width: 768px) {
 .cover.black {
 padding-top: 120px;
 background-color: #1A1A1A;
 }
 .cover.black::before {
 content: "";
 position: absolute;
 z-index: 1;
 top: -100px;
 right: -50px;
 width: 200px;
 height: 200px;
 border-radius: 399px;
 background: #62FDBC;
 filter: blur(350px);
 }
 .cover__inner {
 position: relative;
 z-index: 2;
 padding-top: 40px;
 padding-bottom: 115px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 }
 .cover__inner .content {
 width: 100%;
 }
 .cover__inner .content .title {
 margin-bottom: 20px;
 }
 .cover__inner .content .desc {
 font-size: 18px;
 margin-bottom: 0px;
 }
 .cover__inner .content .subdesc {
 font-size: 16px;
 max-width: 600px;
 }
 .cover__inner .content .btn {
 margin-top: 35px;
 }
 .cover__inner .image {
 margin-top: 45px;
 position: relative;
 }
 .cover__inner .image .hexagon {
 width: 281px;
 height: 321px;
 }
 .cover__inner .image .bg1 {
 width: 85px;
 height: 98px;
 left: -50px;
 bottom: 90px;
 }
 .cover__inner .image .bg2 {
 width: 85px;
 height: 98px;
 left: 10px;
 bottom: 0px;
 }
 .cover__inner .image .bg3 {
 width: 85px;
 height: 98px;
 top: 20px;
 right: -30px;
 }
 .cover__arrow {
 bottom: 15px;
 z-index: 2;
 }
}
.mission {
 padding: 75px 0;
}
.mission__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
}
.mission__inner .content {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 width: 50%;
}
.mission__inner .content .desc {
 font-family: "Roboto";
 font-weight: 600;
 font-size: 38px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 margin-bottom: 75px;
}
.mission__inner .image {
 width: 50%;
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
}
.mission__inner .image img {
 margin-left: -64px;
}

@media (max-width: 1440px) {
 .mission__inner .content .desc {
 font-size: 18px;
 line-height: 130%;
 margin-bottom: 40px;
 }
}
@media (max-width: 1024px) {
 .mission {
 padding: 35px 0;
 }
 .mission__inner {
 display: flex;
 flex-direction: column-reverse;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 }
 .mission__inner .content {
 width: 100%;
 }
 .mission__inner .image {
 width: 100%;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 }
 .mission__inner .image img {
 margin-left: 0;
 }
}
.directions {
 overflow: hidden;
 padding: 75px 0;
}
.directions__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.directions__inner .content .logo {
 position: relative;
 width: 310px;
 height: 351px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 100px;
}
.directions__inner .content .logo::before {
 content: "";
 position: absolute;
 width: 310px;
 height: 351px;
 background: url(../../assets/image/directions-img.svg);
}
.directions__inner .content .logo img {
 max-width: 196px;
}
.directions__inner .content .title {
 max-width: 569px;
}
.directions__inner .lists {
 margin-right: -30%;
 width: 1020px;
 display: flex;
 flex-direction: column;
}
.directions__inner .lists .orange {
 text-decoration: none;
 width: 234px;
 height: 268px;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 background: url(../../assets/image/orangebg1.svg);
 font-weight: 600;
 font-size: 28px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
}
.directions__inner .lists .orange:hover {
 transition: all 0.2s ease-in-out;
 color: #222222;
}
.directions__inner .lists .white {
 text-decoration: none;
 width: 234px;
 height: 266px;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 background: url(../../assets/image/whitebg1.svg);
 font-weight: 600;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
}
.directions__inner .lists .white:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.directions__inner .lists .row {
 display: flex;
 flex-direction: row;
 gap: 24px;
}
.directions__inner .lists .row:nth-child(1), .directions__inner .lists .row:nth-child(3) {
 padding-left: 130px;
}
.directions__inner .lists .row:nth-child(2), .directions__inner .lists .row:nth-child(3) {
 margin-top: -45px;
}

@media (max-width: 1440px) {
 .directions__inner .content .logo {
 position: relative;
 width: 255px;
 height: 288px;
 margin-bottom: 50px;
 }
 .directions__inner .content .logo::before {
 width: 255px;
 height: 288px;
 }
 .directions__inner .content .logo img {
 max-width: 160px;
 }
 .directions__inner .content .title {
 max-width: 569px;
 }
 .directions__inner .lists {
 margin-right: -30%;
 width: 1020px;
 display: flex;
 flex-direction: column;
 }
 .directions__inner .lists .orange {
 width: 200px;
 height: 229px;
 font-size: 18px;
 }
 .directions__inner .lists .white {
 width: 200px;
 height: 227px;
 font-size: 18px;
 }
 .directions__inner .lists .row {
 display: flex;
 flex-direction: row;
 gap: 16px;
 }
 .directions__inner .lists .row:nth-child(1), .directions__inner .lists .row:nth-child(3) {
 padding-left: 108px;
 }
 .directions__inner .lists .row:nth-child(2), .directions__inner .lists .row:nth-child(3) {
 margin-top: -45px;
 }
}
@media (max-width: 1024px) {
 .directions {
 overflow: hidden;
 padding: 35px 0;
 }
 .directions__inner {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 }
 .directions__inner .content {
 width: 100%;
 display: flex;
 flex-direction: row-reverse;
 align-items: flex-end;
 justify-content: space-between;
 }
 .directions__inner .content .logo {
 width: 130px;
 height: 149px;
 margin-bottom: 100px;
 }
 .directions__inner .content .logo::before {
 width: 130px;
 height: 147px;
 }
 .directions__inner .content .logo img {
 max-width: 100px;
 }
 .directions__inner .content .title {
 max-width: 569px;
 }
 .directions__inner .lists {
 margin-right: -30%;
 width: auto;
 display: flex;
 flex-direction: column;
 }
 .directions__inner .lists .orange {
 width: 130px;
 height: 149px;
 font-size: 14px;
 }
 .directions__inner .lists .white {
 width: 130px;
 height: 148px;
 font-size: 12px;
 }
 .directions__inner .lists .row {
 display: flex;
 flex-direction: row;
 gap: 16px;
 }
 .directions__inner .lists .row:nth-child(1), .directions__inner .lists .row:nth-child(3) {
 padding-left: 76px;
 }
 .directions__inner .lists .row:nth-child(2), .directions__inner .lists .row:nth-child(3) {
 margin-top: -25px;
 }
}
@media (max-width: 480px) {
 .directions__inner .content {
 flex-direction: column;
 }
 .directions__inner .content .logo {
 width: 130px;
 height: 149px;
 margin-bottom: -30px;
 }
 .directions__inner .content .logo::before {
 width: 130px;
 height: 147px;
 }
 .directions__inner .content .logo img {
 max-width: 100px;
 }
 .directions__inner .lists {
 margin-right: -120px;
 width: auto;
 display: flex;
 flex-direction: column;
 }
 .directions__inner .lists .orange {
 width: 110px;
 height: 126px;
 font-size: 10px;
 }
 .directions__inner .lists .white {
 width: 110px;
 height: 125px;
 font-size: 10px;
 }
 .directions__inner .lists .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .directions__inner .lists .row:nth-child(1), .directions__inner .lists .row:nth-child(3) {
 padding-left: 62px;
 }
 .directions__inner .lists .row:nth-child(2), .directions__inner .lists .row:nth-child(3) {
 margin-top: -20px;
 }
}
.numbers {
 padding: 75px 0;
}
.numbers__inner .title {
 text-align: left;
 margin-bottom: 50px;
}
.numbers__inner .list {
 display: flex;
 flex-direction: column;
}
.numbers__inner .list .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
}
.numbers__inner .list .row:nth-child(2) {
 margin-top: -60px;
 padding-left: 158px;
}
.numbers__inner .item {
 position: relative;
 width: 309px;
 height: 350px;
}
.numbers__inner .item.item-grey {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 25px;
}
.numbers__inner .item.item-grey::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url(../../assets/image/numbers.svg);
}
.numbers__inner .item.item-grey .subtitle {
 font-weight: 600;
 font-size: 42px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #3DC492;
 margin-bottom: 10px;
}
.numbers__inner .item.item-grey .desc {
 font-weight: 400;
 font-size: 28px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
}
.numbers__inner .item.item-text {
 padding: 5px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.numbers__inner .item.item-text .logo {
 max-width: 150px;
 margin-bottom: 10px;
}
.numbers__inner .item.item-text .desc {
 font-weight: 400;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
}
.numbers__wrapper {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 gap: 5px;
}

@media (max-width: 1440px) {
 .numbers {
 padding: 75px 0;
 }
 .numbers__inner .title {
 text-align: left;
 margin-bottom: 50px;
 }
 .numbers__inner .list {
 display: flex;
 flex-direction: column;
 }
 .numbers__inner .list .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .numbers__inner .list .row:nth-child(2) {
 margin-top: -60px;
 padding-left: 158px;
 }
 .numbers__inner .item {
 position: relative;
 width: 309px;
 height: 350px;
 }
 .numbers__inner .item.item-grey {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 25px;
 }
 .numbers__inner .item.item-grey::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url(../../assets/image/numbers.svg);
 }
 .numbers__inner .item.item-grey .subtitle {
 font-weight: 600;
 font-size: 42px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #3DC492;
 margin-bottom: 10px;
 }
 .numbers__inner .item.item-grey .desc {
 font-weight: 400;
 font-size: 28px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
 }
 .numbers__inner .item.item-text {
 padding: 5px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 }
 .numbers__inner .item.item-text .logo {
 max-width: 150px;
 margin-bottom: 10px;
 }
 .numbers__inner .item.item-text .desc {
 font-weight: 400;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
 }
 .numbers__wrapper {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 5px;
 }
}
@media (max-width: 1024px) {
 .numbers {
 padding: 35px 0;
 }
 .numbers__inner .title {
 margin-bottom: 35px;
 }
}
@media (max-width: 1024px) {
 .numbers__inner .title {
 text-align: left;
 margin-bottom: 50px;
 }
 .numbers__inner .list {
 display: flex;
 flex-direction: column;
 }
 .numbers__inner .list .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .numbers__inner .list .row:nth-child(2) {
 margin-top: -40px;
 padding-left: 105px;
 }
 .numbers__inner .item {
 position: relative;
 width: 200px;
 height: 226px;
 }
 .numbers__inner .item.item-grey {
 padding: 25px;
 }
 .numbers__inner .item.item-grey::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url(../../assets/image/numbers.svg);
 }
 .numbers__inner .item.item-grey .subtitle {
 font-size: 20px;
 margin-bottom: 10px;
 }
 .numbers__inner .item.item-grey .desc {
 font-size: 16px;
 color: #ffffff;
 }
 .numbers__inner .item.item-text {
 padding: 5px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 }
 .numbers__inner .item.item-text .logo {
 max-width: 120px;
 margin-bottom: 10px;
 }
 .numbers__inner .item.item-text .desc {
 font-size: 12px;
 }
 .numbers__wrapper {
 margin-top: -30px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 5px;
 }
}
@media (max-width: 650px) {
 .numbers__inner .title {
 text-align: left;
 margin-bottom: 50px;
 }
 .numbers__inner .list {
 display: flex;
 flex-direction: column;
 }
 .numbers__inner .list .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .numbers__inner .list .row:nth-child(2) {
 margin-top: -20px;
 padding-left: 55px;
 }
 .numbers__inner .item {
 position: relative;
 width: 100px;
 height: 113px;
 }
 .numbers__inner .item.item-grey {
 padding: 15px;
 }
 .numbers__inner .item.item-grey::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url(../../assets/image/numbers.svg);
 }
 .numbers__inner .item.item-grey .subtitle {
 font-size: 14px;
 margin-bottom: 5px;
 }
 .numbers__inner .item.item-grey .desc {
 font-size: 10px;
 color: #ffffff;
 }
 .numbers__inner .item.item-text {
 padding: 5px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 }
 .numbers__inner .item.item-text .logo {
 max-width: 50px;
 margin-bottom: 5px;
 }
 .numbers__inner .item.item-text .desc {
 font-size: 8px;
 }
 .numbers__wrapper {
 margin-top: -30px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 5px;
 }
}
.industries {
 padding: 75px 0;
}
.industries__inner .title {
 text-align: center;
 margin-bottom: 100px;
}
.industries__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 gap: 50px;
}
.industries__wrapper .item {
 padding-top: 30px;
 position: relative;
 width: calc((100% - 200px) / 5);
 text-decoration: none;
 display: flex;
 flex-direction: column;
 transition: all 0.2s ease-in-out;
}
.industries__wrapper .item:not(:last-child)::before {
 content: "";
 position: absolute;
 z-index: 1;
 top: 0;
 right: -50%;
 width: 220px;
 height: 250px;
 background: url(../../assets/image/indbg.svg);
}
.industries__wrapper .item:hover .text {
 transform: translateY(10px);
 color: #ffffff;
}
.industries__wrapper .item:hover .image {
 transform: translateY(10px);
}
.industries__wrapper .item .image {
 transition: all 0.2s ease-in-out;
 width: 100%;
 margin-bottom: 45px;
 z-index: 2;
 width: 218px;
 height: 250px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
}
.industries__wrapper .item .image picture {
 height: 100%;
 width: 100%;
}
.industries__wrapper .item .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.industries__wrapper .item .text {
 font-weight: 600;
 font-size: 28px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #3DC492;
 transition: all 0.2s ease-in-out;
}

@media (max-width: 1200px) {
 .industries__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: center;
 flex-wrap: wrap;
 gap: 30px;
 }
 .industries__wrapper .item {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding-top: 30px;
 width: calc((100% - 60px) / 3);
 }
 .industries__wrapper .item::before {
 display: none !important;
 }
}
@media (max-width: 1024px) {
 .industries {
 padding: 35px 0;
 }
 .industries__inner .title {
 text-align: center;
 margin-bottom: 35px;
 }
 .industries__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 50px 20px;
 }
 .industries__wrapper .item {
 padding-top: 0px;
 position: relative;
 width: calc((100% - 20px) / 2);
 }
 .industries__wrapper .item:not(:last-child)::before {
 display: none;
 }
 .industries__wrapper .item .image {
 margin-bottom: 45px;
 }
 .industries__wrapper .item .text {
 font-size: 18px;
 }
}
@media (max-width: 650px) {
 .industries__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 50px 20px;
 }
 .industries__wrapper .item {
 padding-top: 0px;
 position: relative;
 width: 100%;
 }
}
.partners {
 padding: 75px 0;
}
.partners__inner .title {
 margin-bottom: 75px;
}
.partners__wrappers {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 20px;
}
.partners__wrappers .item {
 text-decoration: none;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 width: 157px;
 height: 180px;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/mask-partners.svg");
 mask-image: url("../../assets/image/mask-partners.svg");
 background-color: #ffffff;
 padding: 10px;
}
.partners__wrappers .item picture {
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}

@media (max-width: 1024px) {
 .partners {
 padding: 35px 0;
 }
 .partners__inner .title {
 margin-bottom: 35px;
 }
 .partners__wrappers {
 align-items: center;
 justify-content: center;
 gap: 10px;
 }
 .partners__wrappers .item {
 text-decoration: none;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 width: 157px;
 height: 180px;
 }
}
@media (max-width: 768px) {
 .partners__wrappers {
 align-items: center;
 justify-content: center;
 gap: 10px;
 }
 .partners__wrappers .item {
 text-decoration: none;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 width: 157px;
 height: 180px;
 }
}
.services {
 padding: 75px 0;
}
.services__inner {
 display: flex;
 flex-direction: column;
}
.services__inner .title {
 text-align: left;
 margin-bottom: 75px;
}
.services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
}
.services__wrapper .item {
 width: calc((100% - 50px) / 3);
 text-decoration: none;
 display: flex;
 flex-direction: column;
 border: 2px solid #FFFFFF;
 border-radius: 20px;
 padding: 30px;
 gap: 30px;
}
.services__wrapper .item:hover {
 border-color: #3DC492;
 box-shadow: 0 0 10px #3DC492;
 transition: all 0.2s ease-in-out;
}
.services__wrapper .item .head {
 background: #3DC492;
 padding: 19px;
 border-radius: 12px;
}
.services__wrapper .item .head .subtitle {
 font-weight: 700;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
}
.services__wrapper .item .body ul {
 display: flex;
 flex-direction: column;
 list-style: none;
 padding-left: 0;
 gap: 15px;
}
.services__wrapper .item .body ul li {
 position: relative;
 padding-left: 32px;
 font-weight: 400;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
}
.services__wrapper .item .body ul li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 20px;
 height: 20px;
 border-radius: 100%;
 background: #3DC492;
}

@media (max-width: 1440px) {
 .services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 }
 .services__wrapper .item {
 width: calc((100% - 50px) / 3);
 text-decoration: none;
 display: flex;
 flex-direction: column;
 border: 2px solid #FFFFFF;
 border-radius: 20px;
 padding: 20px;
 gap: 20px;
 }
 .services__wrapper .item:hover {
 border-color: #3DC492;
 box-shadow: 0 0 10px #3DC492;
 transition: all 0.2s ease-in-out;
 }
 .services__wrapper .item .head {
 background: #3DC492;
 padding: 19px;
 border-radius: 12px;
 }
 .services__wrapper .item .head .subtitle {
 font-size: 20px;
 }
 .services__wrapper .item .body ul {
 display: flex;
 flex-direction: column;
 list-style: none;
 padding-left: 0;
 gap: 15px;
 }
 .services__wrapper .item .body ul li {
 position: relative;
 padding-left: 32px;
 font-size: 18px;
 line-height: 130%;
 }
 .services__wrapper .item .body ul li::before {
 width: 14px;
 height: 14px;
 }
}
@media (max-width: 1024px) {
 .services__inner .title {
 margin-bottom: 35px;
 }
 .services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 }
 .services__wrapper .item {
 width: calc((100% - 25px) / 2);
 }
}
@media (max-width: 768px) {
 .services__inner .title {
 margin-bottom: 35px;
 }
 .services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 }
 .services__wrapper .item {
 width: 100%;
 }
}
.additional-services {
 padding: 75px 0;
}
.additional-services__inner {
 display: flex;
 flex-direction: column;
}
.additional-services__inner .title {
 text-align: left;
 margin-bottom: 75px;
}
.additional-services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
}
.additional-services__wrapper .item {
 width: calc((100% - 25px) / 2);
 text-decoration: none;
 display: flex;
 flex-direction: column;
 border: 2px solid #3DC492;
 border-radius: 20px;
 padding: 30px;
 gap: 15px;
}
.additional-services__wrapper .item:hover {
 border-color: #ffffff;
 box-shadow: 0 0 10px #ffffff;
 transition: all 0.2s ease-in-out;
}
.additional-services__wrapper .item .head {
 background: #3DC492;
 padding: 19px 30px;
 border-radius: 12px;
 font-weight: 700;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: left;
 color: #ffffff;
 max-width: 384px;
 width: 100%;
}
.additional-services__wrapper .item .desc {
 font-weight: 400;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
}

@media (max-width: 1440px) {
 .additional-services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 }
 .additional-services__wrapper .item {
 width: calc((100% - 50px) / 3);
 text-decoration: none;
 display: flex;
 flex-direction: column;
 border: 2px solid #FFFFFF;
 border-radius: 20px;
 padding: 20px;
 gap: 20px;
 }
 .additional-services__wrapper .item:hover {
 border-color: #3DC492;
 box-shadow: 0 0 10px #3DC492;
 transition: all 0.2s ease-in-out;
 }
 .additional-services__wrapper .item .head {
 padding: 19px 30px;
 font-size: 20px;
 }
 .additional-services__wrapper .item .desc {
 font-size: 16px;
 line-height: 130%;
 }
}
@media (max-width: 1024px) {
 .additional-services__inner .title {
 margin-bottom: 35px;
 }
 .additional-services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 }
 .additional-services__wrapper .item {
 width: calc((100% - 25px) / 2);
 }
}
@media (max-width: 768px) {
 .additional-services__inner .title {
 margin-bottom: 35px;
 }
 .additional-services__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 25px;
 }
 .additional-services__wrapper .item {
 width: 100%;
 }
}
.results {
 padding: 75px 0;
}
.results__inner {
 display: flex;
 flex-direction: column;
}
.results__inner .title {
 margin-bottom: 75px;
}
.results__wrapper {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.results__wrapper .image {
 margin-left: -300px;
}
.results__wrapper .content {
 width: 60%;
 display: flex;
 flex-direction: column;
 gap: 50px;
}
.results__wrapper .content .item {
 display: flex;
 flex-direction: row;
 gap: 30px;
}
.results__wrapper .content .item .icon {
 width: 70px;
 height: 70px;
 min-width: 70px;
}
.results__wrapper .content .item .icon img {
 max-width: 100%;
 width: 100%;
}
.results__wrapper .content .item .text {
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.results__wrapper .content .item .text .subtitle {
 font-weight: 600;
 font-size: 42px;
 line-height: 100%;
 letter-spacing: 8%;
 color: #ffffff;
}
.results__wrapper .content .item .text .desc {
 font-weight: 400;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
}

@media (max-width: 1440px) {
 .results__wrapper {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 }
 .results__wrapper .image {
 margin-left: -100px;
 }
 .results__wrapper .content .item .text {
 display: flex;
 flex-direction: column;
 gap: 20px;
 }
 .results__wrapper .content .item .text .subtitle {
 font-size: 30px;
 }
 .results__wrapper .content .item .text .desc {
 font-weight: 400;
 font-size: 16px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 }
}
@media (max-width: 1024px) {
 .results {
 padding: 35px 0;
 }
 .results__inner .title {
 margin-bottom: 35px;
 }
}
@media (max-width: 800px) {
 .results__wrapper {
 display: flex;
 flex-direction: column-reverse;
 align-items: flex-start;
 justify-content: space-between;
 gap: 30px;
 }
 .results__wrapper .image {
 margin-left: -100px;
 }
 .results__wrapper .content {
 width: 100%;
 }
 .results__wrapper .content .item {
 flex-direction: row;
 }
 .results__wrapper .content .item .text {
 display: flex;
 flex-direction: column;
 gap: 20px;
 }
 .results__wrapper .content .item .text .subtitle {
 font-size: 30px;
 }
 .results__wrapper .content .item .text .desc {
 font-weight: 400;
 font-size: 16px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 }
}
@media (max-width: 560px) {
 .results__wrapper {
 display: flex;
 flex-direction: column-reverse;
 align-items: flex-start;
 justify-content: space-between;
 gap: 30px;
 }
 .results__wrapper .image {
 margin-left: -100px;
 }
 .results__wrapper .content {
 width: 100%;
 }
 .results__wrapper .content .item {
 flex-direction: column;
 }
 .results__wrapper .content .item .text {
 display: flex;
 flex-direction: column;
 gap: 20px;
 }
 .results__wrapper .content .item .text .subtitle {
 font-size: 30px;
 }
 .results__wrapper .content .item .text .desc {
 font-weight: 400;
 font-size: 16px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 }
}
.call {
 padding: 75px 0;
 overflow: hidden;
}
.call__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
}
.call__inner .content .title {
 font-weight: 700;
 font-size: 42px;
 line-height: 100%;
 letter-spacing: 8%;
 color: #ffffff;
 margin-bottom: 30px;
}
.call__inner .content .desc {
 font-weight: 500;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #ffffff;
 max-width: 810px;
 margin-bottom: 50px;
}
.call__inner .content form {
 display: flex;
 flex-direction: column;
 max-width: 630px;
 gap: 30px;
}
.call__inner .content form .inputs {
 display: flex;
 flex-direction: row;
 gap: 30px;
}
.call__inner .content form input {
 width: 100%;
 padding: 10px;
 font-weight: 400;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #ffffff;
 background: transparent;
 outline: none;
 border: none;
 border-bottom: 1px solid #ffffff;
}
.call__inner .content form input::placeholder {
 font-weight: 400;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
}
.call__inner .content form input:hover {
 color: #ffffff;
 transition: all 0.2s ease-in-out;
 border-color: #3DC492;
}
.call__inner .content form input:hover::placeholder {
 transition: all 0.2s ease-in-out;
 color: #ffffff;
}
.call__inner .content form .group {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 30px;
}
.call__inner .content form .group .btn {
 min-width: 240px;
}
.call__inner .content form .group .police {
 font-weight: 400;
 font-size: 16px;
 line-height: 100%;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #C6C9D8;
 max-width: 360px;
}
.call__inner .image {
 position: relative;
}
.call__inner .image .hexagon {
 width: 380px;
 height: 435px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
}
.call__inner .image .hexagon picture,
.call__inner .image .hexagon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.call__inner .image .bg1 {
 left: -10px;
 top: 1px;
 position: absolute;
}
.call__inner .image .bg2 {
 position: absolute;
 right: 0;
 bottom: -5px;
}
.call__inner .image .bg3 {
 top: 37px;
 right: -68px;
 position: absolute;
}

@media (max-width: 1024px) {
 .call {
 padding: 35px 0;
 overflow: hidden;
 }
 .call__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 }
 .call__inner .content .title {
 font-size: 30px;
 margin-bottom: 30px;
 }
 .call__inner .content .desc {
 font-size: 18px;
 line-height: 130%;
 margin-bottom: 30px;
 }
 .call__inner .content form {
 display: flex;
 flex-direction: column;
 max-width: 630px;
 gap: 30px;
 }
 .call__inner .content form .inputs {
 display: flex;
 flex-direction: row;
 gap: 30px;
 }
 .call__inner .content form input {
 font-size: 16px;
 line-height: 130%;
 }
 .call__inner .content form input::placeholder {
 font-size: 16px;
 line-height: 130%;
 }
 .call__inner .content form .group {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 30px;
 }
 .call__inner .content form .group .btn {
 min-width: 240px;
 }
 .call__inner .content form .group .police {
 font-size: 12px;
 }
 .call__inner .image {
 position: relative;
 }
 .call__inner .image .hexagon {
 width: 300px;
 height: 344px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
 }
 .call__inner .image .hexagon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
 .call__inner .image .bg1 {
 left: -10px;
 top: 1px;
 position: absolute;
 }
 .call__inner .image .bg2 {
 position: absolute;
 right: 0;
 bottom: -5px;
 }
 .call__inner .image .bg3 {
 top: 37px;
 right: -68px;
 position: absolute;
 }
}
@media (max-width: 800px) {
 .call {
 padding: 35px 0;
 overflow: hidden;
 }
 .call__inner {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 }
 .call__inner .content .desc {
 font-size: 16px;
 }
 .call__inner .content form .inputs {
 flex-direction: column;
 }
 .call__inner .content form input {
 width: 100%;
 }
 .call__inner .content form .group .btn {
 min-width: 140px;
 width: auto;
 }
 .call__inner .image {
 position: relative;
 }
 .call__inner .image .hexagon {
 width: 300px;
 height: 344px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
 }
 .call__inner .image .hexagon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
 .call__inner .image .bg1 {
 left: -10px;
 top: 1px;
 position: absolute;
 }
 .call__inner .image .bg2 {
 position: absolute;
 right: 0;
 bottom: -5px;
 }
 .call__inner .image .bg3 {
 top: 37px;
 right: -68px;
 position: absolute;
 }
}
.teamlead {
 padding: 75px 0;
}
.teamlead__inner {
 display: flex;
 flex-direction: row;
 gap: 100px;
}
.teamlead__inner .image {
 position: relative;
}
.teamlead__inner .image .hexagon {
 width: 437px;
 height: 500px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 /* Маска */
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg"); /* Safari */
 mask-image: url("../../assets/image/hexagon-mask.svg"); /* Основной CSS */
}
.teamlead__inner .image .hexagon picture {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
}
.teamlead__inner .image .hexagon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
}
.teamlead__inner .image .bg1 {
 width: 183px;
 height: 210px;
 right: -38px;
 bottom: -81px;
 position: absolute;
}
.teamlead__inner .image .bg2 {
 width: 99px;
 height: 113px;
 position: absolute;
 right: -200px;
 bottom: -16px;
}
.teamlead__inner .image .bg3 {
 width: 147px;
 height: 167px;
 bottom: -99px;
 right: -396px;
 position: absolute;
}
.teamlead__inner .content .name {
 font-weight: 700;
 font-size: 42px;
 line-height: 100%;
 letter-spacing: 8%;
 color: #3DC492;
 margin-bottom: 20px;
}
.teamlead__inner .content .role {
 font-weight: 500;
 font-size: 32px;
 line-height: 35px;
 letter-spacing: 0%;
 color: #ffffff;
 margin-bottom: 30px;
}
.teamlead__inner .content .desc {
 font-weight: 500;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
 color: #ffffff;
}

@media (max-width: 1200px) {
 .teamlead__inner {
 display: flex;
 flex-direction: row;
 gap: 50px;
 }
 .teamlead__inner .content .name {
 font-size: 30px;
 line-height: 100%;
 margin-bottom: 20px;
 }
 .teamlead__inner .content .role {
 font-size: 20px;
 line-height: 130%;
 margin-bottom: 10px;
 }
 .teamlead__inner .content .desc {
 font-weight: 500;
 font-size: 16px;
 line-height: 130%;
 letter-spacing: 0%;
 color: #ffffff;
 }
}
@media (max-width: 1024px) {
 .teamlead {
 padding: 35px 0;
 }
}
@media (max-width: 960px) {
 .teamlead {
 overflow: hidden;
 padding: 35px 0;
 }
 .teamlead__inner {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 70px;
 }
 .teamlead__inner .image {
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 }
 .teamlead__inner .image .hexagon {
 width: 300px;
 height: 344px;
 }
 .teamlead__inner .image .hexagon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
 }
 .teamlead__inner .image .bg1 {
 width: 120px;
 height: 140px;
 right: -20px;
 bottom: -50px;
 position: absolute;
 }
 .teamlead__inner .image .bg2 {
 width: 70px;
 height: 80px;
 position: absolute;
 right: -140px;
 bottom: 26px;
 }
 .teamlead__inner .image .bg3 {
 width: 90px;
 height: 100px;
 bottom: -40px;
 right: -256px;
 position: absolute;
 }
 .teamlead__inner .content .name {
 font-size: 30px;
 line-height: 100%;
 margin-bottom: 20px;
 }
 .teamlead__inner .content .role {
 font-size: 20px;
 line-height: 130%;
 margin-bottom: 10px;
 }
 .teamlead__inner .content .desc {
 font-weight: 500;
 font-size: 16px;
 line-height: 130%;
 letter-spacing: 0%;
 color: #ffffff;
 }
}
.team {
 padding: 75px 0;
}
.team__inner .title {
 margin-bottom: 75px;
}
.team__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 gap: 45px;
}
.team__wrapper .item {
 width: calc((100% - 180px) / 5);
 display: flex;
 flex-direction: column;
 align-items: center;
}
.team__wrapper .item .image {
 width: 200px;
 height: 229px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
}
.team__wrapper .item .image picture,
.team__wrapper .item .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
}
.team__wrapper .item .name {
 font-weight: 600;
 font-size: 32px;
 line-height: 100%;
 letter-spacing: 8%;
 text-align: center;
 color: #3DC492;
 margin-top: 20px;
 margin-bottom: 10px;
}
.team__wrapper .item .role {
 font-weight: 500;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
}
.team__wrapper .item:nth-child(even) {
 padding-top: 138px;
}

@media (max-width: 1440px) {
 .team__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 gap: 25px;
 }
 .team__wrapper .item {
 width: calc((100% - 180px) / 5);
 }
 .team__wrapper .item .name {
 font-size: 20px;
 line-height: 120%;
 margin-top: 20px;
 margin-bottom: 10px;
 }
 .team__wrapper .item .role {
 font-weight: 500;
 font-size: 16px;
 line-height: 130%;
 letter-spacing: 0%;
 text-align: center;
 color: #ffffff;
 }
 .team__wrapper .item:nth-child(even) {
 padding-top: 138px;
 }
}
@media (max-width: 1024px) {
 .team {
 padding: 35px 0;
 }
 .team__inner .title {
 margin-bottom: 35px;
 }
 .team__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 45px;
 }
 .team__wrapper .item {
 width: calc((100% - 90px) / 3);
 }
 .team__wrapper .item:nth-child(even) {
 padding-top: 100px;
 }
 .team__wrapper .item:nth-child(4), .team__wrapper .item:nth-child(5) {
 padding-top: 0;
 }
}
@media (max-width: 768px) {
 .team {
 padding: 35px 0;
 }
 .team__inner .title {
 margin-bottom: 35px;
 }
 .team__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 25px;
 }
 .team__wrapper .item {
 width: calc((100% - 45px) / 2);
 }
 .team__wrapper .item:nth-child(even) {
 padding-top: 0px;
 }
 .team__wrapper .item:nth-child(4), .team__wrapper .item:nth-child(5) {
 padding-top: 0;
 }
}
@media (max-width: 500px) {
 .team__wrapper .item {
 width: 100%;
 }
}
.services-list {
 padding: 75px 0;
}
.services-list__inner {
 display: flex;
 flex-direction: column;
 gap: 75px;
}
.services-list__nav {
 background: rgba(255, 255, 255, 0.3);
 padding: 20px;
 border-radius: 20px;
}
.services-list__nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
}
.services-list__nav ul li a {
 display: flex;
 align-items: center;
 justify-content: center;
 background: transparent;
 border: 2px solid #3DC492;
 border-radius: 12px;
 font-weight: 700;
 font-size: 21px;
 line-height: 100%;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 padding: 16px 30px;
}
.services-list__nav ul li a svg {
 margin-left: 20px;
}
.services-list__nav ul li a:hover {
 transition: all 0.2s ease-in-out;
 background: #3DC492;
}
.services-list__wrapper {
 display: flex;
 flex-direction: column;
 gap: 50px;
}
.services-list__wrapper .item {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 gap: 75px;
}
.services-list__wrapper .item .content {
 width: 100%;
 border: 2px solid #FFFFFF;
 border-radius: 20px;
 padding: 30px;
 text-decoration: none;
}
.services-list__wrapper .item .content:hover {
 transition: all 0.2s ease-in-out;
 border-color: #3DC492;
 box-shadow: 0 0 10px #3DC492;
}
.services-list__wrapper .item .content .subtitle {
 font-weight: 700;
 font-size: 42px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #FFFFFF;
 margin-bottom: 30px;
}
.services-list__wrapper .item .content .desc {
 font-weight: 400;
 font-size: 21px;
 line-height: 35px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #FFFFFF;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 5;
 -webkit-box-orient: vertical;
}
.services-list__wrapper .item .content .link {
 display: flex;
 align-items: center;
 font-weight: 700;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #3DC492;
 margin-top: 15px;
}
.services-list__wrapper .item .content .link:hover {
 transition: all 0.2s ease-in-out;
 color: #ffffff;
}
.services-list__wrapper .item .links {
 max-width: 100%;
 width: 100%;
 padding: 35px 0;
 display: flex;
 flex-direction: column;
 gap: 30px;
}
.services-list__wrapper .item .links .subtitle {
 font-weight: 700;
 font-size: 32px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #FFFFFF;
}
.services-list__wrapper .item .links .list {
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.services-list__wrapper .item .links .list li a {
 display: flex;
 align-items: center;
 font-weight: 600;
 font-size: 21px;
 line-height: 35px;
 letter-spacing: 0%;
 color: #FFFFFF;
 text-decoration: none;
}
.services-list__wrapper .item .links .list li a svg {
 margin-right: 15px;
}
.services-list__wrapper .item .links .list li a:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.services-list__wrapper .item .links .social {
 list-style: none;
 display: flex;
 flex-direction: row;
 gap: 30px;
}
.services-list__wrapper .item .links .social li a {
 display: flex;
 align-items: center;
 justify-content: center;
 flex: 0 0 50px;
 border-radius: 100%;
}
.services-list__wrapper .item .links .social li a:hover {
 transition: all 0.2s ease-in-out;
 box-shadow: 0 0 10px #3DC492;
}

@media (max-width: 1366px) {
 .services-list__inner {
 display: flex;
 flex-direction: column;
 gap: 30px;
 }
 .services-list__nav {
 background: rgba(255, 255, 255, 0.3);
 padding: 20px;
 border-radius: 20px;
 }
 .services-list__nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
 }
 .services-list__nav ul li a {
 font-size: 16px;
 padding: 16px 30px;
 }
 .services-list__nav ul li a svg {
 height: 20px;
 margin-left: 10px;
 }
 .services-list__wrapper {
 display: flex;
 flex-direction: column;
 gap: 40px;
 }
 .services-list__wrapper .item {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 gap: 35px;
 }
 .services-list__wrapper .item .content {
 width: 100%;
 border: 2px solid #FFFFFF;
 border-radius: 20px;
 padding: 20px;
 }
 .services-list__wrapper .item .content .subtitle {
 font-size: 30px;
 margin-bottom: 30px;
 }
 .services-list__wrapper .item .content .desc {
 font-weight: 400;
 font-size: 20px;
 line-height: 130%;
 }
 .services-list__wrapper .item .content .link {
 font-size: 18px;
 }
 .services-list__wrapper .item .links {
 max-width: 100%;
 width: 100%;
 padding: 35px 0;
 display: flex;
 flex-direction: column;
 gap: 20px;
 }
 .services-list__wrapper .item .links .subtitle {
 font-size: 20px;
 }
 .services-list__wrapper .item .links .list {
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 15px;
 }
 .services-list__wrapper .item .links .list li a {
 font-size: 18px;
 line-height: 130%;
 }
 .services-list__wrapper .item .links .list li a svg {
 margin-right: 10px;
 }
 .services-list__wrapper .item .links .social {
 list-style: none;
 display: flex;
 flex-direction: row;
 gap: 20px;
 }
 .services-list__wrapper .item .links .social li {
 display: flex;
 }
 .services-list__wrapper .item .links .social li a {
 flex: 0 0 40px;
 }
}
@media (max-width: 1024px) {
 .services-list {
 padding: 35px 0;
 }
 .services-list__nav {
 background: rgba(255, 255, 255, 0.3);
 padding: 10px;
 border-radius: 20px;
 }
 .services-list__nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 10px;
 }
 .services-list__nav ul li a {
 justify-content: flex-start;
 align-items: flex-start;
 font-size: 14px;
 padding: 10px 15px;
 }
 .services-list__nav ul li a svg {
 height: 15px;
 margin-left: 10px;
 }
 .services-list__wrapper {
 display: flex;
 flex-direction: column;
 gap: 50px;
 }
 .services-list__wrapper .item {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 25px;
 }
 .services-list__wrapper .item .content {
 flex: 0 0 auto;
 max-width: 100%;
 width: 100%;
 padding: 20px;
 }
 .services-list__wrapper .item .content .subtitle {
 font-weight: 700;
 font-size: 20px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #FFFFFF;
 margin-bottom: 20px;
 }
 .services-list__wrapper .item .content .desc {
 font-weight: 400;
 font-size: 16px;
 line-height: 130%;
 }
 .services-list__wrapper .item .content .link {
 font-size: 16px;
 }
 .services-list__wrapper .item .links {
 max-width: 100%;
 width: 100%;
 padding: 0px 0;
 display: flex;
 flex-direction: column;
 gap: 20px;
 }
 .services-list__wrapper .item .links .subtitle {
 font-size: 20px;
 }
 .services-list__wrapper .item .links .list {
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 15px;
 }
}
.service-item {
 padding: 75px 0;
}
.service-item__inner {
 display: flex;
 flex-direction: row;
 gap: 50px;
}
.service-item__head {
 position: relative;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 padding: 64px 50px;
 border-radius: 25px;
 margin-bottom: 40px;
 overflow: hidden;
}
.service-item__head::before {
 content: "";
 position: absolute;
 z-index: 1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.3019607843);
}
.service-item__head h1 {
 position: relative;
 z-index: 2;
 font-weight: 700;
}
.service-item__head div {
 position: relative;
 z-index: 2;
 max-width: 880px;
 color: #FFFFFF;
}
.service-item__wrapper .btn {
 max-width: 300px;
 width: 100%;
 margin-top: 30px;
}
.service-item__wrapper h1 {
 font-weight: 700;
 font-size: 42px;
 line-height: 100%;
 color: #FFFFFF;
 margin-bottom: 30px;
}
.service-item__wrapper h2 {
 font-weight: 700;
 font-size: 32px;
 line-height: 120%;
 color: #FFFFFF;
 margin-bottom: 20px;
 margin-top: 40px;
}
.service-item__wrapper h3 {
 font-weight: 700;
 font-size: 28px;
 line-height: 120%;
 color: #FFFFFF;
 margin-bottom: 20px;
 margin-top: 30px;
}
.service-item__wrapper h4 {
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 color: #FFFFFF;
 margin-bottom: 15px;
 margin-top: 25px;
}
.service-item__wrapper p {
 font-weight: 400;
 font-size: 21px;
 line-height: 130%;
 color: #FFFFFF;
 margin-bottom: 20px;
}
.service-item__wrapper ul, .service-item__wrapper ol {
 list-style: none;
 margin: 20px 0;
}
.service-item__wrapper ul li, .service-item__wrapper ol li {
 font-weight: 400;
 font-size: 21px;
 line-height: 35px;
 color: #FFFFFF;
 padding-left: 20px;
 position: relative;
}
.service-item__wrapper ul li:before, .service-item__wrapper ol li:before {
 content: "";
 position: absolute;
 left: 0;
 top: 16px;
 width: 6px;
 height: 6px;
 background: #FFFFFF;
 border-radius: 50%;
}
.service-item__wrapper blockquote {
 border-left: 4px solid #4472C4;
 padding-left: 20px;
 margin: 30px 0;
 font-style: italic;
}
.service-item__wrapper blockquote p {
 font-size: 24px;
 line-height: 140%;
}
.service-item__wrapper img {
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 margin: 30px 0;
}
.service-item__wrapper table {
 width: 100%;
 border-collapse: collapse;
 margin: 30px 0;
}
.service-item__wrapper table th, .service-item__wrapper table td {
 border: 1px solid rgba(255, 255, 255, 0.3);
 padding: 12px;
 text-align: left;
 font-size: 18px;
 color: #FFFFFF;
}
.service-item__wrapper table th {
 background: rgba(68, 114, 196, 0.3);
 font-weight: 700;
}
.service-item__wrapper a {
 color: #4472C4;
 text-decoration: none;
}
.service-item__wrapper a:hover {
 text-decoration: underline;
}
.service-item__wrapper code {
 background: rgba(255, 255, 255, 0.1);
 padding: 2px 6px;
 border-radius: 4px;
 font-family: monospace;
 font-size: 16px;
}

@media (max-width: 1024px) {
 .service-item {
 padding: 35px 0;
 }
 .service-item__inner {
 display: flex;
 flex-direction: column;
 gap: 50px;
 }
 .service-item__head {
 padding: 44px 50px;
 }
 .service-item__wrapper .btn {
 max-width: 300px;
 width: 100%;
 margin-top: 30px;
 }
 .service-item__wrapper h1 {
 font-size: 30px;
 margin-bottom: 20px;
 }
 .service-item__wrapper h2 {
 font-size: 24px;
 margin-bottom: 20px;
 margin-top: 30px;
 }
 .service-item__wrapper h3 {
 font-size: 20px;
 margin-bottom: 10px;
 margin-top: 20px;
 }
 .service-item__wrapper h4 {
 font-size: 18px;
 }
 .service-item__wrapper p {
 font-weight: 400;
 font-size: 16px;
 margin-bottom: 10px;
 }
 .service-item__wrapper ul, .service-item__wrapper ol {
 list-style: none;
 margin: 20px 0;
 }
 .service-item__wrapper ul li, .service-item__wrapper ol li {
 font-size: 16px;
 padding-left: 20px;
 position: relative;
 }
 .service-item__wrapper blockquote {
 border-left: 4px solid #4472C4;
 padding-left: 20px;
 margin: 30px 0;
 font-style: italic;
 }
 .service-item__wrapper blockquote p {
 font-size: 16px;
 line-height: 140%;
 }
 .service-item__wrapper img {
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 margin: 30px 0;
 }
 .service-item__wrapper table {
 width: 100%;
 border-collapse: collapse;
 margin: 30px 0;
 }
 .service-item__wrapper table th, .service-item__wrapper table td {
 border: 1px solid rgba(255, 255, 255, 0.3);
 padding: 12px;
 text-align: left;
 font-size: 16px;
 color: #FFFFFF;
 }
 .service-item__wrapper table th {
 background: rgba(68, 114, 196, 0.3);
 font-weight: 700;
 }
 .service-item__wrapper a {
 color: #4472C4;
 text-decoration: none;
 }
 .service-item__wrapper a:hover {
 text-decoration: underline;
 }
 .service-item__wrapper code {
 background: rgba(255, 255, 255, 0.1);
 padding: 2px 6px;
 border-radius: 4px;
 font-family: monospace;
 font-size: 16px;
 }
}
@media (max-width: 768px) {
 .service-item__head {
 margin: 0 -20px;
 padding: 44px 50px;
 border-radius: 0;
 padding: 64px 16px;
 margin-bottom: 30px;
 }
}
.navigation {
 flex: 0 0 320px;
 max-width: 320px;
 width: 100%;
 position: relative;
}
.navigation ul {
 position: sticky;
 top: 30px;
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 15px;
 border-right: 1px solid #ffffff;
 padding-right: 20px;
 padding-top: 20px;
}
.navigation ul li {
 position: relative;
 cursor: pointer;
}
.navigation ul li.current-menu-item a {
 color: #3DC492;
}
.navigation ul li a {
 width: 100%;
 display: flex;
 align-items: center;
 font-weight: 500;
 font-size: 18px;
 line-height: 100%;
 letter-spacing: 0%;
 color: rgba(255, 255, 255, 0.5);
 text-decoration: none;
}
.navigation ul li a:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.navigation ul li .child {
 margin-top: 10px;
 padding-left: 20px;
}
.navigation ul li .child ul {
 border-right: none;
 padding-right: 0;
 padding-top: 0;
 gap: 10px;
}
.navigation ul li .child ul li {
 position: relative;
}
.navigation ul li .child ul li::before {
 content: "";
 position: absolute;
 left: -10px;
 top: 50%;
 transform: translateY(-50%);
 width: 5px;
 height: 1px;
 background: #3DC492;
}
.navigation ul li .child ul li a {
 font-size: 16px;
 color: rgba(255, 255, 255, 0.4);
}
.navigation ul li .child ul li a:hover {
 color: #3DC492;
}
.navigation ul li .child ul li.current-menu-item a {
 color: #3DC492;
}
.navigation ul li.active a {
 color: #3DC492;
}
.navigation ul li.active .accordion-arrow {
 transform: rotate(90deg);
 color: #3DC492;
}

@media (max-width: 1024px) {
 .navigation {
 flex: 0 0 100%;
 max-width: 100%;
 width: 100%;
 position: relative;
 }
 .navigation ul {
 border-right: 0;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 30px;
 }
 .navigation ul li {
 position: relative;
 cursor: pointer;
 }
 .navigation ul li a {
 width: 100%;
 display: flex;
 align-items: center;
 font-weight: 500;
 font-size: 18px;
 line-height: 100%;
 letter-spacing: 0%;
 color: rgba(255, 255, 255, 0.5);
 text-decoration: none;
 }
 .navigation ul li a:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
 }
 .navigation ul li .child {
 display: none;
 margin-top: 10px;
 padding-left: 20px;
 }
 .navigation ul li .child ul {
 border-right: none;
 border-bottom: none;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 gap: 10px;
 }
 .navigation ul li .child ul li a {
 font-size: 16px;
 color: rgba(255, 255, 255, 0.4);
 }
 .navigation ul li .child ul li a:hover {
 color: #3DC492;
 }
 .navigation ul li.active a {
 font-weight: 500;
 font-size: 28px;
 line-height: 100%;
 letter-spacing: 8%;
 color: #3DC492;
 }
}
.blog-list {
 padding: 75px 0;
}
.blog-list__inner {
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.blog-list__inner .title {
 margin-bottom: 75px;
}
.blog-list__nav {
 background: rgba(255, 255, 255, 0.3);
 padding: 20px;
 border-radius: 20px;
}
.blog-list__nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
}
.blog-list__nav ul li a {
 display: flex;
 align-items: center;
 justify-content: center;
 background: transparent;
 border: 2px solid #3DC492;
 border-radius: 12px;
 font-weight: 700;
 font-size: 21px;
 line-height: 100%;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 padding: 16px 30px;
}
.blog-list__nav ul li a svg {
 margin-left: 20px;
}
.blog-list__nav ul li a:hover {
 transition: all 0.2s ease-in-out;
 background: #3DC492;
}
.blog-list__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 25px;
}
.blog-list__wrapper .item {
 width: calc((100% - 50px) / 3);
 position: relative;
 border-radius: 20px;
 overflow: hidden;
 min-height: 600px;
 display: flex;
 align-items: flex-end;
 text-decoration: none;
}
.blog-list__wrapper .item:hover {
 transition: all 0.2s ease;
 box-shadow: 0 0 20px #3DC492;
 color: #3DC492;
}
.blog-list__wrapper .item:hover::before {
 transition: all 0.2s ease;
 background: transparent;
}
.blog-list__wrapper .item::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.3019607843);
}
.blog-list__wrapper .item .image {
 position: absolute;
 z-index: 1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}
.blog-list__wrapper .item .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.blog-list__wrapper .item .content {
 padding: 30px;
 z-index: 3;
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
.blog-list__wrapper .item .content .subtitle {
 font-weight: 700;
 font-size: 24px;
 line-height: 36px;
 color: #ffffff;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 margin-bottom: 12px;
}
.blog-list__wrapper .item .content .desc {
 font-weight: 400;
 font-size: 18px;
 line-height: 23.8px;
 letter-spacing: 0%;
 color: #ffffff;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.blog-list__wrapper .item .content .btn {
 font-weight: 600;
 font-size: 21px;
 line-height: 100%;
 margin-top: 20px;
}
.blog-list__buttons {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 75px;
}

@media (max-width: 1366px) {
 .blog-list__nav {
 background: rgba(255, 255, 255, 0.3);
 padding: 20px;
 border-radius: 20px;
 }
 .blog-list__nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
 }
 .blog-list__nav ul li a {
 font-size: 16px;
 padding: 16px 30px;
 }
 .blog-list__nav ul li a svg {
 height: 20px;
 margin-left: 10px;
 }
}
@media (max-width: 1200px) {
 .blog-list {
 padding: 75px 0;
 }
 .blog-list__inner .title {
 margin-bottom: 75px;
 }
 .blog-list__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
 }
 .blog-list__wrapper .item {
 width: calc((100% - 40px) / 3);
 min-height: 460px;
 }
 .blog-list__wrapper .item .content {
 padding: 20px;
 }
}
@media (max-width: 1024px) {
 .blog-list {
 padding: 35px 0;
 }
 .blog-list__inner .title {
 margin-bottom: 35px;
 }
 .blog-list__nav {
 background: rgba(255, 255, 255, 0.3);
 padding: 10px;
 border-radius: 20px;
 }
 .blog-list__nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 10px;
 }
 .blog-list__nav ul li a {
 justify-content: flex-start;
 align-items: flex-start;
 font-size: 14px;
 padding: 10px 15px;
 }
 .blog-list__nav ul li a svg {
 height: 15px;
 margin-left: 10px;
 }
 .blog-list__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
 }
 .blog-list__wrapper .item {
 width: calc((100% - 20px) / 2);
 min-height: 460px;
 }
}
@media (max-width: 768px) {
 .blog-list {
 padding: 75px 0;
 }
 .blog-list__inner .title {
 margin-bottom: 75px;
 }
 .blog-list__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 20px;
 }
 .blog-list__wrapper .item {
 width: 100%;
 min-height: 420px;
 }
 .blog-list__wrapper .item .content {
 padding: 20px;
 }
 .blog-list__wrapper .item .content .subtitle {
 font-size: 20px;
 line-height: 130%;
 }
 .blog-list__wrapper .item .content .desc {
 font-size: 16px;
 line-height: 130%;
 }
 .blog-list__wrapper .item .content .btn {
 font-size: 16px;
 }
 .blog-list__buttons {
 margin-top: 35px;
 }
}
.contacts {
 padding: 75px 0;
}
.contacts__wrapper {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 gap: 25px;
}
.contacts__wrapper .item {
 width: calc((100% - 50px) / 3);
 background: rgba(255, 255, 255, 0.1490196078);
 backdrop-filter: blur(4px);
 border-radius: 10px;
 padding: 20px;
}
.contacts__wrapper .item .subtitle {
 font-weight: 600;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0%;
 color: #ffffff;
 margin-bottom: 15px;
}
.contacts__wrapper .item .link {
 display: flex;
 align-items: center;
 font-weight: 600;
 font-size: 21px;
 line-height: 35px;
 letter-spacing: 0%;
 color: #ffffff;
 text-decoration: none;
}
.contacts__wrapper .item .link:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.contacts__wrapper .item .link svg {
 margin-right: 15px;
}
.contacts__wrapper .item .group {
 display: flex;
 flex-direction: row;
 gap: 30px;
}
.contacts__wrapper .item .social {
 list-style: none;
 display: flex;
 flex-direction: row;
 gap: 30px;
}
.contacts__wrapper .item .social li a {
 display: flex;
 flex: 0 0 40px;
 border-radius: 100%;
}
.contacts__wrapper .item .social li a:hover {
 transition: all 0.2s ease-in-out;
 box-shadow: 0 0 10px #3DC492;
}

@media (max-width: 1150px) {
 .contacts__wrapper .item {
 width: calc((100% - 50px) / 3);
 padding: 15px;
 }
 .contacts__wrapper .item .subtitle {
 font-size: 20px;
 margin-bottom: 15px;
 }
 .contacts__wrapper .item .link {
 font-size: 18px;
 line-height: 130%;
 }
 .contacts__wrapper .item .link svg {
 margin-right: 10px;
 }
 .contacts__wrapper .item .group {
 display: flex;
 flex-direction: row;
 gap: 20px;
 }
 .contacts__wrapper .item .social {
 list-style: none;
 display: flex;
 flex-direction: row;
 gap: 20px;
 }
 .contacts__wrapper .item .social li a {
 display: flex;
 flex: 0 0 40px;
 border-radius: 100%;
 }
 .contacts__wrapper .item .social li a:hover {
 transition: all 0.2s ease-in-out;
 box-shadow: 0 0 10px #3DC492;
 }
}
@media (max-width: 960px) {
 .contacts {
 padding: 35px 0;
 }
}
@media (max-width: 960px) {
 .contacts__wrapper {
 flex-wrap: wrap;
 }
 .contacts__wrapper .item {
 width: 100%;
 padding: 15px;
 }
}
.article__head {
 position: relative;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 410px;
 padding: 90px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.article__head::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.3019607843);
}
.article__head .title {
 position: relative;
 z-index: 2;
 font-weight: 700;
 font-size: 72px;
 line-height: 100%;
 letter-spacing: 8%;
 text-align: center;
 vertical-align: middle;
 text-transform: none;
 color: #FFFFFF;
}
.article__inner {
 padding: 75px 0;
 display: flex;
 flex-direction: row;
 gap: 75px;
}
.article__wrapper {
 max-width: 100%;
 width: 100%;
}
.article__wrapper h1 {
 font-weight: 700;
 font-size: 42px;
 line-height: 100%;
 color: #FFFFFF;
 margin-bottom: 30px;
}
.article__wrapper h2 {
 font-weight: 700;
 font-size: 32px;
 line-height: 120%;
 color: #FFFFFF;
 margin-bottom: 20px;
 margin-top: 40px;
}
.article__wrapper h3 {
 font-weight: 700;
 font-size: 28px;
 line-height: 120%;
 color: #FFFFFF;
 margin-bottom: 20px;
 margin-top: 30px;
}
.article__wrapper h4 {
 font-weight: 700;
 font-size: 24px;
 line-height: 120%;
 color: #FFFFFF;
 margin-bottom: 15px;
 margin-top: 25px;
}
.article__wrapper p {
 font-weight: 400;
 font-size: 21px;
 line-height: 35px;
 color: #FFFFFF;
 margin-bottom: 20px;
}
.article__wrapper ol {
 margin: 20px 0;
 padding-left: 20px;
}
.article__wrapper ol li {
 font-weight: 400;
 font-size: 21px;
 line-height: 35px;
 color: #FFFFFF;
}
.article__wrapper ul {
 list-style: none;
 margin: 20px 0;
}
.article__wrapper ul li {
 font-weight: 400;
 font-size: 21px;
 line-height: 35px;
 color: #FFFFFF;
 padding-left: 20px;
 position: relative;
}
.article__wrapper ul li:before {
 content: "";
 position: absolute;
 left: 0;
 top: 16px;
 width: 6px;
 height: 6px;
 background: #FFFFFF;
 border-radius: 50%;
}
.article__wrapper blockquote {
 border-left: 4px solid #3DC492;
 padding-left: 20px;
 margin: 30px 0;
 font-style: italic;
 color: #FFFFFF;
}
.article__wrapper blockquote p {
 font-size: 24px;
 line-height: 140%;
}
.article__wrapper img {
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 margin: 30px 0;
}
.article__wrapper table {
 width: 100%;
 border-collapse: collapse;
 margin: 30px 0;
}
.article__wrapper table th, .article__wrapper table td {
 border: 1px solid rgba(255, 255, 255, 0.3);
 padding: 12px;
 text-align: left;
 font-size: 18px;
 color: #FFFFFF;
}
.article__wrapper table th {
 background: #3DC492;
 font-weight: 700;
}
.article__wrapper a {
 color: #3DC492;
 text-decoration: none;
}
.article__wrapper a:hover {
 text-decoration: underline;
}
.article__date {
 font-size: 16px;
 color: #FFFFFF;
 margin-top: 30px;
 text-align: right;
}
.article__date span {
 color: #3DC492;
}
.article__author {
 border: 1px solid #3DC492;
 border-radius: 12px;
 padding: 20px;
 margin-top: 30px;
 display: flex;
 flex-direction: row;
 gap: 20px;
}
.article__author .article__author-image {
 min-width: 131px;
 width: 131px;
 height: 150px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
}
.article__author .article__author-image picture,
.article__author .article__author-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
 margin: 0px;
 padding: 0px;
}
.article__author .article__author-content {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.article__author .article__author-content .name {
 font-size: 24px;
 margin: 0px;
 color: #3DC492;
}
.article__author .article__author-content .text {
 font-size: 16px;
 margin: 0px;
}
.article__author .article__author-content .links {
 display: flex;
 flex-direction: row;
 align-items: center;
 flex-wrap: wrap;
 gap: 30px;
}
.article__author .article__author-content .links p {
 margin: 0px;
}

@media (max-width: 1024px) {
 .article__head {
 position: relative;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 320px;
 padding: 50px;
 }
 .article__head .title {
 font-size: 40px;
 }
 .article__inner {
 padding: 35px 0;
 display: flex;
 flex-direction: column;
 gap: 50px;
 }
 .article__wrapper h1 {
 font-size: 30px;
 margin-bottom: 20px;
 }
 .article__wrapper h2 {
 font-size: 24px;
 margin-bottom: 20px;
 margin-top: 30px;
 }
 .article__wrapper h3 {
 font-size: 20px;
 margin-bottom: 10px;
 margin-top: 20px;
 }
 .article__wrapper h4 {
 font-size: 18px;
 }
 .article__wrapper p {
 font-weight: 400;
 font-size: 16px;
 margin-bottom: 10px;
 }
 .article__wrapper ul, .article__wrapper ol {
 list-style: none;
 margin: 20px 0;
 }
 .article__wrapper ul li, .article__wrapper ol li {
 font-size: 16px;
 }
 .article__wrapper blockquote p {
 font-size: 16px;
 line-height: 140%;
 }
 .article__wrapper table {
 width: 100%;
 border-collapse: collapse;
 margin: 30px 0;
 }
 .article__wrapper table th, .article__wrapper table td {
 font-size: 16px;
 }
 .article__author {
 border: 1px solid #3DC492;
 border-radius: 12px;
 padding: 10px;
 margin-top: 30px;
 display: flex;
 flex-direction: column;
 gap: 20px;
 }
 .article__author .article__author-image {
 min-width: 131px;
 width: 131px;
 height: 150px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
 }
 .article__author .article__author-image picture,
 .article__author .article__author-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
 margin: 0px;
 padding: 0px;
 }
 .article__author .article__author-content {
 display: flex;
 flex-direction: column;
 gap: 10px;
 }
 .article__author .article__author-content .name {
 font-size: 18px;
 margin: 0px;
 color: #3DC492;
 }
 .article__author .article__author-content .text {
 font-size: 14px;
 line-height: 120%;
 margin: 0px;
 }
}
.reviews {
 padding: 75px 0;
}
.reviews__inner {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.reviews__inner .title {
 display: flex;
 max-width: 409px;
}
.reviews__wrapper {
 margin-left: -410px;
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.reviews__wrapper .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
}
.reviews__wrapper .row:nth-child(even) {
 padding-left: 130px;
}
.reviews__wrapper .row:not(:first-child) {
 margin-top: -70px;
}
.reviews__wrapper .row .item {
 background: #ffffff;
 width: 253px;
 height: 290px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
}
.reviews__wrapper .row .item img {
 width: 70%;
}
.reviews__wrapper .row .item picture {
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}

@media (max-width: 1200px) {
 .reviews__wrapper {
 margin-left: -270px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 }
 .reviews__wrapper .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .reviews__wrapper .row:nth-child(even) {
 padding-left: 105px;
 }
 .reviews__wrapper .row:not(:first-child) {
 margin-top: -55px;
 }
 .reviews__wrapper .row .item {
 background: #ffffff;
 width: 200px;
 height: 229px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 position: relative;
 -webkit-mask-image: url("../../assets/image/hexagon-mask.svg");
 mask-image: url("../../assets/image/hexagon-mask.svg");
 }
 .reviews__wrapper .row .item img {
 width: 70%;
 }
}
@media (max-width: 1024px) {
 .reviews {
 padding: 35px 0;
 }
}
@media (max-width: 960px) {
 .reviews__wrapper {
 margin-left: -180px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 }
 .reviews__wrapper .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .reviews__wrapper .row:nth-child(even) {
 padding-left: 80px;
 }
 .reviews__wrapper .row:not(:first-child) {
 margin-top: -40px;
 }
 .reviews__wrapper .row .item {
 background: #ffffff;
 width: 150px;
 height: 172px;
 }
}
@media (max-width: 768px) {
 .reviews {
 overflow: hidden;
 }
 .reviews__inner {
 display: flex;
 flex-direction: column-reverse;
 }
 .reviews__wrapper {
 margin-left: 0px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 }
 .reviews__wrapper .row {
 display: flex;
 flex-direction: row;
 gap: 10px;
 }
 .reviews__wrapper .row:nth-child(even) {
 padding-left: 55px;
 }
 .reviews__wrapper .row:not(:first-child) {
 margin-top: -30px;
 }
 .reviews__wrapper .row .item {
 background: #ffffff;
 width: 100px;
 height: 114px;
 }
}
.footer {
 margin: 75px 0;
}
.footer__inner {
 border-top: 2px solid #FFFFFF;
 padding-top: 50px;
 display: flex;
 flex-direction: column;
 gap: 30px;
}
.footer__inner .top {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 30px;
}
.footer__inner .top .logo {
 max-width: 254px;
 width: 100%;
}
.footer__inner .top .nav {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
}
.footer__inner .top .nav ul {
 list-style: none;
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 45px;
}
.footer__inner .top .nav ul li a {
 font-weight: 400;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 color: #FFFFFF;
 text-decoration: none;
}
.footer__inner .top .nav ul li a:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.footer__inner .top .nav ul li.current-menu-item a {
 color: #3DC492;
}
.footer__inner .bottom {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.footer__inner .bottom .links {
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.footer__inner .bottom .links .link {
 font-weight: 400;
 font-size: 21px;
 line-height: 100%;
 letter-spacing: 0%;
 text-decoration: underline;
 color: #3DC492;
}
.footer__inner .bottom .links .link:hover {
 transition: all 0.2s ease-in-out;
 color: #FFFFFF;
}
.footer__inner .bottom .buttons {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 45px;
}
.footer__inner .bottom .buttons .phone {
 display: flex;
 align-items: center;
 font-weight: 600;
 font-size: 21px;
 line-height: 35px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #FFFFFF;
 text-decoration: none;
}
.footer__inner .bottom .buttons .phone svg {
 margin-right: 15px;
}
.footer__inner .bottom .buttons .phone:hover {
 transition: all 0.2s ease-in-out;
 color: #3DC492;
}
.footer__inner .bottom .buttons .social {
 list-style: none;
 display: flex;
 align-items: center;
 gap: 20px;
}
.footer__inner .bottom .buttons .social li a img {
 height: 32px;
 border-radius: 100%;
}
.footer__inner .bottom .buttons .social li a img:hover {
 transition: all 0.2s ease-in-out;
 box-shadow: 0 0 10px #3DC492;
}

@media (max-width: 1200px) {
 .footer {
 margin: 35px 0;
 }
 .footer__inner {
 border-top: 2px solid #FFFFFF;
 padding-top: 30px;
 display: flex;
 flex-direction: column;
 gap: 30px;
 }
 .footer__inner .top {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 30px;
 }
 .footer__inner .top .logo {
 max-width: 120px;
 width: 100%;
 }
 .footer__inner .top .nav ul {
 gap: 25px;
 }
 .footer__inner .top .nav ul li a {
 font-size: 16px;
 }
 .footer__inner .bottom .links {
 gap: 15px;
 }
 .footer__inner .bottom .links .link {
 font-size: 16px;
 }
 .footer__inner .bottom .buttons {
 gap: 30px;
 }
 .footer__inner .bottom .buttons .phone {
 font-size: 16px;
 line-height: 130%;
 }
 .footer__inner .bottom .buttons .phone svg {
 margin-right: 10px;
 height: 20px;
 }
}
@media (max-width: 768px) {
 .footer {
 margin: 35px 0;
 }
 .footer__inner {
 border-top: 2px solid #FFFFFF;
 padding-top: 30px;
 display: flex;
 flex-direction: column;
 gap: 30px;
 }
 .footer__inner .top {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 gap: 30px;
 }
 .footer__inner .top .logo {
 max-width: 120px;
 width: 100%;
 }
 .footer__inner .top .nav ul {
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 gap: 25px;
 }
 .footer__inner .top .nav ul li a {
 font-size: 16px;
 }
 .footer__inner .bottom {
 flex-direction: column-reverse;
 gap: 20px;
 }
 .footer__inner .bottom .links {
 gap: 15px;
 }
 .footer__inner .bottom .links .link {
 font-size: 16px;
 }
 .footer__inner .bottom .buttons {
 gap: 30px;
 }
 .footer__inner .bottom .buttons .phone {
 font-size: 16px;
 line-height: 130%;
 }
 .footer__inner .bottom .buttons .phone svg {
 margin-right: 10px;
 height: 20px;
 }
}
.overlay {
 opacity: 0;
 visibility: hidden;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.8);
 z-index: 1001;
 transition: 0.3s all;
}
.overlay.active {
 opacity: 1;
 visibility: visible;
}
.overlay.active + .modal-wrapper {
 display: block;
}

.modal-wrapper {
 display: none;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 outline: none !important;
 -webkit-backface-visibility: hidden;
 overflow: hidden auto;
 z-index: 1001;
}

.modal-container {
 text-align: center;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 padding: 40px 0;
 display: flex;
 align-items: center;
 justify-content: center;
}

.modal {
 display: none;
 position: relative;
 width: 100%;
 max-width: 710px;
 margin: auto;
 padding: 40px;
 background: #222222;
 border-radius: 30px;
}
.modal.case {
 max-width: 1440px;
}
.modal.case .modal__cross {
 right: -10px;
 top: -10px;
 width: 50px;
 height: 50px;
 padding: 10px;
 background-color: #3DC492;
 border-radius: 100px;
}
.modal.case .modal__content .title {
 font-size: 42px;
}
.modal.case .modal__content .desc {
 font-size: 32px;
}
.modal.active {
 display: inline-block;
}
.modal__cross {
 position: absolute;
 right: 20px;
 top: 20px;
 width: 32px;
 height: 32px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.modal__content .title {
 font-weight: 700;
 font-size: 32px;
 line-height: 100%;
 letter-spacing: 8%;
 color: #FFFFFF;
 margin-bottom: 20px;
}
.modal__content .desc {
 font-weight: 400;
 font-size: 21px;
 line-height: 35px;
 letter-spacing: 0%;
 text-align: center;
 color: #FFFFFF;
 margin-bottom: 20px;
}
.modal__content form {
 display: flex;
 flex-direction: column;
 max-width: 630px;
 gap: 30px;
}
.modal__content form .inputs {
 display: flex;
 flex-direction: row;
 gap: 30px;
}
.modal__content form input {
 width: 100%;
 padding: 10px;
 font-weight: 400;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
 vertical-align: middle;
 color: #ffffff;
 background: transparent;
 outline: none;
 border: none;
 border-bottom: 1px solid #ffffff;
}
.modal__content form input::placeholder {
 font-weight: 400;
 font-size: 24px;
 line-height: 35px;
 letter-spacing: 0%;
}
.modal__content form input:hover {
 color: #ffffff;
 transition: all 0.2s ease-in-out;
 border-color: #3DC492;
}
.modal__content form input:hover::placeholder {
 transition: all 0.2s ease-in-out;
 color: #ffffff;
}
.modal__content form .group {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 30px;
}
.modal__content form .group .btn {
 min-width: 240px;
}
.modal__content form .group .police {
 font-weight: 400;
 font-size: 16px;
 line-height: 100%;
 letter-spacing: 0%;
 vertical-align: middle;
 text-align: left;
 color: #C6C9D8;
 max-width: 360px;
}
.modal__content-case {
 display: flex;
 flex-direction: column;
 align-items: normal;
}
.modal__content-case .modal__swiper {
 width: 100%;
 margin-bottom: 40px;
}
.modal__content-case .modal__swiper .swiper-slide {
 display: flex;
 overflow: hidden;
 border-radius: 12px;
 display: flex;
}
.modal__content-case .modal__swiper .swiper-slide .image {
 width: 100%;
}
.modal__content-case .modal__swiper .swiper-slide .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.modal__content-case .modal__navigation {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 20px;
}
.modal__content-case .modal__navigation .modal__swiper-button-prev,
.modal__content-case .modal__navigation .modal__swiper-button-next {
 overflow: hidden;
 border-radius: 100px;
 display: flex;
 transition: all 0.2s ease-in-out;
}
.modal__content-case .modal__navigation .modal__swiper-button-prev:hover,
.modal__content-case .modal__navigation .modal__swiper-button-next:hover {
 box-shadow: 0 0 10px #3DC492;
}
.modal__content-case .modal__navigation .modal__swiper-pagination {
 width: auto;
 display: flex;
 flex-direction: row;
 gap: 20px;
}
.modal__content-case .modal__navigation .modal__swiper-pagination .swiper-pagination-bullet {
 margin: 0px;
 width: 15px;
 height: 15px;
 opacity: 1;
 background-color: #ffffff;
}
.modal__content-case .modal__navigation .modal__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 background-color: #3DC492;
}
.modal__content__body {
 display: flex;
 flex-direction: column;
 align-items: normal;
}
.modal__content__body .image {
 height: 323px;
 overflow: hidden;
 border-radius: 32px;
 margin-bottom: 30px;
}
.modal__content__body .image img {
 height: 100%;
 object-fit: cover;
}
.modal__content__body .subtitle {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 38px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #FFFFFF;
 text-align: left;
 margin-bottom: 20px;
}
.modal__content__body .title {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 42px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #FFFFFF;
 text-align: left;
 margin-bottom: 20px;
}
.modal__content__body .desc {
 font-family: "Roboto";
 font-weight: 400;
 font-size: 32px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #3DC492;
 text-align: left;
 margin-bottom: 40px;
}
.modal__content__body .text {
 font-family: "Roboto";
 font-weight: 400;
 font-size: 21px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #FFFFFF;
 text-align: left;
}

@media (max-width: 1024px) {
 .modal__content form {
 display: flex;
 flex-direction: column;
 max-width: 630px;
 gap: 30px;
 }
 .modal__content form .inputs {
 display: flex;
 flex-direction: row;
 gap: 30px;
 }
 .modal__content form input {
 font-size: 16px;
 line-height: 130%;
 }
 .modal__content form input::placeholder {
 font-size: 16px;
 line-height: 130%;
 }
 .modal__content form .group {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 30px;
 }
 .modal__content form .group .btn {
 min-width: 240px;
 }
 .modal__content form .group .police {
 font-size: 12px;
 }
}
@media (max-width: 650px) {
 .modal {
 padding: 30px 15px;
 }
 .modal__cross {
 width: 20px;
 }
 .modal.case {
 max-width: 1440px;
 }
 .modal.case .modal__cross {
 right: 5px;
 top: -10px;
 width: 30px;
 height: 30px;
 padding: 10px;
 background-color: #3DC492;
 border-radius: 100px;
 }
 .modal.case .modal__content .title {
 font-size: 22px;
 }
 .modal.case .modal__content .desc {
 font-size: 16px;
 }
 .modal__content .title {
 font-size: 24px;
 line-height: 130%;
 }
 .modal__content .desc {
 font-size: 16px;
 line-height: 130%;
 }
 .modal__content form .inputs {
 flex-direction: column;
 }
 .modal__content form input {
 width: 100%;
 }
 .modal__content form .group .btn {
 min-width: 140px;
 width: auto;
 }
 .modal__content-case {
 display: flex;
 flex-direction: column;
 align-items: normal;
 }
 .modal__content-case .modal__swiper {
 width: 100%;
 margin-bottom: 30px;
 }
 .modal__content-case .modal__navigation {
 margin-bottom: 30px;
 }
 .modal__content-case .modal__navigation .modal__swiper-button-prev,
 .modal__content-case .modal__navigation .modal__swiper-button-next {
 width: 40px;
 height: 40px;
 }
 .modal__content-case .modal__navigation .modal__swiper-button-prev svg,
 .modal__content-case .modal__navigation .modal__swiper-button-next svg {
 width: 40px;
 height: 40px;
 }
 .modal__content-case .modal__navigation .modal__swiper-pagination {
 width: auto;
 display: flex;
 flex-direction: row;
 gap: 20px;
 }
 .modal__content-case .modal__navigation .modal__swiper-pagination .swiper-pagination-bullet {
 width: 10px;
 height: 10px;
 }
 .modal__content__body {
 display: flex;
 flex-direction: column;
 align-items: normal;
 }
 .modal__content__body .image {
 height: 323px;
 overflow: hidden;
 border-radius: 32px;
 }
 .modal__content__body .image img {
 height: 100%;
 object-fit: cover;
 }
 .modal__content__body .subtitle {
 font-size: 22px;
 margin-bottom: 10px;
 }
 .modal__content__body .title {
 font-size: 22px;
 margin-bottom: 20px;
 }
 .modal__content__body .desc {
 font-size: 16px;
 margin-bottom: 20px;
 }
}
.who {
 padding-bottom: 90px;
}
.who__inner {
 display: flex;
 flex-direction: column;
 gap: 60px;
}
.who__inner > .title {
 font-family: "Roboto";
 font-weight: 900;
 font-size: 42px;
 line-height: 132%;
 color: #ffffff;
 margin-bottom: 0;
}
.who__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 17px;
}
.who__wrapper .who__item {
 border: 2px solid rgba(61, 196, 146, 0.5019607843);
 padding: 30px;
 border-radius: 10px;
 width: calc((100% - 60px) / 3);
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 25px;
}
.who__wrapper .who__item .image {
 width: 60px;
 min-width: 60px;
 aspect-ratio: 1/1;
 display: flex;
}
.who__wrapper .who__item .image img {
 width: 60px;
 aspect-ratio: 1/1;
 object-fit: cover;
}
.who__wrapper .who__item .text {
 display: flex;
 flex-direction: column;
 gap: 12px;
}
.who__wrapper .who__item .text .title {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 24px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #ffffff;
}
.who__wrapper .who__item .text .desc {
 font-family: "Roboto";
 font-weight: 400;
 font-size: 20px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #ffffff;
}

@media (max-width: 1025px) {
 .who__inner {
 gap: 40px;
 }
 .who__wrapper {
 gap: 16px;
 }
 .who__wrapper .who__item {
 padding: 20px;
 width: calc((100% - 16px) / 2);
 }
 .who__wrapper .who__item .image {
 width: 40px;
 min-width: 40px;
 aspect-ratio: 1/1;
 display: flex;
 }
 .who__wrapper .who__item .image img {
 width: 40px;
 aspect-ratio: 1/1;
 object-fit: cover;
 }
}
@media (max-width: 768px) {
 .who__inner {
 gap: 30px;
 }
 .who__inner .title {
 font-size: 32px;
 }
 .who__wrapper .who__item {
 width: 100%;
 flex-direction: column;
 align-items: center;
 gap: 12px;
 }
 .who__wrapper .who__item .text {
 align-items: center;
 text-align: center;
 }
 .who__wrapper .who__item .text .title {
 font-size: 21px;
 }
 .who__wrapper .who__item .text .desc {
 font-size: 15px;
 }
}
.cat-service {
 padding-bottom: 90px;
}
.cat-service__inner {
 display: flex;
 flex-direction: column;
 gap: 60px;
}
.cat-service__inner .head {
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.cat-service__inner .head .title {
 font-family: "Roboto";
 font-weight: 900;
 font-size: 42px;
 line-height: 132%;
 color: #ffffff;
 margin-bottom: 0;
}
.cat-service__inner .head .desc {
 font-family: "Roboto";
 font-weight: 500;
 font-size: 28px;
 line-height: 132%;
 color: #ffffff;
}
.cat-service__inner .head .desc span {
 color: #3DC492;
}
.cat-service__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 60px;
}
.cat-service__wrapper .item {
 text-decoration: none;
 color: #ffffff;
 width: calc((100% - 60px) / 2);
 border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
 padding-bottom: 28px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 30px;
 transition: all 0.2s ease-in-out;
}
.cat-service__wrapper .item .head .subtitle {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 24px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #FFFFFF;
 transition: all 0.2s ease-in-out;
}
.cat-service__wrapper .item .head .subtitle span {
 font-family: "Roboto";
 font-weight: 400;
 font-size: 20px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #FFFFFF;
}
.cat-service__wrapper .item:hover {
 color: #3DC492;
 border-color: #3DC492;
}
.cat-service__wrapper .item:hover .head .subtitle {
 color: #3DC492;
}

@media (max-width: 1025px) {
 .cat-service__inner {
 gap: 40px;
 }
 .cat-service__wrapper {
 gap: 40px;
 }
 .cat-service__wrapper .item {
 width: 100%;
 }
}
@media (max-width: 768px) {
 .cat-service__inner {
 gap: 30px;
 }
 .cat-service__inner .title {
 font-size: 32px;
 }
 .cat-service__inner .desc {
 font-size: 21px;
 }
 .cat-service__wrapper {
 gap: 20px;
 }
 .cat-service__wrapper .item {
 width: 100%;
 padding-bottom: 20px;
 }
 .cat-service__wrapper .item .head .subtitle {
 font-size: 18px;
 }
 .cat-service__wrapper .item .head .subtitle span {
 font-size: 15px;
 }
 .cat-service__wrapper .item .icon {
 width: 30px;
 height: 30px;
 min-width: 30px;
 }
 .cat-service__wrapper .item .icon svg {
 width: 30px;
 height: 30px;
 }
}
.why {
 padding-bottom: 90px;
}
.why__inner {
 display: flex;
 flex-direction: column;
 gap: 60px;
}
.why__inner .title {
 font-family: "Roboto";
 font-weight: 900;
 font-size: 42px;
 line-height: 132%;
 color: #ffffff;
 margin-bottom: 0;
}
.why__wrapper {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 gap: 50px;
}
.why__wrapper .why__image {
 width: 50%;
 overflow: hidden;
 border-radius: 15px;
}
.why__wrapper .why__content {
 width: 50%;
 display: flex;
 flex-direction: column;
}
.why__wrapper .why__content .list {
 display: flex;
 flex-direction: column;
 gap: 40px;
 list-style: none;
 padding-left: 0;
}
.why__wrapper .why__content .list li {
 padding-left: 70px;
 position: relative;
 font-family: "Roboto";
 font-weight: 400;
 font-size: 24px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #ffffff;
}
.why__wrapper .why__content .list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 50px;
 height: 50px;
 background-image: url(../../assets/image/star.svg);
 background-size: 50px;
 background-repeat: no-repeat;
}

@media (max-width: 1025px) {
 .why__inner {
 gap: 40px;
 }
 .why__wrapper {
 gap: 60px;
 flex-wrap: wrap;
 }
 .why__wrapper .why__image {
 width: 100%;
 }
 .why__wrapper .why__image img {
 width: 100%;
 aspect-ratio: 1/1;
 object-fit: cover;
 }
 .why__wrapper .why__content {
 width: 100%;
 }
}
@media (max-width: 768px) {
 .why__inner {
 gap: 30px;
 }
 .why__inner .title {
 font-size: 32px;
 }
 .why__wrapper {
 gap: 40px;
 }
 .why__wrapper .why__image {
 margin: 0 -16px;
 width: calc(100% + 32px);
 }
 .why__wrapper .why__content .list {
 gap: 20px;
 }
 .why__wrapper .why__content .list li {
 font-size: 18px;
 padding-left: 45px;
 }
 .why__wrapper .why__content .list li::before {
 width: 25px;
 height: 25px;
 background-size: 25px;
 }
}
.were {
 padding-bottom: 90px;
}
.were__inner {
 display: flex;
 flex-direction: column;
 gap: 60px;
}
.were__inner .title {
 font-family: "Roboto";
 font-weight: 900;
 font-size: 42px;
 line-height: 132%;
 color: #ffffff;
 margin-bottom: 0;
}
.were__wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 60px 20px;
}
.were__wrapper .item {
 width: calc((100% - 40px) / 3);
 position: relative;
 display: flex;
 flex-direction: column;
 gap: 20px;
 border: 1px solid #3DC492;
 border-radius: 12px;
 padding: 50px 30px;
 transition: all 0.2s ease-in-out;
}
.were__wrapper .item:hover {
 box-shadow: 0 0 10px #3DC492;
}
.were__wrapper .item .number {
 position: absolute;
 left: 30px;
 top: -45px;
 font-family: "Roboto";
 font-weight: 400;
 font-size: 56px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #ffffff;
 background: #3DC492;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.were__wrapper .item .text {
 font-family: "Roboto";
 font-weight: 400;
 font-size: 24px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #ffffff;
}

@media (max-width: 1025px) {
 .were__inner {
 gap: 60px;
 }
 .were__wrapper {
 gap: 60px 40px;
 }
 .were__wrapper .item {
 width: calc((100% - 40px) / 2);
 }
}
@media (max-width: 768px) {
 .were__inner {
 gap: 50px;
 }
 .were__inner .title {
 font-size: 32px;
 }
 .were__wrapper {
 gap: 30px;
 }
 .were__wrapper .item {
 width: 100%;
 padding: 30px 20px;
 }
 .were__wrapper .item .text {
 font-size: 18px;
 }
 .were__wrapper .item .number {
 top: -20px;
 font-size: 32px;
 width: 40px;
 height: 40px;
 }
}
.cases {
 padding-bottom: 90px;
}
.cases__inner {
 display: flex;
 flex-direction: column;
 gap: 60px;
}
.cases__inner .title {
 font-family: "Roboto";
 font-weight: 900;
 font-size: 42px;
 line-height: 132%;
 color: #ffffff;
 margin-bottom: 0;
}
.cases__swiper {
 width: 100%;
 margin: -10px;
 padding: 10px;
}
.cases .case-card {
 text-decoration: none;
 display: flex;
 flex-direction: column;
 gap: 20px;
 border: 1px solid #3DC492;
 border-radius: 12px;
 padding: 30px;
 transition: all 0.2s ease-in-out;
}
.cases .case-card:hover {
 box-shadow: 0 0 10px #3DC492;
}
.cases .case-card:hover .title {
 color: #3DC492;
}
.cases .case-card .title {
 font-family: "Roboto";
 font-weight: 700;
 font-size: 24px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #ffffff;
 transition: all 0.2s ease-in-out;
}
.cases .case-card .head {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 20px;
}
.cases .case-card .head .image {
 width: 40px;
 min-width: 40px;
 aspect-ratio: 1/1;
 display: flex;
}
.cases .case-card .head .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.cases .case-card .content {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 gap: 20px;
}
.cases .case-card .content .text {
 display: flex;
 flex-direction: column;
 gap: 12px;
}
.cases .case-card .content .desc {
 font-family: "Roboto";
 font-weight: 400;
 font-size: 20px;
 line-height: 132%;
 letter-spacing: 0%;
 color: #3DC492;
}
.cases__navigation {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 20px;
}
.cases__navigation .cases__swiper-button-prev,
.cases__navigation .cases__swiper-button-next {
 overflow: hidden;
 border-radius: 100px;
 display: flex;
 transition: all 0.2s ease-in-out;
}
.cases__navigation .cases__swiper-button-prev:hover,
.cases__navigation .cases__swiper-button-next:hover {
 box-shadow: 0 0 10px #3DC492;
}
.cases__navigation .cases__swiper-pagination {
 width: auto;
 display: flex;
 flex-direction: row;
 gap: 20px;
}
.cases__navigation .cases__swiper-pagination .swiper-pagination-bullet {
 margin: 0px;
 width: 15px;
 height: 15px;
 opacity: 1;
 background-color: #ffffff;
}
.cases__navigation .cases__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 background-color: #3DC492;
}

@media (max-width: 768px) {
 .cases__inner {
 gap: 30px;
 }
 .cases__inner .title {
 font-size: 32px;
 }
 .cases .case-card {
 position: relative;
 padding: 20px;
 gap: 12px;
 }
 .cases .case-card .head .image {
 width: 25px;
 height: 25px;
 min-width: 25px;
 }
 .cases .case-card .title {
 font-size: 18px;
 }
 .cases .case-card .content .desc {
 font-size: 15px;
 }
 .cases .case-card .icon {
 position: absolute;
 right: 20px;
 top: 20px;
 width: 25px;
 height: 25px;
 min-width: 25px;
 }
 .cases .case-card .icon svg {
 width: 25px;
 height: 25px;
 }
 .cases__navigation .cases__swiper-button-prev,
 .cases__navigation .cases__swiper-button-next {
 width: 40px;
 height: 40px;
 }
 .cases__navigation .cases__swiper-button-prev svg,
 .cases__navigation .cases__swiper-button-next svg {
 width: 40px;
 height: 40px;
 }
 .cases__navigation .cases__swiper-pagination {
 width: auto;
 display: flex;
 flex-direction: row;
 gap: 20px;
 }
 .cases__navigation .cases__swiper-pagination .swiper-pagination-bullet {
 width: 10px;
 height: 10px;
 }
}/*# sourceMappingURL=main.css.map */
.header__actions {
 display: flex;
 align-items: center;
 gap: 24px;
}
.lang-switch {
 display: flex;
 align-items: center;
 margin: 0;
 padding: 0;
 list-style: none;
}
.lang-switch__item {
 display: flex;
 align-items: center;
}
.lang-switch__item:not(:last-child)::after {
 content: "";
 width: 1px;
 height: 14px;
 margin: 0 10px;
 background: rgba(255, 255, 255, 0.35);
}
.lang-switch__item a {
 font-weight: 600;
 font-size: 16px;
 line-height: 1;
 letter-spacing: 0.04em;
 text-decoration: none;
 color: #ffffff;
 transition: color 0.2s ease-in-out;
}
.lang-switch__item.is-current a,
.lang-switch__item a:hover {
 color: #3DC492;
}
.burger__menu .lang-switch {
 justify-content: flex-end;
}
@media (max-width: 1024px) {
 .header__actions {
  gap: 16px;
 }
 .lang-switch__item a {
  font-size: 14px;
 }
}
