
/*Ссылки ///////////////////////////////////////////*/
@import url(../Soc/soc.css);
@import url(../Style/footer.css);
@import url(../Style/bloki.css);
@import url(../Style/karusel_konteiner.css);
@import url(../Style/block.css);
@import url(../Style/icon.css);
@import url(../Style/adaptivnost.css);
@import url(../Style/figure.css);
@import url(../Style/slaider.css);
@import url(../Style/galerea.css);
@import url(../Style/about.css);
@import url(../Style/rus.css);
@import url(../Style/rusa.css);
@import url(../Style/daptive.css);

/*//////////////////////////////////////////////////*/

/*body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
}*/


/*
:root {
    --max-container-width: 300px;
}*/

/*.artworks {
    font-family: 'Times New Roman', cursive;
    max-width: var(--max-container-width);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.artworka {
    margin: 20px;
    text-align: center;
}

.artworka img {
    max-width: 100%;
    height: auto;
}

.artworke {
    margin: 10px;
    text-align: center;
    position: relative;
    top: -2px;
    left: 400px;
}

.artworke img {
    max-width: 100%;
    height: auto;
}


.artworko {
    margin: 10px;
    text-align: center;
    position: relative;
    top: 2px;
    right: 400px;
}

.artworko img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}*/
/*******************************************************************/
/*.products__btn{
    font-family: 'Times New Roman', cursive;
    text-decoration: none;
    color: #fff;
    background-color: #4caf50;
    border: 3px solid #4caf50;
    padding: 1px 7px;
    position: relative;
    bottom: 32px;
    left: 100px;
    font-size: 20px;
    border-radius: 4px;
    transition: 300ms
    
}
.products__btn:hover{
    background-color: blue;
    color: #4caf50;
}
.products__btn.hidden {
    display: none;
}

img.rap {
width: 100;
height: 100;
}*/
/*///////////////////////////////////////////////*/
/*.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}*/

/*.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}*/
/*///////////////////////////////////////////////*/

#main {
    width: 60%;
    margin-right: 5%;
    float: left;
    }   

/*.imga-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
  }
  
  .imga-box {
      border-radius: 1rem;
      overflow: hidden;
      margin: 0.01rem; 
    }
  
  .imga-box img {
      width: 100%;
      height: auto;
      max-width: 450px; 
      max-height: 210px; 
      transition: transform 0.3s ease-in-out;
    }
  
  .imga-box img:hover {
    transform: scale(1.05);
  }*/
  