@font-face { font-family: Road; src: url('/fonts/1920-font.ttf'); }
@font-face { font-family: DIN-alternate; src: url('/fonts/DINAlternate-Bold.ttf'); }

/* Main */
.body{
    width: 100vw;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: DIN-alternate;
}
.first {
    position: relative;

    height: 100vh;

    background: url(/img/pVq6YhmDPtk.png);
    background-repeat: no-repeat;
    background-size:100%;
}

.logo_main{
    /* КС Продакшн */
    position: absolute;
    width: 30vw;
    height: 30vw;
    left: 40px;
    top: 50px;

    font-family: Road;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 153px;
    /* identical to box height */

    color: #a8359a;

    text-shadow:  #C7C6F1 2px 2px 0, #C7C6F1 -2px -2px 0,
    #C7C6F1 -2px 2px 0, #C7C6F1 2px -2px 0,
    0px 4px 4px rgba(0, 0, 0, 0.25);
}
.logo_main span{

    color: red;

}
/* main_menu*/
.main_menu {
    position: fixed;
    width: 100vw;
    height: 90px;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content:space-around;
    background: #000010;
    z-index: 1;

}
.logo_main_p{
    /* КС Продакшн */


    font-family: Road;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 110px;
    /* identical to box height */

    color: #a8359a;

    text-shadow:  #C7C6F1 2px 2px 0, #C7C6F1 -2px -2px 0,
    #C7C6F1 -2px 2px 0, #C7C6F1 2px -2px 0,
    0px 4px 4px rgba(0, 0, 0, 0.25);
}
.logo_main_p span{

    color: red;

}
.main_menu_p {
    position: fixed;
    width: 100vw;
    height: 110px;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content:space-around;
    background: #000010;
    z-index: 1;

}
.empty_p{
    height: 110px;
    background: #000010;
}
.menu_item{

    display: flex;
    cursor:pointer;
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 65px;
    /* identical to box height */
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    color: #FFFFFF;


}
.menu_item:hover{
    background-size: 100% 2px;
    color: #a8359a;

}
/*about */
.about {
    position: relative;

    background: url(/img/9AdeEdYB2yk.png);
    background-repeat: no-repeat;
    background-size:100%;


}
.about_item_i{
    display: flex;
    justify-content:space-around;
    padding: 5vh;

}
.about_back{

    height: 100%;
    background: rgba(0, 0, 16, 0.92);
}
.about_items{
    padding: 5vh;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.about_item{
width: 35vw;


}
.about_item_desc{
font-family: DIN-alternate;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 33px;

color: #FFFFFF;
}
.about_item_title {
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
margin-left: 5vw;
/* identical to box height */

color: #a8359a;
}
/* title */
.title{


  text-align: center;
padding-top: 8vh;
    padding-bottom: 5vh;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    line-height: 71px;
    text-transform: uppercase;

    /* red */
    color: #F0133C;
}
.about_text{

width: 95%;
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;

    color: #FFFFFF;
}
.about_item_icon{
    height: 60px;
    width: 60px;
}
.projects{
    position: relative;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    background: white;

    text-align: center;
}
.projects_p {
    position: relative;
    width: 100vw;


    text-align: center;
    background: url(/img/9AdeEdYB2yk.png);
    background-repeat:  repeat-y;
    background-size: 100%;
}
.projects_item_info{
    width: 30vw;

}
.projects_img{
    position: relative;
    display: block;
    width: 30vw;
    background: rgba(49, 76, 188, 0.5);
    transition: opacity .2s linear;
    cursor: pointer;
}

.projects_img:hover.projects_img img{
    opacity: .1;
}
.projects_img:hover .projects_img_title{
     opacity: 1;
 }
.projects_img_title{
    position: absolute;
    width: 100%;
    top: 50%;
text-align: center;
    transform: translate3d(0,-50%,0);
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 142px;
opacity: 0;
    color: #FFFFFF;
    transition: opacity .2s linear;

}
@media (max-width: 1367px) {
    .projects_img_title{
        font-size: 70px;
    }
}
.projects_img img{

    width: 30vw;
}


.projects_item {

    text-align: center;

    display: flex;
    justify-content: space-between;
}
.projects_title{
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    /* identical to box height */
    text-transform: uppercase;

    color: #a8359a;

}
.projects_text{
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
text-align: left;
    /* red/800 */
    color: #600818;
}
@media (max-width: 1367px) {
    .projects_text{
        font-size: 20px;
    }
}
.more{
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 53px;
    text-transform: uppercase;
padding: 5vh;
    color: #a8359a;
    cursor: pointer;
}
.more:hover{
    color: #F0133C;
}
.services{
    position: relative;
    width: 100vw;

    background: #000010;

    text-align: center;
}

.services_item {

    text-align: center;


}
.services_items{
margin: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services_title{
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    /* identical to box height */
    text-transform: uppercase;
padding: 5vh;
    color: #FFFFFF;
}
.services_img{
    text-align: center;
    position: relative;
    display: block;
    background: rgba(49, 76, 188, 0.5);
    transition: opacity .2s linear;
    margin:15px;
}
.services_img img{
   width:47vw;
}
.services_img:hover.services_img img{
    opacity: .1;
}
.services_img:hover .services_img_title{
    opacity: 1;
}
.services_img_title{
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translate3d(0,-50%,0);
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 142px;
    opacity: 0;
    color: #FFFFFF;
    transition: opacity .2s linear;
    text-transform: uppercase;

}
.footer{
    position: relative;
    width: 100vw;
    height: 260px;
    background: white;

    text-align: center;
}
.footer_logo{


    font-family: Road;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 110px;
    /* identical to box height */

    color: #a8359a;

    text-shadow:  #C7C6F1 2px 2px 0, #C7C6F1 -2px -2px 0,
    #C7C6F1 -2px 2px 0, #C7C6F1 2px -2px 0,
    0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer_logo span{
    color:red;
}
.footer_inf{
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 33px;

    /* red/800 */
    color: #000;
}
.projects_video{
    height: 50vh;
    margin: 20px;

}
.item_container{
    margin:auto;
    width: 85vw;
}
.item   {


    display: flex;
    justify-content:space-around;
}
.item_info{
    width: 30vw;
}
.item_desc{
    width: 40vw;
}
.float-left {
    float: left !important;

    margin-top: 15px;
    width: auto;
    color: #F0133C;
    font-family: DIN-alternate, sans-serif;
}

.item_desc{
    text-align: left;
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;

    color: #000000;
}
.p_title{
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 33px;
    /* identical to box height */
    text-transform: uppercase;
    color: #a8359a;
    text-align: left;

}
.p_items{
    margin: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.p_img{
    text-align: center;
    position: relative;
    display: block;
    background: rgba(49, 76, 188, 0.5);
    transition: opacity .2s linear;
    margin:15px;
    cursor: pointer;
}
.p_img img{
    width:30vw;
}
.p_img:hover.p_img img{
    opacity: .1;
}
.p_img:hover .p_img_title{
    opacity: 1;
}
.p_img_title{
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translate3d(0,-50%,0);
    font-family: DIN-alternate;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    line-height: 142px;
    opacity: 0;
    color: #FFFFFF;
    transition: opacity .2s linear;
    text-transform: uppercase;

}

@media screen and (max-width: 900px) {
    .first {
        position: relative;
        width: 100vw;
        background: url(/img/pVq6YhmDPtk.png);
        background-repeat: no-repeat;
        background-size:auto;
    background-position: center;
    }
    .projects_item_info {
        width: 74vw;
    }
    .projects_img_title {
        font-size: 50px;
    }
    .about_item {
        width: 80vw;
    }
    .projects_item_info_sec{
        order: 1;
    }
    .projects_item_info{
        order: 2;
    }
    .about_item_i {
        display: block;
       }
    .menu_item {
        font-size: 23px;
    }
    .services_img_title {
        font-size: 30px;
       }
    .services_img img {
        width: 87vw;
    }
    .projects_img img {
        width: 70vw;
    }
    .projects_item {
        display:grid;
    }
    .projects_img_pol {
        display:none;
    }
    .services_img img{
        opacity: .5;
    }
    .services_img_title{
        opacity: 1;
    }
    .menu_item_p{
        font-size: 21px;
    }
}



