@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url("") center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff"), url("") format("truetype"), url("") format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\E2\86\90'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '\E2\86\92'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '\E2\86\90'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\E2\80\2D8';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
.slick-arrow {
  background-color: #f53636;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex !important;
  justify-content: center;
  align-items: center; }
  @media (max-width: 650px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow img {
    width: 10px;
    height: 10px;
    transition: .2s ease-in-out transform; }
  .slick-arrow:hover {
    background-color: #f53636; }
    .slick-arrow:hover img {
      transform: translateX(2px); }

.slick-next {
  right: 60px; }
  .slick-next:before {
    display: none; }

.slick-prev {
  left: 60px;
  z-index: 1; }
  .slick-prev img {
    transform: rotate(180deg); }
  .slick-prev:before {
    display: none; }
  .slick-prev:hover img {
    transform: rotate(180deg) translateX(2px); }

.slider-product-wrapper {
  height: 625px;
  overflow: hidden;
  height: auto; }
  @media (max-width: 1100px) {
    .slider-product-wrapper {
      height: 359.22px; } }
  .slider-product-wrapper .slick-list, .slider-product-wrapper .slick-slider, .slider-product-wrapper .slick-track, .slider-product-wrapper .slick-slide {
    height: 100%; }
  .slider-product-wrapper .slick-slide > div {
    height: 100%; }
  .slider-product-wrapper .slide {
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media (max-width: 1600px) {
      .slider-product-wrapper .slide {
        align-items: flex-start; } }
    @media (max-width: 1100px) {
      .slider-product-wrapper .slide {
        align-items: center; } }
    .slider-product-wrapper .slide img {
      z-index: 0;
      position: inherit;
      width: 100%;
      height: auto; }
      @media (max-width: 1100px) {
        .slider-product-wrapper .slide img {
          height: 100%;
          object-fit: cover !important; } }
    .slider-product-wrapper .slide .container {
      z-index: 1;
      position: absolute;
      padding: 0 15px; }
    @media (max-width: 1790px) {
      .slider-product-wrapper .slide .box-text {
        padding-left: 150px; } }
    @media (max-width: 1600px) {
      .slider-product-wrapper .slide .box-text {
        padding-top: 50px; } }
    @media (max-width: 1300px) {
      .slider-product-wrapper .slide .box-text {
        padding-top: 30px; } }
    @media (max-width: 1235px) {
      .slider-product-wrapper .slide .box-text {
        padding-top: 20px; } }
    @media (max-width: 1100px) {
      .slider-product-wrapper .slide .box-text {
        padding-top: 0; } }
    @media (max-width: 915px) {
      .slider-product-wrapper .slide .box-text {
        padding-left: 0; } }
    .slider-product-wrapper .slide .box-text .btn-wrap {
      margin-top: 70px; }
      @media (max-width: 1500px) {
        .slider-product-wrapper .slide .box-text .btn-wrap {
          margin-top: 40px; } }
      @media (max-width: 1350px) {
        .slider-product-wrapper .slide .box-text .btn-wrap {
          margin-top: 30px; } }
      @media (max-width: 1150px) {
        .slider-product-wrapper .slide .box-text .btn-wrap {
          margin-top: 20px; } }
    @media (max-width: 1500px) {
      .slider-product-wrapper .slide .box-text .editor h1 {
        font-size: 48px; } }
    @media (max-width: 1100px) {
      .slider-product-wrapper .slide .box-text .editor h1 {
        font-size: 42px; } }
    @media (max-width: 600px) {
      .slider-product-wrapper .slide .box-text .editor h1 {
        font-size: 38px; } }
    @media (max-width: 400px) {
      .slider-product-wrapper .slide .box-text .editor div {
        font-size: 32px !important; } }
  .slider-product-wrapper .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 10px; }
    .slider-product-wrapper .slick-dots li {
      width: 10px;
      margin: 0 5px;
      color: #fff; }
      .slider-product-wrapper .slick-dots li:before {
        margin: 0;
        background-color: #ffffff;
        width: 10px;
        height: 10px;
        content: none; }
      .slider-product-wrapper .slick-dots li.slick-active:before {
        background-color: #f53636; }
      .slider-product-wrapper .slick-dots li.slick-active div {
        background-color: #f53636; }
      .slider-product-wrapper .slick-dots li div {
        background-color: #ffffff;
        width: 10px;
        height: 10px;
        border-radius: 50%; }

@keyframes dots {
  0% {
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes dots1500 {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes dots600 {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes dots380 {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.btn-wrap .btn {
  padding: 11px 50px;
  background-color: #f53636;
  color: #ffffff;
  border-radius: 25px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1500px) {
    .btn-wrap .btn {
      padding: 10px 40px; } }
  @media (max-width: 1100px) {
    .btn-wrap .btn {
      padding: 9px 30px; } }
  @media (max-width: 800px) {
    .btn-wrap .btn {
      padding: 8px 20px;
      font-size: 14px; } }
  .btn-wrap .btn.inverse, .btn-wrap .btn.transparent {
    padding: 7px 48px;
    background-color: transparent;
    color: #f53636;
    border: 2px solid #f53636;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .btn-wrap .btn.inverse:after, .btn-wrap .btn.transparent:after {
      content: '';
      background-image: url("/static/img/arrow-red-ico.svg"); }
    @media (max-width: 400px) {
      .btn-wrap .btn.inverse, .btn-wrap .btn.transparent {
        padding: 7px 25px; } }
  .btn-wrap .btn.transparent-white {
    padding: 7px 48px 9px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #f53636;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .btn-wrap .btn.transparent-white:after {
      content: '';
      background-image: url("/static/img/arrow-ico.svg"); }
  .btn-wrap .btn:after {
    content: '';
    background-image: url("/static/img/arrow-ico.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 8px;
    display: inline-block;
    margin-left: 25px;
    position: relative;
    top: -1px;
    transition: .2s ease-in-out transform; }
  .btn-wrap .btn:hover:after {
    transform: translateX(5px); }

.image-desc {
  background: #777681;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
  /* IE6-9 */ }
  .image-desc.left .wrapper {
    flex-direction: row-reverse; }
    @media (max-width: 1225px) {
      .image-desc.left .wrapper {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse; } }
  .image-desc .wrapper {
    display: flex; }
    @media (max-width: 1225px) {
      .image-desc .wrapper {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse; } }
    .image-desc .wrapper .col {
      width: 50%; }
      @media (max-width: 1225px) {
        .image-desc .wrapper .col {
          width: 100%; } }
      .image-desc .wrapper .col:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 150px 150px 150px 195px; }
        @media (max-width: 1720px) {
          .image-desc .wrapper .col:first-child {
            padding: 130px 100px 130px 160px; } }
        @media (max-width: 1550px) {
          .image-desc .wrapper .col:first-child {
            padding: 100px 60px 100px 90px; } }
        @media (max-width: 1400px) {
          .image-desc .wrapper .col:first-child {
            padding: 90px 40px 60px 60px; } }
        @media (max-width: 1300px) {
          .image-desc .wrapper .col:first-child {
            padding: 60px 30px 50px 40px; } }
        @media (max-width: 1225px) {
          .image-desc .wrapper .col:first-child {
            padding: 60px 70px 50px 90px; } }
        @media (max-width: 800px) {
          .image-desc .wrapper .col:first-child {
            padding: 40px 60px 30px 55px; } }
        @media (max-width: 600px) {
          .image-desc .wrapper .col:first-child {
            padding: 30px 40px 30px 45px; } }
        @media (max-width: 500px) {
          .image-desc .wrapper .col:first-child {
            padding: 20px 30px 20px 30px; } }
      .image-desc .wrapper .col .buttons {
        display: flex;
        flex-wrap: wrap;
        margin-top: 70px; }
        .image-desc .wrapper .col .buttons .btn-wrap {
          margin-bottom: 50px; }
          .image-desc .wrapper .col .buttons .btn-wrap:first-child {
            margin-right: 30px; }
          .image-desc .wrapper .col .buttons .btn-wrap:last-child {
            margin-right: 0; }
      .image-desc .wrapper .col .btn-wrap a {
        font-size: 0.8889rem; }
      .image-desc .wrapper .col .img {
        width: 100%;
        height: 100%; }
        .image-desc .wrapper .col .img .LazyLoad {
          width: 100%;
          height: 100%; }
          @media (max-width: 1225px) {
            .image-desc .wrapper .col .img .LazyLoad {
              height: 500px; } }
          @media (max-width: 1024px) {
            .image-desc .wrapper .col .img .LazyLoad {
              height: auto; } }
        .image-desc .wrapper .col .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center; }

.two-images-desc {
  padding: 244px 0;
  background: #777681;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 1720px) {
    .two-images-desc {
      padding: 100px 0; } }
  @media (max-width: 772px) {
    .two-images-desc {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .two-images-desc {
      padding: 30px 0; } }
  .two-images-desc .wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 1425px) {
      .two-images-desc .wrapper {
        flex-wrap: wrap;
        flex-direction: column; } }
    .two-images-desc .wrapper .col {
      max-width: 100%;
      overflow: hidden; }
      .two-images-desc .wrapper .col:first-child {
        max-width: 632px;
        width: 100%; }
        @media (max-width: 1425px) {
          .two-images-desc .wrapper .col:first-child {
            margin: 0 auto; } }
      @media (max-width: 1425px) {
        .two-images-desc .wrapper .col:last-child {
          margin: 0 auto; } }
      .two-images-desc .wrapper .col .description {
        padding-right: 150px; }
        @media (max-width: 1720px) {
          .two-images-desc .wrapper .col .description {
            padding-right: 60px; } }
        @media (max-width: 1425px) {
          .two-images-desc .wrapper .col .description {
            padding-right: 0;
            text-align: center; } }
        @media (max-width: 500px) {
          .two-images-desc .wrapper .col .description {
            padding-right: 0; } }
      .two-images-desc .wrapper .col .btn-wrap {
        margin-top: 70px;
        padding-bottom: 20px; }
        @media (max-width: 1425px) {
          .two-images-desc .wrapper .col .btn-wrap {
            margin: 30px 0;
            display: flex;
            justify-content: center; } }
        @media (max-width: 772px) {
          .two-images-desc .wrapper .col .btn-wrap {
            margin-top: 30px;
            align-items: center; } }
      .two-images-desc .wrapper .col .images {
        display: flex; }
        @media (max-width: 1425px) {
          .two-images-desc .wrapper .col .images {
            margin-bottom: 30px;
            justify-content: center; } }
        @media (max-width: 772px) {
          .two-images-desc .wrapper .col .images {
            flex-wrap: wrap;
            flex-direction: column; } }
        .two-images-desc .wrapper .col .images .img {
          width: 100%;
          min-width: 340px;
          max-width: 362px;
          height: 362px; }
          .two-images-desc .wrapper .col .images .img:first-child {
            margin-right: 30px; }
            @media (max-width: 772px) {
              .two-images-desc .wrapper .col .images .img:first-child {
                margin-right: 0; } }
          .two-images-desc .wrapper .col .images .img:last-child {
            margin-right: 0; }
          @media (max-width: 772px) {
            .two-images-desc .wrapper .col .images .img {
              margin-right: 0;
              margin-bottom: 30px; } }
          @media (max-width: 400px) {
            .two-images-desc .wrapper .col .images .img {
              max-width: 250px;
              height: auto;
              display: flex;
              align-items: center;
              margin-bottom: 10px; } }
          .two-images-desc .wrapper .col .images .img .LazyLoad {
            display: flex;
            justify-content: center;
            max-width: 100%; }
            @media (max-width: 400px) {
              .two-images-desc .wrapper .col .images .img .LazyLoad {
                justify-content: inherit; } }
            .two-images-desc .wrapper .col .images .img .LazyLoad img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
              @media (max-width: 400px) {
                .two-images-desc .wrapper .col .images .img .LazyLoad img {
                  width: 250px;
                  height: auto; } }

.products-wrapper {
  padding: 100px 0;
  background-color: #f2f2f2; }
  @media (max-width: 772px) {
    .products-wrapper {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .products-wrapper {
      padding: 30px 0; } }
  .products-wrapper .container {
    max-width: 1316px; }
  .products-wrapper .product-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 750px; }
    @media (max-width: 1330px) {
      .products-wrapper .product-box {
        height: 1140px; } }
    @media (max-width: 823px) {
      .products-wrapper .product-box {
        height: 1820px; } }
    .products-wrapper .product-box .product-track {
      transition: .8s ease-in-out transform;
      will-change: transform; }
      .products-wrapper .product-box .product-track.recommend {
        transform: translateX(0); }
      .products-wrapper .product-box .product-track.premium {
        transform: translateX(-100%); }
      .products-wrapper .product-box .product-track.standard {
        transform: translateX(-200%); }
      @media (max-width: 823px) {
        .products-wrapper .product-box .product-track.premium {
          transform: translateX(-100%); }
        .products-wrapper .product-box .product-track.standard {
          transform: translateX(-200%); } }
  .products-wrapper .filter {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    @media (max-width: 500px) {
      .products-wrapper .filter {
        margin-bottom: 30px;
        flex-direction: column; } }
    .products-wrapper .filter h3 {
      color: #13264c !important;
      margin-right: 160px;
      transition: .2s ease-in-out color; }
      @media (max-width: 915px) {
        .products-wrapper .filter h3 {
          margin-right: 40px; } }
      @media (max-width: 625px) {
        .products-wrapper .filter h3 {
          margin-right: 30px;
          font-size: 1.8rem; } }
      @media (max-width: 500px) {
        .products-wrapper .filter h3 {
          text-align: center;
          margin-right: 0;
          margin-bottom: 20px; }
          .products-wrapper .filter h3:last-child {
            margin-bottom: 0; } }
      .products-wrapper .filter h3.active, .products-wrapper .filter h3:hover {
        color: #f53636; }
      .products-wrapper .filter h3:last-child {
        margin-right: 0; }
  .products-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 490px 360px 360px;
    grid-template-rows: 360px 360px;
    grid-template-areas: "big small1 small2" "big small3 small4";
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    justify-content: center;
    transition: .8s ease-in-out transform;
    padding-left: 0; }
    .products-wrapper ul:nth-child(1) {
      transform: translateX(0); }
    .products-wrapper ul:nth-child(2) {
      transform: translateX(calc(100% + 15px)); }
      .products-wrapper ul:nth-child(2).active {
        transform: translateX(100%); }
    .products-wrapper ul:nth-child(3) {
      transform: translateX(calc(200% + 15px)); }
      .products-wrapper ul:nth-child(3).active {
        transform: translateX(200%); }
    @media (max-width: 1330px) {
      .products-wrapper ul {
        grid-template-columns: 360px 360px;
        grid-template-rows: 360px 360px 360px;
        grid-template-areas: "big big" "small1 small2" "small3 small4"; }
        .products-wrapper ul li:before {
          content: none; }
        .products-wrapper ul li .img-wrap img {
          object-fit: contain !important; }
        .products-wrapper ul li .bg-hover {
          transform: translateX(-100%) !important; }
        .products-wrapper ul li:hover .bg-hover {
          transform: translateX(0%) !important; }
        .products-wrapper ul li .description h2 {
          margin: 15px 7px !important; } }
    @media (max-width: 823px) {
      .products-wrapper ul {
        grid-template-columns: 100%;
        grid-template-rows: 340px 340px 340px 340px 340px;
        grid-template-areas: "big" "small1" "small2" "small3" "small4"; } }
    .products-wrapper ul li {
      transition: .2s ease-in-out all;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      background-color: #fff; }
      .products-wrapper ul li:before {
        content: none; }
      .products-wrapper ul li .img-wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .products-wrapper ul li .img-wrap .LazyLoad {
          width: 100%;
          height: 100%; }
        .products-wrapper ul li .img-wrap img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .5s ease-in-out transform; }
      .products-wrapper ul li .bg-hover {
        transition: .5s ease-in-out transform;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-490px);
        background: #777681;
        /* Old browsers */
        background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
        /* IE6-9 */ }
      .products-wrapper ul li:hover .bg-hover {
        transform: translateX(0); }
      .products-wrapper ul li:hover .description h2 {
        color: #fff; }
      .products-wrapper ul li:hover .description p {
        color: #fff; }
      .products-wrapper ul li:hover .img-wrap img {
        transform: scale(0.95); }
      .products-wrapper ul li .description {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .products-wrapper ul li .description p {
          margin: 0;
          font-family: 'Urwdin Medium';
          color: #4d4d4d;
          transition: .5s ease-in-out color; }
        .products-wrapper ul li .description h2 {
          margin: 38px 0 0;
          font-size: 2.25rem;
          color: #13264c;
          transition: .5s ease-in-out color; }
          @media (max-width: 1330px) {
            .products-wrapper ul li .description h2 {
              margin-bottom: 0 !important; } }
    .products-wrapper ul .big {
      grid-area: big; }
    .products-wrapper ul .small1 {
      grid-area: small1; }
    .products-wrapper ul .small2 {
      grid-area: small2; }
    .products-wrapper ul .small3 {
      grid-area: small3; }
    .products-wrapper ul .small4 {
      grid-area: small4; }

.products-wrapper {
  padding: 100px 0;
  background-color: #f2f2f2; }
  @media (max-width: 772px) {
    .products-wrapper {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .products-wrapper {
      padding: 30px 0; } }
  .products-wrapper .container {
    max-width: 1316px; }
  .products-wrapper .product-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 750px; }
    @media (max-width: 1330px) {
      .products-wrapper .product-box {
        height: 1140px; } }
    @media (max-width: 823px) {
      .products-wrapper .product-box {
        height: 1820px; } }
    .products-wrapper .product-box .product-track {
      transition: .8s ease-in-out transform;
      will-change: transform; }
      .products-wrapper .product-box .product-track.recommend {
        transform: translateX(0); }
      .products-wrapper .product-box .product-track.premium {
        transform: translateX(-100%); }
      .products-wrapper .product-box .product-track.standard {
        transform: translateX(-200%); }
      @media (max-width: 823px) {
        .products-wrapper .product-box .product-track.premium {
          transform: translateX(-100%); }
        .products-wrapper .product-box .product-track.standard {
          transform: translateX(-200%); } }
  .products-wrapper .filter {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    @media (max-width: 500px) {
      .products-wrapper .filter {
        margin-bottom: 30px;
        flex-direction: column; } }
    .products-wrapper .filter h3 {
      color: #13264c !important;
      margin-right: 160px;
      transition: .2s ease-in-out color; }
      @media (max-width: 915px) {
        .products-wrapper .filter h3 {
          margin-right: 40px; } }
      @media (max-width: 625px) {
        .products-wrapper .filter h3 {
          margin-right: 30px;
          font-size: 1.8rem; } }
      @media (max-width: 500px) {
        .products-wrapper .filter h3 {
          text-align: center;
          margin-right: 0;
          margin-bottom: 20px; }
          .products-wrapper .filter h3:last-child {
            margin-bottom: 0; } }
      .products-wrapper .filter h3.active, .products-wrapper .filter h3:hover {
        color: #f53636; }
      .products-wrapper .filter h3:last-child {
        margin-right: 0; }
  .products-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 490px 360px 360px;
    grid-template-rows: 360px 360px;
    grid-template-areas: "big small1 small2" "big small3 small4";
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    justify-content: center;
    transition: .8s ease-in-out transform;
    padding-left: 0; }
    .products-wrapper ul:nth-child(1) {
      transform: translateX(0); }
    .products-wrapper ul:nth-child(2) {
      transform: translateX(100%); }
      .products-wrapper ul:nth-child(2).active {
        transform: translateX(100%); }
    .products-wrapper ul:nth-child(3) {
      transform: translateX(200%); }
      .products-wrapper ul:nth-child(3).active {
        transform: translateX(200%); }
    @media (max-width: 1330px) {
      .products-wrapper ul {
        grid-template-columns: 360px 360px;
        grid-template-rows: 360px 360px 360px;
        grid-template-areas: "big big" "small1 small2" "small3 small4"; }
        .products-wrapper ul li:before {
          content: none; }
        .products-wrapper ul li .img-wrap img {
          object-fit: contain !important; }
        .products-wrapper ul li .bg-hover {
          transform: translateX(-100%) !important; }
        .products-wrapper ul li:hover .bg-hover {
          transform: translateX(0%) !important; }
        .products-wrapper ul li .description h2 {
          margin: 15px 7px !important; } }
    @media (max-width: 823px) {
      .products-wrapper ul {
        grid-template-columns: 100%;
        grid-template-rows: 340px 340px 340px 340px 340px;
        grid-template-areas: "big" "small1" "small2" "small3" "small4"; } }
    .products-wrapper ul li {
      transition: .2s ease-in-out all;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      background-color: #fff;
      padding: 15px; }
      .products-wrapper ul li:before {
        content: none; }
      .products-wrapper ul li .img-wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .products-wrapper ul li .img-wrap .LazyLoad {
          width: 100%;
          height: 100%; }
        .products-wrapper ul li .img-wrap img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .5s ease-in-out transform; }
      .products-wrapper ul li .bg-hover {
        transition: .5s ease-in-out transform;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-490px);
        background: #777681;
        /* Old browsers */
        background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
        /* IE6-9 */ }
      .products-wrapper ul li:hover .bg-hover {
        transform: translateX(0); }
      .products-wrapper ul li:hover .description h2 {
        color: #fff; }
      .products-wrapper ul li:hover .description p {
        color: #fff; }
      .products-wrapper ul li:hover .img-wrap img {
        transform: scale(0.95); }
      .products-wrapper ul li .description {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .products-wrapper ul li .description p {
          margin: 0;
          font-family: 'Urwdin Medium';
          color: #4d4d4d;
          transition: .5s ease-in-out color; }
        .products-wrapper ul li .description h2 {
          margin: 38px 0 0;
          font-size: 2.25rem;
          color: #13264c;
          transition: .5s ease-in-out color; }
          @media (max-width: 1330px) {
            .products-wrapper ul li .description h2 {
              margin-bottom: 0 !important; } }
    .products-wrapper ul .big {
      grid-area: big; }
    .products-wrapper ul .small1 {
      grid-area: small1; }
    .products-wrapper ul .small2 {
      grid-area: small2; }
    .products-wrapper ul .small3 {
      grid-area: small3; }
    .products-wrapper ul .small4 {
      grid-area: small4; }

.news-wrapper {
  text-align: center;
  padding: 0 180px; }
  @media (max-width: 1720px) {
    .news-wrapper {
      padding: 0 100px 0 160px; } }
  @media (max-width: 1550px) {
    .news-wrapper {
      padding: 0 60px 0 90px; } }
  @media (max-width: 1400px) {
    .news-wrapper {
      padding: 0 40px 0 60px; } }
  @media (max-width: 1300px) {
    .news-wrapper {
      padding: 0 30px 0 40px; } }
  @media (max-width: 1225px) {
    .news-wrapper {
      padding: 0; } }
  .news-wrapper h2 {
    font-size: 2.25rem;
    color: #13264c;
    text-align: center;
    padding: 50px 0; }
    @media (max-width: 1000px) {
      .news-wrapper h2 {
        padding: 35px 0; } }
    @media (max-width: 600px) {
      .news-wrapper h2 {
        padding: 25px 0; } }
  .news-wrapper .posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 55px;
    margin: 0 auto; }
    .news-wrapper .posts .box-wrapper {
      text-align: left;
      width: 25%;
      padding: 0 15px; }
      @media (max-width: 1225px) {
        .news-wrapper .posts .box-wrapper {
          width: 50%; } }
      @media (max-width: 600px) {
        .news-wrapper .posts .box-wrapper {
          width: 100%; } }
      .news-wrapper .posts .box-wrapper .post-box {
        max-width: 360px;
        width: 100%; }
        @media (max-width: 1225px) {
          .news-wrapper .posts .box-wrapper .post-box {
            display: block;
            flex-direction: column;
            margin: 0 auto; } }
        .news-wrapper .posts .box-wrapper .post-box:last-child .box-img {
          padding: 12px 0px 20px 0; }
        .news-wrapper .posts .box-wrapper .post-box:hover .box-img > img {
          transform: scale(1.1); }
        @media (max-width: 1907px) {
          .news-wrapper .posts .box-wrapper .post-box {
            width: 50%;
            margin-bottom: 30px; } }
        @media (max-width: 900px) {
          .news-wrapper .posts .box-wrapper .post-box {
            width: 100%; }
            .news-wrapper .posts .box-wrapper .post-box:last-child .box-img {
              padding: 12px 0px 20px 0; } }
        .news-wrapper .posts .box-wrapper .post-box .category {
          font-size: 16px;
          color: #4d4d4d; }
        .news-wrapper .posts .box-wrapper .post-box .box-img {
          margin: 12px 0 15px 0;
          overflow: hidden;
          position: relative;
          height: 200px;
          display: block;
          padding: 0; }
          @media (max-width: 900px) {
            .news-wrapper .posts .box-wrapper .post-box .box-img {
              margin: 12px 0px 20px 0px; } }
          .news-wrapper .posts .box-wrapper .post-box .box-img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .3s ease-in-out transform; }
        .news-wrapper .posts .box-wrapper .post-box .date {
          font-size: 16px;
          color: #4d4d4d; }
        .news-wrapper .posts .box-wrapper .post-box .title {
          font-size: 18px;
          color: #13264c;
          margin-top: 14px; }
  .news-wrapper .btn-wrap {
    text-align: center;
    padding-bottom: 40px; }

.page-not-found {
  background-color: #f2f2f2; }
  .page-not-found .wrapper {
    display: flex;
    border-bottom: 2px solid #c4c4c4;
    padding: 180px 0; }
    @media (max-width: 1152px) {
      .page-not-found .wrapper {
        flex-direction: column; } }
    .page-not-found .wrapper .col {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media (max-width: 1152px) {
        .page-not-found .wrapper .col {
          width: 100%; } }
      .page-not-found .wrapper .col img {
        width: 302px; }
        @media (max-width: 1296px) {
          .page-not-found .wrapper .col img {
            width: 180px; } }
        @media (max-width: 1152px) {
          .page-not-found .wrapper .col img {
            margin-bottom: 60px; } }
        @media (max-width: 565px) {
          .page-not-found .wrapper .col img {
            width: 120px; } }
      .page-not-found .wrapper .col h1 {
        color: #13264c; }
      .page-not-found .wrapper .col h3 {
        color: #4d4d4d; }
      .page-not-found .wrapper .col .desc {
        text-align: left; }

.editor-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .editor-section .editor {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto; }
    .editor-section .editor h1, .editor-section .editor h2 {
      color: #13264c; }
    .editor-section .editor h3, .editor-section .editor h4, .editor-section .editor h5, .editor-section .editor p {
      color: #4d4d4d; }
    .editor-section .editor p {
      margin-top: 26px; }
      .editor-section .editor p strong {
        display: block;
        margin: 23px 0;
        font-size: 1rem; }
    .editor-section .editor ul {
      padding: 0; }
      .editor-section .editor ul li {
        list-style: none;
        color: #4d4d4d;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 0.8889rem;
        margin-bottom: 5px; }
        .editor-section .editor ul li:last-child {
          margin-bottom: 0; }
        .editor-section .editor ul li:before {
          content: "";
          margin-right: 12px;
          background-color: #f53636;
          width: 7px;
          height: 7px;
          border-radius: 100%;
          display: inline-block; }
    .editor-section .editor a {
      color: #4d4d4d;
      text-decoration: underline; }

.icons-section {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .icons-section .container {
    padding-top: 60px;
    padding-bottom: 60px; }
  .icons-section h2 {
    text-align: center;
    color: #13264c; }
  .icons-section h4 {
    text-align: center;
    color: #4d4d4d; }
  .icons-section .icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .icons-section .icons .icon {
      width: 33.3%;
      text-align: center;
      margin-top: 55px; }
      @media (max-width: 920px) {
        .icons-section .icons .icon {
          width: 50%; } }
      @media (max-width: 620px) {
        .icons-section .icons .icon {
          width: 100%; } }
      .icons-section .icons .icon .circle {
        width: 127px;
        height: 127px;
        margin: 0 auto 25px auto;
        border-radius: 100%;
        background-color: #f53636;
        display: flex;
        justify-content: center;
        align-items: center; }
        .icons-section .icons .icon .circle img {
          width: 55px; }
      .icons-section .icons .icon .description h1, .icons-section .icons .icon .description h2, .icons-section .icons .icon .description h3, .icons-section .icons .icon .description h4, .icons-section .icons .icon .description h5 {
        color: #13264c;
        margin-top: 37px;
        margin-bottom: 23px; }
      .icons-section .icons .icon .description p {
        color: #4d4d4d;
        margin: 0;
        font-size: 0.8889rem; }
        .icons-section .icons .icon .description p strong {
          color: #13264c;
          margin-bottom: 22px;
          font-size: 1.3333rem; }

.person-opinion-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .person-opinion-section .wrapper {
    display: flex; }
    @media (max-width: 1088px) {
      .person-opinion-section .wrapper {
        flex-wrap: wrap; } }
    .person-opinion-section .wrapper .col {
      width: 50%;
      display: flex;
      align-items: center; }
      .person-opinion-section .wrapper .col:first-child {
        margin-right: 15px; }
        .person-opinion-section .wrapper .col:first-child img {
          position: relative;
          top: 2px;
          width: 100%; }
        @media (max-width: 1510px) {
          .person-opinion-section .wrapper .col:first-child {
            width: 40%; } }
        @media (max-width: 1088px) {
          .person-opinion-section .wrapper .col:first-child {
            width: 100%;
            justify-content: center; } }
      .person-opinion-section .wrapper .col:last-child {
        margin-left: 15px;
        border-bottom: 2px solid #c4c4c4; }
        @media (max-width: 1510px) {
          .person-opinion-section .wrapper .col:last-child {
            width: 60%; } }
        @media (max-width: 1088px) {
          .person-opinion-section .wrapper .col:last-child {
            width: 100%;
            justify-content: center; } }
        .person-opinion-section .wrapper .col:last-child h1, .person-opinion-section .wrapper .col:last-child h2, .person-opinion-section .wrapper .col:last-child h3, .person-opinion-section .wrapper .col:last-child h4, .person-opinion-section .wrapper .col:last-child h5 {
          color: #13264c; }
        .person-opinion-section .wrapper .col:last-child h1, .person-opinion-section .wrapper .col:last-child h2 {
          margin-bottom: 40px; }
        .person-opinion-section .wrapper .col:last-child p {
          color: #4d4d4d;
          max-width: 400px;
          width: 100%; }
        .person-opinion-section .wrapper .col:last-child .description {
          padding-left: 140px; }
          @media (max-width: 1140px) {
            .person-opinion-section .wrapper .col:last-child .description {
              padding-left: 0; } }
          @media (max-width: 1088px) {
            .person-opinion-section .wrapper .col:last-child .description {
              margin: 50px 0; } }

.logos-section {
  background-color: #f2f2f2; }
  .logos-section .title {
    color: #13264c;
    text-align: center; }
  .logos-section .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 160px; }
    @media (max-width: 1272px) {
      .logos-section .logos {
        justify-content: center;
        text-align: center;
        padding: 60px 0; } }
    .logos-section .logos .logo:not(:nth-child(1)), .logos-section .logos .logo:not(:nth-child(2)) {
      margin-top: 30px; }
    @media (max-width: 1272px) {
      .logos-section .logos .logo {
        width: 100%; } }
    @media (max-width: 450px) {
      .logos-section .logos .logo img {
        max-width: 300px; } }

.text-icons-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  @media (max-width: 992px) {
    .text-icons-section {
      padding: 30px 0; } }
  .text-icons-section .title {
    width: 100%;
    margin-bottom: 55px; }
    @media (max-width: 992px) {
      .text-icons-section .title {
        margin-bottom: 25px; } }
    .text-icons-section .title h2 {
      color: #13264c;
      text-align: center; }
  .text-icons-section .wrapper {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1290px) {
      .text-icons-section .wrapper {
        flex-wrap: wrap; } }
    .text-icons-section .wrapper .text {
      width: 100%;
      text-align: center; }
      .text-icons-section .wrapper .text h1, .text-icons-section .wrapper .text h2 {
        color: #13264c;
        margin-bottom: 30px; }
      .text-icons-section .wrapper .text p {
        color: #4d4d4d;
        width: 100%; }
        @media (max-width: 1290px) {
          .text-icons-section .wrapper .text p {
            margin: 0 auto; } }
    .text-icons-section .wrapper .icons {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 1290px) {
        .text-icons-section .wrapper .icons {
          width: 100%;
          margin-top: 50px; } }
      .text-icons-section .wrapper .icons .icon {
        width: 25%;
        text-align: center;
        display: flex;
        margin-bottom: 30px; }
        .text-icons-section .wrapper .icons .icon:nth-last-child(1), .text-icons-section .wrapper .icons .icon:nth-last-child(2) {
          margin-bottom: 0; }
        @media (max-width: 1290px) {
          .text-icons-section .wrapper .icons .icon {
            width: 25%;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            .text-icons-section .wrapper .icons .icon:nth-of-type(n) {
              margin-bottom: 30px; } }
        @media (max-width: 850px) {
          .text-icons-section .wrapper .icons .icon {
            width: 100%; } }
        .text-icons-section .wrapper .icons .icon .circle {
          width: 127px;
          height: 127px;
          margin: 0 25px 0 25px;
          border-radius: 100%;
          background-color: #f53636;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 1400px) {
            .text-icons-section .wrapper .icons .icon .circle {
              width: 120px;
              height: 120px; } }
          @media (max-width: 1290px) {
            .text-icons-section .wrapper .icons .icon .circle {
              margin-bottom: 20px; } }
          .text-icons-section .wrapper .icons .icon .circle img {
            width: 55px; }
        .text-icons-section .wrapper .icons .icon .description {
          display: flex;
          align-items: center;
          max-width: 145px; }
          @media (max-width: 1290px) {
            .text-icons-section .wrapper .icons .icon .description {
              max-width: 100%; } }
          .text-icons-section .wrapper .icons .icon .description p {
            color: #4d4d4d;
            margin: 0;
            font-size: 0.8889rem; }
            .text-icons-section .wrapper .icons .icon .description p strong {
              font-size: 1.3333rem; }

.line-section {
  background-color: #f2f2f2; }
  .line-section hr {
    max-width: 1505px;
    height: 2px;
    margin: 0 auto;
    width: 100%;
    display: block;
    border: 0;
    padding: 0 15px;
    background-color: #c4c4c4; }

.slider-prices-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .slider-prices-section .slick-prev {
    left: -120px; }
    @media (max-width: 1760px) {
      .slider-prices-section .slick-prev {
        left: 15px; } }
  .slider-prices-section .slick-next {
    right: -120px; }
    @media (max-width: 1760px) {
      .slider-prices-section .slick-next {
        right: 15px; } }
  .slider-prices-section .slick-track {
    /* spacing for the slider itself */
    min-height: 400px; }
  .slider-prices-section .slide {
    outline: none; }
    .slider-prices-section .slide img {
      margin: 0 auto; }
    .slider-prices-section .slide p {
      color: #4d4d4d;
      font-size: 1.3333rem;
      text-align: center; }

.projects-list-full-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .projects-list-full-section .title {
    text-align: center;
    margin-bottom: 20px; }
    .projects-list-full-section .title h2 {
      color: #13264c; }
    .projects-list-full-section .title h3 {
      color: #4d4d4d; }
  .projects-list-full-section .product {
    background-color: #ffffff;
    display: flex;
    margin-bottom: 30px; }
    .projects-list-full-section .product:last-child {
      margin-bottom: 0; }
    @media (max-width: 780px) {
      .projects-list-full-section .product {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 15px;
        align-items: center; } }
    .projects-list-full-section .product .image {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 45px; }
      @media (max-width: 1290px) {
        .projects-list-full-section .product .image {
          width: 700px;
          height: auto; }
          .projects-list-full-section .product .image img {
            max-width: 100%; } }
      @media (max-width: 1100px) {
        .projects-list-full-section .product .image {
          width: 550px; } }
      @media (max-width: 920px) {
        .projects-list-full-section .product .image {
          width: 450px; } }
      @media (max-width: 800px) {
        .projects-list-full-section .product .image {
          width: 400px;
          padding: 15px; } }
      @media (max-width: 450px) {
        .projects-list-full-section .product .image {
          width: 100%; } }
    .projects-list-full-section .product .actions {
      display: flex;
      margin-top: 13px;
      flex-direction: column; }
      @media (max-width: 992px) {
        .projects-list-full-section .product .actions {
          flex-wrap: wrap;
          flex-direction: column; } }
      @media (max-width: 780px) {
        .projects-list-full-section .product .actions {
          align-items: center; } }
      .projects-list-full-section .product .actions .btn-wrap {
        margin-right: 30px;
        display: block; }
        @media (min-width: 993px) {
          .projects-list-full-section .product .actions .btn-wrap:nth-of-type(2n) {
            padding-top: 35px; } }
        @media (max-width: 992px) {
          .projects-list-full-section .product .actions .btn-wrap {
            margin-right: 0;
            margin-bottom: 40px; } }
        .projects-list-full-section .product .actions .btn-wrap:last-child {
          margin-right: 0; }
          @media (max-width: 992px) {
            .projects-list-full-section .product .actions .btn-wrap:last-child {
              margin-bottom: 0; } }
    .projects-list-full-section .product .description {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 40px 60px 40px 0; }
      @media (max-width: 1315px) {
        .projects-list-full-section .product .description {
          padding: 40px 20px 40px 0; } }
      @media (max-width: 380px) {
        .projects-list-full-section .product .description {
          padding: 40px 0px 40px 0; } }
      @media (max-width: 780px) {
        .projects-list-full-section .product .description {
          align-items: center; } }
      .projects-list-full-section .product .description h3 {
        color: #13264c; }
      .projects-list-full-section .product .description p {
        color: #4d4d4d; }
      .projects-list-full-section .product .description ul {
        display: flex;
        padding: 0; }
        .projects-list-full-section .product .description ul li {
          list-style: none;
          position: relative;
          margin-right: 20px;
          cursor: pointer; }
          .projects-list-full-section .product .description ul li:before {
            content: none; }
          @media (max-width: 380px) {
            .projects-list-full-section .product .description ul li {
              margin-right: 10px; } }
          .projects-list-full-section .product .description ul li:hover span {
            transform: translateX(calc(-50% + 25.5px)) translateY(-38px);
            visibility: visible; }
            .projects-list-full-section .product .description ul li:hover span:after {
              transform: rotate(-45deg) scale(1); }
          .projects-list-full-section .product .description ul li:last-child {
            margin-right: 0; }
          .projects-list-full-section .product .description ul li span {
            display: block;
            position: absolute;
            color: #ffffff;
            background-color: #13264c;
            padding: 5px 17px;
            top: 0;
            border-radius: 10px;
            font-size: 0.8889rem;
            transform: translateX(calc(-50% + 25.5px)) translateY(-28px);
            visibility: hidden;
            transition: .3s ease-in-out transform;
            white-space: nowrap; }
            .projects-list-full-section .product .description ul li span:after {
              content: '';
              width: 20px;
              height: 15px;
              background-color: #13264c;
              border-radius: 2px;
              display: block;
              position: absolute;
              bottom: 0px;
              z-index: -1;
              left: calc( 50% - 10px);
              transform: rotate(-45deg) scale(0);
              transition: .3s ease-in-out transform; }
  .projects-list-full-section .text {
    margin: 50px auto 0 auto;
    max-width: 1005px;
    width: 100%; }
    .projects-list-full-section .text p {
      color: #4d4d4d; }

.gallery-section {
  background-color: #f2f2f2;
  padding: 0 0; }
  .gallery-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gallery-section .wrapper .gallery-item {
      width: 485px;
      height: 365px;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      margin-bottom: 20px; }
      .gallery-section .wrapper .gallery-item:hover img.main {
        transform: scale(1.02); }
      .gallery-section .wrapper .gallery-item:hover .overlay {
        opacity: .8; }
      .gallery-section .wrapper .gallery-item:hover .zoom {
        transform: scale(1); }
      .gallery-section .wrapper .gallery-item .overlay {
        width: 100%;
        height: 100%;
        background-color: #242424;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .3s ease-in-out opacity; }
      .gallery-section .wrapper .gallery-item .zoom {
        transform: scale(0);
        width: 64px;
        height: 64px;
        left: calc(50% - 32px);
        top: calc(50% - 32px);
        transition: .3s ease-in-out all; }
      .gallery-section .wrapper .gallery-item .LazyLoad {
        width: 100%;
        height: 100%; }
      .gallery-section .wrapper .gallery-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: .3s ease-in-out transform; }

.saloons-list-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .saloons-list-section .title {
    color: #13264c;
    text-align: center;
    margin-bottom: 60px; }
  .saloons-list-section .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1520px) {
      .saloons-list-section .wrapper {
        flex-wrap: wrap; } }
  .saloons-list-section .saloon-item {
    max-width: 360px;
    width: 100%;
    padding-bottom: 30px; }
    .saloons-list-section .saloon-item .image {
      text-align: center;
      height: 360px; }
      .saloons-list-section .saloon-item .image img {
        height: 100%;
        max-width: 100%; }
    @media (max-width: 400px) {
      .saloons-list-section .saloon-item {
        max-width: 300px; }
        .saloons-list-section .saloon-item .image {
          max-width: 300px;
          object-fit: cover;
          margin: 0 auto; }
          .saloons-list-section .saloon-item .image img {
            object-fit: contain; } }
    @media (max-width: 1520px) {
      .saloons-list-section .saloon-item {
        max-width: 50%;
        margin-bottom: 60px; }
        .saloons-list-section .saloon-item:nth-child(3), .saloons-list-section .saloon-item:nth-child(4) {
          margin-bottom: 0; } }
    @media (max-width: 792px) {
      .saloons-list-section .saloon-item {
        max-width: 100%; }
        .saloons-list-section .saloon-item.last-child {
          margin-bottom: 0; } }
    .saloons-list-section .saloon-item .actions {
      margin-top: 40px;
      text-align: center; }
    .saloons-list-section .saloon-item .description {
      text-align: center; }
      .saloons-list-section .saloon-item .description p {
        color: #4d4d4d;
        line-height: 1.2222rem;
        padding: 0 20px; }
        .saloons-list-section .saloon-item .description p .city {
          margin-bottom: 17px; }
      .saloons-list-section .saloon-item .description h4 {
        color: #13264c; }
    .saloons-list-section .saloon-item ul {
      display: flex;
      justify-content: center;
      padding: 0;
      max-width: 100%; }
      @media (max-width: 450px) {
        .saloons-list-section .saloon-item ul {
          max-width: 300px;
          flex-wrap: wrap;
          margin: 10px auto; } }
      @media (max-width: 340px) {
        .saloons-list-section .saloon-item ul {
          max-width: 250px; } }
      .saloons-list-section .saloon-item ul li {
        position: relative;
        margin-right: 28px;
        cursor: pointer;
        list-style: none; }
        .saloons-list-section .saloon-item ul li:before {
          content: none; }
        @media (max-width: 550px) {
          .saloons-list-section .saloon-item ul li {
            margin-right: 5px; } }
        .saloons-list-section .saloon-item ul li:hover span {
          transform: translateX(calc(-50% + 26px)) translateY(-38px);
          visibility: visible;
          z-index: 1; }
          .saloons-list-section .saloon-item ul li:hover span:after {
            transform: rotate(-45deg) scale(1); }
        .saloons-list-section .saloon-item ul li:last-child {
          margin-right: 0; }
        .saloons-list-section .saloon-item ul li span {
          display: block;
          position: absolute;
          color: #ffffff;
          background-color: #13264c;
          padding: 5px 17px;
          top: 0;
          border-radius: 10px;
          font-size: 0.8889rem;
          transform: translateX(calc(-50% + 26px)) translateY(-28px);
          visibility: hidden;
          transition: .3s ease-in-out transform;
          white-space: nowrap; }
          .saloons-list-section .saloon-item ul li span:after {
            content: '';
            width: 20px;
            height: 15px;
            background-color: #13264c;
            border-radius: 2px;
            display: block;
            position: absolute;
            bottom: 0px;
            z-index: -1;
            left: calc( 50% - 10px);
            transform: rotate(-45deg) scale(0);
            transition: .3s ease-in-out transform; }
        @media (max-width: 550px) {
          .saloons-list-section .saloon-item ul li a img {
            width: 35px;
            height: 35px; } }

.map-with-text-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .map-with-text-section .wrapper {
    display: flex; }
    @media (max-width: 1088px) {
      .map-with-text-section .wrapper {
        flex-wrap: wrap; } }
    .map-with-text-section .wrapper .col {
      width: 50%;
      display: flex;
      align-items: center; }
      .map-with-text-section .wrapper .col .map {
        width: 100%; }
      .map-with-text-section .wrapper .col:first-child {
        margin-right: 15px; }
        .map-with-text-section .wrapper .col:first-child img {
          position: relative;
          top: 2px;
          width: 100%; }
        @media (max-width: 1510px) {
          .map-with-text-section .wrapper .col:first-child {
            margin-right: 0;
            width: 40%; } }
        @media (max-width: 1088px) {
          .map-with-text-section .wrapper .col:first-child {
            width: 100%;
            justify-content: center; } }
      .map-with-text-section .wrapper .col:last-child {
        margin-left: 15px;
        border-bottom: 2px solid #c4c4c4; }
        @media (max-width: 1510px) {
          .map-with-text-section .wrapper .col:last-child {
            width: 60%; } }
        @media (max-width: 1088px) {
          .map-with-text-section .wrapper .col:last-child {
            width: 100%;
            justify-content: center; } }
        .map-with-text-section .wrapper .col:last-child h1, .map-with-text-section .wrapper .col:last-child h2, .map-with-text-section .wrapper .col:last-child h3, .map-with-text-section .wrapper .col:last-child h4, .map-with-text-section .wrapper .col:last-child h5 {
          color: #13264c; }
        .map-with-text-section .wrapper .col:last-child h1, .map-with-text-section .wrapper .col:last-child h2 {
          margin-bottom: 40px; }
        .map-with-text-section .wrapper .col:last-child p {
          color: #4d4d4d;
          max-width: 400px;
          width: 100%; }
        .map-with-text-section .wrapper .col:last-child .description {
          padding-left: 140px; }
          @media (max-width: 1140px) {
            .map-with-text-section .wrapper .col:last-child .description {
              padding-left: 0; } }
          @media (max-width: 1088px) {
            .map-with-text-section .wrapper .col:last-child .description {
              margin: 50px 0; } }

.image-modal {
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999999; }
  .image-modal .arrow {
    display: block;
    color: #fff;
    position: absolute;
    top: calc(50% - 7px);
    background: #f53636;
    border-radius: 100%;
    cursor: pointer;
    padding: 9px 14px;
    line-height: 1;
    font-style: normal; }
    .image-modal .arrow:after {
      content: '';
      background-image: url("/static/img/arrow-ico.svg");
      background-repeat: no-repeat;
      width: 7px;
      height: 8px;
      display: inline-block;
      position: relative;
      top: -1px;
      transition: .3s ease-in-out transform; }
    .image-modal .arrow.left {
      left: 15px;
      transform: rotate(-180deg); }
      .image-modal .arrow.left:after {
        top: -2px;
        left: 1px; }
      .image-modal .arrow.left:hover:after {
        transform: translateX(3px); }
    .image-modal .arrow.right {
      right: 15px; }
      .image-modal .arrow.right:after {
        top: -2px;
        left: 1px; }
      .image-modal .arrow.right:hover:after {
        transform: translateX(3px); }
  .image-modal i {
    display: block;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f53636;
    border-radius: 100%;
    cursor: pointer;
    padding: 9px 13px;
    font-style: normal;
    line-height: 1;
    font-size: 13px;
    transition: .4s ease-in-out all; }
    .image-modal i:hover {
      transform: rotate(180deg); }
  .image-modal img {
    width: auto;
    height: auto; }

.saloons-sorting-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .saloons-sorting-section .title {
    display: inline-block;
    max-width: 360px;
    width: 100%;
    margin-right: 30px;
    color: #4d4d4d; }
    @media (max-width: 800px) {
      .saloons-sorting-section .title {
        margin-bottom: 20px; } }
  .saloons-sorting-section .sort-bar {
    display: inline-flex;
    max-width: 1000px;
    width: 100%; }
    @media (max-width: 800px) {
      .saloons-sorting-section .sort-bar {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        width: 100%; }
        .saloons-sorting-section .sort-bar .choose {
          margin-right: 0;
          margin-bottom: 20px;
          max-width: 100%; }
          .saloons-sorting-section .sort-bar .choose:last-child {
            margin-bottom: 0; } }

.saloons-list-section .btn-wrap {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; }

.choose {
  position: relative;
  max-width: 230px;
  width: 100%;
  z-index: 0;
  margin-right: 30px; }
  .choose:last-child {
    margin-right: 0; }
  .choose select {
    width: 100%;
    color: #4d4d4d;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #e4e4e4;
    font-size: 0.8889rem;
    font-weight: 700;
    padding: 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    line-height: 1.5; }
    .choose select::-ms-expand {
      display: none; }
  .choose:before {
    content: '';
    width: 23px;
    height: 23px;
    background-color: #f53636;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: calc( 50% - 11.5px);
    z-index: -2; }
  .choose:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #f53636;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: calc( 50% - 4px);
    z-index: -1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS44NiA0Ni43NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTwvdGl0bGU+PGcgaWQ9IldhcnN0d2FfMiIgZGF0YS1uYW1lPSJXYXJzdHdhIDIiPjxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNiA2IDIzLjM3IDIzLjM3IDYgNDAuNzUiLz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: .3s ease-in-out transform; }
  .choose:hover:after {
    transform: rotate(180deg) translateX(2px) translateY(2px); }

.authorized-services-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  @media (max-width: 600px) {
    .authorized-services-section {
      padding: 20px 0; } }
  .authorized-services-section .title {
    text-align: center;
    margin-bottom: 50px; }
    .authorized-services-section .title h2 {
      color: #13264c; }
  .authorized-services-section .wrapper {
    display: flex; }
    @media (max-width: 840px) {
      .authorized-services-section .wrapper {
        flex-direction: column; } }
    .authorized-services-section .wrapper .col {
      width: 50%; }
      @media (max-width: 840px) {
        .authorized-services-section .wrapper .col {
          width: 100%; } }
      .authorized-services-section .wrapper .col .select-void {
        padding-left: 141px; }
        @media (max-width: 1300px) {
          .authorized-services-section .wrapper .col .select-void {
            padding-left: 30px; } }
        @media (max-width: 840px) {
          .authorized-services-section .wrapper .col .select-void {
            padding-left: 0; } }
        .authorized-services-section .wrapper .col .select-void .choose {
          max-width: 490px;
          margin-bottom: 60px; }
        .authorized-services-section .wrapper .col .select-void .contacts {
          display: flex;
          flex-wrap: wrap; }
          .authorized-services-section .wrapper .col .select-void .contacts .contact {
            max-width: 235px;
            width: 100%;
            margin-right: 15px;
            margin-bottom: 30px; }
            .authorized-services-section .wrapper .col .select-void .contacts .contact:nth-child(even) {
              margin-right: 0; }
            .authorized-services-section .wrapper .col .select-void .contacts .contact p, .authorized-services-section .wrapper .col .select-void .contacts .contact h4 {
              color: #4d4d4d; }
            .authorized-services-section .wrapper .col .select-void .contacts .contact h4 {
              font-size: 1.5556rem;
              margin-bottom: 17px; }
            .authorized-services-section .wrapper .col .select-void .contacts .contact h5 {
              color: #13264c;
              font-size: 1.3333rem; }
  .authorized-services-section svg {
    max-width: 580px;
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 840px) {
      .authorized-services-section svg {
        margin-bottom: 40px; } }
    .authorized-services-section svg path {
      cursor: pointer;
      fill: transparent !important;
      transition: .2s ease-in-out fill; }
      .authorized-services-section svg path.active, .authorized-services-section svg path:hover {
        fill: url(#lgrad) !important; }

.editor-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .editor-section .editor {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto; }
    .editor-section .editor h1, .editor-section .editor h2 {
      color: #13264c; }
    .editor-section .editor h3, .editor-section .editor h4, .editor-section .editor h5, .editor-section .editor p {
      color: #4d4d4d; }
    .editor-section .editor p {
      margin-top: 26px; }
      .editor-section .editor p strong {
        display: block;
        margin: 23px 0;
        font-size: 1rem; }
    .editor-section .editor ul li {
      color: #4d4d4d;
      padding-left: 1em;
      text-indent: -1em;
      font-size: 0.8889rem;
      margin-bottom: 5px; }
      .editor-section .editor ul li:last-child {
        margin-bottom: 0; }
      .editor-section .editor ul li:before {
        content: "";
        margin-right: 12px;
        background-color: #f53636;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        display: inline-block; }
  .editor-section .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px; }
    .editor-section .buttons .btn-wrap {
      margin-right: 30px; }
      @media (max-width: 705px) {
        .editor-section .buttons .btn-wrap {
          margin-bottom: 40px; } }
      .editor-section .buttons .btn-wrap:last-child {
        margin-bottom: 0; }
      .editor-section .buttons .btn-wrap a {
        font-size: 0.8889rem; }

.team-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .team-section .title {
    color: #13264c;
    text-align: center;
    margin-bottom: 60px; }
  .team-section .management {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .team-section .management .item {
      margin-bottom: 60px;
      padding: 0 15px; }
      .team-section .management .item:last-child {
        margin-right: 0; }
      .team-section .management .item h5 {
        color: #13264c;
        font-size: 1.3333rem;
        margin-top: 30px;
        text-align: center;
        max-width: 200px;
        width: 100%;
        word-spacing: 9999999px; }
  .team-section .emplyees {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .team-section .emplyees .item {
      margin-bottom: 50px;
      padding: 0 15px; }
      .team-section .emplyees .item:nth-child(5n) {
        margin-right: 0; }
      .team-section .emplyees .item h5 {
        color: #13264c;
        font-size: 1.3333rem;
        text-align: center;
        max-width: 200px;
        width: 100%;
        word-spacing: 9999999px;
        margin: 25px auto 0 auto; }
      .team-section .emplyees .item p {
        font-size: 0.8889rem;
        color: #4d4d4d;
        margin-top: 7px;
        margin-bottom: 0;
        text-align: center; }

.about-nav {
  background-color: #f2f2f2;
  padding: 20px 0 10px; }
  .about-nav .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .about-nav .wrapper nav ul {
      display: flex;
      flex-wrap: wrap; }
      .about-nav .wrapper nav ul li {
        margin-right: 18px;
        position: relative;
        display: inline-block; }
        @media (max-width: 580px) {
          .about-nav .wrapper nav ul li {
            margin-bottom: 10px; } }
        .about-nav .wrapper nav ul li:hover a {
          color: #f53636; }
        .about-nav .wrapper nav ul li:before {
          content: '';
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: #f53636;
          margin-right: 10px;
          display: inline-block;
          top: -1px;
          position: relative; }
        .about-nav .wrapper nav ul li:last-child {
          margin-right: 0; }
        .about-nav .wrapper nav ul li a {
          transition: .2s ease-in-out color;
          font-size: 1rem;
          color: #4d4d4d; }
          .about-nav .wrapper nav ul li a.active {
            color: #f53636; }

.contact-nav {
  background-color: #f2f2f2;
  padding: 20px 0 10px; }
  .contact-nav .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .contact-nav .wrapper nav ul {
      display: flex;
      flex-wrap: wrap; }
      .contact-nav .wrapper nav ul li {
        margin-right: 18px;
        position: relative;
        display: inline-block; }
        @media (max-width: 580px) {
          .contact-nav .wrapper nav ul li {
            width: 100%;
            display: block;
            margin-right: 0;
            margin-bottom: 20px; }
            .contact-nav .wrapper nav ul li:last-child {
              margin-bottom: 0; } }
        .contact-nav .wrapper nav ul li:hover a {
          color: #f53636; }
        .contact-nav .wrapper nav ul li:before {
          content: '';
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: #f53636;
          margin-right: 10px;
          display: inline-block;
          top: -1px;
          position: relative; }
        .contact-nav .wrapper nav ul li:last-child {
          margin-right: 0; }
        .contact-nav .wrapper nav ul li a {
          transition: .2s ease-in-out color;
          font-size: 1rem;
          color: #4d4d4d; }
          .contact-nav .wrapper nav ul li a.active {
            color: #f53636; }

.history-timeline-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .history-timeline-section .start {
    position: relative;
    z-index: 2; }
    .history-timeline-section .start h2 {
      color: #13264c;
      text-align: center;
      margin-bottom: 8px; }
    .history-timeline-section .start h4 {
      margin-bottom: 0px; }
    .history-timeline-section .start h4, .history-timeline-section .start p {
      text-align: center;
      color: #4d4d4d;
      margin: 0; }
    .history-timeline-section .start .image-logo {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      margin-bottom: 165px; }
      .history-timeline-section .start .image-logo img {
        max-width: 350px;
        width: 100%; }
    .history-timeline-section .start .images-wrap {
      display: flex;
      justify-content: center;
      margin-top: 22px; }
      .history-timeline-section .start .images-wrap img {
        margin-right: 32px;
        border-radius: 100%;
        max-width: 230px;
        width: 100%; }
        @media (max-width: 1370px) {
          .history-timeline-section .start .images-wrap img {
            max-width: 150px;
            height: 100%; } }
        @media (max-width: 600px) {
          .history-timeline-section .start .images-wrap img {
            margin-right: 15px;
            max-width: 100px; } }
        .history-timeline-section .start .images-wrap img:last-child {
          margin-right: 0; }
    .history-timeline-section .start .btn-wrap {
      justify-content: center;
      display: flex;
      margin-top: 30px; }
      @media (max-width: 992px) {
        .history-timeline-section .start .btn-wrap {
          margin-bottom: 50px; } }
      .history-timeline-section .start .btn-wrap .btn {
        font-size: 0.8889rem; }
  .history-timeline-section .history {
    margin-top: 25px;
    position: relative;
    z-index: 1; }
    .history-timeline-section .history .item-wrap {
      display: flex;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 992px) {
        .history-timeline-section .history .item-wrap .empty {
          width: 0%; } }
      .history-timeline-section .history .item-wrap.active .item:after {
        background-color: #f53636;
        border: 2px solid #f53636; }
      .history-timeline-section .history .item-wrap:first-child:before {
        content: '';
        width: 2px;
        height: 215px;
        background-color: #c4c4c4;
        position: absolute;
        left: calc( 50% - 1px);
        top: -215px;
        z-index: 0; }
      .history-timeline-section .history .item-wrap:first-child:after {
        content: '';
        width: 22px;
        height: 22px;
        background-color: #c4c4c4;
        border-radius: 22px;
        position: absolute;
        left: calc( 50% - 11px);
        top: -215px; }
      @media (max-width: 992px) {
        .history-timeline-section .history .item-wrap:first-child:before {
          left: 15px; }
        .history-timeline-section .history .item-wrap:first-child:after {
          left: calc(15px - 11px); } }
      @media (max-width: 600px) {
        .history-timeline-section .history .item-wrap:first-child:before {
          left: 0px; }
        .history-timeline-section .history .item-wrap:first-child:after {
          left: calc(0px - 11px); } }
      @media (max-width: 992px) {
        .history-timeline-section .history .item-wrap {
          flex-direction: row; }
          .history-timeline-section .history .item-wrap .item {
            flex-direction: row-reverse;
            border-right: none;
            border-left: 2px solid #c4c4c4;
            margin-left: 15px; } }
      @media (max-width: 600px) {
        .history-timeline-section .history .item-wrap .item {
          margin-left: 0; } }
      .history-timeline-section .history .item-wrap:nth-child(even) {
        flex-direction: row-reverse; }
        @media (max-width: 992px) {
          .history-timeline-section .history .item-wrap:nth-child(even) {
            flex-direction: row; } }
        .history-timeline-section .history .item-wrap:nth-child(even) .item {
          flex-direction: row-reverse;
          border-right: none;
          border-left: 2px solid #c4c4c4; }
          .history-timeline-section .history .item-wrap:nth-child(even) .item:after {
            left: -13px;
            right: initial; }
          .history-timeline-section .history .item-wrap:nth-child(even) .item .desc-wrap {
            padding: 0 30px 0 15px; }
    .history-timeline-section .history .item {
      display: flex;
      width: calc(50% + 1px);
      border-right: 2px solid #c4c4c4;
      position: relative; }
      @media (max-width: 992px) {
        .history-timeline-section .history .item {
          height: 200px;
          width: 100%;
          justify-content: center; } }
      @media (max-width: 400px) {
        .history-timeline-section .history .item {
          height: 250px; } }
      .history-timeline-section .history .item:after {
        content: '';
        width: 22px;
        height: 22px;
        background-color: #ffffff;
        border: 2px solid #c4c4c4;
        border-radius: 22px;
        position: absolute;
        right: -12px;
        top: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: .2s ease-in-out all; }
        @media (max-width: 992px) {
          .history-timeline-section .history .item:after {
            left: -13px;
            right: initial; } }
      .history-timeline-section .history .item .desc-wrap {
        padding: 0 15px 0 30px;
        max-width: 384px;
        width: 100%; }
        @media (max-width: 992px) {
          .history-timeline-section .history .item .desc-wrap {
            padding: 0 30px 0 15px; } }
        .history-timeline-section .history .item .desc-wrap h5 {
          color: #13264c;
          font-size: 1.3333rem; }
          @media (max-width: 600px) {
            .history-timeline-section .history .item .desc-wrap h5 {
              font-size: 1rem; } }
        .history-timeline-section .history .item .desc-wrap hr {
          margin: 15px 0; }
        .history-timeline-section .history .item .desc-wrap p {
          color: #4d4d4d;
          margin: 5px 0 0; }
          @media (max-width: 400px) {
            .history-timeline-section .history .item .desc-wrap p {
              font-size: 12px;
              line-height: initial; } }
      .history-timeline-section .history .item .image-wrap {
        max-width: 360px;
        width: 100%;
        height: 200px; }
        @media (max-width: 1370px) {
          .history-timeline-section .history .item .image-wrap {
            max-width: 250px; }
            .history-timeline-section .history .item .image-wrap img {
              width: 100%;
              object-fit: cover; } }
        @media (max-width: 992px) {
          .history-timeline-section .history .item .image-wrap {
            height: auto;
            margin-bottom: 15px; } }
        @media (max-width: 600px) {
          .history-timeline-section .history .item .image-wrap {
            max-width: 150px; } }
        @media (max-width: 500px) {
          .history-timeline-section .history .item .image-wrap {
            max-width: 120px; } }
  .history-timeline-section .image-logo-footer {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .history-timeline-section .image-logo-footer img {
      max-width: 350px;
      width: 100%; }

.contact-section {
  background: #f2f2f2; }
  .contact-section .contact-box {
    padding: 0 115px 0 115px; }
    @media (max-width: 1100px) {
      .contact-section .contact-box {
        padding: 0; } }
    .contact-section .contact-box h2 {
      padding: 60px 0 50px 0;
      text-align: center;
      color: #13264c; }
      @media (max-width: 1100px) {
        .contact-section .contact-box h2 {
          padding: 40px 0 30px 0; } }
      @media (max-width: 700px) {
        .contact-section .contact-box h2 {
          padding: 30px 0 20px 0; } }
    .contact-section .contact-box form .write-form {
      display: flex;
      flex-direction: row; }
      @media (max-width: 700px) {
        .contact-section .contact-box form .write-form {
          flex-direction: column; } }
      .contact-section .contact-box form .write-form .items {
        padding: 0 15px 0 10px;
        flex-basis: 50%; }
        @media (max-width: 700px) {
          .contact-section .contact-box form .write-form .items {
            padding: 0; } }
        .contact-section .contact-box form .write-form .items:last-of-type {
          padding: 0 10px 0 15px; }
          @media (max-width: 700px) {
            .contact-section .contact-box form .write-form .items:last-of-type {
              padding: 0; } }
        .contact-section .contact-box form .write-form .items textarea {
          width: 100%;
          border: none;
          border-bottom: 2px solid #ececec;
          outline: none;
          height: 214px;
          padding-top: 13px;
          resize: none;
          background: #f2f2f2;
          font-family: "Urwdin Medium"; }
          @media (max-width: 700px) {
            .contact-section .contact-box form .write-form .items textarea {
              height: 100px; } }
        .contact-section .contact-box form .write-form .items label, .contact-section .contact-box form .write-form .items span {
          color: #4d4d4d; }
        .contact-section .contact-box form .write-form .items .choose {
          max-width: 100%; }
          .contact-section .contact-box form .write-form .items .choose select {
            font-weight: 400;
            font-size: 16px;
            font-family: "Urwdin Medium"; }
        .contact-section .contact-box form .write-form .items .checkbox-wrap {
          padding-top: 20px; }
          @media (max-width: 700px) {
            .contact-section .contact-box form .write-form .items .checkbox-wrap {
              padding-bottom: 30px; } }
          .contact-section .contact-box form .write-form .items .checkbox-wrap input {
            position: absolute;
            opacity: 0; }
            .contact-section .contact-box form .write-form .items .checkbox-wrap input + label {
              position: relative;
              cursor: pointer;
              padding: 0; }
            .contact-section .contact-box form .write-form .items .checkbox-wrap input + label:before {
              content: "\2714";
              display: inline-block;
              border: 2px solid #f53636;
              border-radius: 4px;
              width: 23px;
              height: 23px;
              margin-right: 20px;
              vertical-align: bottom;
              text-align: center;
              transition: .3s;
              cursor: pointer;
              color: transparent; }
            .contact-section .contact-box form .write-form .items .checkbox-wrap input:checked + label:before {
              color: #f53636; }
        .contact-section .contact-box form .write-form .items .recaptcha {
          margin-top: 15px;
          width: max-content; }
          .contact-section .contact-box form .write-form .items .recaptcha.error {
            border: 2px solid #f53636 !important; }
    .contact-section .contact-box form .btn-wrap {
      display: flex;
      justify-content: center;
      padding: 60px 0; }
  .contact-section input.error, .contact-section select.error, .contact-section textarea.error {
    border-bottom: 2px solid #f53636 !important; }
  .contact-section label.error {
    color: #f53636 !important; }

.input input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ececec;
  outline: none;
  margin-bottom: 20px;
  background: #f2f2f2;
  font-family: "Urwdin Medium"; }

.popup-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999; }
  .popup-message .message-container {
    position: relative;
    padding: 20px;
    margin: 15px;
    background-color: #fff;
    min-height: 150px;
    max-width: 1040px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .popup-message .message-container p {
      color: #000;
      text-align: center; }
    .popup-message .message-container .close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }

.product-search-section {
  background-color: #f2f2f2;
  padding: 30px 0; }
  .product-search-section .search .placeholder {
    display: flex;
    justify-content: center; }
    .product-search-section .search .placeholder h4 {
      margin: 0;
      color: #13264c;
      cursor: pointer; }
    .product-search-section .search .placeholder img {
      margin-left: 20px;
      cursor: pointer; }
    .product-search-section .search .placeholder input {
      border: none;
      background: transparent;
      width: 100%;
      height: 40px;
      text-align: center;
      font-size: 2rem;
      color: #13264c;
      outline: none; }

.product-sort-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  .product-sort-section .filters {
    display: flex;
    justify-content: center; }
    .product-sort-section .filters h4 {
      color: #13264c;
      cursor: pointer;
      margin-right: 90px;
      transition: .3s ease-in-out color; }
      .product-sort-section .filters h4:hover {
        color: #f53636; }
      .product-sort-section .filters h4:last-child {
        margin-right: 0; }
      .product-sort-section .filters h4.active {
        color: #f53636; }
  .product-sort-section .items {
    max-width: 1270px;
    width: 100%;
    margin: 25px auto 0 auto; }
    .product-sort-section .items .item {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #c4c4c4;
      padding: 30px 0; }
      .product-sort-section .items .item p {
        margin: 0;
        color: #13264c;
        font-size: 1.3333rem;
        line-height: 1; }
  .product-sort-section .pagination {
    display: flex;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 50px; }
    .product-sort-section .pagination ul {
      display: flex; }
      .product-sort-section .pagination ul li {
        cursor: pointer;
        margin-right: 10px; }
        .product-sort-section .pagination ul li a {
          color: #4d4d4d;
          font-size: 0.7778rem;
          outline: none; }
        .product-sort-section .pagination ul li.selected a {
          color: #f53636;
          font-weight: 700;
          outline: none; }
        .product-sort-section .pagination ul li.next a, .product-sort-section .pagination ul li.previous a {
          background-color: #f53636;
          border-radius: 100%;
          width: 42px;
          height: 42px;
          position: relative;
          top: -10px;
          display: block;
          z-index: 0;
          outline: none; }
          .product-sort-section .pagination ul li.next a:after, .product-sort-section .pagination ul li.previous a:after {
            content: "";
            display: inline-block;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS44NiA0Ni43NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTwvdGl0bGU+PGcgaWQ9IldhcnN0d2FfMiIgZGF0YS1uYW1lPSJXYXJzdHdhIDIiPjxnIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNiA2IDIzLjM3IDIzLjM3IDYgNDAuNzUiLz48L2c+PC9nPjwvc3ZnPg==);
            background-repeat: no-repeat;
            left: calc(50% - 2px);
            top: calc(50% - 7px);
            margin-right: 0;
            height: 11px;
            width: 7px;
            z-index: 1;
            position: relative;
            transition: .3s ease-in-out transform; }
        .product-sort-section .pagination ul li.next {
          margin-left: 30px; }
          .product-sort-section .pagination ul li.next:hover a:after {
            transform: translateX(3px); }
        .product-sort-section .pagination ul li.previous {
          margin-right: 40px; }
          .product-sort-section .pagination ul li.previous a:after {
            transform: rotate(180deg);
            left: calc(50% - 4px); }
          .product-sort-section .pagination ul li.previous:hover a:after {
            transform: translateX(-3px) rotate(180deg); }

.team-person-section {
  padding-bottom: 100px;
  background-color: #f2f2f2;
  overflow: hidden; }
  .team-person-section .section-person {
    color: #13264c;
    font-family: 'Myriad Pro';
    padding-top: 95px; }
    .team-person-section .section-person:nth-child(1) {
      padding-top: 54px; }
    @media (max-width: 1510px) {
      .team-person-section .section-person {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 1000px) {
      .team-person-section .section-person {
        padding-top: 60px; } }
    @media (max-width: 550px) {
      .team-person-section .section-person {
        padding: 30px 0; } }
    .team-person-section .section-person h2 {
      text-align: center;
      padding-bottom: 28px; }
      @media (max-width: 800px) {
        .team-person-section .section-person h2 {
          font-size: 36px; } }
    .team-person-section .section-person .persons-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .team-person-section .section-person .persons-row .person {
        width: 33.3%;
        padding-bottom: 30px; }
        @media (max-width: 1500px) {
          .team-person-section .section-person .persons-row .person {
            width: 50%;
            padding-bottom: 30px; } }
        @media (max-width: 1000px) {
          .team-person-section .section-person .persons-row .person {
            width: 100%;
            padding-bottom: 20px; } }
        @media (max-width: 400px) {
          .team-person-section .section-person .persons-row .person {
            text-align: center; } }
        .team-person-section .section-person .persons-row .person h3 {
          padding-bottom: 9px;
          color: #4d4d4d;
          font-size: 28px; }
          @media (max-width: 1000px) {
            .team-person-section .section-person .persons-row .person h3 {
              padding-bottom: 20px; } }
        .team-person-section .section-person .persons-row .person .info-wrapper {
          display: flex;
          flex-direction: row; }
          @media (max-width: 400px) {
            .team-person-section .section-person .persons-row .person .info-wrapper {
              flex-direction: column; } }
          .team-person-section .section-person .persons-row .person .info-wrapper .box-img {
            padding-right: 30px; }
            @media (max-width: 400px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .box-img {
                padding-right: 0; } }
            .team-person-section .section-person .persons-row .person .info-wrapper .box-img img {
              width: 100px;
              height: 100px;
              border-radius: 50%; }
          .team-person-section .section-person .persons-row .person .info-wrapper .info {
            padding-right: 60px; }
            @media (max-width: 1600px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 50px; } }
            @media (max-width: 1510px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 140px; } }
            @media (max-width: 1250px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 100px; } }
            @media (max-width: 1150px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 70px; } }
            @media (max-width: 1020px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 40px; } }
            @media (max-width: 650px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 5px; } }
            @media (max-width: 400px) {
              .team-person-section .section-person .persons-row .person .info-wrapper .info {
                padding-right: 0; } }
            .team-person-section .section-person .persons-row .person .info-wrapper .info span {
              display: block;
              font-size: 24px;
              padding-bottom: 10px; }
              @media (max-width: 650px) {
                .team-person-section .section-person .persons-row .person .info-wrapper .info span {
                  font-size: 18px; } }
            .team-person-section .section-person .persons-row .person .info-wrapper .info p {
              display: block;
              font-size: 16px;
              color: #4d4d4d;
              font-family: 'Urwdin Medium';
              line-height: 24px;
              margin: 0; }

.contact-personal-manual {
  padding-bottom: 100px;
  background-color: #f2f2f2;
  overflow: hidden; }
  .contact-personal-manual .section-person {
    color: #13264c;
    font-family: 'Myriad Pro';
    padding-top: 95px;
    padding-left: 30px;
    padding-right: 30px; }
    .contact-personal-manual .section-person:nth-child(1) {
      padding-top: 54px; }
    @media (max-width: 1000px) {
      .contact-personal-manual .section-person {
        padding-top: 60px; } }
    @media (max-width: 550px) {
      .contact-personal-manual .section-person {
        padding: 20px 0; } }
    .contact-personal-manual .section-person h2 {
      padding-bottom: 28px; }
      @media (max-width: 800px) {
        .contact-personal-manual .section-person h2 {
          font-size: 36px; } }
      @media (max-width: 500px) {
        .contact-personal-manual .section-person h2 {
          text-align: center; } }
    .contact-personal-manual .section-person .persons-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .contact-personal-manual .section-person .persons-row .person {
        width: 33.3%;
        padding-bottom: 30px;
        overflow: hidden; }
        @media (max-width: 1500px) {
          .contact-personal-manual .section-person .persons-row .person {
            width: 50%;
            padding-bottom: 30px; } }
        @media (max-width: 1000px) {
          .contact-personal-manual .section-person .persons-row .person {
            width: 100%;
            padding-bottom: 20px; } }
        @media (max-width: 500px) {
          .contact-personal-manual .section-person .persons-row .person {
            text-align: center; } }
        .contact-personal-manual .section-person .persons-row .person h3 {
          padding-bottom: 9px;
          color: #4d4d4d;
          font-size: 28px; }
          @media (min-width: 501px) {
            .contact-personal-manual .section-person .persons-row .person h3 {
              position: relative;
              left: 130px;
              max-width: 360px; } }
        .contact-personal-manual .section-person .persons-row .person .info-wrapper {
          display: flex;
          flex-direction: row; }
          @media (max-width: 500px) {
            .contact-personal-manual .section-person .persons-row .person .info-wrapper {
              flex-direction: column; } }
          .contact-personal-manual .section-person .persons-row .person .info-wrapper .box-img {
            padding-right: 30px; }
            @media (min-width: 501px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .box-img {
                position: relative;
                top: -40px; } }
            @media (max-width: 500px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .box-img {
                padding-right: 0; } }
            .contact-personal-manual .section-person .persons-row .person .info-wrapper .box-img img {
              width: 100px;
              height: 100px;
              border-radius: 50%; }
          .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
            padding-right: 60px; }
            @media (max-width: 1600px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 50px; } }
            @media (max-width: 1510px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 140px; } }
            @media (max-width: 1250px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 100px; } }
            @media (max-width: 1150px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 70px; } }
            @media (max-width: 1020px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 40px; } }
            @media (max-width: 650px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 5px; } }
            @media (max-width: 500px) {
              .contact-personal-manual .section-person .persons-row .person .info-wrapper .info {
                padding-right: 0; } }
            .contact-personal-manual .section-person .persons-row .person .info-wrapper .info span {
              display: block;
              font-size: 24px;
              padding-bottom: 10px; }
              @media (max-width: 650px) {
                .contact-personal-manual .section-person .persons-row .person .info-wrapper .info span {
                  font-size: 18px; } }
            .contact-personal-manual .section-person .persons-row .person .info-wrapper .info p {
              display: block;
              font-size: 16px;
              color: #4d4d4d;
              font-family: 'Urwdin Medium';
              line-height: 24px;
              margin: 0; }
            .contact-personal-manual .section-person .persons-row .person .info-wrapper .info .profession {
              color: #13264c;
              font-size: 22px;
              padding-bottom: 10px; }

.region-guardians-section {
  background-color: #f2f2f2;
  padding: 60px 0; }
  @media (max-width: 600px) {
    .region-guardians-section {
      padding: 20px 0; } }
  .region-guardians-section .title {
    text-align: center;
    margin-bottom: 50px; }
    .region-guardians-section .title h2 {
      color: #13264c; }
  .region-guardians-section .person {
    width: 100%;
    max-width: 550px;
    margin-bottom: 30px;
    overflow: hidden; }
    .region-guardians-section .person span {
      color: #13264c;
      font-weight: 400;
      font-size: 1.3333rem; }
    .region-guardians-section .person:last-child {
      margin-bottom: 0; }
    .region-guardians-section .person h3 {
      padding-bottom: 9px;
      color: #4d4d4d;
      font-size: 28px;
      position: relative;
      left: 130px;
      max-width: 360px; }
    .region-guardians-section .person .info-wrapper {
      display: flex;
      flex-direction: row; }
      .region-guardians-section .person .info-wrapper .box-img {
        padding-right: 30px;
        position: relative;
        top: -40px; }
        .region-guardians-section .person .info-wrapper .box-img img {
          width: 100px;
          height: 100px;
          border-radius: 50%; }
      .region-guardians-section .person .info-wrapper .info {
        padding-right: 60px; }
        @media (max-width: 1600px) {
          .region-guardians-section .person .info-wrapper .info {
            padding-right: 50px; } }
        @media (max-width: 1510px) {
          .region-guardians-section .person .info-wrapper .info {
            padding-right: 140px; } }
        @media (max-width: 1250px) {
          .region-guardians-section .person .info-wrapper .info {
            padding-right: 100px; } }
        @media (max-width: 1150px) {
          .region-guardians-section .person .info-wrapper .info {
            padding-right: 70px; } }
        @media (max-width: 1020px) {
          .region-guardians-section .person .info-wrapper .info {
            padding-right: 40px; } }
        .region-guardians-section .person .info-wrapper .info span {
          display: block;
          font-size: 1.3333rem;
          padding-bottom: 10px; }
        .region-guardians-section .person .info-wrapper .info p {
          display: block;
          font-size: 0.8889rem;
          color: #4d4d4d;
          font-family: 'Urwdin Medium';
          line-height: 18px;
          margin: 0; }
        .region-guardians-section .person .info-wrapper .info .counties {
          padding-bottom: 10px; }
  .region-guardians-section .wrapper {
    display: flex; }
    @media (max-width: 840px) {
      .region-guardians-section .wrapper {
        flex-direction: column; } }
    .region-guardians-section .wrapper .col {
      width: 50%; }
      @media (max-width: 840px) {
        .region-guardians-section .wrapper .col {
          width: 100%; } }
      .region-guardians-section .wrapper .col .select-void {
        padding-left: 141px; }
        @media (max-width: 1300px) {
          .region-guardians-section .wrapper .col .select-void {
            padding-left: 30px; } }
        @media (max-width: 840px) {
          .region-guardians-section .wrapper .col .select-void {
            padding-left: 0; } }
        .region-guardians-section .wrapper .col .select-void .choose {
          max-width: 490px;
          margin-bottom: 60px; }
        .region-guardians-section .wrapper .col .select-void .contacts {
          display: flex;
          flex-wrap: wrap; }
          .region-guardians-section .wrapper .col .select-void .contacts .contact {
            max-width: 235px;
            width: 100%;
            margin-right: 15px;
            margin-bottom: 30px; }
            .region-guardians-section .wrapper .col .select-void .contacts .contact:nth-child(even) {
              margin-right: 0; }
            .region-guardians-section .wrapper .col .select-void .contacts .contact p, .region-guardians-section .wrapper .col .select-void .contacts .contact h4 {
              color: #4d4d4d; }
            .region-guardians-section .wrapper .col .select-void .contacts .contact h4 {
              font-size: 1.5556rem;
              margin-bottom: 17px; }
            .region-guardians-section .wrapper .col .select-void .contacts .contact h5 {
              color: #13264c;
              font-size: 1.3333rem; }
  .region-guardians-section svg {
    max-width: 580px;
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 840px) {
      .region-guardians-section svg {
        margin-bottom: 40px; } }
    .region-guardians-section svg path {
      cursor: pointer;
      fill: transparent !important;
      transition: .2s ease-in-out fill; }
      .region-guardians-section svg path.active, .region-guardians-section svg path:hover {
        fill: url(#lgrad) !important; }

.image-360-section {
  background: #f2f2f2;
  padding: 60px 0; }
  .image-360-section .container-360 {
    max-width: 1530px;
    margin: 0 auto;
    background: #fff;
    display: flex; }
    @media (max-width: 1100px) {
      .image-360-section .container-360 {
        flex-direction: column; } }
    .image-360-section .container-360 .box {
      width: 50%; }
      @media (max-width: 1100px) {
        .image-360-section .container-360 .box {
          width: 100%; } }
      .image-360-section .container-360 .box.box-360 {
        padding-right: 15px;
        padding-bottom: 35px; }
        @media (max-width: 1100px) {
          .image-360-section .container-360 .box.box-360 {
            padding-right: 0; } }
        .image-360-section .container-360 .box.box-360 iframe {
          width: 100%;
          height: 100%; }
          @media (max-width: 1100px) {
            .image-360-section .container-360 .box.box-360 iframe {
              min-height: 300px; } }
      .image-360-section .container-360 .box.box-text {
        padding-left: 15px; }
        @media (max-width: 1100px) {
          .image-360-section .container-360 .box.box-text {
            padding-left: 0; } }
        .image-360-section .container-360 .box.box-text .editor {
          margin: 70px 130px 80px 130px; }
          @media (max-width: 1550px) {
            .image-360-section .container-360 .box.box-text .editor {
              margin: 50px 100px 70px 100px; } }
          @media (max-width: 1400px) {
            .image-360-section .container-360 .box.box-text .editor {
              margin: 40px 80px 60px 80px; } }
          @media (max-width: 1280px) {
            .image-360-section .container-360 .box.box-text .editor {
              margin: 40px 60px 50px 60px; } }
          @media (max-width: 750px) {
            .image-360-section .container-360 .box.box-text .editor {
              margin: 30px 40px 30px 40px; } }
          @media (max-width: 500px) {
            .image-360-section .container-360 .box.box-text .editor {
              margin: 30px 15px 30px 15px; } }
          .image-360-section .container-360 .box.box-text .editor h1, .image-360-section .container-360 .box.box-text .editor h2 {
            font-size: 60px;
            color: #13264c;
            margin: 0;
            padding-bottom: 32px; }
            @media (max-width: 750px) {
              .image-360-section .container-360 .box.box-text .editor h1, .image-360-section .container-360 .box.box-text .editor h2 {
                font-size: 48px;
                padding-bottom: 15px; } }
          .image-360-section .container-360 .box.box-text .editor p {
            color: #4d4d4d;
            font-size: 18px;
            margin: 0;
            margin-bottom: 30px;
            font-family: 'Urwdin Medium'; }
            @media (max-width: 750px) {
              .image-360-section .container-360 .box.box-text .editor p {
                margin-bottom: 10px; } }
          .image-360-section .container-360 .box.box-text .editor a {
            color: #4d4d4d;
            text-decoration: underline; }

.list-text-img-section {
  background: #f2f2f2; }
  .list-text-img-section .container-section {
    max-width: 1530px;
    margin: 0 auto;
    padding: 50px 0 60px 0; }
    @media (max-width: 1540px) {
      .list-text-img-section .container-section {
        width: 100%; } }
    .list-text-img-section .container-section .header {
      text-align: center; }
      .list-text-img-section .container-section .header h1, .list-text-img-section .container-section .header h2 {
        color: #13264c;
        font-size: 60px; }
        @media (max-width: 1300px) {
          .list-text-img-section .container-section .header h1, .list-text-img-section .container-section .header h2 {
            font-size: 46px; } }
        @media (max-width: 760px) {
          .list-text-img-section .container-section .header h1, .list-text-img-section .container-section .header h2 {
            font-size: 38px; } }
        @media (max-width: 600px) {
          .list-text-img-section .container-section .header h1, .list-text-img-section .container-section .header h2 {
            font-size: 34px;
            padding: 0 15px; } }
      .list-text-img-section .container-section .header h3 {
        color: #13264c; }
      .list-text-img-section .container-section .header p {
        padding: 5px 0 0 0;
        color: #4d4d4d;
        font-size: 32px;
        font-family: 'Myriad Pro';
        margin: 0;
        line-height: 1; }
        @media (max-width: 1300px) {
          .list-text-img-section .container-section .header p {
            font-size: 28px; } }
        @media (max-width: 760px) {
          .list-text-img-section .container-section .header p {
            font-size: 24px; } }
    .list-text-img-section .container-section .box-row {
      display: flex;
      padding-top: 60px; }
      @media (max-width: 1400px) {
        .list-text-img-section .container-section .box-row {
          padding-top: 50px; } }
      @media (max-width: 600px) {
        .list-text-img-section .container-section .box-row {
          padding-top: 30px; } }
      @media (max-width: 1100px) {
        .list-text-img-section .container-section .box-row {
          flex-direction: column;
          flex-wrap: wrap; }
          .list-text-img-section .container-section .box-row .text-box {
            order: 2;
            width: 70% !important;
            margin: 0 auto;
            padding-top: 15px; } }
    @media (max-width: 1100px) and (max-width: 760px) {
      .list-text-img-section .container-section .box-row .text-box {
        width: 100% !important; } }
      .list-text-img-section .container-section .box-row .box {
        width: 50%; }
        @media (max-width: 1100px) {
          .list-text-img-section .container-section .box-row .box {
            width: 100%; } }
        .list-text-img-section .container-section .box-row .box.first {
          order: 1; }
          @media (max-width: 1100px) {
            .list-text-img-section .container-section .box-row .box.first {
              order: 2; } }
        .list-text-img-section .container-section .box-row .box.second {
          order: 2; }
          @media (max-width: 1100px) {
            .list-text-img-section .container-section .box-row .box.second {
              order: 2; } }
        .list-text-img-section .container-section .box-row .box.img-right {
          margin-left: 30px;
          max-height: 616px;
          width: 750px; }
          .list-text-img-section .container-section .box-row .box.img-right img {
            max-width: 100%;
            height: 100%; }
          @media (max-width: 1540px) {
            .list-text-img-section .container-section .box-row .box.img-right {
              margin-left: 0;
              width: 50%; } }
          @media (max-width: 1100px) {
            .list-text-img-section .container-section .box-row .box.img-right {
              order: 1;
              margin: 0 auto; }
              .list-text-img-section .container-section .box-row .box.img-right img {
                height: auto; } }
          @media (max-width: 760px) {
            .list-text-img-section .container-section .box-row .box.img-right {
              width: 100%; } }
        .list-text-img-section .container-section .box-row .box.img-left {
          margin-right: 30px;
          max-height: 616px;
          width: 750px; }
          .list-text-img-section .container-section .box-row .box.img-left img {
            max-width: 100%;
            height: 100%; }
          @media (max-width: 1540px) {
            .list-text-img-section .container-section .box-row .box.img-left {
              margin-right: 0;
              width: 50%; } }
          @media (max-width: 1100px) {
            .list-text-img-section .container-section .box-row .box.img-left {
              order: 1;
              margin: 0 auto; }
              .list-text-img-section .container-section .box-row .box.img-left img {
                height: auto; } }
          @media (max-width: 760px) {
            .list-text-img-section .container-section .box-row .box.img-left {
              width: 100%; } }
        .list-text-img-section .container-section .box-row .box .border {
          border-bottom: 2px solid #c4c4c4;
          height: 100%; }
          .list-text-img-section .container-section .box-row .box .border .editor {
            padding-bottom: 60px;
            min-height: 614px;
            height: 100%; }
            @media (max-width: 1400px) {
              .list-text-img-section .container-section .box-row .box .border .editor {
                padding-bottom: 50px;
                min-height: inherit; } }
            @media (max-width: 600px) {
              .list-text-img-section .container-section .box-row .box .border .editor {
                padding-bottom: 30px; } }
            .list-text-img-section .container-section .box-row .box .border .editor.text-left {
              margin-left: 50px;
              padding-right: 50px; }
              @media (max-width: 1400px) {
                .list-text-img-section .container-section .box-row .box .border .editor.text-left {
                  margin-left: 30px;
                  padding-right: 30px; } }
              @media (max-width: 1300px) {
                .list-text-img-section .container-section .box-row .box .border .editor.text-left {
                  margin-left: 15px;
                  padding-right: 15px; } }
            .list-text-img-section .container-section .box-row .box .border .editor.text-right {
              padding: 0 50px 60px 50px; }
              @media (max-width: 1400px) {
                .list-text-img-section .container-section .box-row .box .border .editor.text-right {
                  padding: 0 30px 50px 30px; } }
              @media (max-width: 1300px) {
                .list-text-img-section .container-section .box-row .box .border .editor.text-right {
                  padding: 0 20px 40px 20px; } }
              @media (max-width: 600px) {
                .list-text-img-section .container-section .box-row .box .border .editor.text-right {
                  padding: 0 15px 30px 15px; } }
            .list-text-img-section .container-section .box-row .box .border .editor h3 {
              font-size: 36px;
              color: #13264c; }
              @media (max-width: 1300px) {
                .list-text-img-section .container-section .box-row .box .border .editor h3 {
                  font-size: 30px; } }
              @media (max-width: 600px) {
                .list-text-img-section .container-section .box-row .box .border .editor h3 {
                  font-size: 28px; } }
            .list-text-img-section .container-section .box-row .box .border .editor h4 {
              font-size: 24px;
              color: #13264c;
              padding-top: 23px;
              padding-bottom: 4px; }
              .list-text-img-section .container-section .box-row .box .border .editor h4:first-of-type {
                padding-top: 15px; }
              @media (max-width: 1300px) {
                .list-text-img-section .container-section .box-row .box .border .editor h4 {
                  font-size: 18px;
                  padding-top: 10px; }
                  .list-text-img-section .container-section .box-row .box .border .editor h4:first-of-type {
                    padding-top: 10px; } }
            .list-text-img-section .container-section .box-row .box .border .editor p {
              color: #4d4d4d;
              font-size: 16px;
              margin: 0; }
              @media (max-width: 1300px) {
                .list-text-img-section .container-section .box-row .box .border .editor p {
                  font-size: 14px; } }
            .list-text-img-section .container-section .box-row .box .border .editor a {
              color: #4d4d4d;
              text-decoration: underline; }
            .list-text-img-section .container-section .box-row .box .border .editor ul li {
              line-height: 24px; }

.specification-section {
  background: #f2f2f2; }
  .specification-section .container-specification {
    padding: 60px 115px 80px 115px;
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    background: #fff; }
    @media (max-width: 1200px) {
      .specification-section .container-specification {
        padding: 50px 80px 50px 80px; } }
    @media (max-width: 1100px) {
      .specification-section .container-specification {
        padding: 40px 50px 40px 50px; } }
    @media (max-width: 1000px) {
      .specification-section .container-specification {
        padding: 30px 30px 30px 30px; } }
    @media (max-width: 800px) {
      .specification-section .container-specification {
        padding: 30px 0; } }
    .specification-section .container-specification .header {
      text-align: center; }
      .specification-section .container-specification .header h2 {
        color: #13264c;
        font-size: 60px;
        margin: 0; }
        @media (max-width: 1300px) {
          .specification-section .container-specification .header h2 {
            font-size: 46px; } }
        @media (max-width: 760px) {
          .specification-section .container-specification .header h2 {
            font-size: 38px; } }
        @media (max-width: 600px) {
          .specification-section .container-specification .header h2 {
            font-size: 34px; } }
    .specification-section .container-specification .content {
      padding-top: 43px;
      max-height: 1080px;
      overflow: hidden; }
      .specification-section .container-specification .content.open {
        max-height: 100%; }
      .specification-section .container-specification .content .box-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        @media (max-width: 700px) {
          .specification-section .container-specification .content .box-row {
            flex-direction: column; } }
        .specification-section .container-specification .content .box-row .box {
          padding: 0 15px 60px 15px;
          width: 50%; }
          @media (max-width: 700px) {
            .specification-section .container-specification .content .box-row .box {
              width: 100%; } }
          @media (max-width: 1200px) {
            .specification-section .container-specification .content .box-row .box {
              padding: 0 15px 50px 15px; } }
          @media (max-width: 1100px) {
            .specification-section .container-specification .content .box-row .box {
              padding: 0 15px 40px 15px; } }
          @media (max-width: 1000px) {
            .specification-section .container-specification .content .box-row .box {
              padding: 0 15px 30px 15px; } }
          .specification-section .container-specification .content .box-row .box .header-box {
            margin-bottom: 34px; }
            .specification-section .container-specification .content .box-row .box .header-box h2 {
              font-size: 24px;
              color: #13264c;
              border-bottom: 2px solid #c4c4c4;
              padding-bottom: 20px; }
              @media (max-width: 1000px) {
                .specification-section .container-specification .content .box-row .box .header-box h2 {
                  font-size: 18px; } }
          .specification-section .container-specification .content .box-row .box .text-info {
            padding-bottom: 25px; }
            .specification-section .container-specification .content .box-row .box .text-info span {
              font-size: 16px;
              font-family: 'Urwdin Bold';
              color: #13264c; }
          .specification-section .container-specification .content .box-row .box .technical-option {
            margin-bottom: 16px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            border-bottom: 2px solid #e4e4e4;
            padding-bottom: 20px; }
            .specification-section .container-specification .content .box-row .box .technical-option .option {
              padding-right: 30px; }
              @media (max-width: 1000px) {
                .specification-section .container-specification .content .box-row .box .technical-option .option {
                  padding-right: 10px; } }
              .specification-section .container-specification .content .box-row .box .technical-option .option p {
                font-size: 17px;
                color: #4d4d4d;
                margin: 0;
                font-family: 'Myriad Pro'; }
                @media (max-width: 1000px) {
                  .specification-section .container-specification .content .box-row .box .technical-option .option p {
                    font-size: 14px; } }
            .specification-section .container-specification .content .box-row .box .technical-option .value {
              padding-right: 30px;
              text-align: right; }
              @media (max-width: 1000px) {
                .specification-section .container-specification .content .box-row .box .technical-option .value {
                  padding-right: 10px; } }
              .specification-section .container-specification .content .box-row .box .technical-option .value p {
                font-size: 17px;
                color: #4d4d4d;
                margin: 0;
                font-family: 'Myriad Pro'; }
                @media (max-width: 1000px) {
                  .specification-section .container-specification .content .box-row .box .technical-option .value p {
                    font-size: 14px; } }
          .specification-section .container-specification .content .box-row .box .technical-option-text {
            border-bottom: 2px solid #e4e4e4;
            padding-bottom: 15px;
            margin-bottom: 16px; }
            .specification-section .container-specification .content .box-row .box .technical-option-text .option-row {
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              padding: 0 0 5px 0; }
              .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .option {
                padding-right: 30px; }
                @media (max-width: 1000px) {
                  .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .option {
                    padding-right: 10px; } }
                .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .option p {
                  font-size: 17px;
                  color: #4d4d4d;
                  margin: 0;
                  font-family: 'Myriad Pro'; }
                  @media (max-width: 1000px) {
                    .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .option p {
                      font-size: 14px; } }
              .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .value {
                padding-right: 30px; }
                @media (max-width: 1000px) {
                  .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .value {
                    padding-right: 10px; } }
                .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .value p {
                  font-size: 17px;
                  color: #4d4d4d;
                  margin: 0;
                  font-family: 'Myriad Pro'; }
                  @media (max-width: 1000px) {
                    .specification-section .container-specification .content .box-row .box .technical-option-text .option-row .value p {
                      font-size: 14px; } }
            .specification-section .container-specification .content .box-row .box .technical-option-text .addmission-editor p {
              font-size: 17px;
              margin: 0;
              color: #4d4d4d;
              font-family: 'Myriad Pro'; }
              @media (max-width: 1000px) {
                .specification-section .container-specification .content .box-row .box .technical-option-text .addmission-editor p {
                  font-size: 14px; } }
            .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option {
              display: flex;
              flex-direction: row;
              justify-content: space-between; }
              .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-option p {
                padding-left: 35px;
                font-size: 17px;
                margin: 0;
                color: #4d4d4d;
                font-family: 'Myriad Pro'; }
                @media (max-width: 1000px) {
                  .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-option p {
                    font-size: 14px; } }
                .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-option p.padding-zero {
                  padding-left: 0; }
              .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-value {
                padding-right: 30px; }
                @media (max-width: 1000px) {
                  .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-value {
                    padding-right: 10px; } }
                .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-value p {
                  font-size: 17px;
                  margin: 0;
                  color: #4d4d4d;
                  font-family: 'Myriad Pro'; }
                  @media (max-width: 1000px) {
                    .specification-section .container-specification .content .box-row .box .technical-option-text .editor-option .text-value p {
                      font-size: 14px; } }
    .specification-section .container-specification .btn {
      display: flex;
      justify-content: center;
      padding-top: 25px; }
  .specification-section .container-equipment {
    max-width: 1530px;
    padding: 60px 145px;
    margin: 0 auto; }
    @media (max-width: 1530px) {
      .specification-section .container-equipment {
        padding: 60px 100px; } }
    @media (max-width: 1420px) {
      .specification-section .container-equipment {
        padding: 60px 80px; } }
    @media (max-width: 1200px) {
      .specification-section .container-equipment {
        padding: 50px 60px; } }
    @media (max-width: 1100px) {
      .specification-section .container-equipment {
        padding: 40px 40px; } }
    @media (max-width: 1000px) {
      .specification-section .container-equipment {
        padding: 30px; } }
    @media (max-width: 500px) {
      .specification-section .container-equipment {
        padding: 30px 15px; } }
    .specification-section .container-equipment .wrapper-box {
      display: flex;
      justify-content: center; }
      @media (max-width: 900px) {
        .specification-section .container-equipment .wrapper-box {
          flex-direction: column;
          flex-wrap: wrap; } }
    .specification-section .container-equipment .btn {
      display: flex;
      justify-content: center; }
      .specification-section .container-equipment .btn .btn-download-specification:after {
        top: 7px; }
    .specification-section .container-equipment .btn-margin {
      margin-top: 50px; }

.box-list {
  width: 50%; }
  .box-list:nth-of-type(even) {
    padding-left: 145px; }
    @media (max-width: 1400px) {
      .box-list:nth-of-type(even) {
        padding-left: 100px; } }
    @media (max-width: 1300px) {
      .box-list:nth-of-type(even) {
        padding-left: 60px; } }
    @media (max-width: 1210px) {
      .box-list:nth-of-type(even) {
        padding-left: 30px; } }
    @media (max-width: 900px) {
      .box-list:nth-of-type(even) {
        padding-left: 0;
        width: 100%; } }
  .box-list:nth-of-type(odd) {
    padding-right: 145px; }
    @media (max-width: 1400px) {
      .box-list:nth-of-type(odd) {
        padding-right: 100px; } }
    @media (max-width: 1300px) {
      .box-list:nth-of-type(odd) {
        padding-right: 60px; } }
    @media (max-width: 1210px) {
      .box-list:nth-of-type(odd) {
        padding-right: 30px; } }
    @media (max-width: 900px) {
      .box-list:nth-of-type(odd) {
        padding-right: 0;
        width: 100%; } }
  .box-list .action-click {
    justify-content: inherit; }
  .box-list .list-equipment {
    padding-left: 25px;
    height: 0px;
    overflow: hidden;
    transition: .3s; }
    .box-list .list-equipment.open {
      height: 100%;
      overflow: visible; }
    .box-list .list-equipment li {
      list-style-type: disc;
      color: #f53636; }
      .box-list .list-equipment li:before {
        content: none; }
      .box-list .list-equipment li p {
        font-size: 16px;
        font-family: 'Urwdin Medium';
        color: #4d4d4d;
        margin: 0;
        line-height: 31px; }
        @media (max-width: 1000px) {
          .box-list .list-equipment li p {
            font-size: 14px; } }

.action-click {
  display: flex;
  cursor: pointer;
  max-width: 100%;
  justify-content: center;
  align-items: center; }
  .action-click:hover .icon img.close {
    transform: rotate(-180deg); }
  .action-click:hover .icon img.open {
    transform: rotate(180deg); }
  .action-click span {
    font-size: 35px;
    font-family: 'Myriad Pro';
    color: #13264c;
    position: relative;
    padding-right: 40px; }
    @media (max-width: 1210px) {
      .action-click span {
        font-size: 28px; } }
    @media (max-width: 500px) {
      .action-click span {
        padding-right: 15px;
        font-size: 24px; } }
  .action-click .icon {
    width: 24px;
    height: 24px;
    background: #f53636;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .action-click .icon img {
      width: 12px;
      height: 12px;
      transition: .3s; }
      .action-click .icon img.close {
        transform: rotate(-90deg); }
      .action-click .icon img.open {
        transform: rotate(90deg); }

.selected-products-section {
  background: #f2f2f2; }
  .selected-products-section .container-selected {
    width: 1560px;
    margin: 0 auto; }
    @media (max-width: 1560px) {
      .selected-products-section .container-selected {
        width: 100%; } }
    .selected-products-section .container-selected .header {
      text-align: center; }
      .selected-products-section .container-selected .header h2 {
        font-size: 60px;
        color: #13264c;
        padding: 50px 0 0 0; }
        @media (max-width: 1300px) {
          .selected-products-section .container-selected .header h2 {
            font-size: 46px;
            padding: 40px 0 0 0; } }
        @media (max-width: 760px) {
          .selected-products-section .container-selected .header h2 {
            font-size: 38px;
            padding: 30px 0 0 0; } }
        @media (max-width: 600px) {
          .selected-products-section .container-selected .header h2 {
            font-size: 34px;
            padding: 20px 0 0 0; } }
    .selected-products-section .container-selected .box-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }

.product-item-component {
  padding: 45px 15px 0 15px; }
  @media (max-width: 1000px) {
    .product-item-component {
      padding: 25px 15px 0 15px; } }
  @media (max-width: 500px) {
    .product-item-component {
      padding: 25px 0 0 0; } }
  .product-item-component .img-box {
    display: block;
    position: relative;
    width: 360px;
    height: 360px;
    background: #fff;
    margin: 0; }
    @media (max-width: 1000px) {
      .product-item-component .img-box {
        width: 300px;
        height: 300px; } }
    .product-item-component .img-box img {
      width: 100%;
      height: 100%; }
    .product-item-component .img-box .btn-type {
      text-align: center;
      position: absolute;
      top: 25px;
      left: 0;
      right: 0; }
      .product-item-component .img-box .btn-type span {
        font-size: 16px;
        font-family: 'Urwdin Bold';
        border-radius: 15px;
        padding: 7px 15px; }
        .product-item-component .img-box .btn-type span.premium {
          border: 2px solid #000;
          color: #000; }
        .product-item-component .img-box .btn-type span.standard {
          border: 2px solid #cfced5;
          color: #13264c; }
  .product-item-component .description {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 14px;
    max-width: 360px; }
    @media (max-width: 1000px) {
      .product-item-component .description {
        max-width: 300px; } }
    .product-item-component .description .name {
      font-size: 36px;
      color: #13264c;
      padding-bottom: 35px; }
      @media (max-width: 1000px) {
        .product-item-component .description .name {
          font-size: 28px;
          padding-bottom: 30px; } }
    .product-item-component .description .methods {
      font-size: 16px;
      color: #4d4d4d;
      font-family: 'Urwdin Medium';
      display: flex;
      justify-content: center;
      padding: 0; }
      @media (max-width: 1000px) {
        .product-item-component .description .methods {
          margin: 5px 0; } }
      .product-item-component .description .methods li {
        position: relative;
        padding: 0 5px;
        cursor: pointer;
        list-style: none; }
        .product-item-component .description .methods li:before {
          content: none; }
        .product-item-component .description .methods li:hover span {
          transform: translateX(calc(-50% + 25.5px)) translateY(-38px);
          visibility: visible; }
          .product-item-component .description .methods li:hover span:after {
            transform: rotate(-45deg) scale(1); }
        .product-item-component .description .methods li:last-child {
          margin-right: 0; }
        .product-item-component .description .methods li span {
          display: block;
          position: absolute;
          color: #ffffff;
          background-color: #13264c;
          padding: 5px 17px;
          top: 0;
          border-radius: 10px;
          font-size: 0.8889rem;
          transform: translateX(calc(-50% + 25.5px)) translateY(-28px);
          visibility: hidden;
          transition: .3s ease-in-out transform;
          white-space: nowrap; }
          .product-item-component .description .methods li span:after {
            content: '';
            width: 20px;
            height: 15px;
            background-color: #13264c;
            border-radius: 2px;
            display: block;
            position: absolute;
            bottom: 0px;
            z-index: -1;
            left: calc( 50% - 10px);
            transform: rotate(-45deg) scale(0);
            transition: .3s ease-in-out transform; }
        .product-item-component .description .methods li img {
          width: 49px;
          height: 49px; }
          @media (max-width: 1000px) {
            .product-item-component .description .methods li img {
              width: 40px;
              height: 40px; } }
    .product-item-component .description .action {
      padding-bottom: 26px; }
    .product-item-component .description .compare {
      display: flex;
      justify-content: center;
      align-items: center; }
      .product-item-component .description .compare .addToCompare {
        font-size: 16px;
        color: #4d4d4d;
        font-family: 'Urwdin Medium';
        padding-right: 18px;
        cursor: pointer; }
      .product-item-component .description .compare .add {
        cursor: pointer;
        display: flex; }

.compare-popup-component {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  z-index: 20; }
  .compare-popup-component .compare-box {
    position: fixed;
    z-index: 10;
    background: #fff;
    max-width: 1530px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50vh + 44px);
    transform: translateY(-50%);
    padding: 80px 30px 80px 30px; }
    @media (max-width: 1200px) {
      .compare-popup-component .compare-box {
        padding: 60px 30px 60px 30px; } }
    @media (max-width: 1100px) {
      .compare-popup-component .compare-box {
        padding: 40px 30px 40px 30px;
        height: auto;
        top: 126px;
        transform: translateY(-63px); } }
    @media (max-width: 600px) {
      .compare-popup-component .compare-box {
        padding: 40px 15px 40px 15px; } }
    @media (max-width: 390px) {
      .compare-popup-component .compare-box {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 75px;
        height: 100%; } }
    .compare-popup-component .compare-box .info-box {
      position: relative; }
      @media (max-width: 500px) {
        .compare-popup-component .compare-box .info-box {
          text-align: center; } }
      .compare-popup-component .compare-box .info-box span {
        font-size: 24px;
        color: #13264c;
        padding-left: 15px; }
        .compare-popup-component .compare-box .info-box span:nth-of-type(2) {
          padding-right: 25px; }
        @media (max-width: 1410px) {
          .compare-popup-component .compare-box .info-box span {
            padding-left: 0; }
            .compare-popup-component .compare-box .info-box span:nth-of-type(2) {
              padding-right: 0; } }
        @media (max-width: 1000px) {
          .compare-popup-component .compare-box .info-box span {
            font-size: 20px; } }
      .compare-popup-component .compare-box .info-box .closePopup {
        position: absolute;
        top: 5px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        background: #f53636;
        border-radius: 50%;
        cursor: pointer;
        transition: .3s linear;
        margin: 0 auto; }
        .compare-popup-component .compare-box .info-box .closePopup:hover {
          transform: scale(0.9); }
        .compare-popup-component .compare-box .info-box .closePopup svg {
          width: 21px;
          height: 21px; }
        @media (max-width: 1410px) {
          .compare-popup-component .compare-box .info-box .closePopup {
            top: -50px; } }
        @media (max-width: 1200px) {
          .compare-popup-component .compare-box .info-box .closePopup {
            right: -20px; } }
        @media (max-width: 1100px) {
          .compare-popup-component .compare-box .info-box .closePopup {
            top: -30px; } }
        @media (max-width: 700px) {
          .compare-popup-component .compare-box .info-box .closePopup {
            top: -35px;
            width: 34px;
            height: 34px; }
            .compare-popup-component .compare-box .info-box .closePopup svg {
              width: 18px;
              height: 18px; } }
        @media (max-width: 600px) {
          .compare-popup-component .compare-box .info-box .closePopup {
            right: 0; } }
    .compare-popup-component .compare-box .wrapper {
      display: flex; }
      @media (max-width: 1410px) {
        .compare-popup-component .compare-box .wrapper {
          flex-direction: column; } }
      .compare-popup-component .compare-box .wrapper .products-wrap {
        display: flex;
        width: 1155px; }
        @media (max-width: 1780px) {
          .compare-popup-component .compare-box .wrapper .products-wrap {
            max-width: 100%; } }
        @media (max-width: 1550px) {
          .compare-popup-component .compare-box .wrapper .products-wrap {
            padding-right: 20px; } }
        @media (max-width: 1410px) {
          .compare-popup-component .compare-box .wrapper .products-wrap {
            width: 100%;
            justify-content: center;
            padding-right: 0; } }
        @media (max-width: 390px) {
          .compare-popup-component .compare-box .wrapper .products-wrap {
            flex-wrap: wrap; } }
        .compare-popup-component .compare-box .wrapper .products-wrap .box-product {
          display: flex;
          flex-direction: column;
          padding: 0 15px;
          width: 260px;
          transition: .3s;
          text-align: center; }
          @media (max-width: 800px) {
            .compare-popup-component .compare-box .wrapper .products-wrap .box-product {
              width: 33.3%; } }
          @media (max-width: 500px) {
            .compare-popup-component .compare-box .wrapper .products-wrap .box-product {
              padding: 0 10px; } }
          @media (max-width: 390px) {
            .compare-popup-component .compare-box .wrapper .products-wrap .box-product {
              width: 100%; } }
          .compare-popup-component .compare-box .wrapper .products-wrap .box-product img {
            width: 230px;
            height: 230px; }
            @media (max-width: 1000px) {
              .compare-popup-component .compare-box .wrapper .products-wrap .box-product img {
                width: 200px;
                height: 200px; } }
            @media (max-width: 800px) {
              .compare-popup-component .compare-box .wrapper .products-wrap .box-product img {
                width: 100%;
                height: auto; } }
            @media (max-width: 390px) {
              .compare-popup-component .compare-box .wrapper .products-wrap .box-product img {
                max-width: 230px;
                margin: 0 auto; } }
          .compare-popup-component .compare-box .wrapper .products-wrap .box-product p {
            font-size: 36px;
            color: #13264c;
            font-family: 'Myriad Pro';
            margin: 0;
            line-height: 1;
            padding-bottom: 50px; }
            @media (max-width: 1000px) {
              .compare-popup-component .compare-box .wrapper .products-wrap .box-product p {
                font-size: 28px;
                padding-bottom: 30px; } }
            @media (max-width: 700px) {
              .compare-popup-component .compare-box .wrapper .products-wrap .box-product p {
                padding-bottom: 15px;
                font-size: 18px; } }
          .compare-popup-component .compare-box .wrapper .products-wrap .box-product .remove {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 42px;
            height: 42px;
            background: #f53636;
            border-radius: 50%;
            cursor: pointer;
            transition: .3s linear;
            margin: 0 auto; }
            .compare-popup-component .compare-box .wrapper .products-wrap .box-product .remove:hover {
              transform: scale(0.9); }
            .compare-popup-component .compare-box .wrapper .products-wrap .box-product .remove svg {
              width: 21px;
              height: 21px; }
            @media (max-width: 700px) {
              .compare-popup-component .compare-box .wrapper .products-wrap .box-product .remove {
                width: 34px;
                height: 34px; }
                .compare-popup-component .compare-box .wrapper .products-wrap .box-product .remove svg {
                  width: 18px;
                  height: 18px; } }
      .compare-popup-component .compare-box .wrapper .btn-wrap {
        display: flex;
        align-items: center; }
        @media (max-width: 1410px) {
          .compare-popup-component .compare-box .wrapper .btn-wrap {
            justify-content: center;
            padding-top: 30px; } }

.productBoxAction {
  position: fixed;
  top: calc(50vh - 37.5px);
  right: 0;
  display: flex;
  flex-direction: column;
  width: 50px;
  z-index: 99999; }
  .productBoxAction.active:hover .icon-box svg {
    animation: runSvg 1.5s infinite; }
  .productBoxAction .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background: #f53636; }
    .productBoxAction .icon-box svg {
      fill: #fff;
      height: 35px;
      width: 35px; }
  .productBoxAction .count-box {
    width: 100%;
    height: 25px;
    background: #13264c;
    text-align: center; }

.product-list-section {
  background: #f2f2f2; }
  .product-list-section .container-product {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0; }
    .product-list-section .container-product .btn-filtr-box {
      display: flex;
      justify-content: center; }
    .product-list-section .container-product .sort-wrapper {
      padding: 8px 15px 0 15px; }
      @media (max-width: 800px) {
        .product-list-section .container-product .sort-wrapper {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      .product-list-section .container-product .sort-wrapper .title {
        display: inline-block;
        margin-right: 160px;
        color: #4d4d4d; }
        @media (max-width: 800px) {
          .product-list-section .container-product .sort-wrapper .title {
            display: none; } }
        .product-list-section .container-product .sort-wrapper .title p {
          margin: 0;
          font-size: 16px;
          font-family: 'Urwdin Medium'; }
      .product-list-section .container-product .sort-wrapper .sort {
        display: inline-flex;
        min-width: 300px; }
        @media (max-width: 800px) {
          .product-list-section .container-product .sort-wrapper .sort {
            display: flex;
            justify-content: center; } }
    .product-list-section .container-product .product-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1580px) {
        .product-list-section .container-product .product-wrapper {
          justify-content: center; } }
      .product-list-section .container-product .product-wrapper .product {
        padding: 45px 15px 0 15px; }
        @media (max-width: 1000px) {
          .product-list-section .container-product .product-wrapper .product {
            padding: 25px 15px 0 15px; } }
        .product-list-section .container-product .product-wrapper .product .img-box {
          display: block;
          position: relative;
          width: 360px;
          height: 360px;
          background: #fff;
          margin: 0; }
          @media (max-width: 1000px) {
            .product-list-section .container-product .product-wrapper .product .img-box {
              width: 300px;
              height: 300px; } }
          .product-list-section .container-product .product-wrapper .product .img-box img {
            width: 100%;
            height: 100%; }
          .product-list-section .container-product .product-wrapper .product .img-box .btn-type {
            text-align: center;
            position: absolute;
            top: 25px;
            left: 0;
            right: 0; }
            .product-list-section .container-product .product-wrapper .product .img-box .btn-type span {
              font-size: 16px;
              font-family: 'Urwdin Bold';
              border-radius: 15px;
              padding: 7px 15px; }
              .product-list-section .container-product .product-wrapper .product .img-box .btn-type span.premium {
                border: 2px solid #000;
                color: #000; }
              .product-list-section .container-product .product-wrapper .product .img-box .btn-type span.standard {
                border: 2px solid #cfced5;
                color: #13264c; }
        .product-list-section .container-product .product-wrapper .product .description {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          text-align: center;
          padding-top: 14px;
          max-width: 360px; }
          @media (max-width: 1000px) {
            .product-list-section .container-product .product-wrapper .product .description {
              max-width: 300px; } }
          .product-list-section .container-product .product-wrapper .product .description .name {
            font-size: 36px;
            color: #13264c;
            padding-bottom: 35px; }
            @media (max-width: 1000px) {
              .product-list-section .container-product .product-wrapper .product .description .name {
                font-size: 28px;
                padding-bottom: 30px; } }
          .product-list-section .container-product .product-wrapper .product .description .methods {
            font-size: 16px;
            color: #4d4d4d;
            font-family: 'Urwdin Medium';
            display: flex;
            justify-content: center;
            padding: 0; }
            @media (max-width: 1000px) {
              .product-list-section .container-product .product-wrapper .product .description .methods {
                margin: 5px 0; } }
            .product-list-section .container-product .product-wrapper .product .description .methods li {
              position: relative;
              padding: 0 5px;
              cursor: pointer;
              list-style: none; }
              .product-list-section .container-product .product-wrapper .product .description .methods li:before {
                content: none; }
              .product-list-section .container-product .product-wrapper .product .description .methods li:hover span {
                transform: translateX(calc(-50% + 25.5px)) translateY(-38px);
                visibility: visible; }
                .product-list-section .container-product .product-wrapper .product .description .methods li:hover span:after {
                  transform: rotate(-45deg) scale(1); }
              .product-list-section .container-product .product-wrapper .product .description .methods li:last-child {
                margin-right: 0; }
              .product-list-section .container-product .product-wrapper .product .description .methods li span {
                display: block;
                position: absolute;
                color: #ffffff;
                background-color: #13264c;
                padding: 5px 17px;
                top: 0;
                border-radius: 10px;
                font-size: 0.8889rem;
                transform: translateX(calc(-50% + 25.5px)) translateY(-28px);
                visibility: hidden;
                transition: .3s ease-in-out transform;
                white-space: nowrap; }
                .product-list-section .container-product .product-wrapper .product .description .methods li span:after {
                  content: '';
                  width: 20px;
                  height: 15px;
                  background-color: #13264c;
                  border-radius: 2px;
                  display: block;
                  position: absolute;
                  bottom: 0px;
                  z-index: -1;
                  left: calc( 50% - 10px);
                  transform: rotate(-45deg) scale(0);
                  transition: .3s ease-in-out transform; }
              @media (max-width: 1000px) {
                .product-list-section .container-product .product-wrapper .product .description .methods li img {
                  width: 40px;
                  height: 40px; } }
          .product-list-section .container-product .product-wrapper .product .description .action {
            padding-bottom: 26px; }
          .product-list-section .container-product .product-wrapper .product .description .compare {
            display: flex;
            justify-content: center;
            align-items: center; }
            .product-list-section .container-product .product-wrapper .product .description .compare .addToCompare {
              font-size: 16px;
              color: #4d4d4d;
              font-family: 'Urwdin Medium';
              padding-right: 18px;
              cursor: pointer; }
            .product-list-section .container-product .product-wrapper .product .description .compare .add {
              cursor: pointer;
              display: flex; }
    .product-list-section .container-product .btn-wrapper-red {
      padding-top: 110px;
      text-align: center; }
    .product-list-section .container-product .filter-container {
      margin-top: 25px;
      position: absolute;
      left: 0;
      right: 0;
      background: #fff;
      width: 100%;
      z-index: 20;
      padding: 33px 310px 95px 310px; }
      @media (max-width: 1700px) {
        .product-list-section .container-product .filter-container {
          padding: 33px 200px 95px 200px; } }
      @media (max-width: 1500px) {
        .product-list-section .container-product .filter-container {
          padding: 33px 100px 95px 100px; } }
      @media (max-width: 1400px) {
        .product-list-section .container-product .filter-container {
          padding: 33px 15px 70px 15px; } }
      .product-list-section .container-product .filter-container .content {
        padding: 0 15px; }
        .product-list-section .container-product .filter-container .content .box-category {
          padding-bottom: 45px; }
          .product-list-section .container-product .filter-container .content .box-category .header {
            padding-bottom: 20px;
            border-bottom: 2px solid #4d4d4d; }
            .product-list-section .container-product .filter-container .content .box-category .header span {
              width: 100%;
              font-size: 24px;
              color: #13264c;
              font-family: 'Myriad Pro'; }
          .product-list-section .container-product .filter-container .content .box-category .checkbox-items {
            padding-top: 19px;
            display: flex;
            flex-wrap: wrap; }
            .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
              width: 20%;
              padding-right: 15px;
              margin-bottom: 15px; }
              .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(5n) {
                padding-right: 0; }
              @media (max-width: 1800px) {
                .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
                  padding-right: 20px;
                  padding-bottom: 15px; } }
              @media (max-width: 1300px) {
                .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
                  width: 25%; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(4n) {
                    padding-right: 0; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(5n) {
                    padding-right: 20px; } }
              @media (max-width: 1000px) {
                .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
                  width: 33.3%; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(4n) {
                    padding-right: 20px; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(3n) {
                    padding-right: 0; } }
              @media (max-width: 750px) {
                .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
                  width: 50%; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(3n) {
                    padding-right: 20px; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(2n) {
                    padding-right: 0; } }
              @media (max-width: 630px) {
                .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
                  width: 100%; } }
              @media (max-width: 550px) {
                .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item {
                  padding-right: 0; }
                  .product-list-section .container-product .filter-container .content .box-category .checkbox-items .item:nth-child(n) {
                    padding-right: 0; } }
  .product-list-section .compare-popup {
    position: absolute;
    z-index: 10;
    background: #fff;
    margin-top: 120px;
    width: 100%;
    padding: 80px 180px 80px 310px; }
    @media (max-width: 1850px) {
      .product-list-section .compare-popup {
        padding: 80px 150px 80px 250px; } }
    @media (max-width: 1780px) {
      .product-list-section .compare-popup {
        padding: 80px 120px 80px 200px; } }
    @media (max-width: 1685px) {
      .product-list-section .compare-popup {
        padding: 70px 40px 70px 130px; } }
    @media (max-width: 1550px) {
      .product-list-section .compare-popup {
        padding: 60px 15px 60px 15px; } }
    .product-list-section .compare-popup .info-box {
      position: relative; }
      @media (max-width: 500px) {
        .product-list-section .compare-popup .info-box {
          text-align: center; } }
      .product-list-section .compare-popup .info-box span {
        font-size: 24px;
        color: #13264c;
        padding-left: 15px; }
        .product-list-section .compare-popup .info-box span:nth-of-type(2) {
          padding-right: 25px; }
        @media (max-width: 1410px) {
          .product-list-section .compare-popup .info-box span {
            padding-left: 0; }
            .product-list-section .compare-popup .info-box span:nth-of-type(2) {
              padding-right: 0; } }
        @media (max-width: 1000px) {
          .product-list-section .compare-popup .info-box span {
            font-size: 20px; } }
      .product-list-section .compare-popup .info-box .closePopup {
        position: absolute;
        top: 5px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        background: #f53636;
        border-radius: 50%;
        cursor: pointer;
        transition: .3s linear;
        margin: 0 auto; }
        .product-list-section .compare-popup .info-box .closePopup:hover {
          transform: scale(0.9); }
        .product-list-section .compare-popup .info-box .closePopup svg {
          width: 21px;
          height: 21px; }
        @media (max-width: 1410px) {
          .product-list-section .compare-popup .info-box .closePopup {
            top: -25px; } }
        @media (max-width: 660px) {
          .product-list-section .compare-popup .info-box .closePopup {
            top: -45px;
            width: 35px;
            height: 35px; }
            .product-list-section .compare-popup .info-box .closePopup svg {
              width: 18px;
              height: 18px; } }
    .product-list-section .compare-popup .wrapper {
      display: flex; }
      @media (max-width: 1410px) {
        .product-list-section .compare-popup .wrapper {
          flex-direction: column; } }
      .product-list-section .compare-popup .wrapper .products-wrap {
        display: flex;
        width: 1155px; }
        @media (max-width: 1780px) {
          .product-list-section .compare-popup .wrapper .products-wrap {
            max-width: 100%; } }
        @media (max-width: 1550px) {
          .product-list-section .compare-popup .wrapper .products-wrap {
            flex-wrap: wrap;
            padding-right: 20px; } }
        @media (max-width: 1410px) {
          .product-list-section .compare-popup .wrapper .products-wrap {
            width: 100%;
            justify-content: center; } }
        .product-list-section .compare-popup .wrapper .products-wrap .box-product {
          display: flex;
          flex-direction: column;
          padding: 0 15px;
          width: 260px;
          transition: .3s;
          text-align: center; }
          @media (max-width: 1550px) {
            .product-list-section .compare-popup .wrapper .products-wrap .box-product {
              width: 33.3%; } }
          @media (max-width: 900px) {
            .product-list-section .compare-popup .wrapper .products-wrap .box-product {
              width: 50%; } }
          @media (max-width: 500px) {
            .product-list-section .compare-popup .wrapper .products-wrap .box-product {
              width: 100%; } }
          .product-list-section .compare-popup .wrapper .products-wrap .box-product img {
            width: 230px;
            height: 230px; }
            @media (max-width: 1000px) {
              .product-list-section .compare-popup .wrapper .products-wrap .box-product img {
                width: 200px;
                height: 200px; } }
          .product-list-section .compare-popup .wrapper .products-wrap .box-product p {
            font-size: 36px;
            color: #13264c;
            font-family: 'Myriad Pro';
            margin: 0;
            line-height: 1;
            padding-bottom: 50px; }
            @media (max-width: 1000px) {
              .product-list-section .compare-popup .wrapper .products-wrap .box-product p {
                font-size: 28px;
                padding-bottom: 30px; } }
            @media (max-width: 500px) {
              .product-list-section .compare-popup .wrapper .products-wrap .box-product p {
                padding-bottom: 15px; } }
          .product-list-section .compare-popup .wrapper .products-wrap .box-product .remove {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 42px;
            height: 42px;
            background: #f53636;
            border-radius: 50%;
            cursor: pointer;
            transition: .3s linear;
            margin: 0 auto; }
            .product-list-section .compare-popup .wrapper .products-wrap .box-product .remove:hover {
              transform: scale(0.9); }
            .product-list-section .compare-popup .wrapper .products-wrap .box-product .remove svg {
              width: 21px;
              height: 21px; }
      .product-list-section .compare-popup .wrapper .btn-wrap {
        display: flex;
        align-items: center; }
        @media (max-width: 1410px) {
          .product-list-section .compare-popup .wrapper .btn-wrap {
            justify-content: center;
            padding-top: 30px; } }
  .product-list-section .productBoxAction {
    position: fixed;
    top: calc(50vh - 37.5px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 50px; }
    .product-list-section .productBoxAction.active:hover .icon-box svg {
      animation: runSvg 1.5s infinite; }
    .product-list-section .productBoxAction .icon-box {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      width: 100%;
      background: #f53636; }
      .product-list-section .productBoxAction .icon-box svg {
        fill: #fff;
        height: 35px;
        width: 35px; }
    .product-list-section .productBoxAction .count-box {
      width: 100%;
      height: 25px;
      background: #13264c;
      text-align: center; }

@keyframes runSvg {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.checkbox-item {
  display: flex; }
  .checkbox-item .checkbox {
    width: 23px;
    height: 23px;
    border: 2px solid #f53636;
    padding-right: 19px;
    border-radius: 4px;
    cursor: pointer;
    position: relative; }
    .checkbox-item .checkbox img {
      opacity: 0;
      position: absolute;
      left: 2px;
      top: 4px;
      width: 15px;
      height: 12px; }
    .checkbox-item .checkbox.active img {
      opacity: 1; }
  .checkbox-item label {
    color: #4d4d4d;
    font-size: 16px;
    padding-left: 19px;
    display: flex;
    align-items: flex-end; }

.loader-box {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  z-index: 9999; }
  .loader-box.block {
    display: block; }
  .loader-box .loader {
    z-index: 9999999;
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 10px solid #f2f2f2;
    border-top: 10px solid #f53636;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.compare-section {
  background: #f2f2f2; }
  .compare-section .compare-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0; }
    @media (max-width: 1250px) {
      .compare-section .compare-container {
        padding: 40px 0; } }
    .compare-section .compare-container .profils {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center; }
      .compare-section .compare-container .profils .profil {
        margin: 0 15px;
        width: 360px;
        text-align: center; }
        .compare-section .compare-container .profils .profil:nth-child(4) {
          padding-top: 40px; }
        @media (max-width: 1250px) {
          .compare-section .compare-container .profils .profil {
            width: 300px; } }
        @media (max-width: 1000px) {
          .compare-section .compare-container .profils .profil {
            width: calc(50% - 30px);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .compare-section .compare-container .profils .profil:nth-child(3) {
              padding-top: 40px; } }
        @media (max-width: 600px) {
          .compare-section .compare-container .profils .profil {
            width: 100%; }
            .compare-section .compare-container .profils .profil:nth-child(n) {
              padding-top: 30px; }
            .compare-section .compare-container .profils .profil:nth-child(3) {
              padding-top: 30px; }
            .compare-section .compare-container .profils .profil:nth-child(4) {
              padding-top: 30px; } }
        .compare-section .compare-container .profils .profil .img {
          background: #fff;
          width: 360px;
          height: 360px; }
          @media (max-width: 1250px) {
            .compare-section .compare-container .profils .profil .img {
              width: 300px;
              height: 300px; } }
          @media (max-width: 800px) {
            .compare-section .compare-container .profils .profil .img {
              width: 250px;
              height: 250px; } }
          .compare-section .compare-container .profils .profil .img img {
            width: 100%;
            height: 100%; }
        .compare-section .compare-container .profils .profil span {
          display: block;
          padding-top: 26px;
          color: #13264c;
          font-size: 36px;
          font-family: 'Myriad Pro'; }
          @media (max-width: 1250px) {
            .compare-section .compare-container .profils .profil span {
              font-size: 28px;
              padding-top: 15px; } }
        .compare-section .compare-container .profils .profil .btn {
          margin-top: 29px; }
          @media (max-width: 1250px) {
            .compare-section .compare-container .profils .profil .btn {
              margin-top: 20px; } }
          .compare-section .compare-container .profils .profil .btn .custom-btn:after {
            content: '';
            margin-left: 13px; }
    @media (max-width: 1000px) {
      .compare-section .compare-container .scrollTable {
        overflow-x: scroll; } }
    .compare-section .compare-container .scrollTable .table {
      padding-top: 75px; }
      @media (max-width: 1400px) {
        .compare-section .compare-container .scrollTable .table {
          padding: 50px 15px; } }
      @media (max-width: 1250px) {
        .compare-section .compare-container .scrollTable .table {
          padding: 50px 15px 20px 15px; } }
      @media (max-width: 1000px) {
        .compare-section .compare-container .scrollTable .table {
          min-width: 1000px; } }
      .compare-section .compare-container .scrollTable .table .header {
        display: flex;
        justify-content: space-between;
        padding-bottom: 22px;
        border-bottom: 2px solid #e0e0e0;
        margin-bottom: 60px; }
        @media (max-width: 1250px) {
          .compare-section .compare-container .scrollTable .table .header {
            margin-bottom: 40px; } }
        .compare-section .compare-container .scrollTable .table .header:not(:nth-of-type(1)) {
          margin-top: 60px; }
          @media (max-width: 1250px) {
            .compare-section .compare-container .scrollTable .table .header:not(:nth-of-type(1)) {
              margin-top: 40px; } }
        .compare-section .compare-container .scrollTable .table .header .header-box span {
          font-size: 24px;
          font-family: 'Myriad Pro';
          color: #13264c; }
        .compare-section .compare-container .scrollTable .table .header .differences {
          font-size: 16px;
          color: #4d4d4d;
          cursor: pointer; }
          .compare-section .compare-container .scrollTable .table .header .differences span img {
            margin-left: 14px;
            fill: #f53636;
            width: 23px;
            height: 13px;
            transition: .3s; }
        .compare-section .compare-container .scrollTable .table .header .addNext {
          cursor: pointer; }
          .compare-section .compare-container .scrollTable .table .header .addNext a {
            font-size: 16px;
            color: #4d4d4d; }
            .compare-section .compare-container .scrollTable .table .header .addNext a svg {
              transition: .3s;
              margin-left: 18px; }
        .compare-section .compare-container .scrollTable .table .header .icon-wrapper {
          width: 24px;
          height: 24px; }
          .compare-section .compare-container .scrollTable .table .header .icon-wrapper .icon {
            width: 24px;
            height: 24px;
            background: #f53636;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            cursor: pointer; }
            .compare-section .compare-container .scrollTable .table .header .icon-wrapper .icon.active img {
              transform: rotate(-90deg); }
            .compare-section .compare-container .scrollTable .table .header .icon-wrapper .icon img {
              width: 12px;
              height: 12px;
              transition: .3s;
              transform: rotate(90deg); }
      .compare-section .compare-container .scrollTable .table .all-rows {
        display: none; }
        .compare-section .compare-container .scrollTable .table .all-rows.active {
          display: block; }
        .compare-section .compare-container .scrollTable .table .all-rows .option-row {
          display: flex;
          justify-content: space-between;
          border-bottom: 2px solid #ececec;
          padding-left: 15px;
          padding-top: 20px;
          padding-bottom: 20px; }
          .compare-section .compare-container .scrollTable .table .all-rows .option-row.active {
            background: #ddcdab; }
          .compare-section .compare-container .scrollTable .table .all-rows .option-row .header-row {
            width: 100%;
            padding-right: 15px; }
            .compare-section .compare-container .scrollTable .table .all-rows .option-row .header-row span {
              font-size: 16px;
              color: #4d4d4d; }
          .compare-section .compare-container .scrollTable .table .all-rows .option-row .value {
            width: 100%; }
            @media (max-width: 1250px) {
              .compare-section .compare-container .scrollTable .table .all-rows .option-row .value {
                padding: 0 15px; } }
            .compare-section .compare-container .scrollTable .table .all-rows .option-row .value span {
              font-size: 16px;
              color: #4d4d4d;
              display: block;
              height: 0; }
    .compare-section .compare-container .toProduct {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .compare-section .compare-container .toProduct .product {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center; }
        .compare-section .compare-container .toProduct .product.double {
          width: 50%; }
          @media (max-width: 500px) {
            .compare-section .compare-container .toProduct .product.double {
              width: 100%; } }
        .compare-section .compare-container .toProduct .product.triple {
          width: 33.3%; }
          @media (max-width: 600px) {
            .compare-section .compare-container .toProduct .product.triple {
              width: 100%; } }
        .compare-section .compare-container .toProduct .product.quadruple {
          width: 25%; }
          @media (max-width: 900px) {
            .compare-section .compare-container .toProduct .product.quadruple {
              width: inherit; } }
        .compare-section .compare-container .toProduct .product p {
          font-size: 16px;
          color: #4d4d4d;
          padding: 0 15px; }
        .compare-section .compare-container .toProduct .product .btn {
          margin: 17px auto; }
          .compare-section .compare-container .toProduct .product .btn .custom-btn {
            padding: 13px 23px; }
            @media (max-width: 1250px) {
              .compare-section .compare-container .toProduct .product .btn .custom-btn {
                padding: 10px 15px; } }
            @media (max-width: 1100px) {
              .compare-section .compare-container .toProduct .product .btn .custom-btn {
                padding: 8px 12px; } }
            @media (max-width: 800px) {
              .compare-section .compare-container .toProduct .product .btn .custom-btn {
                padding: 6px 10px;
                font-size: 14px; } }
            .compare-section .compare-container .toProduct .product .btn .custom-btn:after {
              content: '';
              margin-left: 13px; }

.search-section {
  background: #f2f2f2; }
  .search-section .container-search {
    max-width: 1560px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    .search-section .container-search .wrapper {
      border-bottom: 2px solid #c4c4c4;
      min-height: calc(100vh - 722px); }
      .search-section .container-search .wrapper .search {
        padding-top: 25px;
        border-bottom: 2px solid #c4c4c4;
        padding-bottom: 23px; }
        .search-section .container-search .wrapper .search .placeholder {
          display: flex;
          justify-content: center; }
          @media (max-width: 450px) {
            .search-section .container-search .wrapper .search .placeholder {
              flex-wrap: wrap;
              align-items: center; } }
          .search-section .container-search .wrapper .search .placeholder h4 {
            margin: 0;
            color: #13264c;
            margin-right: 20px;
            display: flex;
            align-items: center; }
            @media (max-width: 1000px) {
              .search-section .container-search .wrapper .search .placeholder h4 {
                font-size: 28px; } }
            @media (max-width: 500px) {
              .search-section .container-search .wrapper .search .placeholder h4 {
                font-size: 24px; } }
            @media (max-width: 450px) {
              .search-section .container-search .wrapper .search .placeholder h4 {
                display: block;
                text-align: center;
                width: 100%;
                padding-bottom: 15px; } }
          .search-section .container-search .wrapper .search .placeholder img {
            margin-left: 20px;
            cursor: pointer;
            height: 34px; }
          .search-section .container-search .wrapper .search .placeholder input {
            border: 1px solid #c4c4c4;
            border-radius: 5px;
            background: transparent;
            width: 200px;
            height: 40px;
            text-align: center;
            font-size: 16px;
            color: #4d4d4d;
            outline: none; }
            @media (max-width: 1000px) {
              .search-section .container-search .wrapper .search .placeholder input {
                font-size: 28px; } }
            @media (max-width: 500px) {
              .search-section .container-search .wrapper .search .placeholder input {
                font-size: 24px; } }
      .search-section .container-search .wrapper .menu {
        padding-top: 55px;
        display: flex;
        justify-content: center; }
        @media (max-width: 1000px) {
          .search-section .container-search .wrapper .menu {
            padding-top: 30px; } }
        @media (max-width: 500px) {
          .search-section .container-search .wrapper .menu {
            padding-top: 20px;
            flex-direction: column;
            align-items: center; } }
        .search-section .container-search .wrapper .menu span {
          font-size: 36px;
          color: #13264c;
          font-family: 'Myriad Pro';
          margin: 0 45px;
          cursor: pointer; }
          @media (max-width: 1000px) {
            .search-section .container-search .wrapper .menu span {
              font-size: 28px; } }
          @media (max-width: 800px) {
            .search-section .container-search .wrapper .menu span {
              margin: 0 30px; } }
          @media (max-width: 500px) {
            .search-section .container-search .wrapper .menu span {
              margin: 0 15px;
              font-size: 24px; } }
        .search-section .container-search .wrapper .menu .active {
          color: #f53636; }
      .search-section .container-search .wrapper .results {
        padding-top: 50px; }
        @media (max-width: 1000px) {
          .search-section .container-search .wrapper .results {
            padding-top: 30px; } }
        .search-section .container-search .wrapper .results .news-list {
          display: flex;
          flex-direction: column; }
          .search-section .container-search .wrapper .results .news-list .topic {
            padding: 45px 50px 40px 30px;
            background: #fff;
            margin-bottom: 30px;
            display: flex;
            flex-direction: row;
            align-items: center; }
            @media (max-width: 1000px) {
              .search-section .container-search .wrapper .results .news-list .topic {
                padding: 30px 40px 25px 30px; } }
            @media (max-width: 800px) {
              .search-section .container-search .wrapper .results .news-list .topic {
                flex-direction: column;
                padding: 30px 15px 25px 15px; } }
            @media (max-width: 500px) {
              .search-section .container-search .wrapper .results .news-list .topic {
                padding: 30px 15px 35px 15px; } }
            .search-section .container-search .wrapper .results .news-list .topic .img {
              display: flex;
              align-items: center;
              padding-right: 30px; }
              @media (max-width: 1000px) {
                .search-section .container-search .wrapper .results .news-list .topic .img {
                  padding-right: 15px; } }
              @media (max-width: 800px) {
                .search-section .container-search .wrapper .results .news-list .topic .img {
                  padding-right: 0; } }
              .search-section .container-search .wrapper .results .news-list .topic .img img {
                margin: 0 auto;
                width: 360px;
                height: 200px;
                object-fit: cover; }
                @media (max-width: 400px) {
                  .search-section .container-search .wrapper .results .news-list .topic .img img {
                    width: 250px; } }
            @media (max-width: 800px) {
              .search-section .container-search .wrapper .results .news-list .topic .text-wrapper {
                text-align: center; } }
            .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .title {
              font-size: 36px;
              color: #13264c;
              font-family: 'Myriad Pro'; }
              @media (max-width: 1000px) {
                .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .title {
                  font-size: 28px; } }
              @media (max-width: 500px) {
                .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .title {
                  font-size: 24px; } }
            .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .editor {
              color: #4d4d4d;
              font-size: 16px; }
              .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .editor a {
                color: #4d4d4d; }
              .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .editor p {
                margin: 0; }
            .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .btn {
              margin-top: 50px; }
              @media (max-width: 1000px) {
                .search-section .container-search .wrapper .results .news-list .topic .text-wrapper .btn {
                  margin-top: 35px; } }
        .search-section .container-search .wrapper .results .product-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          .search-section .container-search .wrapper .results .product-list .product {
            display: flex;
            flex-direction: column;
            margin-right: 30px;
            padding-bottom: 35px;
            width: 360px; }
            @media (max-width: 800px) {
              .search-section .container-search .wrapper .results .product-list .product {
                width: 300px; } }
            .search-section .container-search .wrapper .results .product-list .product:nth-of-type(4n) {
              margin-right: 0; }
            @media (max-width: 1600px) {
              .search-section .container-search .wrapper .results .product-list .product:nth-of-type(1n) {
                margin: 0 15px; } }
            .search-section .container-search .wrapper .results .product-list .product img {
              background: #fff;
              height: 360px;
              width: 360px; }
              @media (max-width: 800px) {
                .search-section .container-search .wrapper .results .product-list .product img {
                  height: 300px;
                  width: 300px; } }
            .search-section .container-search .wrapper .results .product-list .product .text-wrapper {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              flex-direction: column; }
              .search-section .container-search .wrapper .results .product-list .product .text-wrapper .title {
                padding-top: 23px;
                padding-bottom: 5px;
                text-align: center; }
                .search-section .container-search .wrapper .results .product-list .product .text-wrapper .title span {
                  font-size: 36px;
                  color: #13264c;
                  font-family: 'Myriad Pro'; }
                  @media (max-width: 1000px) {
                    .search-section .container-search .wrapper .results .product-list .product .text-wrapper .title span {
                      font-size: 28px; } }
                  @media (max-width: 500px) {
                    .search-section .container-search .wrapper .results .product-list .product .text-wrapper .title span {
                      font-size: 24px; } }
              .search-section .container-search .wrapper .results .product-list .product .text-wrapper .description {
                text-align: center; }
                .search-section .container-search .wrapper .results .product-list .product .text-wrapper .description span {
                  font-size: 24px;
                  color: #13264c;
                  font-family: 'Myriad Pro'; }
                  @media (max-width: 1000px) {
                    .search-section .container-search .wrapper .results .product-list .product .text-wrapper .description span {
                      font-size: 20px; } }
              .search-section .container-search .wrapper .results .product-list .product .text-wrapper .btn {
                margin: 35px auto 0 auto; }
      .search-section .container-search .wrapper .not-found {
        text-align: center; }
        .search-section .container-search .wrapper .not-found h2 {
          font-size: 60px;
          color: #13264c;
          font-family: 'Myriad Pro'; }
        .search-section .container-search .wrapper .not-found span {
          font-size: 36px;
          color: #4d4d4d;
          font-family: 'Myriad Pro'; }
        .search-section .container-search .wrapper .not-found p {
          font-size: 18px;
          color: #4d4d4d;
          font-family: 'Urwdin Medium'; }
      .search-section .container-search .wrapper .pagination-box {
        padding-bottom: 45px; }

.category-section {
  background: #f2f2f2; }
  .category-section .container-products {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0; }
    .category-section .container-products .product-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1580px) {
        .category-section .container-products .product-wrapper {
          justify-content: center; } }
    .category-section .container-products .btn-wrap-more {
      margin-top: 90px;
      text-align: center; }
      @media (max-width: 1000px) {
        .category-section .container-products .btn-wrap-more {
          margin-top: 70px; } }
      @media (max-width: 600px) {
        .category-section .container-products .btn-wrap-more {
          margin-top: 40px; } }
      .category-section .container-products .btn-wrap-more .btn {
        padding: 11px 50px;
        background-color: #f53636;
        color: #ffffff;
        border-radius: 25px;
        position: relative;
        cursor: pointer; }
        @media (max-width: 1500px) {
          .category-section .container-products .btn-wrap-more .btn {
            padding: 8px 40px; } }
        @media (max-width: 1100px) {
          .category-section .container-products .btn-wrap-more .btn {
            padding: 7px 30px; } }
        @media (max-width: 800px) {
          .category-section .container-products .btn-wrap-more .btn {
            padding: 6px 20px;
            font-size: 14px; } }
        .category-section .container-products .btn-wrap-more .btn:after {
          content: '';
          background-image: url("/static/img/arrow-ico.svg");
          background-repeat: no-repeat;
          width: 7px;
          height: 8px;
          display: inline-block;
          margin-left: 25px;
          position: relative;
          top: -1px;
          transition: .2s ease-in-out transform; }
        .category-section .container-products .btn-wrap-more .btn:hover:after {
          transform: translateX(5px); }
      .category-section .container-products .btn-wrap-more .inverse {
        padding: 7px 48px;
        background-color: transparent;
        color: #f53636;
        border: 2px solid #f53636;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        .category-section .container-products .btn-wrap-more .inverse:after {
          content: '';
          background-image: url("/static/img/arrow-red-ico.svg"); }

@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url("") center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff"), url("") format("truetype"), url("") format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\E2\86\90'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '\E2\86\92'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '\E2\86\90'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\E2\80\2D8';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
.slick-arrow {
  background-color: #f53636;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex !important;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1260px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow img {
    width: 10px;
    height: 10px;
    transition: .2s ease-in-out transform; }
  .slick-arrow:hover {
    background-color: #f53636; }
    .slick-arrow:hover img {
      transform: translateX(2px); }

.slick-next {
  right: 60px; }
  .slick-next:before {
    display: none; }

.slick-prev {
  left: 60px;
  z-index: 1; }
  .slick-prev img {
    transform: rotate(180deg); }
  .slick-prev:before {
    display: none; }
  .slick-prev:hover img {
    transform: rotate(180deg) translateX(2px); }

.slider-wrapper {
  background: #777681;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
  /* IE6-9 */ }
  .slider-wrapper .slick-list, .slider-wrapper .slick-slider, .slider-wrapper .slick-track, .slider-wrapper .slick-slide {
    height: 100%; }
  .slider-wrapper .slick-slide > div {
    height: 100%; }
  .slider-wrapper .slide {
    display: flex !important;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    outline: none; }
    .slider-wrapper .slide.left {
      flex-direction: row-reverse; }
      @media (max-width: 1100px) {
        .slider-wrapper .slide.left {
          flex-wrap: wrap;
          justify-content: center;
          flex-direction: column-reverse; } }
    @media (max-width: 1100px) {
      .slider-wrapper .slide.right {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse; } }
    .slider-wrapper .slide .col {
      display: flex;
      width: 50%;
      height: 100%; }
      @media (max-width: 1100px) {
        .slider-wrapper .slide .col {
          flex-wrap: wrap;
          flex-direction: column;
          width: 100%; } }
      .slider-wrapper .slide .col .items {
        width: 100%;
        height: 100%; }
        .slider-wrapper .slide .col .items .img {
          height: 100%;
          width: 100%; }
          @media (max-width: 1100px) {
            .slider-wrapper .slide .col .items .img {
              height: auto;
              max-height: 350px; } }
          .slider-wrapper .slide .col .items .img img {
            width: 100%;
            height: auto; }
            @media (max-width: 1100px) {
              .slider-wrapper .slide .col .items .img img {
                max-height: 350px;
                object-fit: contain; } }
      .slider-wrapper .slide .col .video-wrap {
        width: 100%;
        height: 100%; }
        @media (max-width: 1260px) {
          .slider-wrapper .slide .col .video-wrap {
            height: 350px; } }
        .slider-wrapper .slide .col .video-wrap .img {
          width: 100%;
          height: 100%;
          position: relative; }
          .slider-wrapper .slide .col .video-wrap .img .play {
            position: absolute;
            top: calc(50% - 95px/2);
            left: calc(50% - 95px/2);
            z-index: 2;
            cursor: pointer;
            height: 95px;
            width: 95px;
            transition: .3s; }
            .slider-wrapper .slide .col .video-wrap .img .play:hover {
              transform: scale(0.95); }
      .slider-wrapper .slide .col .editor {
        padding: 105px 320px 105px 190px; }
        @media (max-width: 1800px) {
          .slider-wrapper .slide .col .editor {
            padding: 90px 250px 90px 120px; } }
        @media (max-width: 1680px) {
          .slider-wrapper .slide .col .editor {
            padding: 80px 200px 80px 120px; } }
        @media (max-width: 1500px) {
          .slider-wrapper .slide .col .editor {
            padding: 70px 150px 70px 120px; } }
        @media (max-width: 1450px) {
          .slider-wrapper .slide .col .editor {
            padding: 60px 120px 60px 120px; } }
        @media (max-width: 1400px) {
          .slider-wrapper .slide .col .editor {
            padding: 50px 120px 50px 120px; } }
        @media (max-width: 1350px) {
          .slider-wrapper .slide .col .editor {
            padding: 30px 120px 30px 120px; } }
        @media (max-width: 1260px) {
          .slider-wrapper .slide .col .editor {
            padding: 30px 50px 40px 60px; } }
        @media (max-width: 1100px) {
          .slider-wrapper .slide .col .editor {
            padding: 30px 40px 40px 40px; } }
        @media (max-width: 950px) {
          .slider-wrapper .slide .col .editor {
            padding: 20px 40px 40px 40px; } }
        @media (max-width: 600px) {
          .slider-wrapper .slide .col .editor {
            padding: 40px 10px; } }
        .slider-wrapper .slide .col .editor p {
          font-size: 16px;
          margin: 0;
          margin-bottom: 25px; }
          @media (max-width: 1400px) {
            .slider-wrapper .slide .col .editor p {
              margin-bottom: 10px; } }
          @media (max-width: 950px) {
            .slider-wrapper .slide .col .editor p {
              font-size: 14px;
              padding: 0 15px; } }
        .slider-wrapper .slide .col .editor h1, .slider-wrapper .slide .col .editor h2 {
          font-size: 60px;
          margin-bottom: 25px; }
          @media (max-width: 1400px) {
            .slider-wrapper .slide .col .editor h1, .slider-wrapper .slide .col .editor h2 {
              margin-bottom: 15px;
              font-size: 52px; } }
          @media (max-width: 1200px) {
            .slider-wrapper .slide .col .editor h1, .slider-wrapper .slide .col .editor h2 {
              font-size: 48px;
              margin-bottom: 5px; } }
          @media (max-width: 950px) {
            .slider-wrapper .slide .col .editor h1, .slider-wrapper .slide .col .editor h2 {
              font-size: 48px;
              padding: 0 15px; } }
          @media (max-width: 600px) {
            .slider-wrapper .slide .col .editor h1, .slider-wrapper .slide .col .editor h2 {
              font-size: 42px;
              margin-bottom: 15px; } }
        @media (max-width: 950px) {
          .slider-wrapper .slide .col .editor h3, .slider-wrapper .slide .col .editor h4, .slider-wrapper .slide .col .editor h5 {
            padding: 0 15px; } }
        .slider-wrapper .slide .col .editor .description {
          padding-bottom: 18px; }
        @media (max-width: 950px) {
          .slider-wrapper .slide .col .editor .box-btn {
            padding: 0 15px; } }
  .slider-wrapper .video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483647; }
    .slider-wrapper .video-popup .close-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      z-index: 2147483647; }
      .slider-wrapper .video-popup .close-icon img {
        z-index: 2147483647; }
        @media (max-width: 1400px) {
          .slider-wrapper .video-popup .close-icon img {
            height: 35px; } }
        @media (max-width: 1100px) {
          .slider-wrapper .video-popup .close-icon img {
            height: 25px; } }
    .slider-wrapper .video-popup .video {
      width: 90%;
      height: 80%; }
      .slider-wrapper .video-popup .video iframe {
        width: 100%;
        height: 100%; }

.items-from-category-section {
  background: #f2f2f2; }
  .items-from-category-section .container-items {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 60px 0; }
    .items-from-category-section .container-items .header {
      text-align: center; }
      .items-from-category-section .container-items .header span {
        font-size: 60px;
        color: #13264c;
        font-family: "Myriad Pro"; }
        @media (max-width: 1000px) {
          .items-from-category-section .container-items .header span {
            font-size: 48px; } }
        @media (max-width: 600px) {
          .items-from-category-section .container-items .header span {
            font-size: 38px; } }
    .items-from-category-section .container-items .product-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1580px) {
        .items-from-category-section .container-items .product-wrapper {
          justify-content: center; } }

.contact-servis {
  background: #f2f2f2; }
  .contact-servis .container-contact {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 1000px) {
      .contact-servis .container-contact {
        padding: 40px 0; } }
    @media (max-width: 550px) {
      .contact-servis .container-contact {
        flex-direction: column;
        padding: 20px 0; } }
    .contact-servis .container-contact .box {
      display: flex;
      width: 25%;
      padding: 15px; }
      @media (max-width: 1300px) {
        .contact-servis .container-contact .box {
          width: 50%; } }
      @media (max-width: 550px) {
        .contact-servis .container-contact .box {
          width: 100%; } }
      .contact-servis .container-contact .box .box-text {
        display: flex;
        flex-direction: column;
        margin: 0 auto; }
        @media (max-width: 550px) {
          .contact-servis .container-contact .box .box-text {
            margin: 0; } }
        .contact-servis .container-contact .box .box-text span {
          color: #13264c;
          font-size: 36px;
          font-family: "Myriad Pro"; }
          @media (max-width: 1000px) {
            .contact-servis .container-contact .box .box-text span {
              font-size: 28px; } }
        .contact-servis .container-contact .box .box-text a {
          color: #13264c;
          font-size: 24px;
          font-family: "Myriad Pro"; }
          @media (max-width: 1000px) {
            .contact-servis .container-contact .box .box-text a {
              font-size: 20px; } }
        .contact-servis .container-contact .box .box-text p {
          color: #4d4d4d;
          font-size: 16px;
          margin: 0; }
          @media (max-width: 1000px) {
            .contact-servis .container-contact .box .box-text p {
              font-size: 14px; } }

.article-list-section {
  background: #f2f2f2; }
  .article-list-section .container-articles {
    max-width: 1560px;
    width: 100%;
    padding: 30px 15px 0 15px;
    margin: 0 auto; }
    .article-list-section .container-articles .topic {
      padding: 45px 50px 40px 30px;
      background: #fff;
      margin-bottom: 30px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 1000px) {
        .article-list-section .container-articles .topic {
          padding: 30px 40px 25px 30px; } }
      @media (max-width: 800px) {
        .article-list-section .container-articles .topic {
          flex-direction: column;
          padding: 30px 15px 25px 15px; } }
      @media (max-width: 500px) {
        .article-list-section .container-articles .topic {
          padding: 30px 15px 35px 15px; } }
      .article-list-section .container-articles .topic .img {
        display: flex;
        align-items: center;
        padding-right: 30px; }
        @media (max-width: 1000px) {
          .article-list-section .container-articles .topic .img {
            padding-right: 15px; } }
        @media (max-width: 800px) {
          .article-list-section .container-articles .topic .img {
            padding-right: 0; } }
        .article-list-section .container-articles .topic .img img {
          margin: 0 auto;
          width: 360px;
          height: 200px; }
          @media (max-width: 400px) {
            .article-list-section .container-articles .topic .img img {
              width: 250px; } }
      @media (max-width: 800px) {
        .article-list-section .container-articles .topic .text-wrapper {
          text-align: center; } }
      .article-list-section .container-articles .topic .text-wrapper .title {
        font-size: 36px;
        color: #13264c;
        font-family: 'Myriad Pro'; }
        @media (max-width: 1000px) {
          .article-list-section .container-articles .topic .text-wrapper .title {
            font-size: 28px; } }
        @media (max-width: 800px) {
          .article-list-section .container-articles .topic .text-wrapper .title {
            padding-top: 15px; } }
        @media (max-width: 500px) {
          .article-list-section .container-articles .topic .text-wrapper .title {
            font-size: 24px; } }
      .article-list-section .container-articles .topic .text-wrapper .editor {
        color: #4d4d4d;
        font-size: 16px; }
        .article-list-section .container-articles .topic .text-wrapper .editor a {
          color: #4d4d4d; }
        .article-list-section .container-articles .topic .text-wrapper .editor p {
          margin: 0; }
      .article-list-section .container-articles .topic .text-wrapper .btn {
        margin-top: 50px; }
        @media (max-width: 1000px) {
          .article-list-section .container-articles .topic .text-wrapper .btn {
            margin-top: 35px; } }
    .article-list-section .container-articles .navigation {
      border-bottom: 2px solid #c4c4c4;
      padding-bottom: 20px; }

.accesories-devices-products-section {
  background: #f2f2f2; }
  .accesories-devices-products-section .container-products {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0; }
    .accesories-devices-products-section .container-products .header {
      display: block;
      text-align: center; }
      .accesories-devices-products-section .container-products .header h2 {
        color: #13264c;
        font-size: 60px; }
    .accesories-devices-products-section .container-products .product-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1580px) {
        .accesories-devices-products-section .container-products .product-wrapper {
          justify-content: center; } }
    .accesories-devices-products-section .container-products .btn-wrap-more {
      margin-top: 90px;
      text-align: center; }
      @media (max-width: 1000px) {
        .accesories-devices-products-section .container-products .btn-wrap-more {
          margin-top: 70px; } }
      @media (max-width: 600px) {
        .accesories-devices-products-section .container-products .btn-wrap-more {
          margin-top: 40px; } }
      .accesories-devices-products-section .container-products .btn-wrap-more .btn {
        padding: 11px 50px;
        background-color: #f53636;
        color: #ffffff;
        border-radius: 25px;
        position: relative;
        cursor: pointer; }
        @media (max-width: 1500px) {
          .accesories-devices-products-section .container-products .btn-wrap-more .btn {
            padding: 8px 40px; } }
        @media (max-width: 1100px) {
          .accesories-devices-products-section .container-products .btn-wrap-more .btn {
            padding: 7px 30px; } }
        @media (max-width: 800px) {
          .accesories-devices-products-section .container-products .btn-wrap-more .btn {
            padding: 6px 20px;
            font-size: 14px; } }
        .accesories-devices-products-section .container-products .btn-wrap-more .btn:after {
          content: '';
          background-image: url("/static/img/arrow-ico.svg");
          background-repeat: no-repeat;
          width: 7px;
          height: 8px;
          display: inline-block;
          margin-left: 25px;
          position: relative;
          top: -1px;
          transition: .2s ease-in-out transform; }
        .accesories-devices-products-section .container-products .btn-wrap-more .btn:hover:after {
          transform: translateX(5px); }
      .accesories-devices-products-section .container-products .btn-wrap-more .inverse {
        padding: 7px 48px;
        background-color: transparent;
        color: #f53636;
        border: 2px solid #f53636;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        .accesories-devices-products-section .container-products .btn-wrap-more .inverse:after {
          content: '';
          background-image: url("/static/img/arrow-red-ico.svg"); }

.text-icons {
  background: #777681;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
  /* IE6-9 */
  padding: 165px 0 135px 0; }
  @media (max-width: 1720px) {
    .text-icons {
      padding: 100px 0; } }
  @media (max-width: 772px) {
    .text-icons {
      padding: 50px 0; } }
  @media (max-width: 500px) {
    .text-icons {
      padding: 30px 0; } }
  .text-icons .wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 1425px) {
      .text-icons .wrapper {
        flex-wrap: wrap;
        flex-direction: column; } }
    .text-icons .wrapper .col {
      max-width: 100%;
      overflow: hidden; }
      .text-icons .wrapper .col:first-child {
        max-width: 632px;
        width: 100%; }
        @media (max-width: 1425px) {
          .text-icons .wrapper .col:first-child {
            margin: 0 auto; } }
      @media (max-width: 1425px) {
        .text-icons .wrapper .col:last-child {
          margin: 0 auto; } }
      .text-icons .wrapper .col .description {
        padding-top: 70px;
        padding-right: 150px; }
        @media (max-width: 1720px) {
          .text-icons .wrapper .col .description {
            padding-right: 60px; } }
        @media (max-width: 1425px) {
          .text-icons .wrapper .col .description {
            padding-right: 0;
            padding-top: 0;
            text-align: center; } }
        @media (max-width: 500px) {
          .text-icons .wrapper .col .description {
            padding-right: 0; } }
        .text-icons .wrapper .col .description p {
          font-size: 18px; }
      .text-icons .wrapper .col .btn-wrap {
        margin-top: 70px;
        padding-bottom: 20px; }
        @media (max-width: 1425px) {
          .text-icons .wrapper .col .btn-wrap {
            margin: 30px 0;
            display: flex;
            justify-content: center; } }
        @media (max-width: 772px) {
          .text-icons .wrapper .col .btn-wrap {
            margin-top: 30px;
            align-items: center; } }
      .text-icons .wrapper .col .icons-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-end; }
        @media (max-width: 1425px) {
          .text-icons .wrapper .col .icons-wrapper {
            padding-top: 20px; } }
        .text-icons .wrapper .col .icons-wrapper .icon-box {
          width: 25%;
          padding: 0 15px 60px 15px;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: flex-start;
          text-align: center; }
          @media (max-width: 650px) {
            .text-icons .wrapper .col .icons-wrapper .icon-box {
              width: 50%;
              padding: 0 15px 30px 15px; } }
          .text-icons .wrapper .col .icons-wrapper .icon-box img {
            max-width: 220px;
            padding-bottom: 30px; }
          .text-icons .wrapper .col .icons-wrapper .icon-box span {
            max-width: 220px; }

.banner-links {
  background: #f2f2f2; }
  @media (max-width: 1100px) {
    .banner-links .container {
      padding: 0; } }
  .banner-links .container .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .banner-links .container .wrapper .header-editor {
      padding: 50px 0;
      text-align: center;
      color: #13264c; }
      @media (max-width: 1100px) {
        .banner-links .container .wrapper .header-editor {
          padding: 30px 0; } }
      .banner-links .container .wrapper .header-editor h3, .banner-links .container .wrapper .header-editor h4, .banner-links .container .wrapper .header-editor h5 {
        color: #4d4d4d; }
    .banner-links .container .wrapper .boxes {
      display: flex; }
      @media (max-width: 1100px) {
        .banner-links .container .wrapper .boxes {
          flex-direction: column; } }
      .banner-links .container .wrapper .boxes .box {
        position: relative;
        width: 50%;
        height: 470px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media (max-width: 1100px) {
          .banner-links .container .wrapper .boxes .box {
            width: 100%;
            height: 100%; } }
        .banner-links .container .wrapper .boxes .box img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
          @media (max-width: 1100px) {
            .banner-links .container .wrapper .boxes .box img {
              max-width: 750px;
              height: 100%; } }
        .banner-links .container .wrapper .boxes .box .editor {
          width: 490px;
          position: relative;
          text-align: center;
          color: #13264c; }
          @media (max-width: 1100px) {
            .banner-links .container .wrapper .boxes .box .editor {
              padding-top: 20px; } }
          @media (max-width: 600px) {
            .banner-links .container .wrapper .boxes .box .editor {
              width: 100%;
              padding: 20px 15px 0 15px; } }
          .banner-links .container .wrapper .boxes .box .editor p {
            font-size: 18px; }
        .banner-links .container .wrapper .boxes .box .btn-wrapper {
          padding-top: 50px; }
          @media (max-width: 1100px) {
            .banner-links .container .wrapper .boxes .box .btn-wrapper {
              padding: 30px 0; } }

.country-map {
  background: #777681;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777681 0%, #20202a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #777681 0%, #20202a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #777681 0%, #20202a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777681', endColorstr='#20202a',GradientType=0 );
  /* IE6-9 */ }
  .country-map.left .wrapper {
    flex-direction: row-reverse; }
  @media (max-width: 1225px) {
    .country-map .container {
      padding: 0; } }
  .country-map .container .wrapper {
    display: flex;
    min-height: 850px; }
    @media (max-width: 1600px) {
      .country-map .container .wrapper {
        min-height: 700px; } }
    @media (max-width: 1225px) {
      .country-map .container .wrapper {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column; } }
    .country-map .container .wrapper .col {
      width: 50%; }
      @media (max-width: 1225px) {
        .country-map .container .wrapper .col {
          width: 100%; }
          .country-map .container .wrapper .col:first-child {
            padding: 30px 15px; } }
      .country-map .container .wrapper .col:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .country-map .container .wrapper .col .description {
        max-width: 490px; }
        .country-map .container .wrapper .col .description p {
          font-size: 18px; }
        .country-map .container .wrapper .col .description h2 {
          padding-bottom: 20px; }
      .country-map .container .wrapper .col .select-wrapper {
        padding-top: 20px;
        max-width: 490px; }
        .country-map .container .wrapper .col .select-wrapper .choose {
          max-width: 100%; }
          .country-map .container .wrapper .col .select-wrapper .choose select {
            font-size: 16px;
            color: #fff;
            font-weight: normal; }
            .country-map .container .wrapper .col .select-wrapper .choose select option {
              color: #4d4d4d; }
      .country-map .container .wrapper .col .btn-wrapper {
        padding-top: 35px; }
        .country-map .container .wrapper .col .btn-wrapper .btn {
          padding: 11px 50px;
          background-color: #f53636;
          color: #ffffff;
          border-radius: 25px;
          position: relative;
          cursor: pointer; }
          @media (max-width: 1500px) {
            .country-map .container .wrapper .col .btn-wrapper .btn {
              padding: 8px 40px; } }
          @media (max-width: 1100px) {
            .country-map .container .wrapper .col .btn-wrapper .btn {
              padding: 7px 30px; } }
          @media (max-width: 800px) {
            .country-map .container .wrapper .col .btn-wrapper .btn {
              padding: 6px 20px;
              font-size: 14px; } }
          .country-map .container .wrapper .col .btn-wrapper .btn:after {
            content: '';
            background-image: url("/static/img/arrow-ico.svg");
            background-repeat: no-repeat;
            width: 7px;
            height: 8px;
            display: inline-block;
            margin-left: 25px;
            position: relative;
            top: -1px;
            transition: .2s ease-in-out transform; }
          .country-map .container .wrapper .col .btn-wrapper .btn:hover:after {
            transform: translateX(5px); }
      .country-map .container .wrapper .col .map {
        position: absolute;
        width: 50%;
        height: 850px; }
        @media (max-width: 1600px) {
          .country-map .container .wrapper .col .map {
            height: 700px; } }
        @media (max-width: 1225px) {
          .country-map .container .wrapper .col .map {
            width: 100%;
            position: relative;
            height: 500px; } }
        @media (max-width: 600px) {
          .country-map .container .wrapper .col .map {
            height: 400px; } }
        .country-map .container .wrapper .col .map .infoBox {
          overflow: visible !important; }
          .country-map .container .wrapper .col .map .infoBox .popup-pin {
            position: relative;
            left: -50%;
            top: 10px;
            display: flex;
            flex-direction: column;
            background: #f2f2f2;
            padding: 15px;
            border-radius: 6px;
            min-width: 230px;
            max-width: 300px;
            width: 100%; }
            .country-map .container .wrapper .col .map .infoBox .popup-pin .companyName {
              color: #13264c;
              font-size: 16px;
              font-weight: bold;
              padding-bottom: 10px; }
            .country-map .container .wrapper .col .map .infoBox .popup-pin .address {
              color: #4d4d4d;
              font-size: 14px; }
            .country-map .container .wrapper .col .map .infoBox .popup-pin .close {
              position: absolute;
              right: 5px;
              top: 3px;
              color: #4d4d4d;
              font-weight: 500;
              font-size: 13px;
              cursor: pointer; }
            .country-map .container .wrapper .col .map .infoBox .popup-pin .triangle {
              position: absolute;
              top: -10px;
              left: calc(50% - 6px);
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 12px solid #f2f2f2; }
        .country-map .container .wrapper .col .map iframe {
          background: #000; }

.authorized-services .container {
  padding: 60px 0; }
  @media (max-width: 700px) {
    .authorized-services .container {
      padding: 40px 0; } }
  @media (max-width: 450px) {
    .authorized-services .container {
      padding: 30px 0; } }
  .authorized-services .container .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 100px; }
    @media (max-width: 1300px) {
      .authorized-services .container .wrapper {
        padding: 0; } }
    .authorized-services .container .wrapper .header h2 {
      color: #13264c; }
    .authorized-services .container .wrapper .header .select-wrapper {
      display: flex;
      justify-content: center; }
      .authorized-services .container .wrapper .header .select-wrapper .choose {
        max-width: 80%; }
    .authorized-services .container .wrapper .country-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      width: 100%;
      padding-top: 30px; }
      @media (max-width: 700px) {
        .authorized-services .container .wrapper .country-list {
          justify-content: center; } }
      @media (max-width: 450px) {
        .authorized-services .container .wrapper .country-list {
          padding-top: 15px; } }
      .authorized-services .container .wrapper .country-list .country-box {
        width: 33.3%;
        padding: 15px 30px; }
        @media (max-width: 1100px) {
          .authorized-services .container .wrapper .country-list .country-box {
            width: 50%; } }
        @media (max-width: 850px) {
          .authorized-services .container .wrapper .country-list .country-box {
            padding: 15px; } }
        @media (max-width: 700px) {
          .authorized-services .container .wrapper .country-list .country-box {
            width: 80%; } }
        @media (max-width: 450px) {
          .authorized-services .container .wrapper .country-list .country-box {
            width: 90%; } }
        .authorized-services .container .wrapper .country-list .country-box .header {
          position: relative;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          height: 60px;
          background: #13264c; }
          .authorized-services .container .wrapper .country-list .country-box .header img {
            position: absolute;
            left: 15px;
            height: 50px; }
          .authorized-services .container .wrapper .country-list .country-box .header span {
            color: #f2f2f2; }
        .authorized-services .container .wrapper .country-list .country-box .content {
          padding: 5px 0;
          -webkit-box-shadow: 0px -1px 14px -5px rgba(0, 0, 0, 0.73);
          -moz-box-shadow: 0px -1px 14px -5px rgba(0, 0, 0, 0.73);
          box-shadow: 0px -1px 14px -5px rgba(0, 0, 0, 0.73); }
          .authorized-services .container .wrapper .country-list .country-box .content .row {
            padding: 5px 30px;
            display: flex;
            flex-wrap: wrap;
            color: #4d4d4d; }
            .authorized-services .container .wrapper .country-list .country-box .content .row span {
              font-weight: bold;
              color: #4d4d4d; }
            .authorized-services .container .wrapper .country-list .country-box .content .row p {
              margin: 0;
              color: #4d4d4d; }
            .authorized-services .container .wrapper .country-list .country-box .content .row .val {
              padding-left: 5px;
              color: #4d4d4d; }

.support-information {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 9999999999999999999999999; }
  .support-information .content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px; }
    .support-information .content .editor {
      text-align: center;
      color: #13264c;
      max-width: 100%; }
    .support-information .content .icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media (max-width: 550px) {
        .support-information .content .icons {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .support-information .content .icons .icon {
        padding: 30px; }
        @media (max-width: 1000px) {
          .support-information .content .icons .icon {
            padding: 10px; } }
        @media (max-width: 550px) {
          .support-information .content .icons .icon {
            width: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            .support-information .content .icons .icon:nth-of-type(2n) {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; }
            .support-information .content .icons .icon:nth-of-type(5) {
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
        .support-information .content .icons .icon img {
          width: 100%;
          height: 100%; }
          @media (max-width: 1200px) {
            .support-information .content .icons .icon img {
              width: 100px;
              height: 100px; } }
          @media (max-width: 1000px) {
            .support-information .content .icons .icon img {
              width: 80px;
              height: 80px; } }

.reference-list-section {
  background: #f2f2f2; }
  .reference-list-section .container-reference {
    max-width: 1560px;
    width: 100%;
    padding: 30px 15px 0 15px;
    margin: 0 auto; }
    .reference-list-section .container-reference .topic {
      padding: 45px 50px 40px 30px;
      background: #fff;
      margin-bottom: 30px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 1000px) {
        .reference-list-section .container-reference .topic {
          padding: 30px 40px 25px 30px; } }
      @media (max-width: 800px) {
        .reference-list-section .container-reference .topic {
          flex-direction: column;
          padding: 30px 15px 25px 15px; } }
      @media (max-width: 500px) {
        .reference-list-section .container-reference .topic {
          padding: 30px 15px 35px 15px; } }
      .reference-list-section .container-reference .topic .img {
        display: flex;
        align-items: center;
        padding-right: 30px; }
        @media (max-width: 1000px) {
          .reference-list-section .container-reference .topic .img {
            padding-right: 15px; } }
        @media (max-width: 800px) {
          .reference-list-section .container-reference .topic .img {
            padding-right: 0; } }
        .reference-list-section .container-reference .topic .img img {
          margin: 0 auto;
          width: 360px;
          height: 200px; }
          @media (max-width: 400px) {
            .reference-list-section .container-reference .topic .img img {
              width: 250px; } }
      @media (max-width: 800px) {
        .reference-list-section .container-reference .topic .text-wrapper {
          text-align: center; } }
      .reference-list-section .container-reference .topic .text-wrapper .title {
        font-size: 36px;
        color: #13264c;
        font-family: 'Myriad Pro'; }
        @media (max-width: 1000px) {
          .reference-list-section .container-reference .topic .text-wrapper .title {
            font-size: 28px; } }
        @media (max-width: 800px) {
          .reference-list-section .container-reference .topic .text-wrapper .title {
            padding-top: 15px; } }
        @media (max-width: 500px) {
          .reference-list-section .container-reference .topic .text-wrapper .title {
            font-size: 24px; } }
      .reference-list-section .container-reference .topic .text-wrapper .editor {
        color: #4d4d4d;
        font-size: 16px; }
        .reference-list-section .container-reference .topic .text-wrapper .editor a {
          color: #4d4d4d; }
        .reference-list-section .container-reference .topic .text-wrapper .editor p {
          margin: 0; }
      .reference-list-section .container-reference .topic .text-wrapper .btn {
        margin-top: 50px; }
        @media (max-width: 1000px) {
          .reference-list-section .container-reference .topic .text-wrapper .btn {
            margin-top: 35px; } }
    .reference-list-section .container-reference .navigation {
      border-bottom: 2px solid #c4c4c4;
      padding-bottom: 20px; }

.instructions-section .write-form {
  justify-content: center; }

.instructions-section .filename {
  font-weight: 400;
  font-size: 16px;
  font-family: "Urwdin Medium";
  margin: 10px 0 0 0;
  color: #4d4d4d;
  display: inline-block; }

.instructions-section .items {
  display: flex;
  flex-direction: column; }
  .instructions-section .items .input input {
    margin: 0; }

.instructions-section ul {
  margin: 0;
  padding-left: 0; }
  .instructions-section ul li {
    display: flex;
    align-items: center; }
    .instructions-section ul li p {
      font-weight: 400;
      font-size: 14px;
      font-family: "Urwdin Medium";
      margin: 0;
      color: #4d4d4d; }

