@charset "UTF-8";
/* CSS Document */

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
    background-color: #F1E3CA;
     /*padding: 70px 0 0 0;*/
    overflow-x:hidden;       
}

body,
html {
 height: 100%;
 width: 100%;
 margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

/* animation_mobile ----------------- */

#animationWindow1_mobile,
#animationWindow2_mobile,
#window_logo_mobile
{
    display: none;
}

.spacer{
    height: 1500px;
    position: relative;
    top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

/* menu ----------------- */

/*tttttttemp
#main_menu::after{
    content: "big desktop";
    position: absolute;
    top: 0;
    right: 0;
}
tttttttemp*/

#humburger_menu{
    display: none;
    
}


#main_menu{
    background-color: #f1e3ca;
    height:70px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-image: url("../img/gusto_logo_menu.svg");
    background-position: bottom -55px center;
    background-size: 188px;
    background-repeat: no-repeat;
    transition: background-position .5s ease-out;
}


#main_menu a{
    /*float: left;*/
    position: relative;
    display: inline-block;
    color: black;
    text-align: center;
    font-size: 24px;
    margin: 25px 0px 0 50px;
    transition: color 0.5s ease;
    z-index: 1001;

}
/*
#main_menu>a:hover{
    color: #e64f0e;
}
*/

a#main_menu_project{
    color: #36a8e0;
}
a#main_menu_studio{
    color: #f8a000;
}

a#main_menu_contact{
    color: #e64f0e;
}


#main_menu>a.home{
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: calc(50%);
    transform: translateX(-94px);
    width: 188px;
    opacity: .5;
    height: 70px;
    /*background-color: aqua;*/
}





/* works blocks styles ----------------- */
.all_caps{
    text-transform: uppercase;
}
.work_title > h2{
    font-size: 36px;
    line-height: 36px;
}
.work_title > h3{
    font-size: 24px;
    line-height: 28px;
}

#works_main_page_1, #works_main_page_2{
    position: relative;
    top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}


#works_main_page_1{
    top: -60px;
}

#works_main_page_2{
    margin-bottom: 150px;
}


#works_main_page_1 img, #works_main_page_2 img{
    width:  100%;
   /* min-height: 100%;*/
    display: block;
    object-fit: contain;
    margin-bottom: 50px;
    z-index: 100;
} 

#works_main_page_1 h2, #works_main_page_2 h2{
    margin-bottom: 10px;
    z-index: 100;
}

#works_main_page_1 video{
    width:100%;
    margin-bottom: 25px;
}



.center1{
    display: grid;
    grid-template-columns: .5fr 1fr .5fr;
    margin-bottom: 150px;
}

.center2{
    display: grid;
    grid-template-columns: .085fr .83fr .085fr;
    margin-bottom: 0px;
}

.work_center{
    grid-column-start: 2;
    grid-column-end: 2;
    align-self: center;
    justify-self: center;
    
}

.projects2_60_40{
    display: grid;
    grid-template-columns: .6fr 50px .4fr;
    margin-bottom: 150px;
}

.projects2_40_60{
    display: grid;
    grid-template-columns: .4fr 50px .6fr;
    margin-bottom: 150px;
}

.work_60_1{
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 1;
    /*align-self: center;*/
    justify-self: center;
}

.work_40_2{
    grid-column-start: 3;
    grid-column-end: 3;
    /*align-self: center;*/
    justify-self: center;
}

.work_60_2{
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 3;
    /*align-self: center;*/
    justify-self: center;
}

.work_40_1{
    grid-column-start: 1;
    grid-column-end: 1;
    /*align-self: center;*/
    justify-self: center;
}


.footer_main_page{
    background-color: black;
    font-size: 48px;
    width: 100%;
    padding-top: 70px;
    text-align: center;
}
.footer_main_page img{
    display: block;
    margin: auto;
    height: 280px;
}

.footer_work{
    background-color: black;
    font-size: 32px;
    width: 100%;
    padding: 70px 0;
    text-align: center;
}
.footer_work img{
    display: block;
    margin: auto;
    height: 180px;
}
.footer_work p{
    margin: 10px 0;
}

#anim_footer{
    position: relative;
    width: 60%;
    padding-bottom: 70px;
}


.email{
    color: white;
    margin: 40px auto 0;
}
.email a{
    color: white;
}


/*blocks appears anim ----------------- */
.element_appear{
    opacity: 0;
    transition: all .75s;
    transform: translateY(15%);
}

.element_show {
  opacity: 1;
  transform: translateY(0);
}

.element_appear_text{
    opacity: 0;
    transition: all .75s;
    transform: translateY(20%);
}

.element_show_text{
  opacity: 1;
  transform: translateY(0);
}


/*blocks animation_window ----------------- */
.anim_container, .anim_container_orange{
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
}
.anim_container_orange{
    background-color: #f1e3ca;
}
.anim_container_lblue{
    /*display: none;*/
    background-color: #36a8e0;
}

#animationWindow1,
#animationWindow1_mobile,
#animationWindow2,
#animationWindow_logo,
#animationWork
{
    height: 100vh;
    width: 100%;
    margin: auto;
    
    /*box-sizing:content-box;*/
    
}

#animationWindow2, #animationWindow_logo{
    padding-top: 70px;
}

.anim_container_orange{
    background-image: linear-gradient(#E64F0E, #E64F0E);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 0%;
    transition: all .2s;
}


#animationWindow_logo{
    margin-bottom: 150px;
}


/* -------------works_page styles--------------*/

h1{
    font-size: 100px;
    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: 250px;
}

.works_all{
    position: relative;
    top: 0px;
    padding-top: 220px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1600px;
    margin: 0 auto 150px;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 150px;

}
.works_all img{
    width:  100%;
   /* min-height: 100%;*/
    display: block;
    object-fit: contain;
    margin-bottom: 50px;
    z-index: 100;
} 

.works_all h2{
    margin-bottom: 10px;
    z-index: 100;
}


@media (max-aspect-ratio: 3/4){

.anim_container,
.anim_container_orange,
.anim_container_lblue
    {
    display: grid;
    align-content: center;
    justify-content: center;
    margin: auto;
    }

.anim_container_orange
    {
    background-position: 50% 35%;
    background-repeat: no-repeat;
    background-size: 100% 0%;    
    }
    
#animationWindow1,
#animationWindow2,
#animationWindow_logo,
animationWork
    {
    width: 100%;
    }

    
}


/* --------------------------- 1024px ------------*/

@media (max-width: 1024px){

/*tttttttemp
#main_menu::after{
    content: "max 1024";
    position: absolute;
    top: 0;
    right: 0;
}
tttttttemp*/
    
#main_menu a{
    font-size: 20px;
    margin: 30px 0px 0 25px;
}

   
.work_title > h2{
    font-size: 28px;
    line-height: 28px;
}
.work_title > h3{
    font-size: 20px;
    line-height: 20px;
}

#works_main_page_1, #works_main_page_2{
    position: relative;
    top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}
#works_main_page_1{
    top: -60px;
}

#works_main_page_2{
    margin-bottom: 100px;
}


#works_main_page_1 img, #works_main_page_2 img{
    width:  100%;
   /* min-height: 100%;*/
    display: block;
    object-fit: contain;
    margin-bottom: 25px;
    z-index: 100;
} 

#works_main_page_1 h2, #works_main_page_2 h2{
    margin-bottom: 10px;
    z-index: 100;
}



.center1{
    display: grid;
    grid-template-columns: .4fr 1fr .4fr;
    margin-bottom: 100px;
}

.center2{
    display: grid;
    grid-template-columns: .085fr .83fr .085fr;
    margin-bottom: 0px;
}

.work_center{
    grid-column-start: 2;
    grid-column-end: 2;
    align-self: center;
    justify-self: center;
    
}

.projects2_60_40{
    display: grid;
    grid-template-columns: .6fr 25px .4fr;
    margin-bottom: 100px;
}

.projects2_40_60{
    display: grid;
    grid-template-columns: .4fr 25px .6fr;
    margin-bottom: 100px;
}

.work_60_1{
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 1;
    /*align-self: center;*/
    justify-self: center;
}

.work_40_2{
    grid-column-start: 3;
    grid-column-end: 3;
    /*align-self: center;*/
    justify-self: center;
}

.work_60_2{
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 3;
    /*align-self: center;*/
    justify-self: center;
}

.work_40_1{
    grid-column-start: 1;
    grid-column-end: 1;
    /*align-self: center;*/
    justify-self: center;
}

.footer_main_page{
    background-color: black;
    font-size: 32px;
    width: 100%;
    padding-top: 70px;
    text-align: center;
}
.footer_main_page img{
    display: block;
    margin: auto;
    height: 200px;
}
#anim_footer{
    position: relative;
    width: 60%;
    padding-bottom: 70px;
}    

/*-----works_projects---------*/
.works_all{
    position: relative;
    top: 0px;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 100px;
    margin-bottom: 100px;

}
.works_all img{
    width:  100%;
   /* min-height: 100%;*/
    display: block;
    object-fit: contain;
    margin-bottom: 25px;
    z-index: 100;
} 

.works_all h2{
    margin-bottom: 10px;
    z-index: 100;
}

    
}
/* -----------------end------- 1024px ------------*/




/* ---------------- tablet 768 ------------*/

@media (max-width: 768px){
/*tttttttemp
#humburger_menu::after{
    content: "max 768";
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}
tttttttemp*/

#main_menu{
    display:none;
}

    
#humburger_menu{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    /*отступ слева
    margin-left: 20px;*/
    z-index: 1100;
  
  -webkit-user-select: none;
  user-select: none;
} 
 
#stripe{
    background-color: #f1e3ca;
    height:70px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 20px;
    z-index: 900;
    background-image: url("../img/gusto_logo_menu.svg");
    background-position: bottom -55px center;
    background-size: 188px;
    background-repeat: no-repeat;
    transition: background-position .5s ease-out;
}


#stripe>a.home{
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: calc(50%);
    transform: translateX(-94px);
    width: 188px;
    opacity: .5;
    height: 70px;
    /*background-color: aqua;*/
}
    
    
#humburger_menu input{

  display: block;
  width: 70px;
  height: 70px;
    padding-left: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 9990; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;

}   

#humburger_menu a
{
  text-decoration: none;
  color: black;
  
  transition: color 0.3s ease;
}
    
#humburger_menu a:hover
{
  color: white;
}
    /* ---------------------------------------    #humburger_menu #icon*/
#humburger_menu #icon{
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 9900;
    padding-top: 10px;
    margin-left: 10px;
        
}
#icon span{
    display: block;
    position: absolute;
    width: 50px;
    height: 4px;
    background: black;
    border-radius: 3px;
    
}

#icon span:nth-child(3){
    opacity: 0;
}
    
#icon span:nth-child(1),
#icon span:nth-child(4)
{
    width: 24px;
    left: 21px;
    transition: transform .25s, ease 0s;
    transition: opacity .25s, ease .25s;
    
}
    
#icon span:nth-child(1){
    top: 18px;
}
    
#icon span:nth-child(4){
    bottom: 18px;
}
    
#icon span:nth-child(2),
#icon span:nth-child(3){
    top: 33px;
    left: 8px;
    transform-origin: 50% 50%;
    transition: transform .25s, ease .25s;
    transition: opacity .25s, ease .25s;
}

#humburger_menu input:checked ~ #icon>span:nth-child(2)
{
  transform: rotate(45deg);
  /*background: #232323;*/
}
#humburger_menu input:checked ~ #icon>span:nth-child(3)
{
  opacity: 1;
  transform: rotate(-45deg);

}
#humburger_menu input:checked ~ #icon>span:nth-child(1)
{
  transform: translateY(15px);
  opacity:0;
}
#humburger_menu input:checked ~ #icon>span:nth-child(4)
{
  transform: translateY(-15px);
  opacity:0;
}

#plashka{
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;  
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: #e64f0e;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    z-index: 1000;
    
}
#plashka li{
    padding: 20px 0;
    margin-left: -50px;
    font-size: 52px;
    line-height: 88px;
    list-style: none;
}


#humburger_menu input:checked ~ #plashka
{
  transform: translate(0, 0);
}

    
.footer_main_page{
    background-color: black;
    font-size: 24px;
    width: 100%;
    padding-top: 35px;
    text-align: center;
}
.footer_main_page img{
    display: block;
    margin: auto;
    height: 150px;
}   
#anim_footer{
    position: relative;
    width: 60%;
    padding-bottom: 35px;
}

    
    
    
} /*-----end   -- 768   -*/




@media (max-width: 576px){

/*tttttttemp
#humburger_menu::after{
    content: "max 578";
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}
tttttttemp*/


 
.work_title > h2{
    font-size: 24px;
    line-height: 28px;
}
.work_title > h3{
    font-size: 20px;
    line-height: 20px;
}

#works_main_page_1, #works_main_page_2{
    position: relative;
    top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}
#works_main_page_1{
    top: -60px;
}

#works_main_page_2{
    margin-bottom: 100px;
}


#works_main_page_1 img, #works_main_page_2 img{
    width:  100%;
   /* min-height: 100%;*/
    display: block;
    object-fit: contain;
    margin-bottom: 25px;
    z-index: 100;
} 

#works_main_page_1 h2, #works_main_page_2 h2{
    margin-bottom: 10px;
    z-index: 100;
}



.center1{
    display: grid;
    grid-template-columns: .1fr 1fr .1fr;
    margin-bottom: 0px;
}

.center2{
    display: grid;
    grid-template-columns: .1fr 1fr .1fr;
    margin-bottom: 0px;
}

.work_center{
    grid-column-start: 2;
    grid-column-end: 2;
    align-self: center;
    justify-self: center;
    margin-bottom: 100px;
    
}

.projects2_60_40{
    display: grid;
    grid-template-columns: .1fr 1fr .1fr;
    margin-bottom: 0px;
    
}

.projects2_40_60{
    display: grid;
    grid-template-columns: .1fr 1fr .1fr;
    margin-bottom: 0px;    
}

.work_60_1{
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 100px;
}

.work_40_2{
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 100px;
}

.work_60_2{
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 100px;
}

.work_40_1{
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 100px;
}

    
.footer_main_page{
    background-color: black;
    font-size: 24px;
    width: 100%;
    padding-top: 35px;
    text-align: center;
}
.footer_main_page img{
    display: block;
    margin: auto;
    height: 150px;
}   
#anim_footer{
    position: relative;
    width: 80%;
    padding-bottom: 35px;
}
    

/*-----works_projects---------*/
.works_all{
    /*position: relative;
    top: 0px;
    padding-top: 100px;
    
    width: 100%;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    
    margin-bottom: 100px;*/
    
    row-gap: 100px;
    padding-left: 10px;
    padding-right: 10px;
    column-gap: 10px;

}
/*  
.works_all img{
    width:  100%;
    
    display: block;
    object-fit: contain;
    margin-bottom: 25px;
    z-index: 100;
} 

.works_all h2{
    margin-bottom: 10px;
    z-index: 100;
}
    
*/    


.footer_work{
    font-size: 28px;
}
.footer_work img{
    height: 120px;
}
    
    
}
/*end 576------------*/


@media (max-width: 400px){

/*tttttttemp
#humburger_menu::after{
    content: "max 400";
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}
tttttttemp*/

    
/* animation_mobile ----------------- */

#animationWindow1,
#animationWindow2,
#animationWindow_logo
{
    display: none;
}
    
#animationWindow1_mobile,
#animationWindow2_mobile,
#window_logo_mobile{
    display: block;
}    

.anim_container_lblue{
    display: none;  
}

#window_logo_mobile img{
    width:  100%;
    display: block;
    object-fit: contain;
}

#main_menu a{
    display:none;
}
 
    
.work_title > h2{
    font-size: 24px;
    line-height: 24px;
}
.work_title > h3{
    font-size: 18px;
    line-height: 18px;
}
    
    

#works_main_page_1, #works_main_page_2{
    position: relative;
    top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}
#works_main_page_1{
    top: -60px;
}

#works_main_page_2{
    margin-bottom: 50px;
}


#works_main_page_1 img, #works_main_page_2 img{
    width:  100%;
   /* min-height: 100%;*/
    display: block;
    object-fit: contain;
    margin-bottom: 25px;
    z-index: 100;
} 

#works_main_page_1 h2, #works_main_page_2 h2{
    margin-bottom: 5px;
    z-index: 100;
}



.center1{
    display: grid;
    grid-template-columns: 0px 1fr 0px;
    margin-bottom: 0px;
}

.center2{
    display: grid;
    grid-template-columns: 0px 1fr 0px;
    margin-bottom: 0px;
}

.work_center{
    grid-column-start: 2;
    grid-column-end: 2;
    align-self: center;
    justify-self: center;
    margin-bottom: 75px;
    
}

.projects2_60_40{
    display: grid;
    grid-template-columns: 0px 1fr 0px;
    margin-bottom: 0px;
    
}

.projects2_40_60{
    display: grid;
    grid-template-columns: 0px 1fr 0px;
    margin-bottom: 0px;    
}

.work_60_1{
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 75px;
}

.work_40_2{
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 75px;
}

.work_60_2{
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 75px;
}

.work_40_1{
    grid-column-start: 2;
    grid-column-end: 2;
    /*align-self: center;*/
    justify-self: center;
    margin-bottom: 75px;
}
    
    
    
    

.footer_main_page{
    background-color: black;
    font-size: 20px;
    width: 100%;
    padding-top: 35px;
    text-align: center;
}
.footer_main_page img{
    display: block;
    margin: auto;
    height: 100px;
}  
.email{
    margin-top: 20px;
}
#anim_footer{
    position: relative;
    width: 100%;
    padding: 0 25px 35px 25px;
}

.works_all{
    /*position: relative;
    top: 0px;
    padding-top: 100px;
    
    width: 100%;
    
    display: grid;
    margin-bottom: 100px;*/
    grid-template-columns: 1fr;
    row-gap: 50px;
    padding-left: 10px;
    padding-right: 10px;

    
}

.footer_work{
    font-size: 24px;
}
.footer_work img{
    height: 100px;
}
    

    
}