@charset "utf-8";

/* О нас */
main {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
}
section.main::before,
section.principle::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #F3F3F3;
}
section.main > .container,
section.beginning > .container,
section.principle > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.numbering {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32.5%;
  background-color: #F3F3F3;
  padding-top: 60px;
  padding-bottom: 67px;
}
.numbering__body {
  width: 255px;
  height: 100%;
  position: relative;
}
.numbering__body-count {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #232323;
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 46px;
}
.numbering__body-count-header {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.numbering__body-count-header span.title {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  white-space: nowrap; 
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  opacity: 0.3;
  transform: rotate(-90deg);
  transform-origin: top right;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: top right;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: top right;
  -o-transform: rotate(-90deg);
  -o-transform-origin: top right;
  position: absolute;
  top: 32px;
}
.numbering__body-count-header span.number,
.experience__title .number {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 75px;
  opacity: 0.2;
  -webkit-text-stroke: 2px #5E5E5E;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
}
section.main .numbering__body-count-header span.number {
  width: 77px;
  text-indent: -27px;
}
section.main .numbering__body-count-header span.title {
  left: 15px;
}
section.beginning .numbering__body-count-header span.title {
  right: 140px;
}
.numbering__body-count-footer {
  margin-top: auto;
  padding-left: 15px;
}
.numbering__body-count-footer h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #F1B72F;
  margin-top: 0;
  margin-bottom: 5px;
}
.numbering__body-count-footer h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #C5C5C5;
  margin-top: 0;
  margin-bottom: 0;
}
.numbering__body-border {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  border: 1px solid #F1B72F;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 0;
}
.content {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 67.5%;
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 67px;
}
section.main .content {
  -webkit-align-items: center;
  align-items: center;
}
section.main .content img.olga {
  margin-top: 33px;
  margin-bottom: 46px;
  margin-left: -155px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.content__body h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 14px;
}
.content__body h2 span {
  color: #F1B72F;
}
.content__body p {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
  max-width: 555px;
}

section.beginning {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.beginning::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #F3F3F3;
}
section.beginning .numbering__body {
  margin-left: auto;
}
section.beginning .numbering__body-count-header span.number {
  width: 114px;
  margin-left: auto;
  -webkit-text-stroke: 2px #5E5E5E;
}
section.beginning .numbering__body-border {
  left: unset;
  right: 10px;
}
.timeline {
  width: 100%;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 50px;
  position: relative;
}
.timeline li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-height: 74px;
  color: #232323;
}
.timeline div.line {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2px;
  height: 21px;
  background-color: #F1B72F;
  position: absolute;
  left: 61px;
}
.timeline_year {
  width: 63px;
  font-family: 'SF Pro Display';
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-right: solid 2px #F3F3F3;
  padding-right: 6px;
}
.timeline li:first-of-type .timeline_year span,
.timeline li:hover .timeline_year span {
  color: #F1B72F;
}
.timeline li.nohover:first-of-type .timeline_year span {
  color: #232323;
}
.timeline li.nohover:hover .timeline_year span {
  color: #F1B72F;
}
.timeline_content {
  padding-left: 10px;
  padding-bottom: 20px;
  width: calc(100% - 63px);
}
.timeline li:last-of-type .timeline_content {
  padding-bottom: 0;
}
.timeline_content b {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.timeline li:first-of-type .timeline_content b,
.timeline li:hover .timeline_content b {
  color: #F1B72F;
}
.timeline li.nohover:first-of-type .timeline_content b {
  color: #232323;
}
.timeline li.nohover:hover .timeline_content b {
  color: #F1B72F;
}
.timeline_content p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 0;
}

section.experience {
  background-color: #232323;
}
section.experience ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 85%;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-image: url(../img/about/experience.png);
  background-repeat: no-repeat;
  background-position-x: right;
}
section.experience ul li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 56px;
  border-left: solid 1px rgba(94, 94, 94, .2);
}
section.experience ul li:last-of-type {
  border-left: none;
  padding-right: 74px;
}
.experience__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 75px;
  position: relative;
  margin-bottom: 10px;
}
.experience__title .number {
  -webkit-text-stroke: 2px #5E5E5E;
  position: absolute;
  text-indent: -10px;
}
.experience__title .title {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #ffffff;
  opacity: 0.3;
}
.experience_data {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  padding-top: 17px;
  margin-top: auto;
}
.experience_data::before {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #F1B72F;
  position: absolute;
  top: 0;
  left: -1px;
}
.experience_data h3 {
  font-family: SF Pro Display;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #F1B72F;
  margin-top: 0;
  margin-bottom: 10px;
}
.experience_data h3 span {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}


section.principle {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.principle .numbering__body-count-header span.title {
  left: -115px;
}
section.principle .numbering__body-count-header span.number {
  width: 99px;
  text-indent: -30px;
}
section.principle .content {
  padding-left: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.principle .content > p {
  /* font-style: italic; */
  /* font-weight: 500; */
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  margin-top: 0;
  margin-bottom: 20px;
}
.principle_steps {
  list-style: none;
  margin-top: 0;
  margin-bottom: 33px;
  padding-left: 0;
}
.principle_steps li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.principle_step {
  width: 25px;
  font-family: SF Pro Display;
  font-weight: 800;
  font-size: 26px;
  line-height: 24px;
  color: #232323;
  padding-right: 10px;
  border-right: solid 2px #F3F3F3;
}
.principle_content {
  padding-left: 7px;
  position: relative;
  padding-bottom: 24px;
}
.principle_steps li:last-of-type .principle_content {
  padding-bottom: 0;
}
.principle_content b {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #F1B72F;
}
.principle_content b::before {
  content: '';
  width: 2px;
  height: 23px;
  background-color: #F1B72F;
  position: absolute;
  top: 0;
  left: -2px;
}
.principle_content p {
  font-size: 16px;
  line-height: 22px;
  color: #5E5E5E;
  margin-top: 5px;
  margin-bottom: 0;
}

section.customers {
  background-color: #232323;
}
.customers__logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 33px;
  overflow: hidden;
}
.customers__logos.owl-carousel.owl-drag .owl-item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
}
.customer {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.customer img {
  width: auto;
}
.customers__logos_all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 33px;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.customers__logos_all::-webkit-scrollbar {
  display: none;
}

section.reviews {
  padding-top: 40px;
  padding-bottom: 80px;
}
section.reviews > .container {
  overflow: hidden;
}
section.reviews > .container > h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #232323;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
section.reviews > .container > h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F1B72F;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.reviews__carousel {
  padding-top: 55px;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.review {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 100%;
}
.review::before {
  content: '';
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 30px;
  background-image: url(../img/about/q.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: 0px;
}
.review__body {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 14px rgba(29, 38, 72, 0.1);
  -moz-box-shadow: 4px 4px 14px rgba(29, 38, 72, 0.1);
  box-shadow: 4px 4px 14px rgba(29, 38, 72, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.review__body h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #232323;
  margin-top: 0;
  margin-bottom: 10px;
}
.review__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #232323;
}
.review__text b {
  font-weight: 600;
}
.review__btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 2px solid #F1B72F;
  padding: 10px 20px;
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #232323;
  cursor: pointer;
}
.review__btn svg {
  stroke: #F1B72F;
  margin-left: 10px;
}
.review__btn:hover {
  background-color: #F1B72F;
  color: #ffffff;
}
.review__btn:hover svg {
  stroke: #ffffff;
}
.reviews__carousel.owl-carousel .owl-nav .owl-prev,
.reviews__carousel.owl-carousel .owl-nav .owl-next {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background-color: #F1B72F;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.reviews__carousel.owl-carousel .owl-nav .owl-prev {
  left: -80px;
}
.reviews__carousel.owl-carousel .owl-nav .owl-next {
  right: -80px;
}
.reviews__carousel.owl-carousel .owl-nav .owl-prev svg,
.reviews__carousel.owl-carousel .owl-nav .owl-next svg {
  fill: #ffffff;
}
.reviews__carousel.owl-carousel .owl-nav .owl-prev:hover svg,
.reviews__carousel.owl-carousel .owl-nav .owl-next:hover svg {
  fill: #232323;
}
.reviews__carousel .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.reviews__carousel .owl-dot {
  width: 11px;
  height: 11px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: #E2E1E1;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.reviews__carousel .owl-dot.active {
  background-color: #F1B72F;
}
.reviews__carousel.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 991px) {
  .timeline li {
    min-height: 90px;
  }
}

@media screen and (max-width: 575px) {
  .timeline {
    padding-right: 0;
  }
  .timeline li {
    min-height: 74px;
  }
}

@media screen and (max-width: 414px) {
  .timeline li {
    min-height: 90px;
  }
}

@media screen and (max-width: 375px) {
  .timeline li {
    min-height: 107px;
  }
}