/*items - begin*/
.items-block {
    background-color: #1f4c9b;
    border-radius: 30px;
    padding: 30px 0;
}

.items {
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
}

@media (max-width: 991px) {
    .items-block {
        border-radius: 20px;
    }
}

.mtm {
    margin-top: -100px;
}

.items h6 {
    color: #fff;
    margin-top: 18px;
}

@media (max-width: 450px) {
    .items h6 {
        font-size: 16px;
    }
}

.item {
    width: 33.333%;
    border-right: 1px solid rgba(255,255,255,0.4);
    text-align: center;
    padding: 0 15px;
    margin-top: 25px;
}

.item:last-child {
    border-right: 0;
}

@media (max-width: 600px) {
    .item {
        width: 100%;
        border-right: 0;
        border-top: 1px solid rgba(255,255,255,0.4);
        margin-top: 18px;
        padding-top: 25px;
    }
    .item:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .items {
        margin-top: -22px;
    }
    .item br {
        display: none;
    }
}

.item__icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 450px), (min-width: 600px) and (max-width: 767px) {
    .item__icon {
        height: 50px;
    }
    .item h6 {
        font-size: 15px;
        margin-top: 22px;
    }
}

.item__icon img {
    max-height: 100%;
}
/*items - end*/

.what-img {
    position: absolute;
    z-index: 1;
    max-width: none;
    bottom: 0;
    right: -27%;
    min-height: 82%;
}

@media(max-width: 1050px) {
    .what-img {
        right: -31%;
    }
}

@media(max-width: 991px) {
    .what-img {
        min-height: 68%;
        right: -40%;
    }
}

@media(max-width: 767px) {
    .what-img {
        max-height: 500px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -75px;
    }
}

/*blocks on front page - begin*/
.col-flex__img2 {
  position: absolute;
  max-height: 160%;
  top: 51%;
  transform: translateY(-50%);
  left: 23%;
}

.block1:first-child {
    margin-top: 50px;
}

@media(max-width: 1260px) {
  .col-flex__img2 {
    min-height: auto;
    width: 55%;
    left: 32%;
    top: auto;
    transform: none;
    bottom: -10px;
  }
  .block1:first-child {
    margin-top: 0;
  }
}

@media(max-width: 991px) {
  .col-flex__img2 {
    width: 37%;
    bottom: auto;
    top: -15px;
  }
}

@media(max-width: 767px) {
    .col-flex__img2 {
        left: auto;
        right: 0;
        width: 29%;
        bottom: 10px;
        top: auto;
    }
}
/*blocks on front page - end*/

/*cites - begin*/
.cites__line {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 22px;
}

.cites__line:first-child {
    margin-top: 0;
}

.cites__text {
    width: 10%;
    flex: 1 1;
    padding-left: 20px;
}

@media(max-width: 991px) {
    .cites__line img {
        max-width: 35px;
    }
    .cites__text {
        padding-left: 12px;
    }
}

.cites__text p {
    margin-top: 7px;
}

.cites__text .cite__author {
    margin-top: 2px;
}

.cites__text p:first-child {
    margin-top: 0;
}

.cites-pl {
    padding-left: 70px;
}

@media(max-width: 991px) {
    .cites-pl {
        padding-left: 0;
    }
}

@media(min-width: 767px) and (max-width: 991px) {
    .cites-pl .btn__link {
        font-size: 14px;
    }
}
/*cites - end*/