body {
  background-color: #11111a !important;
  background: #11111a !important;
  color: white;
  /*  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
 */
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#footer > body {
  background-color: #11111a;
  background: #11111a;
  /*  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
   */
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/*@media (min-width: 576px)*/
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

#logo-image > img {
  max-width: 100%;
  max-height: 100%;
}

.logo-mask1 {
  max-width: 100%;
  -webkit-mask-image: linear-gradient(
    270deg,
    #d9d9d9 49.14%,
    rgba(217, 217, 217, 0.31) 79.09%,
    rgba(217, 217, 217, 0) 100%
  );
  mask-image: linear-gradient(
    270deg,
    #d9d9d9 49.14%,
    rgba(217, 217, 217, 0.31) 79.09%,
    rgba(217, 217, 217, 0) 100%
  );
}

.logo-mask2 {
  max-width: 100%;
  -webkit-mask-image: linear-gradient(
    360deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0.54) 20.35%,
    #d9d9d9 44.11%
  );
  mask-image: linear-gradient(
    360deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0.54) 20.35%,
    #d9d9d9 44.11%
  );
}

main > .container {
  padding: 20px 15px 20px;
  max-width: 1440px;
}

.row-main {
  padding-left: 0px;
  padding-right: 0px;
  justify-content: space-between;
  margin-top: -128px;
}

.container-big {
  padding: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  background: #11111a;
}

.container-main {
  padding: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;

  background: linear-gradient(180deg, #1a1a25 0%, #11111a 100%);
  /*  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    */
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*
@media screen and (min-width: 1500px) {
    .main-block {
        margin-left: 10%;
        margin-left: calc((100% - 1320px) * 0.5);
   
    }       
}

@media screen and (min-width: 2000px) {
    .main-block {
        margin-left: 18%;
       
    }       
}
*/

.navbar > .container-fluid {
  padding-top: 0px;
  /*  padding-right: 0px;
    padding-left: 0px;*/
  /*  max-width: 1920px;*/
  /* height: 128px; */
  background: #11111a; /* transparent;*/
  /*
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
 */
}

.navbar > .container {
  padding-top: 0px;
  /*  padding-right: 0px;
    padding-left: 0px;*/
  /*  max-width: 1920px;*/
  /* height: 128px; */
  background: #11111a; /* transparent;*/
  /*
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
 */
}

/*
html:not([data-scrolly='0']) .navbar > .container-fluid {
  background: #11111a;
}
*/
.navbar .nav-link {
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px; 
  line-height: 24px;
}

.navbar .dropdown-menu {
  color: #ffffff;
  background-color: #242431;
}

.navbar .dropdown-item {
  color: #ffffff;
}

.navbar .dropdown-item:hover,
.dropdown-item:focus {
  color: #13b1de;
  background-color: #242431;
}

.footer {
  /*  background-color: #f5f5f5;*/
  background-color: transparent;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.form-group {
  margin-bottom: 1rem;
}
.main {
  color: white;
  background: linear-gradient(180deg, #1a1a25 0%, #11111a 100%);
}
.catalog-ii {
  border-style: solid;
  background: rgba(26, 26, 37, 1);
}
.users-center {
  border-style: solid;
  background: rgba(26, 26, 37, 1);
}
.projects {
  border: none;
  background: rgba(26, 26, 37, 1);
  border-radius: 12px;
  padding-bottom: 5%;
}

.projects-row {
  padding-bottom: 25px;
}

.main-block {
  z-index: 10;
  margin-left: calc((100% - 1320px) * 0.5);
  position: absolute;
  left: 0px;
  top: 30%;
  width: 665px;
  height: 384px;
  /*  background: blue;*/
}

.main-logo {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  /* height: 890px;*/
  max-width: 100%;
  max-height: 100%;
  background-color: blue;
}

.main-header-logo {
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  /*  letter-spacing: -0.035em;*/
  color: #ffffff;
  text-align: left;
  width: 100%;
}

.main-header {
  font-family: IBM Plex Sans;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-align: left;
}

.main-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #d2d2df;
}

.main-text-w {
  font-family: IBM Plex Sans;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #d2d2df;
  width: 100%;
  text-align: left;
}

.card-bg {
  background-color: rgba(26, 26, 37, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border-radius: 8px;
  text-align: center;
  /* margin-top: 5%; */
}

.card-bg:hover {
  background: linear-gradient(255.96deg, rgba(18, 123, 219, 0.48) 0%, rgba(0, 0, 0, 0) 65.07%),
    linear-gradient(0deg, #1a1a25, #1a1a25);
  border-radius: 8px;
}

.card-bg img {
  height: 100%;
}

.mid-header {
  color: #ffffff;
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* letter-spacing: -0.035em;*/
  text-align: left;
}
.footer-header {
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: auto;
}
.footer-text {
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  padding-bottom: 6%;
}
.symbolism-text {
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.symbolism-header-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}
.usage-rules-header {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
.usage-rules-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.usage-rules-under-text {
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.symbolism-header {
  margin-left: 30%;
  padding-right: 20%;
}
.direction-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 2%;
  padding-left: 10px;
}
.direction-textt {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 16;
  font-weight: 400;
  line-height: 24;
  padding: 1%;
}
.footer-about {
  margin-left: 10%;
}
.footer-resurses {
  margin-left: 10%;
}
.footer-projects {
  margin-left: 10%;
}
.education-header-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 64px;
  line-height: 68px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 5%;
}
.swiper-wrapper.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.swiper-wrapper.news .swiper-slide {
  height: initial;
}
.news-wr {
/*  background-image: url('/images/bg-news.png');*/
  background: radial-gradient(
    112.95% 128.52% at 50% -1.91%,
    rgba(17, 17, 26, 0) 71.06%,
    rgba(18, 123, 219, 0.64) 83.49%,
    rgba(197, 225, 251, 0) 100%
  );

  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 128px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.news-header {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}
.news-mid-header {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 1%;
}
.news-main-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(210, 210, 223, 1);
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 1%;
}
.news-card {
  /* background-color: rgba(26, 26, 37, 1); */
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  /* border-radius: 12px; */
  /* margin-top: 5%; */
}
.news-card-info {
  background-color: rgba(26, 26, 37, 1);
  border-radius: 12px;
}
.news-card1 {
  background-color: rgba(26, 26, 37, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 12px;
  margin-top: 5%;
  height: 568px;
  width: 411px;
  padding-left: 10%;
}
.news-text {
  padding-left: 5%;
  padding-top: 5%;
  /* padding-bottom: 5%; */
}
.contacts-text-area-main {
  background: rgba(26, 26, 37, 1);
}
.contacts-text-area {
  background: rgba(50, 50, 63, 1);
  border: 1px solid rgba(50, 50, 63, 1);
}
.center-card {
  background: rgba(26, 26, 37, 1);
  width: 260px;
  height: 150px;
  border: none;
  border-radius: 12px;
  margin-top: 5%;
}
.usage-center-under-header {
  margin-top: 12%;
}
.usage-center-card {
  margin-top: 10%;
}
.function-card {
  background: rgba(26, 26, 37, 1);
  border: none;
  border-radius: 12px;
  padding-bottom: 5%;
}
.catalog {
  border: 2px solid rgba(47, 47, 57, 1);
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  padding-bottom: 64px;
}
.documents-card {
  background: rgba(26, 26, 37, 1);
  /* padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 1%;
  margin-top: 1.5%; */
  border: none;
  text-align: left;
  border-radius: 12px;
}
.documents-card img {
  width: 24px;
  height: 26px;
}
.center-contacts-area {
  background: linear-gradient(146.68deg, rgba(0, 0, 0, 0) 45.46%, rgba(18, 123, 219, 0.6) 100%),
    linear-gradient(0deg, #20202b, #20202b);
  width: 630px;
  height: 140px;
  padding: 2%;
  margin-top: 10%;
}
.CKP-contacts-area {
  background: linear-gradient(146.68deg, rgba(0, 0, 0, 0) 45.46%, rgba(18, 123, 219, 0.6) 100%),
    linear-gradient(0deg, #20202b, #20202b);
  width: 620px;
  height: 150px;
  padding: 2%;
  margin-top: 10%;
  border-radius: 12px;
}
.center-contacts-card {
  background: rgba(26, 26, 37, 1);
  width: 1360px;
  height: 348px;
  border-radius: 12px;
}
.education-directions {
  background: rgba(26, 26, 37, 1);
  border-radius: 12px;
}
.education-under-header {
  padding-bottom: 10%;
}
.documents-links {
  /* background: rgba(47, 47, 57, 1); */
  border: 1px solid rgba(47, 47, 57, 1);
  /* margin-top: 20%; */
  border-radius: 12px;
  padding: 24px;
}
.press-center-card {
  background: linear-gradient(280.71deg, rgba(18, 123, 219, 0.6) 15.91%, rgba(0, 0, 0, 0) 64.09%),
    linear-gradient(0deg, #1a1a25, #1a1a25);
  margin-top: 1%;
  width: 99.5%;
  border: none;
  text-align: left;
  border-radius: 8px;
  text-decoration: none;
  padding-top: 4%;
  padding-left: 4%;
  padding-bottom: 2%;
}
.press-center-img {
  border-radius: 8px;
}
.usage-card {
  background: rgba(26, 26, 37, 1);
  margin-top: 2%;
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-radius: 12px;
  margin-bottom: 7%;
}
.usage-rules-text-area {
  margin-left: 5%;
}
.download-card {
  background: linear-gradient(146.68deg, rgba(0, 0, 0, 0) 45.46%, rgba(18, 123, 219, 0.6) 100%),
    linear-gradient(0deg, #1a1a25, #1a1a25);
  padding: 15%;
  margin-top: 10%;
  border-radius: 12px;
}
.download-card-text {
  margin-top: 3%;
}
.download-card-button {
  background: #11111a;
  border: none;
  border-radius: 12px;
}
.download-card-button-logo {
  background: #11111a;
  border: none;
  border-radius: 12px;
  margin-left: -1%;
}
.ii-platform-card {
  background: rgba(26, 26, 37, 1);
}
.wants-card1 {
  border: 1px solid rgba(47, 47, 57, 1);
  background: rgba(47, 47, 57, 1);
}
.wants-card2 {
  border: 1px solid rgba(47, 47, 57, 1);
  background: rgba(47, 47, 57, 1);
}
.wants-card3 {
  border: 1px solid rgba(47, 47, 57, 1);
  background: linear-gradient(146.68deg, rgba(0, 0, 0, 0) 45.46%, rgba(18, 123, 219, 0.6) 100%),
    linear-gradient(0deg, #20202b, #20202b);
}
.advantages-sost-card {
  border: 1px solid rgba(47, 47, 57, 1);
  background: linear-gradient(146.68deg, rgba(0, 0, 0, 0) 45.46%, rgba(18, 123, 219, 0.6) 100%),
    linear-gradient(0deg, #20202b, #20202b);
}
.advantages-card {
  border: 1px solid rgba(47, 47, 57, 1);
}
.ii-header {
  border: 1px solid rgba(47, 47, 57, 1);
}
.ii-complex {
  border: 1px solid rgba(47, 47, 57, 1);
}
.ii-sfera {
  border: 1px solid rgba(47, 47, 57, 1);
}
.ii-cases {
  border: 1px solid rgba(47, 47, 57, 1);
}
.cases-border {
  border: 1px solid rgba(47, 47, 57, 1);
}
.cases-card {
  border: 1px solid rgba(47, 47, 57, 1);
  background: linear-gradient(146.68deg, rgba(0, 0, 0, 0) 45.46%, rgba(18, 123, 219, 0.6) 100%),
    linear-gradient(0deg, #20202b, #20202b);
}
.ii-possibilities {
  border: 1px solid rgba(47, 47, 57, 1);
}
.ii-platform-possibilities {
  border: 1px solid rgba(47, 47, 57, 1);
}
.ii-EAM {
  border: 1px solid rgba(47, 47, 57, 1);
}

.about-text-box {
  /* padding-top: 10%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 5%; */
}

.about-indicators-box {
  /* padding-top: 5%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 5%; */
}

.grey-line {
  border: 1px solid #2f2f39;
  /* background-color: #2F2F39;*/
  width: 97%;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
.logo-white {
  padding-bottom: 5%;
}

.social-media {
  margin-top: 10%;
}
.slider-card {
  background: rgba(26, 26, 37, 1);
  /* background: rgb(86, 86, 169); */
}
.card-title {
  /*  padding-bottom: 3%;*/
  font-family: IBM Plex Sans;
  font-weight: 400;
  /* font-size: 24px; */
  /* line-height: 32px; */
  color: rgba(255, 255, 255, 1);
}
.card-text {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(210, 210, 223, 1);
}
.card-body {
  background: rgba(26, 26, 37, 1);
  color: white;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.table-custom {
  border: none;
}
.catalog-ii {
  height: 600px;
}
.users-center {
  height: 600px;
}
.education {
  height: 600px;
}
.doc-buttons-row {
  margin-top: 10%;
  /* margin-left: -1%; */
  /* padding-bottom: 3%; */
}
.doc-buttons-row .btn-group input + label.btn {
  color: #fff;
  border-color: #32323f;
}
.doc-buttons-row .btn-group input:checked + label.btn {
  background: linear-gradient(180deg, #13b1de 0%, #0d77cc 100%);
  border: none;
}
.doc-button-row {
  border: none;
  background: rgba(17, 17, 26, 1);
  border-radius: 1000px;
}
.mrg {
  margin-left: 50%;
}
.catalog-text1 {
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}
.catalog-img-ii {
  margin-bottom: 0%;
  margin-top: 0%;
}
.catalog-img-center {
  margin-top: -2%;
}
.catalog-img-education {
  margin-bottom: 4%;
  margin-top: -7.5%;
}
.catalog-button1 {
  margin-top: -20%;
  margin-left: 82%;
}
.catalog-button2 {
  margin-top: -20%;
  margin-left: 82%;
}
.catalog-button3 {
  margin-top: -24%;
  margin-left: 82%;
}
.center-header {
  margin-left: -16%;
  padding: 3%;
}
.slider-header {
  /* padding-top: 50px; */
  padding-bottom: 50px;
}
.slider {
  /* margin-top: 5%;
  padding-bottom: 5%; */
}
.partners-header {
  /* margin-left: 56%;
  padding-bottom: 5%; */
  padding-bottom: 64px;
}
.partners-header-CKP {
  padding: 3%;
  margin-left: 16%;
}
.custom-read-button {
  border: none;
  background: rgba(26, 26, 37, 1);
  width: 106px;
  height: 36px;
  background: url('/images/read-button.png') no-repeat;
  display: inline-block;
}
.custom-read-button:hover {
  background: url('/images/read-button-hover.png') no-repeat;
}
.custom-button-read-all {
  border: none;
  background: rgba(26, 26, 37, 1);
  width: 147px;
  height: 56px;
  background: url('/images/all-news-button.png') no-repeat;
  display: inline-block;
}
.custom-button-read-all:hover {
  background: url('/images/all-news-button-hover.png') no-repeat;
}
.custom-button {
  border: none;
  background: rgba(26, 26, 37, 1);
  background: url('/images/link-button.png') no-repeat;
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 10;
}
.custom-button:hover {
  background: url('/images/link-button-hover.png') no-repeat;
}
.custom-catalog-button {
  border: none;
  /* background: linear-gradient(220.96deg, rgba(18, 123, 219, 0.432) -0.04%, rgba(0, 0, 0, 0) 52.79%),
    linear-gradient(0deg, #20202B, #20202B);     */
  /* width: 40px;
    height: 40px; */
  background: url('/images/default-right-button.png') no-repeat;
  width: 56px;
  height: 56px;
}
.custom-catalog-button:hover {
  background: url('/images/link-button-hover.png') no-repeat;
}
.education-custom-button {
  border: none;
  width: 56px;
  height: 56px;
  background: url('/images/default-right-button.png') no-repeat;
  /* background: linear-gradient(251.94deg, rgba(18, 123, 219, 0.48) 0%, rgba(0, 0, 0, 0) 72.61%),
linear-gradient(0deg, #242431, #242431); */
}
.education-custom-button:hover {
  background: url('/images/link-button-hover.png') no-repeat;
}
.education-custom-download-button {
  border: none;
}
.tg-button {
  border: none;
  width: 56px;
  height: 56px;
  background: url('/images/tg.svg') no-repeat;
}
.tg-button:hover {
  background: url('/images/tg-hover.svg') no-repeat;
}
.vk-button {
  border: none;
  width: 56px;
  height: 56px;
  background: url('/images/vk.svg') no-repeat;
}
.vk-button:hover {
  background: url('/images/vk-hover.svg') no-repeat;
}
.left-button {
  border: none;
  width: 56px;
  height: 56px;
  background: url('/images/left-button.svg') no-repeat;
}
.left-button:hover {
  background: url('/images/left-button-hover.svg') no-repeat;
}
.left-button:disabled {
  background: url('/images/left-button-disabled.svg') no-repeat;
}
.right-button {
  border: none;
  width: 56px;
  height: 56px;
  background: url('/images/right-button.svg') no-repeat;
}
.right-button:hover {
  background: url('/images/right-button-hover.svg') no-repeat;
}
.right-button:disabled {
  background: url('/images/right-button-disabled.svg') no-repeat;
}

.news-button {
  margin-left: 7%;
  /*margin-top: 10%;*/
  /* margin-top: 18%; */
  margin-bottom: 5%;
}
.news-button1 {
  /* margin-left: 7%; */
  /* margin-top: 10%; */
  /* margin-top: 10%; */
}
.news-header {
  margin-left: 28%;
  padding: 3%;
  margin-top: 10%;
}
.main-news-header {
  /* margin-left: 19%;
  padding: 3%;
  margin-top: 10%; */
  padding-bottom: 64px;
}
.news-under-header {
  margin-top: 5%;
}
.all-news {
  /* margin-left: 60%; */
}
.news-date {
  /* margin-left: 77%;
  margin-top: 2%; */
  position: absolute;
  right: 8px;
  top: 4px;
}
.news-body {
  /* margin-top: -10%; */
  /*width: 410px;*/
}
.news-body > img {
  width: 100%;
  object-fit: contain;
}
.date-text {
  font-size: 14px; 
  /* color: white; */
}
.custom-slider-button {
  border: none;
  background: rgba(17, 17, 26, 1);
}
.slider-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.partners-buttons {
  /* margin-left: 77%; */
  position: relative;
}
.catalog-card {
  height: 460px;
  width: 414px;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a25;
  position: relative;
}

.catalog-card:hover {
  background: linear-gradient(220.96deg, rgba(18, 123, 219, 0.432) -0.04%, rgba(0, 0, 0, 0) 52.79%),
    linear-gradient(0deg, #20202b, #20202b);
}

.catalog-card:hover > .catalog-ii-button {
  display: block;
}

.catalog-card-image {
  width: 414px;
  height: 272x;
  opacity: 0.6;
  mask-image: linear-gradient(180deg, #d9d9d9 41.01%, rgba(217, 217, 217, 0) 85%);
}

.catalog-card:hover > .catalog-card-image {
  opacity: 1;
}

.news-card-block {
  margin-top: 5%;
}
.catalog-text {
  margin-top: -72px;
  margin-left: 32px;
}

.catalog-ii-button {
  display: none;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.catalog-ii-button1 {
  margin-left: 83%;
  margin-top: 25%;
}
.catalog-ii-button2 {
  margin-left: 83%;
  margin-top: 19%;
}
.catalog-ii-button3 {
  margin-left: 83%;
  margin-top: 14%;
}
.catalog-ii-button4 {
  margin-left: 83%;
  margin-top: 21%;
}
.catalog-ii-button5 {
  margin-left: 83%;
  margin-top: 27%;
}
.catalog-ii-button6 {
  margin-left: 83%;
  margin-top: 16%;
}
.catalog-ii-button7 {
  margin-left: 83%;
  margin-top: -2%;
}
.catalog-ii-button8 {
  margin-left: 83%;
  margin-top: 14%;
}
.catalog-ii-button9 {
  margin-left: 83%;
  margin-top: 8%;
}
.catalog-ii-button10 {
  margin-left: 83%;
  margin-top: 14%;
}
.catalog-ii-button11 {
  margin-left: 83%;
  margin-top: 14%;
}
.custom-catalog-button {
  border: none;
  /* background: linear-gradient(220.96deg, rgba(18, 123, 219, 0.432) -0.04%, rgba(0, 0, 0, 0) 52.79%),
    linear-gradient(0deg, #20202B, #20202B);     */
  /* width: 40px;
    height: 40px; */
}
.catalog-header-text {
  margin-top: 5%;
}
.catalog-under-header-text {
  margin-top: 5%;
}
.catalog-of-solutions-header {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 64px;
  line-height: 68px;
  color: rgba(255, 255, 255, 1);
  width: 100%;
}
.mid-CKP-func-header {
  font-family: IBM Plex Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  width: 100%;
}
.catalog-border {
  border-bottom: 1px solid rgba(47, 47, 57, 1);
}
.catalog-border1 {
  padding-left: 3%;
  padding-top: 3%;
  padding-bottom: 1%;
}
.catalog-border2 {
  border-left: 2px solid rgba(47, 47, 57, 1);
  /*   padding-left: 6%;
    padding-top: 6%;
    padding-bottom: 4%;
 */
}
.education-header {
  margin-top: 25%;
}
.education-link {
  padding-bottom: 5%;
}
.directions-header {
  padding-top: 2%;
  padding-left: 2%;
  padding-bottom: 1%;
  border-bottom: 1px solid rgba(47, 47, 57, 1);
}
.directions {
  margin-top: 2%;
  margin-left: 2%;
  padding-bottom: 2%;
}
.directions-card {
  padding: 10%;
}
.directions-text {
  margin-top: 10%;
}
.center-catalog-card {
  margin-top: 10%;
  padding-bottom: 5%;
}
.document-card {
  margin-top: 10%;
  border: none;
  border-radius: 12px;
  padding: 5%;
  background: linear-gradient(251.94deg, rgba(18, 123, 219, 0.48) 0%, rgba(0, 0, 0, 0) 72.61%),
    linear-gradient(0deg, #242431, #242431);
}
.document-text {
  padding-top: 5%;
  padding-bottom: 3%;
}
.doc-margin {
  margin-top: 10%;
}
.doc-header {
  border-bottom: 1px solid rgba(47, 47, 57, 1);
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 1%;
}
/* .ed-contact-img{
    background: rgba(40, 40, 53, 1);
    width: 124px;
    height: 124px;
    padding: 34px;
    border-radius: 4px;

} */
.ed-contacts-text {
  margin-left: -15%;
  margin-top: 6%;
}
.ed-catalog-card {
  background: linear-gradient(220.96deg, rgba(18, 123, 219, 0.432) -0.04%, rgba(0, 0, 0, 0) 52.79%),
    linear-gradient(0deg, #20202b, #20202b);
  margin-top: 3%;
  margin-left: 2%;
  margin-bottom: 3%;
  height: 432px;
  width: 400px;
  border-radius: 12px;
}
.education-catalog-card {
  background: linear-gradient(220.96deg, rgba(18, 123, 219, 0.432) -0.04%, rgba(0, 0, 0, 0) 52.79%),
    linear-gradient(0deg, #20202b, #20202b);
  margin-top: 3%;
  margin-left: 2%;
  margin-bottom: 3%;
  height: 444px;
  width: 414px;
  border-radius: 12px;
}
.ed-catalog-text {
  margin-top: -23%;
  padding: 3%;
}
.ed-catalog-button {
  margin-left: 83%;
  margin-top: -2%;
  border: none;
}
.CKP-header {
  margin-top: 10%;
}
.CKP-link {
  margin-top: 30%;
}
.center-card-text {
  padding: 6%;
}
.pyramid-img {
  margin-left: 10%;
  margin-top: 20%;
  padding-bottom: 35%;
}
.CKP-func {
  padding: 5%;
}
.management-card {
  margin-top: 20%;
  padding-bottom: 5%;
}
.managemnt-header {
  margin-top: 5%;
}
.managemnt-header1 {
  margin-top: 5%;
  padding-bottom: 10%;
}
.managemnt-header2 {
  margin-top: 5%;
  padding-bottom: 3%;
}
.management-link {
  margin-top: 128px;
  padding-top: 56px;
}
.custom-photos-button {
  border: none;
  background: rgba(17, 17, 26, 1);
  margin-left: -1%;
  border-radius: 30px;
}
.photos-img {
  padding-bottom: 5%;
}
.photos-card {
  margin-top: 10%;
}
.photos-header {
  padding-top: 5%;
  margin-right: 20%;
}
.photos-under-header {
  padding-top: 2%;
  padding-bottom: 10%;
  margin-right: 20%;
}
.press-center-block1 {
  margin-top: 10%;
}
.press-center-block2 {
  margin-top: 3%;
}
.video-main-card {
  margin-top: 7%;
}
.video-card {
  margin-top: 7%;
}
.video-text {
  padding-top: 5%;
}
.usage-rules-border {
  border-left: 2px solid;
  border-color: rgb(8, 135, 220);
  /* border-color: linear-gradient(180deg, #13B1DE 0%, #0D77CC 100%); */
  padding-left: 5%;
  margin-top: 10%;
}
footer {
  margin-top: 64px;
}
.footer-card {
  /*   margin-top: 10%;
    padding-top: 5%;
 */
  padding-bottom: 10%;
}
.patform-header-img {
  margin-left: -13%;
  margin-top: 40%;
}
.platform-header {
  margin-top: 5%;
  margin-right: 30%;
}
.doc-text {
  /* margin-left: -46%; */
}
.contacts-address {
  background: rgba(26, 26, 37, 1);
  border-radius: 12px;
  /* min-width: 200px;
    min-height: 416px; */
  /* padding: 9%; */
}
.map {
  border-radius: 12px;
}
.map-row {
  margin-top: 10%;
}
.contacts-reference {
  border: 1px solid rgba(50, 50, 63, 1);
  border-radius: 12px;
  /* padding: 6%;
  margin-top: 5%; */
  width: 100%;
}
.contacts-technical-support {
  border: 1px solid rgba(50, 50, 63, 1);
  border-radius: 12px;
  /* padding: 5%;
    padding-bottom: 11%; */
  /* margin-left: 5%;
  margin-top: 5%; */
  width: 100%;
}
.contacts-technical-support-text {
  margin-left: 5%;
  margin-top: 5%;
}
.technical-support-img {
  margin-top: -28%;
  margin-left: -6%;
}
.contacts-technical-support-text1 {
  margin-top: 5%;
}
/* .custom-collapse{
    
    background: rgba(26, 26, 37, 1);
    border-color: rgba(26, 26, 37, 1); 
     width: 110%; 
}
.custom-card-body{
    
} */
.documents-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.documents-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(268.05deg, rgba(18, 123, 219, 0.48) 0%, rgba(0, 0, 0, 0) 80.04%),
    linear-gradient(0deg, #1a1a25, #1a1a25);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.documents-card:hover::after {
  opacity: 1;
}
.documents-card:hover .download-doc-btn {
  height: 60px;
}
.download-doc-btn {
  will-change: height;
  overflow: hidden;
  height: 0px;
  transition: height 0.3s ease-in-out;
  padding-left: 40px;
}
.download-doc-btn button {
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  border: 1px solid #32323f;
  border-radius: 8px;
}
.download-doc-btn button:hover {
  background-color: rgb(40 40 58);
}
.custom-doc-button {
/* position: absolute; */
  border: none;
  text-align: left;
  background: rgba(26, 26, 37, 1);
  width: auto;
}
.catalog-header {
  margin-top: 180px;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  z-index: 10;
  position: relative;
  background: linear-gradient(180deg, #1b1b27 0%, #11111a 100%);
}
.catalog-link {
  margin-top: 10%;
}
.CKP-header-img-card {
  margin-top: 40%;
}
.CKP-header-card {
  margin-top: 5%;
}
.CKP-contacts-img {
  padding: 1%;
}
.education-header-img {
  margin-top: 40%;
}
.card {
  border: none;
  border-radius: 12px;
  background: rgba(26, 26, 37, 1);
  height: 512px;
  width: 360px;
  /* padding-left: 5%;
   padding-right: 5%; */
}
.about-header-text {
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 400px;
  line-height: 32px;
  width: 400px;
  text-align: left;
  padding-left: 10px;
  /*  margin-left: -33%;*/
}
.about-main-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  /*   width: 850px;
    margin-left: 10%;
    */
}
.about-col-img {
  margin-left: 30%;
}
.about-col-text {
  padding-left: 3%;
  padding-right: 5%;
}
.about-numbers {
  /* padding-top: 5%;
  padding-bottom: 15%; */
}
.projects-header {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.projects-text {
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 400px;
  line-height: 24px;
}
.main-page-header-margin {
  padding-bottom: 5%;
}
/* .main-page-header-text{
    font-family: IBM Plex Sans;
    font-weight: 600px;
    font-size: 56px;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
}
.main-page-text{
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(210, 210, 223, 1);
} */
.managemnt-header-text {
  font-family: IBM Plex Sans;
  font-weight: 400px;
  font-size: 64px;
  line-height: 68px;
  color: rgba(255, 255, 255, 1);
}
.managemnt-mid-header-text {
  font-family: IBM Plex Sans;
  font-weight: 400px;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  padding-top: 5%;
}
.managemnt-main-text {
  font-family: IBM Plex Sans;
  font-weight: 400px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(210, 210, 223, 1);
}
.press-center-main-text {
  font-family: IBM Plex Sans;
  font-weight: 500px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}
.logo-text {
  font-family: IBM Plex Sans;
  font-weight: 400px;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
}
.logo-header-text {
  font-family: IBM Plex Sans;
  font-weight: 400px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(210, 210, 223, 1);
}
img.rounded-corners {
  border-radius: 12px;
}
.collapsible {
  background: #11111a;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  padding-top: 2%;
  border-color: rgba(47, 47, 57, 1);
  border-style: solid;
  border-width: 2px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.active,
.collapsible:hover {
  background-color: linear-gradient(0deg, #2f2f39, #2f2f39), linear-gradient(0deg, #1a1a25, #1a1a25);
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: normal;
  float: right;
  font-size: 50px;
  margin-left: 5px;
  margin-top: -6%;
  margin-right: 3%;
}

.active:after {
  /* content: "\2212"; */
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background: rgba(26, 26, 37, 1);
  text-decoration: none;
}
.block {
  background: rgba(36, 36, 49, 1);
  margin-top: 2%;
  padding-top: 2%;
  padding-bottom: 3%;
  padding-left: 2%;
  margin-bottom: 1%;
  border: none;
  border-radius: 8px;
  text-decoration: none;
}
.opposition-header {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-weight: 400px;
  line-height: 44px;
  width: 400px;
  text-align: center;
  margin-top: 3%;
}
.opposition-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 800px;
  line-height: 26px;
}
.opposition-mid-header-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-weight: 400px;
  line-height: 44px;
}
.opposition-mid-header {
  margin-left: 33%;
  margin-top: 10%;
  padding-right: 40%;
  padding-bottom: 5%;
}
.opposition-card-text {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 400px;
  line-height: 32px;
}
.opposition-card-text-blue {
  padding-top: 30px;
  color: rgba(19, 177, 222, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-weight: 500px;
  line-height: 32px;
}
.oppodition-mid-text {
  margin-left: 33%;
  padding-bottom: 20px;
  padding-right: 35%;
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 400px;
  line-height: 24px;
}
.opposition-margin {
  margin-top: 10%;
}
.opposition-img {
  margin-left: 96%;
  margin-top: -5%;
}
.opposition-contacts-card {
  width: 414px;
  background: rgba(26, 26, 37, 1);
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border: none;
  border-radius: 8px;
}
.opposition-doc-card {
  background: rgba(26, 26, 37, 1);
  padding: 20px;
  border: none;
  border-radius: 8px;
}
.opposition-doc-margin {
  margin-top: 2%;
}
input[type='text'],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid;
  border-color: rgba(47, 47, 57, 1);
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  background: #11111a;
  color: white;
}
input[type='submit'] {
  background: linear-gradient(180deg, #13b1de 0%, #0d77cc 100%);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.form-margin {
  margin-top: 3%;
}
a {
  text-decoration: none;
}
.header-number {
  text-align: left;
  color: rgba(210, 210, 223, 1);
  font-style: normal;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 600px;
  line-height: 24px;
  padding-left: 10%;
  margin-top: 5%;
}
.dropdown-line {
  border: 1px solid;
  /* background-color: #2F2F39;*/
  width: 100%;
  height: 1px;

  border-color: rgba(47, 47, 57, 1);
}

.offset-cube-1 {
  margin-left: 2%;
  margin-top: 2%;
  /* background: blue;*/
}

.offset-cube-2 {
  margin-top: 2%;
  /*  background: blueviolet;*/
}

.offset-cube-3 {
  margin-right: 3%;
  margin-top: 2%;
  /*  background: blue;*/
}

.col-lg-35 {
  width: 30%;
}

.cube-bg {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  object-fit: cover;
  /* background: white;*/

  /*  background-image: url("/images/coub2.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
    object-fit: cover;
  */
  /*
    -webkit-mask-image: 
                    radial-gradient(circle at center,
                        rgba(0,0,0,1) 30%, rgba(0,0,0,0) 50%);
                        -webkit-mask-repeat: space;
  
                        position: relative;  
  
  
                        z-index: 1   
*/
}

.cube-ellipse {
  -webkit-clip-path: ellipse(50% 50%);
  clip-path: ellipse(50% 50%);
}

.cube-mask {
  /*  overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;  
    z-index: 2; 
      -webkit-mask-repeat: space;
       mask-repeat: space;
*/
  /*   
   
    -webkit-mask-image: radial-gradient(200.9% 74.8% at 50% 49.92%, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%); 
    mask-image: radial-gradient(200.9% 74.8% at 50% 49.92%, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%); 
    border-radius: 39.9375rem;
    */

  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 65%);
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 65%);

  /*
background: radial-gradient(200.9% 74.8% at 50% 49.92%, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);             
*/
}

.cube-video {
  object-fit: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: 1;
  border-bottom: none;
}
.cube-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: 0.8;
}

.cube-z {
  z-index: 10;
  position: relative;
}

.img-partners {
  padding-left: 5px;
  padding-right: 5px;
}

.logo-video {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.offset-header {
  margin-left: 30%;
}

.header-separator {
  padding-left: 12px;
  padding-right: 12px;
}

.header-inactive {
  color: #6c6c77;
}

/* --------------- */

.container-flex {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

h2 {
  font-size: 32px;
  margin-bottom: 1em;
}

.cards {
  /* display: flex;
  padding: 25px 0px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory; */
  /* -ms-overflow-style: none; IE and Edge */
  /* scrollbar-width: none; Firefox */
}

/* Chrome, Safari and Opera */
.cards::-webkit-scrollbar {
  display: none;
}

.task-card {
  display: flex;
  flex-direction: column;
  /* flex: 0 0 100%; */
  /*  padding: 5px;*/
  color: black;
  background: #1a1a25;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);*/
  scroll-snap-align: start;
  transition: all 0.2s;
  width: 360px;
  /* height: 512px;*/
}

.task-card video {
  /* flex-basis: 40%;
  object-fit: cover; */
}

.task-card:not(:last-child) {
  margin-right: 10px;
}

/*
  .task-card:hover {
    color: white;
    background: red;
  }
  */

.task-card .card-title {
  /*font-size: 20px;*/
  /* color: black;*/
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.task-card .card-content {
  margin: 20px 0;
  max-width: 85%;
}

.task-card .card-link-wrapper {
  margin-top: auto;
}

.task-card .card-link {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: red;
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}

.task-card:hover .card-link {
  background: darkred;
}

/* project card */
.project-card {
  /* display: flex;
  flex-direction: column;
  flex: 0 0 100%; */
  /*  padding: 5px;*/
  color: black;
  background: #1a1a25;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);*/
  scroll-snap-align: start;
  transition: all 0.2s;
  /* width: 413px;
  height: 540px; */
  /* flex-basis: 413px; */
  position: relative;
}

.project-card:not(:last-child) {
  /* margin-right: 10px; */
}

/*
  .task-card:hover {
    color: white;
    background: red;
  }
  */

.project-card .card-title {
  /*font-size: 20px;*/
  /* color: black;*/
  /* color: #ffffff;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 42px; */
  padding: 32px 32px 16px;
}

.project-card .card-content {
  margin: 20px 0;
  max-width: 85%;
}

.project-card .card-link-wrapper {
  margin-top: auto;
}

.project-card .card-link {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: red;
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}

.project-card:hover .card-link {
  background: darkred;
}

.project-card .card-button {
  right: 24px;
  bottom: 24px;
  position: absolute;
}

.project-card .card-img {
  margin-bottom: 0%;
  margin-top: 0%;
}

.card-img img {
  /* object-fit: contain;*/

  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/* cards scroll */
.cards::-webkit-scrollbar {
  height: 12px;
}

.cards::-webkit-scrollbar-thumb,
.cards::-webkit-scrollbar-track {
  border-radius: 92px;
}

.cards::-webkit-scrollbar-thumb {
  background: darkred;
}

.cards::-webkit-scrollbar-track {
  background: #edf2f4;
}

@media (min-width: 500px) {
  .task-card {
    /*  flex-basis: calc(50% - 10px);*/
    flex-basis: 360px;
  }

  .task-card:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 700px) {
  .task-card {
    /*  flex-basis: calc(calc(100% / 3) - 20px);*/
    flex-basis: 360px;
  }

  .task-card:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 1100px) {
  .task-card {
    /* flex-basis: calc(25% - 30px);*/
    flex-basis: 360px;
  }

  .task-card:not(:last-child) {
    margin-right: 20px;
  }
  .project-card:not(:last-child) {
    margin-right: 20px;
  }
}

.catalog-header-bg {
  max-width: 1440px;
  height: 260px;
  background: radial-gradient(
    112.95% 126.11% at 50% 0%,
    rgba(17, 17, 26, 0) 61.22%,
    #127bdb 81.39%,
    #c5e1fb 100%
  );
  /*  padding: 0px, 0px, 132px, 0px;*/
  top: 0px;
  left: 0px;
  margin-left: calc((100% - 1440px) * 0.5);

  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  position: absolute;
}

.catalog-header-image {
  -webkit-mask-image: linear-gradient(180deg, #d9d9d9 51.28%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(180deg, #d9d9d9 51.28%, rgba(217, 217, 217, 0) 100%);
}

#header .dropdown-toggle::after {
  border: 0px;
  background: transparent;
  vertical-align: 0px;
  width: 12px;
  height: 12px;
  background: url('/images/arrow-nav.svg') no-repeat;
}

.catalog-top-offset {
  margin-top: 64px;
}

.catalog-bottom-offset {
  margin-bottom: 128px;
}

.catalog-filter-bg {
  background: #1a1a25;
}

.catalog-filter-text {
  color: #ffffff;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.catalog-filter-count {
  color: #13b1de;
  padding-left: 12px;
}

.catalog-dropdown-toggle {
  border: 0px;
  background: transparent;
  vertical-align: -5px;
  margin-left: 190px;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background: url('/images/arrow-nav.svg') no-repeat;
}

.docs-grid {
  margin-top: 64px;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.docs-pigination {
  margin-top: 64px;
}
.docs-pigination .pagination {
}
.docs-pigination .page-link {
  /* border-radius: 8px;
  font-weight: 600; */
  border: 1px solid #32323f;
  color: #fff;
  background-color: transparent;
}

.docs-pigination .page-item.active .page-link {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.docs-pigination .page-item.disabled .page-link {
  opacity: 0.5;
}
