*{

   margin: 0;

   padding: 0;

}
a {
   text-decoration: none;
}
button {
   cursor: pointer;
   font-family: "Raleway";
}

html{height:100%; scroll-behavior: smooth;}

body{

   font-weight: 400;
   color: #132;
   overflow-anchor:none;
   display:flex;
   flex-direction:column;
   overflow-x:hidden;
   overflow-y:auto;
   font-size: 1rem;
   font-family: Raleway;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   font-variant-numeric: lining-nums proportional-nums;
}

.wrapper-pdo .pagination .page-item.disabled .page-link {
   color: #aaa;
   pointer-events: none;
}

/* Для Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="checkbox"] {
   width: 50px !important;
   height: 50px !important;
}

/* Для Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.no-scroll {
   overflow: hidden;
   height: 100%;
}

.breadcrumbs {
   display: flex;
   align-items: center;
   font-size: 1.25rem;
   padding: 1.875rem 0 2.5rem 0;
   font-weight: 400;
}

.breadcrumbs a {
   text-decoration: none;
   color: rgb(17, 51, 34);
   font-weight: normal;
}

.breadcrumbs span {
   font-weight: 700;
   color: #132;
   font-size: 1.375rem;
}

.breadcrumbs .separator {
   margin: 0 1.875rem;
   color: #11332269;
   font-size: 35px;
   font-weight: 200;
}

/****** container ******/

.container{
   margin: auto;
   padding: 0px 15px;
}




.zasor-modal {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.6);
   z-index: 1000;
   display: flex;
   align-items: center;
   justify-content: center;
}

.zasor-modal__content {
   background: white;
   padding: 15px 25px;
   border-radius: 8px;
   position: relative;
   max-width: 400px;
   width: 90%;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.zasor-modal__close {
   position: absolute;
   top: 10px;
   right: 12px;
   background: none;
   border: none;
   font-size: 20px;
   cursor: pointer;
   color: #333;
}

.zasor-hidden {
   display: none;
}
.highlight{
   text-decoration: underline;
   cursor: pointer;
}
.highlight:hover{
   text-decoration: none;
}



/****** Адаптив container ******/

@media (max-width:768px){
   .container{
      width:auto;
      min-width: -webkit-fill-available;
   }
}

@media (min-width:768px) and (max-width: 992px){
   html {
      font-size: 10px;
   }
   .container{
       width: 750px;
   }

}

@media (min-width:992px) and (max-width: 1200px){

   html {
      font-size: 12px;
   }
   .container{

       width: 970px;

   }

}

@media (min-width:1200px) and (max-width: 1600px){

   html {
      font-size: 13px;
   }
   .container{

       width:1170px

   }

}

.dogovor_mobile{
    display:none;
}

@media (min-width:1600px){

   .container{
       width:1400px
   }

}

@media (min-width:1900px){

   .container{

       width:1600px
       

   }

}

/****** Конец адаптив container ******/



#cookie-banner {
   display: none;
   position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #57D660;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    width: 33%;
    flex-direction: column;
    gap: 20px;
 }

 #cookie-banner button {
   background-color: #fff;
   color: #000;
   border: none;
   padding: 10px 20px;
   border-radius: 8px;
   cursor: pointer;
   font-size: 14px;
 }

 #cookie-banner button:hover {
   background-color: #45a049;
 }

 @media (max-width:762px) {
   #cookie-banner {
      width: 80%;
   }
   .dogovor_mobile{
        display:inline-block;
    }
 }

/* Стили для ПАГИНАЦИИ */
.pagination {
   display: flex !important;
   flex-direction: row !important;
   justify-content: center !important;
   align-items: center !important;
   gap: 10px !important;
   width: 100% !important;
   list-style: none !important;
   padding: 0 !important;
   margin: 2rem 0 0 0 !important;
}

.pagination .page-item {
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.pagination .page-link {
   cursor: pointer;
   padding: 0px 10px;
   border: none;
   background: none;
   font-size: 1.5rem;
   color: #132;
   font-weight: 600;
   font-variant-numeric: lining-nums proportional-nums;
   text-decoration: none;
}

.pagination .page-item.active .page-link {
   color: #57d660;
}

.pagination .page-item.disabled .page-link {
   color: #aaa; 
   pointer-events: none;
}

.pagination .page-item .arrow {
   font-family: monospace;
   font-size: 60px;
   color: #57d660;
}
.pagination .page-item.first,
.pagination .page-item.last {
    display: none;
}

.btn-more {
   background: none;
   border: 2px solid #11332266;
   border-radius: 18px;
   padding: 14px 56px;
   font-size: 1.375rem;
   width: auto !important;
   margin: 3.375rem auto 0 auto !important;
}

@media (max-width: 768px) {
   .btn-more {
      background: none;
      border: 2px solid #11332266;
      border-radius: 18px;
      padding: 14px 56px;
      font-size: 14px;
      width: auto !important;
      margin: 24px auto 0 auto !important;
   }
   .pagination {
      margin: 0rem 0 0 0;
   }
}


/* стили подчёркивания ссылок*/
.underline-link {
   position: relative;
   text-decoration: none;
}

.underline-link::after {
   content: "";
   position: absolute;
   width: 100%;
   height: 2px;
   background-color: #1D6A44;
   left: 0;
   bottom: -2px;
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.3s ease-in-out;
}
.underline-link-white {
   position: relative;
   text-decoration: none;
}
.underline-link:hover::after {
   transform: scaleX(1);
}

.underline-link-white::after {
   content: "";
   position: absolute;
   width: 100%;
   height: 2px;
   background-color: #ffffff;
   left: 0;
   bottom: -2px;
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.3s ease-in-out;
}

.underline-link-white:hover::after {
   transform: scaleX(1);
}

 /* стили увеличения ссылок*/
.scale-link {
   transition: transform 0.3s ease-in-out;
}

.scale-link:hover {
   transform: scale(1.1);
}

  /* стили подсветки кнопок*/
.hover-btn {
   transition: all 0.3s ease-in-out;
}

.hover-btn:hover {
   background-color: #132;
   color: white;
   border: none;
}
.hover-btn-bg-none {
   transition: all 0.3s ease-in-out;
}

.hover-btn-bg-none:hover {
   background-color: #132;
   color: white;
}


.hint {
   text-align: center;
   margin: 15px 0 0 0;
   font-size: 1.25rem;
}

/* изображение появляется на пк */
.img-container-hard-icon-block img {
   position: relative;
   top: 10px;
   width: 100%;
   z-index: 1;
}
.img-container-hard-icon-block .geen-bg-mobile {
   display: none;
}



/* pop-up */
.pop-up-background {
   display: none;
   position: fixed;
   width: 100%;
   height: 200vh;
   background-color: #00000082;
   z-index: 100;
}
.pop-up-container {
   display: none;
   background-color: #E8E8E8;
   flex-direction: column;
   justify-content: center;
   border-radius: 18px;
   width: 42.5rem;
   min-height: 500px;
   max-height:90vh;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 30px 0px 0px 0px;
   z-index: 1000;
   overflow:hidden;
}
.pop-up-container .pop-up-wrapper{
   overflow-y: auto;
   margin-bottom:10px;
}
/* Прокручиваемая область модалки */
.pop-up-container .pop-up-wrapper {
  overflow-y: auto;           /* как и было */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;      /* Firefox: толщина. Можно убрать, если не нужно */
  /* ВАЖНО: НЕ используем scrollbar-color — иначе сменится цвет бегунка в Firefox */
}

/* WebKit/Blink: делаем прозрачным только трек */
.pop-up-container .pop-up-wrapper::-webkit-scrollbar-track {
  background: transparent !important;
}

/* Сброс глобальных стилей бегунка для этой области, чтобы вернуть системный вид */
.pop-up-container .pop-up-wrapper::-webkit-scrollbar-thumb {
  /* возвращаем дефолт; нужен для перебития глобальных темизаций */
  background: revert !important;
  border: revert !important;
  border-radius: revert !important;
  box-shadow: revert !important;
}

/* Если где-то задана толщина — вернём дефолт (опционально) */
.pop-up-container .pop-up-wrapper::-webkit-scrollbar {
  width: revert !important;
}
.pop-up-container .cross {
   position: absolute;
   top: 20px;
   right: 20px;
   cursor: pointer;
   height: 30px;
   width: 30px;
}
.pop-up-container .cross img{
   width: 2.313rem;
   height: 2.313rem;
}
.pop-up-container .title {
   font-size: 2.813rem;
   text-align: center;
   font-weight: 700;
}
.pop-up-container form {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin: 1.563rem 0 0 0;
   padding: 0 40px;
}
.pop-up-container input {
   width: calc(100% - 21px);
   padding: 19px 0 19px 21px;
   margin: 10px 0;
   font-size: 1.5rem;
   color: #132 !important;
   border: 1px solid rgba(17, 51, 34, 0.485) !important;
   border-radius: 18px;
   background-color: rgba(255, 255, 255, 0) !important;
   font-family: 'Raleway';
   font-variant-numeric: lining-nums proportional-nums;
}
.pop-up-container input[type="checkbox"] {
   width: 60px;
   height: 40px;
   padding: 19px 0 19px 21px;
   margin: 10px 0;
   font-size: 1.5rem;
   color: #132 !important;
   border: 1px solid rgba(17, 51, 34, 0.485) !important;
   border-radius: 18px;
   background-color: rgba(255, 255, 255, 0) !important;
   font-family: 'Raleway';
   font-variant-numeric: lining-nums proportional-nums;
}
.pop-up-container label {
   font-size: 1.25rem;
   padding: 0 0 0 10px;
   margin: 10px 0 0 0;
}
.pop-up-container .radio div {
   display: flex;
   gap: 10px;
}
.pop-up-container .radio {
   width: 50px;
   margin: 10px auto 0 10px;
}
.pop-up-container textarea {
   width: calc(100% - 21px);
   padding: 19px 0 19px 21px;
   margin: 10px 0;
   font-size: 1.5rem;
   height: 10rem;
   color: #132 !important;
   border: 1px solid rgba(17, 51, 34, 0.485) !important;
   border-radius: 18px;
   background-color: rgba(255, 255, 255, 0) !important;
   font-family: 'Raleway';
   font-variant-numeric: lining-nums proportional-nums;
}
.pop-up-container .checkbox-container {
   position: relative;
   display: flex;
   align-items: center;
   gap: 18px;
   margin: 20px 0 0 0;
}
.pop-up-container .checkbox-container .custom-checkbox {
   position: absolute;
   z-index: 1;
   opacity: 0;
}
.pop-up-container .custom-checkbox+label {
   display: inline-flex;
   align-items: center;
   user-select: none;
}
.pop-up-container .custom-checkbox+label::before {
   content: '';
   display: inline-block;
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   flex-grow: 0;
   border: 1px solid #132;
   border-radius: 0.25em;
   margin-right: 18px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 50% 50%;
}
.pop-up-container .custom-checkbox:checked+label::before {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
 }
 .pop-up-container .checkbox-container label {
   color: #132;
   font-size: 1.125rem;
   font-family: "Raleway";
}
.pop-up-container button {
   padding: 19px 80px;
   background-color: rgb(87, 214, 96);
   color: #132;
   font-weight: 600;
   font-size: 1.5rem;
   border: none;
   border-radius: 30px;
   margin: 2.813rem 0 0 0;
}
.pop-up-container .img-container-hard-icon-block img {
   border-radius: 18px;
   padding-bottom: 20px;
   background-color: white;
}
#form-success-callback-message{
   text-align: center;
   display: none;
}
.succesCallback #form-success-callback-message{
   display: flex;
   flex-direction: column;
}
.succesCallback .new-image-callback-pop-up{
   display: block !important;
}
.succesCallback .geen-bg{
   display: none;
}
.succesCallback .title{
   display: none;
}
.succesCallback #callback-form-pop-up{
   display: none;
}

#form-success-reviews-message{
   text-align: center;
   display: none;
}
.succesCallback #form-success-reviews-message{
   display: flex !important;
   flex-direction: column;
}
.succesCallback #reviews-form-pop-up{
   display: none;
}

#form-success-order-message{
   text-align: center;
   display: none;
}
.succesCallback #form-success-order-message{
   display: flex !important;
   flex-direction: column;
}
.succesCallback .new-image-order-pop-up{
   display: block !important;
}
.succesCallback #order-form-pop-up{
   display: none;
}

.pop-up-container img.new-image-callback-pop-up {
   position: absolute;
   bottom: 0px !important;
   top: auto;
   padding-bottom: 20px;
   background-color: white;
}
.pop-up-container .geen-bg-mobile-new {
   display: none !important;
}
.pop-up-container .geen-bg-new {
   display: none;
}
.pop-up-container .success-title {
   font-size: 2.813rem;
   font-weight: 700;
}
.pop-up-container .success-description {
   font-size: 1.5rem;
   margin: 2.5rem 0 0 0;
}
.checkbox-container a{
    color:white;
    text-decoration: underline;
}
.checkbox-container a:hover{
    text-decoration: none;
}

.callback-forma button{
       border: 1px solid rgb(87, 214, 96); 
}
.callback-forma button:hover{
   border: 1px solid rgb(87, 214, 96) !important; 
}

@media (max-width:768px) {
   .pop-up-container .title {
      font-size: 20px;
   }

  .pop-up-container {
            width: 90%;
        max-height: 90%;
        z-index: 9999;
        justify-content: start;
        overflow: scroll;
        padding: 23px 0px 0px 0px;
   }
   .pop-up-container form {
      margin: 24px 0 0 0;
      padding: 0 16px;
   }
   .pop-up-container input {
      width: calc(100% - 16px);
      padding: 16px 0 16px 16px !important;
      margin: 8px 0 !important;
      font-size: 18px;
   }
   .pop-up-container textarea {
      width: calc(100% - 16px);
      padding: 16px 0 16px 16px !important;
      margin: 8px 0 !important;
      font-size: 18px;
      height: 6rem;
   }
   .pop-up-container .checkbox-container label {
      font-size: 14px;
   }
   .pop-up-container .custom-checkbox+label::before {
      width: 25px;
      height: 25px;
   }
   .pop-up-container button {
      padding: 19px 56px;
      font-size: 20px;
      margin: 32px 0 0 0;
   }
   .img-container-hard-icon-block .geen-bg-mobile {
      display: block ;
   }
   #form-success-callback-message .success-title {
      font-size: 20px;
   }
   #form-success-callback-message .success-description {
      font-size: 16px;
      margin: 16px 0 0 0;
   }
   #form-success-callback-message {
      padding: 0 16px;
   }
}


/*шапка */
header {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   background-color: #ffffff;
}
.header-desctop-wrap {
   width: 100%;
}
.header-mobile-wrap {
   display: none;
}
.mobile-pop-up-wrap {
   display: none;
}
header .middle-container {
   width: 100%;
   padding: 1.56rem 0;
}

header .top-container, .bottom-container {
   background-color: #E8E8E8;
   width: 100%;
   height: 70px;
}

.top-container .container {
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: 100%;
}

.top-container .header__nav-list ul {
   display: flex;
   align-items: center;
   list-style: none;
   gap: 2rem;
   color: #132;
   font-size: 1.125rem;
   line-height: normal;
}
.top-container .header__nav-list ul a{
   color: #132;
}

.top-container .info-container {
   display: flex;
   gap: 1.56rem;
   margin: 0 0 0 10px;
}

header .messangers-block {
   display: flex;
   gap: 1.87rem;
   align-items: center;
}
header .messangers-block img {
   width: 2.5rem;
   height: 2.5rem;
}

.tg{
    width:3rem;
    height:3rem;
}
.insta{
    width:3.2rem;
    height:3.2rem;
}

header .work-time-block {
   display: flex;
   align-items: center;
   color: #132;

   font-size: 1.125rem;
   line-height: normal;
   max-width: 237px;
}
#form-success {
    font-size: 26px;
    text-align:center;
    
}
.middle-container .container {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.middle-container .contact-block {
   display: flex;
   align-items: stretch;
   justify-content: center;
}
.middle-container .contact-item {
   color: #132;

   font-size: 1.125rem;
   line-height: normal;
   padding: 0 1.56rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: relative;
   gap: 0.625rem;
}
.middle-container .contact-item a {
   color: #132;

   font-size: 1.125rem;
   line-height: normal;
   padding: 0 1.56rem;
   display: flex;
   align-items: center;
   position: relative;
}
.middle-container .contact-item::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 1px;
   height: 100%;
   background-color: #2c4939;
}
.middle-container .contact-item:first-child::before {
   display: none;
}
.middle-container .contact-item:first-child {
   padding-left: 0;
}
.middle-container .contact-item:last-child {
   padding-right: 0;
}
.middle-container .contact-item:nth-child(2) {
   max-width: 144px;
}
.middle-container .logo-container {
   width: 17%;
}
.middle-container .logo-container img {
   width: 80%; 
   position:relative;
   float:left;
}
.middle-container .logo-container img:nth-child(2) {
   margin-top:10px;
}
.logo-add {
    width:20%!important;
}
.callback-form {
   display: inline-flex;
   padding: 14px 57px;
   justify-content: center;
   align-items: center;
   gap: 0.625rem;
   border-radius: 30px;
   color: #132;
   font-size: 1.375rem;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   background: none;
}
.vivoz-metalla {
   display: inline-flex;
   padding: 14px 57px;
   justify-content: center;
   align-items: center;
   gap: 0.625rem;
   border-radius: 30px;
   color: #132;
   font-size: 1.375rem;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   background: none;
  
}
.callback-form.gray-border {
   border: 2px solid rgba(17, 51, 34, 0.40);
}
.callback-form.black-border {
   border: 2px solid #1E3E2E;
}

.bottom-container .header__nav-list ul{
   display: flex;
   gap: 2rem;
   align-items: center;
   list-style: none;
   color: #132;
   font-size: 1.25rem;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}
.bottom-container .header__nav-list ul a{
   color: #132;
}

.bottom-container .container{
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: 100%;
   gap: 1.3rem;
}
.short-phone-block {
   display: flex;
   align-items: center;
   justify-content: end;
   gap: 0.25rem;
}
.short-phone-block a{
   font-size: 2.813rem;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}

.short-phone.light-green {
   color: #1D6A44;
}
.short-phone.light-dark {
   color: #132;
}
/*шапка конец*/




/*блок Услуги начало */
section.services {
   padding: 6.25rem 0;
}
section.services .container h2{
   text-align: center;
   font-family: Raleway;
   font-size: 2.813rem;
   font-weight: 700;
   line-height: 53px;
}
section.services .container h1{
   text-align: center;
   font-family: Raleway;
   font-size: 2.813rem;
   font-weight: 700;
   line-height: 53px;
}
.services-container {
   display: grid;
   gap: 2.5rem;
   grid-template-rows: 1fr 1fr;
   grid-template-areas:
     "service1 service2 service2 service3"
     "service1 service4 service5 service5";
     margin: 50px 0 0 0;
 }
 
 .service-item {
   position: relative;
   overflow: hidden;
   border-radius: 12px;
 }
 
 .service-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 12px;
 }
 
 .service-item .title {
   position: absolute;
   bottom: 34px;
   left: 34px;
   font-family: Raleway;
   color: white;
   font-size: 1.875rem;
   font-weight: 700;
   line-height: 35px;
 }
 
 .service1 { grid-area: service1; }
 .service2 { grid-area: service2; }
 .service3 { grid-area: service3; }
 .service4 { grid-area: service4; }
 .service5 { grid-area: service5; }
 


 /*блок с полезной информацией ПЕРВЫЙ начало*/

section.useful-info {
   padding: 6.25rem 0;
}
section.useful-info .title {
   font-size: 2.813rem;
   font-weight: 700;
   line-height: 53px;
   text-align: center;
   width: 60%;
   margin: 0 auto;
}
section.useful-info .info-container {
   position: relative;
   margin: 50px 0 0 0;
}
section.useful-info .info-items-container-mobile {
   display: none;
}
section.useful-info .info-container img {
   width: 100%;
}
section.useful-info .info-items-container {
   position: relative;
   display: flex;
   justify-content: space-around;
   bottom: 130px;
}
section.useful-info .info-item {
   position: relative;
   width: fit-content;
}
section.useful-info .info-item .title2 {
   text-align: center;
   color: rgb(232, 232, 232);
   font-size: 2.813rem;
   font-weight: 700;
   line-height: 53px;
} 
section.useful-info .info-item p {
   position: absolute;
   top: 80px;
   padding: 20px;
   font-size: 1.25rem;
   line-height: 23px;
}

/*блок с полезной информацией ВТОРОЙ начало*/

section.useful-info2 {
   padding: 6.25rem 0;
}
section.useful-info2 .title {
   font-size: 2.813rem;
   font-weight: 700;
   line-height: 53px;
   text-align: center;
   margin: 0 auto;
}
section.useful-info2 .useful-items-container {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-template-rows: 1fr 1fr;
   gap: 2.5rem;
   margin: 50px 0 0 0;
}
section.useful-info2 .useful-item {
   position: relative;
   padding: 37px 23px 100px 37px;
   border: 3px solid #132;
   border-radius: 18px;
}
section.useful-info2 a.useful-item {
   color: #132;
   font-size: 1.25rem;
}
section.useful-info2 .useful-item.usefullist-img-block{
   padding: 0px;
   border: none;
}
section.useful-info2 .useful-item .usefullist-img{
   width: 100%;
   height: 100%;
}
section.useful-info2 .useful-item .title2 {
   font-size: 1.875rem;
   font-weight: 700;
   line-height: normal;
}
section.useful-info2 .useful-item p {
   font-size: 1.25rem;
   margin: 29px 0 0 0;
}
section.useful-info2 .button-container {
   position: absolute;
   bottom: 15px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0rem 0 0 0;
   width: 83%;
}
section.useful-info2 .button-container .date{
   font-size: 1.125rem;
}
section.useful-info2 .useful-item:hover .button-container img {
   filter: invert(62%) sepia(98%) saturate(340%) hue-rotate(90deg) brightness(105%);
}


/* блок с ценами начало*/

section.green-background {
   position: relative;
   width: 100%;
   height: auto;
   background: rgb(17, 51, 34);
   border-radius: 15px;
   padding: 3.75rem 0 0 0;
}
section.green-background .cercle-container {
   position: absolute;
   bottom: -120px;
   left: 45.4%;
   height: 180px;
   width: 180px;
   background: white;
   border-radius: 50%;
}
section.green-background .image-block {
   background: #132;
   width: 132px;
   height: 132px;
   border-radius: 50%;
}

section.green-background .price-container {
   color: white;
}
section.green-background .price-container .title1 {
   font-size: 2.813rem;
   font-weight: 700;
   text-align: center;
}
section.green-background .date-container {
   width: fit-content;
   margin: 20px auto 0 auto;
   border-radius: 30px;
   padding: 20px 57px;
   border: 1px solid white;
}
section.green-background .date-container .date {
   font-size: 1.875rem;
   font-weight: 700;
}
section.green-background .price-list {
   display: flex;
   gap: 2.5rem;
   margin: 40px 0 0 0;
}
section.green-background .price-list-block {
   width: 100%;
}
section.green-background .price-block {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 30px;
   padding: 22px 49px 22px 31px;
   gap: 1rem;
}
.price-list .info-container {
    display: flex;
    width: 27%;
    justify-content: space-between;
    gap: 30px;
    white-space: nowrap;
}
.price-block .title {
    width: 80%;
}
section.green-background .price-block .price{
   font-size: 1.5rem;
   font-weight: 800;
   white-space: nowrap;
}
section.green-background .price-block .title{
   font-size: 1.25rem;
   font-weight: 400;
}
section.green-background .price-block:nth-child(odd) { 
   background: rgba(87, 214, 96, 0.2);
}
section.green-background .price-block1 {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 30px;
   padding: 22px 49px 22px 31px;
   background-color: rgba(87, 214, 96, 0.7);
   font-weight: 600;
   font-size: 1.375rem;
}



/* блок "Кто мы?" начало*/
section.who-are-we {
   position: relative;
   width: 100%;
   height: auto;
   background: #E8E8E8;
   border-radius: 15px;
   padding: 50px 0 0 0;
}
section.who-are-we .container {
   position: relative;
   display: flex;
}
section.who-are-we .title {
   font-size: 2.813rem;
   font-weight: 700;
}
section.who-are-we .top-text {
   font-size: 1.5rem;
   margin: 30px 0 0 0;
   width: 92%;
}
section.who-are-we .info-item-container {
   margin: 25px 0 0 0;
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 1.25rem;
}
section.who-are-we .info-item {
   display: flex;
   gap: 0.938rem;
   align-items: center;
   border: 2px solid #132;
   border-radius: 18px;
   padding: 28px 30px;
}
section.who-are-we .info-item p {
   font-size: 1.25rem;
}
section.who-are-we .bottom-text {
   font-size: 1.5rem;
   margin: 25px 0 0 0;
   width: 70%;
}
section.who-are-we .info-container {
   position: relative;
   width: 64.6%;
   z-index: 2;
}
section.who-are-we .background-img-container {
   position: absolute;
   right: 11px;
   top: -1.5%;
   width: 42.8%;
   height: 100%;
}

.background-img-container img {
   width: 100%;
   height: 100%;
}
section.who-are-we .img-container img {
   position: relative;
   top: 10px;
   width: 100%;
   z-index: 1;
}

/* Раздел Калькулятор */
section.calculator {
   background: rgb(232, 232, 232);
   padding: 3.125rem 0 0 0;
   border-radius: 18px 18px 0 0;
}
section.calculator .container {
   display: flex;
   justify-content: space-between;
}
section.calculator img.background-img {
   width: 36.9%;
   height: 20%;
   margin: 0 0 0 2.5rem;
}
section.calculator img.background-img-mobile {
   display: none;
}
section.calculator .title {
   font-size: 2.813rem;
   font-weight: 700;
}
section.calculator .description {
   font-size: 1.5rem;
   margin: 30px 0 0 0;
}
section.calculator .calc-container {
   width: 60%;
}
section.calculator .info-container {
   width: 76%;
}
section.calculator .form-group .hint {
   font-size: 1.5rem;
   white-space: nowrap;
}
section.calculator select#metal-type {
   position: relative;
   padding: 19px 40px 19px 19px;
   font-size: 1.5rem;
   font-family: 'Raleway';
   font-weight: 400;
   color: #132;
   border: 1px solid #132;
   background: rgb(232 232 232 / 0%);
   z-index: 2;
   width:100%;
}
section.calculator .quantity {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 1.25rem;

}
section.calculator .quantity button {
   font-size: 2.3rem;
   background: rgb(232, 232, 232);
   border: none;

}
section.calculator input#quantity {
   height: 66px;
   width: 145px;
   font-size: 1.5rem;
   font-family: 'Raleway';
   font-weight: 700;
   color: #132;
   border: 1px solid #132;
   background: rgb(232, 232, 232);
   text-align: center;
   font-variant-numeric: lining-nums proportional-nums;
}
section.calculator p.total-price {
   display: flex;
   justify-content: space-between;
   width: 45%;
   margin: 2.5rem 0 0 0;
   font-size: 1.5rem;
}
section.calculator span.currency {
   font-weight: 600;
}
section.calculator p.note {
   font-size: 1.25rem;
   font-weight: 600;
   margin: 15px 0 0 0;
}
span.highlight {
   color: rgb(87, 214, 96);
}
section.calculator .custom-select select {
   appearance: none; /* Убираем стандартную стрелку */
   -webkit-appearance: none;
   -moz-appearance: none;
   border: 1px solid #333;
   cursor: pointer;
}
section.calculator .custom-select {
   position: relative;
}
section.calculator .custom-select img {
   position: absolute;
   right: 5px;
   top: 27%;
   z-index: 1;
}
section.calculator .form-group {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 16px 0 0 0;
   gap: 16px;
}


/* Секция СЛАЙДЕР с отзывами */
section.reviews {
   text-align: center;
   padding: 6.25rem 0;
}

.reviews .title {
  font-size: 2.813rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

section.reviews .reviews-slider {
   width: 100%;
   margin: 3.125rem auto 0 auto;
}
section.reviews .reviews-slider .slick-track {
  display: flex;
  align-items: stretch; /* Растягивает слайды на всю высоту */
}

section.reviews .review-card {
   background: #E8E8E8;
   padding: 20px;
   border-radius: 18px;
   text-align: left;
   font-size: 1.25rem;
   height: 100%;
}

section.reviews .review-author {
  position: absolute;
   bottom: 2.25rem;
   display: flex;
   align-items: center;
   margin-top: 15px;
}

section.reviews .review-author img {
  width: 28%;
  height: 20%;
  border-radius: 50%;
  margin-right: 20px;
}

section.reviews .author-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.reviews .author-info .name {
  font-size: 1.375rem;
  font-weight: 700;
}
section.reviews .author-info .date {
  font-size: 1.25rem;
  font-weight: 600;
}
section.reviews .author-info .city {
  font-size: 1.125rem;
}
section.reviews img.icon {
  position: absolute;
  bottom: 40px;
  left: 80%;
  margin: 0;
  width: 54px;
  height: 44px;
}

section.reviews .review-button {
   background: #57D660;
   color: #132;
   padding: 19px 93px;
   border: none;
   border-radius: 30px;
   font-size: 1.5rem;
   font-weight: 600;
   cursor: pointer;
   margin-top: 90px;
   font-family: "Raleway";
   transition: all 0.5s ease-in;
}
section.reviews .review-button:hover {
   background: #132;
   color: #fff;
}
section.reviews .slick-list {
  margin: 0 -1.25rem;
}

section.reviews .slick-slide {
  position: relative;
  margin: 0 1.25rem;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
  min-height: 406px !important;
}

section.reviews .slick-center {
  opacity: 1;
}
section.reviews .slick-dots li.slick-active button:before {
  color: #57D660 !important;
}
section.reviews .slick-dots li button:before {
  font-size: 18px !important;
}
section.reviews .slick-dots {
  bottom: -45px !important;
}



/* сеция ФОРМА ОБРАТНОЙ СВЯЗИ */
section.callback-forma {
   position: relative;
   background: #ffffff;
   width: 100%;
   height: auto;
   border-radius: 15px;
   overflow: hidden;
   margin: 0 0 6.25rem 0;
}
section.callback-forma.none-margin {
   margin: 0;
}
section.callback-forma .wrap {
   background: #132;
   padding: 32px 0 0 0;
   margin: 0 0 6px 0;
}
section.callback-forma .title{
   color: white;
   font-size: 2.813rem;
   font-weight: 700;
   text-align: left;
}

section.callback-forma .form-container {
   width: 48.75%;
}
section.callback-forma .container {
   display: flex;
}
.form-container form {
   margin: 2.5rem 0 0 0;
}
section.callback-forma input, textarea {
   width: calc(100% - 21px);
   padding: 19px 0 19px 21px;
   margin: 10px 0;
   font-size: 1.5rem;
   color: white;
   border: 1px solid white;
   border-radius: 18px;
   background-color: #132;
   font-family: 'Raleway';
   font-variant-numeric: lining-nums proportional-nums;
}
section.callback-forma textarea {
   height: 12rem;
}
section.callback-forma .checkbox-container {
   position: relative;
   display: flex;
   align-items: center;
   gap: 18px;
   margin: 20px 0 0 0;
}
section.callback-forma .checkbox-container .custom-checkbox {
   position: absolute;
   z-index: 1;
   opacity: 0;
}
.custom-checkbox+label {
   display: inline-flex;
   align-items: center;
   user-select: none;
}
 .custom-checkbox+label::before {
   content: '';
   display: inline-block;
   width: 30px;
   height: 30px;
   flex-shrink: 0;
   flex-grow: 0;
   border: 1px solid #ffffff;
   border-radius: 0.25em;
   margin-right: 18px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
 }
section.callback-forma .checkbox-container label {
   color: white;
   font-size: 1.125rem;
   font-family: "Raleway";
}
section.callback-forma button {
   padding: 19px 80px;
   background-color: rgb(87, 214, 96);
   color: #132;
   font-weight: 600;
   font-size: 1.5rem;
  border: 1px solid rgb(87, 214, 96); 
   border-radius: 30px;
   margin: 2.813rem 0 0 0;
}
section.callback-forma .photo-container {
   position: absolute;
   top: -10%;
   right: 13%;
   width: 33%;
   max-width: 900px;
   height: 100%;
}
section.callback-forma.rassilka-form .photo-container {
   position: absolute;
   top: -10%;
   right: 10%;
   max-width: 800px;
   width: 36%;
   height: 100%;
}
section.callback-forma .photo-container img {
   position: absolute;
   width: 100%;
   top: -4px;
   z-index: 2;
   height: 118%;
}
section.callback-forma img.obrezka {
   position: absolute;
   width: 50%;
   right: 0px;
   bottom: -2px;
   z-index: 10;
}

@media (min-width:1600px){

   section.callback-forma .photo-container {
      position: absolute;
      top: -10%;
      right: 6%;
      width: 40%;
      max-width: 900px;
      height: 100%;
   }
}
@media (max-width:768px) {
   section.callback-forma {
      margin: 0 0 32px 0;
   }
}


/* секция АДРЕСА ПРИЕМА */
section.adresses-tab {
   padding: 6.25rem 0;
}
section.adresses-tab .title {
   font-size: 2.813rem;
   font-weight: 700;
   line-height: normal;
   text-align: left;
}
section.adresses-tab .tabs {
   display: flex;
   flex-wrap: wrap;
   gap: 2.5rem;
   margin-top: 3.125rem;
}
section.adresses-tab .tab {
   border: 1px solid #132;
   cursor: pointer;
   font-size: 1.25rem;
   padding: 26px 36px;
   border-radius: 18px;
   white-space: nowrap;
}
section.adresses-tab .tab.active {
   background-color: #132;
   color: white;
   font-size: 1.875rem;
   font-weight: 700;
   padding: 20px 36px;
   border-radius: 18px;
}
section.adresses-tab .content-wrap {
   margin: 3.125rem 0 0 0;
}
section.adresses-tab .content {
   display: none;
   justify-content: space-between;
}
section.adresses-tab .content.active {
   display: flex;
}
section.adresses-tab .map-block {
   width: 60%;
}
section.adresses-tab .map-block iframe {
   border-radius: 18px;
}
section.adresses-tab .addresses {
   display: grid;
   width: fit-content;
   grid-template-columns: 1fr 1fr;
   row-gap: 2.5rem;
   max-width: 52%;
   align-content: start;
}

section.adresses-tab .address {
   font-size: 13px;
   padding-right: 10px;
   border-right: 2px solid rgb(17, 51, 34, 0.4);
}
section.adresses-tab .address .adres {
   font-size: 20px;
   font-weight: 700;
}

section.adresses-tab .address:nth-child(2n) {
   border-right: none;
}
section.adresses-tab .address:nth-child(even) {
  padding-left: 30px;
}

/* Убираем линию у последнего элемента в случае нечетного количества */
section.adresses-tab .addresses .address:last-child:nth-child(odd) {
   border-right: none;
}
section.adresses-tab .ferst-tab-container .button {
   display: none;
}

section.adresses-tab .tabs.collapsed .tab:not(.active) {
   opacity: 0;
   pointer-events: none;
   max-width: 0;
   padding: 0;
   border: none;
   overflow: hidden;
   transition: all 0.3s ease-in-out;
}
section.adresses-tab .tabs.collapsed {
   gap: 0px !important;
   margin-top: 16px;
}



/*подвал */
footer {
   background: #E8E8E8;
}
.footer__copyright-block{
   background: #132;
}
footer .info-block-container {
   display: none;
}
.footer__copyright-block .container{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 17px 0 15px 0;
   color: #FFF;
   font-size: 1.125rem;
   line-height: normal;
}
footer .logo-container img {
   width: 60%;
}
.footer__copyright-block .container a{
   color: #FFF;

   font-size: 1.125rem;
   line-height: normal;
   text-decoration: none;
}

.footer__container {
   display: flex;
   padding: 2.5rem 0 3.75rem 0;
   justify-content: space-between;
}

.first-container {
   display: flex;
   flex-direction: column;
   align-items: start;
   width: 30%;
}

footer .work-time__container {
   display: flex;
   max-width: 237px;
   flex-direction: column;
   align-items: flex-start;
   gap: 1.56rem;
   color: #132;
   font-size: 1.125rem;
   line-height: normal;
   margin: 1.875rem 0 0 0;
}
footer .work-time__container a {
   display: flex;
   max-width: 237px;
   flex-direction: column;
   align-items: flex-start;
   gap: 1.56rem;
   color: #132;
   font-size: 1.125rem;
   line-height: normal;
   margin: 1.875rem 0 0 0;
}
.footer-column:last-child ul{  
   white-space: nowrap;
}
.footer-menu {
   display: flex;
   gap: 5rem;
}

.footer-column .title {
   color: #132;
   font-size: 1.875rem;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}
.footer-column ul{
   display: flex;
   flex-direction: column;
   gap: 1.25rem;
   list-style: none;
   margin: 1.87rem 0 0 0;
   max-width: 161px;
}
.footer-column ul a{
   color: #132;
   font-size: 1.125rem;
}

.third-container {
   margin: 0 0 0 3rem;
   display: flex;
   flex-direction: column;
   gap: 1.87rem;
}

footer .messangers-block {
   display: flex;
   gap: 1.87rem;
   align-items: start;
   justify-content: end;
}
footer .messangers-block img {
   width: 42px;
   height: 42px;
}
#reviews-form-pop-up .checkbox-container a{
    color: #132;
}
#order-form-pop-up .checkbox-container a{
    color: #132;
}
#callback-form-pop-up .checkbox-container a{
    color: #132;
}
#vivoz-metalla-pop-up .checkbox-container a{
    color: #132;
}
#total + span{
   font-size: 35px;
   position: absolute;
   top: -5px;
}
.currency{
   position: relative;
}

.img-game img{
   position: relative;
}

.aktsiya-link {
    color: #132; /* базовый цвет */
    transition: color 0.2s ease;
    animation: highlight 1.5s infinite ease-in-out; /* плавная анимация */
}

.hero-block{
   padding-bottom: 5rem;
}
.img-game{
   display: flex;
   justify-content: end;
}
.img-game img{
   position: inherit ! IMPORTANT;
   width: 75% !important;
   height: auto !important;
   border-radius: 20px;
}

.link-game{
   color: #32D241;
   text-decoration: underline;
}
.link-game:hover{
   text-decoration: none;
}


@keyframes highlight {
    0%, 100% {
        color: #132; /* базовый цвет */
    }
    50% {
        color: #32D241; /* яркий акцент */
    }
}

.super-rozigrish__points {
   margin-top: 30px;
   padding: 20px;
   background-color: #f1f1f1;
   border-left: 4px solid #32D241;
   border-radius: 5px;
   padding-left: 35px;
   margin-bottom: 3rem;
   margin-top: 3rem;
}
.super-rozigrish__points h3{
   margin-bottom: 15px;
}
.super-rozigrish__points ul li{
   margin-bottom: 12px;
}

/* Базовые стили блока */
.super-rozigrish {
    background-color: #f9f9f9;
    padding: 50px 20px;
    color: #132; /* основной цвет текста */
}

.super-rozigrish .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовки */
.super-rozigrish__title {
    font-size: 2.5rem;
    color: #132;
    text-align: center;
    margin-bottom: 20px;
}

.super-rozigrish__subtitle {
    font-size: 1.75rem;
    color: #132;
    margin: 30px 0 15px;
    border-bottom: 2px solid #32D241;
    display: inline-block;
    padding-bottom: 5px;
}

/* Вступительный текст */
.super-rozigrish__lead {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Списки правил */
.super-rozigrish__rules {
    list-style: decimal inside;
    padding-left: 0;
}

.super-rozigrish__rules li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.super-rozigrish__rules li ul {
    list-style: disc inside;
    margin-top: 10px;
}

.super-rozigrish__rules strong {
    color: #32D241; /* яркий акцент для цифр и важных слов */
}

/* Таблица графика */
.super-rozigrish__schedule {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.super-rozigrish__schedule th,
.super-rozigrish__schedule td {
    border: 1px solid #ccc;
    padding: 12px 15px;
    text-align: left;
}

.super-rozigrish__schedule th {
    background-color: #132;
    color: #fff;
}

.super-rozigrish__schedule td strong {
    color: #32D241;
}

/* Адаптивность */
@media (max-width: 768px) {
    .super-rozigrish__title {
        font-size: 2rem;
    }

    .super-rozigrish__subtitle {
        font-size: 1.5rem;
    }

    .super-rozigrish__schedule th,
    .super-rozigrish__schedule td {
        padding: 8px 10px;
    }
}

@media (max-width: 480px) {
    .super-rozigrish__title {
        font-size: 1.2rem;
        margin-top: 2rem;
    }

    .super-rozigrish__subtitle {
        font-size: 1.25rem;
    }

    .super-rozigrish__lead {
        font-size: 1rem;
    }
}

/*адаптив*/
@media (max-width:768px){

   .img-game img{
      width: 100% ! IMPORTANT;
   }

   .breadcrumbs {
      display: flex;
      align-items: center;
      font-size: 14px;
      padding: 16px 0 24px 0;
      font-weight: 400;
   }
   .breadcrumbs .separator {
      margin: 0 8px;
      color: #11332269;
      font-size: 30px;
      font-weight: 200;
   }
   .breadcrumbs span {
      font-weight: 700;
      color: #132;
      font-size: 14px;
   }

   /*скрываем картинку на пк и показ на моб.*/
   .img-container-hard-icon-block .geen-bg {
      display: none !important;
   }
   .img-container-hard-icon-block .geen-bg-mobile {
      display: block;
   }

   .header-desctop-wrap {
      display: none;
   }
   footer .first-container {
      display: none;
   }
   footer .third-container {
      display: none;
   }
   .middle-container .logo-container {
      width: 17%;
   }
   .header-mobile-wrap {
      display: flex;
   }
   .header-mobile-wrap.hidden {
      transform: translateY(-100%);
   }
   .header-mobile-wrap {
      position: relative;
      background: white;
      z-index: 1000;
      transition: transform 0.3s ease-in-out;
      width: 100%;
      padding: 15px 0 16px 0;
   }
   .header-mobile-wrap.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
   }
   .mobile-pop-up-wrap.fixed {
      position: fixed;
      top: 79px;
      z-index: 1000;
      background: white;
   }
   .header-mobile-container a {
       display:flex;
   }
   .header-mobile-container a img.logo-add {
       width:auto!important;
   }
   .header-mobile-container img {
      width: 44px;
      height: 44px;
   }
   .header-mobile-container img.burger-cross {
      display: none;
      height: 29px;
      width: 39px;
   }
   .header-mobile-wrap span.info-text {
      margin: 0 0 0 4.24%;
      color: #132;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
   }
   .header-mobile-container svg {
      min-width: 39px;
   }
   .header-mobile-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .short-phone-block img{
      width: 36px;
      height: 43px;
   }
   .header-mobile-wrap .short-phone-block {
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 0.5rem;
      margin: 0 10% 0 5.7%;
   }
   .header-mobile-wrap .short-phone-block a {
      font-weight: 700;
      color: #1D6A44;
      font-size: 1.25rem;
  }

/*всплывающее меню*/

   .header-mobile-wrap .container {
      width: 100%;
   }
   .mobile-pop-up-wrap {
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      position: relative;
      height: 100vh;
      width: 100%;
      padding: 24px 0 0 0;
      max-width: 12.813rem;
   }
   .mobile-pop-up-wrap.active {
      display: block;
      opacity: 1;
      min-width: 100%;
    }
   .mobile-pop-up-wrap .menu-container {
      display: flex;
      flex-direction: column;
      gap: 1rem;
   }
   .mobile-pop-up-wrap .menu-item__top-info-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 47px;
   }
   .mobile-pop-up-wrap .menu-item__submenu-block ul {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin: 16px 0 0 24px;
      list-style: none;
      color: #132;
      font-size: 1.125rem;
   }
   .mobile-pop-up-wrap .menu-item__submenu-block ul li a {
      color: #132;
      font-size: 1.125rem;
  }

   .menu-item__top-info-container .title {
      color: #132;
      font-size: 1.375rem;
      font-weight: 600;
   }
   .arrow-icon {
      transform: rotate(180deg);
      transition: transform 0.5s ease-out;
   }
   .menu-item.open .menu-item__submenu-block {
      max-height: 500px;
   }
    .menu-item.open .arrow-icon {
      transform: rotate(0deg);
   }
   .mobile-pop-up-wrap .menu-item__submenu-block {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-out;
   }

   .mobile-pop-up-wrap .info-block-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin: 32px 21px 0 0;
   }
   .mobile-pop-up-wrap .work-time-wrap {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      max-width: 130px;
      color: #132;
      font-size: 14px;
   }
   .mobile-pop-up-wrap .work-time-container {
      display: flex;
      width: 100%;
      justify-content: space-between;
   }
   .mobile-pop-up-wrap .phone-block-wrap {
      color: #132;
   }
   .mobile-pop-up-wrap .phone-block {
      display: flex;
      flex-direction: column;
      gap: 0.625rem;
   }
   .mobile-pop-up-wrap a {
      font-size: 1rem;
      color: #132;
   }
   .mobile-pop-up-wrap .phone-block-wrap .email {
      margin: 24px 0 0 0;
   }

   .mobile-pop-up-wrap .button-container {
      width: 100%;
      margin: 32px 0 0 0;
   }
   .mobile-pop-up-wrap .callback-form {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 0.625rem;
      border-radius: 30px;
      color: #132;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 8px 37px;
      background-color: #fff;
      border: 1px solid #1E3E2E;
   }
   .mobile-pop-up-wrap .messangers-block {
      margin: 24px 0 0 0;
      width: 100%;
      padding-bottom:200px;
   }


   /* Услуги Для мобильных устройств */
   section.services {
      padding: 32px 0;
   }
   section.services .container h2{
      text-align: center;
      font-size: 1.25rem;
      line-height: 23px;
   }
   section.services .container h1{
      text-align: center;
      font-size: 1.25rem;
      line-height: 23px;
   }
   .services-container {
      display: grid;
      gap: 0.563rem;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      grid-template-areas:
      "service1 service2"
      "service1 service3"
      "service4 service5";
      margin: 24px 0 0 0;
   }
 
   .service1 {
      grid-area: service1;
      height: 426px;
    }
    
    .service2 {
      grid-area: service2;
      height: 116px;
    }
    
    .service3 {
      grid-area: service3;
      height: 302px;
    }
    
    .service4 {
      grid-area: service4;
      height: 202px;
    }
    
    .service5 {
      grid-area: service5;
      height: 202px;
    }
 
   .service-item {
     position: relative;
     overflow: hidden;
     border-radius: 12px;
   }
 
   .service-item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
   }
 
   .service-item .title {
     position: absolute;
     bottom: 12px;
     left: 20px;
     font-size: 1.125rem;
     line-height: 21px;
     color: white;
   }

   
   /*блок с полезной информацией ПЕРВЫЙ начало*/
   section.useful-info .info-items-container {
      display: none !important;
   }
   section.useful-info {
      padding: 32px 0;
   }
   section.useful-info .title {
      font-size: 1.25rem;
      line-height: normal;
   }
   section.useful-info .info-container {
      position: relative;
      margin: 16px 0 0 0;
      height: 420px;
   }
   section.useful-info .info-container .bg-image {
      width: 100%;
      min-height: 210px;
      border-radius: 18px;
   }
   section.useful-info .info-items-container-mobile {
      position: relative;
      display: grid;
      gap: 0.5rem;
      bottom: 60px;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      justify-items: center;
   }
   section.useful-info .info-item .title2 {
      position: relative;
      top: 10px;
      font-size: 1.25rem;
      line-height: normal;
   }
   section.useful-info .info-item p {
      position: absolute;
      top: 50px;
      font-size: 1rem;
      line-height: normal;
      text-align: center;
      padding: 0 15px;
   }
   section.useful-info .info-item:nth-child(3) .title2 {
      color: #132;
   }
   section.useful-info .info-item:nth-child(4) .title2 {
      color: #132;
   }



    .price-list .info-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 30%;
        justify-content: space-between;
        white-space: nowrap;
    }

   /* блок с ценами начало*/
   section.green-background {
      padding: 30px 0 0 0;
   }
   section.green-background .price-container .title1 {
      font-size: 1.25rem;
   }
   section.green-background .date-container {
      margin: 17px auto 0 auto;
      padding: 15px 51px;
   }
   section.green-background .date-container .date {
      font-size: 1.125rem;
   }
   section.green-background .price-list {
      display: flex;
      flex-direction: column;
      gap: 0px;
      margin: 24px 0 0 0;
   }
   section.green-background .price-block1 {
      padding: 14px 37px 14px 30px;
      font-size: 1.25rem;
   }
   section.green-background .price-block {
      padding: 14px 37px 14px 30px;
      font-size: 1.25rem;
   }

   section.green-background .price-block .price {
      font-size: 1.125rem;
  }
   section.green-background .price-block .title {
      font-size: 1rem;
   }
   section.green-background .price-block1.title-block2 {
      display: none;
   }
   section.green-background .price-block1 span.price1-block:nth-child(2) {
       font-size: small;
   }
   /*
   section.green-background .price-list-block2 .price-block:nth-child(even) {
      background: rgba(87, 214, 96, 0.2);
   }
   section.green-background .price-list-block2 .price-block:nth-child(odd) {
      background: none;
   }
   */

   /* блок "Кто мы?" начало*/
   section.who-are-we .background-img-container {
      display: none;
   }
   section.who-are-we .info-container {
      width: 100%;
  }
   section.who-are-we .title {
      font-size: 1.25rem;
   }
   section.who-are-we .top-text {
      font-size: 1.125rem;
      margin: 16px 0 0 0;
   }
   section.who-are-we .info-item-container {
      margin: 16px 0 0 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5rem;
   }
   section.who-are-we .info-item {
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: start;
      border: 2px solid #132;
      border-radius: 18px;
      padding: 11px 10px;
   }
   section.who-are-we .info-item p {
      font-size: 14px;
   }
   section.who-are-we .bottom-text {
      font-size: 18px;
      margin: 16px 0 0 0;
      width: 100%;
   }
   section.who-are-we {
      padding: 30px 0 0 0;
   }


  /* Раздел Калькулятор */
  section.calculator {
   padding: 32px 0 0 0;
   }
   section.calculator img.background-img {
      display: none;
   }
   section.calculator img.background-img-mobile {
      display: block;
      width: 100%;
      margin: 16px 0 0 0;
   }
   section.calculator .container {
      display: block;
   }
   section.calculator .calc-container {
      width: 100%;
   }
   section.calculator .title {
      font-size: 20px;
   }
   section.calculator .description {
      font-size: 18px;
      margin: 8px 0 0 0;
   }
   section.calculator .form-group {
      display: grid;
      grid-template-areas:
         "select select"
         "hint quantity";
      margin: 16px 0 0 0;
      gap: 16px;
   }
   section.calculator .custom-select { grid-area: select;}
   section.calculator .form-group .hint  { grid-area: hint; font-size: 14px;}
   section.calculator .quantity  { grid-area: quantity;}

   section.calculator select#metal-type {
      padding: 19px 40px 19px 16px;
      font-size: 14px;
      width: 100%;
   }
   section.calculator .custom-select img {
      right: 5px;
      top: 23%;
   }
   section.calculator input#quantity {
      height: 44px;
      width: 90px;
      font-size: 20px;
   }
   section.calculator .quantity {
      gap: 16px;
      margin: 0 0 0 auto;
   }
   section.calculator p.total-price {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 24px 0 0 0;
      font-size: 18px;
   }
   section.calculator p.note {
      font-size: 14px;
      font-weight: 400;
   }


   /* Секция СЛАЙДЕР с отзывами */
   section.reviews {
      text-align: center;
      padding: 2.2rem 0;
   }
   section.reviews .title {
      text-align: center;
      font-size: 1.25rem;
   }
   section.reviews .reviews-slider {
      margin: 16px auto 0 auto;
   }
   section.reviews .review-card {
      font-size: 14px;
   }
   section.reviews .slick-slide {
      min-height: 280px !important;
   }
   section.reviews .author-info .name {
      font-size: 14px;
   }
   section.reviews .author-info .date {
      font-size: 16px;
   }
   section.reviews .author-info .city {
      font-size: 14px;
   }    
   section.reviews .review-button {
      padding: 19px 56px;
      font-size: 20px;
      margin-top: 70px;
   }

   section.callback-forma img.obrezka {
      display: none;
   }
   section.callback-forma .photo-container {
      display: none;
   }
   section.callback-forma .title {
      font-size: 20px;
      text-align: center;
   }
   section.callback-forma .form-container {
      width: 97%;
   }
   section.callback-forma input, textarea {
      padding: 16px;
      font-size: 18px;
      border-radius: 18px;
   }
   .form-container form {
      display: flex;
      flex-direction: column;
      margin: 24px 0 0 0;
   }
   section.callback-forma .checkbox-container label {
      font-size: 14px;
   }
   section.callback-forma button {
      padding: 19px 56px;
      background-color: rgb(87, 214, 96);
      color: #132;
      font-weight: 600;
      font-size: 20px;
      border: none;
      border-radius: 30px;
      margin: 32px auto 0 auto;
   }


   /*блок с полезной информацией ВТОРОЙ начало*/
   section.useful-info2 {
      padding: 42px 0 32px 0;
   }
   section.useful-info2 .useful-items-container {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      margin: 18px 0 0 0;
   }
   section.useful-info2 .useful-item .usefullist-img {
      display: none;
   }
   section.useful-info2 .title {
      font-size: 1.25rem;
      line-height: normal;
      width: 70%;
   }
   section.useful-info2 .useful-item .title2 {
      font-size: 1.125rem;
   }
   section.useful-info2 .useful-item p {
      font-size: 1rem;
      margin: 8px 0 0 0;
   }
   section.useful-info2 .useful-item {
      font-size: 16px !important;
      padding: 16px 21px 65px 16px;
   }
   section.useful-info2 .button-container {
      margin: 48px 0 0 0;
   }
   section.useful-info2 .button-container img {
      height: 47px;
   }
   section.useful-info2 .button-container .date {
      font-size: 14px;
   }
   section.useful-info2 .useful-item:hover .button-container img {
      filter: invert(62%) sepia(98%) saturate(340%) hue-rotate(90deg) brightness(105%);
   }


   /* секция АДРЕСА ПРИЕМА */
   section.adresses-tab {
      padding: 35px 0 32px 0;
   }
   section.adresses-tab .title {
      font-size: 20px;
      text-align: center;
   }
   section.adresses-tab .ferst-tab-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
   }
   section.adresses-tab .ferst-tab-container .button {
      display: block;
      text-decoration: underline;
   }

   section.adresses-tab .tab.active {
      font-size: 18px;
      padding: 16px;
   }
   section.adresses-tab .tab {
      font-size: 14px;
      padding: 16px;
   }
   section.adresses-tab .tabs {
      gap: 8px;
      margin-top: 16px;
   }
   section.adresses-tab .content.active {
      display: flex;
      flex-direction: column;
   }
   section.adresses-tab .content-wrap {
      margin: 16px 0 0 0;
   }
   section.adresses-tab .addresses {
      display: flex;
      flex-wrap: wrap;
      gap: 19px;
      grid-template-columns: 1fr 1fr;
      row-gap: 16px;
      max-width: 100%;
      align-content: center;
   }
   section.adresses-tab .address {
      font-size: 14px;
      padding-right: 0;
      border-right: none;
      white-space: normal;
   }
   section.adresses-tab .address .adres {
      font-size: 18px;
   }
   section.adresses-tab .address:nth-child(even) {
      padding-left: 0px;
   }
   section.adresses-tab .map-block {
      width: 100%;
      margin: 16px 0 0 0;
   }
   section.adresses-tab .map-block iframe {
      height: 348px;
   }

   /*мобильный футер*/   
   .footer__container {
      display: flex;
      flex-direction: column;
      padding: 2rem 0;
      justify-content: space-between;
   }
   footer .info-block-container {
      display: flex;
      justify-content: space-between;
   }
   footer .work-time-container {
      max-width: 130px;
      color: #132;
      font-size: 14px;
   }
   
   .footer-menu {
      display: flex;
      flex-wrap: wrap;
      margin: 32px 0 0 0;
      column-gap: 4.37rem;
      row-gap: 2rem;
   }
   .second-container {
      display: flex;
      order: 3;
   }
   .footer-column .title {
      font-size: 1.125rem;
   }
   .footer-column ul {
      gap: 1.25rem;
      margin: 22px 0 0 0;
   }
   .footer-column ul a {
      font-size: 1rem;
      margin: 1.37rem 0 0 0;
   }
   footer .messangers-block {
      display: flex;
      flex-direction: column;
      align-items: end;
      gap: 1.125rem;
      margin: 0 0 0 10px;
   }
   footer .work-time-wrap {
      display: flex;
      flex-direction: column;
      gap: 1rem;
   }
   footer .button-container {
      width: 100%;
   }
   footer .callback-form {
      display: inline-flex;
      padding: 8px 37px;
      justify-content: center;
      width: 100%;
      border-radius: 30px;
      color: #132;
      font-size: 14px;
      font-weight: 700;
      border: 1px solid #1E3E2E;
   }
   footer .vivoz-metalla {
      display: inline-flex;
      padding: 8px 37px;
      justify-content: center;
      width: 100%;
      border-radius: 30px;
      color: #132;
      font-size: 14px;
      font-weight: 700;
      border: 1px solid #1E3E2E;
   }

   .footer__copyright-block .container {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 1.25rem;
      font-size: 14px;
      padding: 16px 15px;
  }
  .footer__copyright-block .container a {
      font-size: 14px;
   }
   .form-success-callback-message .geen-bg-mobile{
      display: none;
   }
   .succesCallback .geen-bg-mobile-new{
      display: block !important;
   }
   .succesCallback .geen-bg-mobile{
      display: none !important;
   }
}

@media (min-width:768px) and (max-width: 992px){
   /* блок "Кто мы?" начало*/
   section.who-are-we .background-img-container {
      display: none;
   }
   /* Секция СЛАЙДЕР с отзывами */
   section.reviews .slick-slide {
      min-height: 300px !important;
   }
   section.reviews img.icon {
      position: absolute;
      bottom: 25px;
      left: 78%;
      width: 45px;
      height: 39px;
   }

   /* секция АДРЕСА ПРИЕМА */
   section.adresses-tab .content.active {
      display: flex;
      flex-direction: column;
      gap: 20px;
   }
   section.adresses-tab .map-block {
      width: 100%;
      margin: 16px 0 0 0;
   }
   section.adresses-tab .addresses {
      max-width: 100%;
   }

   /*шапка*/
   .middle-container .contact-item {
      padding: 0 1rem;
   }
   .callback-form {
      padding: 10px 15px;
      font-size: 1rem;
   }
   .middle-container .contact-item a {
      padding: 0;
   }

   /*подвал*/
   footer .logo-container img {
      width: 80%;
   }

   /*Полезная ИНФОРМАЦИЯ 2*/
   section.useful-info2 .useful-item {
      position: relative;
      padding: 23px 23px 65px 23px;
      border: 3px solid #132;
      border-radius: 18px;
   }
   section.useful-info2 .button-container img {
      width: 60px;
      height: 60px;
   }

}

@media (min-width:992px) and (max-width: 1200px){

   /*блок с полезной информацией ПЕРВЫЙ начало*/
   section.useful-info .info-container {
      height: 377px;
   }
   section.useful-info .info-items-container {
      bottom: 105px;
   }
   section.useful-info .info-item {
      width: 235px;
   }
   section.useful-info .info-item h3 {
      font-size: 2.375rem;
   }
   section.useful-info .info-item p {
      position: absolute;
      top: 67px;
      padding: 20px 10px;
      font-size: 1rem;
      line-height: 20px;
   }

   /* блок "Кто мы?" начало*/
   section.who-are-we .background-img-container {
      display: none;
   }

   /* Раздел Калькулятор */
   section.calculator .form-group {
      margin: 40px 0 0 0;
   }

   /* Секция СЛАЙДЕР с отзывами */
   section.reviews .slick-slide {
      min-height: 300px !important;
   }
   section.reviews img.icon {
      position: absolute;
      bottom: 25px;
      left: 78%;
      width: 45px;
      height: 39px;
   }

    /* секция АДРЕСА ПРИЕМА */
    section.adresses-tab .content.active {
      display: flex;
      flex-direction: column;
      gap: 20px;
   }
   section.adresses-tab .map-block {
      width: 100%;
      margin: 16px 0 0 0;
   }
   section.adresses-tab .addresses {
      max-width: 100%;
   }

   /*шапка*/
   .middle-container .contact-item {
      padding: 0 1rem;
   }
   .callback-form {
      padding: 10px 20px;
   }
   .middle-container .contact-item a {
      padding: 0;
   }
   
   /*подвал*/
   footer .logo-container img {
      width: 80%;
   }   

   /*Полезная ИНФОРМАЦИЯ 2*/
   section.useful-info2 .useful-item {
      position: relative;
      padding: 23px 23px 65px 23px;
      border: 3px solid #132;
      border-radius: 18px;
   }
   section.useful-info2 .button-container img {
      width: 60px;
      height: 60px;
   }
}

@media (min-width:1200px) and (max-width: 1600px){

   /*блок с полезной информацией ПЕРВЫЙ начало*/
   section.useful-info .info-container {
      height: 437px;
   }
   section.useful-info .info-item {
      width: 280px;
   }
   section.useful-info .info-item h3 {
      font-size: 2.625rem;
   }
   section.useful-info .info-item p {
      position: absolute;
      top: 75px;
      font-size: 1.125rem;
      line-height: 20px;
   }

   /* блок "Кто мы?" начало*/
   section.who-are-we .background-img-container {
      position: absolute;
      right: 0px;
      top: 9.2%;
      width: 43%;
   }
   .background-img-container img {
      width: 100%;
      height: 87%;
  }
   section.who-are-we .info-item {
      display: flex;
      gap: 0.938rem;
      align-items: center;
      border: 2px solid #132;
      border-radius: 18px;
      padding: 5px 20px;
   }
   section.who-are-we .top-text {
      font-size: 1.5rem;
      margin: 30px 0 0 0;
      width: 84%;
  }

   /* Секция СЛАЙДЕР с отзывами */
   section.reviews .slick-slide {
      min-height: 330px !important;
   }

   /* Форма */
   section.callback-forma .photo-container {
      position: absolute;
      top: -10%;
      right: 9%;
      width: 37%;
      max-width: 900px;
      height: 100%;
   }



   /*шапка*/
   .middle-container .contact-item {
      padding: 0 1rem;
   }
   .callback-form {
      padding: 14px 37px;
   }

   /*подвал*/
   footer .logo-container img {
      width: 80%;
   }

}
@media (min-width:1600px){

   /*блок с полезной информацией ПЕРВЫЙ начало*/
   section.useful-info .info-container {
      height: 534px;
   }

   /* блок "Кто мы?" начало*/
   section.who-are-we .background-img-container {
      position: absolute;
      right: 1px;
      top: 0.5%;
      width: 43%;
   }

   /*шапка*/
   .middle-container .contact-item {
      padding: 0 1rem;
   }

   /* Форма */
   section.callback-forma .photo-container {
      position: absolute;
      top: -10%;
      right: 9%;
      width: 37%;
      max-width: 900px;
      height: 100%;
   }
   
   .price-text-additionally {
    padding-top: 25px;
    text-align: center;
}
}

@media (min-width:1900px){

   /*блок с полезной информацией ПЕРВЫЙ начало*/
   section.useful-info .info-container {
      height: 603px;
   }

   /* блок "Кто мы?" начало*/
   section.who-are-we .background-img-container {
      position: absolute;
      right: 11px;
      top: -1.5%;
      width: 43%;
   }


   /* Форма */
   section.callback-forma .photo-container {
      position: absolute;
      top: -10%;
      right: 9%;
      width: 37%;
      max-width: 900px;
      height: 100%;
   }
}


.container.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 4rem 0;
}
.container.error-page h1 {
    font-size: 7rem;
}
.container.error-page a.home-button {
    background: #57D660;
    padding: 10px 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.container.error-page h2 {
    text-align: center;
}

footer .button-container {
   display: flex;
   flex-direction: column;
   gap: 20px;
   white-space: nowrap;
} 