.footer_link {
    color: #fff;
}
.footer_link:hover {
    color: #fff;
}
.colmod {
    float: left;
}
@media (min-width: 992px) {
    .colmod {
        padding-top: 15px;
        padding-bottom: 15px;
        height: 305px;
    }
}
.colmod {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 305px;
    padding-left: 15px;
    padding-right: 15px;
}
.loadmore{
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.loadmore img {
    width: 30px;
}
#news_media, #news_press, #news_news {
    width: 100%;
}
#news_press {

}
@media (max-width: 992px) {
    .colmod {
        padding-left: 10px;
        padding-right: 10px;
        height: unset;

    }
}
.wppb-error, .wppb-warning {
    margin: 0 auto 10px !important;
}
.wppb-alert {
    margin-top: 35px;
}
.products-teaser {
    background-image: linear-gradient(rgb(0 41 134 / 55%),rgb(0 25 82 / 72%)),url('/wp-content/uploads/catalog_banner.jpg') !important;
}

#modal-question .modal__header {
    margin-bottom: 50px;
}
.products-category__item {
    background: -webkit-linear-gradient(
            41.03deg, #2E4172 28.59%, #526BAA 86.33%), #000000;
    background: linear-gradient(
            48.97deg, #2E4172 28.59%, #526BAA 86.33%), #000000;
}
.products-category img {
    visibility: hidden;
}
.login_msg {
    margin-bottom: 22px;
}
.login_txt, .login_out, .login_email {
    font-size: 15px;
}
.login_name {
    font-size: 1.5rem;
    font-weight: 600;
}
.wppb-logout-url-santo {
    color: initial;
}

/*_____CATALOG */


.catalog {

}
.catalog .catalog-items {
  display: flex;
  flex-wrap:wrap;
}
.catalog .catalog-items .catalog-item {
  padding:10px 20px;
  background-color:#FFFFFF;
  box-shadow:0 0 5px var(--light);
  border: 1px solid var(--light);
  width:100%;
  height: 100%;
  border-radius: 20px;
}
.catalog .catalog-items .catalog-item .catalog-item-image {
  display:block;
  aspect-ratio: 1;
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}
.catalog .catalog-items .catalog-item .catalog-item-title {
  font-size: 1.2rem;
  color: #1b1b1b;
  margin-top: 10px;
  text-decoration:none;
}
.catalog-modal .modal-content {
  background-color:var(--light);
  font-size: 1.2rem;
}
.catalog-modal h3 {
  font-size: 1.5rem;
}
.catalog-modal .modal-close {
  outline:none;
  box-shadow:none;
  font-size: 32px;
  border:none;
  background-color: transparent;
}

.catalog-cats {

}
.catalog-cat {
  display:inline-block;
  height: 40px;
  border-radius:20px;
  border: 1px solid #CCCCCC;
  margin: 5px;
  text-transform:uppercase;
  overflow:hidden;
}
.catalog-cat a {
  display:flex;
  justify-content:center;
  align-items:center;
  height: 100%;
  width:100%;
  border-radius:20px;
  padding:5px 10px;
}
.catalog-letters {
  /* display:flex; */
}
.catalog-letter {
  display:inline-block;

  width: 40px;
  height: 40px;
  border-radius:50%;
  border: 1px solid #CCCCCC;
  margin: 5px;
  text-transform:uppercase;
  overflow:hidden;
}
.catalog-letter a {
  display:flex;
  justify-content:center;
  align-items:center;
  width: 100%;
  height: 100%;
  
}
.catalog-letter a:hover, .catalog-letter a.active, .catalog-cat a:hover, .catalog-cat a.active {
  background-color: #3158B2;
  color:#FFFFFF;
}
.catalog-letter--reset {
  width: auto;
  border-radius: 30px;
}
.catalog-letter--reset a {
  border-radius: 30px;
  padding:5px 10px;
  background-color: var(--light);

}
.catalog-letter--reset a:hover {
  background-color: var(--danger);
}


.catalog-pagination {
    display:flex;
    justify-content:center;
}
.catalog-pagination  .page-numbers {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border:1px solid #3158B2;
  margin: 2px;
  transition:all 0.5s;
  border-radius: 10%;
}
.catalog-pagination  .page-numbers:hover, .catalog-pagination  .page-numbers.current  {
  background-color:  #3158B2;
  color: #FFFFFF;
}
.hero_section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1200px) {
  .hero_section {
      grid-template-columns: 1fr 1fr;
     }
}

.hero_img {
  display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: stretch;
      align-items: start;
   /* grid-auto-flow: column dense;*/
  }
    @media (min-width: 599px) {
    .hero_img {
        grid-template-columns: 1fr 3fr;
        grid-auto-flow: row;
      }
    }
    .popup_modal_img {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
    }
  .hero__short_description {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  @media (min-width:600px) {
    .hero__short_description{
      grid-template-columns: 1fr 1fr;
    }
  }
/*swiper slider*/
        .swiper-container {
          width: 100%;
          height: auto;
          margin-left: auto;
          margin-right: auto;
        }
    
        .swiper-slide {
          background-size: cover;
          background-position: center;
        }

    .swiper-pagination {
      display: none;
    }

    @media (max-width: 600px) {
      .swiper-pagination {
          display: block;
    }
  }

        .gallery-top {
          width: 100%;
          height: 100%;
          max-height:520px;
          max-width: 520px;
          padding: 10px;
        }
        .video-top {
            width: 100%;
            height: 100%;
            padding-bottom: 30px;
          }
   
        .gallery-thumbs {
          height: fit-content;
          width: 100px;
          box-sizing: border-box;
          padding: 10px 0;
        }
        .gallery-thumbs .swiper-slide {
                  height: 100px !important;
                  width: 100px !important;
                }
        .popup_swiper_content {
          display: grid;
          grid-template-columns: 1fr 1fr;
          justify-content: space-around;
          align-items: center;
        }
       .download-block {
           text-align: right;
        }
      .download-btn {
          font-size: 20px;
          font-weight: 700;
          line-height: 24px;
          color: #2D4172;
      }
      .download-btn:hover {
          cursor: pointer;
      }
        .popup-gallery-thumbs{
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-self: start;
          height: 100px;
          margin-left: 0;
          width:100%;
          max-width: 450px;
           margin-top: 0;
        }
        @media (max-width:599px) {
          .gallery-thumbs, .popup-gallery-thumbs {
            display: none;
          }
        }
        #modal-video .modal__content {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
        }
        .video-thumbs  {
          height: 100px;
          margin-left: 0;
         width: fit-content;
           margin-top: 0;
      }
    
        .gallery-thumbs .swiper-slide,  
        .video-thumbs .swiper-slide, 
        .popup-gallery-thumbs .swiper-slide {
          width: 100px;
          height: 100px;
          opacity: 1;
        }
      .gallery-thumbs .swiper-slide:hover,
      .video-thumbs .swiper-slide:hover,
      .popup-gallery-thumbs .swiper-slide:hover {
                  cursor: pointer;
                }
    
        .gallery-thumbs .swiper-slide-thumb-active, .video-thumbs .swiper-slide-thumb-active {
          opacity: 1;
        } 

        .video-button {
          text-align: center;
          margin-top: 30px;
        }
.instruction {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 70px;
}
.instruction a {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #555;
  width: 272px;
  padding: 10px;

  border-radius: 10px;
  border: 2px solid #3B4D7B
}
.instruction a:hover {
  color: #3B4D7B;
}
@media (min-width: 600px ) {
  .instruction {
    flex-direction: row;
    gap: 30px;
}
}
/*accordion*/
  .accordeon_title {
    font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 600;
      line-height: 36.4px;
      text-align: left;
      color: #000;
  }
.arrow_toggle {
  display: inline-block;
  position: relative;
  padding-right: 101px;
  cursor: pointer;
}

.arrow_toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  /*margin-top: -13px;*/
  right: 0px;
  width: 32px;
  height: 32px;
  background: url('/wp-content/themes/santo/static/img/general/chevron-right.svg') center center no-repeat;
  transition: all 0.3s ease;
}

.hero__short_description p {
  font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.hero__short_description p strong {
  font-weight: 600;
}
.accordeon_title.show .arrow_toggle::after {

  transform: rotate(-180deg);
}

.accordeon_content p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #202636;
}

.accordeon_content h3, .accordeon_content strong {
  font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #202636;
}


        .swiper {
          width: 100%;
          height: 100%;
        }
    
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
          flex-shrink: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
    
        .swiper-slide a {
          display: block;
          width: fit-content;
          height: 100%;
        }
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
    
        .swiper {
          width: 100%;
          height: 300px;
          margin-left: auto;
          margin-right: auto;
        }
    
                .swiper-slide {
                  text-align: center;
                  font-size: 18px;
                  background: #fff;
                  /* Center slide text vertically */
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  -webkit-justify-content: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center;
                }
    
        .mySwiper2 {
          height: 80%;
          width: 100%;
        }
    
        .mySwiper {
          height: 20%;
          box-sizing: border-box;
          padding: 10px 0;
        }
    
        .video-thumbs .swiper-slide {
          width: 100px!important;
          height: 100px;
          opacity: 1;
        }
    
        .mySwiper .swiper-slide-thumb-active {
          opacity: 1;
        }
        .popup_modal_img .swiper-slide img {
max-width: 500px;
  height: auto;
        }
.widget-video-block-youtube .swiper-slide img {
  max-width: 500px;
  height: auto;
}
        
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
               .gallery-top .swiper-slide img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
                }

.hidden {
  display: none!important;
}
/**/
#video-popup {
  display: none;
}
#video-popup.active {
  display: block;
}
.popup-open {
  position: relative;
  overflow: hidden
}

.popup-wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: -10;
  background: rgba(29, 29, 27, .33)
}

.popup-wrap.active {
  display: block;
  z-index: 1000
}
.popup-wrap button {
  border: none;
  background: #fff;
}

.popup-wrap button svg {
  fill: #000;
 width: 30px;
 height: 30px;
}

.popup-wrap-inside {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 20px
}

@media screen and (max-width: 920px) {
  .popup-wrap-inside {
    padding: 20px 10px
  }
}

.popup {
  padding: 80px;
  position: relative;
  width: 480px;
  max-width: 100%;
  border-radius: 16px;
  background: #fff
}

@media screen and (max-width: 920px) {
  .popup {
    padding: 60px 16px 48px
  }
}

@media screen and (max-width: 420px) {
  .popup {
    padding: 48px 12px
  }
}

.popup--w1500 {
  width: 100%;
  max-width: 1360px;
}

.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px
}

@media screen and (max-width: 420px) {
  .popup__close {
    top: 12px;
    right: 12px
  }
}

.popup__close svg {
  width: 100%;
  height: auto
}

.video_slider_container {
  margin: 0 auto;
display: flex;
flex-direction: column;
align-items: start;
max-width: 1218px;
}


.product-photo-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}


/*video*/

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*modal container w1500*/
  .modal .w1500.modal-dialog {
    width: 100%;
    max-width: 100%;
  }
@media (min-width:1500px) {
  .modal .w1500.modal-dialog {
      width: 1418px;
      max-width: 1418px;
    }
}

.distributors_btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;

}
a.video {
  position: relative;
}
a.video::before {
  content: '';
    display: block;
    position: absolute;
    top:40%;
    left: 45%;
    width: 64px;
    height: 64px;
    background: url('/wp-content/themes/santo/static/img/general/logo_youtube_icon.png') center center no-repeat;
    transition: all 0.3s ease;
  }

    @media (max-height: 767px) {
      .contacts__card {
        top: 60%;
      }
    }
  
    @media (min-height: 768px) {
      .contacts__card {
        top: 50%;
      }
    }
.mobile-video-button {
  display: block;
  text-align: center;
}
    @media (min-width: 599px) {
      .mobile-video-button{
        display: none;
      }
    }


    
/*export*/
.export .section {
  background-color: transparent;
  margin-bottom: 100px;
}
@media (max-width:900px) {
  .export .section {
      margin-bottom: 70px;
    }
  .export .advantages__section {
      margin-bottom: 0!important;
    }
}

.container.container_extended {
  max-width: 1360px;
}
.no_pad {
  padding: 0!important;
}
.section {
  padding: 0!important;
}

.section h2 {
font-size: 48px;
font-weight: 800;
line-height: 57.6px;
text-align: left;
color: #202636;
}
@media (max-width: 600px) {
  .section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
  }
  
}
.section p {
font-size: 24px;
font-weight: 400;
line-height: 28.8px;
text-align: left;
margin-bottom: 24px;
color: #797F8F;

}

@media (max-width: 600px) {
  .section p {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
  }
}
.hero__section {
  position: relative;
}

.hero__section .hero__content {
  position:relative; 
  margin-left:auto; 
  right:0;
  margin-top: -100px;
  max-width: 1084px;
  right: 0;
  padding: 10px 24px;
  background: linear-gradient(91.54deg, #304374 4.59%, #597DD9 124.35%);
  color: #fff;
  border-radius: 8px;
}
@media (max-width:600px) {
  .hero__section .hero__content {
      margin: -40px 15px 0 15px;
    }
  
}

.hero__content .hero__desc {
  max-width: 660px;
}

.hero__content .hero__desc p {
font-size: 24px;
font-style: italic;
font-weight: 500;
line-height: 31.2px;
text-align: left;
color: #fff;

}
@media (max-width: 600px) {

  .hero__content .hero__desc p {
      font-size: 20px;
      font-style: italic;
      font-weight: 500;
      line-height: 26px;
      text-align: left;
  }
  
}

.hero__content h4 {
font-size: 28px;
font-weight: 500;
line-height: 42px;
text-align: left;
color: #fff;

}

.hero__content h6 {
font-size: 18px;
font-style: italic;
font-weight: 500;
line-height: 27px;
text-align: left;
color: #fff;

}

.advantages__section {

}
.advantages__section .advantages_slider {
  display: block;
  margin-bottom: 100px;
}

.advantages__section .advantages_slider .advantage__item.with_bg {
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
}
.advantages__section .advantages_slider .advantage__item {
  position: relative;
  width: 100%;
}
.advantages__section .advantages_slider .advantage__item.with_bg .img {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.advantages__section .advantages_slider .advantage__item p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 10px;
  font-size: 20px;
}
.advantages__section .advantages_slider .advantage__item.with_bg p {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 10px;
}
.advantages__section .advantages_slider .advantage__item.with_bg:hover {
  cursor: pointer;
}

.advantages__section .advantages_slider .advantage__item.with_bg:hover p {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #2F4273;
  border: 3px solid #2F4273;
  border-radius: 10px;
  font-size: 20px;
}

@media (min-width: 900px ) {
.advantages__section .advantages_slider {
  display: none;
} 
}

.advantages__section .swiper-pagination-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  align-items: stretch;
}
.advantages__section .swpr-buttons {
  display: inline-flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  height: auto;
  justify-content: flex-end;
  margin-left: 9px;
}
.advantages__section .swpr-buttons .swiper-button-prev,
.advantages__section .swpr-buttons .swiper-button-next {
  position: relative;
  width: 30px;
  height: 30px;
  color: #F7963E;

}
.advantages__section .swpr-buttons .swiper-button-prev:after,
.advantages__section .swpr-buttons .swiper-button-next:after {
  width: 30px;
  height: 28px;
  border: 1px solid #797F8F;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
}

.advantages__section .advantages_slider .swiper-pagination {
  display: block;
  position: relative;
  text-align: left;
}

.advantages__section .advantages_slider .swiper-pagination.swiper-pagination-fraction {
    font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      letter-spacing: 0.02em;
      text-align: left;
      color: #797F8F;
}

.advantages__section .advantages_slider .swiper-pagination-current {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #F7963E;
}
.advantages__section .advantages_slider .swiper-pagination-total {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #797F8F;
}

.advantages__container {
  display: none;
}
@media (min-width: 900px)  {
    .advantages__container {
      display: grid;
    }
}
.advantages__container {
  
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  }
  
  .advantage__item:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
  .advantage__item:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
  .advantage__item:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
  .advantage__item:nth-child(4) { grid-area: 2 / 2 / 3 / 4; }

.advantage__item {
  background-color: #fff;
  color: #2F4273;
  padding: 20px;
  border: 3px solid #2F4273;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 264px;
}
.advantage__item.with_bg {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  flex-direction: row;
  color: #fff !important;;
  background: linear-gradient(283.17deg, #2F4273 60.04%, #597DD9 99.21%);
  border: none;
}

.social__item {
  margin: 0 auto;
}

.advantage__item p {
  margin: 10px;
font-size: 24px;
font-weight: 500;
line-height: 36px;
letter-spacing: 0.02em;
text-align: left;
color: inherit;

}

.advantage__item:nth-child(2) {
  background-color: #f0f4ff;
  color: #000;
}

.advantage__item:nth-child(3) {
  background-color: #f0f4ff;
  color: #000;
}

.export-teaser__img {

  margin-bottom: 70px;
}
.export__section .about-teaser__desc p strong {
  color: #606573;
}


.partners_grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 649px;
  
}
@media (max-width: 900px ) {
  .partners_grid_container {
      display: flex;
      flex-direction: column-reverse;
    }
}
.partners-teaser__img  {
  height: 100%;
  width: 100%;
  position: relative;
}
.partners-teaser__img img {
  position: absolute;
width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners__section h2 {
  color: #fff;
}
.partners__section .partners-teaser__content {
width: 100%;  
margin: 0;
padding: 30px 0 30px 100px; 
color:#fff;
background: linear-gradient(115.47deg, #597DD9 0%, #2F4273 100%);

}

@media (max-width: 600px) {
  .partners__section .partners-teaser__content {
    background: linear-gradient(307.64deg, #2E4172 47.45%, #2E4172 72%, #526BA9 82.61%);
    padding: 15px;
  }

  .partners-teaser__img {
    height: 370px;
  }

}

@media (max-width: 900px) {
   
      .partners-teaser__img {
        height: 450px;
      }

}

.partners__section .partners-teaser__content p {
  max-width: 482px;
  color: #fff;
  
}

.promo__section .polpharma__desc {
  margin-left: 40px;
  padding-left: 20px;
  border-left: 4px solid #F7963E;
}
.promo__section .polpharma__desc p {
font-size: 24px;
font-weight: 400;
line-height: 36px;
text-align: left;
margin-bottom: 0;
}
@media (max-width: 600px) {
  .promo__section .polpharma__desc {
      margin-left: 0;
    }
  .promo__section .polpharma__desc p {
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left;
  }
}

.contacts__section .polpharma {
  min-height: 360px;
  background:url('/wp-content/themes/santo/static/img/new/contacts_section_bg_image.png') no-repeat 100% 100%, linear-gradient(284.7deg, #2E4172 44.11%, #526BA9 95.45%);
  border-radius: 20px;
  padding: 50px 80px;
}
@media (max-width: 600px) {
  .contacts__section .polpharma {
  background: url('/wp-content/themes/santo/static/img/new/contacts_section_bg_image_mobile.png') no-repeat 100% 100%, linear-gradient(285.3deg, #2E4172 74.27%, #526BA9 96.73%);
      padding: 50px 20px;
    }
  
}
.contacts__section p {
max-width: 849px;  
font-size: 32px;
font-weight: 400;
line-height: 48px;
text-align: left;
color: #fff;
}

@media (max-width: 600px ) {
  .contacts__section p {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
  }
  
}

.cooperation__section p {
font-size: 20px;
font-weight: 400;
line-height: 24px;
text-align: left;

}

.cooperation__section a {

font-size: 28px;
font-style: italic;
font-weight: 500;
line-height: 33.6px;
text-align: left;
color: #1A52E8;
margin-bottom: 30px;
  
  }

.cooperation__models_section.section {
  background: linear-gradient(289.94deg, #2E4172 40.76%, #526BA9 85.53%);
  padding: 70px 0!important;
}
.cooperation__models_section h2 {
  text-align: center!important;
    font-size: 44px;
    font-weight: 800;
    line-height: 52.8px;
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
}
@media (max-width: 600px) {
  .cooperation__models_section h2 { 
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
  
}
.cooperation__models_section .cooperation_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 900px ) {
  .cooperation__models_section .cooperation_container {
      grid-template-columns: 1fr;
    }
}
.cooperation__models_section .cooperation_items {
  border-top: 3px solid #C4C4C4;
  border-bottom: 3px solid #C4C4C4;
  padding: 40px 0;
}
.cooperation__models_section .cooperation_items p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .cooperation__models_section .cooperation_items {
      border-top: unset;
      padding-top: 0;
  }
  
}

    .pb-md-10,
    .py-md-10 {
      padding-bottom: 10  rem !important;
    }
    @media (min-width: 768px) {
    .pb-md-10, .py-md-10 {
      padding-bottom: 10rem !important;
    }
  }
    /*header*/
   
    .header__container {
      max-width: 100%;
    }
    @media (min-width: 1550px) {
      .header__container {
        max-width: 95%;
      }
    }
/*.navigation {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}*/    
@media (min-width: 1250px) {
  .navigation__link {
    font-size: 1rem;
    padding: 0 .5vw;
  }
  
}
@media (min-width: 1400px) {
  .navigation__link {
    font-size: 1.125rem;
  }
  
}
@media (min-width: 1450px) {
  .navigation__link {
    padding: 0 .5vw;
  }
  
}
@media (min-width: 1650px) {
  .navigation__link {
    font-size: 1.125rem;
    padding: 0 1.2vw;
  }
  
}
.burger {
  display: block;
}
@media (min-width: 1251px) {
  .burger {
    display: none;
  }
}
.navigation {
	display: none;
}
@media (min-width: 1251px) {
  .navigation {
    display: flex;
  }
}
/*footer*/
.footer__top
.navigation.--light {
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1250px) {
.footer__top .navigation__link::after {
	content: none;
}
.footer__top .navigation.--light .navigation__link.--active {
  color: #F68B1F;
}
}

@media (min-width: 1250px) {
  .footer__top .navigation.--light {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/*etics items*/
.etic-links .etic-links-item {
  min-height: 226px!important;
  margin-bottom: 10px;
}

.etic-links .etic-link {
	aspect-ratio: unset!important;
	height: 100%;
}