
/*grid START*/

.pages-grid {
  font-size: 0;
  margin: 0 -15px;
}

.pg-col {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 14px;
}

.pg-col-2 {
  width: calc(50% - 30px);
}

.pg-col-3 {
  width: calc(33.333333% - 30px);
}

.pg-col-4 {
  width: calc(25% - 30px);
}

.pg-col-5 {
  width: calc(20% - 30px);
}

.pg-col-6 {
  width: calc(16.666666% - 30px);
}

/*grid END*/

/*about*/

.about-banner {
  padding: 15px 0 75px;
  color: #FFF;
  background: url('./images/1.jpg')no-repeat center top / cover;
}

.about-bread-crumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style:none;
}

.about-bread-crumbs a {
  font-size: 15px;
  color: #0060a9;
}

.about-banner__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.about-nav {
  margin-bottom: 100px;
}

.about-nav__link {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  color: #0060a9;
  text-decoration: none;
  border-bottom: 1px dashed #0060a9;
  margin-bottom: 10px;
  margin-right: 25px;
  cursor: pointer;
}

.about-nav__link:last-child {
  margin-right: 0;
}

.about-nav__link:hover {
  font-size: 15px;
  color: #0060a9;
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.about-banner__text {
  max-width: 850px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 55px;
}

.about-banner__quote {
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-style: italic;
  padding: 25px 0 35px 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.about__work-principles {
  position: relative;
  padding: 55px 0 30px;
  color: #000;
}

.about__work-principles .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__work-principles__inner {
  width: 50%;
}

.about__work-principles__text {
  max-width: 620px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.about__work-principles__list {
  padding: 0;
  margin: 0;
  list-style:none;
}

.about__work-principles__list li {
  position: relative;
  padding-left: 42px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #0060a9;
  margin-bottom: 30px;
}

.about__work-principles__list li:last-child {
  margin-bottom: 0;
}

.about__work-principles__list li:before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: -2px;
  left: 0;
  background: url('./images/ico-list.png')no-repeat left center;
}

.about__work-principles__wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -22px;
}

.about__work-principles__item {
  width: calc(50% - 11px);
  padding: 22px;
  border: 1px solid #d2d8db;
  margin-bottom: 22px;
}

.about__work-principles__item-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0060a9;
  text-transform: uppercase;
  font-weight: 700;
}

.about__work-principles__item-text {
  font-size: 14px;
  line-height: 20px;
}

.about-history {
  position: relative;
  padding: 45px 0 50px;
  background: #eef1f4;
}

.about-history__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-history__header-info {
  width: calc(100% - 335px);
  padding-right: 25px;
}

.about-history__text {
  max-width: 1000px;
  font-size: 16px;
  line-height: 24px;
}

.about-history__header-date {
  width: 335px;
  padding-left: 65px;
  padding-right: 25px;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  color: #0060a9;
  background: url('./about-history-logo.png')no-repeat left 8px;
}

.about-history__wrap-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  border-top: 1px solid #ccd3d8;
  border-bottom: 1px solid #ccd3d8;
  margin-top: 50px;
}

.about-history__prev,
.about-history__next {
  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;
  width: 70px;
  background: #eef1f4;
  border-left: 1px solid #ccd3d8;
  border-right: 1px solid #ccd3d8;
  cursor: pointer;
}

.about-history__prev svg,
.about-history__next svg {
  width: 40px;
  height: 40px;
}

.about-history__prev:hover svg polyline,
.about-history__next:hover svg polyline {
  stroke: #0060a9;
}

.about-history__slider {
  width: calc(100% - 140px);
}

.about-history__slide {
  padding: 40px 50px 15px;
}

.about-history__slide-text strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-history__slide-text {
  font-size: 15px;
  line-height: 20px;
}

.about-content {
  position: relative;
  color: #000;
  padding-top: 60px;
  margin-bottom: 50px;
}

.about-content img {
  width: 100%;
}

.about-content__item:last-child {
  margin-bottom: 0;
}

.about-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.about-content__inner {
  width: 50%;
}

.about-content__inner:first-child {
  padding-right: 35px;
}

.about-content__title,
.about-history__title,
.about__work-principles__title,
.presentations-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.about-content__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.about-content__text p {
  margin: 0;
  padding: 0;
}

.about-content__text:last-child {
  margin-bottom: 0;
}

.video-section {
  position: relative;
}

.video-section__header {
  margin-bottom: 35px;
  color: #000;
}

.video-section__header-title {
  font-size: 20px;
  font-weight: 700;
  margin-right: 35px;
}

.you-tube-link {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #b62326;
}

.you-tube-link:before {
  display: block;
  position: absolute;
  content: '';
  width: 22px;
  height: 16px;
  top: 4px;
  left: 0px;
  background: url('./images/youtube.png')no-repeat center center / contain;
}

.video-section__item {
  margin-bottom: 25px;
}

.video-section__link {
  position: relative;
  display: block;
  height: 245px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
}

.video-section__link:before {
  display: block;
  position: absolute;
  content: '';
  width: 46px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -23px;
  background: url('./images/youtube.png')no-repeat center center / contain;
  opacity: .8;
}

.video-section__link:hover:before {
  opacity: .6;
}

.video-section__text {
  color: #000;
}

.separator-line {
  font-size: 0;
  margin: 40px 0;
}

.separator-line hr {
  height: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #ccc;
}

.presentations-section {
  position: relative;
  margin-bottom: 80px;
}

.presentations-section__wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.presentations-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-right: 85px;
  margin-bottom: 25px;
}

.presentations-section__item:last-child {
  margin-right: 0;
}

.presentations-section__img {
  width: 75px;
}

.presentations-section__img img {
  width: 100%;
}

.presentations-section__info {
  width: calc(100% - 75px);
  padding: 10px 0 0 24px;
}

.presentations-section__link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #0060a9;
  font-weight: 400;
  margin-bottom: 15px;
}

.presentations-section__label {
  display: inline-block;
  vertical-align: top;
  padding: 2px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  margin-right: 5px;
  background: #ee2e2e;
  font-size: 11px;
  line-height: 1;
}

.presentations-section__name {
  display: inline-block;
  vertical-align: top;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.anchor--static {
  position: relative;
}

/*---MEDIA---*/

/*----------------------------------------1200--*/

@media only screen and (max-width:1200px) {
  /*about*/
  .about__work-principles__inner:nth-child(1) {
    width: 40%;
  }
  .about__work-principles__inner:nth-child(2) {
    width: 60%;
  }
  .about-content__item {
    margin-bottom: 45px;
  }
  .video-section__link {
    height: 170px;
  }
}

/*----------------------------------------1023--*/

@media only screen and (max-width:1023px) {
  .pg-col-4 {
    width: calc(50% - 30px);
  }
  /*about*/
  .about-nav,
  .about-banner__text {
    margin-bottom: 30px;
  }
  .about-banner {
    padding-bottom: 30px;
  }
  .about-banner__quote {
    padding: 15px 0 25px 25px;
  }
  .about__work-principles__inner:nth-child(1),
  .about__work-principles__inner:nth-child(2) {
    width: 100%;
  }
  .about__work-principles__inner:nth-child(1) {
    margin-bottom: 40px;
  }
  .about-history__slide {
    padding: 25px;
  }
  .about-content__inner {
    width: 100%;
  }
  .about-content__item:nth-child(odd) .about-content__inner:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
  .about-content__item:nth-child(even) .about-content__inner:nth-child(1) {
    margin-bottom: 30px;
  }
  .about-content__inner {
    padding: 0 !important;
  }
  .presentations-section__wrap-items {
    margin: 0 -15px;
  }
  .presentations-section__item {
    max-width: initial;
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

/*----------------------------------------739--*/

@media only screen and (max-width:739px) {
  .pg-col-4 {
    width: calc(100% - 30px);
  }
  /*about*/
  .about__work-principles__item {
    width: 100%;
  }
  .about-history__header-info {
    width: 100%;
    padding: 0;
  }
  .about-history__header-date {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .about-history__wrap-slider {
    margin-top: 30px;
    border: 1px solid #ccd3d8;
  }
  .about-history__slider {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about-history__slide {
    padding: 20px;
  }
  .about-history__prev,
  .about-history__next {
    width: 50%;
    height: 40px;
    border: none;
    border-top: 1px solid #ccd3d8;
  }

  .about-history__prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .about-history__next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .about-history__prev svg,
  .about-history__next svg {
    width: 30px;
    height: 30px;
  }

  .about__work-principles,
  .about-history,
  .about-content {
    padding: 30px 0;
  }
  .about-content {
    margin-bottom: 30px;
  }
  .video-section__header-title {
    display: block;
    margin-bottom: 20px;
  }
  .presentations-section__img {
    width: 100px;
  }
  .presentations-section__info {
    width: calc(100% - 100px);
    padding: 0 0 0 10px;
  }
  .presentations-section__item {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
