/*
Theme Name: auto
*/

@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Poiret+One&family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Poiret+One&family=Rubik+Mono+One&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Cuprum:ital,wght@0,400..700;1,400..700&family=Poiret+One&family=Rubik+Mono+One&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Cuprum:ital,wght@0,400..700;1,400..700&family=Poiret+One&family=Rubik+Mono+One&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Cuprum:ital,wght@0,400..700;1,400..700&family=Poiret+One&family=Rubik+Mono+One&family=Russo+One&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poiret+One&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, body,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.aboreto-regular {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}
.poiret-one-regular {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.rubik-mono-one-regular {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}
.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
:lang(ru){
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
:lang(kk){
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}





.cuprum {
  font-family: "Cuprum", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.lang-switcher {
  display: flex;
  gap: 8px;
}
.lang-switcher:focus{
  background-color: #951618;
}

.lang-switcher a {
  display: inline-block;
  padding: 6px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  text-decoration: none;
  font-family: "Unbounded";
  font-size: 14px;
  margin: 0;
}
.lang-switcher a:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px);
}
.lang-switcher li.active a {
  background-color: #951618;
  color: #fff;
  border-color: #951618;
}




html{
  font-family: "Cormorant Garamond";
}

body{
  margin: 0px;
  
}

main{
  margin:  0 150px 0 150px;
}

header{
  max-width: 100%;
   width: 100%;
   height: 72.36px;
   position: fixed;
   z-index: 20;
   
}

.header{
    max-width: 100%;
    min-width: 100%;
    display: flex;
    font-family: "aboreto";
    justify-content: center;
    flex-wrap: nowrap;
    padding: 10.45px;
    gap: 41.79px;
    align-items: center;
    position: fixed;
    background: #ffffff;
    z-index: 21;


}

.abai{
  font-size: 40px;
}

.menu{
  max-width: 100%;
  min-width: 20%;
  height: 51.79px;
  display: flex;
  align-items: center;
  font-family: "Cormorant Garamond" ;
  text-transform: uppercase;
  letter-spacing: 1px;
  justify-content: center;

}
a{
  margin: 0 60px;
  text-decoration: none;
  color: black;
}
.section1 {
  max-width: 100%;

  height: 800px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.inf {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: row;
}

.inf-item {
    display: flex;
    flex-direction: column;

}
.inf-item p{
  width: 100px;
}

.inf-label {
    font-size: 20px;
    color: #555;
    margin-bottom: 4px;
}

.inf-value {
    font-size: 19px;
    font-weight: 600;
}


.txt{
  display: flex;
  margin-top: 150px;
}

.zagolov {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: all 0.6s ease-in-out; 
}

.zagolov:hover {
  transform: translateX(20px); 
}


.vector{
  margin: 0 4px 50px 0;
  width: 78.36px;
  height: 15.67px;
}

h1{
  font-family: "Cormorant Garamond";
  width: 384.31px;
  height: 301.63px;
  font-size: 68.51px;
  display: flex;
}




.but_1{
  width: 176.56px;
  height: 50.42px;
  background: #951618;
  border-radius: 5.22px;
  font-size: 18px;
  color: white;
  border: #951618;
  margin: 50px 0 0 0;
  font-family: "Cormorant Garamond";
  text-align: center;
  padding: 15px;
}

.popup{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 40;

}


.popup:target{
  opacity: 1;
  visibility: visible;
}

.popup__area{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.popup__body{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup__content{
  background-color: white;
  color: #000000;
  width: auto ;
  height: auto;
  padding: 30px;
  position: center;
}
.popup__close{
  position:absolute;
  font-family: "Russo One";
  font-size: 20px;
  color: #000000b1;
}


.img {
  width: 476.4px;
  height: 690.57px;
  display: flex;
  position: relative;
  top: 30px;
  left: 30px;
  border-radius: 250px 250px 0 0;
  object-fit: cover;
}

.content{
  max-width: 100%;
  width: 600px;
  height: 400px;
  display: flex;
  align-items: center;
}



.element {
    width: 432.4px;
    height: 710px;
    border: 2px solid, #951618;
    border-radius: 250px 250px 0px 0px;
    display: flex;
    position: relative;
    border-bottom: none;
    margin-top: 160px;
    
}


.img2{
  border-radius: 50%;
  width: 230.89px;
  height: 230.89px;
  position: relative;
  right: 90px;
  object-fit: cover;
}

.img3{
  border-radius: 60%;
  width: 74px;
  height: 74px;
  position: relative;
  top: 240px;
  right: 140px;
  object-fit: cover;
}

.ofic{
  
  width: 474.31px;
  height: 67.91px;
  font-size: 71.19px;
  position: relative;
  display: flex;
  text-transform: uppercase;
  font-family:Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.13);
  transform: rotate(-90deg);
  top: 550px;
  left: -360px;
  text-shadow: 30px 50px 10px  rgba(101, 101, 101, 0.171);
}

.section2{
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  height: 800px;
  position: relative;
}



.img4{
  width: 445.36px;
  height: 663.41px;
  display: flex;
  position: relative;
  top: -90px;
  left: 11px;
  border-radius: 300px 300px 0 0;
  object-fit: cover;
  margin-top: 100px;
}

.slider {
  max-width: 100%;
    width: 470.36px;
    height: 405.21px;
    border: 2px solid, #951618;
    border-radius: 300px 300px 0px 0px;
    display: flex;
    position: relative;
    border-bottom: none;
}

h2{
  font-size: 52.24px;
  position: relative;
  margin: 0 0 50px 0;

}

.info {
  max-width: 100%;
  width: 500px;
  height: 375px;
  margin-top: 80px;
  margin-left: 100px;
  font-family: "Cormorant Garamond";
  font-size:23.67px;
  display: flex;
  position: relative;
  line-height: 30px;
  flex-direction: column;
  justify-content: space-between;
}
.opisanie{
  max-width: 100%;
  width: 587px;
  height: 153px;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.mi{
  width: 500px;
  height: 400px;
  display: flex;
  margin: 0;
  font-size: 18px;
  position: relative;
}

.section3{
  max-width: 100%;
  width: 100%;
  height: 750px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
}

.information{
  width: 587px;
  height: 600.42px;
  display: flex;
}
.inf{
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
}


.button_1{
  width: 250.56px;
  height: 40.42px;
  background: #951618;
  border-radius: 5.22px;
  font-size: 17.81px;
  color: white;
  border: #951618;
  font-family: "Cormorant Garamond";
  margin: 0;
  white-space: nowrap;
  text-align: center;
}

.ofici{
  position: relative;
  top: -55px; 
  left: 300px;
}

.ot{
  position: relative; 
  top: -95px; 
  left: 300px;
}

.obzhaya{
  position: relative; 
  top: -113px; 
  margin-top:35px ;
}

.kvmtr{
  position: relative; 
  top: -113px;
}

.text{
  font-size: 18px;
  font-family: "Cormorant Garamond";
  width: 474.31px;
  height: 200.63px;
  flex-direction: column;
  line-height: 40px;
  justify-content: space-between;
}

.information2{
  width: 587px;
  height: 980.42px;
  align-items: center;
}

.foto{
  display: flex;
  width: 412.06px;
  height: 356.12px;
  background: #951618;
  border-radius: 150px 0 0 0;
  flex-wrap: wrap;
  
}

.img9{
  width: 250.74px;
  height: 250.74px;
  position: relative;
  bottom: 63px;
  left: 74px;
}

.img10{
  width: 304.32px;
  height: 304.32px;
  position: relative;
  object-fit: cover;
  top: 40px;
  left: 20px;
}

.img11{
   width: 208.95px;
   height: 208.95px;
   position:  relative;
   object-fit: cover;
   top: 400px;
   left: 324px;
}

.img12{
  width: 87.76px;
  height: 87.76px;
  position: relative;
  top: 3px;
  left: 110px;
}

.section4{
  width: 100%;
  height: 750px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
}

.gallery{
  width: 100%;
  height: 750px;
  display: flex;
  justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.img13{
  width: 532.82px;
  height: 710.42px;
  object-fit: cover;
  padding: 0 15px 0 0;
}


.img14{
  width: 532.82px;
  height: 710.42px;
  object-fit: cover;
  padding: 0 15px 0 15px;
}


.img15{
  width: 532.82px;
  height: 710.42px;
  object-fit: cover;
  padding: 0 0 0 15px;
}

.section5{
  max-width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;

}

.preimush{
  display: flex;
  width: 100%;
  height: 600px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h5{
    font-family: "Cormorant Garamond";
    width: 600px;
    height: 65px;
    font-size: 52.24px;
}

h4{
    font-family: "Cormorant Garamond";
    width: 1372px;
    height: 65px;
    font-size: 52.24px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.icon{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  font-family: "Cormorant Garamond";
  font-size: 20.89px;
  
}
.first{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.section6{
  max-width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  align-items: center;
}

.itazh{
  width: 1272px; 
  height: 390px;
}

.plozhad{
  font-size: 15px;
  font-family: "Cormorant Garamond";

}

.plan{
  width: 100%;
  height: 620px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
    align-items: center;
}

.container {
    margin: 1rem;
    padding: 1.5rem;
    border: 1px solid #951618;
    border-radius: 0.375rem;
    width: 1372px; 
    height: 550px;
    
  }

  .tab {
    display: flex;
    flex-wrap: wrap;
  }

  .tab > input[type="radio"] {
    display: none;
  }

  .tab-content {
    display: none;
    width: 100%;
    margin-top: 4rem;

  }

  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3, 
  #tab-btn-4:checked~#content-4,
  #tab-btn-5:checked~#content-5,
  #tab-btn-6:checked~#content-6 {
    display: block;
  }

  .tab > label {
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
    color: #951618;
    border: 0;
    border-radius: 0.375rem;
    background: 0 0;
  }

  .tab > input[type="radio"]:checked + label {
    cursor: default;
    color: #fff;
    background-color: #951618;
  }

.tab-content{
  display: none;
  position: relative;
}

.tab-content:target{
  display: block;
}

.section7{
  max-width: 100%;
  height: 720px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sotrudnich{
  width: 636px;
  height: 453px;
  font-size:23.67px;
  display: flex;
  position: relative;
  line-height: 30px;
  flex-direction: column;
  justify-content: center;
}
.sot{
  width: 587.15px;
  height: 150.44px;
  margin: 0px;
  font-family: "Cormorant Garamond";
}

.img16 {
  width: 376.4px;
  height: 590.57px;
  display: flex;
  position: relative;
  top: 22px;
  left: 30px;
  border-radius: 250px 250px 0 0;
  object-fit: cover;
}

.sotr {
    width: 332.4px;
    height: 610.95px;
    border: 2px solid, #951618;
    border-radius: 250px 250px 0px 0px;
    display: flex;
    position: relative;
    border-bottom: none;
    font-family: "Cormorant Garamond";
}

.but{
  display: flex;
  margin-top: 130px;
}

.button_2{
  width: 176.56px;
  height: 45.42px;
  background: #951618;
  border-radius: 7.22px;
  font-size: 19px;
  color: white;
  border: #951618;
  text-align: center;
  padding: 12px;
  line-height: 15px;
  margin:40px 0 0 0;
  font-family: "Cormorant Garamond";
}

.a.button_2{
  margin: 0;
}

.button_3{
  width: 176.56px;
  height: 56.42px;
  border-radius: 7.22px;
  font-size: 16.72px;
  color: #951618;
  border: solid 1px #951618;
  background: white;
  padding: 10px 28px;
}

.section8{
  max-width: 100%;
  height: 600px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.poloska{
  width: 400px;
  height: 0;
  border: solid 1.5px #951618;
}

.contact{
  font-size: 20px;
  font-family: "Cormorant Garamond";
  display: flex;
  width: 100%;
  height: 400px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

}

.maps {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;

}

footer{
  max-width: 100%;
  min-width: 10%;
  height: 150px;
  display: flex;
  font-family: "Cormorant Garamond";
  font-size: 18.25px;
  background: white;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background-color: #ffeedc24;
  white-space: nowrap;
}
.footer{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  border: solid 2px #951618;
  border-bottom: none;
  border-left: none;
  border-right: none;
  justify-content: space-between;

}

.text1 {
  width: 587.15px;
  height: 150.44px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.socseti{
  width: 60px;
  height: 125px;
  display: flex;
  position: fixed;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  top: 40%;
  border-radius: 0 20px 20px 0;
  border: solid 3px #00000000;
  background: white;
  z-index: 40;

}

.img20{
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.zayavka{
  width: 100%;
  height: 150px;
  display: flex;
}

.but_2{
  width: 176.56px;
  height: 56.42px;
  background: #951618;
  border-radius: 5.22px;
  font-size: 18.81px;
  color: white;
  border: #951618;
}

.foot_menu{
    width: 70%;
    height: 31.79px;
    position: relative;
    display: flex;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    
}

.bc{
  width: 15%;
  height: 51.79px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 25px;
  font-family: "Aboreto";
  border: solid 1px #951618;
  border-top: none;
  border-left: none;
  border-bottom: none;
  flex-direction: column;
}

.number{
  width: 20%;
  height: 51.79px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: solid 1px #951618;
  border-top: none;
  border-bottom: none ;
  border-right: none ;
}

.dop{
  width: 80%;
  display: flex;
  align-items: center;
  border: solid 2px #951618;
  border-bottom: none;
  border-left: none;
  border-right: none;
  justify-content: space-around;
}

.zashita{width: 20%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(81, 81, 81);
  font-size: 14px;
  flex-direction: column;
}

.oferta{
  width: 60%;
    position: relative;
    display: flex;
    font-family: "Cormorant Garamond";
    letter-spacing: 1px;
    font-size: 14px;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    color: rgb(81, 81, 81);
}

.astrix{width: 20%;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  white-space: nowrap;

}

.navigation{
  width: 100%;
  height: 50px;
}

#menuCheckbox{
  width: 50px;height: 50px;
  position: relative;
  top: 20px;
  left: -8px;
  opacity: 0;
  background: #fff;
}

    #menuToggle
{
  position: relative;
  display: flex;
  top: 0px;
  left: 20px;
  display: none;
  
  z-index: 30;
  
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  align-items: flex-start;
}

#menuToggle a
{
  text-decoration: none;
  color: black;
  font-size: 25px;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: rgb(199, 30, 0);
}

#menuToggle::before{
  display: none;
}

#menuToggle:after{
  display: flex;
}

#menuToggle input
{
  display: flex;
  width: 50px;
  height: 20px;
  position: relative;
  bottom: 50px;

  
  cursor: pointer;
  z-index: 26; 
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #951618;
  border-radius: 3px;
  
  z-index: 27;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000000;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{

  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: relative;
  max-width: 350px;
  width: 100vw;
  max-height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  border: solid 2px #951618;
  border-left: none;
  border-top: none;
  background: #ffffff;
  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);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menu li label
{
  cursor: pointer;
}

#menuToggle input:checked ~ ul
{
  width: 300px;
    height: 520px;
    display: flex;
    transform: none;
    flex-direction: column;
    overflow: visible;
}

.but{
  margin-top: 50px;
}




@media(max-width:1300px ){
  .header{
    max-width: 100%;
  }
  #menuToggle{
    display: none;
  }

  .menu{max-width: 100%;
    width: 400px;
    height: 51.49px;
    
  }
  a{
    margin: 0 20px ;
    font-size: 12px;
  }
  .main{max-width: 100%;
    width: 1300px;
    margin: 0 0px;
  }
  .section1{max-width: 100%;
    width: 1300px;
    height: 500px;
    display: flex;
    
  }
  .zagolov{max-width: 100%;
    width: 400px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .txt{max-width: 100%;
    width: 800px;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .content{max-width: 100%;
    width: 400px;
    display: flex;
    justify-content: space-around;
  }

  .element{max-width: 100%;
    width: 272px;
    height: 400px;
    margin-top: 50px;
  }
  .img{
    width: 272px;
    height: 400px;
  }
  .img2{
    width: 130px;
    height: 130px;
    right: 40px;
  }
  .img3{
    width: 40px;
    height: 40px;
    top: 130px;
    right: 70px;
  }

  .ofic{max-width: 100%;
    width: 474.31px;
    height: 67.91px;
    font-size: 41.19px;
    position: relative;
    top: 320px;
    left: -170px;
    display: flex;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.13);
    transform: rotate(-90deg);
    text-shadow: 20px 30px 7px rgba(101, 101, 101, 0.171);
    
  }

  h1{
    width: 274.31px;
    height: 220.63px;
    font-size: 48.51px;

  }
  .section2{max-width: 100%;
    width: 1300px;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    height: 450px;
    position: relative;
  }

  h2{
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
  }

  .slider{max-width: 100%;
    width: 290px;
    height: 250px;
  }

  .img4{
    width: 272px;
    height: 400px;
    left: 6px;
    top: -95px;
  }

  .mi{max-width: 100%;
    width: 500px;
    height: 400px;
    display: flex;
    font-size: 12px;
    position: relative;
  }

  .info{max-width: 100%;
    width: 480px;
    height: 400px;
    margin-top: 50px;

  }


.section3{max-width: 100%;
  width: 1300px;
  height: 680px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 0;
}

.information{max-width: 100%;
  width: 587px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information2{max-width: 100%;
  width: 587px;
  height: 600px;

}

.text{max-width: 100%;
  width: 500px;
  height: 400px;
}

h2{
  font-size: 35px;
  position: relative;
  margin-bottom: 30px;
}

.opisanie{
  max-width: 100%;
  width: 400px;
  height: 200px;
  font-size: 15px;
}

.inf{
  max-width: 100%;
  width: 400px;
  height: 200px;
  font-size: 15px;
}

.button_1{
  width: 156px;
  height: 56px;
  font-size: 16px;
}

.img11{
  width: 170px;
  height: 170px;
  top: 270px;
  left: 285px;
}

.img12{
  width: 77px;
  height: 77px;
  left: 109px;
  top: 2px;
}

.foto{
  max-width: 100%;
  width: 362px;
  height: 326px;
}

.img9{
  width: 200px;
  height: 200px;
  left: 85px;
}

.img10{
  width: 250px;
  height: 250px;
  left: 35px;
}
  .section4{
    max-width: 100%;
    width: 1300px;
    height: 700px;
    display: flex;
    margin-top: 30px;
  }

  .gallery{
    max-width: 100%;
    width: 1300px;
    height: 700px;
  }

  .img13{
    width: 433px;
    height: 640px;
  }

  .img14{width: 433px;
    height: 640px;
  }

  .img15{
    width: 433px;
    height: 640px;
  }

  .section5{
    max-width: 100%;
    width: 1300px;
    height: 600px;
  }

  .preimush{
    max-width: 100%;
    width: 1300px;
    height: 600px;
  }

  h4{width: 1300px;
    font-size: 50px;
  }

  .icon{
    max-width: 100%;
    font-size: 18px;
  }

  .first{
    max-width: 100%;
    width: 220px;
  }

  .section6{
    max-width: 100%;
    width: 1300px;
    height: 550px;
  }

  .container{
    max-width: 100%;
    width: 1200px;
    height: 450px;
  }
  .itazh{
    max-width: 100%;
    width: 1150px;
    height: 300px;
  }


  .section7{
    max-width: 100%;
    width: 1300px;
    height: 720px;
    display: flex;
  }

  .sotrudnich{
    max-width: 100%;
    width: 500px;
    height: 480px;
  }

  .img16{
    width: 320px;
  }

  .section8{
    max-width: 100%;
    width: 1300px;
    height: 600px;
  }

  iframe{
    max-width: 100%;
    width: 500px;
    height: 500px;
  }
  .oferta_1{
    display: none;
  }

  .button_2{
    width: 240px;
    height: 40px;
    white-space: nowrap;
    font-size: 15px;
    margin: 20px 0 0 0 ;

  }

.button_1{
  width: 210px;
  text-align: center;
  height: 36px;
  font-size: 14px;
  font-family: sans-serif;
  white-space: nowrap;
  margin: 0px;
}
}


@media(max-width: 900px){
  header{
    max-width: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header{
    max-width: 100%;
    width: 100%;
    display: flex ;
  }

  #menuToggle{
    display: flex;
  }
  .abai_2{
    display: flex;
    width: 100%;
    justify-content: center;
  }

  

  .icon_2{
    max-width: 100%;
    height: 72.36px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-right: 50px;
    align-items: center;
  }
  .red{
    visibility: visible;
    z-index: 23;
  }
  .menu{
    display: none;
  }
  .main{
    max-width: 100%;
    width: 900px;

  }
  .section1{
    max-width: 100%;
    width: 900px;
    align-items: center;
    position: relative;
    display: flex;
  }

  .txt{
    max-width: 100%;
    width: 900px;
    display: flex;
    justify-content: center;
  }

  .zagolov{
    max-width: 100%;
    width: 200px;
    height: 350px;
    position: relative;
    display: flex;
    margin-top: 0px;
    justify-content: center;

  }
  .vector{
    margin: 0 4px 20px 0;
    width: 48.46px;
    height: 15.67px;
  }

  h1{
    font-size: 40px;
    width: 180px;
    height: 200px;
  }
  .lang-switcher{
  max-width: 100%;
  display: flex;
  }
  .but_1{

    width: 110px;
    height: 36.42px;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    padding: 10px 5px;

  }
  .content {
    max-width: 100%;
    width: 350px;
    height: 385px;
    position: relative;
    display: flex;
    top: 0px;
    justify-content: flex-end;
  }

  .element{
    max-width: 100%;
    width: 230px;
    height: 320px;
    margin-top: 0;
  }

  .img{
    width: 230px;
    height: 320px;
  }
  .img2{
    width: 90px;
    height: 90px;
  }
  .img3{
    top: 100px;
    right: 40px;
  }

  .ofic{
    max-width: 100%;
    width: 474.31px;
    height: 67.91px;
    font-size: 31.19px;
    position: relative;
    top: 255px;
    left: -115px;
    display: flex;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.13);
    transform: rotate(-90deg);
    text-shadow: 20px 22px 5px rgba(101, 101, 101, 0.171);
    
  }
  .section2{
    max-width: 100%;
    width: 900px;
    margin-top: 0px;
    display: flex;
    justify-content: space-evenly;
    height: 400px;
    position: relative;
  }

  h2{
    font-size: 33px;
    position: relative;
    margin-bottom: 20px;
  }

  .slider{
    max-width: 100%;
    width: 240px;
    height: 250px;
  }

  .img4{
    width: 222px;
    height: 360px;
    left: 6px;
    top: -95px;
  }

  .mi{
    max-width: 100%;
    width: 460px;
    height: 400px;
    display: flex;
    font-size: 11px;
    position: relative;
  }

  .info{
    max-width: 100%;
    width: 480px;
    height: 400px;
    margin-top: 30px;
    position: relative;

  }
  .section3{
    max-width: 100%;
  width: 900px;
  height: 680px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  position: relative;

}

.information{
  max-width: 100%;
  width: 400px;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;

}

.information2{
  max-width: 100%;
  width: 400px;
  height: 600px;
  position: relative;
}

.text{
  max-width: 100%;
  width: 400px;
  height: 400px;
}

h2{
  font-size: 33px;
  position: relative;
  margin-bottom: 30px;
}

.opisanie{
  max-width: 100%;
  width: 350px;
  height: 180px;
  font-size: 14px;
}

.inf{
  max-width: 100%;
  width: 350px;
  height: 200px;
  font-size: 13px;
}

.button_1{
  width: 210px;
  text-align: center;
  height: 36px;
  font-size: 14px;
  font-family: sans-serif;
  white-space: nowrap;
margin: 0;
}

.img11{
  width: 120px;
  height: 120px;
  top: 210px;
  left: 236px;
}

.img12{
  width: 57px;
  height: 57px;
  left: 109px;
  top: 2px;
  display: none;
}

.foto{
  max-width: 100%;
  width: 282px;
  height: 252px;
}

.img9{
  width: 150px;
  height: 170px;
  left: 85px;
}

.img10{
  width: 200px;
  height: 200px;
  left: 35px;
}

.ofici{
  left: 200px;
}

.ot{
  left:  200px;
}

.section4{
  max-width: 100%;
  width: 900px;
  height: 600px;
  display: flex;
  margin-top: 30px;
}

  .gallery{
    max-width: 100%;
    width: 900px;
    height: 600px;
  }

  .img13{
    width: 300px;
    height: 540px;
  }

  .img14{
    width: 300px;
    height: 540px;
  }

  .img15{
    width: 300px;
    height: 540px;
  }

  .section5{
    max-width: 100%;
    width: 900px;
    height: 650px;
  }

  .preimush{
    max-width: 100%;
    width: 900px;
    height: 650px;
  }

  h4{
    width: 900px;
    font-size: 45px;
  }

  .icon{
    max-width: 100%;
    font-size: 17px;
  }

  .first{
    max-width: 100%;
    width: 150px;
  }

  .section6{
    max-width: 100%;
    width: 900px;
    height: 500px;
    display: flex;
  }

  .plan{
    max-width: 100%;
    width: 900px;
    height: 500px;
  }

  .container{
    max-width: 100%;
    width: 850px;
    height: 400px;
  }
  .itazh{
    width: 800px;
    height: 250px;
  }

  .section7{
    max-width: 100%;
    width: 900px;
    height: 720px;
    display: flex;
  }
  h5{
    width: 350px;
    font-size: 45px;
  }

  .sotrudnich{
    max-width: 100%;
    width: 350px;
    height: 550px;
    display: flex;
    justify-content: space-evenly;
  }

  .sotr{
    max-width: 100%;
    height: 500px;
  }

  .sot{
    max-width: 100%;
    width: 300px;
    height: 200px;
  }

  .img16{
    width: 320px;
    height: 500px;
  }

  .section8{
    max-width: 100%;
    width: 900px;
    height: 500px;
  }

  iframe{
    max-width: 100%;
    width: 400px;
    height: 400px;
  }

  .contact{
    max-width: 100%;
    font-size: 18px;
  }

  .poloska{
    width: 400px;
  }

  footer{
    max-width: 100%;
    width: 900px;
    font-size: 17px;

  }

  .footer{
    max-width: 100%;
    width: 900px;
    display: flex;
    justify-content: space-around;
  }

  .bc{
    max-width: 100%;
    width: 25%;
  }

  .foot_menu{
    max-width: 100%;
    width: 75%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .number{
    max-width: 100%;
    width: 10%;
    font-size: 17px;
    display: none;
  }

  .dop {
    max-width: 100%;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
  .zashita{
    max-width: 100%;
    font-size: 12px;
  }

  .oferta{
    max-width: 100%;
    font-size: 12px;
  }

  .astrix{
    max-width: 100%;
    font-size: 12px;
  }
  .oferta_1{
    display: none;
  }

}
@media (max-width: 750px ) {
  .header{
    max-width: 100%;
    width: 750px;
  }
  .section1{
    max-width: 100%;
    width: 650px;
    display: flex;
    position: relative;
    
  }
  #menuToggle{
    display: flex;
  }

  .txt{
    max-width: 100%;
    width: 650px;
    display: flex;
    height: 500px;
    justify-content: center;
  }

  .button_2{
    width: 162px;
    height: 45px;
    position: relative;
    margin: 0px;
    white-space: wrap;
  }

  .button_2{
    width: 120px;
    height: 36px;
    position: relative;
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
    padding-top: 3px;
    text-align: center;

  }  
  .zagolov{
    max-width: 100%;
    display: flex;
    width: 200px;
    height: 400px;
    justify-content: space-evenly;
  }
  .content{
    max-width: 100%;
    width: 300px;
    height: 450px;
    display: flex;
  }
  .main{
    max-width: 100%;
    width: 750px;
    margin: 0 0px;
  }
  .section2{
    max-width: 100%;
    width: 750px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    height: 380px;
    position: relative;
  }

  h2{
    font-size: 33px;
    position: relative;
    margin-bottom: 20px;
  }

  .slider{
    max-width: 100%;
    width: 240px;
    height: 200px;
  }

  .img4{
    width: 222px;
    height: 320px;
    left: 6px;
    top: -95px;
  }

  .mi{
    max-width: 100%;
    width: 345px;
    height: 250px;
    display: flex;
    font-size: 10px;
    position: relative;
    line-height: 24px;
  }

  .info{
    max-width: 100%;
    width: 400px;
    height: 400px;
    margin-top: 20px;
    position: relative;
    margin-left: 50px;
    display: flex;
    justify-content: flex-start;

  }


  .section3{
    max-width: 100%;
  width: 750px;
  height: 500px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;

}

.information{
  max-width: 100%;
  width: 400px;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;

}

.information2{
  max-width: 100%;
  width: 320px;
  height: 350px;
  position: relative;
}

.text{
  max-width: 100%;
  width: 300px;
  height: 400px;
  display: flex;
}

h2{
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}

.opisanie{
  max-width: 100%;
  width: 300px;
  height: 200px;
  font-size: 12px;
  line-height: 25px;
}

.inf{
  width: 350px;
  height: 200px;
  font-size: 13px;
  flex-direction: row;
}

.but_1{
  width: 160px;
  height: 36.42px;
  font-size: 12px;
  white-space: nowrap;
  padding: 0px 10px;
}



.img11{
  width: 80px;
  height: 80px;
  top: 135px;
  left: 155px;
}

.img12{
  width: 57px;
  height: 57px;
  left: 109px;
  top: 2px;
  display: none;
}

.foto{
  width: 182px;
  height: 172px;
  border-radius: 110px 0 0;
  display: flex;
}

.img9{
  width: 80px;
  height: 80px;
  left: 75px;
  top: -20px;
}

.img10{
  width: 120px;
  height: 120px;
  left: 35px;
}

.ofici{
  left: 150px;
}

.ot{
  left:  150px;
}

.section4{
  max-width: 100%;
  width: 750px;
  height: 450px;
  display: flex;
  margin-top: 30px;
}

.gallery{
  max-width: 100%;
  width: 700px;
  height: 450px;
}

.img13{
  max-width: 100%;
  width: 250px;
  height: 400px;
}

.img14{
  max-width: 100%;
  width: 250px;
  height: 400px;
}

.img15{
  max-width: 100%;
  width: 250px;
  height: 400px;
}

.section5{
    max-width: 100%;
    width: 750px;
    height: 600px;
  }

  .preimush{
    max-width: 100%;
    width: 750px;
    height: 600px;
  }

  h4{width: 750px;
    font-size: 40px;
  }

  .icon {
    max-width: 100%;
    font-size: 14px;
  }

  .icon > img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

  .first{
    max-width: 100%;
    width: 130px;
  }

  .section6{
    max-width: 100%;
    width: 750px;
    height: 500px;
    display: flex;
  }

  .tab{
    display: flex;
    justify-content: space-evenly;
  }

  .plan{
    max-width: 100%;
    width: 750px;
    height: 500px;
  }

  .container{
    max-width: 100%;
    width: 650px;
    height: 400px;
  }
  .itazh{
    width: 600px;
    height: 250px;
  }

  .section7{
    max-width: 100%;
    width: 750px;
    height: 600px;
    display: flex;
    justify-content: center;
  }
  h5{
    width: 350px;
    font-size: 40px;
  }

  .sotrudnich{
    max-width: 100%;
    width: 350px;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
  }

  .sotr{
    max-width: 100%;
    width: 290px;
    height: 400px;
    left: 10px;
  }

  .sot{
    max-width: 100%;
    width: 300px;
    height: 300px;
    font-family: "Op";
    
  }

  .but{
    margin-top: 0px;
  }

  .img16{
    width: 290px;
    height: 380px;

  }

  .section8{
    max-width: 100%;
    width: 750px;
    height: 400px;
  }

  iframe{
    max-width: 100%;
    width: 350px;
    height: 350px;
  }

  .contact{
    max-width: 100%;
    font-size: 17px;
  }

  .poloska{
    max-width: 100%;
    width: 350px;
  }

  footer{
    max-width: 100%;
    width: 750px;
    height: 80px;
  }

  .footer{
    max-width: 100%;
    width: 750px;
    display: flex;
    justify-content: space-around;
  }

  .bc{
    max-width: 100%;
    width: 25%;
    height: 31px;
  }

  a{
    font-size: 10px;
  }

  .foot_menu{
    max-width: 100%;
    width: 75%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .foot_menu a{
    font-size: 9px;
    margin: 0 10px;
  }

  .number{
    max-width: 100%;
    width: 10%;
    font-size: 14px;
    display: none;
  }

  .dop {
    max-width: 100%;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
  .zashita{
    max-width: 100%;
    font-size: 10px;
  }

  .oferta{
    max-width: 100%;
    font-size: 10px;
  }
  .oferta_1{
    display: none;
  }

  .astrix{
    max-width: 100%;
    font-size: 10px;
  }
  .inf {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    flex-direction: row;
    font-size: 11px;
}





}

@media (max-width: 550px) {
  .socseti{ 
    display: none;
  }

  #menuToggle{
    display: flex;
  }

  .preim{
    display: none;
  }

  .contac{
    position: relative;
    top: -20px;
  }

  .main{
    width: 550px;
    margin: 0 0px;
  }

  header{max-width: 100%;
    width: 550px;
  }

  .header{
    max-width: 100%;
    width: 550px;
    height: 62px;
    display: flex;
    justify-content: center;
  }


  .section1{
    max-width: 100%;
    width: 550px;
    height: 450px;
    display: flex;
    position: relative;
    
  }
  .txt{
    max-width: 100%;
    width: 550px;
    display: flex;
    height: 350px;
    position: relative;
  }
  .zagolov{
    width: 150px;
  }

  .content{
    max-width: 100%;
    width: 250px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  h1{
    font-size: 36px;
    width: 150px;
  }

  .but_1{
    margin-top: 20px;
  }

  .element{
    width: 200px;
    margin-top: 0;
  }

  .img{
    width: 200px;
    height: 300px;
  }

  .img3{
    right: 28%;
  }

  .ofic{
    top: 245px;
    font-size: 25px;
    left: -105px;
  }
  .section2{
    max-width: 100%;
    width: 530px;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    height: 300px;
    position: relative;
    justify-content: center;
  }

  h2{
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
  }

  .slider{
    max-width: 100%;
    width: 160px;
    height: 150px;
  }

  .img4{
    width: 142px;
    height: 270px;
    left: 6px;
    top: -95px;
  }

  .mi{
    max-width: 100%;
    width: 235px;
    height: 200px;
    display: flex;
    font-size: 10px;
    position: relative;
    line-height: 13.5px;
  }

  .info{
    max-width: 100%;
    width: 235px;
    height: 300px;
    margin: 0;
    position: relative;
    margin-left: 50px;

  }

.section3{
  max-width: 100%;
  width: 550px;
  height: 500px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;

}

.information{
  max-width: 100%;
  width: 400px;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;

}

.information2{
  max-width: 100%;
  width: 330px;
  height: 380px;
  position: relative;
  
}

.text{
  max-width: 100%;
  width: 250px;
  height: 380px;
  display: flex;
  margin-left: 20px;
}

h2{
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
}

.opisanie{
  max-width: 100%;
  width: 250px;
  height: 200px;
  font-size: 12px;
  line-height: 20px;
}

.inf{
  width: 200px;
  height: 250px;
  display: contents;
  white-space: nowrap;
}

.button_1{
  width: 136px;
  height: 56px;
  font-size: 13px;
  position: relative;
  top: -75px;
  left: 130px;
}

.inf-item a{
  font-size: 10px;
}

.img11{
  width: 80px;
  height: 80px;
  top: 135px;
  left: 155px;
}

.img12{
  width: 57px;
  height: 57px;
  left: 109px;
  top: 2px;
  display: none;
}

.foto{
  max-width: 100%;
  width: 182px;
  height: 172px;
  border-radius: 110px 0 0;
  display: flex;
}

.img9{
  width: 80px;
  height: 80px;
  left: 75px;
  top: -20px;
}

.img10{
  width: 120px;
  height: 120px;
  left: 35px;
}

.ofici{
  left: 120px;
}

.ot{
  left:  120px;
}

p{
  width: 100px;
  height: 40px;
}

.section4{
  max-width: 100%;
  width: 550px;
  height: 300px;
  display: flex;
  margin-top: 30px;
}

.gallery{
  max-width: 100%;
  width: 500px;
  height: 300px;
}

.img13{
  width: 150px;
  height: 300px;
}

.img14{
  width: 250px;
  height: 300px;
}

.img15{
  width: 150px;
  height: 300px;
}

.section5{
  max-width: 100%;
    width: 550px;
    height: 800px;
    display: none;
  }

  .preimush{
    width: 550px;
    height: 600px;
    display: flex;
  }

  h4{
    width: 550px;
    font-size: 40px;
  }

  .icon{
    max-width: 100%;
    width: 550px;
    height: 900px;
    font-size: 12px;
    display: flex;
  }

  .first{
    width: 120px;
    height: 700px;

  }

  .section6{
    max-width: 100%;
    width: 550px;
    height: 400px;
    display: none;
    margin-top: 0;
  }

  .tab{
    display: flex;
    justify-content: space-evenly;
  }

  .plan{
    max-width: 100%;
    width: 550px;
    height: 320px;
  }

  .container{
    max-width: 100%;
    width: 450px;
    height: 270px;
  }
  .itazh{
    width: 400px;
    height: 130px;
  }
  .section7{
    max-width: 100%;
    width: 550px;
    height: 600px;
    display: flex;
    justify-content: center;
    border: solid 2px #951618;
    border-left: none;
    border-right: none;
  }
  h5{
    width: 350px;
    font-size: 40px;
  }

  .sotrudnich{
    max-width: 100%;
    width: 350px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }

  .sotr{
    max-width: 100%;
    width: 290px;
    height: 400px;
    left: 10px;
    display: none;
  }

  .sot{
    max-width: 100%;
    width: 350px;
    height: 300px;
    
  }

  .button_1{
    width: 200px;
    height: 45px;
    display: flex;
    margin: 0px;
    justify-content: center;
    position: relative;
    left: 22%;
    padding-top: 8px;
    font-size: 13px;

  }

  .but{
    width: 100%;
    display: flex;
    margin: 0px;
    position: relative;

  }

  .img16{
    width: 290px;
    height: 380px;

  }

  .section8{
    max-width: 100%;
    width: 550px;
    height: 450px;
  }

  iframe{
    max-width: 100%;
    width: 250px;
    height: 380px;
    margin-left: 20px ;
  }

  .contact{
    max-width: 100%;
    font-size: 15px;
    display: flex;
  }
  p{
    width: 150px;
    
  }

  .poloska{
    width: 220px;
  }

  footer{
    max-width: 100%;
     width: 550px;
     display: flex;
  }

  .footer{
    display: none;
  }

  .oferta{
    display: flex;
    white-space: nowrap;
  }



  .dop{
    max-width: 100%;
    display: flex;
    width: 100%;

  }

  

}

@media (max-width: 400px) {
  .socseti{ 
    display: none;
  }
  #menuToggle{
    display: flex;
    width: 100px;
    height: 300px;
  }

  .preim{
    display: none;
  }

  .contac{
    position: relative;
    top: -20px;
  }
  html{
    width: 400px;
  }


  .main{
    max-width: 100%;
    width: 400px;
    margin: 0;
  }

  header{
    max-width: 100%;
    width: 400px;
  }

  .header{
    max-width: 100%;
    width: 400px;
    display: flex;
    justify-content: center;
  }


  .section1{
    max-width: 100%;
    width: 400px;
    height: 400px;
    display: flex;
    position: relative;
    
  }
  .txt{
    max-width: 100%;
    width: 300px;
    display: flex;
    height: 350px;
    justify-content: center;
  }

  .content{
    max-width: 100%;
    width: 400px;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .zagolov{
    display: flex;
    width: 150px;
    justify-content: center;
  }

  .vector{
    width: 38px;
    height: 15px;
  }

  h1{
    font-size: 26px;
    width: 100px;
    height: 150px;
  }


  .element{
    width: 160px;
    height: 250px;
    margin-top: 0;
  }

  .img{
    top: 20px;
    width: 150px;
    height: 240px;
  }

  .img2{
    width: 50px;
    height: 50px;
    top: 20px;
    left: 0px;
  }

  .img3{
    display: none;
  }

  .ofic{
    display: none;
  }

  .section2{
    max-width: 100%;
    width: 400px;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    height: 400px;
    position: relative;
    justify-content: center;
    align-items: flex-start;
  }

  h2{
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .slider{
    width: 167px;
    height: 140px;
    display: none;

  }

  .img4{
    width: 150px;
    height: 240px;
    left: 6px;
    top: -95px;
  }

  .mi{
    width: 300px;
    height: 400px;
    display: flex;
    font-size: 12px;
    position: relative;
    line-height: 20px;
    text-align: center;
  }

  .info{
    max-width: 100%;
    width: 300px;
    height: 300px;
    margin-top: 30px;
    position: relative;
    margin-left: 0px;
  }

  .section3{
  max-width: 100%;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  flex-direction: column;
  justify-content: flex-start

}

.information{
  max-width: 100%;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;

}

.information2{
  max-width: 100%;
  width: 350px;
  height: 400px;
  position: relative;
  display: none;
}

.text{
  max-width: 100%;
  width: 250px;
  height: 400px;
  display: flex;
  margin-left: 0px;
  text-align: center;
  justify-content: space-evenly;
}

h2{
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}

.opisanie{
  width: 250px;
  height: 120px;
  font-size: 15px;
  line-height: 23px;
}

.inf{
  width: 100px;
  height: 200px;
  font-size: 12px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  display: none;
}

.but_1{
position: relative;
left: 22%;

}



.ofici{
  left: 160px;
}

.ot{
  left:  160px;
}

.obzhaya{
  left: 80px;
}

.kvmtr{
  left: 80px;
}

p{
  width: 100px;
  height: 40px;
}

.section4{
  max-width: 100%;
  width: 400px;
  height: 800px;
  display: flex;
  margin-top: 30px;
}

.gallery{
  max-width: 100%;
  width: 400px;
  height: 800px;
  display: flex;
  flex-direction: column;
}

.img13{
  width: 400px;
  height: 300px;
  padding: 0;
  
}

.img14{
  width: 400px;
  height: 300px;
  padding: 0;
  padding-top: 5px;
}

.img15{
  width: 400px;
  height: 300px;
  padding: 0;
  padding-top: 5px;
}

.section5{
  display: none;
}

.section6{
    max-width: 100%;
    width: 400px;
    height: 400px;
    display: none;
    margin-top: 0;
  }

  .tab{
    display: flex;
    justify-content: space-evenly;
  }

  .plan{
    max-width: 100%;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
  }
  h4{
    width: 400px;
    font-size: 30px;
  }

  label{
    width: 10px;
    height: 20px;
    font-size: 8px;
  }

  .container{
    max-width: 100%;
    width: 300px;
    height: 235px;
  }
  .itazh{
    width: 250px;
    height: 100px;
  }

.section7{
  max-width: 100%;
    width: 400px;
    height: 600px;
    display: flex;
    justify-content: center;
    border: solid 2px #951618;
    border-left: none;
    border-right: none;
  }
  h5{
    width: 350px;
    font-size: 30px;
  }

  .sotrudnich{
    max-width: 100%;
    width: 400px;
    height: 500px;
    display: flex;
    justify-content: space-around;
    text-align: center;
  }

  .sotr{
    max-width: 100%;
    width: 290px;
    height: 400px;
    left: 10px;
    display: none;
    font-size: 10px;
  }

  .sot{
    width: 400px;
    height: 300px;
    font-size: 20px;
  }



  .but{
    margin-top: 0px;
    display: flex;
  }


  .img16{
    width: 290px;
    height: 380px;

  }

  .section8{
    max-width: 100%;
    width: 400px;
    height: 700px;
    display: flex;
    flex-direction: column;
  }

  .maps{
    max-width: 100%;
  }

  iframe{
    width: 400px;
    height: 380px;
    border: solid 2px #951618;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0;
  }

  .contact{
    max-width: 100%;
    width: 400px;
    height: 500px;
    font-size: 15px;
    display: flex;
    white-space: nowrap;
  }
  p{
    width: 100px;
    text-align: center;
  }
  a{
    margin: 0px;
  }

  .poloska{
    width: 240px;
  }

  footer{
     max-width: 100%;
     width: 400px;
     height: 50px;
     display: flex;
  }

  .footer{
    display: none;

  }

  .zashita{
    font-size: 10px;
  }

  .oferta{
    display: flex;
    white-space: nowrap;
    font-size: 8px;

  }

  .dop{
    max-width: 100%;
    display: flex;
    width: 100%;
  }

  .popup{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 40;

}


.popup:target{
  opacity: 1;
  visibility: visible;
}

.popup__area{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.popup__body{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup__content{
  background-color: white;
  color: #000000;
  width: auto;
  height: auto;
  padding: 30px;
  position: center;
}
.popup__close{
  position:absolute;
  font-family: "Russo One";
  font-size: 20px;
  color: #000000b1;
}

.button_2{
  width: 90px;
  height: 25px;
  margin-top: 0px;
  font-size: 9px;
  white-space: nowrap;
  text-align: center;
  padding: 5px;
}
}




