html,body{
    margin: 0;
    height: 100%;
    width: 100%;
	font-family: 'Montserrat';
}
.screen_1{
    height: 100%;
    width: 100%;
    /*background: linear-gradient(to left, rgb(139, 0, 0), rgb(92, 0, 167));*/
    background: linear-gradient(135deg, rgb(175, 6, 255), rgb(0, 119, 229), rgb(0, 216, 229));
}
.screen_2{
    height: 100%;
    width: 100%;
    background-color: rgb(250, 250, 250);
}
.screen_2{
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, rgb(175, 6, 255) 0%, rgb(0, 119, 229) 25%, rgb(0, 216, 229) 51%, #ff357f 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
          animation: AnimateBG 20s ease infinite;
}

@-webkit-keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header{
    height: 10%;
    width: 100%;
    background-color: rgba(137, 43, 226, 0);
    display: flex;
	/*font-family: 'Unbounded', cursive;*/
}
.content{
    height: 90%;
    width: 100%;
    background-color: rgba(43, 226, 174, 0);
    display: flex;
}
.__content{
    height: 90%;
    width: 100%;
    background-color: rgba(43, 226, 174, 0);
    display: flex;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: hsl(0 0% 50%);
}
.content::-webkit-scrollbar {
    width: 20px;
}
/*.content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}*/
.content::-webkit-scrollbar-thumb {
    background: rgb(190, 190, 190);
    border-radius: 10px;
}
.intro_photo{
    position: absolute;
    height: 500px;
    width: 800px;
    background-color: rgba(43, 226, 174, 0);
    right: 100px;
    bottom: 150px;
    object-fit: fill;
    object-position: bottom; 
}
._content{
    height: 90%;
    width: 100%;
}
.header_label{
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
    color: white;
	font-family: 'Unbounded', cursive;
}
.header_label_{
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
    background: linear-gradient(135deg, rgb(175, 6, 255), rgb(0, 119, 229), rgb(0, 216, 229));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Unbounded', cursive;
}
.logo{
    position: relative;
    top: 25%;
    height: 90%;
    width: 10%;
    background-color: rgba(245, 222, 179, 0);
    font-size: 80px;
    text-align: center;
    color: white;
    background-size: 100% 100%;
    background-image: url(/imgs/logo_white.svg);
}
.found{
    position: relative;
    height: 50%;
    width: 85%;
    top: 25%;
    background-color: rgba(128, 0, 128, 0);
    font-size: 15px;
    line-height: 20px;
    color: white;
}
.label_row{
    position: relative;
    top: 25px;
    height: 100px;
    margin-top: 40px;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    font-size: 65px;
    padding-left: 35px;
    font-weight: bold;
    line-height: 95px;
	font-family: 'Unbounded', cursive;
}
#l_r_1{
    width: 46%;
}
#l_r_2{
    width: 48%;
}
#l_r_3{
    width: 26%;
}
.slogan{
    position: relative;
    top: 45px;
    margin-top: 40px;
    background-color: rgba(245, 222, 179, 0);
    padding-left: 45px;
    font-size: 23px;
    line-height: 30px;
    color: white;
    width: 47%;
}
.list_text{
    height: 100%;
    width: 60%;
    background-color: rgba(65, 105, 225, 0);
}
.list_content{
    position: relative;
    margin: auto;
    top: 15%;
    left: 0%;
    height: 75%;
    width: 80%;
    background-color: rgba(165, 144, 42, 0);
    font-size: 23px;
    line-height: 32px;
}
.outside {
  list-style-position: outside;
  list-style-type: circle;
}
.mini_label{
    margin-top: 15px;
    font-size: 30px;
    line-height: 35px;
    background: linear-gradient(135deg, rgb(0, 119, 229), rgb(0, 216, 229));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mini_label_{
    margin-top: 15px;
    font-size: 30px;
    line-height: 35px;
}
.vr_content{
    position: relative;
    top: 20%;
    height: 50%;
    width: 100%;
    background-color: rgba(165, 144, 42, 0);
    text-align: center;
    font-size: 450px;
    line-height: 425px;
    font-weight: bold;
    background: linear-gradient(135deg, rgb(0, 119, 229), rgb(0, 216, 229));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vr_content_{
    position: relative;
    top: 20%;
    height: 50%;
    width: 100%;
    text-align: center;
    font-size: 400px;
    line-height: 425px;
    font-weight: bold;
    color: white;
}
.vr_label{
    height: 100%;
    width: 40%;
    background-color: rgba(165, 42, 42, 0);
}
.arrow{
    position: relative;
    top: 45%;
    height: 10%;
    width: 5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: rgba(165, 42, 42, 0);
}
.project_space{
    height: 100%;
    width: auto;
    background-color: rgba(255, 255, 0, 0);
    display: flex;
    scrollbar-width: thin;
    scrollbar-color: hsl(0 0% 50%);
}
/* новый дизайн проектов*/
.project_content{
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: block;
}
.project_content_body{
    position: relative;
    height: 90%;
    left: 15%;
    width: 70%;
    background-color: rgba(0, 255, 255,0);
    display: flex;
}
.project_content_body_{
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 5;
    overflow: auto;
}
.project_content_body_plane{
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255,0);
    animation: p_c_b_ 0.3s linear;
    z-index: 6;
    display: none;
}
@keyframes p_c_b_ {
    from {
        background-color: rgba(255, 255, 255,0);
        display: block;
    }
    to {
        background-color: rgba(255, 255, 255,0);
        display: none;
    }
}
.off_button{
    position: absolute;
    top: 0%;
    right: 0px;
    height: 50px;
    width: 50px;
    background-color: rgba(200, 200, 200,0);
    z-index: 6;
    color: rgb(0, 0, 0);
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
#project_content_1{
    display: none;
}
#project_content_2{
    display: none;
}
#project_content_3{
    display: none;
}
#project_content_4{
    display: none;
}
#project_content_5{
    display: none;
}
.project_column{
    height: 100%;
    width: 20%;
    background-color: rgba(200, 200, 0, 0);
}
.project_category_item{
    height: 50%;
    width: 100%;
    background-color: rgba(200, 200, 0, 0);
    /*border: 1px black solid;*/
}
.project_category_img{
    position: relative;
    margin: 20px;
    background-color: rgba(200, 200, 200, 0);
    object-fit: cover;
    cursor: pointer;
    animation: p_c_i_0 0.3s linear;
    width: 350px;
    height: 350px;
}
.project_category_label{
    height: 20%;
    width: 100%;
    background-color: rgba(0, 200, 100,0);
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    animation: p_c_l_0 0.3s linear;
}
@keyframes p_c_i_0 {
    from {
        margin: 0px;
        height: 370px;
        width: 370px;
    }
    to {
        margin: 20px;
        height: 350px;
        width: 350px;
    }
}
@keyframes p_c_l_0 {
    from {
        font-size: 40px;
        color: rgb(175, 6, 255);
    }
    to {
        font-size: 35px;
        color: rgb(0,0,0);
    }
}
.project_category_item:hover .project_category_img {
    animation: p_c_i_1 0.3s linear;
    margin: 0px;
    height: 370px;
    width: 370px;
}
.project_category_item:hover .project_category_label {
    animation: p_c_l_1 0.3s linear;
    font-size: 40px;
    color: rgb(175, 6, 255);
}
@keyframes p_c_i_1 {
    from {
        margin: 20px;
        height: 350px;
        width: 350px;
    }
    to {
        margin: 0px;
        height: 370px;
        width: 370px;
    }
}
@keyframes p_c_l_1 {
    from {
        font-size: 35px;
        color: rgb(0,0,0);
    }
    to {
        font-size: 40px;
        color: rgb(175, 6, 255);
    }
}
.project_row{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 20%;
    width: 60%;
    height: 300px;
    background-color: rgba(100, 0, 100, 0);
    cursor: pointer;
    display: flex;
}
.project_img_{
    position: relative;
    height: 300px;
    width: 300px;
    background-color: rgba(200, 200, 200,0);
    top: 0px;
    margin: 0;
    border-radius: 200px;
    object-fit: cover;
}
.project_label_{
    position: relative;
    height: 50%;
    width: 50%;
    padding-left: 50px;
    background-color: rgba(0, 255, 255, 0);
    top: 25%;
    margin: 0;
}
.project_label_name{
    font-size: 50px;
    background-color: rgba(0, 255, 0, 0);
}
.project_label_txt{
    margin-top: 25px;
    font-size: 20px;
    background-color: rgba(100, 0, 255, 0);
}
.project_row_line{
    position: relative;
    top: 0%;
    left: 20%;
    width: 60%;
    height: 1px;
    background-color: rgb(0, 0, 0);
}
/*Новый дизайн преимуществ*/
.advantages{
    position: relative;
    height: auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.content_type_0{
    position: relative;
    height: 500px;
    width: 1400px;
    display: flex;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 25px;
}
.content_type_1{
    position: relative;
    height: 500px;
    width: 1400px;
    display: flex;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 25px;
}
.text_block_left{
    position: relative;
    height: 100%;
    width:50%;
    background-color: rgb(240, 240, 240);
    border-radius: 50px;
    z-index: 5;
}
.different{
    position: relative;
    height: 100%;
    width: 25px;
    background-color: rgba(240, 240, 240,0);
}
.text_block_right{
    position: absolute;
    height: 100%;
    width:50%;
    background-color: rgb(240, 240, 240);
    border-radius: 50px;
    right: 0px;
    z-index: 5;
}
.image_block{
    position: relative;
    height: 100%;
    width:50%;
    background-color: rgb(1, 166, 255);
    border-radius: 50px;
    z-index: 0;
}
.image_block_sub{
    position: relative;
    height: 100%;
    width:60%;
    background-color: rgb(1, 166, 255);
    border-radius: 50px;
    z-index: 0;
}
.text_block_label{
    position: relative;
    top: 10%;
    height: 15%;
    width: 80%;
    margin: auto;
    background-color: rgba(1, 69, 255, 0);
    font-size: 45px;
    font-weight: bold;
}
.text_block_text{
    position: relative;
    top: 15%;
    height: 70%;
    width: 80%;
    margin: auto;
    background-color: rgba(250, 250, 250, 0);
    font-size: 25px;
}
/* новый дизайн проектов*/
.project_item{
    position: relative;
    top: 15%;
    margin-left: 15px;
    margin-right: 15px;
    width: 400px;
    height: 600px;
    background-color: rgba(100, 0, 100, );
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
}
.project_img{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    margin: 0;
}
.project_label{
    position: absolute;
    bottom: 0px;
    height: 20%;
    width: 100%;
    /*background: linear-gradient(to top, rgb(0, 0, 0), rgba(95, 95, 95, 0));*/
    background: white;
    text-align: center;
    margin: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 50px;
    color: black;
}
.team_row{
    position: relative;
    height: 100%;
    left: 10%;
    width: 80%;
    background-color: rgba(242, 0, 255, 0);
    display: flex;
}
.team_item{
    position: relative;
    margin: auto;
    top: 0%;
    width: 25%;
    height: 60%;
    background-color: rgba(0, 255, 47, 0);
    cursor: pointer;
}
.team_img{
    position: relative;
    margin: auto;
    top: 0px;
    left: 0px;
    height: 380px;
    width: 380px;
    background-color: rgba(160, 160, 160,0);
    animation: t_i_0 0.3s linear;
}
@keyframes t_i_0 {
    from {
        height: 410px;
        width: 410px;
        top: -15px;
        left: -15px;
        border-radius: 165px;
    }
    to {
        height: 380px;
        width: 380px;
        top: 0px;
        left: 0px;
    }
}
.team_img:hover{
    height: 410px;
    width: 410px;
    top: -15px;
    left: -15px;
    border-radius: 165px;
    animation: t_i_1 0.3s linear;
}
@keyframes t_i_1 {
    from {
        height: 380px;
        width: 380px;
        top: 0px;
        left: 0px;
    }
    to {
        height: 410px;
        width: 410px;
        top: -15px;
        left: -15px;
        border-radius: 165px;
    }
}
.team_label{
    position: relative;
    top: 20px;
    font-size: 40px;
    width: 100%;
    background-color: rgba(0, 132, 255, 0);
    text-align: center;
    color: white;
}
.post_label{
    position: relative;
    top: 20px;
    font-size: 25px;
    width: 100%;
    background-color: rgba(0, 132, 255, 0);
    text-align: center;
    color: white;
}
.contact_button{
    position: relative;
    margin: auto;
    top: 25%;
    height: 10%;
    width: 700px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-size: 65px;
    line-height: 100px;
    border-radius: 90px;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    animation: c_b_0 0.3s linear;
}
@keyframes c_b_0 {
    from {
        width: 800px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 15px 15px rgba(0,0,0,0.1);
    }
    to {
        width: 700px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    }
}
.contact_button:hover{
    width: 800px;
    animation: c_b_1 0.3s linear;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 15px 15px rgba(0,0,0,0.1);
}
@keyframes c_b_1 {
    from {
        width: 700px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    }
    to {
        width: 800px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 15px 15px rgba(0,0,0,0.1);
    }
}
.contact_button_label{
    background: linear-gradient(135deg, rgb(175, 6, 255), rgb(0, 119, 229), rgb(0, 216, 229));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.basement{
    position: relative;
    margin: auto;
    top: 60%;
    height: 30%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    /*background-size: 100%;
    background-image: url(/imgs/basement.svg);*/
    display: flex;
}
.base_logo{
    position: relative;
    top: 5%;
    left: 2.5%;
    height: 90%;
    width: 10%;
    background-color: rgba(0, 132, 0, 0);
    text-align: center;
    font-size: 30px;
    background-size: 100% 100%;
    background-image: url(/imgs/logo.svg);
}
.info{
    position: relative;
    top: 25%;
    left: 5%;
    height: 50%;
    width: 40%;
    background-color: rgba(0, 132, 255, 0);
    font-size: 22px;
    line-height: 35px;
}
.our_socials{
    position: absolute;
    top: 25%;
    right: 5%;
    height: 50%;
    width: 20%;
    background-color: rgba(50, 132, 255, 0);
    font-size: 30px;
}
.soc_label{
    position: relative;
    top: 0%;
    left: 0%;
    height: 30%;
    width: 100%;
    background-color: rgba(50, 132, 0, 0);
    font-size: 25px;
    text-align: center;
}
.socials{
    position: relative;
    height: 70%;
    width: 100%;
    background-color: rgba(255, 0, 255, 0);
    display: flex;
}
.icon{
    position: relative;
    margin: auto;
    margin-top: 20px;
    height: 70px;
    width: 70px;
    background-color: rgba(255, 85, 0,0);
    cursor: pointer;
}
img.icon{
    margin-top: 0px;
    background-color: rgba(255, 85, 0,0);
}
/*Ноутбуки*/
@media (max-width:1600px) and (min-width:724px){
    .header_label{
        font-size: 40px;
        line-height: 80px;
    }
    .header_label_{
        font-size: 40px;
        line-height: 80px;
    }
    .label_row{
        position: relative;
        top: 10px;
        height: 85px;
        margin-top: 40px;
        font-size: 50px;
        line-height: 80px;
        padding-left: 60px;
    }
    #l_r_1{
        width: 37%;
    }
    #l_r_2{
        width: 39%;
    }
    #l_r_3{
        width: 22%;
    }
    .logo{
        position: relative;
        top: 25%;
        left: 60px;
        height: 90%;
        width: 5%;
    }
    .found{
        position: relative;
        height: 50%;
        width: 80%;
        top: 40%;
        left: 105px;
    }
    .slogan{
        position: relative;
        top: 20px;
        margin-top: 30px;
        padding-left: 60px;
        font-size: 17px;
        color: white;
        width: 55%;
        line-height: 25px;
        z-index: 1;
    }
    .intro_photo{
        position: absolute;
        height: 390px;
        width: 600px;
        right: 30px;
        bottom: 150px;
        z-index: 0;
    }
    .vr_content{
        font-size: 400px;
    }
    .list_content{
        position: relative;
        margin: auto;
        top: 5%;
        height: 95%;
        width: 90%;
        font-size: 23px;
        /*background: rgb(0, 119, 229);*/
    }
    .mini_label{
        margin-top: 15px;
        font-size: 30px;
        line-height: 30px;
        background: linear-gradient(135deg, rgb(0, 119, 229), rgb(0, 216, 229));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mini_label_{
        margin-top: 15px;
        font-size: 30px;
        line-height: 30px;
    }
    .vr_content{
        font-size: 350px;
        line-height: 330px;
        font-weight: bold;
        background: linear-gradient(135deg, rgb(0, 119, 229), rgb(0, 216, 229));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .vr_content_{
        font-size: 350px;
        line-height: 330px;
        font-weight: bold;
        color: white;
    }
    .project_item{
        position: relative;
        top: 10%;
        margin-left: 15px;
        margin-right: 15px;
        width: 400px;
        height: 500px;
        background-color: rgba(100, 0, 100, 0);
        border-radius: 20px;
        cursor: pointer;
        box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.1);
    }
    /**/
    .project_category_img{
        position: relative;
        margin: 0px;
        height: 220px;
        width: 220px;
        margin-top: 10px;
        margin-left: 20px;
        background-size: auto auto;
        background-color: rgba(200, 0, 200,0);
        object-fit: cover;
        cursor: pointer;
        animation: p_c_i_0 0.3s linear;
    }
    .project_category_label{
        margin-top: 0%;
        height: 20%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        animation: p_c_l_0 0.3s linear;
    }
    @keyframes p_c_i_0 {
        from {
            margin-top: 10px;
            margin-left: 10px;
            height: 250px;
            width: 250px;
        }
        to {
            margin-top: 10px;
            margin-left: 20px;
            height: 220px;
            width: 220px;
        }
    }
    @keyframes p_c_l_0 {
        from {
            font-size: 30px;
            color: rgb(175, 6, 255);
        }
        to {
            font-size: 25px;
            color: rgb(0,0,0);
        }
    }
    .project_category_item:hover .project_category_img {
        animation: p_c_i_1 0.3s linear;
        margin-top: 10px;
        margin-left: 10px;
        height: 250px;
        width: 250px;
    }
    .project_category_item:hover .project_category_label {
        animation: p_c_l_1 0.3s linear;
        font-size: 30px;
        color: rgb(175, 6, 255);
    }
    @keyframes p_c_i_1 {
        from {
            margin-top: 10px;
            margin-left: 20px;
            height: 220px;
            width: 220px;
        }
        to {
            margin-top: 10px;
            margin-left: 10px;
            height: 250px;
            width: 250px;
        }
    }
    @keyframes p_c_l_1 {
        from {
            font-size: 25px;
            color: rgb(0,0,0);
        }
        to {
            font-size: 30px;
            color: rgb(175, 6, 255);
        }
    }
    .team_img{
        top: 0;
        margin-left: 0px;
        height: 290px;
        width: 290px;
        animation: t_i_0 0.3s linear;
    }
    @keyframes t_i_0 {
        from {
            left: -8px;
            height: 310px;
            width: 310px;
            border-radius: 160px;
        }
        to {
            left: 0px;
            height: 290px;
            width: 290px;
        }
    }
    .team_img:hover{
        top: 0;
        left: -8px;
        height: 310px;
        width: 310px;
        animation: t_i_1 0.3s linear;
    }
    @keyframes t_i_1 {
        from {
            left: 0px;
            height: 290px;
            width: 290px;
        }
        to {
            left: -8px;
            height: 310px;
            width: 310px;
        }
    }
    .team_label{
        top: 40px;
        font-size: 30px;
    }
    .post_label{
        top: 40px;
        font-size: 20px;
    }
    .contact_button{
        height: 15%;
        line-height: 110px;
    }
    .base_logo{
        position: relative;
        top: 0%;
        left: 2.5%;
        height: 100%;
        width: 10%;
        text-align: center;
        font-size: 30px;
        background-size: 100% 100%;
        background-image: url(/imgs/logo.svg);
    }
    .info{
        position: relative;
        top: 20%;
        left: 5%;
        height: 60%;
        width: 50%;
        font-size: 20px;
        line-height: 35px;
    }
    .our_socials{
        position: absolute;
        top: 20%;
        right: 5%;
        height: 60%;
        width: 20%;
    }
    .soc_label{
        position: relative;
        top: 0%;
        left: 0%;
        height: 30%;
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .socials{
        position: relative;
        height: 70%;
        width: 100%;
        display: flex;
    }
    .icon{
        position: relative;
        margin: auto;
        margin-top: 10px;
        height: 60px;
        width: 60px;
        cursor: pointer;
    }
}
/*Планшеты*/
@media (min-width:751px) and (max-width:900px){
    .logo{
        position: relative;
        top: 15%;
        height: 70%;
        width: 10%;
        left: 20px;
        background-color: rgba(245, 222, 179, 0);
        font-size: 80px;
        text-align: center;
        color: white;
        background-size: 100% 100%;
        background-image: url(/imgs/logo_white.svg);
    }
    .found{
        position: relative;
        height: 85%;
        width: 80%;
        top: 15%;
        left: 45px;
        background-color: rgba(128, 0, 128, 0);
        font-size: 14px;
        line-height: 20px;
        color: white;
    }
    .label_row{
        position: relative;
        top: 0px;
        height: 80px;
        margin-top: 30px;
        background-color: rgb(255, 255, 255);
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        font-size: 50px;
        padding-left: 20px;
        font-weight: bold;
        line-height: 80px;
    }
    #l_r_1{
        width: 80%;
    }
    #l_r_2{
        width: 85%;
    }
    #l_r_3{
        width: 45%;
    }
    .slogan{
        position: relative;
        top: 20px;
        margin-top: 0px;
        width: 60%;
        background-color: rgba(245, 222, 179, 0);
        padding-left: 20px;
        line-height: 25px;
        font-size: 20px;
        color: white;
        z-index: 2;
    }
    .intro_photo{
        position: absolute;
        height: 300px;
        width: 500px;
        background-color: rgba(43, 226, 174, 0);
        right: 20px;
        bottom: 20px;
    }
    .content{
        height: 100%;
        width: 100%;
        background-color: rgba(43, 226, 174, 0);
        display: block;
    }
    .list_text{
        position: relative;
        top: 0%;
        height: 55%;
        width: 100%;
        background-color: rgba(65, 105, 225, 0);
    }
    .list_content{
        position: relative;
        margin: 0;
        top: 0%;
        left: 5%;
        height: 100%;
        width: 90%;
        background-color: rgba(165, 144, 42, 0);
        font-size: 23px;
    }
    .vr_content{
        position: relative;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: rgba(165, 144, 42, 0);
        text-align: center;
        font-size: 350px;
        line-height: 350px;
        font-weight: bold;
        background: linear-gradient(90deg, #620086 20%, #7f0041 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .vr_content_{
        position: relative;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: rgba(165, 144, 42, 0);
        text-align: center;
        font-size: 350px;
        line-height: 350px;
        font-weight: bold;
    }
    .vr_label{
        height: 35%;
        width: 100%;
        background-color: rgba(165, 42, 42, 0);
    }
    #auto{
        height: auto;
    }
    
    /* новый дизайн проектов*/
    .project_content{
        height: 100%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        display: block;
    }
    .project_content_body{
        position: relative;
        height: 100%;
        left: 0%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        display: flex;
    }
    .project_content_body_{
        position: absolute;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 5;
        overflow: auto;
    }
    .project_content_body_plane{
        position: absolute;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255,0);
        animation: p_c_b_ 0.3s linear;
        z-index: 6;
        display: none;
    }
    @keyframes p_c_b_ {
        from {
            background-color: rgba(255, 255, 255,1);
            display: block;
        }
        to {
            background-color: rgba(255, 255, 255,0);
            display: none;
        }
    }
    .off_button{
        position: absolute;
        top: 0%;
        right: 0px;
        height: 50px;
        width: 50px;
        background-color: rgba(200, 200, 200,0);
        z-index: 6;
        color: rgb(0, 0, 0);
        font-size: 50px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }
    #project_content_1{
        display: none;
    }
    #project_content_2{
        display: none;
    }
    #project_content_3{
        display: none;
    }
    #project_content_4{
        display: none;
    }
    #project_content_5{
        display: none;
    }
    .project_column{
        height: 100%;
        width: 20%;
        background-color: rgba(200, 200, 200,0);
    }
    .project_category_item{
        height: 50%;
        width: 100%;
        background-color: rgba(200, 200, 0,0);
        /*border: 1px black solid;*/
    }
    .project_category_img{
        position: relative;
        margin: 0px;
        margin-left: 20px;
        height: 125px;
        width: 125px;
        background-color: rgba(200, 200, 0,0);
        object-fit: cover;
        cursor: pointer;
        animation: none;
    }
    .project_category_label{
        height: 0%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        animation: none;
    }
    @keyframes p_c_i_0 {
        from {
            height: 300px;
            width: 300px;
            margin: 0px;
        }
        to {
            margin: 25px;
            height: 250px;
            width: 250px;
        }
    }
    @keyframes p_c_l_0 {
        from {
            font-size: 40px;
            color: rgb(175, 6, 255);
        }
        to {
            font-size: 35px;
            color: rgb(0,0,0);
        }
    }
    .project_category_item:hover .project_category_img {
        position: relative;
        margin: 5px;
        height: 150px;
        width: 150px;
        background-color: rgba(200, 200, 0,1);
        object-fit: cover;
        cursor: pointer;
        animation: none;
    }
    .project_category_item:hover .project_category_label {
        height: 20%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        animation: none;
    }
    @keyframes p_c_i_1 {
        from {
            margin: 25px;
            height: 250px;
            width: 250px;
        }
        to {
            height: 300px;
            width: 300px;
            margin: 0px;
        }
    }
    @keyframes p_c_l_1 {
        from {
            font-size: 35px;
            color: rgb(0,0,0);
        }
        to {
            font-size: 40px;
            color: rgb(175, 6, 255);
        }
    }
    .project_row{
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 20%;
        width: 60%;
        height: 300px;
        background-color: rgba(100, 0, 100, 0);
        cursor: pointer;
        display: flex;
    }
    .project_img_{
        position: relative;
        height: 300px;
        width: 300px;
        background-color: rgba(200, 200, 200,0);
        top: 0px;
        margin: 0;
        border-radius: 200px;
        object-fit: cover;
    }
    .project_label_{
        position: relative;
        height: 50%;
        width: 50%;
        padding-left: 50px;
        background-color: rgba(0, 255, 255, 0);
        top: 25%;
        margin: 0;
    }
    .project_label_name{
        font-size: 50px;
        background-color: rgba(0, 255, 0, 0);
    }
    .project_label_txt{
        margin-top: 25px;
        font-size: 20px;
        background-color: rgba(100, 0, 255, 0);
    }
    .project_row_line{
        position: relative;
        top: 0%;
        left: 20%;
        width: 60%;
        height: 1px;
        background-color: rgb(0, 0, 0);
    }
    /* новый дизайн проектов*/
    .project_item{
        margin-bottom: 30px;
        width: 400px;
        height: 500px;
    }
    .project_label{
        height: 15%;
        font-size: 40px;
    }
    .team_row{
        background-color: rgba(255, 0, 0,0);
        position: relative;
        height: 40%;
        width: 100%;
        left: 0%;
    }
    .team_item{
        width: 33%;
        height: 400px;
        border: 1px black solid;
    }
    .team_img{
        background-color: rgba(255, 0, 255,0);
        left: 10px;
        height: 230px;
        width: 230px;
    }
    .team_img:hover{
        background-color: rgba(255, 0, 255,0);
        left: 10px;
        height: 230px;
        width: 230px;
        animation: none;
    }
    .team_label{
        font-size: 30px;
    }
    .contact_button{
        position: relative;
        margin: auto;
        top: 25%;
        height: 10%;
        width: 700px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        font-size: 65px;
        line-height: 110px;
        border-radius: 90px;
        cursor: pointer;
    }
    .basement{
        position: relative;
        margin: auto;
        top: 55%;
        height: 35%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        /*background-size: 100%;
        background-image: url(/imgs/basement.svg);*/
        display: block;
    }
    .base_logo{
        position: relative;
        top: 5%;
        height: 100px;
        width: 100px;
        margin: auto;
        background-color: rgba(0, 132, 0, 0);
        text-align: center;
        font-size: 30px;
        background-size: 100% 100%;
        background-image: url(/imgs/logo.svg);
    }
    .info{
        position: relative;
        top: 7%;
        height: auto;
        left: 0px;
        width: 100%;
        text-align: center;
        margin: auto;
        background-color: rgba(0, 132, 255, 0);
        font-size: 20px;
        line-height: 25px;
    }
    .our_socials{
        position: relative;
        top: 9%;
        left: 25%;
        height: 35%;
        width: 50%;
        background-color: rgba(50, 132, 255, 0);
    }
    .soc_label{
        position: relative;
        top: 0%;
        left: 0%;
        height: 20%;
        width: 100%;
        background-color: rgba(50, 132, 0, 0);
        font-size: 25px;
    }
    .socials{
        position: relative;
        height: 80%;
        width: 100%;
        background-color: rgba(255, 0, 255, 0);
        display: flex;
    }
    .icon{
        position: relative;
        margin-top: 20px;
        margin-right: 20px;
        height: 60px;
        width: 60px;
        cursor: pointer;
    }
}
/*Телефоны (iPhone XR)*/
@media (min-width:380px) and (max-width:750px){
    .moving-element{
        display: none;
    }
    .header{
        height: auto;
        width: 100%;
        background-color: rgba(137, 43, 226, 0);
        display: flex;
        z-index: 100;
    }
    .content{
        height: 80%;
        width: 100%;
        background-color: rgba(43, 226, 174, 0);
        display: block;
    }
    .content::-webkit-scrollbar {
        display: none;
    }
    .screen_1{
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .screen_2{
        height: 100%;
        width: 100%;
    }
    .intro_photo{
        position: absolute;
        height: 25%;
        width: 80%;
        background-color: rgba(43, 226, 174, 0);
        right: 30px;
        bottom: 0px;
    }
    .logo{
        position: relative;
        height: 10%;
        margin-top: 2%;
        width: 20%;
        left: 10px;
        background-color: rgba(245, 222, 179, 0);
        font-size: 80px;
        text-align: center;
        color: white;
        background-size: 100% 100%;
        background-image: url(/imgs/logo_white.svg);
    }
    .found{
        position: relative;
        height: 70%;
        top: 0%;
        width: 75%;
        left: 4%;
        background-color: rgba(255, 0, 128, 0);
        font-size: 10px;
        line-height: 16px;
        color: white;
    }
    .label_row{
        position: relative;
        top: 0px;
        height: 60px;
        margin-top: 30px;
        background-color: rgb(255, 255, 255);
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        font-size: 30px;
        padding-left: 10px;
        font-weight: bold;
        line-height: 60px;
        z-index: 2;
    }
    #l_r_1{
        width: 80%;
    }
    #l_r_2{
        width: 85%;
    }
    #l_r_3{
        width: 50%;
    }
    .slogan{
        position: relative;
        top: 20px;
        margin-top: 0px;
        width: 95%;
        background-color: rgba(245, 222, 179, 0);
        padding-left: 10px;
        line-height: 20px;
        font-size: 15px;
        color: white;
        z-index: 2;
    }
    .header_label_{
        height: 50%;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 100px;
        font-weight: bold;
        background: linear-gradient(90deg, #8F00FF 20%, #FF006B 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header_label{
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 100px;
        font-weight: bold;
        color: white;
    }
    .list_text{
        top: 0%;
        height: 70%;
        width: 100%;
        background-color: rgba(65, 105, 225, 0);
    }
    .list_content{
        position: relative;
        margin: auto;
        top: 0%;
        height: 100%;
        width: 90%;
        background-color: rgba(165, 144, 42, 0);
        font-size: 15px;
        line-height: 20px;
    }
    .mini_label{
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
        background: linear-gradient(135deg, rgb(0, 119, 229), rgb(0, 216, 229));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mini_label_{
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }
    .vr_content{
        position: relative;
        top: 0%;
        width: 100%;
        height: 200px;
        background-color: rgba(165, 144, 42, 0);
        text-align: center;
        font-size: 250px;
        line-height: 200px;
    }
    .vr_content_{
        position: relative;
        top: 0%;
        width: 100%;
        height: 200px;
        background-color: rgba(165, 144, 42, 0);
        text-align: center;
        font-size: 250px;
        line-height: 200px;
    }
    .vr_label{
        position: relative;
        top: 0%;
        height: 30%;
        width: 100%;
        background-color: rgba(165, 42, 42, 0);
    }
    #auto{
        height: auto;
    }
    .__content{
        height: 85%;
        width: 100%;
    }
    
    .project_content{
        height: 100%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        display: block;
    }
    .project_content_body{
        position: relative;
        height: 100%;
        left: 10%;
        width: 80%;
        background-color: rgb(255, 255, 255);
        display: block;
    }
    .project_column{
        height: 100%;
        width: 100%;
        background-color: rgba(200, 200, 200,0);
    }
    .project_row{
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 0%;
        width: 100%;
        height: auto;
        background-color: rgba(100, 0, 100, 0);
        cursor: pointer;
        display: block;
    }
    .project_category_item{
        position: relative;
        margin: auto;
        height: 50%;
        width: 100%;
        background-color: rgba(200, 200, 0,0);
        /*border: 1px black solid;*/
    }
    .project_category_img{
        position: relative;
        margin-left: 50px;
        margin-top: 50px;
        height: 250px;
        width: 250px;
        background-color: rgba(200, 200, 200,0);
        object-fit: cover;
        cursor: pointer;
        animation: none;
    }
    .project_category_label{
        height: 20%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        animation: none;
    }
    .project_category_item:hover .project_category_img {position: relative;
        margin-left: 50px;
        margin-top: 50px;
        height: 250px;
        width: 250px;
        background-color: rgba(200, 200, 200,0);
        object-fit: cover;
        cursor: pointer;
        animation: none;
    }
    .project_category_item:hover .project_category_label {
        height: 20%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        animation: none;
    }
    .project_img_{
        position: relative;
        height: 300px;
        width: 300px;
        background-color: rgba(0, 255, 255, 0);
        left: 15px;
        margin: auto;
        border-radius: 200px;
    }
    .project_label_{
        position: relative;
        height: 50%;
        width: 100%;
        padding-left: 0px;
        background-color: rgba(0, 255, 255, 0);
        top: 25%;
        margin: 0;
    }
    .project_label_name{
        position: relative;
        left: 0px;
        width: 100%;
        font-size: 40px;
        background-color: rgba(0, 255, 0, 0);
        text-align: center;
    }
    .project_label_txt{
        margin-top: 25px;
        font-size: 15px;
        background-color: rgba(100, 0, 255, 0);
        text-align: center;
    }
    .project_row_line{
        position: relative;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 1px;
        background-color: rgb(0, 0, 0);
    }
    /*Новый дизайн преимуществ*/
    .advantages{
        position: relative;
        height: auto;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
    .content_type_0{
        position: relative;
        height: 525px;
        width: 90%;
        display: block;
        margin: auto;
        margin-top: 25px;
        background-color: rgba(255, 255, 0, 0);
    }
    .content_type_1{
        position: relative;
        height: 525px;
        width: 90%;
        display: block;
        margin: auto;
        margin-top: 0px;
        background-color: rgba(255, 255, 0, 0);
    }
    .different{
        position: relative;
        height: 25px;
        width: 100%;
        background-color: rgba(240, 0, 240, 0);
    }
    .text_block_left{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(240, 240, 240);
        border-radius: 20px;
        z-index: 5;
    }
    .text_block_right{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(240, 240, 240);
        border-radius: 20px;
        z-index: 5;
    }
    .image_block{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(1, 166, 255);
        border-radius: 20px;
        z-index: 0;
    }
    .image_block_sub{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(1, 166, 255);
        border-radius: 20px;
        z-index: 0;
        margin-top: 25px;
    }
    .text_block_label{
        position: relative;
        top: 10%;
        height: 15%;
        width: 80%;
        margin: auto;
        background-color: rgba(1, 69, 255, 0);
        font-size: 30px;
        font-weight: bold;
    }
    .text_block_text{
        position: relative;
        top: 15%;
        height: 70%;
        width: 80%;
        margin: auto;
        background-color: rgba(250, 250, 250, 0);
        font-size: 15px;
    }
    /* новый дизайн проектов*/
    .project_space{
        height: 90%;
        width: 100%;
        background-color: rgba(255, 255, 0, 0);
        display: block;
    }
    .project_item{
        position: relative;
        top: 0%;
        margin:auto;
        margin-top:15px;
        width: 350px;
        height: 450px;
        background-color: rgba(0, 0, 100, 0);
        border-radius: 10px;
        cursor: pointer;
    }
    .project_img{
        position: relative;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0);
        top: 0px;
        margin: 0;
    }
    .project_label{
        position: absolute;
        bottom: 0px;
        height: 20%;
        width: 100%;
        background: linear-gradient(to top, rgb(0, 0, 0), rgba(95, 95, 95, 0));
        text-align: center;
        margin: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        font-size: 40px;
        color: white;
    }
    #auto{
        height: auto;
    }
    .team_row{
        position: relative;
        height: 100%;
        width: 100%;
        left: 0%;
        background-color: rgba(242, 0, 255, 0);
        display: block;
    }
    .team_item{
        position: relative;
        top: 0px;
        height: auto;
        width: 80%;
        left: 0%;
        background-color: rgba(0, 255, 47, 0);
        cursor: pointer;
        margin-top: 10px;
    }
    .team_img{
        position: relative;
        margin: auto;
        height: 300px;
        width: 300px;
        left: 20px;
        border-radius: 100px;
        animation: none;
    }
    .team_label{
        position: relative;
        top: 0px;
        font-size: 25px;
        width: 100%;
        background-color: rgba(0, 132, 255, 0);
        text-align: center;
    }
    .post_label{
        position: relative;
        top: 0px;
        font-size: 20px;
        width: 100%;
        background-color: rgba(0, 132, 255, 0);
        text-align: center;
    }
    .contact_button{
        position: relative;
        margin: auto;
        top: 35%;
        height: 10%;
        width: 80%;
        background-color: rgb(255, 255, 255);
        text-align: center;
        font-size: 30px;
        line-height: 90px;
        border-radius: 90px;
        cursor: pointer;
    }
    .basement{
        position: relative;
        margin: auto;
        top: 50%;
        height: 40%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        /*background-size: 100%;
        background-image: url(/imgs/basement.svg);*/
        display: block;
    }
    .base_logo{
        position: relative;
        top: 5%;
        left: 0%;
        height: 25%;
        width: 100%;
        background-color: rgba(0, 132, 0, 0);
        text-align: center;
        font-size: 30px;
        background-size: 100% 100%;
        background-image: url(/imgs/logo.svg);
    }
    .info{
        position: relative;
        top: 5%;
        left: 5%;
        height: 40%;
        width: 90%;
        background-color: rgba(0, 132, 255, 0);
        font-size: 15px;
        text-align: center;
        line-height: 25px;
    }
    .our_socials{
        position: relative;
        top: 5%;
        left: 0%;
        height: 30%;
        width: 100%;
        background-color: rgba(50, 132, 255, 0);
    }
    .soc_label{
        position: relative;
        top: 0%;
        left: 0%;
        height: 30%;
        width: 100%;
        background-color: rgba(50, 132, 0, 0);
        font-size: 20px;
        text-align: center;
    }
    .socials{
        position: relative;
        height: 70%;
        width: 100%;
        background-color: rgba(255, 0, 255, 0);
        display: flex;
    }
    .icon{
        position: relative;
        margin: auto;
        height: 60px;
        width: 60px;
        cursor: pointer;
    }

}
/*Телефоны (iPhone SE)*/
@media (min-width:320px) and (max-width:390px){
    .moving-element{
        display: none;
    }
    .header{
        height: auto;
        width: 100%;
        background-color: rgba(137, 43, 226, 0);
        display: flex;
        z-index: 100;
    }
    .content{
        height: 80%;
        width: 100%;
        background-color: rgba(43, 226, 174, 0);
        display: block;
    }
    .content::-webkit-scrollbar {
        display: none;
    }
    .screen_1{
        height: auto;
        width: 100%;
        z-index: 2;
    }
    .screen_2{
        height: auto;
        width: 100%;
    }
    #mob_hieght{
        height: 100%;
    }
    .intro_photo{
        display: none;
    }
    .logo{
        position: relative;
        height: 10%;
        margin-top: 2%;
        width: 20%;
        left: 10px;
        background-color: rgba(245, 222, 179, 0);
        font-size: 80px;
        text-align: center;
        color: white;
        background-size: 100% 100%;
        background-image: url(/imgs/logo_white.svg);
    }
    .found{
        position: relative;
        height: 70%;
        top: 0%;
        width: 75%;
        left: 4%;
        background-color: rgba(255, 0, 128, 0);
        font-size: 10px;
        line-height: 16px;
        color: white;
    }
    .label_row{
        position: relative;
        top: 0px;
        height: 60px;
        margin-top: 20px;
        background-color: rgb(255, 255, 255);
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        font-size: 29px;
        padding-left: 10px;
        font-weight: bold;
        line-height: 60px;
        z-index: 2;
    }
    #l_r_1{
        width: 85%;
    }
    #l_r_2{
        width: 90%;
    }
    #l_r_3{
        width: 50%;
    }
    .slogan{
        position: relative;
        top: 20px;
        margin-top: 0px;
        width: 95%;
        background-color: rgba(245, 222, 179, 0);
        padding-left: 10px;
        line-height: 20px;
        font-size: 15px;
        color: white;
        z-index: 2;
    }
    .header_label_{
        height: 50%;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 100px;
        font-weight: bold;
        background: linear-gradient(90deg, #8F00FF 20%, #FF006B 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header_label{
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 100px;
        font-weight: bold;
        color: white;
    }
    .list_text{
        height: auto;
        width: 100%;
        background-color: rgba(65, 105, 225, 0);
    }
    .list_content{
        position: relative;
        margin: auto;
        top: 0%;
        height: 100%;
        width: 90%;
        background-color: rgba(165, 144, 42, 0);
        font-size: 15px;
        line-height: 20px;
    }
    .mini_label{
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }
    .mini_label_{
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 25px;
    }
    .vr_content{
        position: relative;
        top: 0%;
        width: 100%;
        height: 200px;
        background-color: rgba(165, 144, 42, 0);
        text-align: center;
        font-size: 200px;
        line-height: 200px;
    }
    .vr_content_{
        position: relative;
        top: 0%;
        width: 100%;
        height: 200px;
        background-color: rgba(165, 144, 42, 0);
        text-align: center;
        font-size: 200px;
        line-height: 200px;
    }
    .vr_label{
        height: 200px;
        width: 100%;
        background-color: rgba(165, 42, 42, 0);
    }
    .__content{
        height: 85%;
        width: 100%;
    }
    .project_space{
        height: 90%;
        width: 100%;
        background-color: rgba(255, 255, 0, 0);
        display: block;
    }
    /* новый дизайн проектов*/
    .project_content{
        height: 100%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        display: block;
    }
    .project_content_body{
        position: relative;
        height: 100%;
        left: 10%;
        width: 80%;
        background-color: rgb(255, 255, 255);
        display: block;
    }
    .project_content_body_{
        position: absolute;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 5;
        overflow: auto;
    }
    .project_content_body_plane{
        position: absolute;
        top: 0%;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255,0);
        animation: p_c_b_ 0.3s linear;
        z-index: 6;
        display: none;
    }
    @keyframes p_c_b_ {
        from {
            background-color: rgba(255, 255, 255,1);
            display: block;
        }
        to {
            background-color: rgba(255, 255, 255,0);
            display: none;
        }
    }
    .off_button{
        position: absolute;
        top: -10px;
        right: -10px;
        height: 50px;
        width: 50px;
        background-color: rgba(200, 200, 200,0);
        z-index: 6;
        color: rgb(0, 0, 0);
        font-size: 50px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }
    #project_content_1{
        display: none;
    }
    #project_content_2{
        display: none;
    }
    #project_content_3{
        display: none;
    }
    #project_content_4{
        display: none;
    }
    #project_content_5{
        display: none;
    }
    .project_column{
        height: 100%;
        width: 100%;
        background-color: rgba(200, 200, 200,0);
    }
    .project_category_item{
        height: 50%;
        width: 100%;
        background-color: rgba(200, 200, 0,0);
        /*border: 1px black solid;*/
    }
    .project_category_img{
        position: relative;
        margin: 25px;
        height: 250px;
        width: 250px;
        background-color: rgba(200, 200, 200,0);
        object-fit: cover;
        cursor: pointer;
        animation: none;
    }
    .project_category_label{
        height: 20%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        animation: none;
    }
    @keyframes p_c_i_0 {
        from {
            height: 300px;
            width: 300px;
            margin: 0px;
        }
        to {
            margin: 25px;
            height: 250px;
            width: 250px;
        }
    }
    @keyframes p_c_l_0 {
        from {
            font-size: 40px;
            color: rgb(175, 6, 255);
        }
        to {
            font-size: 35px;
            color: rgb(0,0,0);
        }
    }
    .project_category_item:hover .project_category_img {
        position: relative;
        margin: 25px;
        height: 250px;
        width: 250px;
        background-color: rgba(200, 200, 200,0);
        object-fit: cover;
        cursor: pointer;
        animation: none;
    }
    .project_category_item:hover .project_category_label {
        height: 20%;
        width: 100%;
        background-color: rgba(200, 200, 100,0);
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        animation: none;
    }
    @keyframes p_c_i_1 {
        from {
            margin: 25px;
            height: 250px;
            width: 250px;
        }
        to {
            height: 300px;
            width: 300px;
            margin: 0px;
        }
    }
    @keyframes p_c_l_1 {
        from {
            font-size: 35px;
            color: rgb(0,0,0);
        }
        to {
            font-size: 40px;
            color: rgb(175, 6, 255);
        }
    }
    .project_row{
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 0%;
        width: 100%;
        height: auto;
        background-color: rgba(100, 0, 100, 0);
        cursor: pointer;
        display: block;
    }
    .project_img_{
        position: relative;
        height: 300px;
        width: 300px;
        margin: auto;
        background-color: rgba(200, 200, 200,0);
        top: 0px;
        margin: 0;
        border-radius: 200px;
        object-fit: cover;
    }
    .project_label_{
        position: relative;
        height: 50%;
        width: 100%;
        padding-left: 0px;
        background-color: rgba(0, 255, 255, 0);
        top: 25%;
        margin: 0;
    }
    .project_label_name{
        position: relative;
        left: 0px;
        width: 100%;
        font-size: 40px;
        background-color: rgba(0, 255, 0, 0);
        text-align: center;
    }
    .project_label_txt{
        margin-top: 25px;
        font-size: 15px;
        background-color: rgba(100, 0, 255, 0);
        text-align: center;
    }
    .project_row_line{
        position: relative;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 1px;
        background-color: rgb(0, 0, 0);
    }
    /*Новый дизайн преимуществ*/
    .advantages{
        position: relative;
        height: auto;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
    .content_type_0{
        position: relative;
        height: 525px;
        width: 90%;
        display: block;
        margin: auto;
        margin-top: 25px;
        background-color: rgba(255, 255, 0, 0);
    }
    .content_type_1{
        position: relative;
        height: 525px;
        width: 90%;
        display: block;
        margin: auto;
        margin-top: 0px;
        background-color: rgba(255, 255, 0, 0);
    }
    .different{
        position: relative;
        height: 25px;
        width: 100%;
        background-color: rgba(240, 0, 240, 0);
    }
    .text_block_left{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(240, 240, 240);
        border-radius: 20px;
        z-index: 5;
    }
    .text_block_right{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(240, 240, 240);
        border-radius: 20px;
        z-index: 5;
    }
    .image_block{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(1, 166, 255);
        border-radius: 20px;
        z-index: 0;
    }
    .image_block_sub{
        position: relative;
        height: 250px;
        width:100%;
        background-color: rgb(1, 166, 255);
        border-radius: 20px;
        z-index: 0;
        margin-top: 25px;
    }
    .text_block_label{
        position: relative;
        top: 10%;
        height: 15%;
        width: 80%;
        margin: auto;
        background-color: rgba(1, 69, 255, 0);
        font-size: 30px;
        font-weight: bold;
    }
    .text_block_text{
        position: relative;
        top: 15%;
        height: 70%;
        width: 80%;
        margin: auto;
        background-color: rgba(250, 250, 250, 0);
        font-size: 15px;
    }
    /* новый дизайн проектов*/
    .project_item{
        position: relative;
        top: 0%;
        margin:auto;
        margin-top:15px;
        margin-bottom: 15px;
        width: 350px;
        height: 450px;
        background-color: rgba(0, 0, 100, 0);
        border-radius: 10px;
        cursor: pointer;
    }
    .project_img{
        position: relative;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0);
        top: 0px;
        margin: 0;
    }
    .project_label{
        position: absolute;
        bottom: 0px;
        height: 20%;
        width: 100%;
        background: linear-gradient(to top, rgb(0, 0, 0), rgba(95, 95, 95, 0));
        text-align: center;
        margin: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        font-size: 40px;
        color: white;
    }
    #auto{
        height: auto;
    }
    .team_row{
        position: relative;
        left: 0%;
        height: 100%;
        width: 100%;
        background-color: rgba(242, 0, 255, 0);
        display: block;
    }
    .team_item{
        position: relative;
        top: 0px;
        height: auto;
        width: 80%;
        left: 10%;
        background-color: rgba(0, 255, 47, 0);
        margin: 0;
    }
    .team_img{
        position: relative;
        margin: 0;
        height: 300px;
        width: 300px;
        border-radius: 100px;
        animation: none;
    }
    .team_img:hover{
        position: relative;
        margin: 0;
        height: 300px;
        width: 300px;
        border-radius: 100px;
        background-color: rgb(160, 160, 160);
        animation: none;
    }
    .team_label{
        position: relative;
        top: 0px;
        font-size: 25px;
        width: 100%;
        background-color: rgba(0, 132, 255, -);
        text-align: center;
    }
    .post_label{
        position: relative;
        top: 0px;
        font-size: 20px;
        width: 100%;
        background-color: rgba(0, 132, 255, 0);
        text-align: center;
    }
    .contact_button{
        position: relative;
        margin: auto;
        top: 35%;
        height: 50px;
        width: 80%;
        background-color: rgb(255, 255, 255);
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        border-radius: 90px;
        cursor: pointer;
    }
    .basement{
        position: relative;
        margin: auto;
        top: 53%;
        height: 40%;
        width: 100%;
        background-color: rgb(255, 255, 255);
        /*background-size: 100%;
        background-image: url(/imgs/basement.svg);*/
        display: block;
    }
    .base_logo{
        position: relative;
        top: 0%;
        left: 0%;
        margin:auto;
        height: 80px;
        width: 80px;
        background-color: rgba(0, 132, 0, 0);
        text-align: center;
        font-size: 30px;
        background-size: 100% 100%;
        background-image: url(/imgs/logo.svg);
    }
    .info{
        position: relative;
        top: 0%;
        left: 5%;
        height: 30%;
        width: 90%;
        background-color: rgba(0, 132, 255, 0);
        font-size: 10px;
        text-align: center;
        line-height: 15px;
    }
    .our_socials{
        position: relative;
        top: 0%;
        left: 15%;
        height: 30%;
        width: 70%;
        background-color: rgba(50, 132, 255, 0);
    }
    .soc_label{
        position: relative;
        top: 0%;
        left: 0%;
        height: 30%;
        width: 100%;
        background-color: rgba(50, 132, 0, 0);
        font-size: 15px;
        text-align: center;
    }
    .socials{
        position: relative;
        height: 70%;
        width: 100%;
        background-color: rgba(255, 0, 255, 0);
        display: flex;
    }
    .icon{
        position: relative;
        margin: auto;
        height: 50px;
        width: 50px;
        cursor: pointer;
    }

}