/*
 Selector generator
 @access public
 @param {String} property - Css Property
 @param {String} min - Minimum value in px
 @param {String} max - Maximum value in px
 @requires $property, $min, $max
*/
/*
 Decor generator
 @access public
 @param {String} orientation - Orientation
 @param {String} color - Color in hex
 @param {String} min - Minimum font size value in px
 @param {String} max - Maximum font size value in px
 @requires $orientation, $color, $min, $max
*/
/*
 Responsive breakpoint manager
 @access public
 @param {String} $breakpoint - Breakpoint
 @requires $breakpoints
*/
/*
 Selector generator
 @access public
 @param {String} property - Css Property
 @param {String} min - Minimum value in px
 @param {String} max - Maximum value in px
 @requires $property, $min, $max
*/
.heading-1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc((100vw - 1280px) * 0.02344 + 38px);
  line-height: calc((100vw - 1280px) * 0.02813 + 52px); }
  @media (min-width: 1921px) {
    .heading-1 {
      font-size: 53px; } }
  @media (max-width: 1279px) {
    .heading-1 {
      font-size: 38px; } }
  @media (min-width: 1921px) {
    .heading-1 {
      line-height: 70px; } }
  @media (max-width: 1279px) {
    .heading-1 {
      line-height: 52px; } }

.heading-2 {
  font-weight: 500;
  font-size: calc((100vw - 1280px) * 0.01562 + 26px);
  line-height: calc((100vw - 1280px) * 0.01875 + 38px);
  text-transform: uppercase; }
  @media (min-width: 1921px) {
    .heading-2 {
      font-size: 36px; } }
  @media (max-width: 1279px) {
    .heading-2 {
      font-size: 26px; } }
  @media (min-width: 1921px) {
    .heading-2 {
      line-height: 50px; } }
  @media (max-width: 1279px) {
    .heading-2 {
      line-height: 38px; } }

.banner-text {
  font-weight: 500;
  font-size: calc((100vw - 1280px) * 0.01094 + 18px);
  line-height: calc((100vw - 1280px) * 0.01562 + 28px); }
  @media (min-width: 1921px) {
    .banner-text {
      font-size: 25px; } }
  @media (max-width: 1279px) {
    .banner-text {
      font-size: 18px; } }
  @media (min-width: 1921px) {
    .banner-text {
      line-height: 38px; } }
  @media (max-width: 1279px) {
    .banner-text {
      line-height: 28px; } }

.box-text {
  font-size: calc((100vw - 1280px) * 0.01094 + 18px);
  line-height: calc((100vw - 1280px) * 0.02031 + 28px); }
  @media (min-width: 1921px) {
    .box-text {
      font-size: 25px; } }
  @media (max-width: 1279px) {
    .box-text {
      font-size: 18px; } }
  @media (min-width: 1921px) {
    .box-text {
      line-height: 41px; } }
  @media (max-width: 1279px) {
    .box-text {
      line-height: 28px; } }

.t-medium {
  font-size: calc((100vw - 1280px) * 0.00781 + 14px);
  line-height: calc((100vw - 1280px) * 0.01406 + 26px); }
  @media (min-width: 1921px) {
    .t-medium {
      font-size: 19px; } }
  @media (max-width: 1279px) {
    .t-medium {
      font-size: 14px; } }
  @media (min-width: 1921px) {
    .t-medium {
      line-height: 35px; } }
  @media (max-width: 1279px) {
    .t-medium {
      line-height: 26px; } }

.t-medium-2 {
  font-size: calc((100vw - 1280px) * 0.00781 + 14px);
  line-height: calc((100vw - 1280px) * 0.01406 + 26px);
  letter-spacing: 0.42px; }
  @media (min-width: 1921px) {
    .t-medium-2 {
      font-size: 19px; } }
  @media (max-width: 1279px) {
    .t-medium-2 {
      font-size: 14px; } }
  @media (min-width: 1921px) {
    .t-medium-2 {
      line-height: 35px; } }
  @media (max-width: 1279px) {
    .t-medium-2 {
      line-height: 26px; } }

.body-text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.42px;
  color: #040405; }

.btn-green {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  width: 169px;
  padding: 0px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: calc((100vw - 1280px) * 0.02813 + 44px);
  width: calc((100vw - 1280px) * 0.15156 + 169px);
  border-radius: calc((100vw - 1280px) * 0.00156 + 30px);
  font-size: calc((100vw - 1280px) * 0.00625 + 12px);
  padding-top: calc((100vw - 1280px) * 0.00625 + 10px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 10px);
  background-color: #4A6329;
  color: #fff; }
  @media (min-width: 1921px) {
    .btn-green {
      height: 62px; } }
  @media (max-width: 1279px) {
    .btn-green {
      height: 44px; } }
  @media (min-width: 1921px) {
    .btn-green {
      width: 266px; } }
  @media (max-width: 1279px) {
    .btn-green {
      width: 169px; } }
  @media (min-width: 1921px) {
    .btn-green {
      border-radius: 31px; } }
  @media (max-width: 1279px) {
    .btn-green {
      border-radius: 30px; } }
  @media (min-width: 1921px) {
    .btn-green {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn-green {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .btn-green {
      padding-top: 14px; } }
  @media (max-width: 1279px) {
    .btn-green {
      padding-top: 10px; } }
  @media (min-width: 1921px) {
    .btn-green {
      padding-bottom: 14px; } }
  @media (max-width: 1279px) {
    .btn-green {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .btn-green {
      width: 100%; } }

.btn-green:hover {
  background-color: #3A5218; }

.btn-orange {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  width: 169px;
  padding: 0px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: calc((100vw - 1280px) * 0.02813 + 44px);
  width: calc((100vw - 1280px) * 0.15156 + 169px);
  border-radius: calc((100vw - 1280px) * 0.00156 + 30px);
  font-size: calc((100vw - 1280px) * 0.00625 + 12px);
  padding-top: calc((100vw - 1280px) * 0.00625 + 10px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 10px);
  background-color: #FF7F00;
  color: #fff; }
  @media (min-width: 1921px) {
    .btn-orange {
      height: 62px; } }
  @media (max-width: 1279px) {
    .btn-orange {
      height: 44px; } }
  @media (min-width: 1921px) {
    .btn-orange {
      width: 266px; } }
  @media (max-width: 1279px) {
    .btn-orange {
      width: 169px; } }
  @media (min-width: 1921px) {
    .btn-orange {
      border-radius: 31px; } }
  @media (max-width: 1279px) {
    .btn-orange {
      border-radius: 30px; } }
  @media (min-width: 1921px) {
    .btn-orange {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn-orange {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .btn-orange {
      padding-top: 14px; } }
  @media (max-width: 1279px) {
    .btn-orange {
      padding-top: 10px; } }
  @media (min-width: 1921px) {
    .btn-orange {
      padding-bottom: 14px; } }
  @media (max-width: 1279px) {
    .btn-orange {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .btn-orange {
      width: 100%; } }

.btn-orange:hover {
  background-color: #CE6700; }

button.btn-orange {
  outline: 0;
  border: none;
  cursor: pointer;
  font-family: prometo, sans-serif; }

input.btn-orange {
  border: none;
  font-family: prometo, sans-serif; }

.btn-trans {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  width: 169px;
  padding: 0px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: calc((100vw - 1280px) * 0.02813 + 44px);
  width: calc((100vw - 1280px) * 0.15156 + 169px);
  border-radius: calc((100vw - 1280px) * 0.00156 + 30px);
  font-size: calc((100vw - 1280px) * 0.00625 + 12px);
  padding-top: calc((100vw - 1280px) * 0.00625 + 10px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 10px);
  color: #FF7F00;
  border: solid 2px #FF7F00;
  padding: 0px 14px;
  padding-top: calc((100vw - 1280px) * 0.00625 + 8px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 8px); }
  @media (min-width: 1921px) {
    .btn-trans {
      height: 62px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      height: 44px; } }
  @media (min-width: 1921px) {
    .btn-trans {
      width: 266px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      width: 169px; } }
  @media (min-width: 1921px) {
    .btn-trans {
      border-radius: 31px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      border-radius: 30px; } }
  @media (min-width: 1921px) {
    .btn-trans {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .btn-trans {
      padding-top: 14px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      padding-top: 10px; } }
  @media (min-width: 1921px) {
    .btn-trans {
      padding-bottom: 14px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .btn-trans {
      width: 100%; } }
  @media (min-width: 1921px) {
    .btn-trans {
      padding-top: 12px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      padding-top: 8px; } }
  @media (min-width: 1921px) {
    .btn-trans {
      padding-bottom: 12px; } }
  @media (max-width: 1279px) {
    .btn-trans {
      padding-bottom: 8px; } }

.btn-trans:hover {
  color: #CE6700;
  border-color: #CE6700; }

.btn-white {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  width: 169px;
  padding: 0px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: calc((100vw - 1280px) * 0.02813 + 44px);
  width: calc((100vw - 1280px) * 0.15156 + 169px);
  border-radius: calc((100vw - 1280px) * 0.00156 + 30px);
  font-size: calc((100vw - 1280px) * 0.00625 + 12px);
  padding-top: calc((100vw - 1280px) * 0.00625 + 10px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 10px);
  color: #fff;
  border: solid 2px #fff;
  background-color: transparent;
  padding: 0px 14px;
  padding-top: calc((100vw - 1280px) * 0.00625 + 8px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 8px); }
  @media (min-width: 1921px) {
    .btn-white {
      height: 62px; } }
  @media (max-width: 1279px) {
    .btn-white {
      height: 44px; } }
  @media (min-width: 1921px) {
    .btn-white {
      width: 266px; } }
  @media (max-width: 1279px) {
    .btn-white {
      width: 169px; } }
  @media (min-width: 1921px) {
    .btn-white {
      border-radius: 31px; } }
  @media (max-width: 1279px) {
    .btn-white {
      border-radius: 30px; } }
  @media (min-width: 1921px) {
    .btn-white {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn-white {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .btn-white {
      padding-top: 14px; } }
  @media (max-width: 1279px) {
    .btn-white {
      padding-top: 10px; } }
  @media (min-width: 1921px) {
    .btn-white {
      padding-bottom: 14px; } }
  @media (max-width: 1279px) {
    .btn-white {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .btn-white {
      width: 100%; } }
  @media (min-width: 1921px) {
    .btn-white {
      padding-top: 12px; } }
  @media (max-width: 1279px) {
    .btn-white {
      padding-top: 8px; } }
  @media (min-width: 1921px) {
    .btn-white {
      padding-bottom: 12px; } }
  @media (max-width: 1279px) {
    .btn-white {
      padding-bottom: 8px; } }

.btn-white:hover {
  color: #FF7F00;
  background-color: #fff; }

.btn-prev {
  height: calc((100vw - 1280px) * 0.06406 + 73px);
  width: calc((100vw - 1280px) * 0.06406 + 73px);
  border-radius: 50%;
  border: solid 2px #DEDEDE;
  position: relative;
  display: inline-block;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1921px) {
    .btn-prev {
      height: 114px; } }
  @media (max-width: 1279px) {
    .btn-prev {
      height: 73px; } }
  @media (min-width: 1921px) {
    .btn-prev {
      width: 114px; } }
  @media (max-width: 1279px) {
    .btn-prev {
      width: 73px; } }
  .btn-prev:before {
    content: "\e922";
    position: absolute;
    font-family: 'cd_icons';
    font-size: calc((100vw - 1280px) * 0.0125 + 14px);
    color: #000;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 1921px) {
      .btn-prev:before {
        font-size: 22px; } }
    @media (max-width: 1279px) {
      .btn-prev:before {
        font-size: 14px; } }
  .btn-prev:hover {
    border-color: #000; }
    .btn-prev:hover:before {
      color: #ff7f00;
      -webkit-transform: translateX(-6px) translate(-50%, -50%);
      -ms-transform: translateX(-6px) translate(-50%, -50%);
      transform: translateX(-6px) translate(-50%, -50%); }

.btn-next {
  height: calc((100vw - 1280px) * 0.06406 + 73px);
  width: calc((100vw - 1280px) * 0.06406 + 73px);
  border-radius: 50%;
  border: solid 2px #DEDEDE;
  position: relative;
  display: inline-block;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1921px) {
    .btn-next {
      height: 114px; } }
  @media (max-width: 1279px) {
    .btn-next {
      height: 73px; } }
  @media (min-width: 1921px) {
    .btn-next {
      width: 114px; } }
  @media (max-width: 1279px) {
    .btn-next {
      width: 73px; } }
  .btn-next:before {
    content: "\e923";
    position: absolute;
    font-family: 'cd_icons';
    font-size: calc((100vw - 1280px) * 0.0125 + 14px);
    color: #000;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 1921px) {
      .btn-next:before {
        font-size: 22px; } }
    @media (max-width: 1279px) {
      .btn-next:before {
        font-size: 14px; } }
  .btn-next:hover {
    border-color: #000; }
    .btn-next:hover:before {
      color: #ff7f00;
      -webkit-transform: translateX(6px) translate(-50%, -50%);
      -ms-transform: translateX(6px) translate(-50%, -50%);
      transform: translateX(6px) translate(-50%, -50%); }

.btn-more {
  color: #FF7F00;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  font-size: calc((100vw - 1280px) * 0.00625 + 12px);
  line-height: calc((100vw - 1280px) * 0.00937 + 15px);
  letter-spacing: calc((100vw - 1280px) * 0.00063 + 1.2px);
  padding-left: calc((100vw - 1280px) * 0.01406 + 24px); }
  @media (min-width: 1921px) {
    .btn-more {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn-more {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .btn-more {
      line-height: 21px; } }
  @media (max-width: 1279px) {
    .btn-more {
      line-height: 15px; } }
  @media (min-width: 1921px) {
    .btn-more {
      letter-spacing: 1.6px; } }
  @media (max-width: 1279px) {
    .btn-more {
      letter-spacing: 1.2px; } }
  @media (min-width: 1921px) {
    .btn-more {
      padding-left: 33px; } }
  @media (max-width: 1279px) {
    .btn-more {
      padding-left: 24px; } }
  .btn-more:hover {
    color: #CE6700; }
    .btn-more:hover:before {
      color: #CE6700;
      -webkit-transform: translateX(-3px) rotate(90deg) translate(-76%, 0%);
      -ms-transform: translateX(-3px) rotate(90deg) translate(-76%, 0%);
      transform: translateX(-3px) rotate(90deg) translate(-76%, 0%); }

.btn-more:before {
  content: "\e924";
  font-family: cd_icons;
  color: #FF7F00;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: 0;
  -webkit-transform: rotate(90deg) translate(-76%, 0%);
  -ms-transform: rotate(90deg) translate(-76%, 0%);
  transform: rotate(90deg) translate(-76%, 0%);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

.btn-show-more {
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  width: 169px;
  padding: 0px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: calc((100vw - 1280px) * 0.02813 + 44px);
  width: calc((100vw - 1280px) * 0.15156 + 169px);
  border-radius: calc((100vw - 1280px) * 0.00156 + 30px);
  font-size: calc((100vw - 1280px) * 0.00625 + 12px);
  padding-top: calc((100vw - 1280px) * 0.00625 + 10px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 10px);
  color: #fff;
  border: solid 2px #fff;
  padding: 0px 27px;
  text-align: left;
  padding-top: calc((100vw - 1280px) * 0.00625 + 8px);
  padding-bottom: calc((100vw - 1280px) * 0.00625 + 8px); }
  @media (min-width: 1921px) {
    .btn-show-more {
      height: 62px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      height: 44px; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      width: 266px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      width: 169px; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      border-radius: 31px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      border-radius: 30px; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      padding-top: 14px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      padding-top: 10px; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      padding-bottom: 14px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .btn-show-more {
      width: 100%; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      padding-top: 12px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      padding-top: 8px; } }
  @media (min-width: 1921px) {
    .btn-show-more {
      padding-bottom: 12px; } }
  @media (max-width: 1279px) {
    .btn-show-more {
      padding-bottom: 8px; } }
  .btn-show-more:before {
    content: "\e925";
    font-family: cd_icons;
    font-size: 10px;
    position: absolute;
    right: 27px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .btn-show-more.active:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg); }

.image {
  display: inline-block; }

.image img {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

li {
  list-style: none; }

a {
  text-decoration: none; }

* {
  padding: 0;
  margin: 0; }

body {
  font-family: prometo, sans-serif;
  color: #040405;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc((100vw - 1280px) * 0.00781 + 14px);
  line-height: calc((100vw - 1280px) * 0.01406 + 26px);
  letter-spacing: calc((100vw - 1280px) * 0.00023 + 0.42px); }
  @media (min-width: 1921px) {
    body {
      font-size: 19px; } }
  @media (max-width: 1279px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1921px) {
    body {
      line-height: 35px; } }
  @media (max-width: 1279px) {
    body {
      line-height: 26px; } }
  @media (min-width: 1921px) {
    body {
      letter-spacing: 0.57px; } }
  @media (max-width: 1279px) {
    body {
      letter-spacing: 0.42px; } }

body:not(.home) .container {
  padding-top: 88px;
  padding-top: calc((100vw - 1280px) * 0.04766 + 88px); }
  @media (min-width: 1921px) {
    body:not(.home) .container {
      padding-top: 118.5px; } }
  @media (max-width: 1279px) {
    body:not(.home) .container {
      padding-top: 88px; } }

.js-link {
  cursor: pointer; }

html {
  height: 100%; }

body {
  position: relative;
  height: 100%; }
  body.mask {
    overflow: hidden; }
    body.mask:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 5; }
  body.single-products .container {
    overflow: visible; }

p a {
  color: #FF7F00; }
  p a:hover {
    color: #CE6700; }

li a {
  color: #FF7F00; }

a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  a:before {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  a:after {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.container {
  overflow: hidden; }

.fade-in-up {
  opacity: 0; }

.home .cookie-wrapper {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 90px;
  z-index: 100; }

.cookie-wrapper {
  font-size: 11px;
  background: #818181;
  padding: 20px 0;
  display: none; }
  .cookie-wrapper .custom-html-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cookie-wrapper .custom-html-widget .close {
      margin-right: 12px;
      cursor: pointer; }
    .cookie-wrapper .custom-html-widget .stmt {
      line-height: 1.2em; }
      .cookie-wrapper .custom-html-widget .stmt .text {
        position: relative;
        opacity: .54;
        color: #FFFFFF; }
      .cookie-wrapper .custom-html-widget .stmt a {
        font-weight: 700;
        color: #FFFFFF;
        margin-left: 3px; }

.banner-home-wrapper .swiper-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.banner-home-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  opacity: 0;
  height: calc(100vh - (100vw * 0.0375 + 15px)); }
  .banner-home-wrapper .swiper-slide:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .banner-home-wrapper .swiper-slide .section {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.banner-home-wrapper .swiper-slide-content {
  padding: 220px 0 140px;
  width: calc(100% / 12 * 8);
  position: relative;
  margin: auto 0; }
  .banner-home-wrapper .swiper-slide-content .heading-1 {
    color: #fff;
    opacity: 0;
    font-size: calc((100vw - 1280px) * 0.02813 + 54px);
    line-height: calc((100vw - 1280px) * 0.02656 + 62px);
    margin-bottom: calc((100vw - 1280px) * 0.01562 + 30px); }
    @media (min-width: 1921px) {
      .banner-home-wrapper .swiper-slide-content .heading-1 {
        font-size: 72px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .swiper-slide-content .heading-1 {
        font-size: 54px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .swiper-slide-content .heading-1 {
        line-height: 79px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .swiper-slide-content .heading-1 {
        line-height: 62px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .swiper-slide-content .heading-1 {
        margin-bottom: 40px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .swiper-slide-content .heading-1 {
        margin-bottom: 30px; } }
  .banner-home-wrapper .swiper-slide-content p {
    opacity: 0;
    color: #fff;
    width: calc(100% / 8 * 5);
    letter-spacing: calc((100vw - 1280px) * 0.00039 + 0.7px);
    margin-bottom: calc((100vw - 1280px) * 0.04688 + 67px); }
    @media (min-width: 1921px) {
      .banner-home-wrapper .swiper-slide-content p {
        letter-spacing: 0.95px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .swiper-slide-content p {
        letter-spacing: 0.7px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .swiper-slide-content p {
        margin-bottom: 97px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .swiper-slide-content p {
        margin-bottom: 67px; } }
  .banner-home-wrapper .swiper-slide-content .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .banner-home-wrapper .swiper-slide-content .btn-wrapper .btn-trans {
      color: #fff;
      border-color: #fff;
      opacity: 0; }
    .banner-home-wrapper .swiper-slide-content .btn-wrapper .btn-orange {
      margin-right: 24px;
      opacity: 0; }

.banner-home-wrapper .nav-pag-wrapper {
  position: absolute;
  top: 14px;
  right: 64px;
  z-index: 1;
  width: calc((100% - 72px) / 12 * 4);
  height: 100%; }
  .banner-home-wrapper .nav-pag-wrapper .nav-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 220px 0 140px;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .banner-home-wrapper .nav-pag-wrapper .navigation {
    text-align: right;
    margin-bottom: 122px;
    width: 100%; }
    .banner-home-wrapper .nav-pag-wrapper .navigation .btn-prev {
      margin-right: 24px; }
    .banner-home-wrapper .nav-pag-wrapper .navigation .btn-next, .banner-home-wrapper .nav-pag-wrapper .navigation .btn-prev {
      border-color: rgba(255, 255, 255, 0.2); }
    .banner-home-wrapper .nav-pag-wrapper .navigation .btn-next:hover, .banner-home-wrapper .nav-pag-wrapper .navigation .btn-prev:hover {
      border-color: white; }
    .banner-home-wrapper .nav-pag-wrapper .navigation .btn-next:before, .banner-home-wrapper .nav-pag-wrapper .navigation .btn-prev:before {
      color: #fff; }
    .banner-home-wrapper .nav-pag-wrapper .navigation .btn-next:hover:before, .banner-home-wrapper .nav-pag-wrapper .navigation .btn-prev:hover:before {
      color: #FF7F00; }
  .banner-home-wrapper .nav-pag-wrapper .pagination-wrapper {
    width: 100%;
    margin-bottom: 42px; }
    .banner-home-wrapper .nav-pag-wrapper .pagination-wrapper .bullet-square {
      color: #fff; }
    .banner-home-wrapper .nav-pag-wrapper .pagination-wrapper .swiper-pagination-bullet {
      background-color: rgba(255, 255, 255, 0.3); }
      .banner-home-wrapper .nav-pag-wrapper .pagination-wrapper .swiper-pagination-bullet:hover {
        background-color: #FF7F00; }
      .banner-home-wrapper .nav-pag-wrapper .pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff; }

.banner-home-wrapper .banner-btn {
  position: relative;
  z-index: 2; }
  .banner-home-wrapper .banner-btn .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .banner-home-wrapper .banner-btn .left {
    position: relative;
    background-color: #FF7F00;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: calc((100vw - 1280px) * 0.07344 + 76px);
    padding-top: calc((100vw - 1280px) * 0.00313 + 20px);
    padding-bottom: calc((100vw - 1280px) * 0.00156 + 20px); }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn .left {
        padding-left: 123px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn .left {
        padding-left: 76px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn .left {
        padding-top: 22px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn .left {
        padding-top: 20px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn .left {
        padding-bottom: 21px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn .left {
        padding-bottom: 20px; } }
    .banner-home-wrapper .banner-btn .left:before {
      content: "";
      position: absolute;
      bottom: 2px;
      left: 0px;
      height: auto;
      width: calc((100vw - 1280px) * 0.02187 + 40px);
      height: calc((100vw - 1280px) * 0.05625 + 103px);
      background-image: url("../images/png/Group_39231@2x.png");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 1921px) {
        .banner-home-wrapper .banner-btn .left:before {
          width: 54px; } }
      @media (max-width: 1279px) {
        .banner-home-wrapper .banner-btn .left:before {
          width: 40px; } }
      @media (min-width: 1921px) {
        .banner-home-wrapper .banner-btn .left:before {
          height: 139px; } }
      @media (max-width: 1279px) {
        .banner-home-wrapper .banner-btn .left:before {
          height: 103px; } }
    .banner-home-wrapper .banner-btn .left:after {
      content: "";
      background-color: #FF7F00;
      position: absolute;
      height: 100%;
      width: 3000px;
      left: 0;
      top: 0;
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
  .banner-home-wrapper .banner-btn .right {
    position: relative;
    background-color: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: calc((100vw - 1280px) * 0.1 + 177px);
    padding-top: calc((100vw - 1280px) * 0.00781 + 20px);
    padding-bottom: calc((100vw - 1280px) * 0.00156 + 20px); }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn .right {
        padding-left: 241px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn .right {
        padding-left: 177px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn .right {
        padding-top: 25px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn .right {
        padding-top: 20px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn .right {
        padding-bottom: 21px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn .right {
        padding-bottom: 20px; } }
    .banner-home-wrapper .banner-btn .right:before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 61px;
      width: calc((100vw - 1280px) * 0.05156 + 96px);
      height: calc((100vw - 1280px) * 0.05625 + 104px);
      background-image: url("../images/png/Image_11@2x.png");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 1921px) {
        .banner-home-wrapper .banner-btn .right:before {
          width: 129px; } }
      @media (max-width: 1279px) {
        .banner-home-wrapper .banner-btn .right:before {
          width: 96px; } }
      @media (min-width: 1921px) {
        .banner-home-wrapper .banner-btn .right:before {
          height: 140px; } }
      @media (max-width: 1279px) {
        .banner-home-wrapper .banner-btn .right:before {
          height: 104px; } }
    .banner-home-wrapper .banner-btn .right:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 3000px;
      left: 100%;
      top: 0;
      border-bottom: 1px solid #DEDEDE; }
  .banner-home-wrapper .banner-btn a {
    font-size: calc((100vw - 1280px) * 0.01094 + 18px);
    line-height: calc((100vw - 1280px) * 0.02031 + 28px);
    font-weight: 500;
    color: black;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn a {
        font-size: 25px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn a {
        font-size: 18px; } }
    @media (min-width: 1921px) {
      .banner-home-wrapper .banner-btn a {
        line-height: 41px; } }
    @media (max-width: 1279px) {
      .banner-home-wrapper .banner-btn a {
        line-height: 28px; } }
  .banner-home-wrapper .banner-btn p {
    color: rgba(0, 0, 0, 0.4);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

.section {
  max-width: 1900px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 72px;
  margin: 0 auto;
  position: relative; }

.who-we-are-wrapper {
   padding-bottom: calc((100vw - 1280px) * 0.04688 + 13px);
   padding-top: calc((100vw - 1280px) * 0.04688 + 74px); }
  @media (min-width: 1921px) {
    .who-we-are-wrapper {
       padding-bottom: 43px; } }
  @media (max-width: 1279px) {
    .who-we-are-wrapper {
       padding-bottom: 13px; } }
  @media (min-width: 1921px) {
    .who-we-are-wrapper {
       padding-top: 104px; } }
  @media (max-width: 1279px) {
    .who-we-are-wrapper {
       padding-top: 74px; } }
  .who-we-are-wrapper .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .who-we-are-wrapper .left {
    width: 50%;
    padding-bottom: 60px;
    padding-right: calc(100% / 12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .who-we-are-wrapper .right {
    width: 50%;
    padding-bottom: 60px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: calc(100% / 12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .who-we-are-wrapper .right p {
      margin-bottom: calc((100vw - 1280px) * 0.04688 + 66px); }
      @media (min-width: 1921px) {
        .who-we-are-wrapper .right p {
          margin-bottom: 96px; } }
      @media (max-width: 1279px) {
        .who-we-are-wrapper .right p {
          margin-bottom: 66px; } }
    .who-we-are-wrapper .right .heading-1 {
      margin-bottom: calc((100vw - 1280px) * 0.01562 + 23px); }
      @media (min-width: 1921px) {
        .who-we-are-wrapper .right .heading-1 {
          margin-bottom: 33px; } }
      @media (max-width: 1279px) {
        .who-we-are-wrapper .right .heading-1 {
          margin-bottom: 23px; } }
  .who-we-are-wrapper figure {
    width: 100%; }

.advantages-list-wrapper {
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  padding-top: calc((100vw - 1280px) * 0.03281 + 50px);
  padding-bottom: calc((100vw - 1280px) * 0.03125 + 24px); }
  @media (min-width: 1921px) {
    .advantages-list-wrapper {
      padding-top: 71px; } }
  @media (max-width: 1279px) {
    .advantages-list-wrapper {
      padding-top: 50px; } }
  @media (min-width: 1921px) {
    .advantages-list-wrapper {
      padding-bottom: 44px; } }
  @media (max-width: 1279px) {
    .advantages-list-wrapper {
      padding-bottom: 24px; } }

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.advantages-list li .image {
  width: calc((100vw - 1280px) * 0.04375 + 72px);
  height: calc((100vw - 1280px) * 0.04375 + 72px); }
  @media (min-width: 1921px) {
    .advantages-list li .image {
      width: 100px; } }
  @media (max-width: 1279px) {
    .advantages-list li .image {
      width: 72px; } }
  @media (min-width: 1921px) {
    .advantages-list li .image {
      height: 100px; } }
  @media (max-width: 1279px) {
    .advantages-list li .image {
      height: 72px; } }

.advantages-list li {
  list-style: none;
  width: calc(100% / 6);
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.advantages-list li span {
  display: block;
  text-align: center;
  margin-top: calc((100vw - 1280px) * 0.00937 + 24px); }
  @media (min-width: 1921px) {
    .advantages-list li span {
      margin-top: 30px; } }
  @media (max-width: 1279px) {
    .advantages-list li span {
      margin-top: 24px; } }

.our-services-wrapper {
  padding-top: calc((100vw - 1280px) * 0.0875 + 140px);
  padding-bottom: calc((100vw - 1280px) * 0.10781 + 127px); }
  @media (min-width: 1921px) {
    .our-services-wrapper {
      padding-top: 196px; } }
  @media (max-width: 1279px) {
    .our-services-wrapper {
      padding-top: 140px; } }
  @media (min-width: 1921px) {
    .our-services-wrapper {
      padding-bottom: 196px; } }
  @media (max-width: 1279px) {
    .our-services-wrapper {
      padding-bottom: 127px; } }
  .our-services-wrapper .heading .heading-1 {
    margin-bottom: calc((100vw - 1280px) * 0.01094 + 30px); }
    @media (min-width: 1921px) {
      .our-services-wrapper .heading .heading-1 {
        margin-bottom: 37px; } }
    @media (max-width: 1279px) {
      .our-services-wrapper .heading .heading-1 {
        margin-bottom: 30px; } }
  .our-services-wrapper .heading p {
    width: calc(100% / 12 * 5); }
  .our-services-wrapper .see-all-services-wrapper {
    position: absolute;
    bottom: 50px; }
    .our-services-wrapper .see-all-services-wrapper p {
      color: #040405;
      margin-bottom: calc((100vw - 1280px) * 0.01562 + 30px); }
      @media (min-width: 1921px) {
        .our-services-wrapper .see-all-services-wrapper p {
          margin-bottom: 40px; } }
      @media (max-width: 1279px) {
        .our-services-wrapper .see-all-services-wrapper p {
          margin-bottom: 30px; } }

.list-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 150px; }
  .list-services li {
    width: 50%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    margin-bottom: calc((100vw - 1280px) * 0.02031 + 5px); }
    @media (min-width: 1921px) {
      .list-services li {
        margin-bottom: 18px; } }
    @media (max-width: 1279px) {
      .list-services li {
        margin-bottom: 5px; } }
    .list-services li:nth-child(odd) {
      left: 100%;
      -webkit-transform: translate(-100%, 0) !important;
      -ms-transform: translate(-100%, 0) !important;
      transform: translate(-100%, 0) !important; }
    .list-services li:nth-child(1):before {
      content: url("../images/svg/Path_421.svg");
      width: calc((100vw - 1280px) * 0.13594 + 215px); }
      @media (min-width: 1921px) {
        .list-services li:nth-child(1):before {
          width: 302px; } }
      @media (max-width: 1279px) {
        .list-services li:nth-child(1):before {
          width: 215px; } }
    .list-services li:nth-child(2):before {
      content: url("../images/svg/Path_422.svg");
      width: 230px;
      width: calc((100vw - 1280px) * 0.14375 + 230px); }
      @media (min-width: 1921px) {
        .list-services li:nth-child(2):before {
          width: 322px; } }
      @media (max-width: 1279px) {
        .list-services li:nth-child(2):before {
          width: 230px; } }
    .list-services li:nth-child(3):before {
      content: url("../images/svg/Path_423.svg");
      width: 231px;
      width: calc((100vw - 1280px) * 0.14688 + 231px); }
      @media (min-width: 1921px) {
        .list-services li:nth-child(3):before {
          width: 325px; } }
      @media (max-width: 1279px) {
        .list-services li:nth-child(3):before {
          width: 231px; } }
    .list-services li:before {
      position: absolute;
      top: -64px;
      z-index: -1;
      left: calc(100% / 6 + 20px);
      top: calc((100vw - 1280px) * -0.06406 + -64px); }
      @media (min-width: 1921px) {
        .list-services li:before {
          top: -105px; } }
      @media (max-width: 1279px) {
        .list-services li:before {
          top: -64px; } }
    .list-services li .text {
      width: 53%;
      margin-top: 31px; }
      .list-services li .text span {
        margin-bottom: calc((100vw - 1280px) * 0.0125 + 30px);
        display: inline-block; }
        @media (min-width: 1921px) {
          .list-services li .text span {
            margin-bottom: 38px; } }
        @media (max-width: 1279px) {
          .list-services li .text span {
            margin-bottom: 30px; } }
    .list-services li .image {
      width: 47%; }

.min-banner-wrapper {
  background-color: #FF7F00;
  color: #fff; }

.min-banner-wrapper .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.min-banner-wrapper .banner-text {
  font-weight: 400;
  width: calc(100% - 298px);
  margin-right: 32px;
  letter-spacing: calc((100vw - 1280px) * 0.00033 + 0.54px); }
  @media (min-width: 1921px) {
    .min-banner-wrapper .banner-text {
      letter-spacing: 0.75px; } }
  @media (max-width: 1279px) {
    .min-banner-wrapper .banner-text {
      letter-spacing: 0.54px; } }

.min-banner-wrapper .banner-text strong {
  font-weight: 500;
  font-size: calc((100vw - 1280px) * 0.01562 + 26px);
  line-height: calc((100vw - 1280px) * 0.01875 + 38px);
  margin-top: 4px;
  display: block;
  letter-spacing: calc((100vw - 1280px) * 0.00047 + 0.78px); }
  @media (min-width: 1921px) {
    .min-banner-wrapper .banner-text strong {
      font-size: 36px; } }
  @media (max-width: 1279px) {
    .min-banner-wrapper .banner-text strong {
      font-size: 26px; } }
  @media (min-width: 1921px) {
    .min-banner-wrapper .banner-text strong {
      line-height: 50px; } }
  @media (max-width: 1279px) {
    .min-banner-wrapper .banner-text strong {
      line-height: 38px; } }
  @media (min-width: 1921px) {
    .min-banner-wrapper .banner-text strong {
      letter-spacing: 1.08px; } }
  @media (max-width: 1279px) {
    .min-banner-wrapper .banner-text strong {
      letter-spacing: 0.78px; } }

.min-banner-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: calc(100% / 12  * 7);
  padding-left: calc(100% / 12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: calc((100vw - 1280px) * 0.0375 + 65px);
  padding-bottom: calc((100vw - 1280px) * 0.04375 + 71px); }
  @media (min-width: 1921px) {
    .min-banner-wrapper .right {
      padding-top: 89px; } }
  @media (max-width: 1279px) {
    .min-banner-wrapper .right {
      padding-top: 65px; } }
  @media (min-width: 1921px) {
    .min-banner-wrapper .right {
      padding-bottom: 99px; } }
  @media (max-width: 1279px) {
    .min-banner-wrapper .right {
      padding-bottom: 71px; } }

.min-banner-wrapper .right > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.min-banner-wrapper .right a {
  margin-left: auto; }

.min-banner-wrapper .left {
  width: calc(100% / 12  * 5);
  position: relative; }

.min-banner-wrapper .left:before {
  content: "";
  background-image: url("../images/png/Rectangle_16.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  width: calc(100% + 72px);
  height: 100%;
  top: 0;
  right: 0; }

.carousel-rev {
  width: calc(100% + 72px); }

.carousel-rev li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: calc(100% / 12 * 7); }

.carousel-rev li .image {
  width: calc(100% / 7 * 2.5);
  padding-right: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel-rev li .text {
  width: calc(100% / 7 * 4.5 - 32px);
  margin-left: 32px;
  position: relative;
  padding-right: calc(100% / 7 - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel-rev li .text p {
  margin-top: calc((100vw - 1280px) * 0.02187 + 23px); }
  @media (min-width: 1921px) {
    .carousel-rev li .text p {
      margin-top: 37px; } }
  @media (max-width: 1279px) {
    .carousel-rev li .text p {
      margin-top: 23px; } }

.carousel-rev li .text span {
  display: inline-block;
  padding-top: calc((100vw - 1280px) * 0.03594 + 24px); }
  @media (min-width: 1921px) {
    .carousel-rev li .text span {
      padding-top: 47px; } }
  @media (max-width: 1279px) {
    .carousel-rev li .text span {
      padding-top: 24px; } }

.carousel-rev li .text .number {
  position: absolute;
  top: calc((100vw - 1280px) * 0.00625 + 0px);
  left: 0;
  color: #DEDEDE;
  font-size: calc((100vw - 1280px) * 0.00781 + 14px);
  line-height: calc((100vw - 1280px) * 0.01406 + 26px);
  font-weight: 500;
  line-height: 1;
  padding-top: 0; }
  @media (min-width: 1921px) {
    .carousel-rev li .text .number {
      top: 4px; } }
  @media (max-width: 1279px) {
    .carousel-rev li .text .number {
      top: 0px; } }
  @media (min-width: 1921px) {
    .carousel-rev li .text .number {
      font-size: 19px; } }
  @media (max-width: 1279px) {
    .carousel-rev li .text .number {
      font-size: 14px; } }
  @media (min-width: 1921px) {
    .carousel-rev li .text .number {
      line-height: 35px; } }
  @media (max-width: 1279px) {
    .carousel-rev li .text .number {
      line-height: 26px; } }

.carousel-rev .swiper-wrapper {
  padding-bottom: calc((100vw - 1280px) * 0.0875 + 71px); }
  @media (min-width: 1921px) {
    .carousel-rev .swiper-wrapper {
      padding-bottom: 127px; } }
  @media (max-width: 1279px) {
    .carousel-rev .swiper-wrapper {
      padding-bottom: 71px; } }

.carousel-rev .swiper-slide-next:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1; }

.pagination-wrapper {
  margin: 25px 0; }

.pagination .swiper-pagination-bullet {
  font-size: 0px;
  width: 100%;
  display: block;
  border-radius: 0;
  height: 2px;
  background-color: #DEDEDE;
  outline: 0;
  position: relative;
  opacity: 1; }

.pagination .swiper-pagination-bullet:hover {
  background-color: #FF7F00; }

.pagination .swiper-pagination-bullet:nth-child(1),
.pagination .swiper-pagination-bullet:last-child {
  font-size: calc((100vw - 1280px) * 0.00469 + 12px);
  line-height: calc((100vw - 1280px) * 0.00937 + 24px);
  letter-spacing: calc((100vw - 1280px) * 0.00047 + 1.2px); }
  @media (min-width: 1921px) {
    .pagination .swiper-pagination-bullet:nth-child(1),
    .pagination .swiper-pagination-bullet:last-child {
      font-size: 15px; } }
  @media (max-width: 1279px) {
    .pagination .swiper-pagination-bullet:nth-child(1),
    .pagination .swiper-pagination-bullet:last-child {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .pagination .swiper-pagination-bullet:nth-child(1),
    .pagination .swiper-pagination-bullet:last-child {
      line-height: 30px; } }
  @media (max-width: 1279px) {
    .pagination .swiper-pagination-bullet:nth-child(1),
    .pagination .swiper-pagination-bullet:last-child {
      line-height: 24px; } }
  @media (min-width: 1921px) {
    .pagination .swiper-pagination-bullet:nth-child(1),
    .pagination .swiper-pagination-bullet:last-child {
      letter-spacing: 1.5px; } }
  @media (max-width: 1279px) {
    .pagination .swiper-pagination-bullet:nth-child(1),
    .pagination .swiper-pagination-bullet:last-child {
      letter-spacing: 1.2px; } }

.bullet-square {
  display: block;
  position: absolute;
  top: 1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.pagination .swiper-pagination-bullet:nth-child(1) .bullet-square {
  margin-right: 10px;
  left: calc((100vw - 1280px) * -0.00469 + -25px); }
  @media (min-width: 1921px) {
    .pagination .swiper-pagination-bullet:nth-child(1) .bullet-square {
      left: -28px; } }
  @media (max-width: 1279px) {
    .pagination .swiper-pagination-bullet:nth-child(1) .bullet-square {
      left: -25px; } }

.pagination .swiper-pagination-bullet:last-child .bullet-square {
  margin-left: 10px;
  right: calc((100vw - 1280px) * -0.00469 + -25px); }
  @media (min-width: 1921px) {
    .pagination .swiper-pagination-bullet:last-child .bullet-square {
      right: -28px; } }
  @media (max-width: 1279px) {
    .pagination .swiper-pagination-bullet:last-child .bullet-square {
      right: -25px; } }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000; }

.swiper-wrapper {
  height: auto; }

.products-carousel-wrapper {
  padding-top: calc((100vw - 1280px) * 0.08906 + 140px);
  padding-bottom: calc((100vw - 1280px) * 0.06094 + 126px); }
  @media (min-width: 1921px) {
    .products-carousel-wrapper {
      padding-top: 197px; } }
  @media (max-width: 1279px) {
    .products-carousel-wrapper {
      padding-top: 140px; } }
  @media (min-width: 1921px) {
    .products-carousel-wrapper {
      padding-bottom: 165px; } }
  @media (max-width: 1279px) {
    .products-carousel-wrapper {
      padding-bottom: 126px; } }

.products-carousel-wrapper .heading .heading-1 {
  margin-bottom: calc((100vw - 1280px) * 0.02344 + 24px); }
  @media (min-width: 1921px) {
    .products-carousel-wrapper .heading .heading-1 {
      margin-bottom: 39px; } }
  @media (max-width: 1279px) {
    .products-carousel-wrapper .heading .heading-1 {
      margin-bottom: 24px; } }

.products-carousel-wrapper .heading p {
  width: calc(100% / 12 * 5); }

.products-carousel-wrapper .heading {
  margin-bottom: calc((100vw - 1280px) * 0.05312 + 78px); }
  @media (min-width: 1921px) {
    .products-carousel-wrapper .heading {
      margin-bottom: 112px; } }
  @media (max-width: 1279px) {
    .products-carousel-wrapper .heading {
      margin-bottom: 78px; } }

.products-carousel-wrapper .section:before {
  content: url("../images/svg/Group_39.svg");
  position: absolute;
  top: -85px;
  right: 0px;
  width: calc((100vw - 1280px) * 0.15313 + 241px);
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0); }
  @media (min-width: 1921px) {
    .products-carousel-wrapper .section:before {
      width: 339px; } }
  @media (max-width: 1279px) {
    .products-carousel-wrapper .section:before {
      width: 241px; } }

.products-carousel-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-right: 72px; }
  .products-carousel-bottom > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .products-carousel-bottom .navigation {
    width: calc(100% / 12 * 2.5);
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .products-carousel-bottom .navigation .btn-prev {
      margin-right: 24px; }
  .products-carousel-bottom .pagination-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 12 * 4.5 - 47px);
    margin-left: 47px; }
  .products-carousel-bottom .btn-wrapper {
    width: calc(100% / 12 * 5);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .products-carousel-bottom .btn-wrapper a {
      margin: 0 12px; }
      .products-carousel-bottom .btn-wrapper a:nth-child(odd) {
        margin-left: 0px; }
      .products-carousel-bottom .btn-wrapper a:nth-child(even) {
        margin-right: 0px; }

.become-a-partner-wrapper {
  padding-top: calc((100vw - 1280px) * 0.07812 + 140px);
  padding-bottom: calc((100vw - 1280px) * 0.08594 + 140px);
  background-color: #F2F2F2;
  position: relative; }
  @media (min-width: 1921px) {
    .become-a-partner-wrapper {
      padding-top: 190px; } }
  @media (max-width: 1279px) {
    .become-a-partner-wrapper {
      padding-top: 140px; } }
  @media (min-width: 1921px) {
    .become-a-partner-wrapper {
      padding-bottom: 195px; } }
  @media (max-width: 1279px) {
    .become-a-partner-wrapper {
      padding-bottom: 140px; } }
  .become-a-partner-wrapper .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    z-index: 1; }
    .become-a-partner-wrapper .section > * {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      position: relative;
      z-index: 1; }
    .become-a-partner-wrapper .section:before {
      content: "";
      position: absolute;
      height: calc(100% + 580px);
      width: calc(100% / 12 * 2 + 50px);
      background-color: #fff;
      right: 0;
      top: calc((100vw - 1280px) * -0.38281 + -140px); }
      @media (min-width: 1921px) {
        .become-a-partner-wrapper .section:before {
          top: -385px; } }
      @media (max-width: 1279px) {
        .become-a-partner-wrapper .section:before {
          top: -140px; } }
    .become-a-partner-wrapper .section:after {
      content: "";
      background-color: #fff;
      height: calc(100% + 580px);
      width: 2000px;
      position: absolute;
      left: calc(100% - 72px);
      top: calc((100vw - 1280px) * -0.38281 + -140px); }
      @media (min-width: 1921px) {
        .become-a-partner-wrapper .section:after {
          top: -385px; } }
      @media (max-width: 1279px) {
        .become-a-partner-wrapper .section:after {
          top: -140px; } }
  .become-a-partner-wrapper .left {
    width: calc(100% / 12 * 5);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .become-a-partner-wrapper .left p {
      margin-bottom: calc((100vw - 1280px) * 0.04688 + 70px); }
      @media (min-width: 1921px) {
        .become-a-partner-wrapper .left p {
          margin-bottom: 100px; } }
      @media (max-width: 1279px) {
        .become-a-partner-wrapper .left p {
          margin-bottom: 70px; } }
    .become-a-partner-wrapper .left .heading-1 {
      margin-bottom: calc((100vw - 1280px) * 0.025 + 24px); }
      @media (min-width: 1921px) {
        .become-a-partner-wrapper .left .heading-1 {
          margin-bottom: 40px; } }
      @media (max-width: 1279px) {
        .become-a-partner-wrapper .left .heading-1 {
          margin-bottom: 24px; } }
  .become-a-partner-wrapper .right {
    width: calc(100% / 12 * 7); }

.golden-standards-wrapper {
  text-align: center;
  padding-bottom: calc((100vw - 1280px) * 0.0875 + 140px); }
  @media (min-width: 1921px) {
    .golden-standards-wrapper {
      padding-bottom: 196px; } }
  @media (max-width: 1279px) {
    .golden-standards-wrapper {
      padding-bottom: 140px; } }
  .golden-standards-wrapper .image {
    position: relative;
    top: -50px;
    margin-bottom: -20px;
    width: calc(100% / 12 * 4 - 50px); }
    .golden-standards-wrapper .image img {
      position: absolute;
      left: 0;
      top: 0; }
      .golden-standards-wrapper .image img.drop {
        z-index: 1;
        position: relative; }
      .golden-standards-wrapper .image img.shadow {
        bottom: 0;
        top: auto; }
  .golden-standards-wrapper .heading-1 {
    margin-bottom: calc((100vw - 1280px) * 0.02344 + 23px); }
    @media (min-width: 1921px) {
      .golden-standards-wrapper .heading-1 {
        margin-bottom: 38px; } }
    @media (max-width: 1279px) {
      .golden-standards-wrapper .heading-1 {
        margin-bottom: 23px; } }
  .golden-standards-wrapper p {
    margin: 0 auto;
    width: calc(100% / 12 * 8);
    margin-bottom: calc((100vw - 1280px) * 0.04844 + 66px); }
    @media (min-width: 1921px) {
      .golden-standards-wrapper p {
        margin-bottom: 97px; } }
    @media (max-width: 1279px) {
      .golden-standards-wrapper p {
        margin-bottom: 66px; } }

.footer-wrapper {
  background-color: #040405;
  color: #fff;
  font-size: calc((100vw - 1280px) * 0.00469 + 12px);
  line-height: calc((100vw - 1280px) * 0.00937 + 24px);
  letter-spacing: calc((100vw - 1280px) * 0.00047 + 1.2px);
  padding-top: calc((100vw - 1280px) * 0.05 + 88px);
  padding-bottom: calc((100vw - 1280px) * 0.04688 + 58px); }
  @media (min-width: 1921px) {
    .footer-wrapper {
      font-size: 15px; } }
  @media (max-width: 1279px) {
    .footer-wrapper {
      font-size: 12px; } }
  @media (min-width: 1921px) {
    .footer-wrapper {
      line-height: 30px; } }
  @media (max-width: 1279px) {
    .footer-wrapper {
      line-height: 24px; } }
  @media (min-width: 1921px) {
    .footer-wrapper {
      letter-spacing: 1.5px; } }
  @media (max-width: 1279px) {
    .footer-wrapper {
      letter-spacing: 1.2px; } }
  @media (min-width: 1921px) {
    .footer-wrapper {
      padding-top: 120px; } }
  @media (max-width: 1279px) {
    .footer-wrapper {
      padding-top: 88px; } }
  @media (min-width: 1921px) {
    .footer-wrapper {
      padding-bottom: 88px; } }
  @media (max-width: 1279px) {
    .footer-wrapper {
      padding-bottom: 58px; } }
  .footer-wrapper .copy-text {
    color: #555555;
    display: block;
    margin-top: auto; }
  .footer-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .footer-wrapper li {
    margin-bottom: 30px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer-wrapper li:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .footer-wrapper li:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-wrapper li:last-child p {
        -ms-flex-item-align: end;
        align-self: flex-end; }
    .footer-wrapper li:nth-child(1) {
      width: calc(100% / 12 * 4); }
      .footer-wrapper li:nth-child(1) a {
        margin-bottom: 15px;
        display: block; }
      .footer-wrapper li:nth-child(1) div:nth-child(2) {
        margin-top: auto; }
        .footer-wrapper li:nth-child(1) div:nth-child(2) strong {
          color: #555555;
          font-weight: 400; }
    .footer-wrapper li:nth-child(2) {
      width: calc(100% / 12 * 3); }
    .footer-wrapper li:nth-child(3) {
      width: calc(100% / 12 * 3); }
    .footer-wrapper li:nth-child(4) {
      width: calc(100% / 12 * 2); }
      .footer-wrapper li:nth-child(4) div {
        margin-top: auto; }
    .footer-wrapper li p {
      font-weight: 300;
      margin-bottom: calc((100vw - 1280px) * 0.00469 + 4px); }
      @media (min-width: 1921px) {
        .footer-wrapper li p {
          margin-bottom: 7px; } }
      @media (max-width: 1279px) {
        .footer-wrapper li p {
          margin-bottom: 4px; } }
      .footer-wrapper li p strong {
        font-weight: 400; }
    .footer-wrapper li img {
      width: calc((100vw - 1280px) * 0.09062 + 144px); }
      @media (min-width: 1921px) {
        .footer-wrapper li img {
          width: 202px; } }
      @media (max-width: 1279px) {
        .footer-wrapper li img {
          width: 144px; } }

.products-wrapper {
  padding-bottom: calc((100vw - 1280px) * 0.04688 + 50px); }
  @media (min-width: 1921px) {
    .products-wrapper {
      padding-bottom: 80px; } }
  @media (max-width: 1279px) {
    .products-wrapper {
      padding-bottom: 50px; } }
  .products-wrapper .products-list {
    padding-top: calc((100vw - 1280px) * 0.05156 + 80px); }
    @media (min-width: 1921px) {
      .products-wrapper .products-list {
        padding-top: 113px; } }
    @media (max-width: 1279px) {
      .products-wrapper .products-list {
        padding-top: 80px; } }

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .products-list li {
    list-style: none;
    width: calc(100% / 12 * 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 90px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: calc((100vw - 1280px) * 0.05781 + 90px); }
    @media (min-width: 1921px) {
      .products-list li {
        margin-bottom: 127px; } }
    @media (max-width: 1279px) {
      .products-list li {
        margin-bottom: 90px; } }
    .products-list li span {
      display: block;
      width: 100%;
      margin-top: calc((100vw - 1280px) * 0.0125 + 17px);
      margin-bottom: calc((100vw - 1280px) * 0.02344 + 23px); }
      @media (min-width: 1921px) {
        .products-list li span {
          margin-top: 25px; } }
      @media (max-width: 1279px) {
        .products-list li span {
          margin-top: 17px; } }
      @media (min-width: 1921px) {
        .products-list li span {
          margin-bottom: 38px; } }
      @media (max-width: 1279px) {
        .products-list li span {
          margin-bottom: 23px; } }
    .products-list li p {
      width: calc(100% / 4 * 3.5);
      margin-bottom: calc((100vw - 1280px) * 0.02656 + 40px); }
      @media (min-width: 1921px) {
        .products-list li p {
          margin-bottom: 57px; } }
      @media (max-width: 1279px) {
        .products-list li p {
          margin-bottom: 40px; } }
    .products-list li .btn-wrapper {
      margin-top: auto; }
    .products-list li .image {
      width: calc(100% / 4 * 3);
      max-height: 350px; }

.breadcrumbs-wrapper {
  padding-top: calc((100vw - 1280px) * 0.00937 + 35px);
  padding-bottom: calc((100vw - 1280px) * 0.00937 + 9px); }
  @media (min-width: 1921px) {
    .breadcrumbs-wrapper {
      padding-top: 41px; } }
  @media (max-width: 1279px) {
    .breadcrumbs-wrapper {
      padding-top: 35px; } }
  @media (min-width: 1921px) {
    .breadcrumbs-wrapper {
      padding-bottom: 15px; } }
  @media (max-width: 1279px) {
    .breadcrumbs-wrapper {
      padding-bottom: 9px; } }
  .breadcrumbs-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .breadcrumbs-wrapper ul li {
      list-style: none;
      margin-right: calc((100vw - 1280px) * 0.04063 + 57px);
      position: relative;
      font-size: calc((100vw - 1280px) * 0.00469 + 12px);
      line-height: calc((100vw - 1280px) * 0.00937 + 24px);
      color: rgba(0, 0, 0, 0.4); }
      @media (min-width: 1921px) {
        .breadcrumbs-wrapper ul li {
          margin-right: 83px; } }
      @media (max-width: 1279px) {
        .breadcrumbs-wrapper ul li {
          margin-right: 57px; } }
      .breadcrumbs-wrapper ul li:last-child {
        margin-right: 0; }
        .breadcrumbs-wrapper ul li:last-child:before {
          display: none; }
      .breadcrumbs-wrapper ul li:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        width: calc((100vw - 1280px) * 0.01562 + 25px);
        right: calc((100vw - 1280px) * -0.03906 + -41px);
        height: 1px;
        background-color: #DEDEDE; }
        @media (min-width: 1921px) {
          .breadcrumbs-wrapper ul li:before {
            width: 35px; } }
        @media (max-width: 1279px) {
          .breadcrumbs-wrapper ul li:before {
            width: 25px; } }
        @media (min-width: 1921px) {
          .breadcrumbs-wrapper ul li:before {
            right: -66px; } }
        @media (max-width: 1279px) {
          .breadcrumbs-wrapper ul li:before {
            right: -41px; } }
      @media (min-width: 1921px) {
        .breadcrumbs-wrapper ul li {
          font-size: 15px; } }
      @media (max-width: 1279px) {
        .breadcrumbs-wrapper ul li {
          font-size: 12px; } }
      @media (min-width: 1921px) {
        .breadcrumbs-wrapper ul li {
          line-height: 30px; } }
      @media (max-width: 1279px) {
        .breadcrumbs-wrapper ul li {
          line-height: 24px; } }
      .breadcrumbs-wrapper ul li a {
        color: rgba(0, 0, 0, 0.4); }

.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3; }
  .header-wrapper.fixed {
    background-color: #fff; }
    .header-wrapper.fixed .menu-wrapper .menu > li > a {
      color: #000; }
    .header-wrapper.fixed .menu-wrapper .menu-item-has-children > a {
      padding-bottom: calc((100vw - 1280px) * 0.00625 + 20px); }
      @media (min-width: 1921px) {
        .header-wrapper.fixed .menu-wrapper .menu-item-has-children > a {
          padding-bottom: 24px; } }
      @media (max-width: 1279px) {
        .header-wrapper.fixed .menu-wrapper .menu-item-has-children > a {
          padding-bottom: 20px; } }
    .header-wrapper.fixed .hamburger span {
      background-color: #000; }
    .header-wrapper.fixed .section {
      padding-top: calc((100vw - 1280px) * 0.01406 + 16px); }
      @media (min-width: 1921px) {
        .header-wrapper.fixed .section {
          padding-top: 25px; } }
      @media (max-width: 1279px) {
        .header-wrapper.fixed .section {
          padding-top: 16px; } }
      .header-wrapper.fixed .section:before {
        width: 100%;
        left: 0; }
    .header-wrapper.fixed .logo-wrapper a img {
      width: 60%; }
  .header-wrapper .logo-wrapper {
    width: 300px;
    margin-right: auto; }
    .header-wrapper .logo-wrapper a {
      display: block;
      width: 100%; }
      .header-wrapper .logo-wrapper a img {
        width: 70%; }
  .header-wrapper .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: calc((100vw - 1280px) * 0.01719 + 34px);
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    @media (min-width: 1921px) {
      .header-wrapper .section {
        padding-top: 45px; } }
    @media (max-width: 1279px) {
      .header-wrapper .section {
        padding-top: 34px; } }
    .header-wrapper .section:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 72px;
      width: calc(100% - 144px);
      height: 1px;
      background-color: #DEDEDE;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }

body.home .menu-wrapper .menu > li > a {
  color: #fff; }

body.home .header-wrapper.fixed .section:before {
  background-color: #DEDEDE; }

body.home .header-wrapper .section:before {
  background-color: rgba(255, 255, 255, 0.2); }

body.home .hamburger span {
  background-color: #fff; }

.menu-wrapper {
  width: 66.66%;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  .menu-wrapper .menu-item-has-children > a {
    padding-right: 23px;
    position: relative;
    padding-bottom: calc((100vw - 1280px) * 0.01406 + 22px);
    display: inline-block; }
    @media (min-width: 1921px) {
      .menu-wrapper .menu-item-has-children > a {
        padding-bottom: 31px; } }
    @media (max-width: 1279px) {
      .menu-wrapper .menu-item-has-children > a {
        padding-bottom: 22px; } }
    .menu-wrapper .menu-item-has-children > a:before {
      content: "\e925";
      font-family: cd_icons;
      font-size: 10px;
      position: absolute;
      right: 0;
      top: calc((100vw - 1280px) * 0.00469 + 12px);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      line-height: 1;
      letter-spacing: 0; }
      @media (min-width: 1921px) {
        .menu-wrapper .menu-item-has-children > a:before {
          top: 15px; } }
      @media (max-width: 1279px) {
        .menu-wrapper .menu-item-has-children > a:before {
          top: 12px; } }
  .menu-wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .menu-wrapper .menu li {
      margin-right: 20px;
      position: relative; }
  .menu-wrapper li {
    list-style: none; }
    .menu-wrapper li a {
      font-size: calc((100vw - 1280px) * 0.00469 + 12px);
      line-height: calc((100vw - 1280px) * 0.00937 + 24px);
      letter-spacing: calc((100vw - 1280px) * 0.00047 + 1.2px);
      color: #000;
      text-transform: uppercase; }
      @media (min-width: 1921px) {
        .menu-wrapper li a {
          font-size: 15px; } }
      @media (max-width: 1279px) {
        .menu-wrapper li a {
          font-size: 12px; } }
      @media (min-width: 1921px) {
        .menu-wrapper li a {
          line-height: 30px; } }
      @media (max-width: 1279px) {
        .menu-wrapper li a {
          line-height: 24px; } }
      @media (min-width: 1921px) {
        .menu-wrapper li a {
          letter-spacing: 1.5px; } }
      @media (max-width: 1279px) {
        .menu-wrapper li a {
          letter-spacing: 1.2px; } }
      .menu-wrapper li a:hover {
        color: #FF7F00 !important; }
      .menu-wrapper li a:hover:before {
        color: #FF7F00 !important; }
  .menu-wrapper .pll-parent-menu-item .sub-menu {
    width: calc((100vw - 1280px) * 0.00625 + 70px); }
    @media (min-width: 1921px) {
      .menu-wrapper .pll-parent-menu-item .sub-menu {
        width: 74px; } }
    @media (max-width: 1279px) {
      .menu-wrapper .pll-parent-menu-item .sub-menu {
        width: 70px; } }
  .menu-wrapper .sub-menu {
    width: calc((100vw - 1280px) * 0.02969 + 261px);
    background-color: #fff;
    font-size: calc((100vw - 1280px) * 0.00469 + 12px);
    line-height: calc((100vw - 1280px) * 0.00937 + 24px);
    padding: 20px 26px 24px;
    -webkit-box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #FF7F00;
    position: absolute;
    bottom: 1px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 1921px) {
      .menu-wrapper .sub-menu {
        width: 280px; } }
    @media (max-width: 1279px) {
      .menu-wrapper .sub-menu {
        width: 261px; } }
    @media (min-width: 1921px) {
      .menu-wrapper .sub-menu {
        font-size: 15px; } }
    @media (max-width: 1279px) {
      .menu-wrapper .sub-menu {
        font-size: 12px; } }
    @media (min-width: 1921px) {
      .menu-wrapper .sub-menu {
        line-height: 30px; } }
    @media (max-width: 1279px) {
      .menu-wrapper .sub-menu {
        line-height: 24px; } }
    .menu-wrapper .sub-menu:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 17px 0px;
      border-color: transparent transparent #fff transparent;
      line-height: 0;
      top: -17px;
      position: absolute;
      left: 0; }
    .menu-wrapper .sub-menu li {
      margin-bottom: 21px; }
      .menu-wrapper .sub-menu li:last-child {
        margin-bottom: 0px; }
      .menu-wrapper .sub-menu li a {
        color: #999999; }
        .menu-wrapper .sub-menu li a:hover {
          color: #000; }

.product-wrapper {
  padding-top: calc((100vw - 1280px) * 0.02969 + 32px); }
  @media (min-width: 1921px) {
    .product-wrapper {
      padding-top: 51px; } }
  @media (max-width: 1279px) {
    .product-wrapper {
      padding-top: 32px; } }
  .product-wrapper .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .product-wrapper .left {
    width: calc(50% - 11px);
    padding-right: calc(100% / 12 - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 11px;
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: calc((100vw - 1280px) * 0.04766 + 138px); }
    @media (min-width: 1921px) {
      .product-wrapper .left {
        top: 168.5px; } }
    @media (max-width: 1279px) {
      .product-wrapper .left {
        top: 138px; } }
    .product-wrapper .left figure {
      width: 100%; }
  .product-wrapper .right {
    width: 50%; }
    .product-wrapper .right .heading {
      margin-bottom: calc((100vw - 1280px) * 0.02813 + 24px); }
      @media (min-width: 1921px) {
        .product-wrapper .right .heading {
          margin-bottom: 42px; } }
      @media (max-width: 1279px) {
        .product-wrapper .right .heading {
          margin-bottom: 24px; } }
      .product-wrapper .right .heading .t-medium {
        color: #999999;
        display: block;
        margin-bottom: calc((100vw - 1280px) * 0.00781 + 1px); }
        @media (min-width: 1921px) {
          .product-wrapper .right .heading .t-medium {
            margin-bottom: 6px; } }
        @media (max-width: 1279px) {
          .product-wrapper .right .heading .t-medium {
            margin-bottom: 1px; } }
  .product-wrapper .product-info-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: calc((100vw - 1280px) * 0.00781 + 14px);
    line-height: calc((100vw - 1280px) * 0.01406 + 26px);
    letter-spacing: 0.42px;
    margin-bottom: calc((100vw - 1280px) * 0.01406 + 12px); }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper li {
        font-size: 19px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper li {
        font-size: 14px; } }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper li {
        line-height: 35px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper li {
        line-height: 26px; } }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper li {
        margin-bottom: 21px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper li {
        margin-bottom: 12px; } }
  .product-wrapper .product-info-wrapper ul li:last-child {
    margin-bottom: 5px;
    margin-bottom: calc((100vw - 1280px) * 0.02969 + 5px); }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper ul li:last-child {
        margin-bottom: 24px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper ul li:last-child {
        margin-bottom: 5px; } }
  .product-wrapper .product-info-wrapper .label {
    margin-right: calc((100vw - 1280px) * 0.02187 + 37px);
    width: calc((100vw - 1280px) * 0.05625 + 100px);
    color: #999999; }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper .label {
        margin-right: 51px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper .label {
        margin-right: 37px; } }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper .label {
        width: 136px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper .label {
        width: 100px; } }
  .product-wrapper .product-info-wrapper .list-of-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 70%; }
  .product-wrapper .product-info-wrapper .item {
    color: #040405;
    padding-right: 40px;
    position: relative; }
    .product-wrapper .product-info-wrapper .item:last-of-type {
      padding-left: 0; }
      .product-wrapper .product-info-wrapper .item:last-of-type:before {
        display: none; }
    .product-wrapper .product-info-wrapper .item:before {
      content: "";
      height: 18px;
      height: calc((100vw - 1280px) * 0.0125 + 18px);
      width: 1px;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-color: rgba(0, 0, 0, 0.2); }
      @media (min-width: 1921px) {
        .product-wrapper .product-info-wrapper .item:before {
          height: 26px; } }
      @media (max-width: 1279px) {
        .product-wrapper .product-info-wrapper .item:before {
          height: 18px; } }
  .product-wrapper .product-info-wrapper .versions-wrapper .top {
    width: 100%; }
    .product-wrapper .product-info-wrapper .versions-wrapper .top span {
      display: block;
      width: 100%;
      border-bottom: 1px solid #DEDEDE;
      padding-bottom: calc((100vw - 1280px) * 0.00937 + 9px);
      color: #999999; }
      @media (min-width: 1921px) {
        .product-wrapper .product-info-wrapper .versions-wrapper .top span {
          padding-bottom: 15px; } }
      @media (max-width: 1279px) {
        .product-wrapper .product-info-wrapper .versions-wrapper .top span {
          padding-bottom: 9px; } }
  .product-wrapper .product-info-wrapper .versions-wrapper ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    padding-top: calc((100vw - 1280px) * 0.02344 + 40px); }
    @media (min-width: 1921px) {
      .product-wrapper .product-info-wrapper .versions-wrapper ol {
        padding-top: 55px; } }
    @media (max-width: 1279px) {
      .product-wrapper .product-info-wrapper .versions-wrapper ol {
        padding-top: 40px; } }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li {
      width: calc(100% / 3 - 16px);
      margin: 0 12px;
      margin-bottom: 27px;
      cursor: default; }
      .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+1) {
        margin-left: 0; }
      .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+3) {
        margin-right: 0; }
      .product-wrapper .product-info-wrapper .versions-wrapper ol li .image {
        width: 100%; }
      .product-wrapper .product-info-wrapper .versions-wrapper ol li span {
        font-weight: 500;
        display: block;
        text-align: center;
        color: #040405;
        width: 100%;
        margin-top: 3px;
        margin-right: 0;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
  .product-wrapper .product-description {
    padding-bottom: 20px; }
    .product-wrapper .product-description .top {
      width: 100%;
      margin-bottom: 28px; }
      .product-wrapper .product-description .top span {
        display: block;
        border-bottom: 1px solid #DEDEDE;
        color: #999999;
        padding-bottom: calc((100vw - 1280px) * 0.00937 + 9px); }
        @media (min-width: 1921px) {
          .product-wrapper .product-description .top span {
            padding-bottom: 15px; } }
        @media (max-width: 1279px) {
          .product-wrapper .product-description .top span {
            padding-bottom: 9px; } }
    .product-wrapper .product-description .text {
      margin-bottom: calc((100vw - 1280px) * 0.04219 + 30px); }
      @media (min-width: 1921px) {
        .product-wrapper .product-description .text {
          margin-bottom: 57px; } }
      @media (max-width: 1279px) {
        .product-wrapper .product-description .text {
          margin-bottom: 30px; } }
      .product-wrapper .product-description .text ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0 20px; }
      .product-wrapper .product-description .text li {
        margin-bottom: 5px;
        position: relative;
        padding-left: calc((100vw - 1280px) * 0.01406 + 27px); }
        @media (min-width: 1921px) {
          .product-wrapper .product-description .text li {
            padding-left: 36px; } }
        @media (max-width: 1279px) {
          .product-wrapper .product-description .text li {
            padding-left: 27px; } }
        .product-wrapper .product-description .text li:before {
          content: "";
          background-color: #FF7F00;
          border-radius: 50px;
          position: absolute;
          left: 0;
          width: calc((100vw - 1280px) * 0.00313 + 7px);
          height: calc((100vw - 1280px) * 0.00313 + 7px);
          top: calc((100vw - 1280px) * 0.00781 + 9px); }
          @media (min-width: 1921px) {
            .product-wrapper .product-description .text li:before {
              width: 9px; } }
          @media (max-width: 1279px) {
            .product-wrapper .product-description .text li:before {
              width: 7px; } }
          @media (min-width: 1921px) {
            .product-wrapper .product-description .text li:before {
              height: 9px; } }
          @media (max-width: 1279px) {
            .product-wrapper .product-description .text li:before {
              height: 7px; } }
          @media (min-width: 1921px) {
            .product-wrapper .product-description .text li:before {
              top: 14px; } }
          @media (max-width: 1279px) {
            .product-wrapper .product-description .text li:before {
              top: 9px; } }
        .product-wrapper .product-description .text li:last-child {
          margin-bottom: 0; }
    .product-wrapper .product-description ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .product-wrapper .product-description ul li {
        list-style: none;
        width: calc(100% / 3);
        margin-bottom: calc((100vw - 1280px) * 0.02344 + 26px); }
        @media (min-width: 1921px) {
          .product-wrapper .product-description ul li {
            margin-bottom: 41px; } }
        @media (max-width: 1279px) {
          .product-wrapper .product-description ul li {
            margin-bottom: 26px; } }
        .product-wrapper .product-description ul li figure {
          position: relative;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          .product-wrapper .product-description ul li figure img {
            width: calc((100vw - 1280px) * 0.02969 + 41px);
            height: calc((100vw - 1280px) * 0.02969 + 41px); }
            @media (min-width: 1921px) {
              .product-wrapper .product-description ul li figure img {
                width: 60px; } }
            @media (max-width: 1279px) {
              .product-wrapper .product-description ul li figure img {
                width: 41px; } }
            @media (min-width: 1921px) {
              .product-wrapper .product-description ul li figure img {
                height: 60px; } }
            @media (max-width: 1279px) {
              .product-wrapper .product-description ul li figure img {
                height: 41px; } }
        .product-wrapper .product-description ul li span {
          display: block;
          text-align: center;
          margin-top: calc((100vw - 1280px) * 0.00937 + 10px); }
          @media (min-width: 1921px) {
            .product-wrapper .product-description ul li span {
              margin-top: 16px; } }
          @media (max-width: 1279px) {
            .product-wrapper .product-description ul li span {
              margin-top: 10px; } }
  .product-wrapper .products-similar {
    padding-bottom: 13px; }
    .product-wrapper .products-similar .top {
      width: 100%;
      margin-bottom: calc((100vw - 1280px) * 0.02813 + 28px); }
      @media (min-width: 1921px) {
        .product-wrapper .products-similar .top {
          margin-bottom: 46px; } }
      @media (max-width: 1279px) {
        .product-wrapper .products-similar .top {
          margin-bottom: 28px; } }
      .product-wrapper .products-similar .top span {
        display: block;
        border-bottom: 1px solid #DEDEDE;
        color: #999999;
        padding-bottom: calc((100vw - 1280px) * 0.0125 + 9px); }
        @media (min-width: 1921px) {
          .product-wrapper .products-similar .top span {
            padding-bottom: 17px; } }
        @media (max-width: 1279px) {
          .product-wrapper .products-similar .top span {
            padding-bottom: 9px; } }
    .product-wrapper .products-similar ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .product-wrapper .products-similar ul li {
        cursor: pointer;
        list-style: none;
        width: calc(100% / 3 - 16px);
        margin: 0 12px;
        margin-bottom: 40px; }
        .product-wrapper .products-similar ul li:nth-child(3n+1) {
          margin-left: 0; }
        .product-wrapper .products-similar ul li:nth-child(3n+3) {
          margin-right: 0; }
        .product-wrapper .products-similar ul li:hover span {
          color: #FF7F00; }
        .product-wrapper .products-similar ul li span {
          display: block;
          margin-top: 9px;
          text-align: center;
          color: #040405;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
        .product-wrapper .products-similar ul li .image {
          max-width: calc((100vw - 1280px) * 0.09375 + 110px);
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (min-width: 1921px) {
            .product-wrapper .products-similar ul li .image {
              max-width: 170px; } }
          @media (max-width: 1279px) {
            .product-wrapper .products-similar ul li .image {
              max-width: 110px; } }
  .product-wrapper .ask-for-offer-wrapper {
    padding: 0px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.84)), to(white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.84), white);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.84), white);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.84), white);
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding-bottom: calc((100vw - 1280px) * 0.01719 + 25px);
    padding-top: calc((100vw - 1280px) * 0.025 + 35px); }
    @media (min-width: 1921px) {
      .product-wrapper .ask-for-offer-wrapper {
        padding-bottom: 36px; } }
    @media (max-width: 1279px) {
      .product-wrapper .ask-for-offer-wrapper {
        padding-bottom: 25px; } }
    @media (min-width: 1921px) {
      .product-wrapper .ask-for-offer-wrapper {
        padding-top: 51px; } }
    @media (max-width: 1279px) {
      .product-wrapper .ask-for-offer-wrapper {
        padding-top: 35px; } }
    .product-wrapper .ask-for-offer-wrapper span {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-right: calc((100vw - 1280px) * 0.11094 + 24px); }
      @media (min-width: 1921px) {
        .product-wrapper .ask-for-offer-wrapper span {
          margin-right: 95px; } }
      @media (max-width: 1279px) {
        .product-wrapper .ask-for-offer-wrapper span {
          margin-right: 24px; } }

.service-wrapper .service-top .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.service-wrapper .service-top .heading {
  width: 100%;
  margin-bottom: calc((100vw - 1280px) * 0.03594 + 47px); }
  @media (min-width: 1921px) {
    .service-wrapper .service-top .heading {
      margin-bottom: 70px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-top .heading {
      margin-bottom: 47px; } }

.service-wrapper .service-top .left {
  width: calc(100% / 12 * 5);
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  padding-left: 12px; }
  .service-wrapper .service-top .left .image {
    width: 100%; }

.service-wrapper .service-top .right {
  width: calc(100% / 12 * 7);
  padding-bottom: 88px; }
  .service-wrapper .service-top .right .heading-2 {
    margin-bottom: calc((100vw - 1280px) * 0.025 + 24px);
    width: calc(100% / 7 * 5); }
    @media (min-width: 1921px) {
      .service-wrapper .service-top .right .heading-2 {
        margin-bottom: 40px; } }
    @media (max-width: 1279px) {
      .service-wrapper .service-top .right .heading-2 {
        margin-bottom: 24px; } }
  .service-wrapper .service-top .right .text {
    margin-bottom: calc((100vw - 1280px) * 0.03125 + 41px);
    width: calc(100% / 7 * 5); }
    @media (min-width: 1921px) {
      .service-wrapper .service-top .right .text {
        margin-bottom: 61px; } }
    @media (max-width: 1279px) {
      .service-wrapper .service-top .right .text {
        margin-bottom: 41px; } }

.service-wrapper .service-middle {
  background-color: #F2F2F2;
  padding-top: calc((100vw - 1280px) * 0.13906 + 214px);
  padding-bottom: calc((100vw - 1280px) * 0.08906 + 140px); }
  @media (min-width: 1921px) {
    .service-wrapper .service-middle {
      padding-top: 303px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-middle {
      padding-top: 214px; } }
  @media (min-width: 1921px) {
    .service-wrapper .service-middle {
      padding-bottom: 197px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-middle {
      padding-bottom: 140px; } }
  .service-wrapper .service-middle .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    z-index: 1; }
    .service-wrapper .service-middle .section:before {
      content: "";
      position: absolute;
      height: calc(100% + 420px);
      width: calc(100% / 12 * 2 + 50px);
      background-color: #fff;
      right: 0;
      top: calc((100vw - 1280px) * -0.10938 + -140px); }
      @media (min-width: 1921px) {
        .service-wrapper .service-middle .section:before {
          top: -210px; } }
      @media (max-width: 1279px) {
        .service-wrapper .service-middle .section:before {
          top: -140px; } }
    .service-wrapper .service-middle .section:after {
      content: "";
      background-color: #fff;
      height: calc(100% + 420px);
      width: 2000px;
      position: absolute;
      left: calc(100% - 72px);
      top: calc((100vw - 1280px) * -0.10938 + -140px); }
      @media (min-width: 1921px) {
        .service-wrapper .service-middle .section:after {
          top: -210px; } }
      @media (max-width: 1279px) {
        .service-wrapper .service-middle .section:after {
          top: -140px; } }
    .service-wrapper .service-middle .section > * {
      position: relative;
      z-index: 1; }
  .service-wrapper .service-middle .left {
    width: calc(100% / 12 * 5);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .service-wrapper .service-middle .left .heading-2 {
      margin-bottom: calc((100vw - 1280px) * 0.02187 + 25px); }
      @media (min-width: 1921px) {
        .service-wrapper .service-middle .left .heading-2 {
          margin-bottom: 39px; } }
      @media (max-width: 1279px) {
        .service-wrapper .service-middle .left .heading-2 {
          margin-bottom: 25px; } }
    .service-wrapper .service-middle .left .text {
      padding-bottom: 70px;
      padding-bottom: calc((100vw - 1280px) * 0.04219 + 70px); }
      @media (min-width: 1921px) {
        .service-wrapper .service-middle .left .text {
          padding-bottom: 97px; } }
      @media (max-width: 1279px) {
        .service-wrapper .service-middle .left .text {
          padding-bottom: 70px; } }
      .service-wrapper .service-middle .left .text li {
        margin-bottom: 25px;
        position: relative;
        padding-left: calc((100vw - 1280px) * 0.01406 + 27px); }
        @media (min-width: 1921px) {
          .service-wrapper .service-middle .left .text li {
            padding-left: 36px; } }
        @media (max-width: 1279px) {
          .service-wrapper .service-middle .left .text li {
            padding-left: 27px; } }
        .service-wrapper .service-middle .left .text li:before {
          content: "";
          background-color: #FF7F00;
          border-radius: 50px;
          position: absolute;
          left: 0;
          width: calc((100vw - 1280px) * 0.00313 + 7px);
          height: calc((100vw - 1280px) * 0.00313 + 7px);
          top: calc((100vw - 1280px) * 0.00781 + 9px); }
          @media (min-width: 1921px) {
            .service-wrapper .service-middle .left .text li:before {
              width: 9px; } }
          @media (max-width: 1279px) {
            .service-wrapper .service-middle .left .text li:before {
              width: 7px; } }
          @media (min-width: 1921px) {
            .service-wrapper .service-middle .left .text li:before {
              height: 9px; } }
          @media (max-width: 1279px) {
            .service-wrapper .service-middle .left .text li:before {
              height: 7px; } }
          @media (min-width: 1921px) {
            .service-wrapper .service-middle .left .text li:before {
              top: 14px; } }
          @media (max-width: 1279px) {
            .service-wrapper .service-middle .left .text li:before {
              top: 9px; } }
        .service-wrapper .service-middle .left .text li:last-child {
          margin-bottom: 0; }
  .service-wrapper .service-middle .right {
    width: calc(100% / 12 * 7); }

.service-wrapper .service-bottom {
  padding-top: calc((100vw - 1280px) * 0.09375 + 60px);
  padding-bottom: calc((100vw - 1280px) * 0.07812 + 115px); }
  @media (min-width: 1921px) {
    .service-wrapper .service-bottom {
      padding-top: 120px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-bottom {
      padding-top: 60px; } }
  @media (min-width: 1921px) {
    .service-wrapper .service-bottom {
      padding-bottom: 165px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-bottom {
      padding-bottom: 115px; } }
  .service-wrapper .service-bottom .heading-2 {
    margin-bottom: calc((100vw - 1280px) * 0.04688 + 50px); }
    @media (min-width: 1921px) {
      .service-wrapper .service-bottom .heading-2 {
        margin-bottom: 80px; } }
    @media (max-width: 1279px) {
      .service-wrapper .service-bottom .heading-2 {
        margin-bottom: 50px; } }
  .service-wrapper .service-bottom .section {
    position: relative; }
    .service-wrapper .service-bottom .section:before {
      content: url("../images/svg/Group_39.svg");
      position: absolute;
      top: -10px;
      right: 0px;
      z-index: -1;
      width: calc((100vw - 1280px) * 0.15313 + 241px);
      -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
      transform: translate(20%, 0); }
      @media (min-width: 1921px) {
        .service-wrapper .service-bottom .section:before {
          width: 339px; } }
      @media (max-width: 1279px) {
        .service-wrapper .service-bottom .section:before {
          width: 241px; } }

.service-wrapper .service-bottom.service-added {
  padding-top: calc((100vw - 1280px) * 0 + 0px);
  padding-bottom: calc((100vw - 1280px) * 0.07812 + 115px); }
  @media (min-width: 1921px) {
    .service-wrapper .service-bottom.service-added {
      padding-top: 0px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-bottom.service-added {
      padding-top: 0px; } }
  @media (min-width: 1921px) {
    .service-wrapper .service-bottom.service-added {
      padding-bottom: 165px; } }
  @media (max-width: 1279px) {
    .service-wrapper .service-bottom.service-added {
      padding-bottom: 115px; } }

.service-wrapper .service-bufor {
  margin-bottom: 200px;
  width: 100%; }

.advantages-list-banner {
  width: 100%;
  padding: 0px 42px 0px 65px;
  padding-top: calc((100vw - 1280px) * 0.03125 + 38px);
  padding-bottom: calc((100vw - 1280px) * 0.01406 + 13px);
  -webkit-box-shadow: -40px 40px 60px rgba(0, 0, 0, 0.1);
  box-shadow: -40px 40px 60px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #fff;
  margin-bottom: -77px;
  margin-bottom: calc((100vw - 1280px) * -0.04375 + -77px);
  position: relative; }
  @media (min-width: 1921px) {
    .advantages-list-banner {
      padding-top: 58px; } }
  @media (max-width: 1279px) {
    .advantages-list-banner {
      padding-top: 38px; } }
  @media (min-width: 1921px) {
    .advantages-list-banner {
      padding-bottom: 22px; } }
  @media (max-width: 1279px) {
    .advantages-list-banner {
      padding-bottom: 13px; } }
  @media (min-width: 1921px) {
    .advantages-list-banner {
      margin-bottom: -105px; } }
  @media (max-width: 1279px) {
    .advantages-list-banner {
      margin-bottom: -77px; } }
  .advantages-list-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 100%; }
  .advantages-list-banner li .image {
    background-position: center;
    background-size: contain;
    width: calc((100vw - 1280px) * 0.02656 + 36px);
    height: calc((100vw - 1280px) * 0.02656 + 36px); }
    @media (min-width: 1921px) {
      .advantages-list-banner li .image {
        width: 53px; } }
    @media (max-width: 1279px) {
      .advantages-list-banner li .image {
        width: 36px; } }
    @media (min-width: 1921px) {
      .advantages-list-banner li .image {
        height: 53px; } }
    @media (max-width: 1279px) {
      .advantages-list-banner li .image {
        height: 36px; } }
  .advantages-list-banner li span {
    margin-top: 17px; }

.list-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list-boxes li {
    width: calc(100% / 3 - 16px);
    margin: 0 12px;
    -webkit-box-shadow: -40px 40px 60px rgba(0, 0, 0, 0.08);
    box-shadow: -40px 40px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    counter-increment: questionNumber;
    background-color: #fff;
    margin-bottom: calc((100vw - 1280px) * 0.01562 + 25px);
    padding-top: calc((100vw - 1280px) * 0.0375 + 62px);
    padding-bottom: calc((100vw - 1280px) * 0.02187 + 40px);
    padding-left: calc((100vw - 1280px) * 0.02656 + 40px);
    padding-right: calc((100vw - 1280px) * 0.02656 + 40px); }
    @media (min-width: 1921px) {
      .list-boxes li {
        margin-bottom: 35px; } }
    @media (max-width: 1279px) {
      .list-boxes li {
        margin-bottom: 25px; } }
    @media (min-width: 1921px) {
      .list-boxes li {
        padding-top: 86px; } }
    @media (max-width: 1279px) {
      .list-boxes li {
        padding-top: 62px; } }
    @media (min-width: 1921px) {
      .list-boxes li {
        padding-bottom: 54px; } }
    @media (max-width: 1279px) {
      .list-boxes li {
        padding-bottom: 40px; } }
    @media (min-width: 1921px) {
      .list-boxes li {
        padding-left: 57px; } }
    @media (max-width: 1279px) {
      .list-boxes li {
        padding-left: 40px; } }
    @media (min-width: 1921px) {
      .list-boxes li {
        padding-right: 57px; } }
    @media (max-width: 1279px) {
      .list-boxes li {
        padding-right: 40px; } }
    .list-boxes li:nth-child(3n+1) {
      margin-left: 0; }
    .list-boxes li:nth-child(3n+3) {
      margin-right: 0; }
    .list-boxes li:before {
      content: counters(questionNumber, ".", decimal-leading-zero);
      position: absolute;
      font-size: calc((100vw - 1280px) * 0.00781 + 14px);
      line-height: calc((100vw - 1280px) * 0.01406 + 26px);
      color: #DEDEDE;
      line-height: 1;
      z-index: 2;
      top: calc((100vw - 1280px) * 0.0125 + 20px);
      right: calc((100vw - 1280px) * 0.0125 + 20px); }
      @media (min-width: 1921px) {
        .list-boxes li:before {
          font-size: 19px; } }
      @media (max-width: 1279px) {
        .list-boxes li:before {
          font-size: 14px; } }
      @media (min-width: 1921px) {
        .list-boxes li:before {
          line-height: 35px; } }
      @media (max-width: 1279px) {
        .list-boxes li:before {
          line-height: 26px; } }
      @media (min-width: 1921px) {
        .list-boxes li:before {
          top: 28px; } }
      @media (max-width: 1279px) {
        .list-boxes li:before {
          top: 20px; } }
      @media (min-width: 1921px) {
        .list-boxes li:before {
          right: 28px; } }
      @media (max-width: 1279px) {
        .list-boxes li:before {
          right: 20px; } }
    .list-boxes li:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      z-index: 1; }
    .list-boxes li span {
      font-size: calc((100vw - 1280px) * 0.01094 + 18px);
      line-height: calc((100vw - 1280px) * 0.02031 + 28px);
      color: #040405;
      display: block;
      letter-spacing: calc((100vw - 1280px) * 0.00033 + 0.54px);
      margin-top: calc((100vw - 1280px) * 0.02344 + 39px); }
      @media (min-width: 1921px) {
        .list-boxes li span {
          font-size: 25px; } }
      @media (max-width: 1279px) {
        .list-boxes li span {
          font-size: 18px; } }
      @media (min-width: 1921px) {
        .list-boxes li span {
          line-height: 41px; } }
      @media (max-width: 1279px) {
        .list-boxes li span {
          line-height: 28px; } }
      @media (min-width: 1921px) {
        .list-boxes li span {
          letter-spacing: 0.75px; } }
      @media (max-width: 1279px) {
        .list-boxes li span {
          letter-spacing: 0.54px; } }
      @media (min-width: 1921px) {
        .list-boxes li span {
          margin-top: 54px; } }
      @media (max-width: 1279px) {
        .list-boxes li span {
          margin-top: 39px; } }
    .list-boxes li > * {
      position: relative;
      z-index: 2; }
    .list-boxes li .image img {
      width: auto;
      height: calc((100vw - 1280px) * 0.02813 + 45px); }
      @media (min-width: 1921px) {
        .list-boxes li .image img {
          height: 63px; } }
      @media (max-width: 1279px) {
        .list-boxes li .image img {
          height: 45px; } }

.about-us-top-wrapper {
  padding-bottom: calc((100vw - 1280px) * 0.06406 + 65px);
  border-bottom: 1px solid #DEDEDE; }
  @media (min-width: 1921px) {
    .about-us-top-wrapper {
      padding-bottom: 106px; } }
  @media (max-width: 1279px) {
    .about-us-top-wrapper {
      padding-bottom: 65px; } }
  .about-us-top-wrapper .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .about-us-top-wrapper .heading {
    width: 100%;
    margin-bottom: 47px; }
  .about-us-top-wrapper .left {
    width: calc(100% / 12 * 5);
    margin-bottom: 25px; }
    .about-us-top-wrapper .left .image {
      width: 100%;
      padding-right: calc(100% / 5 * 0.5);
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .about-us-top-wrapper .left .image img {
        width: 100%; }
  .about-us-top-wrapper .right {
    width: calc(100% / 12 * 7);
    margin-bottom: 25px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .about-us-top-wrapper .right .heading-2 {
      display: block;
      margin-bottom: calc((100vw - 1280px) * 0.02187 + 24px); }
      @media (min-width: 1921px) {
        .about-us-top-wrapper .right .heading-2 {
          margin-bottom: 38px; } }
      @media (max-width: 1279px) {
        .about-us-top-wrapper .right .heading-2 {
          margin-bottom: 24px; } }
    .about-us-top-wrapper .right li {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      margin-bottom: calc((100vw - 1280px) * 0.02813 + 23px); }
      @media (min-width: 1921px) {
        .about-us-top-wrapper .right li {
          margin-bottom: 41px; } }
      @media (max-width: 1279px) {
        .about-us-top-wrapper .right li {
          margin-bottom: 23px; } }
      .about-us-top-wrapper .right li span {
        width: calc(100% / 7 * 2);
        margin-right: 26px;
        display: block;
        color: #999999;
        text-align: right; }
      .about-us-top-wrapper .right li p {
        width: calc(100% / 7 * 5 - 26px); }
  .about-us-top-wrapper:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: calc((100vw - 1280px) * 0.12812 + 305px);
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 1921px) {
      .about-us-top-wrapper:before {
        height: 387px; } }
    @media (max-width: 1279px) {
      .about-us-top-wrapper:before {
        height: 305px; } }

.about-us-banner {
  position: relative;
  color: #fff;
  padding-bottom: calc((100vw - 1280px) * 0.07031 + 77px);
  padding-top: calc((100vw - 1280px) * 0.06875 + 94px); }
  @media (min-width: 1921px) {
    .about-us-banner {
      padding-bottom: 122px; } }
  @media (max-width: 1279px) {
    .about-us-banner {
      padding-bottom: 77px; } }
  @media (min-width: 1921px) {
    .about-us-banner {
      padding-top: 138px; } }
  @media (max-width: 1279px) {
    .about-us-banner {
      padding-top: 94px; } }
  .about-us-banner .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .about-us-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .about-us-banner li {
    width: 50%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    padding-right: calc((100vw - 1280px) * 0.0875 + 24px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 1921px) {
      .about-us-banner li {
        padding-right: 80px; } }
    @media (max-width: 1279px) {
      .about-us-banner li {
        padding-right: 24px; } }
  .about-us-banner span {
    width: calc((100vw - 1280px) * 0.0625 + 70px);
    margin-right: 26px;
    display: block;
    color: rgba(255, 255, 255, 0.6); }
    @media (min-width: 1921px) {
      .about-us-banner span {
        width: 110px; } }
    @media (max-width: 1279px) {
      .about-us-banner span {
        width: 70px; } }
  .about-us-banner p {
    width: calc(100% - (calc(100vw * 0.0625 + 8px))); }

.about-us-cannateo {
  background-color: #EDF1EB;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  padding-top: calc((100vw - 1280px) * 0.06406 + 100px);
  padding-bottom: calc((100vw - 1280px) * 0.08281 + 100px); }
  @media (min-width: 1921px) {
    .about-us-cannateo {
      padding-top: 141px; } }
  @media (max-width: 1279px) {
    .about-us-cannateo {
      padding-top: 100px; } }
  @media (min-width: 1921px) {
    .about-us-cannateo {
      padding-bottom: 153px; } }
  @media (max-width: 1279px) {
    .about-us-cannateo {
      padding-bottom: 100px; } }
  .about-us-cannateo:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: calc((100vw - 1280px) * 0.12812 + 305px);
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 1921px) {
      .about-us-cannateo:before {
        height: 387px; } }
    @media (max-width: 1279px) {
      .about-us-cannateo:before {
        height: 305px; } }
  .about-us-cannateo .logo-cannateo {
    margin-bottom: calc((100vw - 1280px) * 0.01719 + 27px); }
    @media (min-width: 1921px) {
      .about-us-cannateo .logo-cannateo {
        margin-bottom: 38px; } }
    @media (max-width: 1279px) {
      .about-us-cannateo .logo-cannateo {
        margin-bottom: 27px; } }
    .about-us-cannateo .logo-cannateo .image {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      position: relative; }
      .about-us-cannateo .logo-cannateo .image img {
        width: calc((100vw - 1280px) * 0.09062 + 139px); }
        @media (min-width: 1921px) {
          .about-us-cannateo .logo-cannateo .image img {
            width: 197px; } }
        @media (max-width: 1279px) {
          .about-us-cannateo .logo-cannateo .image img {
            width: 139px; } }
  .about-us-cannateo p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% / 12 * 4 + 48px);
    margin-bottom: calc((100vw - 1280px) * 0.04844 + 66px); }
    @media (min-width: 1921px) {
      .about-us-cannateo p {
        margin-bottom: 97px; } }
    @media (max-width: 1279px) {
      .about-us-cannateo p {
        margin-bottom: 66px; } }
  .about-us-cannateo .btn-parent {
    text-align: center; }
  .about-us-cannateo .cannateo-products-list {
    padding: 0px calc(100% / 12) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: calc((100vw - 1280px) * 0.03594 + 66px); }
    @media (min-width: 1921px) {
      .about-us-cannateo .cannateo-products-list {
        padding-top: 89px; } }
    @media (max-width: 1279px) {
      .about-us-cannateo .cannateo-products-list {
        padding-top: 66px; } }
    .about-us-cannateo .cannateo-products-list li {
      width: calc(100% / 12 * 4);
      margin-bottom: 40px; }
      .about-us-cannateo .cannateo-products-list li .image {
        width: 100%; }

.about-us-our-why-revocann {
  border-bottom: 1px solid #DEDEDE;
  padding-top: calc((100vw - 1280px) * 0.08438 + 140px);
  padding-bottom: calc((100vw - 1280px) * 0.05469 + 140px); }
  @media (min-width: 1921px) {
    .about-us-our-why-revocann {
      padding-top: 194px; } }
  @media (max-width: 1279px) {
    .about-us-our-why-revocann {
      padding-top: 140px; } }
  @media (min-width: 1921px) {
    .about-us-our-why-revocann {
      padding-bottom: 175px; } }
  @media (max-width: 1279px) {
    .about-us-our-why-revocann {
      padding-bottom: 140px; } }
  .about-us-our-why-revocann .heading {
    margin-bottom: calc((100vw - 1280px) * 0.02656 + 51px); }
    @media (min-width: 1921px) {
      .about-us-our-why-revocann .heading {
        margin-bottom: 68px; } }
    @media (max-width: 1279px) {
      .about-us-our-why-revocann .heading {
        margin-bottom: 51px; } }
  .about-us-our-why-revocann .carousel-rev li .image {
    margin-top: 7px;
    width: calc((100vw - 1280px) * 0.06406 + 90px); }
    @media (min-width: 1921px) {
      .about-us-our-why-revocann .carousel-rev li .image {
        width: 131px; } }
    @media (max-width: 1279px) {
      .about-us-our-why-revocann .carousel-rev li .image {
        width: 90px; } }
    .about-us-our-why-revocann .carousel-rev li .image img {
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: auto;
      height: calc((100vw - 1280px) * 0.02813 + 45px); }
      @media (min-width: 1921px) {
        .about-us-our-why-revocann .carousel-rev li .image img {
          height: 63px; } }
      @media (max-width: 1279px) {
        .about-us-our-why-revocann .carousel-rev li .image img {
          height: 45px; } }
  .about-us-our-why-revocann .carousel-rev li .text {
    width: calc(100% - calc(100vw * 0.0234375 + 96px));
    margin-left: 9px; }

.about-us-our-team {
  position: relative;
  padding-top: calc((100vw - 1280px) * 0.08594 + 140px);
  padding-bottom: calc((100vw - 1280px) * 0.03125 + 100px); }
  @media (min-width: 1921px) {
    .about-us-our-team {
      padding-top: 195px; } }
  @media (max-width: 1279px) {
    .about-us-our-team {
      padding-top: 140px; } }
  @media (min-width: 1921px) {
    .about-us-our-team {
      padding-bottom: 120px; } }
  @media (max-width: 1279px) {
    .about-us-our-team {
      padding-bottom: 100px; } }
  .about-us-our-team:before {
    content: url("../images/svg/Group_39.svg");
    position: absolute;
    top: 0;
    right: -73px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 0;
    width: calc((100vw - 1280px) * 0.15313 + 241px); }
    @media (min-width: 1921px) {
      .about-us-our-team:before {
        width: 339px; } }
    @media (max-width: 1279px) {
      .about-us-our-team:before {
        width: 241px; } }
  .about-us-our-team .heading p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: calc((100vw - 1280px) * 0.05625 + 80px); }
    @media (min-width: 1921px) {
      .about-us-our-team .heading p {
        margin-bottom: 116px; } }
    @media (max-width: 1279px) {
      .about-us-our-team .heading p {
        margin-bottom: 80px; } }
  .about-us-our-team .heading .heading-2 {
    text-align: center;
    display: block;
    margin-bottom: calc((100vw - 1280px) * 0.02187 + 24px); }
    @media (min-width: 1921px) {
      .about-us-our-team .heading .heading-2 {
        margin-bottom: 38px; } }
    @media (max-width: 1279px) {
      .about-us-our-team .heading .heading-2 {
        margin-bottom: 24px; } }
  .about-us-our-team ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .about-us-our-team li {
    width: calc(100% / 12 * 3);
    margin-bottom: 40px;
    text-align: center; }
    .about-us-our-team li .image {
      margin-bottom: calc((100vw - 1280px) * 0.00781 + 30px);
      width: calc((100vw - 1280px) * 0.10781 + 170px);
      height: calc((100vw - 1280px) * 0.10781 + 170px); }
      @media (min-width: 1921px) {
        .about-us-our-team li .image {
          margin-bottom: 35px; } }
      @media (max-width: 1279px) {
        .about-us-our-team li .image {
          margin-bottom: 30px; } }
      @media (min-width: 1921px) {
        .about-us-our-team li .image {
          width: 239px; } }
      @media (max-width: 1279px) {
        .about-us-our-team li .image {
          width: 170px; } }
      @media (min-width: 1921px) {
        .about-us-our-team li .image {
          height: 239px; } }
      @media (max-width: 1279px) {
        .about-us-our-team li .image {
          height: 170px; } }
    .about-us-our-team li span {
      text-transform: uppercase;
      letter-spacing: 0.56px;
      text-align: center;
      display: block;
      font-weight: 500;
      margin-bottom: calc((100vw - 1280px) * 0.01719 + 0px); }
      @media (min-width: 1921px) {
        .about-us-our-team li span {
          margin-bottom: 11px; } }
      @media (max-width: 1279px) {
        .about-us-our-team li span {
          margin-bottom: 0px; } }
    .about-us-our-team li p {
      color: #FF7F00;
      letter-spacing: 0.56px;
      text-align: center; }

.our-process-top {
  padding-bottom: calc((100vw - 1280px) * 0.03438 + 30px); }
  @media (min-width: 1921px) {
    .our-process-top {
      padding-bottom: 52px; } }
  @media (max-width: 1279px) {
    .our-process-top {
      padding-bottom: 30px; } }
  .our-process-top .heading {
    margin-bottom: calc((100vw - 1280px) * 0.03438 + 46px); }
    @media (min-width: 1921px) {
      .our-process-top .heading {
        margin-bottom: 68px; } }
    @media (max-width: 1279px) {
      .our-process-top .heading {
        margin-bottom: 46px; } }
  .our-process-top .heading-2 {
    margin-bottom: calc((100vw - 1280px) * 0.01562 + 23px); }
    @media (min-width: 1921px) {
      .our-process-top .heading-2 {
        margin-bottom: 33px; } }
    @media (max-width: 1279px) {
      .our-process-top .heading-2 {
        margin-bottom: 23px; } }
  .our-process-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .our-process-top li {
    width: calc(50% - 13px);
    margin: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 12px;
    padding-right: calc((100vw - 1280px) * 0.0875 + 11px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 1921px) {
      .our-process-top li {
        padding-right: 67px; } }
    @media (max-width: 1279px) {
      .our-process-top li {
        padding-right: 11px; } }
    .our-process-top li:nth-child(odd) {
      margin-left: 0; }
    .our-process-top li:nth-child(even) {
      margin-right: 0; }
    .our-process-top li span {
      color: #999999;
      display: block;
      margin-right: 25px;
      width: calc((100vw - 1280px) * 0.0625 + 70px); }
      @media (min-width: 1921px) {
        .our-process-top li span {
          width: 110px; } }
      @media (max-width: 1279px) {
        .our-process-top li span {
          width: 70px; } }
    .our-process-top li p {
      width: calc(100% - (calc(100vw * 0.0625 + 19px))); }

.our-process-middle {
  padding-bottom: calc((100vw - 1280px) * 0.0375 + 60px); }
  @media (min-width: 1921px) {
    .our-process-middle {
      padding-bottom: 84px; } }
  @media (max-width: 1279px) {
    .our-process-middle {
      padding-bottom: 60px; } }
  .our-process-middle span {
    font-size: calc((100vw - 1280px) * 0.00937 + 16px);
    line-height: calc((100vw - 1280px) * 0.02031 + 32px);
    color: #DEDEDE;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: calc(100% / 12 * 3);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (min-width: 1921px) {
      .our-process-middle span {
        font-size: 22px; } }
    @media (max-width: 1279px) {
      .our-process-middle span {
        font-size: 16px; } }
    @media (min-width: 1921px) {
      .our-process-middle span {
        line-height: 45px; } }
    @media (max-width: 1279px) {
      .our-process-middle span {
        line-height: 32px; } }
  .our-process-middle .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .our-process-middle .image {
    width: calc(100% / 12 * 6); }

.our-process-bottom {
  padding-bottom: calc((100vw - 1280px) * 0.07812 + 140px); }
  @media (min-width: 1921px) {
    .our-process-bottom {
      padding-bottom: 190px; } }
  @media (max-width: 1279px) {
    .our-process-bottom {
      padding-bottom: 140px; } }
  .our-process-bottom .image {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: calc((100vw - 1280px) * 0.02187 + 40px);
    width: calc(100% / 12 * 2 - 79px);
    min-width: 110px; }
    @media (min-width: 1921px) {
      .our-process-bottom .image {
        margin-bottom: 54px; } }
    @media (max-width: 1279px) {
      .our-process-bottom .image {
        margin-bottom: 40px; } }
  .our-process-bottom p {
    text-align: center;
    margin: 0 auto;
    width: calc(100% / 12 * 4 + 48px); }

.lab-results-top .heading-1 {
  text-align: center;
  margin-bottom: calc((100vw - 1280px) * 0.03125 + 45px); }
  @media (min-width: 1921px) {
    .lab-results-top .heading-1 {
      margin-bottom: 65px; } }
  @media (max-width: 1279px) {
    .lab-results-top .heading-1 {
      margin-bottom: 45px; } }

.lab-results-top .text {
  width: 50%;
  margin: 0 auto;
  margin-bottom: calc((100vw - 1280px) * 0.04688 + 56px); }
  @media (min-width: 1921px) {
    .lab-results-top .text {
      margin-bottom: 86px; } }
  @media (max-width: 1279px) {
    .lab-results-top .text {
      margin-bottom: 56px; } }

.lab-results-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.lab-results-top li {
  width: calc(50% - 12px);
  margin: 0 12px;
  margin-bottom: 20px; }
  .lab-results-top li:nth-child(odd) {
    margin-left: 0; }
  .lab-results-top li:nth-child(even) {
    margin-right: 0; }
  .lab-results-top li:nth-child(1) p {
    color: #040405;
    text-align: right;
    margin-top: 3px;
    margin-left: auto;
    width: calc(100% / 3 * 2); }
  .lab-results-top li:nth-child(2) p {
    font-size: 33px;
    letter-spacing: 1.32px;
    line-height: 47px;
    font-size: calc((100vw - 1280px) * 0.01875 + 33px);
    line-height: calc((100vw - 1280px) * 0.01562 + 47px);
    letter-spacing: calc((100vw - 1280px) * 0.00091 + 1.32px);
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 1921px) {
      .lab-results-top li:nth-child(2) p {
        font-size: 45px; } }
    @media (max-width: 1279px) {
      .lab-results-top li:nth-child(2) p {
        font-size: 33px; } }
    @media (min-width: 1921px) {
      .lab-results-top li:nth-child(2) p {
        line-height: 57px; } }
    @media (max-width: 1279px) {
      .lab-results-top li:nth-child(2) p {
        line-height: 47px; } }
    @media (min-width: 1921px) {
      .lab-results-top li:nth-child(2) p {
        letter-spacing: 1.9px; } }
    @media (max-width: 1279px) {
      .lab-results-top li:nth-child(2) p {
        letter-spacing: 1.32px; } }
    .lab-results-top li:nth-child(2) p strong {
      color: #FF7F00;
      display: inline-block; }

.lab-results-gallery {
  position: relative;
  padding-bottom: calc((100vw - 1280px) * 0.0625 + 94px); }
  @media (min-width: 1921px) {
    .lab-results-gallery {
      padding-bottom: 134px; } }
  @media (max-width: 1279px) {
    .lab-results-gallery {
      padding-bottom: 94px; } }
  .lab-results-gallery:before {
    content: "";
    width: 100%;
    position: absolute;
    background-color: #F2F2F2;
    bottom: 0;
    left: 0;
    height: calc((100vw - 1280px) * 0.25 + 398px); }
    @media (min-width: 1921px) {
      .lab-results-gallery:before {
        height: 558px; } }
    @media (max-width: 1279px) {
      .lab-results-gallery:before {
        height: 398px; } }
  .lab-results-gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .lab-results-gallery li {
    width: calc(33.33% - 16px);
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 12px;
    margin-bottom: 64px;
    cursor: pointer; }
    .lab-results-gallery li:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .lab-results-gallery li:hover span {
      color: #FF7F00; }
    .lab-results-gallery li .image {
      background-color: #fff;
      padding: 26px 33px 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .lab-results-gallery li:nth-child(3n+1) {
      margin-left: 0px; }
    .lab-results-gallery li:nth-child(3n+3) {
      margin-right: 0px; }
    .lab-results-gallery li span {
      display: block;
      text-align: center;
      margin-top: calc((100vw - 1280px) * 0.01562 + 30px);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      @media (min-width: 1921px) {
        .lab-results-gallery li span {
          margin-top: 40px; } }
      @media (max-width: 1279px) {
        .lab-results-gallery li span {
          margin-top: 30px; } }
    .lab-results-gallery li img {
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }

.popup-wrapper {
  position: fixed;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .popup-wrapper.active {
    opacity: 1;
    visibility: visible; }
  .popup-wrapper .popup {
    background: #fff;
    border-radius: 23px;
    padding: 23px 39px 46px;
    z-index: 12;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px); }
  .popup-wrapper .close {
    width: 44px;
    height: 44px;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    background: #707070;
    top: -13px;
    right: -13px;
    cursor: pointer;
    z-index: 11; }
    .popup-wrapper .close:before {
      content: "\e90f";
      font-family: cd_icons;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1;
      font-size: 15px;
      color: #fff;
      font-weight: bold; }
  .popup-wrapper .image {
    max-height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: scroll; }
    .popup-wrapper .image::-webkit-scrollbar {
      display: none; }

.partner-top {
  padding-bottom: calc((100vw - 1280px) * 0.07812 + 24px); }
  @media (min-width: 1921px) {
    .partner-top {
      padding-bottom: 74px; } }
  @media (max-width: 1279px) {
    .partner-top {
      padding-bottom: 24px; } }
  .partner-top .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .partner-top .heading {
    margin-bottom: 47px; }
  .partner-top .left {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: calc(100% / 12);
    margin-bottom: 60px; }
    .partner-top .left .heading-2 {
      margin-bottom: calc((100vw - 1280px) * 0.0625 + 0px); }
      @media (min-width: 1921px) {
        .partner-top .left .heading-2 {
          margin-bottom: 40px; } }
      @media (max-width: 1279px) {
        .partner-top .left .heading-2 {
          margin-bottom: 0px; } }
    .partner-top .left h5 {
      font-weight: 500;
      line-height: 129px;
      font-size: calc((100vw - 1280px) * 0.075 + 110px); }
      @media (min-width: 1921px) {
        .partner-top .left h5 {
          font-size: 158px; } }
      @media (max-width: 1279px) {
        .partner-top .left h5 {
          font-size: 110px; } }
      .partner-top .left h5 strong {
        color: #FF7F00; }
      .partner-top .left h5 em strong {
        font-size: calc((100vw - 1280px) * 0.01562 + 26px);
        font-style: normal;
        left: calc((100vw - 1280px) * -0.02656 + -40px);
        position: relative;
        font-weight: 500;
        text-transform: uppercase; }
        @media (min-width: 1921px) {
          .partner-top .left h5 em strong {
            font-size: 36px; } }
        @media (max-width: 1279px) {
          .partner-top .left h5 em strong {
            font-size: 26px; } }
        @media (min-width: 1921px) {
          .partner-top .left h5 em strong {
            left: -57px; } }
        @media (max-width: 1279px) {
          .partner-top .left h5 em strong {
            left: -40px; } }
    .partner-top .left p {
      width: calc(100% / 5 * 4 + 24px);
      margin-top: calc((100vw - 1280px) * 0.01562 + 0px);
      margin-bottom: calc((100vw - 1280px) * 0.04688 + 68px); }
      @media (min-width: 1921px) {
        .partner-top .left p {
          margin-top: 10px; } }
      @media (max-width: 1279px) {
        .partner-top .left p {
          margin-top: 0px; } }
      @media (min-width: 1921px) {
        .partner-top .left p {
          margin-bottom: 98px; } }
      @media (max-width: 1279px) {
        .partner-top .left p {
          margin-bottom: 68px; } }
    .partner-top .left .btn-orange {
      margin-bottom: calc((100vw - 1280px) * 0.03125 + 54px); }
      @media (min-width: 1921px) {
        .partner-top .left .btn-orange {
          margin-bottom: 74px; } }
      @media (max-width: 1279px) {
        .partner-top .left .btn-orange {
          margin-bottom: 54px; } }
  .partner-top .right {
    width: 50%;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 60px; }
    .partner-top .right p {
      position: absolute;
      width: calc(100% / 5 * 2.35);
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: calc((100vw - 1280px) * 0.00937 + 16px);
      line-height: calc((100vw - 1280px) * 0.02031 + 32px); }
      @media (min-width: 1921px) {
        .partner-top .right p {
          font-size: 22px; } }
      @media (max-width: 1279px) {
        .partner-top .right p {
          font-size: 16px; } }
      @media (min-width: 1921px) {
        .partner-top .right p {
          line-height: 45px; } }
      @media (max-width: 1279px) {
        .partner-top .right p {
          line-height: 32px; } }
    .partner-top .right .image {
      width: 100%; }

.partner-middle {
  position: relative;
  padding-top: calc((100vw - 1280px) * 0.07812 + 147px);
  padding-bottom: calc((100vw - 1280px) * 0.10938 + 83px); }
  @media (min-width: 1921px) {
    .partner-middle {
      padding-top: 197px; } }
  @media (max-width: 1279px) {
    .partner-middle {
      padding-top: 147px; } }
  @media (min-width: 1921px) {
    .partner-middle {
      padding-bottom: 153px; } }
  @media (max-width: 1279px) {
    .partner-middle {
      padding-bottom: 83px; } }
  .partner-middle .btn-show-more {
    display: none; }

.list-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list-numbers li {
    font-size: calc((100vw - 1280px) * 0.01094 + 18px);
    line-height: calc((100vw - 1280px) * 0.02031 + 28px);
    color: #fff;
    position: relative;
    width: 50%;
    padding-right: calc(100% / 12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    counter-increment: questionNumber;
    margin-bottom: calc((100vw - 1280px) * 0.0375 + 63px);
    padding-left: calc((100vw - 1280px) * 0.04375 + 73px); }
    @media (min-width: 1921px) {
      .list-numbers li {
        font-size: 25px; } }
    @media (max-width: 1279px) {
      .list-numbers li {
        font-size: 18px; } }
    @media (min-width: 1921px) {
      .list-numbers li {
        line-height: 41px; } }
    @media (max-width: 1279px) {
      .list-numbers li {
        line-height: 28px; } }
    @media (min-width: 1921px) {
      .list-numbers li {
        margin-bottom: 87px; } }
    @media (max-width: 1279px) {
      .list-numbers li {
        margin-bottom: 63px; } }
    @media (min-width: 1921px) {
      .list-numbers li {
        padding-left: 101px; } }
    @media (max-width: 1279px) {
      .list-numbers li {
        padding-left: 73px; } }
    .list-numbers li:before {
      content: counters(questionNumber, ".", decimal-leading-zero);
      line-height: 1;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 500;
      font-size: calc((100vw - 1280px) * 0.01875 + 34px); }
      @media (min-width: 1921px) {
        .list-numbers li:before {
          font-size: 46px; } }
      @media (max-width: 1279px) {
        .list-numbers li:before {
          font-size: 34px; } }

.partner-bottom {
  padding-top: calc((100vw - 1280px) * 0.0875 + 140px);
  padding-bottom: calc((100vw - 1280px) * 0.0875 + 140px); }
  @media (min-width: 1921px) {
    .partner-bottom {
      padding-top: 196px; } }
  @media (max-width: 1279px) {
    .partner-bottom {
      padding-top: 140px; } }
  @media (min-width: 1921px) {
    .partner-bottom {
      padding-bottom: 196px; } }
  @media (max-width: 1279px) {
    .partner-bottom {
      padding-bottom: 140px; } }
  .partner-bottom .section {
    position: relative; }
    .partner-bottom .section:before {
      content: url(../images/svg/Group_39.svg);
      position: absolute;
      top: 28px;
      right: -73px;
      z-index: -1;
      width: calc((100vw - 1280px) * 0.15313 + 241px);
      height: 100%; }
      @media (min-width: 1921px) {
        .partner-bottom .section:before {
          width: 339px; } }
      @media (max-width: 1279px) {
        .partner-bottom .section:before {
          width: 241px; } }
    .partner-bottom .section:after {
      content: url(../images/svg/Group_3911.svg);
      position: absolute;
      top: 28px;
      left: -53px;
      z-index: -1;
      width: calc((100vw - 1280px) * 0.15313 + 241px);
      height: 100%; }
      @media (min-width: 1921px) {
        .partner-bottom .section:after {
          width: 339px; } }
      @media (max-width: 1279px) {
        .partner-bottom .section:after {
          width: 241px; } }
  .partner-bottom .heading-2 {
    text-align: center;
    margin-bottom: calc((100vw - 1280px) * 0.01562 + 25px);
    width: calc(100% / 12 * 4 + 48px);
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1921px) {
      .partner-bottom .heading-2 {
        margin-bottom: 35px; } }
    @media (max-width: 1279px) {
      .partner-bottom .heading-2 {
        margin-bottom: 25px; } }
  .partner-bottom .text {
    width: calc(100% / 12 * 7);
    margin: 0 auto 0;
    text-align: center;
    margin-bottom: calc((100vw - 1280px) * 0.04688 + 65px); }
    @media (min-width: 1921px) {
      .partner-bottom .text {
        margin-bottom: 95px; } }
    @media (max-width: 1279px) {
      .partner-bottom .text {
        margin-bottom: 65px; } }
    .partner-bottom .text p {
      margin-bottom: calc((100vw - 1280px) * 0.01562 + 26px); }
      @media (min-width: 1921px) {
        .partner-bottom .text p {
          margin-bottom: 36px; } }
      @media (max-width: 1279px) {
        .partner-bottom .text p {
          margin-bottom: 26px; } }
  .partner-bottom .btn-orange {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative; }

input {
  border-radius: calc((100vw - 1280px) * 0.01094 + 29px);
  border: solid 1px #DEDEDE;
  padding: 15px 24px;
  width: 100%;
  background-color: transparent;
  outline: 0;
  font-size: calc((100vw - 1280px) * 0.00781 + 14px);
  line-height: calc((100vw - 1280px) * 0.01406 + 26px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1921px) {
    input {
      border-radius: 36px; } }
  @media (max-width: 1279px) {
    input {
      border-radius: 29px; } }
  @media (min-width: 1921px) {
    input {
      font-size: 19px; } }
  @media (max-width: 1279px) {
    input {
      font-size: 14px; } }
  @media (min-width: 1921px) {
    input {
      line-height: 35px; } }
  @media (max-width: 1279px) {
    input {
      line-height: 26px; } }
  input:focus {
    border-color: #909090; }
    input:focus + .label-input {
      color: #909090; }

textarea {
  border-radius: 29px;
  border: solid 1px #DEDEDE;
  padding: 15px 24px;
  width: 100%;
  background-color: transparent;
  outline: 0;
  font-size: calc((100vw - 1280px) * 0.00781 + 14px);
  line-height: calc((100vw - 1280px) * 0.01406 + 26px);
  height: 144px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  resize: none;
  vertical-align: middle; }
  @media (min-width: 1921px) {
    textarea {
      font-size: 19px; } }
  @media (max-width: 1279px) {
    textarea {
      font-size: 14px; } }
  @media (min-width: 1921px) {
    textarea {
      line-height: 35px; } }
  @media (max-width: 1279px) {
    textarea {
      line-height: 26px; } }
  textarea:focus {
    border-color: #909090; }
    textarea:focus + .label-input {
      color: #909090; }

.form-field {
  position: relative;
  display: block;
  margin-bottom: calc((100vw - 1280px) * 0.01562 + 30px); }
  @media (min-width: 1921px) {
    .form-field {
      margin-bottom: 40px; } }
  @media (max-width: 1279px) {
    .form-field {
      margin-bottom: 30px; } }
  .form-field.error input {
    border-color: #e41e02; }
    .form-field.error input:focus {
      border-color: #f52f13; }

.label-input {
  color: #999999;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: absolute;
  top: 15px;
  left: 24px; }
  .label-input.dirty {
    padding: 0 9px;
    display: inline-block;
    background-color: #fff;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    top: -8px;
    left: 16px;
    z-index: 2;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .label-input.focus {
    color: #909090; }

.wpcf7 br {
  display: none; }

form .btn-orange {
  margin-top: calc((100vw - 1280px) * 0.01562 + 10px); }
  @media (min-width: 1921px) {
    form .btn-orange {
      margin-top: 20px; } }
  @media (max-width: 1279px) {
    form .btn-orange {
      margin-top: 10px; } }

.field-errors {
  font-size: 11px;
  line-height: 11px;
  color: #e41e02;
  position: absolute;
  padding: 0 4px;
  background-color: #fff;
  bottom: -4px;
  right: 21px; }

.wpcf7-form-control-wrap {
  display: block; }

.form-field .wpcf7-not-valid:not(.btn-green) {
  border-color: #E41E02; }

span.wpcf7-not-valid-tip {
  font-size: 11px;
  line-height: 11px;
  color: #e41e02;
  position: absolute;
  padding: 0 4px;
  background-color: #fff;
  bottom: -4px;
  right: 21px; }

.contact-map {
  height: calc((100vw - 1280px) * 0.15625 + 435px); }
  @media (min-width: 1921px) {
    .contact-map {
      height: 535px; } }
  @media (max-width: 1279px) {
    .contact-map {
      height: 435px; } }

.title-404 {
  font-size: 450px;
  font-size: calc((100vw - 1280px) * 0.20312 + 320px);
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 1921px) {
    .title-404 {
      font-size: 450px; } }
  @media (max-width: 1279px) {
    .title-404 {
      font-size: 320px; } }
  .title-404 img {
    width: calc((100vw - 1280px) * 0.08594 + 120px);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 35px 0 10px;
    margin-right: calc((100vw - 1280px) * 0.0125 + 27px); }
    @media (min-width: 1921px) {
      .title-404 img {
        width: 175px; } }
    @media (max-width: 1279px) {
      .title-404 img {
        width: 120px; } }
    @media (min-width: 1921px) {
      .title-404 img {
        margin-right: 35px; } }
    @media (max-width: 1279px) {
      .title-404 img {
        margin-right: 27px; } }

.page-404-wrapper {
  padding-bottom: 211px;
  padding-bottom: calc((100vw - 1280px) * 0.11094 + 140px);
  padding-top: calc((100vw - 1280px) * 0.04688 + 64px); }
  @media (min-width: 1921px) {
    .page-404-wrapper {
      padding-bottom: 211px; } }
  @media (max-width: 1279px) {
    .page-404-wrapper {
      padding-bottom: 140px; } }
  @media (min-width: 1921px) {
    .page-404-wrapper {
      padding-top: 94px; } }
  @media (max-width: 1279px) {
    .page-404-wrapper {
      padding-top: 64px; } }
  .page-404-wrapper .heading-2 {
    display: block;
    margin-bottom: calc((100vw - 1280px) * 0.03125 + 42px);
    text-align: center;
    margin-top: -22px; }
    @media (min-width: 1921px) {
      .page-404-wrapper .heading-2 {
        margin-bottom: 62px; } }
    @media (max-width: 1279px) {
      .page-404-wrapper .heading-2 {
        margin-bottom: 42px; } }
  .page-404-wrapper .btn-orange {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.contact-form {
  padding-bottom: calc((100vw - 1280px) * 0.0625 + 40px); }
  @media (min-width: 1921px) {
    .contact-form {
      padding-bottom: 80px; } }
  @media (max-width: 1279px) {
    .contact-form {
      padding-bottom: 40px; } }
  .contact-form .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .contact-form .heading-1 {
    width: 100%;
    margin-bottom: calc((100vw - 1280px) * 0.01562 + 50px); }
    @media (min-width: 1921px) {
      .contact-form .heading-1 {
        margin-bottom: 60px; } }
    @media (max-width: 1279px) {
      .contact-form .heading-1 {
        margin-bottom: 50px; } }
  .contact-form .left {
    width: 50%;
    margin-bottom: 60px; }
    .contact-form .left form .form-field:not(.textarea) {
      width: calc(100% / 6 * 4); }
  .contact-form .right {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: calc(100% / 12 + 20px);
    margin-bottom: 43px;
    position: relative;
    top: -17px; }
    .contact-form .right p, .contact-form .right ul {
      margin-bottom: 42px; }
    .contact-form .right li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .contact-form .right li strong {
        color: #999999;
        margin-right: 22px;
        display: block;
        font-weight: 400;
        width: calc((100vw - 1280px) * 0.0625 + 50px); }
        @media (min-width: 1921px) {
          .contact-form .right li strong {
            width: 90px; } }
        @media (max-width: 1279px) {
          .contact-form .right li strong {
            width: 50px; } }
      .contact-form .right li p {
        margin-bottom: 0; }
    .contact-form .right .btn-more {
      margin-top: 34px; }

.hamburger {
  position: absolute;
  top: 0;
  right: 72px;
  cursor: pointer;
  display: none;
  top: 36px;
  z-index: 3; }
  .hamburger span {
    width: 32px;
    height: 2px;
    display: block;
    background-color: #000;
    margin-bottom: 8px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .hamburger span:last-child {
      margin-bottom: 0; }

.header-wrapper.open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

.header-wrapper.open .hamburger span:nth-child(2) {
  opacity: 0; }

.header-wrapper.open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

@media (min-width: 801px) {
  .service-wrapper .service-middle {
    background-image: none !important; } }

@media (min-width: 1051px) {
  .menu-wrapper .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible; }
  .menu-wrapper li a:hover:before {
    -webkit-transform: rotate(-180deg) translate(0, 50%);
    -ms-transform: rotate(-180deg) translate(0, 50%);
    transform: rotate(-180deg) translate(0, 50%); } }

@media (min-width: 1900px) {
  .min-banner-wrapper .left:before {
    width: calc(100% + (100vw - 1900px + 72px) + 8px); }
  .banner-home-wrapper .nav-pag-wrapper {
    right: calc((100vw - 1900px) / 2 + 72px);
    width: calc((100% - (100vw - 1900px)) / 12 * 4); } }

@media (min-width: 1920px) {
  .header-wrapper.fixed .section:before {
    width: calc(100% + (100vw - 190px));
    left: calc((100vw - 1900px) / -2); }
  .product-wrapper .left .image {
    width: 780px; }
  .banner-home-wrapper .swiper-slide {
    height: calc(100vh - 88px); }
  .about-us-banner p {
    width: calc(100% - 136px); }
  .our-process-top li p {
    width: calc(100% - 136px); }
  .about-us-our-why-revocann .carousel-rev li .text {
    width: calc(100% - 144px); } }

@media (max-width: 1280px) {
  .partner-bottom .heading-2 {
    max-width: 430px;
    width: 100%; }
  .banner-home-wrapper .swiper-slide {
    height: calc(100vh - 64px); }
  .partner-top .right p {
    max-width: 260px;
    width: 100%; }
  .partner-top .left p {
    max-width: 415px;
    width: 100%; }
  .lab-results-top li:nth-child(1) p {
    width: 100%;
    max-width: 190px; }
  .about-us-our-why-revocann .carousel-rev li .text {
    width: calc(100% - 129px); }
  .our-process-bottom p {
    width: 100%;
    max-width: 467px; }
  .our-process-top li p {
    width: calc(100% - 96px); }
  .about-us-cannateo p {
    max-width: 460px;
    width: 100%; }
  .about-us-banner p {
    width: calc(100% - 96px); }
  .service-wrapper
.service-top .right .heading-2, .service-wrapper
.service-top .right .text {
    max-width: 473px;
    width: auto; }
  .partner-middle {
    background-image: url("../images/png/shutterstock_1283048920.png"); }
  .about-us-our-team p {
    max-width: 558px;
    width: auto; }
  .lab-results-top .text {
    width: 100%;
    max-width: 568px; }
  .partner-bottom .text {
    width: auto;
    max-width: 654px; }
  .products-carousel-wrapper .heading p {
    width: 100%;
    max-width: 461px; }
  .about-us-our-team .heading p {
    width: 100%;
    max-width: 558px; }
  .lab-results-gallery:before {
    height: 68%; }
  .golden-standards-wrapper p {
    max-width: 724px;
    width: 100%; }
  .service-wrapper .service-middle .section:before {
    height: calc(100% + 280px); }
  .service-wrapper .service-middle .section:after {
    height: calc(100% + 280px); } }

@media (max-width: 1100px) {
  .min-banner-wrapper .left {
    display: none; }
  .min-banner-wrapper .right {
    width: 100%;
    padding-left: 0; }
  .products-carousel-bottom .pagination-wrapper {
    width: calc(100% / 12 * 7.5 - 47px); }
  .products-carousel-bottom .navigation {
    width: calc(100% / 12 * 4.5); }
  .products-carousel-bottom .btn-wrapper {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
    margin-top: 30px; }
    .products-carousel-bottom .btn-wrapper a {
      margin-left: 12px;
      margin-right: 12px; }
  .become-a-partner-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/png/shutterstock_1626918187a.png");
    background-size: cover;
    background-position: center; }
  .become-a-partner-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.83); }
  .become-a-partner-wrapper .section:after, .become-a-partner-wrapper .section:before {
    display: none; }
  .become-a-partner-wrapper .left {
    width: 100%; }
  .become-a-partner-wrapper .right {
    display: none; }
  .lab-results-gallery li {
    width: calc(50% - 12px); }
    .lab-results-gallery li:nth-child(3n+1) {
      margin-left: 12px; }
    .lab-results-gallery li:nth-child(3n+3) {
      margin-right: 12px; }
    .lab-results-gallery li:nth-child(odd) {
      margin-left: 0px; }
    .lab-results-gallery li:nth-child(even) {
      margin-right: 0px; }
  .product-wrapper .product-info-wrapper .label {
    width: 100%; }
  .product-wrapper .product-info-wrapper .list-of-items {
    max-width: 100%; } }

@media screen and (max-width: 1050px) and (min-width: 801px) {
  .product-wrapper .product-info-wrapper .versions-wrapper ol li {
    width: calc(100% / 2 - 12px); }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+1) {
      margin-left: 12px; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+3) {
      margin-right: 12px; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(odd) {
      margin-left: 0; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(even) {
      margin-right: 0; }
  .product-wrapper .product-description ul li {
    width: calc(100% / 2); }
  .product-wrapper .products-similar ul li {
    width: calc(100% / 2 - 12px); }
    .product-wrapper .products-similar ul li:nth-child(3n+1) {
      margin-left: 12px; }
    .product-wrapper .products-similar ul li:nth-child(3n+3) {
      margin-right: 12px; }
    .product-wrapper .products-similar ul li:nth-child(odd) {
      margin-left: 0px; }
    .product-wrapper .products-similar ul li:nth-child(even) {
      margin-right: 0px; }
  .product-wrapper .ask-for-offer-wrapper span {
    margin-right: 0px;
    text-align: right;
    margin-bottom: 10px;
    width: 100%; } }

@media (max-width: 1050px) {
  .menu-wrapper .menu {
    display: none; }
    .menu-wrapper .menu .sub-menu {
      width: 100%;
      position: relative;
      height: 0px;
      bottom: 0;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%);
      border-top: none; }
      .menu-wrapper .menu .sub-menu:before {
        display: none; }
  .hamburger {
    display: block; }
  .header-wrapper .section {
    padding-bottom: 22px; }
  .header-wrapper.fixed .section {
    padding-bottom: 9px; }
  .header-wrapper.fixed .hamburger {
    top: 21px; }
  .header-wrapper.open {
    height: 100vh;
    background-color: #000; }
    .header-wrapper.open .section:before {
      display: none; }
    .header-wrapper.open .menu-wrapper {
      margin-top: 22px;
      width: 100%; }
      .header-wrapper.open .menu-wrapper .menu {
        display: block; }
        .header-wrapper.open .menu-wrapper .menu > li {
          width: 100%;
          border-top: 1px solid rgba(255, 255, 255, 0.2); }
          .header-wrapper.open .menu-wrapper .menu > li:last-child {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .header-wrapper.open .menu-wrapper .menu > li > a {
            padding: 16px 0; }
          .header-wrapper.open .menu-wrapper .menu > li a {
            color: #fff;
            display: block; }
      .header-wrapper.open .menu-wrapper .menu-item-has-children:after {
        content: "";
        height: 100%;
        width: 50px;
        right: 0;
        top: 0;
        position: absolute;
        z-index: 99;
        cursor: pointer; }
      .header-wrapper.open .menu-wrapper .menu-item-has-children.open {
        border: none; }
        .header-wrapper.open .menu-wrapper .menu-item-has-children.open > a {
          background-color: #333333;
          color: #FF7F00; }
          .header-wrapper.open .menu-wrapper .menu-item-has-children.open > a:before {
            -webkit-transform: translate(0, -50%) rotate(180deg);
            -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
          .header-wrapper.open .menu-wrapper .menu-item-has-children.open > a:after {
            content: "";
            width: calc(100% + 60px);
            height: 100%;
            position: absolute;
            background-color: #333333;
            left: -30px;
            top: 0px;
            z-index: -1; }
        .header-wrapper.open .menu-wrapper .menu-item-has-children.open .sub-menu {
          opacity: 1;
          visibility: visible;
          height: auto;
          background: #000;
          margin-top: 7px;
          margin-bottom: 5px; }
          .header-wrapper.open .menu-wrapper .menu-item-has-children.open .sub-menu li {
            margin-bottom: 0; }
            .header-wrapper.open .menu-wrapper .menu-item-has-children.open .sub-menu li a {
              padding: 10px 0; }
      .header-wrapper.open .menu-wrapper .menu-item-has-children > a:before {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .header-wrapper.open .menu-wrapper .menu-item-has-children .sub-menu a {
        color: #555555; }
    .header-wrapper.open .hamburger span {
      background-color: #fff; }
  .products-list li p, .products-list li .image {
    width: 100%; }
  .advantages-list li {
    list-style: none;
    width: calc(100% / 3); }
  .about-us-our-team li {
    width: 50%; } }

@media (max-width: 900px) {
  .partner-top .right {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%; }
    .partner-top .right .image {
      display: none; }
    .partner-top .right p {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      max-width: none; }
  .partner-top .left {
    width: 100%;
    padding-right: 0; }
    .partner-top .left .btn-more-wrapper {
      display: none; }
    .partner-top .left .btn-orange {
      margin-bottom: 0; }
    .partner-top .left p {
      max-width: none; } }

@media (max-width: 800px) {
  .section {
    padding-left: 30px;
    padding-right: 30px; }
  .header-wrapper .section:before {
    left: 30px;
    width: calc(100% - 60px); }
  .partner-middle .btn-show-more {
    display: block; }
  .hamburger {
    right: 30px; }
  .banner-home-wrapper .swiper-slide-content {
    margin: 0;
    width: 100%; }
  .banner-home-wrapper .nav-pag-wrapper {
    right: 30px;
    width: calc(100% - 60px); }
    .banner-home-wrapper .nav-pag-wrapper .navigation {
      display: none; }
  .banner-home-wrapper .nav-pag-wrapper .nav-pag {
    padding: 0;
    margin-bottom: 23px;
    top: 90%;
    height: auto !important;
    position: absolute;
    width: 100%; }
  .banner-home-wrapper .banner-btn .section {
    padding-right: 0;
    padding-left: 0; }
  .banner-home-wrapper .banner-btn .left {
    width: 100%;
    padding-right: 30px;
    padding-left: 107px;
    padding-bottom: 22px; }
    .banner-home-wrapper .banner-btn .left a {
      display: block;
      width: 100%; }
    .banner-home-wrapper .banner-btn .left:before {
      left: 20px;
      bottom: auto;
      top: -21px; }
  .banner-home-wrapper .banner-btn .right {
    width: 100%;
    padding-right: 30px;
    padding-left: 107px;
    padding-bottom: 22px; }
    .banner-home-wrapper .banner-btn .right a {
      display: block;
      width: 100%; }
    .banner-home-wrapper .banner-btn .right:after {
      left: -30px;
      width: 30px; }
    .banner-home-wrapper .banner-btn .right:before {
      left: 5px;
      width: 85px;
      bottom: 9px; }
  .who-we-are-wrapper .left, .who-we-are-wrapper .right {
    width: 100%;
    padding-right: 0; }
  .advantages-list li {
    width: calc(100% / 3); }
  .list-services {
    top: 0;
    margin-bottom: 0; }
    .list-services li {
      width: 100%;
      margin-bottom: 120px; }
      .list-services li:nth-child(odd) {
        left: 0%;
        -webkit-transform: translate(0%, 0) !important;
        -ms-transform: translate(0%, 0) !important;
        transform: translate(0%, 0) !important; }
      .list-services li:last-child {
        margin-bottom: 60px; }
  .our-services-wrapper .heading {
    margin-bottom: 120px; }
    .our-services-wrapper .heading p {
      width: 100%; }
  .our-services-wrapper .see-all-services-wrapper {
    position: relative;
    bottom: 0; }
  .footer-wrapper li:nth-child(1) {
    width: 100%; }
  .footer-wrapper li:nth-child(2) {
    width: calc(100% / 12 * 5); }
  .footer-wrapper li:nth-child(3) {
    width: calc(100% / 12 * 5); }
  .footer-wrapper li:nth-child(4) {
    width: calc(100% / 12 * 2); }
  .products-list li {
    width: 50%; }
  .product-wrapper .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    position: relative;
    top: 0; }
  .product-wrapper .right {
    width: 100%;
    max-height: none;
    overflow: visible; }
  .product-wrapper .ask-for-offer-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2; }
  .service-wrapper .service-top {
    padding-bottom: 60px; }
    .service-wrapper .service-top .left {
      width: 100%; }
    .service-wrapper .service-top .right {
      width: 100%; }
      .service-wrapper .service-top .right .heading-2, .service-wrapper .service-top .right .text {
        max-width: none; }
  .service-wrapper .service-middle {
    position: relative;
    padding-top: 140px;
    background-size: cover;
    background-position: center; }
    .service-wrapper .service-middle:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.83); }
    .service-wrapper .service-middle .section:before {
      display: none; }
    .service-wrapper .service-middle .section:after {
      display: none; }
    .service-wrapper .service-middle .left {
      width: 100%;
      padding-right: 0; }
    .service-wrapper .service-middle .right {
      display: none; }
  .advantages-list-banner {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0; }
    .advantages-list-banner li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .advantages-list-banner li:last-child {
        padding-bottom: 0px; }
      .advantages-list-banner li figure {
        left: 0%;
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0); }
        .advantages-list-banner li figure img {
          width: 41px;
          height: 41px; }
      .advantages-list-banner li span {
        margin-top: 0px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: 14px;
        width: calc(100% - 60px);
        text-align: left; }
  .list-boxes li {
    width: calc(100% / 2 - 12px); }
    .list-boxes li:nth-child(3n+1) {
      margin-left: 12px; }
    .list-boxes li:nth-child(3n+3) {
      margin-right: 12px; }
    .list-boxes li:nth-child(odd) {
      margin-left: 0px; }
    .list-boxes li:nth-child(even) {
      margin-right: 0px; }
  .about-us-top-wrapper .left {
    width: 100%; }
  .about-us-top-wrapper .right {
    width: 100%; }
    .about-us-top-wrapper .right .btn-more {
      display: none; }
  .about-us-banner li {
    width: 100%; }
  .about-us-cannateo:before {
    height: 222px; }
  .our-process-top li {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px; }
  .lab-results-gallery li {
    padding: 0 5px; }
  .list-numbers.active li:nth-child(n+6) {
    display: block; }
  .list-numbers li {
    width: 100%;
    padding-right: 0px; }
    .list-numbers li:nth-child(n+6) {
      display: none; }
  .contact-form .left {
    width: 100%; }
  .contact-form .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0px; }
    .contact-form .right .btn-more {
      display: none; }
  .heading-1 {
    font-size: 30px;
    line-height: 40px; }
  .product-wrapper .products-similar {
    padding-bottom: 60px; }
  .service-wrapper .service-bufor {
    margin-bottom: 0; }
  .service-wrapper .service-bottom.service-added {
    padding-bottom: 30px; } }

@media (max-width: 600px) {
  .home .cookie-wrapper {
    position: relative; }
  .header-wrapper .section:before {
    left: 20px;
    width: calc(100% - 40px); }
  .page-404-wrapper .heading-2 {
    margin-top: -5px; }
  .title-404 {
    font-size: 167px; }
    .title-404 img {
      width: 71px;
      margin: 0 5px; }
  .hamburger {
    right: 20px; }
  .banner-home-wrapper .nav-pag-wrapper {
    right: 20px;
    width: calc(100% - 40px); }
  .section {
    padding-left: 20px;
    padding-right: 20px; }
  .banner-home-wrapper .swiper-slide {
    height: 100%; }
  .banner-home-wrapper .swiper-slide-content {
    padding: 120px 0 108px; }
    .banner-home-wrapper .swiper-slide-content .heading-1 {
      font-size: 48px;
      line-height: 54px;
      margin-bottom: 20px; }
    .banner-home-wrapper .swiper-slide-content p {
      margin-bottom: 34px;
      width: 100%; }
  .banner-home-wrapper .btn-wrapper .btn-orange {
    width: calc(50% - 14px); }
  .banner-home-wrapper .btn-wrapper .btn-trans {
    width: calc(50% - 14px); }
  .who-we-are-wrapper {
    padding-top: 60px;
    padding-bottom: 0px; }
    .who-we-are-wrapper .right .heading-1 {
      margin-bottom: 14px; }
    .who-we-are-wrapper .right p {
      margin-bottom: 16px; }
  .our-services-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    .our-services-wrapper .heading {
      margin-bottom: 96px; }
      .our-services-wrapper .heading .heading-1 {
        margin-bottom: 14px; }
    .our-services-wrapper .see-all-services-wrapper {
      margin-top: 17px; }
      .our-services-wrapper .see-all-services-wrapper p {
        margin-bottom: 18px; }
  .list-services li {
    margin-bottom: 118px; }
    .list-services li:before {
      top: -37px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .list-services li .image {
      width: 100%; }
      .list-services li .image img {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .list-services li .text {
      width: 100%;
      margin-top: 24px; }
      .list-services li .text span {
        margin-bottom: 14px; }
  .min-banner-wrapper .banner-text {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 40px; }
    .min-banner-wrapper .banner-text strong {
      font-size: 21px;
      line-height: 26px; }
  .min-banner-wrapper .right {
    padding-top: 59px;
    padding-bottom: 61px; }
  .min-banner-wrapper .btn-white {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .products-carousel-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    .products-carousel-wrapper .section:before {
      display: none; }
    .products-carousel-wrapper .heading {
      margin-bottom: 50px; }
      .products-carousel-wrapper .heading .heading-1 {
        margin-bottom: 14px; }
  .products-carousel-bottom {
    padding-right: 0; }
    .products-carousel-bottom .navigation {
      position: absolute;
      top: 18%;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 2; }
    .products-carousel-bottom .btn-prev, .products-carousel-bottom .btn-next {
      width: 15px;
      height: 14px;
      border: none; }
    .products-carousel-bottom .btn-prev {
      left: -6px; }
    .products-carousel-bottom .btn-next {
      right: -6px; }
    .products-carousel-bottom .pagination-wrapper {
      width: 100%;
      margin-left: 0;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .products-carousel-bottom .btn-wrapper {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .products-carousel-bottom .btn-wrapper a {
        margin: 0;
        margin-bottom: 20px; }
  .carousel-rev {
    width: 100%; }
    .carousel-rev.swiper-container {
      overflow: visible; }
    .carousel-rev .swiper-wrapper {
      padding-bottom: 32px; }
    .carousel-rev li .image {
      width: 100%;
      padding: 0 24px; }
      .carousel-rev li .image img {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .carousel-rev li .text {
      width: 100%;
      margin-left: 0px;
      padding-right: 0;
      margin-top: 16px; }
      .carousel-rev li .text p {
        margin-top: 14px; }
      .carousel-rev li .text .heading-2 br {
        display: none; }
  .become-a-partner-wrapper {
    padding-bottom: 165px;
    padding-top: 60px; }
    .become-a-partner-wrapper .left p {
      margin-bottom: 35px; }
    .become-a-partner-wrapper .left .heading-1 {
      margin-bottom: 22px; }
  .golden-standards-wrapper {
    padding-bottom: 60px; }
    .golden-standards-wrapper .heading-1 {
      margin-bottom: 13px; }
    .golden-standards-wrapper p {
      margin-bottom: 37px; }
    .golden-standards-wrapper .image {
      top: -70px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: -39px; }
  .footer-wrapper {
    padding-top: 55px;
    padding-bottom: 10px; }
    .footer-wrapper li {
      margin-bottom: 18px; }
    .footer-wrapper li:nth-child(1) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      margin-top: 32px; }
      .footer-wrapper li:nth-child(1) a {
        display: none; }
    .footer-wrapper li:nth-child(2) {
      width: 100%; }
    .footer-wrapper li:nth-child(3) {
      width: 100%; }
    .footer-wrapper li:nth-child(4) {
      width: 100%; }
  .products-wrapper {
    padding-bottom: 2px; }
    .products-wrapper .products-list {
      padding-top: 58px; }
  .products-list li {
    width: 100%;
    margin-bottom: 58px; }
    .products-list li .image img {
      width: 267px;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .products-list li span {
      margin-bottom: 12px; }
  .product-wrapper .ask-for-offer-wrapper {
    padding: 9px 20px 12px 20px; }
    .product-wrapper .ask-for-offer-wrapper span {
      display: none; }
  .product-wrapper .left {
    margin-bottom: 14px; }
  .product-wrapper .product-info-wrapper .versions-wrapper ol li {
    width: calc(100% / 2 - 12px);
    margin-bottom: 35px; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+1) {
      margin-left: 12px; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+3) {
      margin-right: 12px; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(odd) {
      margin-left: 0; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(even) {
      margin-right: 0; }
  .product-wrapper .product-description ul li {
    width: calc(100% / 2); }
  .product-wrapper .products-similar ul li {
    width: calc(100% / 2 - 12px);
    margin-bottom: 32px; }
    .product-wrapper .products-similar ul li:nth-child(3n+1) {
      margin-left: 12px; }
    .product-wrapper .products-similar ul li:nth-child(3n+3) {
      margin-right: 12px; }
    .product-wrapper .products-similar ul li:nth-child(odd) {
      margin-left: 0px; }
    .product-wrapper .products-similar ul li:nth-child(even) {
      margin-right: 0px; }
  .product-wrapper .ask-for-offer-wrapper span {
    margin-right: 0px;
    text-align: right;
    margin-bottom: 10px;
    width: 100%; }
  .service-wrapper .service-top .heading {
    margin-bottom: 21px; }
  .service-wrapper .service-top .left {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 0px; }
  .service-wrapper .service-top .right {
    padding-bottom: 29px; }
    .service-wrapper .service-top .right .heading-2 {
      margin-bottom: 13px; }
    .service-wrapper .service-top .right .btn-more {
      display: none; }
  .service-wrapper .service-middle {
    padding-top: 60px;
    padding-bottom: 60px; }
    .service-wrapper .service-middle .left .text {
      padding-bottom: 36px; }
  .service-wrapper .service-bottom {
    padding-top: 60px;
    padding-bottom: 20px; }
    .service-wrapper .service-bottom .heading-2 {
      margin-bottom: 30px; }
    .service-wrapper .service-bottom .section:before {
      display: none; }
  .list-boxes li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px; }
    .list-boxes li:nth-child(3n+1) {
      margin-left: 0px; }
    .list-boxes li:nth-child(3n+3) {
      margin-right: 0px; }
  .about-us-top-wrapper {
    padding-bottom: 12px; }
    .about-us-top-wrapper .right li span {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
    .about-us-top-wrapper .right li p {
      width: 100%; }
  .about-us-banner {
    padding-top: 60px;
    padding-bottom: 40px; }
    .about-us-banner span {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .about-us-banner p {
      width: 100%; }
  .about-us-cannateo {
    padding-top: 40px; }
    .about-us-cannateo:before {
      height: 325px; }
    .about-us-cannateo p {
      margin-bottom: 40px; }
    .about-us-cannateo .cannateo-products-list li {
      width: 100%; }
      .about-us-cannateo .cannateo-products-list li:nth-child(n+2) {
        display: none; }
  .about-us-our-why-revocann {
    padding-top: 60px;
    padding-bottom: 40px; }
    .about-us-our-why-revocann .heading {
      margin-bottom: 32px; }
    .about-us-our-why-revocann .carousel-rev li .image {
      width: 100%; }
    .about-us-our-why-revocann .carousel-rev li .text {
      width: 100%;
      margin-left: 0;
      margin-top: 32px; }
    .about-us-our-why-revocann .carousel-rev .products-carousel-bottom {
      margin-top: 0px; }
      .about-us-our-why-revocann .carousel-rev .products-carousel-bottom .navigation {
        top: 5%; }
    .about-us-our-why-revocann .carousel-rev .swiper-wrapper {
      padding-bottom: 19px; }
  .about-us-our-team {
    padding-top: 60px;
    padding-bottom: 40px; }
    .about-us-our-team:before {
      display: none; }
    .about-us-our-team .heading p {
      margin-bottom: 40px; }
    .about-us-our-team li {
      width: 100%; }
  .our-process-top {
    padding-bottom: 63px; }
    .our-process-top .heading {
      margin-bottom: 25px; }
    .our-process-top .heading-2 {
      margin-bottom: 14px; }
    .our-process-top li span {
      width: 100%;
      margin-bottom: 12px; }
    .our-process-top li p {
      width: 100%; }
  .our-process-middle {
    margin-bottom: 31px; }
    .our-process-middle span {
      display: none; }
    .our-process-middle .image {
      width: 100%; }
  .our-process-bottom {
    padding-bottom: 54px; }
    .our-process-bottom .image {
      margin-bottom: 28px; }
  .lab-results-gallery li {
    width: 100%; }
    .lab-results-gallery li:nth-child(3n+1) {
      margin-left: 0px; }
    .lab-results-gallery li:nth-child(3n+3) {
      margin-right: 0px; }
    .lab-results-gallery li .image {
      padding: 23px 0;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .lab-results-gallery:before {
    height: 57%; }
  .lab-results-top .heading-1 {
    text-align: left;
    margin-bottom: 11px; }
  .lab-results-top .text {
    margin-bottom: 20px; }
  .lab-results-top li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 13px; }
    .lab-results-top li:nth-child(1) p {
      text-align: left;
      max-width: none; }
  .partner-top {
    padding-bottom: 0px; }
    .partner-top .heading {
      margin-bottom: 27px; }
    .partner-top .left h5 {
      margin-bottom: 17px; }
      .partner-top .left h5 em strong {
        display: block;
        left: 0;
        line-height: 38px; }
  .list-numbers li {
    padding-left: 0;
    padding-top: 47px;
    margin-bottom: 43px; }
  .partner-middle {
    padding-top: 65px;
    padding-bottom: 58px; }
  .partner-bottom {
    padding-top: 57px;
    padding-bottom: 60px; }
    .partner-bottom .section:before {
      display: none; }
    .partner-bottom .section:after {
      display: none; }
    .partner-bottom .heading-2 {
      margin-bottom: 15px; }
  .contact-form {
    padding-bottom: 15px; }
    .contact-form .heading-1 {
      margin-bottom: 28px; }
    .contact-form .left {
      margin-bottom: 74px; }
      .contact-form .left form .form-field:not(.textarea) {
        width: 100%; }
    .contact-form .right p, .contact-form .right ul {
      margin-bottom: 24px; } }

@media (max-width: 500px) {
  .home .advantages-list li {
    width: calc(100% / 2); }
  .product-wrapper .product-info-wrapper .versions-wrapper ol li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+3) {
      margin-right: 0; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li:nth-child(3n+1) {
      margin-left: 0; }
    .product-wrapper .product-info-wrapper .versions-wrapper ol li .image {
      text-align: center; }
      .product-wrapper .product-info-wrapper .versions-wrapper ol li .image img {
        max-width: 170px; }
  .product-wrapper .product-description ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .product-wrapper .product-description ul li figure {
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .product-wrapper .product-description ul li span {
      margin-left: 14px;
      width: calc(100% - 55px);
      text-align: left;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-top: 0; }
  .product-wrapper .products-similar ul li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
    .product-wrapper .products-similar ul li:nth-child(3n+3) {
      margin-right: 0; }
    .product-wrapper .products-similar ul li:nth-child(3n+1) {
      margin-left: 0; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .service-wrapper .service-top .left .image img {
    height: 100%; }
  .list-boxes li {
    width: auto; }
  .products-list li {
    width: 33.33333%; }
  .product-wrapper .product-info-wrapper .item {
    display: inline-block; } }

@media screen and (-ms-high-contrast: active) and (max-width: 800px), screen and (-ms-high-contrast: none) and (max-width: 800px) {
  .products-list li {
    width: 50%; }
  .product-wrapper .product-info-wrapper .list-of-items {
    width: 100%;
    max-width: 100%; } }

@media screen and (-ms-high-contrast: active) and (max-width: 600px), screen and (-ms-high-contrast: none) and (max-width: 600px) {
  .products-list li {
    width: 100%; } }
