.info-card__short-description ul {
    max-width: 59%;
    min-height: 145px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
}

.info-card__short-description ul {
    margin-bottom: 25px;
}
.info-card__short-description ul li:not(:last-child) {
    margin-bottom: 12px;
}

.info-card__short-description ul li {
    position: relative;
    padding-left: 22px;
    list-style-type: none;
}


.info-card__short-description ul li::before {
    position: absolute;
    top: 12px;
    left: 5px;
    content: "";
    width: 5px;
    height: 5px;
    background-color: currentColor;
}

.info-card__short-description {
    min-height: 160px;
}

.feedback__picture {
    height: 609px;
}
@media (min-width:768px) {
    .price-card--best .label-best {
        right: -2px;
    }
}



@media (max-width: 767px){
    .info-card__short-description ul{
        max-width: 100%;
        min-height: auto;
        font-size: 16px;
        line-height: 1.2;
    }

    .info-card__short-description ul {
        margin-bottom: 30px;
    }

    .banner-title-fix {
        font-size:42px !important;
    }

    .banner-subtitle-fix {
        font-size:30px !important;
    }

    .compare-table {
        display: none;
    }
    
}

.blog-item__title {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss04' on, 'liga' off;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.blog__short-description {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss04' on;
    color: #1E1E1E;
    margin-bottom: 47px;
    max-width: 55%;
}


.blog-detail__author {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss04' on;
    margin-left: 9px;
    margin-bottom: 19px;
}

.blog-detail__author .gray {
    color: #1E1E1E;
    opacity: 0.5;
}


.blog-detail__author .black {
    color: #1E1E1E;
}

.blog-text-content img{
    border-radius: 20px;
    /*margin: 0 auto;*/ /*uncomment to make img on center */
}

.blog-text-content ul {
    opacity: 0.8;
}
.blog-detail__read-more {
    text-decoration: none;
}
.blog-detail__read-more-btn {
    cursor: pointer;
    width: 157px;
    height: 44px;
    left: 0px;
    top: 488px;
    background: #ECEBEA;
    border-radius: 15px;
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 124%;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss04' on, 'ss05' on, 'liga' off;
    color: #1E1E1E;
    padding: 14px 20px;
    text-decoration: none;
}

.blog-detail__read-more-btn:hover {
    background: #dddddd;
}
#blog-list .info-card__title-wrapper{
    max-width: 60%;
}
.info-card__img img {
    min-height: 100%;
}



@media (max-width: 767px) {
    #blog-list .info-card__title-wrapper{
        max-width: 100%;
    }
    .blog__short-description {
        max-width: 100%;
    }
    .blog-card__img img{
        top: 0 !important;
    }
    #blog-list {
        padding: 9px;
    }
}

.text_block h2{
    font-weight: 400;
    font-size: 48px;
}

.ourteam__block-amount {
    background: #313131;
    width: 37px;
    color: white;
    border-radius: 37px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    font-size: 32px;
    line-height: 38px;
}

.ourteam__block .education-card {
    height:100%;min-height:272px;
    background: white;
    color:#1E1E1E;
}

.ourteam__block .title--h2-adapt {
    margin-bottom: 26px;
  }

  .ourteam__block  .education-card .title--h3 {
    margin-bottom: 4px;
  }

  .ourteam__block  .ourteam-item__description {
    font-weight: 400;
    font-size: 16px;
  }
  
  .intern-item__description {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 44px;
  }
  .wrapper--dark .about-mes__inner {
    background: #313131;
  }

  .intern-card {
    display: block !important;
  }

  .education-card__text.intern-card__text {
    padding: 19px;
  }

  .intern-card__btn {
    width: 195px;
  }

  .intern-text_block h3 {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss04' on, 'liga' off;
    color: #1E1E1E;
    opacity: 0.5;
  }


  .input-file {
	position: relative;
	display: inline-block;
    width: 100%;
}
.input-file span.btn {
    width: 100%;
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
    color: #1E1E1E;
	text-align: center;
	border-radius: 15px;
	background-color: #ECEBEA;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover span {
	background-color: #7c77d4;
}
.input-file:active span {
	background-color: #5751d2;
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}

.cv__btn {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 11px;
}

.btn--grey .btn__content {
    background-color: #ECEBEA;
    color:#1E1E1E;
    transition: color 0.3s;
}

.btn--grey:hover .btn__content{
    color:#fff;
}

.btn--grey .circle-hover {
    background-color: #5751d2;
}

.intro__content a:not(:last-child) {
    margin-bottom: 20px;
}

::-webkit-scrollbar {
    width: 0;
}

.share-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    right: 0;
    display: none;
    background: rgba(0,0,0,0.716);
    z-index: 10;
  }
  
  /* Modal Content */
  .share-modal .modal-content {
    border-radius: 20px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    display: flex;
    width: min(400px,100%);
    background-color: rgba(49, 49, 49,0.5);
    row-gap: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  /* The Close Button */
  .share-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.3s;
    position: absolute;
    text-align: right;
    top: 5px;
    right: 20px;
  }
  .share-modal .btn 
  {
    flex:1;
  }
  .share-modal  .close:hover,
  .share-modal .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

  .invite-a-friend {
    flex-wrap:nowrap;
    gap:10px;
  }

  @media(max-width:450px){
    .invite-a-friend {
        flex-wrap:wrap;
    }
    .invite-a-friend div.btn {
        width:100%;
    }
  }

  .mobile-tabs__controls, .tabs__list.is-active {
    justify-content: center;
  }

  .price-card__title {
    margin-top: 10px;
  }