.alert-descr {
  padding: 50px 0;
  background-color: #fafafa;
}

.alert-descr__block p {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.5rem;
  padding: 10px 0;
  color: #161616;
}

.alert {
  margin: 50px 0;
  padding: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFDC3A;
}

.alert__icon {
  margin-right: 5%;
}

.alert__icon .icon {
  width: 48px;
  height: 48px;
}

.alert__text {
  width: 100%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.8rem;
  color: #161616;
}

.alert__btn-link {
  padding: 20px 40px;
  background-color: #ffffff;
  color: #161616;
  cursor: pointer;
  margin-left: 5%;
}

.alert__btn-link:hover {
  background-color: #fafafa;
}

@media (max-width: 768px) {
  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0;
    padding: 50px 10px;
    text-align: center;
  }
  .alert__btn-link {
    margin: 30px 0 0 0;
  }
  .alert__icon {
    margin-right: 0;
  }
  .alert__text {
    margin-top: 30px;
    max-width: 600px;
  }
}

.about-posts {
  padding: 100px 0;
}

.about-posts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-post {
  width: 33%;
  padding: 0 10px;
}

.about-post__top {
  position: relative;
}

.about-post__top img {
  width: 100%;
}

.about-post__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-post__icon {
  min-width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFDC3A;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.2);
}

.about-post__icon .icon {
  width: 28px;
  height: 28px;
}

.about-post__content {
  padding: 0 0 0 25px;
}

.about-post__title {
  font-size: 25px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  color: #161616;
  letter-spacing: -1px;
}

.about-post__text {
  font-size: 17px;
  line-height: 1.5rem;
  color: #161616;
  font-weight: 300;
  margin-top: 15px;
}

.facts {
  background-color: #fafafa;
  padding: 100px 0 0px 0;
}

.facts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facts__content {
  width: 48%;
}

.facts__tite {
  font-size: 35px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  color: #161616;
  letter-spacing: -1px;
}

.facts__tite:after {
  content: '';
  background-image: url("../img/o-nas/about-us-icon2-150x9.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 189px;
  height: 8px;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}

.facts__subtitle {
  font-size: 21px;
  line-height: 1.5rem;
  color: #161616;
  font-weight: 400;
}

.facts__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facts__block {
  width: 48%;
}

.facts__link {
  padding: 25px 52px;
  display: block;
  background-color: #FFDC3A;
  max-width: 251px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 600;
  color: #161616;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.facts__link:hover {
  background-color: #ffd000;
}

.facts__img {
  width: 48%;
}

.facts__img img {
  width: 100%;
}

.facts .fact {
  font-size: 14px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 600;
  color: #161616;
  letter-spacing: -1px;
  padding: 10px 0 10px 15px;
  line-height: 1.5rem;
  position: relative;
}

.facts .fact:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background-color: #FFDC3A;
  position: absolute;
  top: 18px;
  left: 0;
}

.alert-descr {
  padding: 0;
}

.alert-descr .alert {
  margin: 0;
  background-color: #ffffff;
  z-index: 5;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.alert-descr .alert__btn-link {
  background-color: #FFDC3A;
  cursor: pointer;
}

.alert-descr .alert__btn-link:hover {
  background-color: #ffd000;
}

.o-nac-bottom {
  margin: 0;
  z-index: -1;
}

.o-nac-bottom__link {
  margin-top: 80px;
  font-size: 35px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  color: #FFDC3A;
  letter-spacing: -1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-nac-bottom__link .icon {
  margin-right: 20px;
  width: 45px;
  height: 45px;
  fill: #FFDC3A;
}

.o-nac-bottom__link:hover {
  color: #ffd000;
  cursor: pointer;
}

.o-nac-bottom__link:hover .icon {
  fill: #ffd000;
}

@media (max-width: 1124px) {
  .about-posts__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-post {
    margin-bottom: 50px;
    width: 50%;
  }
  .about-post:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .facts__content {
    width: 100%;
  }
  .facts__img {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .about-post {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .about-post {
    position: relative;
  }
  .about-post__icon {
    position: absolute;
    top: 0;
    right: 10px;
    min-width: 0;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .about-post__icon .icon {
    width: 15px;
    height: 15px;
  }
  .about-post__content {
    margin-top: 10px;
    padding: 0;
  }
  .about-posts {
    padding: 20px 0;
  }
  .facts__block {
    width: 100%;
  }
  .facts__block .fact {
    padding: 5px 0 5px 15px;
  }
  .facts {
    padding: 30px 0 0 0;
  }
  .facts__tite {
    font-size: 30px;
  }
  .facts__link {
    margin: 30px auto 0 auto;
  }
  .o-nac-bottom__link {
    font-size: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o-nac-bottom__link .icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/*# sourceMappingURL=o-nas.css.map */