html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'FoglihtenNo06';
  src: 
       url('/fonts/FoglihtenNo06_076.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ExtraBold.otf') format('woff2'),
       url('path/to/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

body {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Gilroy';
  font-size: 15px;
  line-height: 18.99px;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

.backgroung{
  background-image: url(/img/body/background.png);
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
  color: #1E0000;
  width: 100%;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu li {
  margin-right: 50px;
}

.menu a {
  text-decoration: none;
  color: #1E0000;
font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.phone-number {
  font-size: 16px;
  margin-right: 20px;
  width: 233px;
height: 56px;
padding: 16px 24px 16px 24px;
border-radius: 10px 10px 10px 10px;
background: #BC6D4F;



}


.burger-button {
  display: none;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.menu.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #BC6D4F;
  padding: 20px;
  z-index: 1;
}

.menu.active ul {
  flex-direction: column;
}

.menu.active li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .menu {
    display: none;
  }
  .burger-button {
    display: block;
  }
  .phone-number {
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .menu.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #BC6D4F;
    padding: 20px;
    z-index: 1;
  }
  .menu.active ul {
    flex-direction: column;
  }
  .menu.active li {
    margin-bottom: 20px;
  }
  .menu.active a {
    text-decoration: none;
    color: #fff;
  }
}

@media (max-width: 480px) {
  .burger-button {
    padding: 10px 15px;
    display: none;
  }
  .phone-number {
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
  }
}




/* Баннер */
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-image: url('/img/header/banner.png');
  background-size: cover;
  background-position: center;
  height: 95vh;
  width: 100%;
}

.left-block {
  width: 40%;
  text-align: justify;
  padding-left: 30px;
}

.left-block h2 {
  font-size: 60px;
  margin-bottom: 10px;
  font-family: FoglihtenNo06;
font-weight: 500;
line-height: 80px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #500805;


}

.left-block button {
  width: 233px;
  height: 56px;
  padding: 16px 24px 16px 24px;
  border-radius: 10px 10px 10px 10px;
  opacity: 0px;
  border: none;
  background: #BC6D4F;
  color: white;
  cursor: pointer;
}

.right-block {
  width: 60%;
  display: flex;
  justify-content: center;
}

.slider1 {
  position: relative;
  width: 80%;
  height: 500px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Адаптивная верстка */
@media (max-width: 768px) {
  .container {
      flex-direction: column;    
        flex-direction: column;
        height: 85vh;
      }
  .left-block {
      width: 100%;
      margin-bottom: 20px;
  }
  .right-block {
      width: 100%;
  }
  .slider1 {
      height: 300px;
  }
  .left-block h2 {
    font-size: 30px;
    line-height: 42px;
    
}
}

@media (max-width: 480px) {
  .container {
      padding: 10px;
      flex-direction: column;
      height: 75vh;
  }
  .left-block h2 {
      font-size: 18px;
  }
  .left-block button {
      padding: 5px 10px;
  }
  .slider1 {
      height: 200px;
  }
  .left-block h2 {
    font-size: 30px;
    line-height: 42px;
    
}
}

.benefit{
  display: flex;
  flex-direction: row;
  padding-top: 110px;
  margin-bottom: 140px;
}

.benefit ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}
.benefit ul li{
 padding-right: 96px ;
}
.benefit ul li p{
  font-family: Roboto;
font-size: 64px;
font-weight: 700;
line-height: 48px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#BC6D4F ;
padding-bottom: 24px;
}
.benefit ul li span{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
.about{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}

.about_gallery {
  display: flex;
  width: 50%;
 
  padding: 0px 0px 0px 50px;
}

.gallery_item {
  width: 50%;
  height: 560px; /* высота первого большого фото */
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.gallery_item img {
  width: 99%;
  height: 84%;
  object-fit: cover;
  border-radius: 10px;
}

.small_gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.small_gallery img {
 width: 95%;
    height: 230px;
    margin: 5px;
    object-fit: cover;
    border-radius: 10px;
}

.about_txt{
  width: 50%;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  margin-left: -5%;
}
.about_txt h2{
  font-family: FoglihtenNo06;
font-size: 40px;
font-weight: 500;
line-height: 40px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
}

.about_txt p{
  
font-family: Roboto;
font-size: 14px;
font-weight: 300;
line-height: 22px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
padding-top: 20px;
width: 65%;

}
.about_txt button{
  width: 233px;
  height: 56px;
  padding: 16px 24px 16px 24px;
  border-radius: 10px 10px 10px 10px;
  opacity: 0px;
  border: none;
  background: #BC6D4F;
  color: white;
  cursor: pointer;
  margin-top: 45px;
}



.review {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.review h2{
  font-family: FoglihtenNo06;
font-size: 40px;
font-weight: 500;
line-height: 40px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;
margin-bottom: 20px;
}
.block_review {
  display: flex
;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  align-items: baseline;
}
.reviews {
  font-family: Roboto;
  width: 40%;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
color: white;  


}


/* Отзывы */

.slider {
  height: 205px;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 1;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 200px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 200px;
 
  text-align: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  padding-top: 20px;
}
.slider__txt {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  padding-top: 20px;
  max-width: 100%;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.work h2 {
  font-family: FoglihtenNo06;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 20px;
  margin-top: 145px;
}
.columns {
  display: grid
  ;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
     width: 81%;
      margin: 0 auto;
}

.column {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  padding-top: 20px;
  padding: 20px;
 
}
.column ul li {
  margin-bottom: 15px;
  width: 88%;
}

.forms {
  display: flex
;
  justify-content: space-around;
  width: 82%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.form__send{
  font-family: FoglihtenNo06;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    margin-bottom: 20px;
    margin-top: 70px;
    width: 78%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 30px;
}
.form__input{
  font-family: Roboto;
  width: 636px;
height: 80px;
padding: 24px 40px 24px 40px;
gap: 10px;
border-radius: 10px;
border: none;
opacity: 0px;
margin-bottom: 13px;
}
.button{
  width: 130px;
height: 56px;
padding: 16px 24px 16px 24px;
gap: 10px;
border-radius: 10px;
opacity: 0px;
background: #BC6D4F;
border: none;
color: white;
font-family: Roboto;

}
.form__button{
  display: flex;
  justify-content: center;
}



footer{
  background-color:#500805 ;
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  width: 100%;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 120px;
}
.social{
  display: flex;
      flex-direction: row;
      width: 85px;
      justify-content: space-around;
}
.portfolio h2{
  font-family: FoglihtenNo06;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-bottom: 40px;
  margin-top: 100px;
  padding-bottom: 87px;
}
.portfolio ul{
  
    display: flex
;
    flex-wrap: wrap;
    width: 74%;
    justify-content: space-between;
    margin: 0 auto;

}
.portfolio ul li {
 margin-bottom: 160px;

}
.card{
  width: 330px;
  height: 320px;
  background-color: white;
  color:#500805;
  text-align: center;
  border-radius: 10px;
}
.card img{
  margin-top: -33%;
  height: 280px;
}
.card h3{
  font-family: Roboto;
font-size: 24px;
font-weight: 500;
line-height: 26px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
padding-top: 15px;
height: 70px;

}
.card button{
  font-family: Roboto;
  width: 132px;
height: 56px;
padding: 16px 24px 16px 24px;
gap: 10px;
border-radius: 10px ;
border: none;
opacity: 0px;
background-color: #BC6D4F;
color: white;
margin-top: 5px;
margin-bottom: 20px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.tabs {
  overflow: hidden;
  /* border: 1px solid #ccc;
  background-color: #f1f1f1; */
}

.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tablinks:hover {
  background-color: #ddd;
}

.tablinks.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabs button{
  width: 205px;
height: 56px;
top: 57px;
left: 311px;
padding: 16px 24px 16px 24px;
gap: 10px;
border-radius: 10px ;
border: 2px 0px 0px 0px;
opacity: 0px;
color: #BC6D4F;
background-color: white;
border: 1px solid #BC6D4F;
margin-right: 15px;
margin-top: 10px;
display: flex
;
    align-items: center;
    justify-content: center;
}
.tabs button:active{
  width: 189px;
height: 56px;
top: 57px;
left: 80px;
padding: 16px 24px 16px 24px;
gap: 10px;
border-radius: 10px;
opacity: 0px;
background-color: #BC6D4F;
color: white;

}
.tablinks.active{
  width: 189px;
  height: 56px;
  top: 57px;
  left: 80px;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 10px;
  opacity: 0px;
  background-color: #BC6D4F;
  color: white;
}
#defaultOpen:target {
  background-color: #ccc;
}

#defaultOpen:target ~ .tabcontent {
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: 280px;
  cursor: pointer;
  object-fit: cover; /* добавьте object-fit: cover для центрирования фото */
  transition: transform 0.5s ease; 
}

.gallery img:hover {
transform: scale(1.7);
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 60%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0%;
    left: 0%;
 
}

.gallery img.close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
  display: none;
}

.gallery img:hover .close {
  display: block;
}

.gallery img:hover ~ .close {
  display: block;
}

.gallery img.close:hover {
  background-color: #333;
  transition: background-color 0.2s ease;
}

.gallery img.close:active {
  transform: scale(0.9);
  transition: transform 0.1s ease;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1180px) and (max-width: 1439px){
 
  .forms_img{
    display: contents;
  }
}

@media (max-width: 1180px) {
  .left-block h2 {
    font-size: 35px;
    
}
  .forms_img{
    display: none;
  }
    .about_txt{

  margin-left: -1%;
}
}
@media (max-width: 780px) {
    .about_txt{

  margin-left: -1%;
}

  .about {
    display: flex
;
    flex-direction: column;
 
}
.about_gallery { display: flex ; width: 100%; padding: 0px 0px 0px 13%; }
.about_txt {
  width: 100%;
  padding-top: 45px;
  display: flex
;
  align-items: center;
  flex-direction: column;
}
.phone-number {display: none;}
.block_review {
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
}
.slider{
  margin-top: 40px;
  width: 100%;
}
.forms_img {
 display: none;
}
.forms  {
width: 100%;
margin: 0 auto;
 }
 .form__input {
  width: 350px;

}
footer {
  flex-direction: column;
  padding-left: 10%;
}
.portfolio ul li {
  margin-bottom: 160px;
  margin: 70px auto;
}
.card img {
  margin-top: -33%;
  height: 280px;
  width: 320px;
}
}

@media (max-width: 480px) {
    header {
   
    padding: 10px;
   
}
.logo {
 
    margin: 0 auto;
}
.logo img {
 
   width: 135px;
}
    body{
        font-size: 16px;
          font-family: 'Gilroy';
    }
  .phone-number{
    display: none;
  }
  .benefit {
   
    margin-bottom: 30px;
}
  .benefit ul {
  
    flex-direction: column;
   font-family: Roboto;
}
.benefit ul li {
  padding-right: 0;
  padding-bottom:100px;
  font-family: Roboto;
}
  .about {
    display: flex
;
    flex-direction: column;
 
}
.about_gallery { display: flex ; width: 100%; padding: 0px 0px 0px 1%; }
.about_txt {
  width: 100%;
  padding-top: 45px;
  display: flex
;
  align-items: center;
  flex-direction: column;
}
.about_txt p {
       font-size: 16px;
    width: 87%;
}
.block_review {
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
  width: 95%;
  margin: 0 auto;
}
    .portfolio h2 {
        padding-bottom: 40px;
        line-height: 60px;
        font-size: 30px;
    }

.columns {
  display: contents;

}
.column {

padding-top: 0px;
padding: 0px;
}
.column ul li {
    margin-bottom: 15px;
    width: 88%;
    margin: 0 auto;
      font-size: 16px;
              margin-bottom: 20px;
}
footer {
  flex-direction: column;
  padding-left: 10%;
  padding-bottom: 20px;
}
footer ul{
  margin-bottom: 20px;
}
footer > img  {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
} 
 .portfolio ul {
  display: flex
;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.portfolio ul li {
  margin-bottom: 160px;
  margin: 70px auto;
}    
    .slider {
        margin-top: 15px;
        width: 100%;
        margin-left: 0px;
    }


    .card img {
        margin-top: -33%;
        height: 245px;
        width: 228px;
    }
.block_review img{
  width: 350px;
}
.block_review {
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
  width: 88%;
  margin: 0 auto;
  align-items: center;
}
.slider__txt {
    font-family: Roboto;
    font-size: 16px;
     padding-top: 0;
}


    .gallery img:hover {
        transform: scale(1.7);
        object-fit: contain;
        object-position: top;
               width: 100%;
        height: 64%;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0%;
        left: 0%;
    }
    .gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
/*transform: scale(1.7);*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*    width: 218px;*/
/*    height: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    top: 0%;*/
/*    left: 0%;*/
/*    display: flex*/
/*;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
    .container {
        padding: 10px;
        flex-direction: column-reverse;
        height: 99vh;
    }
        .left-block h2 {
        font-size: 30px;
        padding-top: 0px;
        text-align: center;
    }
    .tabs {
    overflow-x: auto;
    display: flex
;
    flex-direction: row;
    width: 100%;
}
.tabs button {
   
    font-size: 11px;
    line-height: 10px;
}
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img {
  
  }
  .gallery img:hover {
    transform: scale(0);
  }
  .gallery img {
    cursor: default;
  }
  .gallery img {
    pointer-events: none;
  }
  .modal-content {
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}
.close>img{
    width:15px;
    margin-bottom:15px;
}
    .left-block {
        width: 100%;
        margin-bottom: 20px;
        margin: 0 auto;
        display: flex
;
        flex-direction: column;
        align-items: center;
    }
}
















