* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: clamp(13px, 2vw, 20px); 
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #FFFFFF;
}
h1, p, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "Montserrat";
    src: url("font/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100-900;
    font-style: normal;
    font-display: swap;
}
body {
    background-color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    width: 100%;
}
.main1 {
    width: 100vw;
    max-width: 1920px;
    max-height: 900px; 
    background-image: url(2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    padding-bottom: clamp(150px, 30vw, 300px);
    overflow: hidden;
}
.projects1 {
    width: 100vw;
    max-width: 1920px;
    max-height: 900px; 
    background-image: url(36.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    padding-bottom: clamp(150px, 30vw, 220px);
    overflow: hidden;
}
.mainblock {
    width: clamp(300px, 50vw, 600px);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 50px;
    padding-top: clamp(100px, calc(50vh - 100px), 300px);
}
.mainblock1 {
    background: rgba(60, 58, 58, 0.5);
    padding: 15px 30px 15px 30px;
}
.main11:hover .main16 .main14 {
    color: #4985FF
}
.main11:hover .main16 .main15 {
    color: #4985FF
}

.main92 {
    max-width: 610px;
    border: 7px solid #4985FF;
    position: relative;
    padding: 40px 10px;
    border-radius: 10px;
    margin: 30px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    
    transition: border-radius 1s;
}
.main92:hover {
    border-radius: 30px;
}
.main93 {
    position: absolute;
    top: -40px;
    left: 20px;
    padding: 10px 20px 10px 20px;
    background: #FFFFFF;
    margin: 0;
    color: #4985FF
}
.main95 {
    max-width: 300px;
    max-height: 300px;
    animation: imggg 2s infinite;
}
@keyframes imggg {
    0% {
        padding: 20px;
    }
    25% {
        padding: 0px;
    }
    50% {
        padding: 20px;
    }
    100% {
        padding: 20px;
    }
}
@media screen and (max-width: 1023px) {
    header {
        position: absolute;
        right: -100%;
        transition: right 1s;
        top: 0px;
    }
    .open {
        right: 0px;
        top: 0px;
    }
    .header1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        height: 100vh;
        background: transparent;
        background-color: rgba(60, 58, 58, 0.71);
        padding: 20px 40px 20px 20px
    }
    .svghead {
        margin-top: 20px;
        margin-left: 20px;
        cursor: pointer
    }
    .main39 {
        overflow: hidden;
        color: #000000;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .svghead {
        display: none;
    }
    header {
        position: absolute;
        right: 50px;
        top: 50px;
    }
    .acad1:hover .acad3 .main39 {
        max-height: 100px;
        color: #4985FF
    }
    .main39 {
        max-height: 0;
        transition: max-height 0.8s ease;
        overflow: hidden;
        color: #000000;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .acad2 {
        position: relative;
        min-width: 300px;
        width: calc((100vw - 110px) / 3);
        border-radius: 10px;
    }
    
    .main10 {
        flex-direction: column;
    }
    .main11 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        height: 139px
    }
    .main15 {
        color: #999999;
        font-size: 0.7rem;
        width: 170px;
        
    }
    .main19 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .main24 {
        border-radius: 30px;
        width: calc(100vw - 20px);
        max-width: 350px;
    }
    .main21, .main22 {
        text-align: center;
    }
    .main22 {
        max-width: 350px;
    }
    .main20 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .main23 {
        color: #4985FF; font-size: 0.8rem; font-family: 'Montserrat'; font-weight: 500; word-wrap: break-word; border-bottom: 1px solid #A1A1A1; transition: all 1s; white-space: nowrap; 
    }
    .main25 {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        flex-direction: column;
    }
    .main33 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 1110px
    }
    .main34 {
        text-align: center;
    }
    .main35 {
        flex-direction: column;
    }

    .hr1, .hr2 {
        display: none;
    }
    .main61 {
        flex-wrap: wrap;
        max-width: 325px;
        width: 100vw;
        justify-content: center;
        display: flex;
        align-items: flex-start;
        row-gap: 40px;
    }
    .main100 {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .main101 {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .play-button {
        width: 180px;
        height: 60px;
    }
    .main91 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 1440px;
        flex-direction: column;
    }
    .mainblock {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }
}
@media screen and (max-width: 340px) {
    .main100 {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .mainblock {
        margin-left: clamp(100px, calc(10vw), 200px);
        align-items: flex-start;
    }
    .main91 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 auto;
        max-width: 1440px;
    }
    .acad2 {
        position: relative;
        max-width: 350px;
        width: calc((100vw - 110px) / 3);
    }
    .main101 {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    .play-button {
        width: 300px;
        height: 100px;
    }
    
    
    .header1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }
    .main11 {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 20px;
        height: 139px
    }
    .main15 {
        color: #999999;
        font-size: 0.7rem;
        width: 230px;
        transition: color 1s;
    }
    .main19 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main24 {
        border-radius: 30px;
        width: 38vw;
        max-width: 500px;
    }
    .main20 {
        display: flex;
        flex-direction: column;
        gap: 20px
    }
    .main23 {
        color: #4985FF; font-size: 0.7rem; font-family: 'Montserrat'; font-weight: 500; word-wrap: break-word; border-bottom: 1px solid #A1A1A1; transition: all 1s; white-space: nowrap; width: 100px
    }
    .main25 {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }
    .main33 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1110px
    }
    .main36 {
        width: calc((100vw - 110px) / 3);
    }
    .main37, .main451 {
        width: calc((100vw - 110px) / 3);
    }
    .hr1, .hr2 {
        width: calc(100vw - 60px);
    }
    .main61 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }
    .main100 {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

}

.headert {
    color: white; font-size: 1rem; font-family: 'Montserrat'; text-align: center; font-weight: 500; word-wrap: break-word; border-bottom: 1px solid #A1A1A1; transition: all 1s; white-space: nowrap; width: 110%
}
.headert:hover {
    border-bottom: 1px solid #fff; color: #A1A1A1
}
.main2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding-top: clamp(100px, calc(50vh - 100px), 300px);
}
.main3 {
    color: #fff
}
.main4 {
    color: #FFFFFF; 
    
    font-weight: 700;
    font-size: clamp(20px, 3vw, 40px);
    font-family: 'Montserrat';
}
.main5 {
    width: 200px;
    height: 45px;
    border-radius: 15px;
    text-decoration: none;
    background-color: #4985FF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s
}
.main511 {
    width: 200px;
    height: 45px;
    border-radius: 30px;
    text-decoration: none;
    background-color: #4985FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 1s;
    padding-left: 25px;
    padding-right: 25px;
}
.main5:hover, .main511:hover {
    background-color: #6C9DFF
}
.main6 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
}
.otstup {
    width: 100vw;
    height: 80px;
}
.main7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    max-width: 1139px;
    margin: 0 auto;
    gap: 30px;
}
.main8 {
    color: #323232;
    text-align: center
}
.main9 {
    color: #999999;
    font-size: 0.8rem;
    text-align: center;
}
.main10 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
}
.main12 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    
}
.main11:hover .main12 {
    border: 1px solid #4985FF
}
.main13 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #4985FF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main14 {
    color: #000000;
    font-size: 1rem;
    transition: color 1s;
}


.main16 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}
.main17 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F6F6F8;
    
}
.main18 {
    max-width: 1110px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.hidden {
    opacity: 0;
    transition: opacity 1.5s ease-out;
}

.visible {
    opacity: 1;
}


.main23:hover {
    border-bottom: 1px solid #4985FF; color: #A1A1A1
}

.hr1 {
    max-width: 1110px;
    margin: 0 auto;
    border: 0.1px solid #E0E0E0;
}

.main26 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.main27 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}
.main28 {
    width: 70px;
    height: 70px;
}
.main29 {
    color: black;
    font-weight: 400;
    font-size: 1.7rem;
    font-family: 'Montserrat';
}
.main30 {
    color: #999999;
    font-size: 1rem
}
.main31 {
    background:
        linear-gradient(90deg, #4985FF 0%, #5F12D0 100%),
        linear-gradient(180deg, #FFF 50%, transparent 50%); 
        
    background-size: 100% 50%, 100% 50%;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
}
.main32 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.main34 {
    color: #FFFFFF;
}
.main35 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}
.main36 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    max-width: 350px;
    
    border-radius: 10px;
}
.main37 {
    max-width: 350px;
    border-radius: 10px;
}
.acad1 {
    position: relative;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden
}
.main38 {
    padding: 10px 10px 10px 0px;
    color: #000000
}


.acad1:hover .acad3 .main38 {
    color: #4985FF
}

.acad3 {
    position: absolute;
    background: #FFFFFF;
    bottom: 0;
    padding: 10px 10px 0px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main451 {
    max-width: 350px;
    
    aspect-ratio: 0.66 / 1; 
    border-radius: 10px;
}
.hr2 {
    max-width: 1110px;
    margin: 0 auto;
    border: 0.1px solid #E0E0E0;
}

.main60 {
    background: #F6F6F8;
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.main62 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.main63 {
    font-size: 18px;
    font-weight: 400;
}
.main64 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.main65 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    
}
.main65:hover .main67 {
    color: #4985FF
}
.main65:hover .mainsv path {
    fill: #4985FF
}
.mainsv {
    transition: fill 1s;
}
.main67 {
    color: #999999;
    font-size: 14px;
    transition: color 1s;
}
.main70 {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}
.j404 {
    background: url('404.jpeg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}