@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('/fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
    url('/fonts/Roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
    url('/fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bolditalic.woff2') format('woff2'),
    url('/fonts/Roboto/Roboto-Bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
body {
    background: #181822;
    color: #ffffff;
}
h1{
    font-size: 52px;
    margin: 16px 0;
}
h2 {
    font-size: 42px;
    margin: 16px 0;
}
h3 {
    font-size: 20px;
    color: #00a5e9;
    /*text-transform: uppercase;*/
    margin: 16px 0;
}
h4 {
    font-size: 18px;
}
header {
    width: 100%;
    position: fixed;
    z-index: 1;
    display: flex;
    justify-content: center;
}
section {
    padding: 100px 0;
}
.container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.colored_wrap {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
}
section.colored {
    background: #3f022b;
    background:  linear-gradient(220deg,#030128 20%,#3f022b 100%);
    background-size: 100%;
    clip-path: polygon(50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0% 0%);
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    position: relative;
    overflow: hidden;
}
section.colored:before {
    content: "";
    background: url("images/line3.svg") -50% -50% repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right: -40%;
    opacity: 0.05;
    z-index: -1;
    transform:rotate(30deg)  scale(-1, 1);
}
section.title_page {
    clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
    padding-top: 130px;
}
section.how_to_order {
    clip-path: polygon(0% 0%, 50% 5%, 100% 0, 100% 100%, 0 100%);
    padding-bottom: 0px;
}
header .dark_head, header .dark_head_menu {
    background: rgba(0, 0, 0, 0.8);
}
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 80px;
    align-items: center;
    transition: all 1s ease-out;
}
.header .logo_holder {
    display: flex;
    align-items: center;
}
.header .logo_holder svg {
    width: 255px;
    height: auto;
    margin-right: 20px;
}
/*.header .logo_holder .logo_name {*/
/*    font-weight: 700;*/
/*    font-size: 34px;*/
/*    line-height: 34px;*/
/*}*/
.header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .menu a{
    color: #ffffff;
    text-decoration: none;
    padding: 10px 8px;
    margin: 0 8px;
    border: 2px solid transparent;
    font-size: 20px;
    line-height: 24px;
}
.header .menu a:hover {
    border: 2px solid #00a5e9;
}
.header .header_action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button {
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    /*border: 2px solid #00a5e9;*/
    width: fit-content;
    text-align: center;
    background:  linear-gradient(110deg,#944bf1,#00d2e3);
    transition: all 0.5s ease-out;
}
.button:hover {
    box-shadow: 0 0 5px 3px #00d2e3;
}
.header .switch_theme svg {
    width: 30px;
    height: 30px;
}
.header .pick_language,.header .switch_theme {
    display: flex;
    align-items: center;
}
.header .pick_language img {
    width: 40px;
    height: 40px;
    margin: 0 20px;
}

.neon_text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00d2e3;
    color: transparent;
    display: inline;
}
.clipped_container {
    margin-left: 60px;
    filter: drop-shadow(0 0 10px rgba(79, 44, 238, 0.5));
    /*filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));*/
}
.clipped {
    padding: 3px;
    background: #15032a;
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
    border-radius: 12px;
    /*box-shadow: 0 0 10px 3px rgba(79, 44, 238, 0.5);*/
}
.title_page .title_img {
    width: 450px;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    flex-shrink: 0;
    /*border: 3px solid #15032a;*/

    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
}
.gallery_item svg , .gallery_item svg path, .gallery_item svg polygon{
    fill: #ffffff !important;
    height: 70px;
}
.title_page .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.title_page .description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin: 30px 0;
}
.title_page .company_gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    /*width: 100%;*/
}
.title_page .gallery_item {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_page .years_holder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}
.title_page .exp_list {
    display: flex;
    width: 50%;
    flex-direction: column;
}
.title_page .list_item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
}
.title_page .list_item svg {
    width: 24px;
    height: 24px;
    fill: #00d2e3;
    margin-right: 8px;
    flex-shrink: 0;
}
.title_page .years {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.7);
}
.title_page .years span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00d2e3;
    color: transparent;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title_page .years p {
    text-transform: uppercase;
}


.why_holder {
    text-align: center;
}
.why_holder .why_items {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.clipped_why {
    background: linear-gradient(60deg,#00d2e3 20%,#944bf1 100%);
    padding: 3px;
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
    margin: 12px;
    border-radius: 12px;
}
.why_holder .why_item {
    border-radius: 10px;
    background: #181822;
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/

    padding: 20px;
    flex-shrink: 0;
    width: 300px;
    min-height:250px;
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
}
.why_item .why_header {
    margin: 16px 0;
    font-size: 22px;
    font-weight: 700;
}
.why_item .why_description {
    font-size: 14px;
}
.why_item svg {
    fill: #ffffff !important;
    width: 90px;
    height: 90px;
}

.examples_gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gallery_example img {
    width: 100%;
    height: auto;
}

.experience .holder {
    padding: 50px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.experience .image_holder {
    position: relative;
    display: flex;
    width: 450px;
    height: 450px;
    margin-left: 50px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 20px;
}
.experience .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);

}
.experience .image_holder:before {
    content: "";
    position: absolute;
    background: linear-gradient(60deg,#00d2e3 20%,#944bf1 100%);
    z-index: 0;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
}
.experience .image_holder:after {
    content: "";
    position: absolute;
    background: linear-gradient(60deg,#944bf1 20%,#00d2e3 100%);
    z-index: 0;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
}
.experience .description {
    color: rgba(255, 255, 255, 0.7);
    margin: 20px 0;
}
.experience .button {
    width: 100%;
    margin-top: 20px;
}
.examples h2 {
    text-align: center;
}
.examples .examples_gallery {
    padding: 10px;
    background: #000000;
    justify-content: space-between;
    height: 90vh;
    overflow: hidden;
}
.examples .gallery_example {
    width: calc(20% - 10px);
    animation: scrollY 40s linear infinite;
    height: fit-content;
    position: relative;
}
.examples .gallery_example:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.examples .gallery_example:hover {
    cursor: pointer;
}
.examples .gallery_example:hover:after {
    display: none;
}
.examples .gallery_example:nth-child(2n) {
    animation: scrollYreverse 40s linear infinite;
}
.how_to_order h2 {
    text-align: center;
}
.how_to_order .steps {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: stretch;
}
.how_to_order .arrow_separator {
    color:#00d2e3;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.how_to_order .step {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin: 10px;
    width: 240px;
}
.how_to_order .first_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.how_to_order .step .number {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00d2e3;
    color: transparent;
    font-size: 42px;
    font-weight: bold;
}
.how_to_order .step svg {
    fill: #00d2e3;
    width: 46px;
    height: 46px;
}
.how_to_order .step_header {
    margin: 6px 0;
    font-size: 18px;
}
.how_to_order .step_description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.how_to_order .future_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 20px 3px rgba(79, 44, 238, 0.5);
    overflow: hidden;
    margin-top: 80px;
}
.how_to_order .future_inside {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px 3px rgba(0, 210, 227, 0.5);
    padding: 80px;
    display: flex;
    align-items: center;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.5));
    justify-content: center;
    flex-direction: column;
}
.how_to_order .future_inside * {
    width: 50%;
}
.how_to_order .future_inside h2 {
    width: 100%;
}
.how_to_order .future_description {
    text-align: center;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
}
.footer {
    padding: 40px 0;
    background: #000000;
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
footer {
    padding: 20px;
    margin-top: 80px;
}
footer h4 {
    margin: 16px 0;
    text-transform: uppercase;
}
footer .logo_holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 80px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 30%;
}
footer .logo_holder svg {
    width: 255px;
    height: auto;
    margin-bottom: 20px;
}
footer .footer_info_holder {
    display: flex;
    justify-content: flex-start;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contacts {
    display: flex;
    flex-direction: column;
}
footer .contacts a {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
footer .contacts a:hover {
    color: #00d2e3;
}
footer .contacts svg, footer .contacts svg path {
    width: 30px;
    height: 30px;
    fill: #00d2e3;
    margin-right: 6px;
}
footer .copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 40px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copyright a {
    color: rgba(255, 255, 255, 0.7);
}
footer .footer_links {
    display: flex;
}
footer .footer_links a{
    margin-right: 14px;
    display: flex;
    align-items: center;
}
footer .footer_links a:hover {
    color: #00d2e3;
}
footer .footer_links a span {
    margin-right: 5px;
}

.burger {
    display: none;
}
.burger label{
    display:flex;
    flex-direction:column;
    width:35px;
    cursor:pointer;
}

.burger label span{
    background: #fff;
    border-radius:10px;
    height:3.5px;
    margin: 3.5px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


.burger span:nth-of-type(1){
    width:50%;

}

.burger span:nth-of-type(2){
    width:100%;
}


.burger span:nth-of-type(3){
    width:75%;

}


.burger input[type="checkbox"]{
    display:none;
}


.burger input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(4px,0px)
}


.burger input[type="checkbox"]:checked ~ span:nth-of-type(2){

    transform-origin:top;
    transform:rotatez(-45deg)
}


.burger input[type="checkbox"]:checked ~ span:nth-of-type(3){

    transform-origin:bottom;
    width:50%;
    transform: translate(15px,-5.5px) rotatez(45deg);

}



@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }
    h1 {
        font-size: 38px;
    }
    .title_page .title_img {
        width: 400px;
        height: 400px;
        max-width: 100%;
    }
    .clipped_container {
        margin-left: 25px;
        width: 100%;
    }
    .header {
        padding: 20px 40px;
        flex-direction: column;
    }
    .header .logo_holder {
        margin-bottom: 20px;
    }
    .header .logo_holder svg {
        width: 190px;
    }
    .header .menu {
        margin-bottom: 20px;
    }
    header .dark_head {
        background: rgba(0, 0, 0, 0.8)
    }
    section.title_page {
        padding-top: 250px;
    }
    section.politics {
        padding-top: 250px;
    }
    .experience .image_holder {
        width: 400px;
        height: 400px;
        margin-left: 25px;
        max-width: 100%;
    }
    .title_page .years_holder {
        flex-direction: column;
    }
    .title_page .exp_list {
        width: 100%;
    }
    section.colored {
        clip-path: polygon(50% 5%, 100% 0, 100% 95%, 50% 97.5%, 0 95%, 0% 0%);
    }
    section.title_page {
        clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 97.5%, 0 95%);
    }
    section.how_to_order {
        clip-path: polygon(0% 0%, 50% 2.5%, 100% 0, 100% 100%, 0 100%);
    }
    .clipped_why {
        max-width: 100%;
    }
    .why_holder .why_item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .header {
        flex-direction: column;
    }
    .header .menu {
        flex-direction: column;
        display: none;
        padding: 20px 0;
    }
    .header .menu a {
        display: block;
        text-align: center;
    }
    .header .pick_language, .header .switch_theme {
        display: flex;
        margin: 10px 0;
        justify-content: center;
    }
    .header .header_action {
        flex-direction: column;
        display: none;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    section.title_page {
        padding-top: 160px;
    }
    section.politics {
        padding-top: 160px;
    }
    .title_page .holder {
        flex-direction: column-reverse;
    }
    .burger {
        display: block;
    }
    .clipped_container {
        margin-bottom: 40px;
        margin-left: 0;
        max-width: 100%;
        width: auto;
    }
    .title_page h1 {
        text-align: center;
    }
    .title_page .description {
        text-align: center;
    }
    .title_page .button {
        margin: auto;
    }
    .experience .holder {
        flex-direction: column;
    }
    .experience .image_holder {
        margin:auto;
        margin-top: 50px;
    }
    .examples_gallery {
        /*flex-direction: column;*/
    }
    .examples .gallery_example {
        width: 50%;
        /*margin-bottom: 10px;*/
    }
    .examples .gallery_example:nth-child(1),.examples .gallery_example:nth-child(2),.examples .gallery_example:nth-child(3) {
        display: none;
    }
    .how_to_order .steps {
        flex-direction: column;
        align-items: center;
    }
    .how_to_order .step {
        width: 100%;
    }
    .how_to_order .arrow_separator {
        transform: rotate(90deg);
    }
    .how_to_order .future_inside {
        padding: 40px 30px;
    }
    .how_to_order .future_inside * {
        width: 100%;
    }
    .how_to_order .future_inside h2 {
        font-size: 36px;
    }
    footer .footer_info_holder {
        display: flex;
        flex-direction: column;
    }
    footer .logo_holder {
        max-width: 100%;
    }
    footer .copyright {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .footer_links {
        margin-bottom: 10px;
    }
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scrollY {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
@keyframes scrollYreverse {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}
.gallery_carousel {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}
/*.gallery_carousel:before,*/
/*.gallery_carousel:after {*/
/*    content: "";*/
/*    height: 100%;*/
/*    top: 0;*/
/*    width: 10%;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/
/*.gallery_carousel:before {*/
/*    left: 0;*/
/*    background: linear-gradient(*/
/*            90deg,*/
/*            rgba(255, 255, 255, 1) 0%,*/
/*            rgba(255, 255, 255, 0) 100%*/
/*    );*/
/*}*/
/*.gallery_carousel:after {*/
/*    right: 0;*/
/*    background: linear-gradient(*/
/*            90deg,*/
/*            rgba(255, 255, 255, 0) 0%,*/
/*            rgba(255, 255, 255, 1) 100%*/
/*    );*/
/*}*/
.company_gallery  {
    animation: scroll 30s linear infinite;
    width: fit-content;
    -webkit-transform-style: preserve-3d;
}
.gallery_item {
    transition: all 0.1s ease-in-out;
    flex: 0 0 auto;
    pointer-events: none;
}
/*.gallery_item:hover {*/
/*    transform: scale(1.05);*/
/*}*/
/*.gallery_carousel:hover .company_gallery {*/
/*    animation-play-state: paused;*/
/*}*/
.politics {
    font-size: 18px;
}
.politics p {
    margin: 5px 0;
}
.politics a {
    color: #ffffff;
    text-decoration: underline;
}
.politics h1 {
    font-size: 40px;
}
.politics h2 {
   font-size: 32px;
}
.overlay_dark {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: rgba(26, 26, 26, 0.8);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 99;
    display: none;
    transition: all 1s ease-out;
}
.image_popup_holder {
    position: relative;
    height: 90%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
.close_popup {
    position: absolute;
    top:30px;
    right: 30px;
    display: none;
}
.close_popup svg{
    width: 30px;
    height: 30px;
}
.image_popup {
    width: 1000px;
    max-width: 100%;
}
@media only screen and (max-width: 900px) {
    .image_popup {
        width: 100%;
    }
    .image_popup_holder {
        height: 100%;
    }
    .close_popup {
        position: fixed;
        top:10px;
        right: 10px;
        display: block;
    }
}
