.golden-bg-gradient, .section-title.yellow .background {
  background: #f6c217;
  background: -moz-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -webkit-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -o-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -ms-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: linear-gradient(to right, #f6c217 0%, #fdd961 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c217', endColorstr='#fdd961', GradientType=1 ); }

.transition-300 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

section.top-title {
  background-image: url("../img/about-us/about-us-top-title-background.jpg"); }
  section.top-title .content-wrap .text {
    line-height: 1.71; }
  section.top-title .categories-menu .category-item {
    height: auto;
    padding-left: 0.5em;
    padding-right: 0.5em; }

section.product-info-block {
  overflow: hidden; }
  section.product-info-block .line4 {
    background-color: #DADADA;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1px;
    height: 100%;
    z-index: -1; }
  section.product-info-block .content {
    display: block; }

section.line-3-end {
  overflow: visible; }
  section.line-3-end .line3 {
    height: 78%; }
  section.line-3-end .line-dot,
  section.line-3-end .dashed-round {
    top: 100%; }

.section-title {
  line-height: 1;
  padding: 2.7em 1.8em;
  text-transform: uppercase;
  position: relative;
  font-family: Saira, serif;
  font-weight: 600;
  width: 100%;
  color: #f7c92b;
  margin-bottom: 3em; }
  .section-title:before {
    background-color: #f7c92b; }
  .section-title .text {
    font-size: 3.65em; }
  .section-title .background {
    position: absolute;
    top: 0;
    left: -40%;
    bottom: 0;
    right: 0;
    z-index: -2; }
  .section-title:before {
    content: "";
    display: block;
    height: 4em;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .section-title.yellow {
    color: #FFFFFF; }
    .section-title.yellow:before {
      background-color: #FFFFFF; }
  .section-title.gray {
    color: #3540a1; }
    .section-title.gray .background {
      background-color: #f0f0f0; }
    .section-title.gray:before {
      background-color: #3540a1; }

section.profile .content {
  padding-top: 3em; }
section.profile .section-title {
  margin-bottom: -2em; }
section.profile .arrowed-text {
  width: 60%; }

.profile-image-desk {
  position: absolute;
  top: 5em;
  right: 0;
  z-index: -1;
  width: 29em; }

.profile-image-mob {
  display: none; }

.padding-content {
  padding: 1.8em; }

.text-part1,
.text-part2 {
  margin-bottom: 1.5em; }

.text-part1 {
  width: 56%; }

.text-part2 {
  width: 60%; }

.profile-subtitle {
  color: #757575;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25em; }

.arrowed-text {
  position: relative;
  margin: 1.5em 0; }

.triangle-left {
  width: 0.3em;
  height: 0.6em;
  position: absolute;
  top: 0.4em;
  left: -0.8em; }
  .triangle-left.gold polygon {
    fill: #F5BF08; }

.svg-triangle-down {
  width: 0.4em;
  height: 0.6em; }
  .svg-triangle-down.gold polygon {
    fill: #F5BF08; }
  .svg-triangle-down.blue polygon {
    fill: #3540a1; }

.technology-block {
  display: -webkit-flex;
  display: flex; }
  .technology-block.image-on-right .image-cell {
    order: 2; }
  .technology-block:nth-of-type(2) .round-border {
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg); }
  .technology-block:nth-of-type(3) .round-border {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(30deg); }
  .technology-block .image-cell {
    width: 37%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 3em 0;
    position: relative; }
  .technology-block .text-cell {
    padding: 5em 1.8em;
    width: 63%;
    position: relative; }
  .technology-block .technology-block-title {
    text-transform: uppercase;
    color: #757575;
    font-size: 2.1em;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 0.5em; }
    .technology-block .technology-block-title .svg-triangle-down {
      display: none; }
  .technology-block .hideable-content {
    line-height: 1.6; }
  .technology-block .round-border-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .technology-block .round-border {
    width: 23.5em;
    height: 23.5em; }
  .technology-block .center-image {
    width: 18.35em;
    height: auto;
    z-index: -1; }
  .technology-block .arrowed-text {
    padding-left: 3em;
    margin: 0; }
    .technology-block .arrowed-text .triangle-left {
      top: 0.5em;
      left: 1.7em; }

section.satisfaction .line4,
section.environmental .line4 {
  height: 5.3em; }
section.satisfaction .line-dot,
section.satisfaction .dashed-round,
section.environmental .line-dot,
section.environmental .dashed-round {
  top: 100%; }
section.satisfaction .two-cols,
section.environmental .two-cols {
  display: -webkit-flex;
  display: flex; }
section.satisfaction .subtitle,
section.environmental .subtitle {
  text-transform: uppercase;
  color: #3540a1;
  font-size: 1.25em;
  font-weight: 600; }
section.satisfaction .col:first-child,
section.environmental .col:first-child {
  width: 63%;
  padding-right: 2em; }
section.satisfaction .col:last-child,
section.environmental .col:last-child {
  width: 37%; }
section.satisfaction .svg-triangle-down,
section.environmental .svg-triangle-down {
  display: none; }

section.environmental .section-title {
  margin-bottom: -2em; }
section.environmental .leaf-img {
  position: absolute;
  top: 14.5em;
  right: 100%;
  width: 3.2em;
  height: 6.7em; }
section.environmental .arrowed-text {
  padding-left: 3em;
  margin: 0;
  line-height: 1.6; }
  section.environmental .arrowed-text .triangle-left {
    top: 0.5em;
    left: 1.7em; }

.tablet .profile-image-desk,
.mobile .profile-image-desk {
  width: 23em;
  top: 3em; }
.tablet section.profile .arrowed-text,
.mobile section.profile .arrowed-text {
  width: 100%; }
.tablet section.top-title,
.mobile section.top-title {
  background-image: url("../img/about-us/about-us-top-title-background-tablet.jpg"); }
  .tablet section.top-title .content-wrap .text,
  .mobile section.top-title .content-wrap .text {
    line-height: 1.42; }
.tablet section.product-info-block .line4,
.mobile section.product-info-block .line4 {
  left: inherit;
  right: 10px; }
.tablet section.product-info-block .content,
.mobile section.product-info-block .content {
  padding-left: 11px;
  padding-right: 11px; }
.tablet .profile-image-desk,
.mobile .profile-image-desk {
  right: 11px; }
.tablet section.environmental .leaf-img,
.mobile section.environmental .leaf-img {
  top: 11em;
  right: 0; }

.tablet.portrait section.top-title .content-wrap .text {
  width: 100%; }
.tablet.portrait section.product-info-block .content {
  padding-top: 1em; }
.tablet.portrait section.satisfaction .two-cols,
.tablet.portrait section.environmental .two-cols {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.tablet.portrait section.satisfaction .col:first-child, .tablet.portrait section.satisfaction .col:last-child,
.tablet.portrait section.environmental .col:first-child,
.tablet.portrait section.environmental .col:last-child {
  width: 100%;
  padding-right: 0; }
.tablet.portrait section.satisfaction .dashed-round {
  width: 20px;
  height: 20px; }
.tablet.portrait .section-title {
  margin-bottom: 0; }
  .tablet.portrait .section-title .text {
    font-size: 2.85em; }
.tablet.portrait .technology-block .text-cell {
  padding-top: 2em;
  padding-bottom: 2em; }
.tablet.portrait .technology-block:not(.image-on-right) .text-cell {
  padding-right: 0; }
.tablet.portrait .technology-block.image-on-right .text-cell {
  padding-left: 0; }
.tablet.portrait .technology-block .technology-block-title {
  font-size: 1.8em; }
.tablet.portrait .technology-block .center-image {
  width: 14em; }
.tablet.portrait .technology-block .round-border {
  width: 18.5em;
  height: auto; }
.tablet.portrait .technology-block .hideable-content {
  line-height: 1.3; }

.mobile .line4 {
  display: none; }
.mobile .padding-content {
  padding: 10px 0 10px 20px; }
.mobile .profile-image-desk {
  display: none; }
.mobile .profile-image-mob {
  display: block;
  position: relative;
  left: -20px;
  margin-bottom: 1.5em;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }
.mobile .text-part1,
.mobile .text-part2 {
  width: 100%; }
.mobile section.top-title {
  background-image: url("../img/about-us/about-us-top-title-background-mobile.jpg"); }
.mobile section.line-3-end {
  display: none; }
.mobile .section-title {
  padding: 1.8em 20px;
  margin-bottom: 0.5em; }
  .mobile .section-title:before {
    height: 3em; }
  .mobile .section-title .text {
    font-size: 35px; }
.mobile section.product-info-block .content {
  padding-top: 10px; }
.mobile section.profile .arrowed-text {
  width: 100%; }
.mobile section.profile .section-title {
  margin-bottom: -1em; }
.mobile .technology-block {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mobile .technology-block.image-on-right .image-cell {
    order: 0; }
  .mobile .technology-block .image-cell {
    width: 100%; }
  .mobile .technology-block .text-cell {
    width: 100%;
    padding: 30px 0; }
  .mobile .technology-block .round-border {
    width: 19em;
    height: auto; }
  .mobile .technology-block .center-image {
    width: 15em; }
  .mobile .technology-block .dotted-bg {
    display: none; }
  .mobile .technology-block .technology-block-title {
    font-size: 25px;
    text-align: center; }
    .mobile .technology-block .technology-block-title.active .svg-triangle-down {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .mobile .technology-block .technology-block-title .svg-triangle-down {
      display: inline-block;
      margin-left: 0.1em; }
  .mobile .technology-block .hideable-content {
    display: none; }
.mobile section.satisfaction .two-cols,
.mobile section.environmental .two-cols {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .mobile section.satisfaction .two-cols .col,
  .mobile section.environmental .two-cols .col {
    width: 100%;
    padding-right: 0; }
.mobile section.satisfaction .svg-triangle-down,
.mobile section.environmental .svg-triangle-down {
  display: inline-block; }
.mobile section.environmental .leaf-img {
  top: 6em; }
.mobile .commitment-subtitle.active .svg-triangle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.mobile .commitment-hideable {
  display: none; }

@media screen and (max-width: 767px) {
  .tablet .line4,
  .desktop .line4 {
    display: none; }
  .tablet .padding-content,
  .desktop .padding-content {
    padding: 10px 0 10px 20px; }
  .tablet .profile-image-desk,
  .desktop .profile-image-desk {
    display: none; }
  .tablet .profile-image-mob,
  .desktop .profile-image-mob {
    display: block;
    position: relative;
    left: -20px;
    margin-bottom: 1.5em;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px); }
  .tablet .text-part1,
  .tablet .text-part2,
  .desktop .text-part1,
  .desktop .text-part2 {
    width: 100%; }
  .tablet section.top-title,
  .desktop section.top-title {
    background-image: url("../img/about-us/about-us-top-title-background-mobile.jpg"); }
  .tablet section.line-3-end,
  .desktop section.line-3-end {
    display: none; }
  .tablet .section-title,
  .desktop .section-title {
    padding: 1.8em 20px;
    margin-bottom: 0.5em; }
    .tablet .section-title:before,
    .desktop .section-title:before {
      height: 3em; }
    .tablet .section-title .text,
    .desktop .section-title .text {
      font-size: 35px; }
  .tablet section.product-info-block .content,
  .desktop section.product-info-block .content {
    padding-top: 10px; }
  .tablet section.profile .arrowed-text,
  .desktop section.profile .arrowed-text {
    width: 100%; }
  .tablet section.profile .section-title,
  .desktop section.profile .section-title {
    margin-bottom: -1em; }
  .tablet .technology-block,
  .desktop .technology-block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tablet .technology-block.image-on-right .image-cell,
    .desktop .technology-block.image-on-right .image-cell {
      order: 0; }
    .tablet .technology-block .image-cell,
    .desktop .technology-block .image-cell {
      width: 100%; }
    .tablet .technology-block .text-cell,
    .desktop .technology-block .text-cell {
      width: 100%;
      padding: 30px 0; }
    .tablet .technology-block .round-border,
    .desktop .technology-block .round-border {
      width: 19em;
      height: auto; }
    .tablet .technology-block .center-image,
    .desktop .technology-block .center-image {
      width: 15em; }
    .tablet .technology-block .dotted-bg,
    .desktop .technology-block .dotted-bg {
      display: none; }
    .tablet .technology-block .technology-block-title,
    .desktop .technology-block .technology-block-title {
      font-size: 25px;
      text-align: center; }
      .tablet .technology-block .technology-block-title.active .svg-triangle-down,
      .desktop .technology-block .technology-block-title.active .svg-triangle-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .tablet .technology-block .technology-block-title .svg-triangle-down,
      .desktop .technology-block .technology-block-title .svg-triangle-down {
        display: inline-block;
        margin-left: 0.1em; }
    .tablet .technology-block .hideable-content,
    .desktop .technology-block .hideable-content {
      display: none; }
  .tablet section.satisfaction .two-cols,
  .tablet section.environmental .two-cols,
  .desktop section.satisfaction .two-cols,
  .desktop section.environmental .two-cols {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    .tablet section.satisfaction .two-cols .col,
    .tablet section.environmental .two-cols .col,
    .desktop section.satisfaction .two-cols .col,
    .desktop section.environmental .two-cols .col {
      width: 100%;
      padding-right: 0; }
  .tablet section.satisfaction .svg-triangle-down,
  .tablet section.environmental .svg-triangle-down,
  .desktop section.satisfaction .svg-triangle-down,
  .desktop section.environmental .svg-triangle-down {
    display: inline-block; }
  .tablet section.environmental .leaf-img,
  .desktop section.environmental .leaf-img {
    top: 6em; }
  .tablet .commitment-subtitle.active .svg-triangle-down,
  .desktop .commitment-subtitle.active .svg-triangle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .tablet .commitment-hideable,
  .desktop .commitment-hideable {
    display: none; } }
@media screen and (max-width: 320px) {
  .mobile .padding-content,
  .desktop .padding-content {
    padding-left: 10px; }
  .mobile .section-title,
  .desktop .section-title {
    padding-left: 10px; }
    .mobile .section-title .text,
    .desktop .section-title .text {
      font-size: 32px; } }

/*# sourceMappingURL=about-us.css.map */
