body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background-color: #fff;
    color: #0707070;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    min-height: 100vh;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 999;
}

header button{

}


.sity_position {
  display: flex;
  justify-content: space-between;
  }
  
.sity {
  font-size: 12px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 6px;
  }
  
  .faq_main {
  text-align: left;
  }
  
.faq_title {
  text-align: left;
  margin-bottom: 0px;
  font-weight: bold;
  }
  
.faq_descrip {
  text-align: left;
font-size: 14px;
margin-top: 6px;
border-bottom: solid 1px #00000024;
padding-bottom: 16px;
  }
  
.tlg_pos {
  display: flex;
  flex-direction: column;
  }
  
@media (max-width: 602px) {
    
.sity_position {
  display: grid;
  grid-template-columns: auto auto auto;
}

.sity {
  font-size: 10px;
  text-align: left;
  margin-bottom: 4px;
  }
  .site-footer {
    display: flex; 
    flex-direction: column;
}

.advantage-block h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: center;
}

.content_position {
  display: flex;
  flex-direction: column;
}

.head {
  margin-left: 10px!important;
  height: 25%!important;
  margin-top: 42px!important;
}

.head .menu {
  width: 69%!important;
  height: 90%!important;
}

.navbar__wrap .menu > li > a {
  display: flex;
  align-items: center;
  padding: 0 10px!important;
  color: black;
  font-size: 14px;
}
}

@media (max-width: 1400px) and (min-width: 1210px) {
  .head {
  margin-left: 140px!important;
  }
  }
  
@media (max-width: 1600px) and (min-width: 1420px) {
  .head {
  margin-left: 240px!important;
  }
  }
  
@media (max-width: 1800px) and (min-width: 1620px) {
  .head {
  margin-left: 340px!important;
  }
  }





.wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
}

.main-cont {
    flex-grow: 1;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.logo {
    margin-bottom: 25px;
    padding: 20px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    background-color: #282c38;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.content {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
    flex-direction: column;
}

.content_position {
  display: flex;
  }

.content img {
    margin: auto;
    max-height:400px;
    max-width:400px;
}

.left-text {
    font-size: 1em;
    line-height: 1.6;
    width:50%;
}

small{
    line-height:1.5;
}




.closing-button {
    text-decoration: none;
    display: inline-block;
    margin: 10px 10px 10px 0;
    color: #fff;
    box-shadow: 0 0 0 2px white;
    padding: 15px 15px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    cursor:pointer;
    border: none ;
    background: #000;
  }
  .closing-button span {
    position: relative;
    z-index: 5;
    font-weight: bold;
  }
  .closing-button:before, .closing-button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .closing-button:before {
    transform: translateX(-100%);
    background: #333;
    transition: transform .3s cubic-bezier(.55, .055, .675, .19);
  }
  .closing-button:after {
    background: #666;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.16, .73, .58, .62) .3s;
  }
  .closing-button:hover:before, .closing-button:hover:after {
    transform: translateX(0);
  }

a {
    color:#444
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 0px;
}

.advantages-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 25px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}

.advantages {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.advantage-block {
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    min-width: 250px;
    transition: background-color 0.3s ease;
}


.advantage-block:hover {
    background-color: #eee;
}


.advantage-block img {
    width: 220px;
    height: 220px;
    float:left;
    margin-right:15px;
}

.advantage-block h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: left;
}

.advantage-block p {
    font-size: 0.9em;
    line-height: 1.5;
    text-align:left;
}

.mirrors-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.mirrors {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    height:auto
}

.mirrors-block {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    min-width: 250px;
    transition: background-color 0.3s ease;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
    line-height:1.5;
}
.mirrors-block.logo{
    background-color: transparent;
    box-shadow: none;
}

.mirrors-block.copy aa{
    text-decoration: none;
    display: inline-block;
    margin: 10px 0px 10px 10px;
    color: #000;
    box-shadow: 0 0 0 2px white;
    padding: 15px 15px 15px 45px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    overflow: hidden;
    border-radius: 1rem;
    cursor:pointer;
    border: none ;
    background-color:#eee;
    background-image: url('https://img.icons8.com/?size=30&id=15047&format=png&color=bbbbbb');
    background-repeat: no-repeat;
    background-position: 20px center;
    vertical-align: middle;
    transition: .2s ease-in-out;
}
.mirrors-block.copy aa:hover{
    background-color:#ccc;
    background-image: url('https://img.icons8.com/?size=30&id=15047&format=png&color=000000');
}

.brcr{
    margin:0 0 0 15px;
}




.content-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}
.content-blocks h2{
    text-align: center;
    width:100%;
}
.content-block a{
    color:#444;
    transition: color 0.3s ease;
}
.content-block a:hover{
    color:#000;
    transition: color 0.5s ease;
}
.content-block {
    flex: 1 1 calc(50% - 20px);
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    min-width: 250px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-block hr, .popup hr {
    border: 0;
    margin:20px 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(144, 144, 144, 0.75), rgba(255, 255, 255, 0));
}

.content-block:hover {
    background-color: #eee;
}
.content-block h3 {
    margin-bottom: 30px;
    font-size: 1.2em;
}

.content-block img {
    float:left;
    margin-right:15px;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f4f4f4;
    font-size: 0.9em;
    color: #333;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);

}

.footer-logo img {
    max-height: 50px;
}

.footer-copyright {
    text-align: center;
    flex-grow: 1;
}

.politic_foot {
      display: flex;
      justify-content: space-around;
      margin-top: 20px;
        }
        

/* Стили для затемнения фона */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Прозрачное затемнение */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Стили для попапа */
.popup {
    background-color: #fff;
    padding: 20px;
    min-width: 300px;
    width:44%;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup p{
    line-height: 1.5;
}


/* Кнопка закрытия */
.close-btn {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    float: right;
    transition: .2s ease-in-out;
}
.close-btn:hover {
    text-shadow: 0 5px 15px #000;
}


@media (max-width: 992px) {
    .advantages {
        flex-direction: column;
        align-items: center;
    }
    
    .politic_foot {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
        }

    .content-blocks {
        flex-direction: column;
        }
    .content {
        flex-flow: column;
    }
    .left-text {
        width:100%;
    }
    .popup{
        width:84%;
    }
    
}

@media (max-width: 768px) {

  
    body {
        justify-content: flex-start;
    }

    .wrapper {
        flex-direction: column;
        padding: 10px;
    }

    .main-content {
        margin-top: -40px;
    }

    .menu-button {
        display: block;
    }
    
    .position_img {
        display: flex;
flex-direction: row;
justify-content: center;
    }
    
    .advantage-block img {
  margin: 0 auto;
}

.advantages-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: none;
  padding: 0px;
}
}
/* эффект фона */

.bg {
    animation:slide 18s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, rgb(241, 241, 241) 50%, rgb(255, 255, 255) 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
}

.bg2 {
    animation-direction:alternate-reverse;
    animation-duration:24s;
}

.bg3 {
    animation-duration:15s;
}


  
@keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }
  
  
/* Бургер поп-ап меню */
.navbar {
  width: 100%;  
}

.navbar__wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.head {
  display: none;
}

.menu > li > a {
  text-decoration: none;
}

.navbar__wrap .menu {
  display: flex;
}

.navbar__wrap .menu > li {
  display: flex;
  align-items: stretch;
}

.navbar__wrap .menu > li > a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: black;
}

.navbar__wrap .menu > li > a:hover {
  color: rgb(102, 102, 102);
}

  .hamb {
    display: flex;
    align-items: center;
  }

  .hamb__field {
    cursor: pointer;
  }

  .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: black;
    transition: 0.2s;
  }

  .head {
    position: fixed;
    left: -100%;
    width: 45%;
    height: 54%;
    display: flex;
    transition: 0.3s;
    margin-left: 40px;
    margin-top:  30px;
    border-radius: 25px;
    z-index: 1112;
  }

  .head.open {
    left: 0;
  }

  .head .menu {
    width: 60%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 6px 0;
    list-style: none;
    border-radius: 0 0px 25px 0;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
    background-color: #fffffff7;
  }

  .head .menu > li {
    width: 100%;
  }

  .head .menu > li > a {
    display: flex;
    justify-content: left;
    padding: 8px 22px;
    font-size: 16px;
    color: black;
  }

  .head .menu > li > a:hover {
    background-color: rgba(122, 82, 179, 0.1);
  }

  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamb__field.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamb__field.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  body.noscroll {
    overflow: hidden;
  }
 
.navbar__wrap .menu {
  display: none;
}

/* Блок отзывы */

.review {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 16px;
  margin-bottom: 20px;
}

.review_card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  }
  
.review_card_position {
  display: flex;
  padding-bottom: 8px;
  }
  
.review_img {
  border-radius: 50px;
  border: solid 1px #464646;
  padding: 5px;
  width: 34px;
  margin-right: 14px;
}

.review_name {
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  padding-bottom: 2px;
  }
  
.review_date {
  margin: 0 auto;
  text-align: left;
  color: #00000075;
  font-size: 12px;
}
  
.review_text {
  margin: 0;
  text-align: left;
  font-style: italic;
  font-size: 15px;
}

@media (max-width: 1000px) and (min-width: 620px) {
  .review {
      grid-template-columns: auto auto;
    }
  }
  
@media (max-width: 610px){
  .review {
      grid-template-columns: auto;
    }
    .menu_desctop {
    display: none!important;
    }
    
    .new-mirrors-block {
  text-align: left; 
  display: flex;
  flex-direction: column;
  }
  
  .nav_foot {
    flex-direction: column;
}

.nav_foot_link {
    text-align: center;
    margin-bottom: 20px;
}

.logo_mob_h {
    display: none;
}

.desc_logo_h {
    display: block!important;
}
  }
  
.menu_desctop {
  display: flex;
    justify-content: left;
    padding: 8px 22px;
    font-size: 16px;
    color: black;
    list-style: none;
    text-decoration: none;
  }

.desc_nav {
  text-decoration: none;
  margin-right: 54px;
  }
  
  .desc_nav:hover {
  color: rgba(46, 34, 64, 0.52);
  }
  
.nav_position {
  display: flex;
  }
  
 .new-mirrors-block {
  text-align: left; 
  }
  
.nav_foot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nav_foot_link {
    text-decoration: none;
}

.closing_button_tlg {
  text-decoration: none;
  margin: 10px 10px 10px 0;
  color: #fff;
  box-shadow: 0 0 0 2px white;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  border: none;
  background: #000;
display: flex;
justify-content: space-between;
width: max-content;
}

.telegram_btn_pos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.position_img {
    width: 220px;
    height: 220px;
    float: left; 
    margin-right: 20px; 
    margin-bottom: 15px;
}


}