body {
    margin: 0;
}

@font-face {
    font-family: damn;
    src: url(../content/fonts/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: manrope;
    src: url(../content/fonts/Manrope.ttf);
}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1000px)  {
    .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #777;
        float: right;
        margin-left:10px;
    }

    .active:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }
    #notmobile{
        display: none;
    }
    .fifth .subhead{
        white-space: normal;
    }
    .bottomheadmobile{
        background-color: rgb(40, 47, 60);
        overflow: auto;
        text-align: right;
        padding-right: 50px;
        padding-left: 50px;
    }
    .bottomheadmobile p{
        color: #f2f2f2;
        font-family: manrope;
        font-size: 40px;
        line-height: 14px;
    }
    .upperheadermobile{

        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .linkline{
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .punkt button{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .punkt a{
        border-bottom: 1px solid white;
    }
    .menu-list img{
        width: 100px;
        height: 100px;
    }
    .headerbut {
        display: block;
        text-transform: uppercase;
        font-family: manrope;
        background-color: #04bcec;
        color: white;
        border: none;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 50px;
        margin-left: auto;
        margin-right: 50px;
        border-radius: 10px;
        transition: 1s;
    }
    .headermobile .logo{
        padding-top: 50px;
        padding-bottom: 50px;
        width: 350px;
        height: 120px;
        padding-left: 50px;
    }
    .headermobile{
        z-index: 999999;
        position: sticky;
        top: 0;
        width: 100%;
        background-color: #242A36;


    }
    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }
    .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 60px;
        height: 30px;
        margin-left: 50px;
    }
    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #f2f2f2;
    }
    .burger::before {
        top: 0;
        box-shadow: 0 17px 0 #f2f2f2;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }
    .burger::after {
        bottom: -9px;
        transition: bottom .3s .15s, transform .3s;
    }
    .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
    }
    .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
    }
    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        padding: 42px 0;
        margin: 0;
        font-family: manrope;
        text-align: left;
        background: rgb(40, 47, 60);
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 100%;
        height: 80vh;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .menu{
        z-index: 999999;
        padding-right: 50px;
    }
    .menu-item {
        display: block;
        padding: 8px;
        padding-bottom: 20px;
        padding-top: 20px;
        color: white;
        font-size: 60px;
        text-align: right;
        width: 50%;
        text-decoration: none;
        margin-left: auto;
        margin-right: 50px;
    }
    .menu-item:hover {
        background: rgba(255,255,255,.2)
    }
    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
    }
    .part{
        display: none;
    }
    .part{
        display: none;
    }
    .fourpart{
        display: flex;
    }
    .partnermob img{
        filter: brightness(0%);
        scale: 0.9;
    }
    .fifthmobile{
        background-color: #f2f2f2;
        padding-top:50px;
        padding-bottom: 100px;
    }
    .spheremobile img{
        filter: brightness(50%);
        border-radius: 20px;
    }
    .spheremobile p{
        position: absolute;
        bottom: 1px;
        left: 32px;
        font-family: damn;
        font-size: 60px;
        color: #f2f2f2;
    }
    .spheremobile{

        margin-right: 20px;
        margin-left: 20px;
        overflow: auto;
    }
    .thirdmobile{
        padding-top: 200px;
        background-color: #f2f2f2;
        overflow: auto;
    }
    .map iframe{
        width: 100%;
        height: 700px;
        border-radius: 20px;
    }
    .map{
        width: 100%;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .useful{
        font-size: 45px;
        color: #04bcec;
    }
    .contacty{
        width: 100%;
        color: #f2f2f2;
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    .footer{
        padding-top: 100px;
        padding-bottom: 50px;
        font-family: manrope;
    }
    .sitemap{
        width: 100%;
        font-size: 45px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    .achievinst p{
        font-size: 35px;
    }
    .achievinst h3{
        font-size: 40px;
    }
    .achievinst img{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 60% !important;
        height: 30% !important;
    }
    .achievinst{
        padding:35px;
        background-color: #242A36;
        border-radius: 20px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        font-family: manrope;
        color: #f2f2f2;
    }
    .achiev{
        background-color: #f2f2f2;
        overflow: auto;
    }
    .form{
        padding-bottom: 50px;
    }
    .comm p {
        font-size: 45px;
    }
    .comm h5{
        font-size: 47px;
    }
    .comm h3{
        font-size: 50px;
    }
    .comm{
        padding-left: 35px;
        padding-right: 35px;
        height: 800px;
        background-color: white;
        width:95%;
        margin-right: 10px;
        margin-left: 10px;
        font-family: manrope;
        border-radius: 20px;
    }
    .comments{
        background-color: #f2f2f2;
    }
    .commentshead{
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 200px;
    }
    .panel {
        padding: 0 18px;
        background-color: white;
        font-family: manrope;
        font-size: 30px;
        display: none;
        overflow: hidden;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .accordion {
        background-color: white;
        color: #22211f;
        cursor: pointer;
        padding: 25px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        font-family: manrope;
        font-size: 40px;
        transition: 0.4s;
        margin-top: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .faq{
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 200px;
    }
    input[type=file] {
        font-family: manrope;
        font-size: 40px;
    }

    input::file-selector-button {
        color: #f2f2f2;
        padding: 0.5em;
        border: none;
        background-color: #242A36;
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 40px;
        font-family: manrope;
        transition: 1s;
    }
    .name {
        width: 100%;
        padding: 20px 20px;
        margin: 8px 0;
        font-size: 40px;
        display: inline-block;
        border: 2px solid #242A36;
        box-sizing: border-box;

        font-family: manrope;

    }
    .captcha{
        width: 50%;
        padding: 20px 20px;
        margin: 8px 0;
        font-size: 40px;
        display: inline-block;
        border: 2px solid #242A36;
        box-sizing: border-box;

        font-family: manrope;
    }

    .comment {
        width: 100%;
        padding: 20px 20px;
        margin: 8px 0;
        font-size: 40px;
        display: inline-block;
        box-sizing: border-box;
        border: 2px solid #242A36;
        font-family: manrope;
        resize: none;
    }
    input[type=tel] {
        width: 100%;
        padding: 20px 20px;
        margin: 8px 0;
        font-size: 40px;
        display: inline-block;
        border: 1px solid #242A36;;
        box-sizing: border-box;
        font-family: manrope;
    }

    .forming p {
        margin-bottom: 0;
        font-size: 40px;
    }
    .forming{
        display: block;
        font-family: manrope;
        font-size: 40px;
        width:90%;
        margin-left: 50px;
        margin-right: 50px;
    }
    textarea:focus, input:focus {
        outline: none;
    }

    input[type=submit] {
        border-radius: 10px;
        margin-top: 20px;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        font-family: manrope;
        text-transform: uppercase;
        font-size: 40px;
        color: #f2f2f2;
        background-color: #242A36;
        cursor: pointer;
        transition: 1s;

    }
    .ostav{
        font-family: manrope;
        text-align: center;
        font-size: 27px;

    }
    .freeh {
        font-family: damn;
        font-size: 100px;
        line-height: 0;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #242A36;
        text-align: center;
    }

    .consh {
        font-family: damn;
        font-size:100px;
        line-height: 0;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 75px;
        margin-top: 100px;
        color: #242A36;
    }
    .contact{
        overflow: auto;
        padding-top: 200px;
    }
    .qr{
        display: none;

    }
    .qr a{
        color: #f2f2f2;
    }
    .caurmargin{
        margin-right: 50px;
        margin-left: 50px;
    }
    .step h3{
        font-size: 40px;
        margin-left: 35px;
    }
    .step p{
        font-size: 35px;
        margin-left: 25px;
    }
    .step{
        background-color: white;
        border-radius: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        font-family: manrope;
    }
    .fourth{
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 200px;
    }
    .howto .subhead{
        display: none;
    }
    .howtoimg{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        border-radius: 20px;
        width: 100%;
    }
    #obr{
        scale: 3;
		font-size: 40px;
        margin-left: 5px;
        margin-right: 15px;
    }
    .firstmargin{
        margin-left: 50px;
        margin-right: 50px;
    }
    .salary {
        font-family: Roboto, sans-serif;
        color: #f2f2f2;

        font-size: 70px
    }
    .profname {
        color: #f2f2f2;

        font-size: 50px;
        min-height: 60px;
        margin-top: 30px;
        height: 200px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
    }
    .fifth{
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 200px;
    }
    .exp {
        color: #f2f2f2;
        font-size: 40px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
    }
    .collab{
        height: 1000px;
        background-color: #f2f2f2;
    }
    .secmargin{
        margin-left: 50px;
        margin-right: 50px;
    }
    .profinst {
        font-family: manrope;
        width: 90%;
        height: 1000px;
        text-align: center;
        background-color: rgba(36,42,54, 1);
        margin-right: 5px;
        margin-left: 5px;
        color: #f2f2f2;
        padding-left: 17px;
        padding-right: 17px;
        border-radius: 20px;
        transition: 1s;
    }

    .profinfo {
        color: #f2f2f2;
        font-size: 35px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
        height: 200px;
    }

    .more {

        position: fixed;
        left: 37%;
        bottom: 70px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .profmore {
        background-color: #f2f2f2;
        color: #22211f;
        padding: 10px;
        font-size: 40px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
        position: absolute;
        margin-top: auto;
        border-radius: 10px;
        cursor: pointer;
    }

    .profbut {
        border: none;
        background-color: #04bcec;
        font-family: manrope;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        transition: 0.7s;
        margin-bottom: 70px;
    }


    .partner {
        font-size: 20px;
        font-family: manrope;
        line-height: 15px;
        color: #22211f;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
    }
    .carousel {
        background: rgba(0, 0, 0, 0);
        width: 100%;
    }

    .carousel-cell {
        display: flex;
        justify-content: center;
        width: 20%;
        height: fit-content;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: carousel-cell;
    }

    .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
    }
    .part{
        background-color: #f2f2f2;
    }

    .partners{
        display: flex;
    }
    .partner img {
        width: 200px;
        height: 111px;
        filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(180deg);
    }
    .third{
        display: none;
    }
    .plusdesc{
        font-size: 35px;
        width: 80%;
        margin-left: 35px;
    }
    .plusname{
        font-size: 40px;


        margin-left: 35px;
    }
    .one{
        background-color: #242A36;
        color: #f2f2f2;
        font-family: manrope;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 0px 15px 0px;
        border-radius: 20px;
        margin-bottom: 15px;
    }
    .sec{
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 200px;
    }
    .subhead {
        display: block;
        text-align: center;
        margin-top: -100px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        color: #242A36;
        font-size: 50px;
        font-family: manrope;

        white-space: nowrap;
    }
    .header{
        display: none;
    }
    .first {
        width: 100%;
        height: 100%;
        background-image: url("../content/main.jpg");
        font-family: 'DAMN', sans-serif;
        font-weight: lighter;
        min-height: 65vh !important;
        background-size: cover;
        overflow: auto;
        text-transform: uppercase;
        display: flex;
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .slogan{
        color: #f2f2f2;
        margin-bottom: 30px;
        font-size: 100px;
    }
    .withus img{
        width:800px;
        margin-bottom: 50px;
    }

    .responsebut {
        font-family: manrope;
        background-color: #04bcec;
        text-transform: uppercase;

        color: white;
        border: none;
        padding: 15px 30px 15px 30px;
        font-size: 35px;
        margin-top: 4px;
        margin-bottom: 20px;
        width: 100%;
        height: 100px;
        border-radius: 10px;
        transition: 1s;
    }
    .abouthead{
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        color: #242A36;
        font-size: 100px;
        font-family: damn;
    }
    .abouttext{
        font-family: manrope;
        font-size: 35px;
        text-align: center;
    }
    .firstimg{
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .about{
        overflow: auto;
        background-color: #f2f2f2;
        padding-top: 100px;
    }
}

@media screen and (min-width: 1000px) {
    .headerbut a{
        color: #f2f2f2;
        text-decoration: none;

    }

    .headerbut {
        text-transform: uppercase;

        font-family: manrope;
        background-color: #04bcec;
        color: white;
        border: none;
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        margin-left: 20px;
        border-radius: 10px;
        transition: 1s;
    }

    .headerbut:hover {
        background-color: white;
        color: #04bcec;
    }
    .headerbut:hover a{
        color: #04bcec;
    }

    .logo {
        width: 205px;
        height: 53px;
    }

    .upperheadcontain {
        display: flex;
        background-color: #242A36;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 300px;
        margin-right: 300px;
        align-items: center;
    }

    .upperheader {
        background-color: #242A36;
    }

    .bottomheader {
        display: flex;
        background-color: rgb(40, 47, 60);
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header {
        color: black;
        font-family: manrope;
        display: block;
        position: sticky;

        top: 0;
        z-index: 100;
    }

    .links {
        padding-top: 4px;
        padding-bottom: 4px;
        display: flex;
        color: #f2f2f2;
        width: 100%;
        justify-content: space-between;
        margin-left: 300px;
        margin-right: 300px
    }

    .links p {

    }
    .fifthmobile{
        display: none;
    }
    .thirdmobile{
        display: none;

    }
    .connect {
        color: #f2f2f2;
        display: flex;
        margin-left: auto;
        justify-content: center;
        align-items: center;
    }

    .connect img {
        margin-left: 5px;
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

    .connect p {
        margin-right: 20px;
    }

    .first {
        width: 100%;
        height: 100%;
        background-image: url("../content/main.jpg");
        font-family: 'DAMN', sans-serif;
        font-weight: lighter;
        min-height: 85vh !important;
        background-size: cover;
        overflow: auto;
        text-transform: uppercase;
        display: flex;
        padding-top: 50px;

    }


    .firstmargin {

        margin-left: 300px;
        margin-right: 300px
    }

    .subhead {
        display: block;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        color: #242A36;
        font-size: 30px;
        font-weight: lighter;
        font-family: manrope;
    }

    .secmargin {
        width: 100%;
        margin-left: 300px;
        margin-right: 300px
    }

    .firstimg {
        width: 600px;
        height: 180px;
    }
    .howtoimg{
        width: 800px; height: 400px;
        border-radius: 20px;
    }
    .withus {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .slogan {
        padding: 0;
        color: white;
        font-size: 100px;
        margin: 50px 100px 20px 0px;
    }

    .responsebut {
        font-family: manrope;
        background-color: #04bcec;
        text-transform: uppercase;

        color: white;
        border: none;
        padding: 15px 30px 15px 30px;
        font-size: 16px;
        margin-left: 20px;
        margin-top: 4px;
        margin-bottom: 4px;
        width: 300px;
        border-radius: 10px;
        transition: 1s;
    }
    .responsebut:hover {
        background-color: #f2f2f2;
        text-decoration: none;
        color: #04bcec;
    }
    .stepnum{
        background-image: url("/content/number.png");
        background-repeat: no-repeat;
    }

    .description {
        display: flex;
    }

    .description img {
        width: 560px;
        height: 377px;
        border-radius: 20px;
    }

    .hrtitle {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 115px;
        font-size: 180px;
        line-height: 0px;
        color: #f2f2f2;
    }

    .hrtitle2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 180px;
        line-height: 0px;
        color: #04bcec;
        display: flex;
        height: fit-content;
        align-items: center;
    }

    .hrtitle p {
        margin-bottom: 0;
    }

    .hrtitle2 button {
        height: fit-content;
        margin-left: 35%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 80px;
        padding-right: 80px;
        color: #282828;
        background-color: #04bcec;
        border: none;
        font-family: manrope;
        font-size: 18px;
        transition: 0.7s;
    }

    .hrtitle2 button:hover {
        background-color: #242A36;
        color: #04bcec;
    }

    .firstcontent {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .sec {
        display: flex;
        width: 100%;
        background-color: #f2f2f2;
        padding-top: 50px
    }

    .plus {
        display: flex;
        margin-bottom: 70px;
        justify-content: space-between;
        width: 100%;

    }

    .pluses {


    }
    .seccontent {
        margin-top: 7%;
        display: flex;
        justify-content: center;
    }

    .one h3 {

        font-family: manrope;
        text-transform: uppercase;
        color: #f2f2f2;
        font-weight: normal;
        font-size: 22px;
        line-height: 25px;
    }

    .plusdesc {
        font-family: manrope;
        color: #f2f2f2;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;


    }

    .plusname {
        font-family: manrope;
        color: #f2f2f2;

        font-size: 20px;


    }

    .one {
        background-color: rgba(36,42,54, 0.5);
        width: 350px;
        height: 150px;
        padding: 10px 20px 20px 20px;
        border-radius: 15px;
        transition: 1s;
    }
    .one:hover{
        background-color: rgba(36,42,54, 1);
    }

    .third {
        position: relative;
        background-color: #f2f2f2;
        overflow: auto;
        display: flex;
        justify-content: center;
        padding-bottom:100px ;
        padding-top: 50px;
    }

    .h {
        color: #04bcec;
        position: relative;
        font-family: damn;
        font-size: 200px;
        text-transform: uppercase;
        line-height: 0;
        padding: 0;
        margin-bottom: -100px;
        height: fit-content;
        z-index: 99;
    }

    .uh {
        position: relative;
        font-family: damn;
        color: #363534;
        font-size: 200px;
        text-transform: uppercase;
        line-height: 0;
        padding: 0;
        margin-top: 200px;
        margin-left: 100px;
        height: fit-content;
        margin-bottom: 50px;
    }

    .sphereimg img {
        margin: 0;
        border-radius: 20px;
    }

    .thirdcontent {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .sphere {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #22211f;
        padding-right: 20px;
        padding-left: 10px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }

    .sphere1 {
        padding-bottom: 8px;
        color: #22211f;
        background-color: white;
        padding-top: 8px;
        padding-left: 10px;
        padding-right: 20px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }

    .spheres {
    }

    .fourth {
        width: 100%;
        background-color: #f2f2f2;
        overflow: auto;
    }

    .h4 {
        color: #363534;
        position: relative;
        font-family: damn;
        font-size: 200px;
        text-transform: uppercase;
        line-height: 0;
        padding: 0;
        margin-bottom: -80px;
        height: fit-content;
        margin-left: 200px;
    }

    .uh4 {
        position: relative;
        font-family: damn;
        color: #04bcec;
        font-size: 200px;
        text-transform: uppercase;
        line-height: 0;
        padding: 0;
        margin-left: 0px;
        height: fit-content;
        margin-bottom: 50px;
    }

    .howto {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 50px;

    }

    .howto img {

    }
    .about{
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 100px;
        padding-bottom: 150px;

    }
    .abouthead{
        display: block;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        color: #242A36;
        font-size: 130px;
        line-height: 150px;
        font-family: damn;
    }
    .abouttext{
        color: #22211f;
        font-family: manrope;
        margin-right: 50px;
        font-size: 25px;
    }
    .step h3 {
        font-family: manrope;
        text-transform: uppercase;
        color: #22211f;

        font-size: 22px;
        line-height: 5px;
        line-height: 27px;
        margin: 0;
    }

    .step p {
        font-family: manrope;
        color: #22211f;

        font-size: 14px;
        margin-left: 22px;
    }

    .steps {
        margin-left: 2%;
    }

    .step {
        background-color: white;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .fifth {
        padding-top: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #f2f2f2;
    }

    .h5 {
        color: #04bcec;
        font-family: damn;
        font-size: 200px;
        text-transform: uppercase;
        line-height: 0;
        padding: 0;
        margin-bottom: 100px;
        height: fit-content;
    }

    .partners {
        display: flex;
        justify-content: space-between;
    }

    .partner {
        font-size: 20px;
        font-family: manrope;
        line-height: 15px;
        color: #22211f;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
    }

    .partner img {
        width: 220px;
        height: 124px;
        filter: brightness(0%);
    }

    .carousel {
        background: rgba(0, 0, 0, 0);
        width: 100%;
    }

    .carousel-cell {
        display: flex;
        justify-content: center;
        width: 20%;
        height: fit-content;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: carousel-cell;
    }

    .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

    .collab {
        font-family: manrope;
        display: flex;
        justify-content: center;
        background-color: #f2f2f2;
        padding-bottom: 100px;
    }

    .b24-window {
        z-index: 999999;
    }

    .profname {
        color: #f2f2f2;

        font-size: 18px;
        min-height: 60px;
        margin-top: 30px;
        height: 80px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
    }

    .exp {
        color: #f2f2f2;
        font-size: 14px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
    }
    .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #777;
        float: right;
        font-family: manrope;
        margin-left:10px;
    }

    .active:after {
        font-family: manrope;
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }
    .profinst {
        width: 30%;
        height: 400px;
        text-align: center;
        background-color: rgba(36,42,54, 0.5);
        margin-right: 5px;
        margin-left: 5px;
        color: #f2f2f2;
        padding-left: 17px;
        padding-right: 17px;
        border-radius: 20px;
        transition: 1s;
    }
    .profinst:hover{
        background-color: rgba(36,42,54, 1);
    }

    .profinfo {
        color: #f2f2f2;
        font-size: 14px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
        height: 100px;
    }

    .more {

        position: fixed;
        left: 40%;
        bottom: 20px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .profmore {
        background-color: #f2f2f2;
        color: #22211f;
        padding: 10px;
        font-size: 14px;
        overflow: hidden; /* Don't forget this one */
        text-overflow: ellipsis;
        position: absolute;
        margin-top: auto;
        border-radius: 10px;
        cursor: pointer;

    }

    .profbut {
        border: none;
        background-color: #04bcec;
        font-family: manrope;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        transition: 0.7s;
        margin-bottom: 70px;
    }

    .profbut:hover {
        background-color: #22211f;
        color: #f2f2f2;
    }

    .partnersplate {
        width: 100%;
        background-color: #f2f2f2;
    }

    .profgot {
        display: flex;
        justify-content: center;

    }

    .part {
        width: 100%;
        background-color: #f2f2f2;
        display: flex;
        justify-content: center;
    }

    .freeh {
        font-family: damn;
        font-size: 100px;
        line-height: 0;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #242A36;
    }

    .contact {
        display: flex;
        background-color: #f2f2f2;
        margin-left: 300px;
        justify-content: space-between;
        margin-right: 300px;
    }

    .consh {
        font-family: damn;
        font-size:100px;
        line-height: 0;
        text-transform: uppercase;
        text-align: right;
        margin-bottom: 75px;
        margin-top: 100px;
        margin-left: -130px;
        color: #242A36;
    }

    .form {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
        padding-bottom: 50px;
    }

    .forming {
        height: fit-content;
        font-family: manrope;
        margin-left: 100px;
    }

    .ostav {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        font-family: manrope;
        font-size: 14px;
        margin-bottom: 30px;
        color: #242A36;
    }

    .vachref {
        margin-left: 300px;
    }

    .name {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 2px solid #242A36;;
        box-sizing: border-box;

        font-family: manrope;

    }
    .captcha{
        width: 50%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 2px solid #242A36;;
        box-sizing: border-box;

        font-family: manrope;
    }
    .comment {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        box-sizing: border-box;
        border: 2px solid #242A36;
        font-family: manrope;
        resize: none;
    }

    input[type=tel] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 2px solid #242A36;;
        box-sizing: border-box;
        font-family: manrope;
        border-radius: 10px;
    }

    .forming p {
        margin-bottom: 0;
    }

    textarea:focus, input:focus {
        outline: none;
    }

    input[type=submit] {
        border-radius: 10px;
        margin-top: 20px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        font-family: manrope;
        text-transform: uppercase;
        font-size: 16px;
        color: #f2f2f2;
        background-color: #242A36;
        cursor: pointer;
        transition: 1s;

    }
    input[type=submit]:hover{
        color: #242A36;
        background-color: #04bcec;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        background-color: rgba(36,42,54, 1);
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .footer img {
        width: 370px;
        height: 70px;
        margin-right: 10%;
        scale: 0.7;
    }

    .contacts {
        position: relative;
        display: flex;
        color: #f2f2f2;
        font-family: manrope;
        text-transform: uppercase;
    }

    .mail {
        margin-left: auto;
        margin-right: 10px;
        text-decoration: none;
        color: #f2f2f2;
    }

    .map {

    }

    .map p {
        margin-right: 10px;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .phone {
        margin-left: 10px;
        text-decoration: none;
        color: #f2f2f2;
    }

    .cards {
        display: none;
        align-items: center;
        width: 100%;
        background-color: #22211f;
        text-align: center;
        justify-content: center;
        padding-top: 100px;

    }

    .litera {

        line-height: 0;
        color: #22211f;
        font-family: manrope;
        font-size: 130px;
        margin-bottom: 60px;
        margin-top: 80px;
        text-transform: uppercase;

    }

    .word {
        color: #22211f;
        font-family: manrope;
    }

    .inner {
        color: #22211f;
    }

    .outer {
        height: fit-content;
    }

    .card {
        justify-content: center;
        display: flex;
        margin-left: 15px;
        margin-right: 15px;
        align-items: center;
        width: 170px;
        height: 220px;
        background-color: #f2f2f2;
        transition: 1s;
    }

    .card:hover .outer {
        display: none;
    }

    .card:hover .inner {
        display: block;
    }

    .inner {
        display: none;
    }
    .howtoimg{
        width: 800px; height: 400px;
        margin-bottom: 50px;
    }
    .title {
        font-family: manrope;
        font-size: 20px;
    }

    .desc {
        font-family: manrope;
        font-size: 16px;
    }

    .spheres p {
        cursor: default;
    }

    .partner div {
        width: 255px;
        height: 155px;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    input[type=text] {
        font-family: manrope;
        border-radius: 10px;

    }
    input[type=file] {
        font-family: manrope;
        border-radius: 10px;;
    }
    textarea{
        font-family: manrope;
        border-radius: 10px;
        border: 2px solid #242A36;

    }
    input::file-selector-button {
        color: #f2f2f2;
        padding: 0.5em;
        border: none;
        background-color: #242A36;
        margin-top: 10px;
        padding: 10px 20px;
        font-family: manrope;
        border-radius: 10px;
        transition: 1s;
    }
    input::file-selector-button:hover{
        color: #242A36;

        background-color: #04bcec;
    }
    .telega {
        display: flex;
        height: 300px;
        justify-content: center;
        align-items: center;
        background-color: #22211f;
    }

    .telega p {
        color: #f2f2f2;
        font-family: manrope;
        font-size: 25px;
    }

    #allvac {
        position: relative;
        border: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #04bcec;
        color: #22211f;
        padding: 10px 40px;

        font-family: manrope;
        cursor: pointer;
        font-size: 22px;
    }

    .telega button {
        position: relative;
        border: none;
        background-color: #04bcec;
        color: #22211f;
        padding: 15px 40px;
        margin-left: 35%;
        font-family: manrope;
        cursor: pointer;
        font-size: 22px;
    }

    .salary {
        font-family: Roboto, sans-serif;
        color: #f2f2f2;
        font-size: 25px
    }

    .qr {
        background-color: rgba(36,42,54, 1);
        padding: 20px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
        border-radius: 20px;
    }

    .qr a {
        color: #ecedee;
        font-family: manrope;
        font-size: 18px;
    }

    .faq {
        background-color: #f2f2f2;
        overflow: auto;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .accordion {
        background-color: #f2f2f2;
        color: #22211f;
        cursor: pointer;
        padding: 25px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        font-family: manrope;
        font-size: 20px;
        transition: 0.4s;
        margin-top: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #ccc;
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
        padding: 0 18px;
        background-color: white;
        font-family: manrope;
        font-size: 20px;
        display: none;
        overflow: hidden;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .commentshead {
        background-color: #f2f2f2;
        overflow: auto;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .comments {
        background-color: #f2f2f2;
        display: flex;
        justify-content: center;
        padding-bottom: 100px;

    }
    .comm p{
        color: #f2f2f2;
        line-height: 40px;
    }
    .comm {
        display: block;
        background-color: rgba(36,42,54, 0.5);
        padding: 20px;
        width: 390px;
        height: 350px;
        margin-right: 6px;
        margin-left: 6px;
        border-radius: 20px;
        transition: 1s  ;
    }
    .comm:hover{
        background-color: rgba(36,42,54, 1);
    }
    .commname{
        color: #f2f2f2;
    }
    .commhead {
        display: flex;
    }

    .commhead h3 {
        font-family: manrope;
    }

    .commhead h5 {
        font-family: manrope;
    }

    .commhead img {
        margin-right: 20px;
    }

    .caurmargin {
        width: 100%;
        margin-left: 294px;
        margin-right: 294px
    }

    .comm p {
        font-family: manrope;
        font-size: 20px;
        line-height: 25px;
    }
    .headermobile{
        display: none;
    }

    .achievflex {
        display: flex;
        justify-content: space-between;
    }

    .achiev {
        background-color: #f2f2f2;
        padding-bottom: 50px;
    }

    .achievinst {
        width: 350px;
        text-align: center;
        background-color: rgba(36,42,54, 1);
        padding: 20px;
        border-radius: 30px;
    }

    .achievinst h3 {
        font-family: manrope;
        color: #f2f2f2;
        font-size: 20px;
    }

    .achievinst p {
        color: #f2f2f2;
        font-family: manrope;
    }
    .sitemap a{
        color: #04bcec;
        font-family: manrope;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .useful{
        color: #04bcec;
        font-family: manrope;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cont{
        color: #f2f2f2;
        font-family: manrope;
        font-size: 16px;
    }
    .socials{
        display: flex;
        width: 50%;

    }
    .socials img{
        width: 50px;
        height: 50px;
    }
    .contacty{
        width: 350px;
    }
}
@media screen and (max-width: 1790px) and (min-width: 1000px){
    .one{
        width: 300px;
        height: 123px;
    }
    .plusname{
        margin: 0;
    }
    .plus{
        margin-bottom: 40px;
    }
    .abouttext{
        font-size: 22px;
    }
    .sphereimg{
        width: 680px;
        height: 400px;
    }
    .step h3{
        font-size: 18px ;
    }
    .step p{
        margin-left: 14px;
        font-size: 14px;
    }
    .howtoimg{
        width: 750px; height: 382px;
    }
    .forming{
        margin-left: 20px;
    }
    .achievinst{
        padding: 10px;
    }
}
@media screen and (max-width: 1710px) and (min-width: 1000px){
    .qr{
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .freeh{
        font-size: 90px;
    }
    .consh{
        font-size: 90px;
    }
    .step h3{
        font-size: 17px ;
    }
    .step p{
        margin-left: 14px;
        font-size: 13px;
    }
    .howtoimg{
        width: 740px; height: 370px;
    }
    .achievinst{
        padding: 10px;
        scale: 0.9;
    }
}
@media screen and (max-width: 1650px) and (min-width: 1000px){
    .freeh{
        font-size: 80px;
    }
    .consh{
        font-size: 80px;
    }
    .profinst {
        width: 29%;
        height: 400px;
        text-align: center;

        margin-right: 5px;
        margin-left: 5px;
        color: #22211f;
        border: 1px solid white;
        padding-left: 17px;
        padding-right: 17px;
    }
    .partner div{
        width: 220px;
        height: 132px;
    }
    .sphereimg{
        width: 620px;
        height: 360px;
    }
    .spheres{
        font-size: 14px;
    }
    .slogan{
        font-size: 100px;
    }
    .withus img{
        width: 600px;
        height: 180px;
    }
    .plusdesc{
        font-size: 12px;
        line-height: 17px;
    }
    .one{
        width: 250px;
        height: 109px;
    }
    .plusname{
        font-size: 17px;
        margin: 0;
    }
    .plus{
        margin-bottom: 25px;
    }
    .pluses{
        width: 100%;
    }
    .howtoimg{
        display: block;
        width:680px;
        height: 360px;
    }
    .about{
        padding-bottom: 50px;
    }
    .howto{
        justify-content: space-between;
    }
    .step h3{
        font-size: 15px ;
        line-height: 15px;
    }
    .step p{
        margin-left: 14px;
        font-size: 13px;
    }
    .steps{
        margin: 0;
    }
    .abouthead{
        font-size: 100px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1565px) and (min-width: 1000px){
    .step h3{
        font-size: 16px ;
    }
    .howtoimg{
        display: block;
        width:650px;
        height: 333px;
    }
    .step p{
        margin-left: 14px;
        margin-top: 0;
        font-size: 14px;
    }
    .freeh{
        font-size: 80px;
    }
    .consh{
        font-size: 80px;
    }
    .abouttext{
        font-size: 18px;
    }
}
@media screen and (max-width: 1540px) and (min-width: 1000px){
    .upperheadcontain {
        margin-left: 150px;
        margin-right: 150px;
    }
    .abouttext{
        font-size: 40px;
    }
    .links {
        margin-left: 150px;
        margin-right: 150px;
    }
    .firstmargin {
        margin-left: 150px;
        margin-right: 150px;
    }
    .caurmargin{
        margin-left: 150px;
        margin-right: 150px;
    }
    .secmargin {
        margin-left: 150px;
        margin-right: 150px;
    }
    .freeh{
        text-align: center;
        font-size: 90px;
    }
    .consh{
        text-align: center;
        font-size: 90px;
        margin-left: 0;
    }
    .contact{
        display: block;
        overflow: auto;
    }
    .ostav{
        text-align: center;
    }
    .qr{
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .form{
        margin-top:40px;

    }
    .forming{
        margin-left: 0;
    }
    .partner div{
        width: 200px;
        height: 111px;
    }
    .slogan{
        font-size: 120px;
    }
    .withus img{
        width: 540px;
        height: 160px;
    }
    .abouttext{
        font-size: 23px;
    }
    .step h3{
        font-size: 20px ;
        line-height: 27px;
    }
    .howtoimg{
        display: block;
        width:650px;
        height: 333px;
    }
    .step p{
        margin-left: 14px;
        font-size: 18px;
    }
    .sphere {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #22211f;
        padding-right: 100px;
        padding-left: 10px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
    .sphereimg{
        width: 700px;
        height: 400px;
    }

    .sphere1 {
        color: #22211f;
        background-color: white;
        padding-top: 8px;
        padding-left: 10px;
        padding-bottom: 8px;
        padding-right: 100px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }

}
@media screen and (max-width: 1490px) and (min-width: 1000px){
    .partner div{
        width: 150px;
        height: 95px;
    }
    .partner img{
        width: 150px;
        height: 95px;
    }
    .partdesc{
        font-size: 12px;
    }
    .slogan{
        font-size: 100px;
    }
    .plus{
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .one{
        margin-bottom: 40px;
    }
    .plusdesc{
        font-size: 16px;
    }
    .one{
        width: 400px;
        height: 160px;
    }
    .plusname{
        font-size: 22px;
        margin: 0;
    }
    .withus img{
        width: 600px;
        height: 180px;
        margin-bottom: 20px;
    }
    .withus{
        display: block;
    }
    .withus button{
        margin-left: 0;
    }
    .abouttext{
        font-size: 16px;
    }
}
@media screen and (max-width: 1470px) and (min-width: 1000px){
    .plusdesc{
        line-height: 20px;
    }
    .sphereimg{
        width: 640px;
        height: 380px;
    }
    .step h3{
        font-size: 16px ;
        line-height: 27px;
    }
    .howtoimg{
        display: block;
        width:650px;
        height: 333px;
    }
    .step p{
        margin-left: 14px;
        font-size: 14px;
    }
    .slogan {
        font-size: 100px;
    }

    .withus img {
        width: 600px;
        height: 180px;
        margin-bottom: 20px;
    }

    .withus {
        display: block;
    }

    .withus button {
        margin-left: 0;
    }

    .upperheadcontain {
        margin-left: 150px;
        margin-right: 150px;
    }

    .links {
        margin-left: 150px;
        margin-right: 150px;
    }

    .firstmargin {
        margin-left: 150px;
        margin-right: 150px;
    }

    .secmargin {
        margin-left: 150px;
        margin-right: 150px;
    }
    .abouttext{
        font-size: 20px;
    }
}
@media screen and (max-width: 1333px) and (min-width: 1000px){
    .sphere {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #22211f;
        padding-right: 20px;
        padding-left: 10px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
    .sphereimg{
        width: 640px;
        height: 360px;
    }
    .contact{
        margin-left: 150px;
        margin-right: 150px;
    }
    .consh{
        font-size: 85px;
    }
    .freeh{
        font-size: 85px;
    }
    .sphere1 {
        color: #22211f;
        background-color: white;
        padding-top: 8px;
        padding-left: 10px;
        padding-bottom: 8px;
        padding-right: 20px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 1000px){
    .consh{
        font-size: 85px;
    }
    .freeh{
        font-size: 85px;
    }
    .sphere {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #22211f;
        padding-right: 20px;
        padding-left: 10px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
    .sphereimg{
        width: 600px;
        height: 340px;
    }

    .sphere1 {
        color: #22211f;
        background-color: white;
        padding-top: 8px;
        padding-left: 10px;
        padding-bottom: 8px;
        padding-right: 20px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
    .step h3{
        font-size: 16px ;
        line-height: 30px;
    }
    .howtoimg{
        display: block;
        width:600px;
        height: 290px;
    }
    .step p{
        margin-left: 14px;
        font-size: 13px;
    }
    .abouttext{
        font-size: 18px;
    }
}
@media screen and (max-width: 1190px) and (min-width: 1000px) {
    .sphere {
        padding-top: 6px;
        padding-bottom: 6px;
        color: #22211f;
        padding-right: 200px;
        padding-left: 10px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
    .sphereimg{
        width: 600px;
        height: 340px;
    }

    .sphere1 {
        color: #22211f;
        background-color: white;
        padding-top: 6px;
        padding-left: 10px;
        padding-bottom: 6px;
        padding-right: 200px;
        font-family: manrope;
        border-bottom: 1px solid rgba(78, 78, 78, 0.24);
        border-radius: 15px;
    }
    .slogan {
        font-size: 120px;
    }

    .withus img {
        width: 600px;
        height: 180px;
        margin-bottom: 20px;
    }

    .withus {
        display: block;
    }

    .withus button {
        margin-left: 0;
    }

    .upperheadcontain {
        margin-left: 60px;
        margin-right: 60px;
    }

    .links {
        margin-left: 60px;
        margin-right: 60px;
    }

    .firstmargin {
        margin-left: 60px;
        margin-right: 60px;
    }

    .secmargin {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1000px){
    .step h3{
        font-size: 15px ;
        line-height: 17px;
    }
    .howtoimg{
        display: block;
        width:650px;
        height: 333px;
    }
    .step p{
        margin-left: 14px;
        font-size: 14px;
    }
    .profinst {
        width: 28.6%;
        height: 400px;
        text-align: center;
        background-color: rgba(34,33,31, 0.9);
        margin-right: 5px;
        margin-left: 5px;
        color: #22211f;
        border: 1px solid white;
        padding-left: 17px;
        padding-right: 17px;
    }
}

