@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@200;300;400;500;600&display=swap');

:root {
    --container: 90%;
    --gap: 2.3vw;
    --edge: 0.57vw;
    --text: #111;
    --muted: #444;
    --brand: rgba(173, 12, 12, 1);
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Geologica, Arial, sans-serif;
    height: 100%;
    overflow-x: hidden;
    color: var(--text);
}



.container {
    width: 90%;
    margin-inline: auto;
}

.About_the_company_info{
    display: flex;
    /* align-items: center; */
}
.About_the_company_info p {
    font-size: 1vw;
    font-weight: 300;
    line-height: 105%;
}
.About_the_company_info span {
    font-weight: 500;
}
.About_the_company_info img{
    width: 33.5vw;
    height: 13.5vw;
    margin: 0 auto;
}
.About_the_company_info_text
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6vw;
}

.Photo_Gallery{
    margin-top: 5.2vw;
}

.Photo_Gallery_Grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    overflow: hidden;
    gap: 1.6vw;
    margin-top: 2.7vw;
}
.Photo_Gallery_Grid_Img_Big{
    grid-column: span 2;
}

.Contacts{
    margin-top: 5.2vw;
    margin-bottom: 5.2vw;

}
/* .Contacts_Info_Blok{
    background-color:#F6F6F6 ;
    padding: 0.6vw;
} */
.Contacts_Info_Blok p {
    color: #00000066;
    /* margin: 0.5vw; */
}

.contacts__map{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contacts__map iframe{
    width: 100%;
    height: 100%;
}
.Contacts_Info_Blok_Grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 0.5vw; */
}
.Contacts_Info_Blok_Grid_Box{
    background-color: #E6E6E6 ;
    padding: 1vw;
}
.Contacts_Info_Blok p {
    font-size: 0.8vw;
}
.Contacts_Info_Blok_Grid_Box_Text_Work_schedule{
    display: flex;
}
.Contacts_Info_Blok_Grid_Box span{
    font-size: 1vw;
    font-weight: 300;
    line-height: 105%;
    color: #000;
}
.Contacts_Info_Blok_Grid_Box img{
    width: 1.1vw;
    height: auto;
}

.work-schedule-grid {
    display: grid;
    gap: 0.8vw;
}

.About_the_company_info_new {
  display: flex;
  gap: 7vw;
  align-items: center;
  width: 100%;
}

.schedule-row {
    display: grid;
    grid-template-columns: 1fr 10fr;
    align-items: center;
}
.schedule-rows{
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}
.schedule-flex{
    display: flex;
    align-items: center;
    gap: 0.6vw;
}
.Photo_Gallery_Grid_Img_Big img{
    width: 100%;
    height: 26vw;
}

.Photo_Gallery_Grid_Img img{
    width: 100%;
    height: 26vw;
}


.About_the_company_info_text_wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 3vw;
}

.About_the_company_info {
    display: flex;
    gap: 2vw;
    margin-top: 1.5vw;
}

.About_the_company_info_text span {
    font-weight: 500;
    display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .About_the_company_info {
        gap: 3vw;
        margin-top: 2vw;
    }
    
    .About_the_company_info_text span {
        margin-bottom: 1vw;
    }
}

@media (max-width: 767px) {
    .About_the_company_info {
        flex-direction: column;
        gap: 5vw;
        margin-top: 4vw;
    }
    
    .About_the_company_info_text {
        width: 100%;
        grid-template-columns: 1fr;
    }
    
    .About_the_company_info_text p {
        font-size: 4vw;
        line-height: 130%;
    }
    
    .About_the_company_info_text span {
        margin-bottom: 1.5vw;
    }
}


.Contacts_Info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.7vw;
  gap: 1.6vw;
}

.Contacts_Info_Blok {
  background-color: #E6E6E6;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
}

.Contacts_Grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  position: relative;
  height: 100%;
  align-items: stretch;
}

.Contacts_Grid::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.25px;
  background-color: #00000066;
  transform: translateX(-50%);
}

.Contacts_Col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1vw;
  height: 100%;
}

.Contacts_Item {
  font-size: 1vw;
  font-weight: 300;
  line-height: 105%;
  color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  gap: 0.8vw;
}

.Contacts_Col_Labels .Contacts_Item,
.Contacts_Col_Values .Contacts_Item {
  font-weight: 400;
}

.Contacts_Icon {
  width: 1.2vw;
  height: auto;
  flex-shrink: 0;
  opacity: 0.7;
}

.Contacts_Item a {
  color: #111;
  text-decoration: none;
}

.Contacts_Item a:hover {
  text-decoration: underline;
}

.contacts__map {
  background-color: #E6E6E6;
  overflow: hidden;
}

.Contacts_Disclaimer {
  margin-top: 1vw;
}

.Contacts_Disclaimer p {
  font-size: 0.8vw;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: calc(100% - 40px);
        margin-inline: auto;
    }

    .About_the_company_info p{
        font-size: 2.2vw;
    }
    .About_the_company_info p:nth-child(2) {
        /* display: none; */
    }
    .About_the_company_info_text{
        width: 100%;
        /* width: 69%; */
        grid-template-columns: 1fr;
    }
    .About_the_company_info img{
        width: 46vw;
    }
    .Contacts_Info{
        grid-template-columns: repeat(1, 1fr);
    }
    .Contacts_Info_Blok_Grid_Box span{
        font-size:  1.8vw;
        font-weight: 300;
        line-height: 140%;
    }
    .Contacts_Info_Blok_Grid_Box img{
        width: 2.5vw;
        height: auto;
    }
    .Contacts_Info_Blok_Grid_Box{
        padding:2.5vw;
    }
    /* .Contacts_Info_Blok{
        padding:1.5vw;
    } */
    .schedule-row{
        grid-template-columns: 2fr 17fr;
    }

    .Contacts_Info_Blok_Grid{
        gap: 1.3vw;
    }
    .Contacts_Info_Blok_Grid_Box{
        padding:2.5vw;
    }
    /* .Contacts_Info_Blok{
        padding:1.5vw;
    } */
    .schedule-row{
        grid-template-columns: 2fr 17fr;
    }

    .Contacts_Info_Blok_Grid{
        gap: 1.3vw;
    }

    .Photo_Gallery_Grid_Img_Big img{
        /* width: auto; */
        height: 30.7vw;
    }

    .Photo_Gallery_Grid_Img img{
        width: auto;
        height: 30.7vw;
    }
    .Contacts_Info_Blok p {
        font-size: 1.8vw;
    }
}


@media (max-width: 767px){
    .container {
        padding: 0;
        padding-bottom: 8vw;
        width: 90%;
    }
    .About_the_company_info{
        display: block;
    }
    .About_the_company_info_text{
        width: 100%;
    }
    .About_the_company_info p{
        font-size: 4.5vw;
    }
    .About_the_company_info img{
        width: 81vw;
        height: 29.5vw;
        margin-top: 4.2vw;
    }
    .Photo_Gallery,
    .Contacts
    {
        margin-top: 15.9vw;
    }
    .Photo_Gallery_Grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 5.5vw;
        /* margin-top: 4.2vw; */
    }
    .Contacts_Info {
        grid-template-columns: repeat(1, 1fr);

    }
    .Contacts_Info_Blok p{
        font-size: 4.5vw;
        font-weight: 300;
        line-height: 105%;
    }
    .Contacts_Info_Blok{
        padding: 3vw;
    }
    .Contacts_Info_Blok_Grid_Box span{
        font-size:3vw;
    }
    .Contacts_Info_Blok_Grid_Box img{
        width: 5.5vw;
        height: auto;
    }
    .Contacts_Info_Blok_Grid_Box{
        padding: 3vw;
    }
    .work-schedule-grid{
        gap: 1.5vw;
    }
    .schedule-row {
        display: grid;
        grid-template-columns: 2fr 7fr;
        align-items: center;
    }

    .Contacts_Info_Blok_Grid_Box{
        padding: 2.5vw;
    }
    .schedule-flex{
        display: flex;
        align-items: center;
        gap: 1.4vw;
        margin-bottom: 1.5vw;
    }
    .Contacts_Info_Blok{
        padding: 2.7vw;
    }

    .Contacts_Info_Blok p{
        font-size: 2.7vw;
    }
    .span_com{
        word-break: break-all;
        display: block;
        width: 20.4vw;
    }
    .Contacts_Info_Blok_Grid{
        gap: 3vw;

    }
    .schedule-rows {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
    }
    .schedule-row {
        display: grid;
        grid-template-columns: 2fr 7fr;
        align-items: center;
    }

    .Contacts_Info_Blok_Grid_Box{
        padding: 2.5vw;
    }
    .schedule-flex{
        display: flex;
        align-items: center;
        gap: 0.6vw;
    }
    .Contacts_Info_Blok{
        padding: 2.7vw;
    }
    .contacts__map{
        height: 51vw ;
    }
    .Contacts_Info_Blok p{
        font-size: 2.7vw;
    }
    .span_com{
        word-break: break-all;
        display: block;
        width: 20.4vw;
    }
    .work-schedule-grid{
        gap: 3vw;
    }
    .Contacts_Info_Blok_Grid{
        gap: 3vw;

    }
    .schedule-rows {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
    }
    .Photo_Gallery_Grid_Img_Big img{
        width: 100%;
        height: 53.8vw;
        object-fit: cover;
    }

    .Photo_Gallery_Grid_Img img{
        width: 100%;
        height: 53.8vw;
        object-fit: cover;
    }
    .Contacts_Info_Blok p {
        font-size: 2.6vw;
    }
}

@media (max-width: 1024px) {
  .Contacts_Info {
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  .Contacts_Col {
    justify-content: space-around;
  }
  
  .Contacts_Info_Blok {
    padding: 2vw;
  }
  
  .Contacts_Item {
    font-size: 2.6vw;
    gap: 1.2vw;
  }
  
  .Contacts_Icon {
    width: 2vw;
  }
  
  .Contacts_Disclaimer p {
    font-size: 1.2vw;
  }

  .Contacts_Disclaimer p {
    display: none;
  }
}

@media (max-width: 767px) {
  .Contacts_Info {
    gap: 3vw;
  }
  
  .Contacts_Info_Blok {
    padding: 4vw;
  }
  
  .Contacts_Grid {
    gap: 4vw;
  }
  
  .Contacts_Col {
    /* justify-content: flex-start; */
    gap: 4vw;
  }
  
  .Contacts_Item {
    font-size: 3.8vw;
    gap: 2.5vw;
  }
  
  .Contacts_Icon {
    width: 4.5vw;
  }
  
  .Contacts_Disclaimer p {
    font-size: 2.6vw;
  }
}

@media (max-width: 1024px) {
  .About_the_company_info_new {
    flex-wrap: wrap;
  }
  
  .About_the_company_info_text_wrapper {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  
  .About_the_company_info_image {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 2vw;
  }
  
  .company_image {
    aspect-ratio: 758 / 307;
  }
}

@media (max-width: 767px) {
  .About_the_company_info_new {
    flex-direction: column;
    gap: 5vw;
  }
  
  .About_the_company_info_text_wrapper {
    width: 100%;
  }
  
  .About_the_company_info_text span {
    margin-bottom: 1.5vw;
    grid-template-columns: 1fr;
  }
  
  .About_the_company_info_image {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  
  .company_image {
    aspect-ratio: 758 / 307;
  }
}