@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/* *{
    
    font-family: 'fixedsys',;
    src: url();
} */
.title-bar-head {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    height: 80%;
    margin-right: 3px;
}
body {

    max-width: 100vw;
    margin: 0;
    background-color: rgb(192, 192, 192);
    cursor: url('Normal\ Select\ _\ Windows\ XP.cur'), auto;
    box-shadow:inset -1px 0 black, inset -2px 0 #7f7f7f, inset 1px 1px #fff, inset 2px 2px #dfdfdf;
    
}
.mobile-header {
    display: none;
}
.title-bar-controls button {
    cursor: url('harrow.cur'), pointer;
}
.title-bar-head button {
	cursor: url('harrow.cur'), pointer;
}
.title-bar-head ul {
    padding: 0;
}
header ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    width: 50vw;
    border: 13px solid black 0%;
    list-style: none;
}
header a {
    font-size: medium;
    color: white;
    text-decoration: none;
}
header {

    height: 4em;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
    position: absolute;
}
.w400 {
    font-weight: 400;
}
.strok {
    font-size: 20px;
    padding-right: 20px;
    display: inline-block;
}
.strok:after {
    content: '';
    width: 10px;
    height: 1px;
    background: black;
    opacity: 0;
    display: inline-block;
    animation: blink 0.5s linear infinite alternate;
}
@keyframes blink {
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.title-bar-controls {
    transform: scale(2);
}
.wrapper {
    width: 100%;
    height: 100vh;
 
  }
.wrpe {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
  }
.img-good{
    box-shadow:inset -1px 0 black, inset -2px 0 #7f7f7f, inset 1px 1px #fff, inset 2px 2px #dfdfdf;
    margin: 0;
}
.wrpe img {
    height: 100%;
    width: auto;
    
  }
.absolute-center {
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.center-main-text {
    margin: auto;
    position: absolute;
    left: 40vw;
    top: 40%;
    transform: translate(-50%, -50%);
}
.hero-text {
    font-style: italic;
    font-size: 70px;
    margin-bottom: 0px;
}
/* .grids-flex {
    display: flex;
    flex-direction: row;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 3vh;
    margin-bottom: 3vh;
} */
.grid-component {
    margin-left: 10vw;
    margin-right: 10vw;
    margin: 5vw;

    display: grid;
    grid-template-columns:  repeat(3, 1fr);
    grid-gap: 5vw;
    grid-row-gap: 5vh;
}
/* .grid-component .window {
    width: 20vw;
    } */
.grid-component .window img{
    transform: scale(0.9);
    right: 0px;
    max-width:100%;
    max-height:100%;
    position:relative; 
    box-shadow:inset -1px 0 black, inset -2px 0 #7f7f7f, inset 1px 1px #fff, inset 2px 2px #dfdfdf;
}
.grid-component .window p {
    font-style: italic;
    margin-left: 1vw;
    margin-right: 1vw;
}
.grid-component .window:hover {
    transform: scale(1.1);
}
.small-element {
    max-height: 50vh ;
}
.window-body{
    display: flex;   
    flex-direction: column;
    font-size: 15px;
}
.clip {
    margin-left: 20vw;
    right:10px;
}
.card {
    width: 20vw;
    min-height: 250px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column; /* Размещаем элементы в колонку */
    border-radius: 4px;
    transition: 0.2s;
    position: relative;
   
    background-color: white;
}
.card:hover {
    transform: scale(1.1);
    box-shadow: 10px 2px 4px rgba(0, 0, 0, 0.1);
}
.card h2 {
    margin-left: auto;
    margin-right: auto;
}
.flex-bar {
    display: flex;
    justify-content: space-between;
}
.about-us-section {
   margin: 10vh;
   width: auto;    
}
.about-us-p {
    display: flex;
    justify-content: center;
}
.about-us-img {
    display: flex;
    justify-content: space-around;
}
.about-us-img-mob {
    display: none;
}
.about-us-img img {
    max-width: 20%;
}
.console-mob {
    display: none;
}
.card-view {
    margin-left: 5vw;
    margin-right: 5vw;
}
.card-view:hover {
    transform: scale(1.05);
}
.card-view img {
    max-width: 20vw;
    max-height: 40vh;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.card-view p {
    font-size: larger;
    margin: 20px;
}
.card-view-content {
    display: flex;
}
.console-mob-small {display: none;}
.not-done {
    filter: grayscale(2);
}
/*  МОБИЛКА */
@media (max-width: 728px){
    .console-mob {display: block;}
    .console-pc {display: none;}
    .console-mob-small {display: none;}
}
@media (max-width: 1082px){
    .card-view-content{
        display: flex;
        flex-direction: column;
    }
    .card-view img {
        max-width: 70vw;
        max-height: 40vh;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media (max-width: 500px) {
    .card-view-content{
        display: flex;
        flex-direction: column;
    }
    .card-view img {
        max-width: 70vw;
        max-height: 40vh;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .about-us-img {
        display: none;
    }
    .about-us-img-mob {
        display: flex;
        flex-direction: column;
        margin: 2vw;
    }
 
    .sidenav {
        height: 100%; 
        width: 0; 
        position: fixed; 
        z-index: 1; 
        top: 0; 
        left: 0;
        background-color: rgb(192, 192, 192); 
        box-shadow:inset -1px 0 black, inset -2px 0 #7f7f7f, inset 1px 1px #fff, inset 2px 2px #dfdfdf;
        overflow-x: hidden; 
        padding-top: 60px; 
        transition: 0.5s; 
    }
    
    .sidenav li button {
        margin: 10px;
        padding: 20px;
        display: block;
        transition: 0.3s;
    }
    .sidenav li {
        list-style-type: none;  
        display: flex;
        flex-direction: column;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    .sidenav .closebtn {
        position: relative;
        left: 100px;
        margin: 20px;
    }
    
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }
    
    .mobile-header {
        display: block;
    }
    .hidden {
        display: none;
    }
    .title-bar-controls{
        display: block;
        width: 15px;
        margin-top: 23px;
        margin-left: 10px;
    }
    
    body {
        max-width: 100vw;
    }
    .mobile-header {
        display: block;
    }
    .strok {
        font-size: 15px;
    }
    .wrapper {
        width: 100vw;
        height: 100vh;
      }
    .wrpe {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 100vh;       
      }
    .wrpe img {
        height: 100%;
        width: auto;
        overflow: hidden;
        object-fit: cover;
      }
    header  {
        display: none;
    }
    .hidden {
        display: none;
    }
    .title-bar-controls{
        display: block;
        width: 15px;
        margin-top: 23px;
    }
    .center-main-text {
        margin-left: 10vw;
        top: 20%;
        transform: translate(-50%, -20%);
    }
    .grid-component {
        margin-left: 10vw;
        margin-right: 10vw;
        margin: 5vw;
    
        display: grid;
        grid-template-columns:  repeat(2, 1fr);
        grid-gap: 5vw;
        grid-row-gap: 5vh;
    }
    .absolute-center {
        margin-left: 0;
        position: absolute;
        left: 55%;
        top: 25%;
        transform: translate(-50%, -50%);
    }
    .clip {
        transform: scale(0.7);
        right: 2px;
    }
}
@media (max-width: 387px) {
    .console-mob {display: none;}
    .console-pc {display: none;}
    .console-mob-small {display: block;}
    .sidenav {
        height: 100%; 
        width: 0; 
        position: fixed; 
        z-index: 1; 
        top: 0; 
        left: 0;
        background-color: rgb(192, 192, 192); 
        box-shadow:inset -1px 0 black, inset -2px 0 #7f7f7f, inset 1px 1px #fff, inset 2px 2px #dfdfdf;
        overflow-x: hidden; 
        padding-top: 60px; 
        transition: 0.5s; 
    }
    
    .sidenav li button {
        margin: 10px;
        padding: 20px;
        display: block;
        transition: 0.3s;
    }
    .sidenav li {
        list-style-type: none;  
        display: flex;
        flex-direction: column;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    .sidenav .closebtn {
        position: relative;
        left: 100px;
        margin: 20px;
    }
    
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }
    
    .mobile-header {
        display: block;
    }
    .hidden {
        display: none;
    }
    .title-bar-controls{
        display: block;
        width: 15px;
        margin-top: 23px;
        margin-left: 10px;
    }
body {
    max-width: 100vw;
}
.strok {
    font-size: 15px;
}
.wrapper {
    width: 100vw;
    height: 100vh;
  }
.wrpe {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
  }
.wrpe img {
    height: 100%;
    width: auto;
    overflow: hidden;
    object-fit: cover;
  }
header  {
    display: none;
}
.mobile-header {
    display: block;
}
.center-main-text {
    margin-left: 10vw;

    top: 20%;
    transform: translate(-50%, -20%);
}
.grid-component {
    margin-top: 5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    display: grid;
    grid-template-columns:  repeat(2, 1fr);
    grid-gap: 5vw;

}
.absolute-center {
    margin-left: 0;
    position: absolute;
    left: 45%;
    top: 38%;
    transform: translate(-50%, -50%);
}
.clip {
    transform: scale(0.7);
    right: px;
}
}