.bold {
  font-weight: 700;
}
.block-about {
  background: url(../img/aboutBG.jpg) center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-about .container .block-about__body {
  display: flex;
}

@media (max-width: 767px) {
  .block-about {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .block-about .container .block-about__body {
    flex-direction: column;
  }
}
.block-about .container .block-about__body .block-about__img {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  width: 50%;
  flex-shrink: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .block-about .container .block-about__body .block-about__img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.block-about .container .block-about__body .block-about__img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -1px;
}
.block-about .container .block-about__body .block-about__text {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .block-about .container .block-about__body .block-about__text {
    text-align: center;
    padding-left: 0;
  }
}
.block-about .container .block-about__body .block-about__text .block-about__text--main {
  font-size: 27px;
  line-height: 113.13%;
  margin-bottom: 20px;
  max-width: 475px;
  /* or 31px */
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .block-about .container .block-about__body .block-about__text .block-about__text--main {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-about .container .block-about__body .block-about__text .block-about__text--simple {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .block-about .container .block-about__body .block-about__text .block-about__text--simple {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-about .container .block-about__body .block-about__text .block-about__listTitle {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  /* identical to box height */
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.block-about .container .block-about__body .block-about__text .block-about__list {
  list-style: none;
  padding: 0;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .block-about .container .block-about__body .block-about__text .block-about__list {
    max-width: 310px;
    margin: auto;
    text-align: left;
  }
}
.block-about .container .block-about__body .block-about__text .block-about__list li {
  font-size: 16px;
  line-height: 113.13%;
  /* or 18px */
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 25px;
  font-weight: 300;
}
.block-about .container .block-about__body .block-about__text .block-about__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 20px;
  background: url(../img/greenLine.svg) center no-repeat;
}
.block-video__wrapper {
  overflow: hidden;
  padding-left: 0;
}
.block-video__slide-numbers {
  z-index: 1;
}
.block-video__preview-slides {
  opacity: 0 !important;
}
.block-video__slide a {
  bottom: 0;
  top: 0;
}
.block-video__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-photo {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 120px;
}

@media screen and (max-width: 767px) {
    .block-photo {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 40px;
    }
}

.block-photo__title {
    margin-top: 40px;
    padding-left: 100px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .block-photo__title {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .block-photo__title {
        padding-left: 0;
    }
}

.block-photo__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 77px;
    margin-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width: 991px) {
    .block-photo__list {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .block-photo__list {
        padding-left: 0;
        padding-right: 0;
        margin-top: 50px;
    }
}

.block-photo__item {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    background: none;
    text-align: left;
    -webkit-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
    line-height: 0;
}

@media screen and (max-width: 1219px) {
    .block-photo__item {
        -webkit-flex: 0 0 31%;
        flex: 0 0 31%;
        width: 31%;
    }
}

@media screen and (max-width: 575px) {
    .block-photo__item {
        -webkit-flex-basis: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
    }
}

.block-photo__item:nth-child(n+4) {
    margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
    .block-photo__item:nth-child(n+4) {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .block-photo__item:nth-child(n+3) {
        margin-top: 50px;
    }
}

.block-photo__item:focus {
    outline: none;
    box-shadow: white 0 0 0 2px, #DC0000 0 0 0 4px;
}

.block-photo__item::before {
    content: '';
    position: absolute;
    top: 36%;
    left: 50%;
    width: 180px;
    height: 144px;
    background: #000000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 1219px) {
    .block-photo__item::before {
        width: 120px;
        height: 100px;
    }
}

@media screen and (max-width: 991px) {
    .block-photo__item::before {
        width: 90px;
        height: 70px;
    }
}

.block-photo__item._fullsize {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
}

.block-photo__img {
    position: relative;
    display: inline-block;
}

.block-photo__mask {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    background-repeat: no-repeat;
    background-position: bottom 18px right 19px;
    transition: opacity 0.3s;
    opacity: 0;
    overflow: hidden;
    font-weight: 300;
    line-height: 1.11;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    color: #fff;
}

.block-photo__mask._icon {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='30' viewBox='0 0 28 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4913 12.228C23.4913 18.7143 18.3355 23.956 11.9957 23.956C5.65578 23.956 0.5 18.7143 0.5 12.228C0.5 5.74172 5.65578 0.5 11.9957 0.5C18.3355 0.5 23.4913 5.74172 23.4913 12.228Z' stroke='white'/%3E%3Cpath d='M11.5457 7.18408V12.2791H12.5457V7.18408H11.5457ZM11.5457 12.2791V17.3741H12.5457V12.2791H11.5457ZM12.0457 12.7791H17.0439V11.7791H12.0457V12.7791ZM12.0457 11.7791H7.04749V12.7791H12.0457V11.7791Z' fill='white'/%3E%3Cpath d='M19.0026 20.8672L26 28.0002' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.block-photo__text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0.7rem;
}

@media screen and (max-width: 991px) {
    .block-photo__text {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-top: 1rem;
    }
}

.block-photo__name {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0px;
    font-weight: bold;
    line-height: 1.8;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .block-photo__name {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 767px) {
    .block-photo__name {
        font-size: 1.1rem;
    }
}

.block-photo__name span {
    display: block;
    margin-top: 7px;
    font-weight: normal;
    line-height: 1.16;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.block-photo__num {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: bold;
    line-height: 1.13;
    font-size: 3.75rem;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E4E4E4;
}

@media screen and (max-width: 767px) {
    .block-photo__num {
        font-size: 2.5rem;
        color: #cbcbcb;
    }
}

.block-photo__item-desc {
    padding-left: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.16667;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.block-photo__btn-wrapper {
    margin-top: 3rem;
    text-align: center;
}

.block-photo__btn {
    padding: 1.2rem 3rem;
}

.block-photo._keys .block-photo__title {
    padding-left: 300px;
}

@media screen and (max-width: 1219px) {
    .block-photo._keys .block-photo__title {
        padding-left: 22%;
    }
}

@media screen and (max-width: 767px) {
    .block-photo._keys .block-photo__title {
        padding-left: 0;
    }
}

.block-photo._reaper {
    padding-top: 7rem;
    padding-bottom: 12.6rem;
}

.block-photo._reaper .block-photo__num {
    color: rgba(0, 0, 0, 0.15);
}

.block-photo__img:hover .block-photo__mask {
    opacity: 1;
}
