.kazeuro{
    background-color: #0f1424;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.kazeuro header{
    z-index: 10;
}
.kazeuro header .menu a{
    color: #cdcad3;
    border-bottom-color: #cdcad3;
    transition: all 0.3s;
}
.kazeuro #ga_click_menu_project{
    color: white;
    border-bottom-color: white;
}
.kazeuro header .menu a:hover{
    color: #fdab3b;
    border-color: #fdab3b;
}
#ga_click_menu_project:hover{
    color: #fdab3b;
    border-color: #fdab3b;
}
.kazeuro .hero {
    position: relative;
    height: 67vw;
    width: 100vw;
    background: url("../../i/portfolio/kazeuro/bg.png") center top/contain no-repeat;
    overflow: hidden;
    /*
    background-position-y: -11vw;
    */
}
.kazeuro .container {
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0;
    z-index: 10;
}

.kazeuro .logo-main{
    padding-top: 202px;
    width: 1100px;
    height: 230px;
    font-size: 13px;
    margin: 0 auto;
    z-index: 10;
}
.kazeuro .logo-main p{
    color: white;
    z-index: 5;
}
.kazeuro .logo-main p:nth-child(2){
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 16px;
    z-index: 5;
}
.kazeuro .logo-main p:nth-child(3){
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    z-index: 5;
}
.kazeuro .logo-main a{
    color: white;
    text-decoration: none;
    margin-right: 10px;
    border-bottom: 1px dashed #a2a2a2;
    z-index: 5;
}

.kazeuro .slide-image{
    width: 520vw;
    position: absolute;
    top: 0px;
    display: flex;
    transform: translateX(104vw) translateY(0%) rotate(-19.5deg);
    animation: flaga 40s linear infinite;
    overflow: hidden;
    transform-origin: top left;
    overflow: hidden;
}
.kazeuro .slide-image img{
    -webkit-filter:drop-shadow(13px 45px 20px #070a12);
    filter: drop-shadow(13px 45px 20px #070a12);
    width: 52vw;
    transform: rotate(19.5deg);
    transition: all 0.4s;
}
.kazeuro .slide-image img:hover {
    top: -100px;
}
.kazeuro .slide-image:hover{
    filter: none;
}

.kazeuro .about{
    position: relative;
    width: 1100px;
    margin: 0 auto;
    bottom: 8vw;
}
.kazeuro .about .text {
    text-align: end;
    padding-left: 550px;
    color:white;
}
.kazeuro .about .text h1{
    text-transform: uppercase;
    font-weight: 900;
    background: linear-gradient(to right, #2c63ba 0%, #1c4c96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
}

.kazeuro .about .text p{
    font-size: 12px;
    font-family: "Roboto";
    margin: 1em 0;
    line-height: 1.625;
    opacity: 0.6;
}
.kazeuro .about .text a{
    text-decoration: none;
    color: #718cb6;
    font-size: 12px;
}
.kazeuro .computer {
    position: relative;
    background-image: url('../../i/portfolio/kazeuro/background_computer.png') ;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.kazeuro .computer .circle1 {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 30vw;
    bottom: -10vh;
    background-image: url('../../i/portfolio/kazeuro/background-circle1.png') ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 0;
}
.kazeuro .computer .circle2 {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 5vw;
    top: 21vh;
    background-image: url('../../i/portfolio/kazeuro/background-circle1.png') ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 0;
}
.kazeuro .computer .circle3 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 11vw;
    top: 15vh;
    background-image: url('../../i/portfolio/kazeuro/background-circle2.png') ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 0;
}
.kazeuro .computer .circle4 {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 32vw;
    top: -11vh;
    background-image: url('../../i/portfolio/kazeuro/background-circle3.png') ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index: 0;
}
.kazeuro .comp-animation{
    position: relative;
    width: 1100px;
    margin: 0 auto;
    height: 750px;
}
.kazeuro .comp-animation .computer img{
    position: absolute;
    left: 50%;
    margin-left: -608px;
    z-index: 2;
}
.kazeuro .images {
    position: relative;
}
.kazeuro .comp-animation  .images img{

    z-index: 1;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -422.5px;
}
.kazeuro .catalog-b {
    background: url('../../i/portfolio/kazeuro/background_product.png') no-repeat;
    background-size: contain;
    margin-top: 200px;
}
.kazeuro .catalog{
    width: 1100px;
    margin: 0 auto;
    position: relative;

}
.kazeuro .catalog h1{
    text-transform: uppercase;
    font-weight: 900;
    background: linear-gradient(to right, #2c63ba 0%, #1c4c96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin:0;
    font-size: 45px;
}

.kazeuro .all-images {
    margin-top: 70px;
}

.kazeuro .catalog-images img {
    width: 366px;
    margin: -4px -4px -4px 0;
    transition: all 0.5s, z-index 0.1s;
    border: none;
    z-index: unset;
    cursor: pointer;
}
.kazeuro .catalog-images img:hover {
    z-index: 5;
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari prior 9.0 */
    transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1);
}
.kazeuro .catalog-tovarov{
    position: relative;
    display: flex;
}
.kazeuro .catalog-tovarov img {
    width: 550px;
    box-shadow: 0px 20px 20px #070a12;
}
.kazeuro .catalog-tovarov .right img {
    position: relative;
    right: 2vw;
    top: -0.5vh;
}
.kazeuro .catalog-tovarov .right{
    width: 550px;
}
.kazeuro .catalog-tovarov .right .text {
    margin: 5vh 2vw 3vh 5vw;
    color: white;
}
.kazeuro .catalog-tovarov .right .text p{
    font-size: 13px;
    margin: 0;
    color: #a2a2a2;

}
.kazeuro .catalog-tovarov .right .text h3{
    position: relative;
    margin-top: 1em;
    margin-bottom: 1vh;
    font-size: 17px;
    font-weight: 400;
}
.kazeuro .catalog-tovarov .right .text h3::before{
    position: absolute;
    content: "";
    height: 8.5px;
    border-bottom: 1px solid white;
    width: 1.3vw;
    left: -2.5vw;
}
.kazeuro .bottles{
    margin-top: 100px;
    margin-bottom: 150px;
    overflow: hidden;
}
.kazeuro .bottles img {
    width: 140vw;
    animation: footer 15s ease-in-out infinite;
}
/*.bottles img{
	margin: 0 5px;
	position: relative;
}*/


@keyframes flaga {
    0%{
        transform: translateX(103vw) translateY(0%) rotate(-19.5deg);
    }
    100%{
        transform: translateX(-519vw) translateY(775%) rotate(-19.5deg);
    }

}
@keyframes footer {
    0%{
        transform: translateX(-40vw);
        overflow: hidden;
        opacity: 2;
    }
    50%{
        transform: translateX(0px);
        overflow: hidden;
        opacity: 2;
    }
    100%{
        transform: translateX(-40vw);
        opacity: 2;
        overflow: hidden;
    }

}