.screens-hero-overline {
  margin-bottom: 16px;
}
@media screen and (max-width: 764px) {
  .screens-overline {
    display: none;
  }
}
.screens-card-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain!important;
}
.screens-imgWrapper {
  background-color: #fff;
}
.screens-card-item:not(:last-child) {
  margin-right: 32px;
}
.screen-img {
  width: 334px;
  height: auto;
  margin-bottom: 104px;
  margin-left: 32px;
  margin-right: 32px;
}

.screen-overline {
  margin-bottom: 16px;
  color: var(--primary-accent-color);
  display: flex;
  justify-content: space-evenly;
  position: relative;
}

.card-content-partners {
  min-height:300px;
  max-height:300px;
}

.hero-content .actions .btn {
  width: calc(75% - 32px);
  max-width: 370px;
}

.container .optional-heading .sup-accent {
  vertical-align:super;
}

.optional-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.screens-optional .optional-description{
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #1F1656;
}

@media screen and (min-width: 768px) {
  .screen-overline {
    margin-top: 200px;
  }
  .screens-optional .optional-description{
    margin-top: 700px;
  }
  .screens-ceo-mom .optional-description {  
    position: relative;
    bottom: 85px;
  }
}
.screens-ceo-mom .optional-description {
  font-family: "Source Sans Pro" sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: var(--primary-dark-color);
  text-transform: initial;
}
@media screen and (max-width: 720px) {
  .optional-wrapper {
    flex-direction: column;
  }
  .optional-description {
    position: static;
  }
}
/* .screen-overline::before, .screen-overline::after{
  content: "Suitable with";
  display: block;
  width: 400px;
  height: auto;
  font-family: "Source Sans Pro" sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: var(--primary-dark-color);
  text-transform: initial;
  position: absolute;
  top: -475px;
  left: 0;
}
.screen-overline::after{
  content: "of the material";
  left: 65%;
} */
.screen-accent {
  color: var(--primary-accent-color);
  margin-bottom: 56px;
}
/* add adaptive styles */

.screens-ceo-mom {
  background-image: url("../../../images/landing/screens/holo-simulator.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  /* по макету высота секции 1695 */
  max-height: 850px;

  overflow-y: hidden;
}
@media screen and (max-width:1199px) {
  .screens-ceo-mom {
    max-height: 2225px;
  }
}
.screens-ceo-mom-btn {
  margin: 56px 0 112px;
}
@media screen and (max-width: 720px) {
  .screens-ceo-mom-btn {
    margin: 0;
  }
}
/* add adaptive styles */
/* *{outline: 1px solid red;} */
.screens-ceo-mom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35%;
  text-align: left;
  transform: translateY(-61%);
}
@media screen and (max-width: 1199px) {
  .screens-ceo-mom-grid {
    grid-column-gap: 5%;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 720px) {
  .screens-ceo-mom-grid {
    display: flex;
    flex-direction: column;
  }
}
.screens-ceo-mom-left {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 200px;
}
.screens-ceo-mom-right {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  margin-top: 250px;
}
@media screen and (max-width: 720px) {
  .screens-ceo-mom-left,
  .screens-ceo-mom-right {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    grid-row-gap: 56px;
  }
}
.screens-ceo-mom-grid-title {
  margin-bottom: 16px;
}

.screens-ceo-mom-grid li span {
  color: var(--primary-accent-color);
}

#features-slider {
  max-width: 100%;
}

#features-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #EFFA0E;
}
.screens-swiper-pagination{
  text-align: center;
}

@media screen and (min-width: 1200px){
  #features-slider {
    max-width: 840px;
  }
}


#features-slider .screens-card-item {
  width: 400px;
  color: #1F1656;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (max-width: 720px) {
  #features-slider .screens-card-item {
    width: 320px;
    color: #1F1656;
    border-radius: 16px;
    overflow: hidden;
  }
}
#features-slider .card-title{
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.29;
}

#features-slider a:not(.link){
  text-decoration: none;
  color: inherit;
}
#features-slider .card-description{
  margin-bottom: 48px;
}
@media screen and (min-width: 1200px) {
  #features-slider{
    position: absolute;
    right: 5%;
  }
}



@media screen and (max-width: 1199px) {
  .feature .twoColumnsBlock{
    flex-direction: column;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    /* left: -25%; */
    width: 100%;
  }

  .feature .twoColumnsBlock-content{
    max-width: 800px;
  }
}

.swiper-button-next, .swiper-button-prev{
  background-image: none;
}
@media screen and (min-width: 1199px) {
  .weTrust .twoColumnsBlock-content{
    max-width: 24vw;
  }
}


