.img-block img {
width: 100%;
border-radius: 40px;
    max-height: 800px;
    object-position: center;
    object-fit: cover;
}
.firma__flex-text-footer {
    margin-top: 106px;
}
.text__seo h2 {
    padding-top: 0px;
}
.nyance {
    margin-bottom: 160px;
}
.nyance h2 {
        font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    margin: 0;
    padding-top: 160px;
    padding-bottom: 60px;
}
.nyance-block {
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 40px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    transition: var(--transition);
}
.nyance-block:hover {
    background: #EBEBEB;
}
.nyance-flex {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.nyance-block img {
    max-width: 20px;
    width: 100%;
    transform: rotateZ(180deg);
    margin: 10px;
}
.nyance-block h3 {
font-weight: 600;
font-size: 36px;
line-height: 42px;
letter-spacing: 0px;
}
.nyance-block p {
color: #666666;
font-weight: 400;
font-size: 24px;
line-height: 36px;
letter-spacing: 0px;
}
.nyance-block h3 {
    margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .nyance {
    margin-bottom: 40px;
}
    .nyance h2 {
    font-size: 26px;
    line-height: 31px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
}
    .nyance-block {
    border-radius: 20px;
    padding: 30px;
    gap: 30px;
}
    .nyance-block img {
    max-width: 20px;
    width: 100%;
    transform: rotateZ(180deg);
    margin: 0px;
}
    .nyance-block h3 {
font-size: 26px;
line-height: 31px;
}
.nyance-block p {
font-size: 16px;
line-height: 26px;
}
    .nyance-flex {
    gap: 10px;
    grid-template-columns: 1fr;
}
    .firma__flex-text-footer {
        margin-top: 40px;
    }
    .img-block img {
          border-radius: 20px;
    height: 600px;
}
}



/**video**/
.video-banner {
  position: relative;
  width: 100%;

  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.banner-image {
  width: 100%;
  max-height: 700px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.5)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 10px 0px #00000008;
}

.banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.modal.active {
  display: flex;
}

.modal-content {
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
  transition: opacity 0.3s;
}

.close-modal:hover {
  opacity: 0.7;
}

.video-container {
  position: relative;
  width: 100%;
}
.documentslist__grid-pagin div .pagination {
    display: flex;
    column-gap: 10px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.new-window-note {
  margin-top: 25px;
  text-align: center;
  color: #666;
  font-size: 14px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.new-window-link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.new-window-link:hover {
  background-color: #0056b3;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-banner:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }
        
     
   
        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
            display: flex;
            align-items: center;
            justify-content: center;
        }
        

        
 
        
        .banner-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px;
            color: white;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            z-index: 1;
        }
        
        .banner-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        }
        
        .banner-description {
            font-size: 16px;
            opacity: 0.9;
            max-width: 600px;
            line-height: 1.5;
        }
        
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 1000000000;
            align-items: center;
            justify-content: center;
            animation: fadeIn 0.3s ease;
        }
        
        .modal.active {
            display: flex;
        }
        
        .modal-content {
            width: 90%;
            max-width: 1240px;
            position: relative;
        }
        
        .close-modal {
            position: absolute;
            top: -40px;
            right: 0;
            color: white;
            font-size: 30px;
            cursor: pointer;
            background: none;
            border: none;
            transition: opacity 0.3s;
        }
        
        .close-modal:hover {
            opacity: 0.7;
        }
        
        .video-container {
            position: relative;
            width: 100%;
 
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 8px;
        }
        
        .new-window-note {
            margin-top: 25px;
            text-align: center;
            color: #666;
            font-size: 14px;
            padding: 10px;
            background-color: #f8f9fa;
            border-radius: 8px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
/* Адаптивность */
@media (max-width: 768px) {
  .banner-image {
    height: 300px;
  }

  .banner-title {
    font-size: 22px;
  }

  .banner-content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .banner-image {
    height: 335px;
  }

  .banner-title {
    font-size: 20px;
  }

  .play-icon::after {
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
.img-block{
  padding-bottom: 160px;
}

/*acardion*/
.documentslist {
    position: relative;
    display: flow-root;
    box-sizing: border-box;
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
    width: 100%;
    border-radius: 40px;
    background: #f5f5f5;
    margin-bottom: 160px;
}
.documentslist h2 {
    font-weight: 600;
    font-size: 50px;
    color: #000;
    line-height: 59px;
    letter-spacing: 0px;
    margin: 0;
    padding-bottom: 80px;
}


.acor-containers {
    width: 100%;
}
.acor-containers .acor-bodys {
   width: 100%;
    margin: 0 auto;
    height: 0;
    color: #fff;
    line-height: 18px; 
padding: 0px 243px 0px 70px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
  
    font-size: 18px;

}
.acor-containers .acor-bodys p,.acor-containers .acor-bodys ul li {
       margin-bottom: 40px;
font-weight: 400;
font-size: 24px;
line-height: 36px;
letter-spacing: 0px;
color: #666;
}
.acor-containers .acor-bodys ul li {
list-style-type: disc;
    margin-left: 20px;
}
.acor-containers label {
 cursor: pointer;
    display: block;
    padding: 40px 0;
    width: 100%;
    color: #000;
    gap: 10px;
    border-top: 2px solid #DBDBDB;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 0px;
    transition: color .35s;
    display: grid;
    grid-template-columns: minmax(0, 1160px) 1fr;
    align-items: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    justify-content: space-between;
}
.acor-containers label:first-of-type {
  border-top: 0px solid;
}

.acor-containers label:hover {
    color: #000;
}
.acor-containers input{
    display: none;
}
.acor-containers label:after {
    transition: transform .35s;
    font-size: 58px;
    content: '\002B';
    display: flex;
    transition: all 0.2s linear;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}



.acor-containers input:checked + label:after {
    transition: transform .35s;
    content: '-';
}
.acor-containers input:checked + label + .acor-bodys {
    height: auto;
    margin-top: -5px;
    margin-bottom: 40px;
    color: #000!important;
      padding: 70px 243px 70px 70px;
        background: #fff;
    border-radius: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .acor-containers label:after {
    transition: transform .35s;
    font-size: 54px;
    content: '\002B';
    font-weight: 100;
    display: flex;
    transition: all 0.2s linear;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
  .documentslist{
    padding: 40px 0;

 }
  .img-block {
    padding-bottom: 40px;
}
    .acor-containers label
 {
    font-size: 17px;
    font-weight: 500;
 }
.acor-containers input:checked + label + .acor-bodys {
  transition: var(--transition);
    height: auto;
    margin-top: -5px;
         padding: 20px 20px 0px 20px;
}
.acor-containers .acor-bodys {
  transition: var(--transition);
    padding: 20px 20px 0px 20px;

}
.acor-containers .acor-bodys ul li {
    margin-left: 15px;
}
.voprosy h2 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 1.23;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .documentslist {
    position: relative;
    display: flow-root;
    box-sizing: border-box;
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
    width: 100%;
    border-radius: 40px;
    background: #f5f5f5;
    margin-bottom: 40px;
}
  .acor-containers input:checked + label + .acor-bodys {
    margin-bottom: 20px;
}
  .acor-containers .acor-bodys p, .acor-containers .acor-bodys ul li {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666;
}
  .acor-containers label {
    cursor: pointer;
    display: block;
    padding: 20px 0;
    width: 100%;
    color: #000;
    gap: 10px;
    border-top: 2px solid #DBDBDB;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 0px;
    transition: color .35s;
    display: grid;
    grid-template-columns: minmax(0, 1160px) 1fr;
    align-items: start;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
justify-content: space-between;
}
    .documentslist h2 {
        font-weight: 600;
        font-size: 26px;
        color: #000;
        line-height: 31px;
        letter-spacing: 0px;
        margin: 0;
            padding-bottom: 10px;
    }
}




/*pagin*/
.documentslist__grid-pagin {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.documentslist__grid-pagin div {
  display: flex;
  column-gap: 10px;
}
.documentslist__grid-pagin div a {
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  min-width: 91px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.documentslist__grid-pagin div a:hover {
  transition: var(--transition);
  background: #ebebeb;
}
.documentslist__grid-pagin div a.active {
  background: #ebebeb;
}
.documentslist__grid-pagin p {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .documentslist__grid-pagin {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .documentslist__grid-pagin div a {
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    min-width: 60px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 20px 26px;
    border-radius: 12px;
    background: #fff;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .documentslist__grid-pagin p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #000;
  }
}
/*pagin*/
/*acardion*/