* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto";
    color: #fff
}

::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    overflow-x: hidden
}

body {
    top: 0 !important
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(255.81deg, #1C1C36 0%, #2B2A56 100%);
    z-index: 99999
}

.preloader object {
    -webkit-animation: 2s preload infinite ease-in-out;
    animation: 2s preload infinite ease-in-out
}

@-webkit-keyframes preload {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes preload {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .07em;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: .1s;
    transition: .1s
}

img {
    pointer-events: none
}

button,
.btn,
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #17142F
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #fff;
    border-radius: 2px
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-resizer {
    background-color: #fac74d
}

@-webkit-keyframes startAnimation {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes startAnimation {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

body {
    background: #14112C
}

h1 {
    margin-bottom: 0 !important
}

object {
    pointer-events: none
}

.container {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    position: relative
}

[class^=box-] {
    display: -ms-grid;
    display: grid;
    place-items: center
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #242442, #242442);
    background: -moz-linear-gradient(to left, #242442, #242442);
}

header .container {
    -ms-flex-line-pack: center;
    align-content: center;
    height: 70px;
    -ms-grid-columns: 289px auto;
    grid-template-columns: 289px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .box-2,
header .box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .box-2 .menu li {
    display: inline;
    margin-right: 25px;
    position: relative;
    padding: 27px 0
}

header .box-2 .menu li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

header .box-2 .menu li a:hover {
    opacity: .8
}

header .box-2 .menu li a.active {
    color: #7966F3;
    font-weight: 700
}

header .box-2 .menu li .submenu {
    position: absolute;
    top: 70px;
    left: 0; 
    background: linear-gradient(to left, #242442, #242442);
    background: -moz-linear-gradient(to left, #242442, #242442);
    padding: 15px 10px 0;
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none
}

header .box-2 .menu li .submenu li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0
}

header .box-2 .menu li:hover .submenu {
    display: block
}

header .box-2 .btn {
    padding: 12px 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7966F3), to(#4C3DA3));
    background: linear-gradient(180deg, #7966F3 0%, #4C3DA3 100%);
    border-radius: 65px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-left: 25px;
    -webkit-transition: .2s;
    transition: .2s
}

header .box-2 .btn:hover {
    opacity: .8
}

header .box-3 {
    display: none;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center
}

header .box-3 i {
    font-size: 25px
}

header .mob_menu {
    position: absolute;
    top: 80px;
    right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px; 
    background: linear-gradient(to left, #242442, #242442);
    z-index: 999;
    padding: 15px;
    border-radius: 10px;
    display: none
}

header .mob_menu ul li {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 5px
}

header .mob_menu .btn {
    padding: 8px 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7966F3), to(#4C3DA3));
    background: linear-gradient(180deg, #7966F3 0%, #4C3DA3 100%);
    border-radius: 65px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    margin-left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.language {
    height: 35px;
    width: 75px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 60px;
    margin-left: 21px;
    user-select: none;
    cursor: pointer
}

.language .select {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 10px);
    display: none
}

.language .select a {
    height: 25px;
    width: 100%;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 60px;
    transition: .4s;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: -moz-linear-gradient(to left, #242442, #242442)
}

.language .select a img {
    -webkit-filter: grayscale(70%);
    transition: .4s;
    width: 25px;
    height: 25px
}

.language .select a:hover img {
    -webkit-filter: grayscale(0%)
}

.language .select a:hover {
    background: rgba(255, 255, 255, 0.1)
}

.language img {
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.language p {
    font-size: 13px;
    margin-left: 7px;
    font-weight: 300;
    line-height: 35px
}

main {
    min-height: 820px;
    background: linear-gradient(255.81deg, #1C1C36 0%, #2B2A56 100%);
    padding-top: 107px;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    z-index: -1
}

main .bg-text {
    position: absolute;
    left: 80px;
    top: -30px;
    font-weight: 900;
    font-size: 200px;
    line-height: 234px;
    opacity: .03;
    text-align: left;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

main .subtitle_main {
    height: 28px
}

main .typed-cursor {
    display: none
}

main .content {
    position: relative;
    height: 610px;
    width: 100%
}

main .container {
    -ms-grid-columns: auto;
    grid-template-columns: auto
}

main .left {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 20
}

main .left .items .item {
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

main .right {
    position: absolute;
    right: -215px;
    top: 229px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

main .right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-top: 0
}

main .right p span {
    color: #7966F3
}

main #canvas-map {
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    max-width: 90%
}

main .img_main {
    position: absolute;
    top: 81px;
    left: 0;
    right: 0
}

main .img_main::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 302px;
    height: 302px;
    background: rgba(121, 102, 243, 0.6);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    z-index: -1
}

main .img_main img {
    -webkit-transition: .1s;
    transition: .1s
}

main h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase
}

main p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-top: 8px
}

section.table {
    padding-bottom: 77px
}

section.table .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

section.table .buttons .btn_vdsvps {
    background: #1C1D31;
    border-radius: 100px;
    padding: 19px 42px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #1C1D31 !important
}

section.table .buttons .btn_vdsvps:hover {
    background: #242247;
    border: 2px solid #242247 !important
}

section.table .buttons .btn_vdsvps:last-child {
    margin-right: 0
}

section.table .buttons .btn_vdsvps.active {
    background: #242247 !important;
    border: 2px solid #6558C5 !important
}

section.table,
.page-content {
    position: relative
}

section.table .flickity-button,
.page-content .flickity-button {
    background: none
}

section.table .carousel,
.page-content .carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: -43.5px;
    max-width: 1050px;
    margin: auto
}

section.table .flickity-prev-next-button.previous,
.page-content .flickity-prev-next-button.previous {
    left: -50px
}

section.table .flickity-prev-next-button.next,
.page-content .flickity-prev-next-button.next {
    right: -50px
}

section.table .carousel-cell .item,
.page-content .carousel-cell .item {
    margin: 0 5px;
    width: 139.2px;
    height: 87px;
    background: #1C1D31;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.table .carousel-cell .item div,
.page-content .carousel-cell .item div {
    text-align: center
}

section.table .carousel-cell .item img,
.page-content .carousel-cell .item img {
    width: 55px
}

section.table .carousel-cell .item p,
.page-content .carousel-cell .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px
}

section.table .carousel-cell:before,
.page-content .carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: #fff
}

section.table .carousel-cell.is-selected .item,
.page-content .carousel-cell.is-selected .item {
    background: #242247 !important;
    border: 2px solid #6558C5 !important
}

section.table .flickity-page-dots,
.page-content .flickity-page-dots {
    display: none
}

section.table table,
.page-content table {
    margin-top: 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px
}

section.table table tr,
.page-content table tr {
    text-align: center;
    margin-bottom: 22px
}

section.table table tr.h_table th,
.page-content table tr.h_table th {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    opacity: .25
}

section.table table tr.b_table td,
.page-content table tr.b_table td {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#222548), to(#17142F));
    background: linear-gradient(180deg, #222548 0%, #17142F 100%);
    padding: 26px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFF
}

section.table table tr.b_table td:first-child,
.page-content table tr.b_table td:first-child {
    border-radius: 25px 0 0 25px;
    padding: 0 24px;
    width: 12%
}

section.table table tr.b_table td:nth-child(2),
.page-content table tr.b_table td:nth-child(2) {
    width: 8%
}

section.table table tr.b_table td:nth-child(3),
.page-content table tr.b_table td:nth-child(3) {
    width: 18%
}

section.table table tr.b_table td:nth-child(4),
.page-content table tr.b_table td:nth-child(4) {
    width: 10%
}

section.table table tr.b_table td:nth-child(5),
.page-content table tr.b_table td:nth-child(5) {
    width: 7%
}

section.table table tr.b_table td:last-child,
.page-content table tr.b_table td:last-child {
    border-radius: 0 25px 25px 0;
    padding: 0 24px
}

section.table table tr.b_table td.os img,
.page-content table tr.b_table td.os img {
    display: inline;
    margin-right: 5px
}

section.table table tr.b_table td.os img:last-child,
.page-content table tr.b_table td.os img:last-child {
    margin-right: 0
}

section.table table tr.b_table td span,
.page-content table tr.b_table td span {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    opacity: .3;
    margin-top: 7px;
    display: block
}

section.table .btn,
.page-content .btn {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding: 12px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7966F3), to(#4C3DA3));
    background: linear-gradient(180deg, #7966F3 0%, #4C3DA3 100%);
    border-radius: 65px;
    -webkit-transition: .2s;
    transition: .2s
}

section.table .btn:hover,
.page-content .btn:hover {
    opacity: .8
}

.page-content.loc {
    padding-bottom: 99px
}

.page-content.loc .carousel {
    top: auto;
    bottom: -142px
}

.flickity-button:hover {
    background: none !important
}

.location {
    padding: 89px 0 50px
}

.location h2 {
    font-style: 300;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px
}

.location p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px
}

.corp {
    background: #171434;
    padding: 64px 0 74px
}

.corp .box-1 {
    text-align: center
}

.corp h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase
}

.corp p {
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    max-width: 545px
}

.faq {
    margin-top: 20px;
}

.faqs {
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-top: 35px;
}

.faqs .item-faq {
    width: 100%;
    background: #1F1B43;
    border-radius: 15px;
    padding: 15px 39px;
    cursor: pointer;
    margin-bottom: 13px;
    position: relative;
}
.faqs .item-faq:last-child {
    margin-bottom: 0;
}

.faqs .item-faq::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 22px;
    width: 14px;
    height: 8px;
    background: url('../img/icons/down_icon.png') no-repeat;
    background-size: 100%;
    transition: .1s;
}

.faqs .item-faq.active::before {
    transform: translateY(-1px) rotate(180deg);
}

.faqs .item-faq p {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    max-width: 100% !important;
}
.faqs .item-faq p.open {
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    display: none;
}
 

.corp .items {
    z-index: 1;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
    width: 100%;
}

.corp .items .item {
    width: 300px;
    height: 151px;
    background: #1D1A39;
    border-radius: 35px;
    margin-bottom: 51px;
    position: relative; 
    background: radial-gradient(circle at 100% 100%, #1D1A39 0, #1D1A39 28px, transparent 28px) 0% 0%/30px 30px no-repeat,
            radial-gradient(circle at 0 100%, #1D1A39 0, #1D1A39 28px, transparent 28px) 100% 0%/30px 30px no-repeat,
            radial-gradient(circle at 100% 0, #1D1A39 0, #1D1A39 28px, transparent 28px) 0% 100%/30px 30px no-repeat,
            radial-gradient(circle at 0 0, #1D1A39 0, #1D1A39 28px, transparent 28px) 100% 100%/30px 30px no-repeat,
            linear-gradient(#1D1A39, #1D1A39) 50% 50%/calc(100% - 4px) calc(100% - 60px) no-repeat,
            linear-gradient(#1D1A39, #1D1A39) 50% 50%/calc(100% - 60px) calc(100% - 4px) no-repeat,
            linear-gradient(232deg, #7966f3 0%, #4C3DA3 100%); 
border-radius: 30px;
padding: 2px;  
}

.systems {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 52px;
    margin-top: 53px;
}

.systems .system {
    width: 151px;
    height: 151px; 
    background: rgba(255, 255, 255, 0.02); 
    background: radial-gradient(circle at 100% 100%, #1D1A39 0, #1D1A39 28px, transparent 28px) 0% 0%/30px 30px no-repeat,
            radial-gradient(circle at 0 100%, #1D1A39 0, #1D1A39 28px, transparent 28px) 100% 0%/30px 30px no-repeat,
            radial-gradient(circle at 100% 0, #1D1A39 0, #1D1A39 28px, transparent 28px) 0% 100%/30px 30px no-repeat,
            radial-gradient(circle at 0 0, #1D1A39 0, #1D1A39 28px, transparent 28px) 100% 100%/30px 30px no-repeat,
            linear-gradient(#1D1A39, #1D1A39) 50% 50%/calc(100% - 4px) calc(100% - 60px) no-repeat,
            linear-gradient(#1D1A39, #1D1A39) 50% 50%/calc(100% - 60px) calc(100% - 4px) no-repeat,
            linear-gradient(232deg, #7966f3 0%, #4C3DA3 100%); 
    border-radius: 30px;
    padding: 2px;  
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.systems .system .nohover {
    text-align: center;
}
.systems .system .nohover span {
    margin-top: 16px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    user-select: none;
}
.systems .system .hover {
    opacity: 0;
    transition: .1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(232deg, #7966f3 0%, #4C3DA3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.systems .system .hover p {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
}
.systems .system:hover .hover {
    opacity: 1;
}

.corp .items .item .icon {
    margin: 12px auto 8px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.corp .items .item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 0
}

.corp .items .item .text {
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px
}

.page-content .faq {
    max-width: 900px;
    width: 100%;
    position: relative;
    margin-top: 40px
}

.page-content .faq-questions {
    list-style: none;
    width: 100%;
    display: block;
    padding: 10px
}

.page-content .faq-questions>li {
    width: 100%;
    display: block;
    padding: 16px 39px;
    background: #17142F;
    border-radius: 15px;
    margin-bottom: 14px
}

.page-content .faq-questions h4.faq-question,
.page-content .faq-questions .faq-question {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    cursor: pointer
}

.page-content .faq-questions p.faq-answer,
.page-content .faq-questions .faq-asnwer {
    font-weight: 300;
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
    display: none
}

.servs {
    padding: 57px 0 53px
}

.servs .box-1 h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase
}

.servs .box-1 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    max-width: 590px;
    margin-top: 26px
}

.servs .box-1 .btn {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    padding: 12px 23px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7966F3), to(#4C3DA3));
    background: linear-gradient(180deg, #7966F3 0%, #4C3DA3 100%);
    border-radius: 65px;
    margin-top: 38px;
    -webkit-transition: .2s;
    transition: .2s
}

.servs .box-1 .btn:hover {
    opacity: .8
}

.prefoot {
    background: #171434;
    padding: 44px 0 39px
}

.prefoot .container {
    -ms-grid-columns: 326px auto auto auto;
    grid-template-columns: 326px auto auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prefoot [class^=box-] {
    place-items: start;
    -ms-flex-line-pack: start;
    align-content: start
}

.prefoot .box-1 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px
}

.prefoot .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.prefoot ul {
    margin-top: 9px
}

.prefoot ul li {
    list-style-type: none;
    margin-bottom: 3px
}

.prefoot ul li:last-child {
    margin-bottom: 0
}

.prefoot ul li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: .2s;
    transition: .2s
}

.prefoot ul li a:hover {
    opacity: .7
}

.prefoot .box-4 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px
}

.prefoot .box-4 .items .item {
    width: 28.42px;
    height: 28.42px;
    background: #FFF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 6.58px
}

.prefoot .box-4 .items .item:last-child {
    margin-right: 0
}

footer {
    width: 100%
}

footer .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

footer .container div a {
    opacity: .5;
    -webkit-transition: .2s;
    transition: .2s
}

footer .container div a:hover {
    opacity: 1
}

footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px
}

.loc_tab {
    display: none;
    width: 100%
}

.page-content {
    background: linear-gradient(255.81deg, #1C1C36 0%, #2B2A56 100%);
    padding: 107px 0 64px
}

.page-content h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center
}

.page-content h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: 8px
}

.page-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    margin-top: 40px
}

.page-content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 40px
}

.page-content .flex img {
    margin-left: auto
}

.page-content .flex p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px
}

.page-content .flex .btn {
    padding: 9px 33px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7966F3), to(#4C3DA3));
    background: linear-gradient(180deg, #7966F3 0%, #4C3DA3 100%);
    border-radius: 65px;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 36px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-content .flex .btn:hover {
    opacity: .8
}

.page-content .cont_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.page-content .cont_items .item {
    text-align: center;
    max-width: 321px;
    width: 100%
}

.page-content .cont_items .item p {
    margin-top: 0
}

.page-content .cont_items .item .icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 23px
}

.page-content .cont_items .item .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px
}

.page-content .cont_items .item .text {
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 31px
}

.page-content .cont_items .item .btn {
    padding: 12px 27px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7966F3), to(#4C3DA3));
    background: linear-gradient(180deg, #7966F3 0%, #4C3DA3 100%);
    border-radius: 65px;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: .2s;
    transition: .2s
}

.page-content .cont_items .item .btn:hover {
    opacity: .8
}

.page-content .cont_items .item:last-child .text {
    margin-bottom: 15px
}

@media screen and (max-width: 1160px) {
    .flickity-button {
        display: none
    }
    main .bg-text {
        font-size: 170px;
        line-height: 200px
    }
    header .box-2 .menu li {
        margin-right: 30px
    }
    header .box-2 .menu li a {
        font-size: 13px
    }
    header .box-2 .btn {
        font-size: 13px
    }
}

@media screen and (max-width: 1060px) {
    header {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
    header .container {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }
    header .box-2 {
        display: none
    }
    header .box-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .map-canvas {
        display: none
    }
    main .left,
    main .right,
    main .bg-text {
        display: none
    }
    .page-content .flex {
        display: block
    }
    .page-content .flex div {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto
    }
    .page-content .flex p {
        text-align: center
    }
    .page-content .flex .btn {
        margin: 20px auto 0
    }
}

@media screen and (max-width: 1000px) {
    main .bg-text {
        font-size: 140px;
        line-height: 160px
    }
    /* section.table {
        padding-bottom: 10px
    }
    section.table table {
        margin-top: 20px !important;
        border: 0
    }
    section.table table tr:first-child {
        display: none
    }
    section.table table tr {
        margin-bottom: 10px;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(#222548), to(#17142F));
        background: linear-gradient(180deg, #222548 0%, #17142F 100%);
        margin-bottom: 50px;
        position: relative;
        border-radius: 10px;
        padding: 10px 0 30px
    }
    section.table table .btn {
        position: absolute;
        margin: auto;
        bottom: -20px;
        left: 0;
        right: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 16px
    }
    section.table table td {
        display: block;
        text-align: center;
        font-size: 18px !important;
        margin-top: 20px !important;
        width: 100% !important;
        background: none !important;
        padding: 0 !important
    }
    section.table table td object {
        display: none
    }
    section.table table td:before {
        content: attr(data-label)
    } */
}

@media screen and (max-width: 950px) {
    .corp .items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .corp .items .item {
        margin: 10px
    }
    .prefoot {
        padding: 39px 0 15px
    }
    .prefoot .container {
        display: block;
        text-align: center
    }
    .prefoot [class^=box-] {
        place-items: center
    }
    .prefoot .box-1 p {
        margin-top: 14px;
        margin-bottom: 24px;
        max-width: 330px;
        max-width: 318px;
        width: 100%
    }
    .prefoot .box-1 p br {
        display: none
    }
    .prefoot .box-3,
    .prefoot .box-4 {
        margin-top: 24px
    }
    footer .container {
        display: block !important;
        text-align: center;
        padding-top: 15px
    }
    footer .container div {
        margin-top: 15px
    }
    .faq, .corp .items {
        margin-top: 50px;
    }
}

@media screen and (max-width: 800px) {
    .page-content .cont_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-content .cont_items .item {
        width: 100%;
        margin-bottom: 60px
    }
    .page-content .cont_items .item:last-child {
        margin-bottom: 0
    }
    .page-content .flex img {
        width: 90%;
        display: block;
        margin: auto
    }
}

@media screen and (max-width: 440px) {
    .corp {
        padding: 44px 0 45px
    }
    h2 {
        line-height: 29px !important
    }
    main {
        min-height: 0
    }
    main .img_main {
        position: static;
        margin: 45px 0 85px
    }
    main .img_main img {
        width: 80%
    }
    main .img_main::before {
        width: 200px;
        height: 200px
    }
    main h1 {
        margin: 0 !important;
        font-size: 28px;
        line-height: 38px
    }
    main p {
        font-size: 18px
    }
    main .content {
        height: auto
    }
    .page-content h1 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 0
    }
    .page-content h2 {
        font-size: 20px;
        line-height: 23px !important
    }
}

@media screen and (max-width: 350px) {
    .corp .items .item {
        width: 100%;
        height: auto;
        padding: 10px 10px 20px
    }
    .corp .items .item br {
        display: none
    }
}

.skiptranslate {
    display: none
}

.locations_block {
    margin-top: -75px;
    text-align: center;
    z-index: 99;
}

.title-loc {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}

.locations_list {
    width: 350px;
    height: 70px;
    margin: 14px auto 0;
    background: #242442;
    border-radius: 10px;
    z-index: 99;
    position: relative;
}

.locations_list .list::-webkit-scrollbar {
    width: 2px;
    height: 3px
}

.locations_list .list::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.locations_list .list::-webkit-resizer {
    background-color: #fac74d
}

.locations_list::after {
    content: '';
    position: absolute;
    top: 29px;
    right: 24px;
    width: 18px;
    height: 12px;
    background: url('/img/arrow.png');
    transition: .2s;
    pointer-events: none;
}
.locations_list.active::after {
    transform: rotate(180deg);
}

.locations_list .list {
    background: #242442;
    border-radius: 10px;
    position: absolute;
    top: 75px;
    width: 100%;
    max-height: 290px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.locations_list .selected {
    height: 100%;
    padding-left: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .2s;
    position: relative;
    border-radius: 10px;
}

.locations_list .item, .locations_list .selected {
    height: 70px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.locations_list .item:hover, .locations_list .item.active, .locations_list .selected:hover {
    background: #282846;
}

.locations_list .item img, .locations_list .selected img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 9px;
}

.locations_list p span {
    color: #dd272f;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    /* bottom: calc(100% - 5px);
    left: calc(100% + 10px); */
    right: 10px;
    top: 10px;
}

.locations_list .selected p span {
    position: static;
    margin-left: 10px;
}






.locations {
    display: grid;
    width: 100%;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background: #242442;
    border-radius: 15px;
    margin-top: -67px;
    overflow: hidden;
}

.locations .item {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 56px;
    padding-left: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .2s; 
    position: relative;
}

.locations .item:hover {
    opacity: .8;
}

.locations .item.active {
    background: #2c2c50;
}

.locations .item img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 9px;
} 
.locations .item p { 
}
.locations .item p span {  
    color: #dd272f;
    font-weight: 700; 
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    /* bottom: calc(100% - 5px);
    left: calc(100% + 10px); */
    right: 5px;
    top: 5px;
}

.servs_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* grid-template-columns: calc(25% - 23px) calc(25% - 23px) calc(25% - 23px) calc(25% - 23px); */
    gap: 30px;
    margin-top: 50px;
}

.servs_block .serv {
    position: relative;
    padding: 10px 5px 39px;
    background: linear-gradient(180deg, #222548 0%, #17142F 100%);
    border-radius: 21.6591px;
    height: auto;
    padding-bottom: 90px;
    width: 23%;
}

.servs_block .serv p.title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
}

.servs_block .serv .btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.servs_block .serv .info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
    max-width: 185px;
    margin: 8px auto 0;
}

.servs_block .serv .info p {
    font-weight: 300px;
    font-size: 14.3273px;
    line-height: 23px;
}

.servs_block .serv .os {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}

.servs_block .serv .os img {
    transform: scale(0.8);
}

.servs_block .serv .price {
    text-align: center;
    line-height: 24px;
    /* margin-top: 15px; */
}

@media screen and (max-width: 1160px) {
    .servs_block .serv {
        width: 31%;
    }
    .locations {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media screen and (max-width: 892px) {
    .servs_block .serv {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 590px) {
    .servs_block .serv {
        width: 100%;
    }
}

@media screen and (max-width: 830px) {
    .servs_block {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }
    .locations {
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

@media screen and (max-width: 620px) {
    .locations {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 440px) {
    .locations {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 560px) {
    .servs_block {
        grid-template-columns: 100%;
    }
}

.tg_bot {
    position: fixed;
    bottom: 100px;
    right: 23px;
    width: 60px;
    height: 60px;
    background: rgba(68, 103, 232, 1);
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.tg_bot i {
    font-size: 30px;
}

.tg_bot .text {
    position: absolute;
    right: 65px;
    top: 9px;
    font-size: 12px;
    width: 182px;
    line-height: 17px;
    text-align: right;
    background: rgba(68, 103, 232, 1);
    border-radius: 16px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 8%);
    padding: 5px 11px;
    pointer-events: none;
    opacity: 0;
    transition: .2s;
}

.tg_bot:hover .text {
    opacity: 1;
}

.info_t {
    line-height: 0px;
    margin-top: 8px !important;
}

.info_t tr {
    margin-bottom: 5px !important;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.info_t tr td {
     
}

.info_t tr td:first-child {
    text-align: right; 
    opacity: 0.25;
    font-size: 14px;
}

.info_t tr td:last-child {
    text-align: left;
    padding-left: 24px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px !important;
}


=========================================

