

/* Start:/documents/css/docs.css?17530887659726*/
h1.content__title{
  /* max-width: 830px !important; */
  /* margin-bottom: 24px !important; */
}
p.content__subtitle{
  max-width: 609px !important;
}
@media(max-width: 768px){
  h1.content__title{
    margin-bottom: 16px !important;
  }
}


.inner-content{
  display: flex;
  justify-content: space-between;
}
.inner-content__block.inner-content__block-sidebar{
  min-width: 420px;
  width: 420px;
  margin-right: 33px;
}
.inner-content__block.inner-content__block-sidebar h2{
  margin-top: 0;
  margin-bottom: 32px;
}
.inner-content__block.inner-content__block-main{
  flex-grow: 1;
}

.custom-inner-page h2{
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 800px;
  letter-spacing: -0.03em;
}

.custom-inner-page p{
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 800px;
}

.custom-inner-page span.note-text{
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: var(--site-grey-color);
  margin-top: 12px;
  max-width: 380px;
}

.docs-images{
  display: flex;
  justify-content: flex-end;
}

.docs-images-item{
  max-width: 250px;
}

.docs-images-item:not(:last-child){
  margin-right: 65px;
}

@media(max-width: 1260px){
  .inner-content{
    flex-direction: column;
  }
  .docs-images{
    justify-content: flex-start;
  }
  .inner-content__block + .inner-content__block{
    margin-top: 30px;
  }
  .inner-content__block.inner-content__block-sidebar {
    min-width: unset;
    width: unset;
    margin-right: unset;
  }
  .custom-inner-page span.note-text{
    max-width: unset;
  }
}

@media(max-width: 840px){
  .docs-images{
    overflow-x: scroll;
    margin: 0 -40px;
    padding: 0 40px;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .docs-images::-webkit-scrollbar{
    display: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
  .docs-images-item{
    min-width: 250px;
  }

  .docs-images-item:not(:last-child){
    margin-right: 15px;
  }
  .docs{
    margin-top: 32px;
  }
  .inner-content__block.inner-content__block-sidebar h2 {
    margin-bottom: 12px;
  }
  .custom-inner-page p {
    margin-top: unset;
    margin-bottom: 40px;
  }
  .custom-inner-page span.note-text {
    font-size: 16px;
  }
  .inner-content__block + .inner-content__block {
    margin-top: 24px;
  }
}

.white-box a,
.white-box a:visited{
  border-color: var(--site-accent-color);
}

.white-box a:hover,
.white-box a:visited:hover{
  border-color: transparent;
}

.docs .blue-box{
  margin: 120px -40px;
  padding: 78px 40px;
}

.docs-sliders{
  display: flex;
  justify-content: space-between;
}

.docs-sliders-pictures{
  max-width: 450px;
  margin-left: 60px;
  margin-top: -40px;
  width: 50%;
}

.blue-box .docs-sliders-pictures .swiper-button-next:not(.swiper-button-disabled)::before {
  background: linear-gradient(270deg,rgba(13, 46, 145,.4) 0,rgba(13, 46, 145,0) 100%);
}

.blue-box .docs-sliders-pictures .swiper-button-prev:not(.swiper-button-disabled)::before {
  background: linear-gradient(90deg,rgba(13, 46, 145,.4) 0,rgba(13, 46, 145,0) 100%);
}

.docs-sliders.docs-sliders--license h3{
  margin-bottom: 36px;
}

.docs-sliders.docs-sliders--license p{
  margin: 36px 0;
}

.docs-sliders.docs-sliders--license a.g-button{
  margin-top: auto;
}

.docs-sliders.docs-sliders--license .swiper-slide img{
  border: 3px solid #DEDEDE;
}

.swiper-slide{
  padding: 33px 26px;
}

.swiper-slide div{
  margin-top: 18px;
  color: var(--site-grey-color);
  font-size: 15px;
  line-height: 1.4;
}

.docs-sliders-pictures .swiper-button-next::after{
  transform: translateY(-14px);
}

.docs-sliders-pictures .swiper-button-prev::after {
  transform: translateY(-14px) rotate(180deg);
}

.blue-box .g-button-border-white + .g-button-border-white{
  margin-left: 10px;
}

.docs-sliders + .docs-sliders{
  margin-top: 22px;
}

.docs-sliders + .docs-sliders .docs-sliders-pictures{
  margin-top: -7px;
}

.docs-sliders-info-btns{
  display: flex;
}

.docs-sliders-info{
  min-width: 490px;
}

@media(max-width: 1150px){
  .docs-sliders-info{
    max-width: 50%;
    min-width: unset;
  }
}

@media(max-width: 1024px){
  .docs-sliders .swiper-button-next{
    right: 0;
  }
  .docs-sliders .swiper-button-prev{
    left: 0;
  }
  .docs-sliders-pictures{
    margin-left: 20px;
  }
  .docs-sliders-info{
    min-width: 50%;
    width: 50%;
  }
}

@media(max-width: 960px){
  .docs-sliders{
    flex-direction: column;
  }
  .docs-sliders-pictures{
    margin: unset;
    margin-top: 24px;
  }
  .swiper-button-prev,
  .swiper-button-next{
    display: none !important;
  }
  .docs-sliders .swiper{
    overflow: visible;
  }
  .swiper-slide {
    padding: unset;
  }
  .docs-sliders-info {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .custom-inner-page .docs-sliders p{
    margin-bottom: 24px;
  }
  .docs-sliders + .docs-sliders .docs-sliders-pictures {
    margin-top: 24px;
  }

  .docs-sliders.docs-sliders--license h3{
    margin-bottom: 19px;
  }

  .docs-sliders.docs-sliders--license p{
    margin: 20px 0;
  }

  .docs-sliders.docs-sliders--license a.g-button{
    margin-top: 10px;
  }
}

@media(max-width: 520px){
  .docs-sliders-info-btns{
    display: unset;
  }

  .blue-box .g-button-border-white + .g-button-border-white{
    margin-left: unset;
    margin-top: 15px;
  }

  .docs-sliders .g-button-border-white:first-child{
    min-width: 100%;
  }
}

@media(max-width: 415px){
  .docs .blue-box{
    margin: 85px -20px;
    padding: 40px 20px;
  }
  .docs-sliders + .docs-sliders {
    margin-top: 45px;
  }
}

.white-box .docs-sliders-pictures .swiper-button-next:not(.swiper-button-disabled)::before {
  background: linear-gradient(270deg,rgba(255, 255, 255,.4) 0,rgba(255, 255, 255,0) 100%);
}

.white-box .docs-sliders-pictures .swiper-button-prev:not(.swiper-button-disabled)::before {
  background: linear-gradient(90deg,rgba(255, 255, 255,.4) 0,rgba(255, 255, 255,0) 100%);
}

.docs .white-box{
  padding: 60px 40px 28px;
}

.custom-inner-page h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.docs-sliders-info-images{
  margin-top: 50px;
}

.docs-sliders-info-images .row{
  display: flex;
  align-items: center;
}

.docs-sliders-info-images .row + .row{
  margin-top: 30px;
}

.docs-sliders-info-images .row:nth-child(1) img:nth-child(1){
  max-width: 160px;
  margin-right: 40px;
}

.docs-sliders-info-images .row:nth-child(1) img:nth-child(2){
  max-width: 160px;
  margin-right: 40px;
}

.docs-sliders-info-images .row:nth-child(1) img:nth-child(3){
  max-width: 66px;
}

.docs-sliders-info-images .row:nth-child(2) img:nth-child(1){
  max-width: 160px;
  margin-right: 40px;
}

.docs-sliders-info-images .row:nth-child(2) img:nth-child(2){
  max-width: 160px;
}

.docs-sliders-info-images .row:nth-child(3) img:nth-child(1){
  max-width: 275px;
  margin-right: 40px;
}

.docs-sliders-info-images .row:nth-child(3) img:nth-child(2){
  max-width: 166px;
}

.swiper.swiper-association{
  max-width: 400px;
}

.swiper.swiper-association .swiper-slide{
  margin-top: auto;
  margin-bottom: auto;
}

.swiper a{
  border: none !important;
}


@media(max-width: 1024px){
  .docs-sliders-info-images {
    margin-top: 62px;
  }

  .docs-sliders-info-images .row:nth-child(1) img:nth-child(1),
  .docs-sliders-info-images .row:nth-child(1) img:nth-child(2),
  .docs-sliders-info-images .row:nth-child(2) img:nth-child(1),
  .docs-sliders-info-images .row:nth-child(3) img:nth-child(1){
    margin-right: 20px;
  }
}


@media(max-width: 960px){
  .docs .white-box{
    margin: 0 -40px;
  }

  .docs-sliders-info-images{
    overflow-x: scroll;
    margin: 0 -40px;
    padding: 0 40px;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .docs-sliders-info-images::-webkit-scrollbar{
    display: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
  .docs-sliders-info-images .row:nth-child(1) img:nth-child(1),
  .docs-sliders-info-images .row:nth-child(1) img:nth-child(2),
  .docs-sliders-info-images .row:nth-child(2) img:nth-child(1),
  .docs-sliders-info-images .row:nth-child(3) img:nth-child(1){
    margin-right: 40px;
  }
  .custom-inner-page h3 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.84px;
    margin-bottom: 20px;
  }
}

@media(max-width: 415px){
  .docs .white-box{
    padding: 40px 20px;
    margin: 0 -20px;
  }

  .docs-sliders-info-images{
    margin: 0 -20px;
    padding: 0 20px;
  }
  .custom-inner-page .white-box h3{
    padding-right: 8px;
  }
}


.awards .docs-sliders-pictures .swiper-button-next:not(.swiper-button-disabled)::before {
  background: linear-gradient(270deg,rgba(240, 245, 248,.4) 0,rgba(240, 245, 248,0) 100%);
}

.awards .docs-sliders-pictures .swiper-button-prev:not(.swiper-button-disabled)::before {
  background: linear-gradient(90deg,rgba(240, 245, 248,.4) 0,rgba(240, 245, 248,0) 100%);
}

.awards{
  margin-top: 120px;
}

.swiper.swiper-awards .swiper-slide{
  margin-top: auto;
  margin-bottom: auto;
}

.swiper.swiper-awards{
  max-width: 400px;
}

@media(max-width: 960px){
  .custom-inner-page h2 {
    margin-bottom: 20px;
    max-width: 290px;
  }

  .awards .docs-sliders-pictures{
    margin-top: 0;
  }

  .swiper.swiper-awards .swiper-slide div{
    padding-right: 20px;
  }

  .awards{
    margin-top: 80px;
  }
}

/* End */
/* /documents/css/docs.css?17530887659726 */
