/* ----------------------------------------
    FONTS
---------------------------------------- */
@font-face {
  font-family: 'KyivTypeSans';
  font-weight: 300;
  src: url("assets/fonts/KyivTypeSans-Light.otf") format("opentype"); }
@font-face {
  font-family: 'KyivTypeSans';
  font-weight: 400;
  src: url("assets/fonts/KyivTypeSans-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'KyivTypeSans';
  font-weight: 500;
  src: url("assets/fonts/KyivTypeSans-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Quadon';
  font-weight: 400;
  src: url("assets/fonts/quadon-regular.otf") format("opentype"); }
@font-face {
  font-family: 'Quadon';
  font-weight: 500;
  src: url("assets/fonts/quadon-bold.otf") format("opentype"); }
/* ----------------------------------------
    COLORS
---------------------------------------- */
/* ----------------------------------------
    CSS RESET
---------------------------------------- */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* ----------------------------------------
    GLOBAL
---------------------------------------- */
* {
  box-sizing: border-box; }

html,
body {
  height: auto; }

body {
  background-color: #3e3c3d; }

img {
  display: block; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

strong {
  font-weight: 500; }

.overlay {
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px; }

.separator {
  height: 56px; }

.background-orange {
  background-color: #e28731 !important; }

.background-turquoise {
  background-color: #3c9ea3 !important; }

.background-pink {
  background-color: #c50d5b !important; }

.header-photo {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 56px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 800px) {
    .header-photo {
      height: 300px; } }

.header-v3 h1 {
  position: absolute;
  z-index: 100;
  top: 300px;
  left: 64px;
  font-family: "KyivTypeSans";
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.05em;
  color: white; }
  @media only screen and (max-width: 800px) {
    .header-v3 h1 {
      font-size: 20px;
      line-height: 25px;
      left: 0;
      text-align: center;
      width: 100%;
      display: none; } }
  .header-v3 h1 strong {
    font-family: "KyivTypeSans";
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 25px; }
  .header-v3 h1 a {
    display: block;
    cursor: pointer;
    width: 225px;
    height: 45px;
    background-color: #e28731;
    font-family: "KyivTypeSans";
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.1em;
    color: black;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s; }
    @media only screen and (max-width: 800px) {
      .header-v3 h1 a {
        margin: 20px auto 0 auto; } }
  .header-v3 h1 a:hover {
    background-color: white;
    color: #e28731; }

/* ----------------------------------------
    HEADER
---------------------------------------- */
.header-burger {
  display: none;
  width: 32px;
  height: 19px;
  z-index: 15000;
  position: absolute;
  top: 86px;
  right: 15px;
  z-index: 9999999;
  cursor: pointer; }
  @media only screen and (max-width: 800px) {
    .header-burger {
      display: block; } }

.spec124 {
  position: fixed;
  top: 26px; }

.header-burger span {
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center center;
  top: initial;
  left: 0;
  right: initial;
  bottom: initial;
  z-index: initial;
  position: absolute;
  transition: 0.25s; }

.header-burger span:nth-child(1) {
  top: 0px; }

.header-burger span:nth-child(2) {
  top: 8px; }

.header-burger span:nth-child(3) {
  top: calc(8px * 2); }

.header-burger.active span {
  background: #fff; }

.header-burger.active span:nth-child(1) {
  width: 0%;
  opacity: 0; }

.header-burger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.header-burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 8px; }

.header .burger {
  display: block;
  float: right;
  width: 32px;
  height: 22px;
  margin: 23px 0 0 30px; }

.header .burger span {
  background: #fff;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px; }

.header .burger span:nth-of-type(1),
.header .burger span:nth-of-type(2) {
  margin-bottom: 8px; }

@media only screen and (max-width: 800px) {
  .spec123 {
    position: fixed;
    top: 0px;
    z-index: 20; } }
.mobile-nav {
  background-color: #4694cc;
  display: none;
  position: fixed;
  z-index: 25;
  width: 100%;
  height: 100%;
  padding-top: 71px; }
  .mobile-nav ul {
    background-color: #4694cc;
    width: 100%;
    height: 100%; }
    .mobile-nav ul li {
      width: 100%;
      height: calc(100% / 7);
      display: flex;
      align-items: center;
      justify-content: center; }
      .mobile-nav ul li a {
        font-family: "KyivTypeSans";
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.1em;
        color: white;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px; }
    .mobile-nav ul li:last-of-type {
      background-color: #9957ee; }
  .mobile-nav .spec {
    background-color: #9957ee; }
    .mobile-nav .spec li:last-of-type {
      background-color: #4694cc; }

.header {
  position: relative;
  z-index: 15;
  width: 100%;
  margin-bottom: 56px; }
  @media only screen and (max-width: 800px) {
    .header {
      margin-bottom: 0px; } }
  .header .base-strap {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px; }
    .header .base-strap .logo {
      margin-left: 64px; }
      @media only screen and (max-width: 800px) {
        .header .base-strap .logo {
          margin-left: 0;
          width: 100%; } }
      .header .base-strap .logo img {
        height: 56px; }
        @media only screen and (max-width: 800px) {
          .header .base-strap .logo img {
            margin-left: 12px;
            height: 25px !important; } }
    .header .base-strap ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      padding-left: 0px; }
      @media only screen and (max-width: 800px) {
        .header .base-strap ul {
          display: none; } }
      .header .base-strap ul li {
        background-color: #4694cc;
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: 49px; }
        .header .base-strap ul li a {
          display: flex;
          align-items: center;
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.1em;
          color: black;
          transition: .3s;
          height: 100%; }
        .header .base-strap ul li a:hover {
          color: white; }
        .header .base-strap ul li .active {
          color: white; }
      .header .base-strap ul li:nth-of-type(1) {
        padding-right: 0px;
        width: 60px;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        position: relative;
        left: 1px; }
      .header .base-strap ul li:nth-of-type(7) {
        padding-right: 32px; }
      .header .base-strap ul li:nth-of-type(8) {
        padding-right: 0; }
        .header .base-strap ul li:nth-of-type(8) a {
          background-color: #9957ee;
          display: flex;
          align-items: center;
          height: 100%;
          padding: 0 32px 0 32px; }
  .header .base-strap-v2 ul li {
    background-color: #9957ee; }
  .header .base-strap-v2 ul li:nth-of-type(8) a {
    background-color: #4694cc; }
  .header .additional-strap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    padding: 16px 64px 16px 32px; }
    @media only screen and (max-width: 800px) {
      .header .additional-strap {
        padding-right: 15px;
        display: none; } }
    .header .additional-strap .icons {
      display: flex;
      justify-content: space-between;
      column-gap: 16px; }
      .header .additional-strap .icons img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(179deg) brightness(109%) contrast(100%);
        height: 16px; }
      .header .additional-strap .icons .inactive {
        filter: brightness(0) saturate(100%) invert(58%) sepia(8%) saturate(18%) hue-rotate(316deg) brightness(97%) contrast(83%); }
    .header .additional-strap .languages {
      display: flex;
      column-gap: 8px; }
      .header .additional-strap .languages a {
        font-family: "KyivTypeSans";
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.1em;
        color: rgba(255, 255, 255, 0.5);
        transition: .3s; }
      .header .additional-strap .languages a:hover {
        color: white; }
      .header .additional-strap .languages span {
        background: rgba(255, 255, 255, 0.5);
        display: block;
        width: 1px;
        height: 9px;
        position: relative;
        top: 3px; }
      .header .additional-strap .languages .active {
        color: white; }

/* ----------------------------------------
    FOOTER
---------------------------------------- */
.footer {
  width: 100%; }
  .footer .parallax {
    background-image: url("assets/images/parallax.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-attachment: fixed;
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .footer .parallax .overlay2 {
      background: #020024;
      background: linear-gradient(180deg, #020024 0%, rgba(0, 0, 0, 0.7147233894) 0%, rgba(0, 0, 0, 0) 50%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .footer .parallax h1 {
      font-family: "KyivTypeSans";
      font-weight: 500;
      font-size: 32px;
      line-height: 48px;
      letter-spacing: 0.05em;
      color: white; }
      @media only screen and (max-width: 800px) {
        .footer .parallax h1 {
          text-align: center; } }
  .footer .base-strap {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 64px 60px 64px; }
    @media only screen and (max-width: 800px) {
      .footer .base-strap {
        display: block;
        padding: 40px 15px 40px 15px;
        text-align: center; } }
    .footer .base-strap .col:nth-last-of-type(3) {
      width: 228px; }
      .footer .base-strap .col:nth-last-of-type(3) .logo {
        margin-bottom: 64px;
        height: 30px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(0%) hue-rotate(222deg) brightness(95%) contrast(106%); }
        @media only screen and (max-width: 800px) {
          .footer .base-strap .col:nth-last-of-type(3) .logo {
            height: 24px; } }
        @media only screen and (max-width: 800px) {
          .footer .base-strap .col:nth-last-of-type(3) .logo {
            margin: auto;
            margin-bottom: 20px; } }
      .footer .base-strap .col:nth-last-of-type(3) .socials {
        display: flex;
        justify-content: flex-start;
        gap: 25px; }
        @media only screen and (max-width: 800px) {
          .footer .base-strap .col:nth-last-of-type(3) .socials {
            justify-content: center;
            margin-bottom: 20px;
            margin-top: 30px; } }
        .footer .base-strap .col:nth-last-of-type(3) .socials a {
          margin-right: 24px; }
          .footer .base-strap .col:nth-last-of-type(3) .socials a img {
            height: 16px; }
            @media only screen and (max-width: 800px) {
              .footer .base-strap .col:nth-last-of-type(3) .socials a img {
                height: 24px; } }
        .footer .base-strap .col:nth-last-of-type(3) .socials a:last-of-type {
          margin-right: 0; }
    .footer .base-strap .col:nth-last-of-type(2) {
      width: 457px;
      display: flex;
      justify-content: space-between;
      row-gap: 16px; }
      @media only screen and (max-width: 800px) {
        .footer .base-strap .col:nth-last-of-type(2) {
          display: none; } }
      .footer .base-strap .col:nth-last-of-type(2) ul li {
        margin-bottom: 16px; }
        @media only screen and (max-width: 800px) {
          .footer .base-strap .col:nth-last-of-type(2) ul li {
            margin-bottom: 2px; } }
        .footer .base-strap .col:nth-last-of-type(2) ul li a {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.1em;
          color: black;
          transition: .3s; }
        .footer .base-strap .col:nth-last-of-type(2) ul li a:hover {
          color: #4694cc; }
      .footer .base-strap .col:nth-last-of-type(2) ul li:last-of-type {
        margin-bottom: 0; }
    .footer .base-strap .col:nth-last-of-type(1) {
      width: 300px; }
      .footer .base-strap .col:nth-last-of-type(1) p a {
        font-family: "KyivTypeSans";
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.05em;
        color: black;
        text-align: right;
        width: 100%;
        display: block;
        transition: .3s; }
        @media only screen and (max-width: 800px) {
          .footer .base-strap .col:nth-last-of-type(1) p a {
            text-align: center; } }
      .footer .base-strap .col:nth-last-of-type(1) p a:hover {
        color: #4694cc; }
    @media only screen and (max-width: 800px) {
      .footer .base-strap .col {
        width: 100% !important; }
        .footer .base-strap .col p {
          text-align: center; } }
  .footer .additional-strap {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 64px 0 64px; }
    @media only screen and (max-width: 800px) {
      .footer .additional-strap {
        display: block;
        height: auto;
        padding: 15px;
        text-align: center; } }
    .footer .additional-strap .copyright p {
      font-family: "KyivTypeSans";
      font-weight: 400;
      font-size: 11px;
      line-height: normal;
      letter-spacing: 0em;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase; }
    .footer .additional-strap .kodigo a {
      display: flex;
      gap: 4px; }
      @media only screen and (max-width: 800px) {
        .footer .additional-strap .kodigo a {
          padding-top: 10px;
          justify-content: center; } }
      .footer .additional-strap .kodigo a span {
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
        letter-spacing: 0em;
        line-height: 11px;
        color: rgba(255, 255, 255, 0.5); }
      .footer .additional-strap .kodigo a img {
        position: relative;
        top: 1px;
        display: block;
        height: 8px;
        filter: brightness(0) saturate(100%) invert(78%) sepia(0%) saturate(622%) hue-rotate(213deg) brightness(79%) contrast(82%); }

/* ----------------------------------------
    HOME
---------------------------------------- */
.home {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 136px; }
  @media only screen and (max-width: 800px) {
    .home {
      margin-bottom: 30px; } }
  .home .slider {
    position: relative;
    z-index: 3;
    float: right;
    width: 1600px;
    height: 783px;
    background-image: url("assets/images/slider-1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 90%); }
  .home .slider2 {
    background-image: url("assets/images/slider-2.jpg");
    background-size: cover;
    background-position: -100px center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 65%; }
  .home .slogan {
    position: absolute;
    top: 40px;
    left: 64px; }
    .home .slogan h1 {
      width: 300px;
      font-family: "KyivTypeSans";
      font-weight: 300;
      font-size: 32px;
      line-height: 48px;
      letter-spacing: 0.05em;
      color: white;
      font-size: 48px;
      line-height: 55px; }
      .home .slogan h1 span {
        font-family: "KyivTypeSans";
        font-weight: 500;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 0.05em;
        font-size: 48px;
        color: white;
        line-height: 55px; }
  .home video {
    width: 100%; }
  .home .boxes {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    width: 100%;
    height: 192px;
    position: absolute;
    z-index: 4;
    bottom: -80px;
    left: 0; }
    @media only screen and (max-width: 800px) {
      .home .boxes {
        display: block;
        position: relative;
        bottom: 0;
        height: auto; } }
    .home .boxes .box {
      width: calc((100% - 32px) / 5);
      position: relative;
      padding-right: 60px; }
      @media only screen and (max-width: 800px) {
        .home .boxes .box {
          display: block;
          width: 100%;
          padding: 0;
          height: 140px;
          text-align: center; } }
      @media only screen and (max-width: 800px) {
        .home .boxes .box .empty {
          display: none; } }
      .home .boxes .box span {
        display: block; }
      .home .boxes .box .bg1 {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 24px; }
        @media only screen and (max-width: 800px) {
          .home .boxes .box .bg1 {
            display: flex;
            align-items: center;
            flex-flow: row wrap;
            flex-direction: column;
            justify-content: center; } }
        .home .boxes .box .bg1 .tit-a {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          color: white;
          transition: .3s; }
          @media only screen and (max-width: 800px) {
            .home .boxes .box .bg1 .tit-a {
              width: 100%;
              line-height: 20px; } }
        .home .boxes .box .bg1 .tit-b {
          font-family: "KyivTypeSans";
          font-weight: 300;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          color: white;
          transition: .3s; }
          @media only screen and (max-width: 800px) {
            .home .boxes .box .bg1 .tit-b {
              width: 100%; } }
        .home .boxes .box .bg1 .more {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.1em;
          color: white;
          position: absolute;
          bottom: 24px;
          right: -30px;
          transition: .3s; }
          @media only screen and (max-width: 800px) {
            .home .boxes .box .bg1 .more {
              /*display: none;*/
              width: 100%;
              position: relative;
              bottom: auto;
              right: auto;
              padding: 12px 0 0 0; } }
        .home .boxes .box .bg1 .gradient {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          transition: .3s; }
      .home .boxes .box .bg2 {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 1px;
        background: red;
        width: 60px;
        height: 100%;
        clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 100%); }
        @media only screen and (max-width: 800px) {
          .home .boxes .box .bg2 {
            display: none; } }
        .home .boxes .box .bg2 .gradient {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          transition: .3s; }
    .home .boxes .box:hover .bg1 .tit-a {
      color: white; }
    .home .boxes .box:hover .bg1 .tit-b {
      color: white; }
    .home .boxes .box:hover .bg1 .more {
      color: white; }
    .home .boxes .box:hover .bg1 .gradient {
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%); }
    .home .boxes .box:hover .bg2 .gradient {
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%); }
    .home .boxes .box:nth-of-type(1) .bg1 {
      background-color: #4694cc; }
    .home .boxes .box:nth-of-type(1) .bg2 {
      background-color: #4694cc; }
    .home .boxes .box:nth-of-type(2) .bg1 {
      background-color: #e28731; }
    .home .boxes .box:nth-of-type(2) .bg2 {
      background-color: #e28731; }
    .home .boxes .box:nth-of-type(3) .bg1 {
      background-color: #d33b29; }
    .home .boxes .box:nth-of-type(3) .bg2 {
      background-color: #d33b29; }
    .home .boxes .box:nth-of-type(4) .bg1 {
      background-color: #3c9ea3; }
    .home .boxes .box:nth-of-type(4) .bg2 {
      background-color: #3c9ea3; }
    .home .boxes .box:nth-of-type(5) .bg1 {
      background-color: #c50d5b; }
    .home .boxes .box:nth-of-type(5) .bg2 {
      background-color: #c50d5b; }

/* ----------------------------------------
    ABOUT COMPANY
---------------------------------------- */
.about-company {
  position: relative;
  z-index: 1;
  width: 100%; }
  .about-company .strap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .about-company .strap-1 {
    background: #c50d5b; }
  .about-company .strap-2 {
    background: #e28731; }
  .about-company .strap-3 {
    background: #3c9ea3; }
  .about-company .strap-4 {
    background: #d33b29; }
  .about-company .wrap {
    max-width: 1110px;
    margin: auto; }
    .about-company .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 56px;
      margin-bottom: 33px; }
      .about-company .wrap .sub-header .title {
        position: relative;
        background-color: #4694cc;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        width: 291px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .about-company .wrap .sub-header .title {
            width: 100%;
            margin-right: 0;
            padding-left: 0px; } }
        .about-company .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .about-company .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .about-company .wrap .sub-header .title .triangle {
          background-color: #4694cc;
          position: absolute;
          top: 0;
          right: -58px;
          width: 59px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
      .about-company .wrap .sub-header .strap-1 {
        background: #c50d5b !important; }
      .about-company .wrap .sub-header .strap-2 {
        background: #e28731 !important; }
      .about-company .wrap .sub-header .strap-3 {
        background: #3c9ea3 !important; }
      .about-company .wrap .sub-header .strap-4 {
        background: #d33b29 !important; }
    .about-company .wrap .content-1 {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 800px) {
        .about-company .wrap .content-1 {
          display: block; } }
      .about-company .wrap .content-1 .text p {
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: #FFF;
        padding-right: 30px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 800px) {
          .about-company .wrap .content-1 .text p {
            padding-left: 15px;
            padding-right: 15px; } }
      .about-company .wrap .content-1 .text p:last-of-type {
        margin-bottom: 0; }
        @media only screen and (max-width: 800px) {
          .about-company .wrap .content-1 .text p:last-of-type {
            margin-bottom: 40px; } }
      @media only screen and (max-width: 800px) {
        .about-company .wrap .content-1 .photo {
          text-align: center; }
          .about-company .wrap .content-1 .photo img {
            margin: auto; } }
    .about-company .wrap .content-2 {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 800px) {
        .about-company .wrap .content-2 {
          display: block; } }
      .about-company .wrap .content-2 .text p {
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: #FFF;
        padding-left: 30px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 800px) {
          .about-company .wrap .content-2 .text p {
            padding-left: 15px;
            padding-right: 15px; } }
      .about-company .wrap .content-2 .text p:last-of-type {
        margin-bottom: 0; }
        @media only screen and (max-width: 800px) {
          .about-company .wrap .content-2 .text p:last-of-type {
            margin-bottom: 40px; } }
      @media only screen and (max-width: 800px) {
        .about-company .wrap .content-2 .photo {
          text-align: center;
          padding-bottom: 40px; }
          .about-company .wrap .content-2 .photo img {
            margin: auto; } }
    .about-company .wrap .certificates {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .about-company .wrap .certificates .certificate {
        background: white;
        width: 255px;
        height: 255px; }
    .about-company .wrap .profiles {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      @media only screen and (max-width: 800px) {
        .about-company .wrap .profiles {
          justify-content: center; } }
      .about-company .wrap .profiles .profile {
        width: 255px; }
        .about-company .wrap .profiles .profile span {
          display: block;
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: white;
          text-align: center;
          margin-top: 5px; }
      @media only screen and (max-width: 800px) {
        .about-company .wrap .profiles .profile:nth-of-type(2) {
          display: none; }
        .about-company .wrap .profiles .profile:nth-of-type(3) {
          display: none; }
        .about-company .wrap .profiles .profile:nth-of-type(4) {
          display: none; } }
    .about-company .wrap .pagination {
      display: flex;
      width: 100%;
      margin-top: 32px;
      justify-content: center;
      align-items: center; }
      .about-company .wrap .pagination .point {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 8px 0 8px;
        border: solid 2px #3c9ea3;
        cursor: pointer; }
      .about-company .wrap .pagination .active {
        background: #3c9ea3; }
    .about-company .wrap .pagination-2 .point {
      border-color: #d33b29; }
    .about-company .wrap .pagination-2 .active {
      background: #d33b29; }

.about-company-part-4 {
  padding-bottom: 56px; }

/* ----------------------------------------
    TOOL ROOM
---------------------------------------- */
.tool-room {
  position: relative;
  z-index: 1;
  width: 100%; }
  .tool-room .strap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .tool-room .strap-1 {
    background: #9957ee; }
  .tool-room .strap-2 {
    background: #c50d5b; }
  .tool-room .strap-3 {
    background: #3c9ea3; }
  .tool-room .strap-4 {
    background: #4694cc; }
  .tool-room .wrap {
    max-width: 1110px;
    margin: auto; }
    .tool-room .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 56px;
      margin-bottom: 33px; }
      .tool-room .wrap .sub-header .title {
        position: relative;
        background-color: #4694cc;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        width: 291px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .sub-header .title {
            width: 100%;
            margin-right: 0;
            padding-left: 0px; } }
        .tool-room .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .tool-room .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .tool-room .wrap .sub-header .title .triangle {
          background-color: #4694cc;
          position: absolute;
          top: 0;
          right: -58px;
          width: 59px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .tool-room .wrap .sub-header .title .triangle {
              display: none; } }
      .tool-room .wrap .sub-header .strap-1 {
        background: #9957ee !important; }
      .tool-room .wrap .sub-header .strap-2 {
        background: #c50d5b !important; }
      .tool-room .wrap .sub-header .strap-3 {
        background: #3c9ea3 !important; }
      .tool-room .wrap .sub-header .strap-4 {
        background: #4694cc !important; }
    .tool-room .wrap .content-1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 800px) {
        .tool-room .wrap .content-1 {
          display: block; } }
      .tool-room .wrap .content-1 .photo {
        width: 350px; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-1 .photo {
            margin: auto; } }
      .tool-room .wrap .content-1 .text {
        padding: 0 30px 0 30px; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-1 .text {
            padding: 40px 15px 40px 15px; } }
        .tool-room .wrap .content-1 .text p {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: white;
          margin-bottom: 20px; }
        .tool-room .wrap .content-1 .text p:last-of-type {
          margin-bottom: 0; }
    .tool-room .wrap .content-2 {
      position: relative; }
      .tool-room .wrap .content-2 .number {
        font-family: 'KyivTypeSans';
        font-weight: 500;
        font-size: 240px;
        letter-spacing: 0.05em;
        color: #484647;
        position: absolute;
        bottom: -20px;
        left: -300px;
        z-index: -1; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-2 .number {
            display: none; } }
      .tool-room .wrap .content-2 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-2 .wrap {
            display: block; } }
        .tool-room .wrap .content-2 .wrap .text-1 {
          width: 540px; }
          @media only screen and (max-width: 800px) {
            .tool-room .wrap .content-2 .wrap .text-1 {
              width: 100%;
              padding: 0 15px 0 15px; } }
          .tool-room .wrap .content-2 .wrap .text-1 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .tool-room .wrap .content-2 .wrap .text-1 p:last-of-type {
            margin-bottom: 0; }
        .tool-room .wrap .content-2 .wrap .text-2 {
          width: 540px; }
          @media only screen and (max-width: 800px) {
            .tool-room .wrap .content-2 .wrap .text-2 {
              width: 100%;
              padding: 20px 15px 0 15px; } }
          .tool-room .wrap .content-2 .wrap .text-2 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .tool-room .wrap .content-2 .wrap .text-2 ol li {
            background-color: #c50d5b;
            margin-bottom: 8px;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 3px;
            display: inline-block; }
            .tool-room .wrap .content-2 .wrap .text-2 ol li p {
              margin-bottom: 0;
              position: relative;
              padding-left: 20px; }
              .tool-room .wrap .content-2 .wrap .text-2 ol li p span {
                position: absolute;
                top: 0;
                left: 0; }
    .tool-room .wrap .content-3 {
      position: relative; }
      .tool-room .wrap .content-3 .number {
        font-family: 'KyivTypeSans';
        font-weight: 500;
        font-size: 240px;
        letter-spacing: 0.05em;
        color: #484647;
        position: absolute;
        bottom: -20px;
        left: -300px;
        z-index: -1; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-3 .number {
            display: none; } }
      .tool-room .wrap .content-3 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-3 .wrap {
            display: block;
            padding: 0 15px 0 15px; } }
        .tool-room .wrap .content-3 .wrap .photo {
          width: 350px; }
          @media only screen and (max-width: 800px) {
            .tool-room .wrap .content-3 .wrap .photo {
              margin: auto; }
              .tool-room .wrap .content-3 .wrap .photo img {
                margin-top: 40px; } }
        .tool-room .wrap .content-3 .wrap .text-1 {
          padding-right: 30px; }
          .tool-room .wrap .content-3 .wrap .text-1 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .tool-room .wrap .content-3 .wrap .text-1 p:last-of-type {
            margin-bottom: 0; }
          .tool-room .wrap .content-3 .wrap .text-1 ul {
            color: white;
            list-style: disc;
            padding-left: 25px;
            margin-bottom: 20px; }
            .tool-room .wrap .content-3 .wrap .text-1 ul li {
              margin-bottom: 20px; }
              .tool-room .wrap .content-3 .wrap .text-1 ul li p {
                margin-bottom: 0px; }
    .tool-room .wrap .content-4 {
      position: relative; }
      .tool-room .wrap .content-4 .number {
        font-family: 'KyivTypeSans';
        font-weight: 500;
        font-size: 240px;
        letter-spacing: 0.05em;
        color: #484647;
        position: absolute;
        bottom: -20px;
        left: -300px;
        z-index: -1; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-4 .number {
            display: none; } }
      .tool-room .wrap .content-4 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 800px) {
          .tool-room .wrap .content-4 .wrap {
            display: block;
            padding: 0 15px 0 15px; } }
        .tool-room .wrap .content-4 .wrap .photo {
          width: 350px; }
          @media only screen and (max-width: 800px) {
            .tool-room .wrap .content-4 .wrap .photo {
              margin: auto; }
              .tool-room .wrap .content-4 .wrap .photo img {
                margin-bottom: 40px; } }
        .tool-room .wrap .content-4 .wrap .text-1 {
          padding-left: 30px; }
          .tool-room .wrap .content-4 .wrap .text-1 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .tool-room .wrap .content-4 .wrap .text-1 p:last-of-type {
            margin-bottom: 0; }
          .tool-room .wrap .content-4 .wrap .text-1 ul {
            color: white;
            list-style: disc;
            padding-left: 25px;
            margin-bottom: 20px; }
            .tool-room .wrap .content-4 .wrap .text-1 ul li {
              margin-bottom: 20px; }
              .tool-room .wrap .content-4 .wrap .text-1 ul li p {
                margin-bottom: 0px; }

/* ----------------------------------------
    INJECTION
---------------------------------------- */
.injection {
  position: relative;
  z-index: 1;
  width: 100%; }
  .injection .strap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .injection .strap-1 {
    background: #c50d5b; }
  .injection .strap-2 {
    background: #e28731; }
  .injection .strap-3 {
    background: #3c9ea3; }
  .injection .strap-4 {
    background: #4694cc; }
  .injection .wrap {
    max-width: 1110px;
    margin: auto; }
    .injection .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 56px;
      margin-bottom: 33px; }
      .injection .wrap .sub-header .title {
        position: relative;
        background-color: #4694cc;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        width: 291px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .sub-header .title {
            width: 100%;
            margin-right: 0;
            padding-left: 0px; } }
        .injection .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .injection .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .injection .wrap .sub-header .title .triangle {
          background-color: #4694cc;
          position: absolute;
          top: 0;
          right: -58px;
          width: 59px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .injection .wrap .sub-header .title .triangle {
              display: none; } }
      .injection .wrap .sub-header .strap-1 {
        background: #c50d5b !important; }
      .injection .wrap .sub-header .strap-2 {
        background: #e28731 !important; }
      .injection .wrap .sub-header .strap-3 {
        background: #3c9ea3 !important; }
      .injection .wrap .sub-header .strap-4 {
        background: #4694cc !important; }
    .injection .wrap .content-1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 800px) {
        .injection .wrap .content-1 {
          display: block; } }
      .injection .wrap .content-1 .photo {
        width: 350px; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-1 .photo {
            margin: auto; } }
      .injection .wrap .content-1 .text {
        padding: 0 30px 0 30px; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-1 .text {
            padding: 40px 15px 40px 15px; } }
        .injection .wrap .content-1 .text p {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: white;
          margin-bottom: 20px; }
        .injection .wrap .content-1 .text p:last-of-type {
          margin-bottom: 0; }
    .injection .wrap .content-2 {
      position: relative; }
      .injection .wrap .content-2 .number {
        font-family: 'KyivTypeSans';
        font-weight: 500;
        font-size: 240px;
        letter-spacing: 0.05em;
        color: #484647;
        position: absolute;
        bottom: -20px;
        left: -300px;
        z-index: -1; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-2 .number {
            display: none; } }
      .injection .wrap .content-2 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-2 .wrap {
            display: block; } }
        .injection .wrap .content-2 .wrap .text-1 {
          width: 540px; }
          @media only screen and (max-width: 800px) {
            .injection .wrap .content-2 .wrap .text-1 {
              width: 100%;
              padding: 0 15px 0 15px; } }
          .injection .wrap .content-2 .wrap .text-1 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .injection .wrap .content-2 .wrap .text-1 p:last-of-type {
            margin-bottom: 0; }
        .injection .wrap .content-2 .wrap .text-2 {
          width: 540px; }
          @media only screen and (max-width: 800px) {
            .injection .wrap .content-2 .wrap .text-2 {
              width: 100%;
              padding: 20px 15px 0 15px; } }
          .injection .wrap .content-2 .wrap .text-2 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .injection .wrap .content-2 .wrap .text-2 ol li {
            background-color: #e28731;
            margin-bottom: 8px;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 3px;
            display: inline-block; }
            .injection .wrap .content-2 .wrap .text-2 ol li p {
              margin-bottom: 0;
              position: relative;
              padding-left: 20px; }
              .injection .wrap .content-2 .wrap .text-2 ol li p span {
                position: absolute;
                top: 0;
                left: 0; }
    .injection .wrap .content-3 {
      position: relative; }
      .injection .wrap .content-3 .number {
        font-family: 'KyivTypeSans';
        font-weight: 500;
        font-size: 240px;
        letter-spacing: 0.05em;
        color: #484647;
        position: absolute;
        bottom: -20px;
        left: -300px;
        z-index: -1; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-3 .number {
            display: none; } }
      .injection .wrap .content-3 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-3 .wrap {
            display: block;
            padding: 0 15px 0 15px; } }
        .injection .wrap .content-3 .wrap .photo {
          width: 350px; }
          @media only screen and (max-width: 800px) {
            .injection .wrap .content-3 .wrap .photo {
              margin: auto; }
              .injection .wrap .content-3 .wrap .photo img {
                margin-top: 40px; } }
        .injection .wrap .content-3 .wrap .text-1 {
          padding-right: 30px; }
          .injection .wrap .content-3 .wrap .text-1 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .injection .wrap .content-3 .wrap .text-1 p:last-of-type {
            margin-bottom: 0; }
          .injection .wrap .content-3 .wrap .text-1 ul {
            color: white;
            list-style: disc;
            padding-left: 25px;
            margin-bottom: 20px; }
            .injection .wrap .content-3 .wrap .text-1 ul li {
              margin-bottom: 20px; }
              .injection .wrap .content-3 .wrap .text-1 ul li p {
                margin-bottom: 0px; }
    .injection .wrap .content-4 {
      position: relative; }
      .injection .wrap .content-4 .number {
        font-family: 'KyivTypeSans';
        font-weight: 500;
        font-size: 240px;
        letter-spacing: 0.05em;
        color: #484647;
        position: absolute;
        bottom: -20px;
        left: -300px;
        z-index: -1; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-4 .number {
            display: none; } }
      .injection .wrap .content-4 .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 800px) {
          .injection .wrap .content-4 .wrap {
            display: block;
            padding: 0 15px 0 15px; } }
        .injection .wrap .content-4 .wrap .photo {
          width: 350px; }
          @media only screen and (max-width: 800px) {
            .injection .wrap .content-4 .wrap .photo {
              margin: auto; }
              .injection .wrap .content-4 .wrap .photo img {
                margin-bottom: 40px; } }
        .injection .wrap .content-4 .wrap .text-1 {
          padding-left: 30px; }
          .injection .wrap .content-4 .wrap .text-1 p {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: white;
            margin-bottom: 20px; }
          .injection .wrap .content-4 .wrap .text-1 p:last-of-type {
            margin-bottom: 0; }
          .injection .wrap .content-4 .wrap .text-1 ul {
            color: white;
            list-style: disc;
            padding-left: 25px;
            margin-bottom: 20px; }
            .injection .wrap .content-4 .wrap .text-1 ul li {
              margin-bottom: 20px; }
              .injection .wrap .content-4 .wrap .text-1 ul li p {
                margin-bottom: 0px; }

.contact-room-tool {
  padding-bottom: 56px; }

/* ----------------------------------------
    CONTACT
---------------------------------------- */
.contact {
  position: relative;
  z-index: 1;
  width: 100%; }
  .contact .strap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .contact .strap-1 {
    background: #c50d5b; }
  .contact .strap-2 {
    background: #e28731; }
  .contact .strap-3 {
    background: #3c9ea3; }
  .contact .wrap {
    max-width: 1110px;
    margin: auto; }
    .contact .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 56px;
      margin-bottom: 33px; }
      .contact .wrap .sub-header .title {
        position: relative;
        background-color: #4694cc;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        width: 291px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .sub-header .title {
            width: 100%;
            margin-right: 0;
            padding-left: 0px; } }
        .contact .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .contact .wrap .sub-header .title .triangle {
          background-color: #4694cc;
          position: absolute;
          top: 0;
          right: -58px;
          width: 59px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .contact .wrap .sub-header .title .triangle {
              display: none; } }
      .contact .wrap .sub-header .strap-1 {
        background: #c50d5b !important; }
      .contact .wrap .sub-header .strap-2 {
        background: #e28731 !important; }
      .contact .wrap .sub-header .strap-3 {
        background: #3c9ea3 !important; }
    .contact .wrap .content-1 {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 800px) {
        .contact .wrap .content-1 {
          display: block;
          text-align: center; } }
      .contact .wrap .content-1 .col-1 {
        width: 255px; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .content-1 .col-1 {
            width: 100%; } }
        .contact .wrap .content-1 .col-1 .row {
          width: 100%;
          padding: 22px 0 22px 24px;
          border-left: solid 1px #c50d5b; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-1 .row {
              border: none;
              padding-left: 0; } }
        .contact .wrap .content-1 .col-1 .row-1 {
          margin-bottom: 24px; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-1 .row-1 {
              margin-bottom: 0;
              padding-bottom: 10px; } }
          .contact .wrap .content-1 .col-1 .row-1 p:nth-of-type(1) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 15px; }
          .contact .wrap .content-1 .col-1 .row-1 p:nth-of-type(2) {
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            color: white; }
        .contact .wrap .content-1 .col-1 .row-2 {
          margin-bottom: 24px;
          padding-top: 7px;
          padding-bottom: 7px; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-1 .row-2 {
              margin-bottom: 0;
              padding-top: 0;
              padding-bottom: 0; } }
          .contact .wrap .content-1 .col-1 .row-2 .show {
            display: none; }
            @media only screen and (max-width: 800px) {
              .contact .wrap .content-1 .col-1 .row-2 .show {
                display: block;
                clear: both;
                padding: 2px 0 2px 0; } }
          .contact .wrap .content-1 .col-1 .row-2 p {
            display: inline-block;
            background: #c50d5b;
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            margin-bottom: 10px;
            padding: 0 8px 0 8px; }
            @media only screen and (max-width: 800px) {
              .contact .wrap .content-1 .col-1 .row-2 p {
                margin-bottom: 0;
                text-align: center; } }
            .contact .wrap .content-1 .col-1 .row-2 p a {
              color: white; }
          .contact .wrap .content-1 .col-1 .row-2 p:last-of-type {
            margin-bottom: 0; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .content-1 .col-1 .row-3 {
            margin-top: 26px; } }
        .contact .wrap .content-1 .col-1 .row-3 p:nth-of-type(1) {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: rgba(255, 255, 255, 0.5);
          margin-bottom: 15px; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-1 .row-3 p:nth-of-type(1) {
              margin-bottom: 15px; } }
        .contact .wrap .content-1 .col-1 .row-3 p:nth-of-type(2) {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: white !important; }
      .contact .wrap .content-1 .col-2 {
        width: 255px; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .content-1 .col-2 {
            width: 100%;
            margin-top: 26px; }
            .contact .wrap .content-1 .col-2 .hide {
              display: none; } }
        .contact .wrap .content-1 .col-2 .row {
          width: 100%;
          padding: 24px 0 24px 24px;
          border-left: solid 1px #c50d5b; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-2 .row {
              padding-left: 0;
              border: none;
              padding-top: 0; } }
        .contact .wrap .content-1 .col-2 .row-1 {
          margin-bottom: 24px; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-2 .row-1 {
              margin-bottom: 0;
              padding-bottom: 10px; } }
          .contact .wrap .content-1 .col-2 .row-1 p:nth-of-type(1) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 15px; }
          .contact .wrap .content-1 .col-2 .row-1 p:nth-of-type(2) {
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            color: white; }
        .contact .wrap .content-1 .col-2 .row-2 {
          margin-bottom: 24px;
          padding-top: 7px;
          padding-bottom: 7px;
          height: 72px;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-2 .row-2 {
              display: block;
              padding-top: 0;
              padding-bottom: 0;
              height: auto; } }
          .contact .wrap .content-1 .col-2 .row-2 p {
            display: inline-block;
            background: #c50d5b;
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            padding: 0 8px 0 8px; }
            @media only screen and (max-width: 800px) {
              .contact .wrap .content-1 .col-2 .row-2 p {
                text-align: center; } }
            .contact .wrap .content-1 .col-2 .row-2 p a {
              color: white; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .content-1 .col-2 .row-3 {
            margin-top: 48px; } }
        .contact .wrap .content-1 .col-2 .row-3 p {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 11px;
          line-height: normal;
          letter-spacing: 0em;
          color: white !important;
          margin-bottom: 6px; }
          @media only screen and (max-width: 800px) {
            .contact .wrap .content-1 .col-2 .row-3 p {
              font-family: "KyivTypeSans";
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              letter-spacing: 0em; } }
          .contact .wrap .content-1 .col-2 .row-3 p span {
            color: rgba(255, 255, 255, 0.5); }
        .contact .wrap .content-1 .col-2 .row-3 p:last-of-type {
          margin-bottom: 0; }
      .contact .wrap .content-1 .col-3 {
        width: 540px; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .content-1 .col-3 {
            width: 100%; }
            .contact .wrap .content-1 .col-3 img {
              width: 100%; } }
    .contact .wrap .content-2 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 800px) {
        .contact .wrap .content-2 {
          display: block;
          text-align: center; } }
      .contact .wrap .content-2 .col {
        width: 350px;
        padding: 24px 24px 24px 24px;
        border-left: solid 1px #3c9ea3; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .content-2 .col {
            border: none;
            width: 100%; } }
        .contact .wrap .content-2 .col p:nth-of-type(1) {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.05em;
          color: white; }
        .contact .wrap .content-2 .col p:nth-of-type(2) {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: rgba(255, 255, 255, 0.5);
          margin-bottom: 15px; }
        .contact .wrap .content-2 .col p:nth-of-type(3) {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: white; }
        .contact .wrap .content-2 .col a {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: white;
          transition: .3s; }
        .contact .wrap .content-2 .col a:hover {
          color: #4694cc; }
    @media only screen and (max-width: 800px) {
      .contact .wrap .form {
        padding: 0 15px 0 15px; } }
    .contact .wrap .form .row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
      @media only screen and (max-width: 800px) {
        .contact .wrap .form .row {
          display: block;
          margin-bottom: 0px; } }
      .contact .wrap .form .row input {
        background: white;
        width: 540px;
        height: 56px;
        border: solid 1px white;
        padding: 16px 24px;
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: black;
        outline: none; }
        @media only screen and (max-width: 800px) {
          .contact .wrap .form .row input {
            margin-bottom: 10px;
            width: 100%; } }
      .contact .wrap .form .row textarea {
        background: white;
        width: 100%;
        height: 120px;
        border: solid 1px white;
        resize: none;
        padding: 16px 24px;
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: black;
        outline: none; }
        @media only screen and (max-width: 1200px) {
          .contact .wrap .form .row textarea {
            margin-bottom: 10px; } }
      .contact .wrap .form .row ::placeholder {
        color: #707070; }
    .contact .wrap .foot {
      display: flex;
      justify-content: end; }
      @media only screen and (max-width: 800px) {
        .contact .wrap .foot {
          display: block;
          width: 100%; } }
      .contact .wrap .foot .btn {
        background-color: #e28731;
        width: 225px;
        height: 45px;
        font-family: "KyivTypeSans";
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.1em;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 100px;
        cursor: pointer;
        transition: .3s; }
        @media only screen and (max-width: 1200px) {
          .contact .wrap .foot .btn {
            width: 100%;
            margin-left: 0px; } }
      .contact .wrap .foot .btn:hover {
        background-color: white;
        color: #e28731; }
      .contact .wrap .foot .radio-box {
        display: flex;
        justify-content: space-between;
        align-items: top;
        width: 405px;
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
        letter-spacing: 0em;
        text-align: justify;
        color: white; }
        @media only screen and (max-width: 1200px) {
          .contact .wrap .foot .radio-box {
            margin-bottom: 32px; } }
        @media only screen and (max-width: 800px) {
          .contact .wrap .foot .radio-box {
            width: 100%; } }
        .contact .wrap .foot .radio-box .left-section {
          padding: 2px 0 0 0; }
          .contact .wrap .foot .radio-box .left-section .container {
            display: block;
            position: relative;
            padding-left: 27px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 22px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .contact .wrap .foot .radio-box .left-section .container input {
              position: absolute;
              opacity: 0;
              cursor: pointer;
              height: 0;
              width: 0; }
            .contact .wrap .foot .radio-box .left-section .container input:checked ~ .checkmark {
              background-color: #2b2b2b; }
            .contact .wrap .foot .radio-box .left-section .container input:checked ~ .checkmark:after {
              display: block; }
            .contact .wrap .foot .radio-box .left-section .container .checkmark {
              position: absolute;
              top: 0;
              left: 0;
              height: 16px;
              width: 16px;
              background-color: #3e3c3d;
              border: solid 1px #e28731;
              border-radius: 16px; }
            .contact .wrap .foot .radio-box .left-section .container .checkmark:after {
              content: "";
              position: absolute;
              display: none; }
            .contact .wrap .foot .radio-box .left-section .container .checkmark:after {
              top: 3px;
              left: 3px;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: #e28731; }
          .contact .wrap .foot .radio-box .left-section .checkbox:hover input ~ .checkmark {
            background-color: #e28731; }

.contact-part-3 {
  padding-bottom: 56px; }

/* ----------------------------------------
    ISO
---------------------------------------- */
.iso {
  position: relative;
  z-index: 1;
  width: 100%; }
  .iso .strap {
    background: #c50d5b;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .iso .wrap {
    max-width: 1110px;
    margin: auto; }
    .iso .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 56px;
      margin-bottom: 33px; }
      .iso .wrap .sub-header .title {
        position: relative;
        background-color: #c50d5b;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        text-transform: uppercase;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .iso .wrap .sub-header .title {
            width: 100%;
            margin-right: 0;
            padding-left: 0px; } }
        .iso .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .iso .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center;
              line-height: 24px; } }
        .iso .wrap .sub-header .title .triangle {
          background-color: #c50d5b;
          position: absolute;
          top: 0;
          right: -58px;
          width: 59px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .iso .wrap .sub-header .title .triangle {
              display: none; } }
    .iso .wrap .content {
      padding-bottom: 56px; }
      @media only screen and (max-width: 800px) {
        .iso .wrap .content .text {
          padding: 0 15px 0 15px; } }
      .iso .wrap .content .text p {
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: #FFF;
        margin-bottom: 20px; }
      .iso .wrap .content .text p:last-of-type {
        margin-bottom: 0; }
      .iso .wrap .content .text ul {
        list-style: disc;
        padding-left: 14px;
        margin-bottom: 20px;
        color: white; }
    .iso .wrap .certificates {
      margin-top: 56px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      @media only screen and (max-width: 800px) {
        .iso .wrap .certificates {
          display: block; } }
      .iso .wrap .certificates .certificate {
        background: white;
        width: 246px; }
        @media only screen and (max-width: 800px) {
          .iso .wrap .certificates .certificate {
            margin: 0 auto 10px auto; } }

/* ----------------------------------------
    OFFER #1
---------------------------------------- */
.offer-1 {
  position: relative;
  z-index: 1;
  width: 100%; }
  @media only screen and (max-width: 800px) {
    .offer-1 {
      margin-bottom: 0px; } }
  .offer-1 .special-wrap {
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .offer-1 .special-wrap {
        top: 0 !important; } }
  .offer-1 .strap {
    background-color: #4694cc;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .offer-1 .category-2 {
    background-color: #e28731; }
  .offer-1 .category-3 {
    background-color: #d33b29; }
  .offer-1 .category-4 {
    background-color: #3c9ea3; }
  .offer-1 .category-5 {
    background-color: #c50d5b; }
  .offer-1 .wrap {
    max-width: 1490px;
    margin: auto; }
    .offer-1 .wrap .sub-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .offer-1 .wrap .sub-header .btn-katalog {
        display: block;
        background-color: #4694cc;
        padding: 10px 30px;
        font-family: "KyivTypeSans";
        font-weight: 500;
        color: white;
        margin-right: 24px;
        width: 326px;
        height: 45px;
        text-align: center; }
        @media only screen and (max-width: 800px) {
          .offer-1 .wrap .sub-header .btn-katalog {
            width: 100%;
            margin: 30px 0 0 0; } }
      @media only screen and (max-width: 800px) {
        .offer-1 .wrap .sub-header {
          display: block; } }
      .offer-1 .wrap .sub-header .title {
        position: relative;
        background-color: #4694cc;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 0;
        width: 291px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .offer-1 .wrap .sub-header .title {
            width: 100%;
            text-align: center;
            padding-left: 0px; } }
        .offer-1 .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .offer-1 .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .offer-1 .wrap .sub-header .title .triangle {
          background-color: #4694cc;
          position: absolute;
          top: 0;
          right: -58px;
          width: 59px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .offer-1 .wrap .sub-header .title .triangle {
              display: none; } }
      .offer-1 .wrap .sub-header .category-2 {
        background-color: #e28731; }
        .offer-1 .wrap .sub-header .category-2 .triangle {
          background-color: #e28731; }
      .offer-1 .wrap .sub-header .category-3 {
        background-color: #d33b29; }
        .offer-1 .wrap .sub-header .category-3 .triangle {
          background-color: #d33b29; }
      .offer-1 .wrap .sub-header .category-4 {
        background-color: #3c9ea3; }
        .offer-1 .wrap .sub-header .category-4 .triangle {
          background-color: #3c9ea3; }
      .offer-1 .wrap .sub-header .category-5 {
        background-color: #c50d5b; }
        .offer-1 .wrap .sub-header .category-5 .triangle {
          background-color: #c50d5b; }
      .offer-1 .wrap .sub-header .breadcrumbs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 9px;
        padding: 26px 0 26px 0; }
        @media only screen and (max-width: 800px) {
          .offer-1 .wrap .sub-header .breadcrumbs {
            display: none; } }
        .offer-1 .wrap .sub-header .breadcrumbs a {
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 10px;
          line-height: normal;
          letter-spacing: 0.1em;
          color: rgba(255, 255, 255, 0.5); }
        .offer-1 .wrap .sub-header .breadcrumbs .active {
          color: white; }
        .offer-1 .wrap .sub-header .breadcrumbs .separator {
          display: block;
          width: 1px;
          height: 9px;
          background: rgba(255, 255, 255, 0.5); }
    .offer-1 .wrap .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      @media only screen and (max-width: 800px) {
        .offer-1 .wrap .list {
          justify-content: center;
          margin-bottom: 0px;
          display: block;
          padding-top: 30px; } }
      .offer-1 .wrap .list .box {
        width: 350px;
        height: 360px;
        position: relative; }
        @media only screen and (max-width: 800px) {
          .offer-1 .wrap .list .box {
            width: 100%;
            height: auto; } }
        .offer-1 .wrap .list .box .photo {
          background-color: white;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 326px;
          height: 336px; }
          @media only screen and (max-width: 800px) {
            .offer-1 .wrap .list .box .photo {
              width: 100%;
              height: auto;
              aspect-ratio: 1; } }
          .offer-1 .wrap .list .box .photo img {
            width: 100%; }
        .offer-1 .wrap .list .box .info {
          background-color: #2b2b2b;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 280px;
          height: 58px;
          padding: 7px 16px 7px 16px;
          transition: background-color 200ms linear; }
          @media only screen and (max-width: 800px) {
            .offer-1 .wrap .list .box .info {
              width: 100%; } }
          .offer-1 .wrap .list .box .info span {
            display: block; }
          .offer-1 .wrap .list .box .info span:nth-of-type(1) {
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            color: white;
            transition: .3s; }
          .offer-1 .wrap .list .box .info span:nth-of-type(2) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 11px;
            line-height: normal;
            letter-spacing: 0em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 7px; }
          .offer-1 .wrap .list .box .info span:nth-of-type(3) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 11px;
            line-height: normal;
            letter-spacing: 0em;
            color: white; }
        .offer-1 .wrap .list .box .small-list {
          width: 100%;
          background-color: #2b2b2b;
          padding: 24px; }
          .offer-1 .wrap .list .box .small-list ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            row-gap: 16px; }
            @media only screen and (max-width: 800px) {
              .offer-1 .wrap .list .box .small-list ul {
                display: block; } }
            .offer-1 .wrap .list .box .small-list ul li {
              width: 100%; }
              @media only screen and (max-width: 800px) {
                .offer-1 .wrap .list .box .small-list ul li {
                  margin-bottom: 3px;
                  text-align: center;
                  line-height: 30px; } }
              .offer-1 .wrap .list .box .small-list ul li a {
                font-family: "KyivTypeSans";
                font-weight: 500;
                font-size: 12px;
                line-height: normal;
                letter-spacing: 0.1em;
                color: rgba(255, 255, 255, 0.5);
                transition: .3s; }
                @media only screen and (max-width: 800px) {
                  .offer-1 .wrap .list .box .small-list ul li a {
                    font-size: 15px; } }
              .offer-1 .wrap .list .box .small-list ul li a:hover {
                color: white; }
            .offer-1 .wrap .list .box .small-list ul .checked a {
              color: #FFF; }
      .offer-1 .wrap .list .box:last-of-type {
        margin-bottom: 0; }
      .offer-1 .wrap .list .list-left {
        width: 350px; }
        @media only screen and (max-width: 800px) {
          .offer-1 .wrap .list .list-left {
            width: 100%; } }
        .offer-1 .wrap .list .list-left .box {
          height: auto;
          margin-bottom: 64px; }
          @media only screen and (max-width: 800px) {
            .offer-1 .wrap .list .list-left .box {
              margin-bottom: 0px; } }
      .offer-1 .wrap .list .list-right {
        width: calc(100% - 350px); }
        @media only screen and (max-width: 800px) {
          .offer-1 .wrap .list .list-right {
            width: 100%; } }
        .offer-1 .wrap .list .list-right .list {
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 30px; }
          @media only screen and (max-width: 800px) {
            .offer-1 .wrap .list .list-right .list {
              justify-content: center;
              margin-bottom: 0px; } }
      @media only screen and (max-width: 800px) {
        .offer-1 .wrap .list .box-product {
          width: 100%;
          height: auto;
          margin-left: 0px; } }
      .offer-1 .wrap .list .box:hover .info {
        background-color: #4694cc; }
        .offer-1 .wrap .list .box:hover .info span:nth-of-type(2) {
          color: white; }
    .offer-1 .wrap .pagination {
      padding: 56px 0 56px 0;
      display: flex;
      justify-content: center; }
      .offer-1 .wrap .pagination .pages {
        display: flex;
        justify-content: space-between;
        column-gap: 4px; }
        .offer-1 .wrap .pagination .pages a {
          display: block;
          width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: rgba(255, 255, 255, 0.5); }
        .offer-1 .wrap .pagination .pages .active {
          background-color: #4694cc;
          color: black; }

/* ----------------------------------------
    OFFER #2
---------------------------------------- */
.offer-2 {
  position: relative;
  z-index: 1;
  width: 100%; }
  .offer-2 .strap {
    background-color: #4694cc;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .offer-2 .wrap {
    max-width: 1110px;
    margin: auto;
    margin-top: 56px; }
    .offer-2 .wrap h2 {
      font-family: "KyivTypeSans";
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.05em;
      color: white;
      margin-bottom: 20px; }
      @media only screen and (max-width: 800px) {
        .offer-2 .wrap h2 {
          text-align: center; } }
    .offer-2 .wrap h2:nth-of-type(2) {
      margin-top: 30px; }
    .offer-2 .wrap h2:nth-of-type(3) {
      margin-top: 30px; }
    .offer-2 .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 32px; }
      @media only screen and (max-width: 800px) {
        .offer-2 .wrap .sub-header {
          display: block;
          width: 100%; } }
      .offer-2 .wrap .sub-header .title {
        position: relative;
        background-color: #4694cc;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .offer-2 .wrap .sub-header .title {
            width: 100% !important;
            margin-right: 0;
            padding-left: 0; } }
        .offer-2 .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .offer-2 .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .offer-2 .wrap .sub-header .title .triangle {
          background-color: #4694cc;
          position: absolute;
          top: 0;
          right: -63px;
          width: 64px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 1200px) {
            .offer-2 .wrap .sub-header .title .triangle {
              display: none; } }
      .offer-2 .wrap .sub-header .filters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 16px; }
        @media only screen and (max-width: 800px) {
          .offer-2 .wrap .sub-header .filters {
            padding: 15px 20px 15px 20px;
            column-gap: 2px;
            justify-content: space-around; } }
        .offer-2 .wrap .sub-header .filters a {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.1em;
          color: rgba(255, 255, 255, 0.5); }
        .offer-2 .wrap .sub-header .filters .active {
          color: white; }
    .offer-2 .wrap .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px; }
      @media only screen and (max-width: 800px) {
        .offer-2 .wrap .list {
          justify-content: center; } }
      .offer-2 .wrap .list .box {
        width: 350px;
        height: 360px;
        position: relative; }
        @media only screen and (max-width: 800px) {
          .offer-2 .wrap .list .box {
            margin-left: 24px; } }
        .offer-2 .wrap .list .box .photo {
          background-color: white;
          background-size: cover;
          background-reepat: no-repeat;
          background-position: center center;
          width: 326px;
          height: 336px; }
          .offer-2 .wrap .list .box .photo img {
            width: 100%; }
        .offer-2 .wrap .list .box .info {
          background-color: #2b2b2b;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 280px;
          height: 58px;
          padding: 7px 16px 7px 16px;
          transition: background-color 200ms linear; }
          .offer-2 .wrap .list .box .info span {
            display: block; }
          .offer-2 .wrap .list .box .info span:nth-of-type(1) {
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            color: white; }
          .offer-2 .wrap .list .box .info span:nth-of-type(2) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 11px;
            line-height: normal;
            letter-spacing: 0em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 7px;
            transition: .3s; }
          .offer-2 .wrap .list .box .info span:nth-of-type(3) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 11px;
            line-height: normal;
            letter-spacing: 0em;
            color: white;
            display: none; }
      @media only screen and (max-width: 800px) {
        .offer-2 .wrap .list .box:nth-of-type(2) {
          display: none; }
        .offer-2 .wrap .list .box:nth-of-type(3) {
          display: none; } }
      .offer-2 .wrap .list .box:hover .info {
        background-color: #4694cc; }
        .offer-2 .wrap .list .box:hover .info span:nth-of-type(2) {
          color: white; }
    .offer-2 .wrap .pagination {
      padding: 56px 0 56px 0;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 800px) {
        .offer-2 .wrap .pagination {
          padding: 25px 0 25px 0; } }
      .offer-2 .wrap .pagination .pages {
        display: flex;
        justify-content: space-between;
        column-gap: 4px; }
        .offer-2 .wrap .pagination .pages a {
          display: block;
          width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: rgba(255, 255, 255, 0.5); }
        .offer-2 .wrap .pagination .pages .active {
          background-color: #4694cc;
          color: black; }
    .offer-2 .wrap .pagination2 .pages {
      column-gap: 16px; }
      .offer-2 .wrap .pagination2 .pages a {
        width: 8px;
        height: 8px;
        border: solid 2px #c50d5b; }
      .offer-2 .wrap .pagination2 .pages .active {
        background-color: #c50d5b; }
    .offer-2 .wrap .pagination3 .pages {
      column-gap: 16px; }
      .offer-2 .wrap .pagination3 .pages a {
        width: 8px;
        height: 8px;
        border: solid 2px #e28731; }
      .offer-2 .wrap .pagination3 .pages .active {
        background-color: #e28731; }

/* ----------------------------------------
    PRODUCT
---------------------------------------- */
.product {
  position: relative;
  z-index: 10;
  max-width: 1110px;
  margin: auto; }
  @media only screen and (max-width: 800px) {
    .product .breadcrumbs {
      padding: 0 0 0 15px; } }
  .product .breadcrumbs a {
    font-family: "KyivTypeSans";
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5); }
  .product .breadcrumbs span {
    font-family: "KyivTypeSans";
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5); }
  .product .breadcrumbs .active {
    color: white; }
  .product .breadcrumbs .separator {
    margin: 0 5px 0 5px; }
  .product .wrap {
    margin-top: 24px; }
    .product .wrap .row-1 {
      margin-bottom: 56px;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 800px) {
        .product .wrap .row-1 {
          display: block;
          margin-bottom: 0; } }
      .product .wrap .row-1 .photo {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 539px;
        height: 539px; }
        .product .wrap .row-1 .photo .small-photo {
          width: 100%; }
        @media only screen and (max-width: 800px) {
          .product .wrap .row-1 .photo {
            width: 100%;
            height: auto;
            aspect-ratio: 1; }
            .product .wrap .row-1 .photo img {
              width: 100%; } }
      .product .wrap .row-1 .wrap-1 {
        padding-top: 56px;
        width: 570px; }
        @media only screen and (max-width: 800px) {
          .product .wrap .row-1 .wrap-1 {
            padding-top: 0;
            width: 100%; } }
        .product .wrap .row-1 .wrap-1 .category {
          background-color: #4694cc;
          width: 78%;
          height: 40px;
          font-family: 'KyivTypeSans';
          font-weight: 500;
          font-size: 12px;
          letter-spacing: 0.10em;
          color: white;
          padding-left: 30px;
          padding-top: 13px;
          clip-path: polygon(98% 0, 100% 100%, 0 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .product .wrap .row-1 .wrap-1 .category {
              text-align: center;
              clip-path: none;
              width: 100%; } }
        .product .wrap .row-1 .wrap-1 .wrap {
          background: #2b2b2b;
          margin-top: 0;
          padding-left: 30px;
          padding-top: 45px;
          padding-bottom: 45px;
          clip-path: polygon(80% 0, 100% 100%, 0 100%, 0 0);
          width: 556px;
          position: relative; }
          @media only screen and (max-width: 800px) {
            .product .wrap .row-1 .wrap-1 .wrap {
              width: 100%;
              clip-path: none;
              padding-left: 15px; } }
          .product .wrap .row-1 .wrap-1 .wrap .star img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(671%) hue-rotate(190deg) brightness(100%) contrast(111%);
            opacity: 0.5;
            height: 24px;
            position: absolute;
            top: 15px;
            right: 20px;
            cursor: pointer; }
            @media only screen and (max-width: 800px) {
              .product .wrap .row-1 .wrap-1 .wrap .star img {
                right: 15px; } }
          .product .wrap .row-1 .wrap-1 .wrap .title {
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 32px;
            line-height: 48px;
            letter-spacing: 0.05em;
            color: white; }
          .product .wrap .row-1 .wrap-1 .wrap .code {
            font-family: "KyivTypeSans";
            font-weight: 300;
            font-size: 32px;
            line-height: 48px;
            letter-spacing: 0.05em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 32px; }
          .product .wrap .row-1 .wrap-1 .wrap .desc {
            font-family: 'KyivTypeSans';
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: white;
            margin-bottom: 32px;
            padding-right: 70px; }
          .product .wrap .row-1 .wrap-1 .wrap .icons {
            display: flex;
            justify-content: start;
            max-width: 450px;
            height: 44px;
            gap: 10px; }
            .product .wrap .row-1 .wrap-1 .wrap .icons .icon {
              width: calc(100% / 3);
              display: flex;
              align-items: center; }
              .product .wrap .row-1 .wrap-1 .wrap .icons .icon .ico-wrap {
                width: 45px; }
                .product .wrap .row-1 .wrap-1 .wrap .icons .icon .ico-wrap img {
                  height: 32px;
                  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(671%) hue-rotate(190deg) brightness(100%) contrast(111%);
                  opacity: 0.5; }
              .product .wrap .row-1 .wrap-1 .wrap .icons .icon p {
                font-family: "KyivTypeSans";
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0em;
                color: white;
                width: 75px;
                font-size: 14px; }
        .product .wrap .row-1 .wrap-1 .buttons {
          width: 100%;
          display: flex;
          justify-content: start;
          padding: 13px 0 0 0; }
          .product .wrap .row-1 .wrap-1 .buttons .btn {
            background-color: #4694cc;
            padding: 13px 28px 13px 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 14px;
            line-height: normal;
            letter-spacing: 0.1em;
            color: black;
            transition: .3s; }
            @media only screen and (max-width: 800px) {
              .product .wrap .row-1 .wrap-1 .buttons .btn {
                margin-right: 15px;
                display: none; } }
          .product .wrap .row-1 .wrap-1 .buttons .btn:hover {
            background-color: white;
            color: #4694cc; }
          .product .wrap .row-1 .wrap-1 .buttons .btn3 {
            cursor: pointer;
            background-color: #4694cc;
            padding: 13px 28px 13px 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 14px;
            line-height: normal;
            letter-spacing: 0.1em;
            color: white;
            margin-right: 0px;
            width: 555px;
            transition: .3s; }
            @media only screen and (max-width: 800px) {
              .product .wrap .row-1 .wrap-1 .buttons .btn3 {
                margin-right: 15px;
                display: none; } }
          .product .wrap .row-1 .wrap-1 .buttons .btn3:hover {
            background-color: white;
            color: #4694cc; }
    .product .wrap .row-2 .wrap-1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px; }
      @media only screen and (max-width: 800px) {
        .product .wrap .row-2 .wrap-1 {
          display: block;
          width: 100%;
          gap: 0;
          padding: 20px 20px 20px 20px; } }
      .product .wrap .row-2 .wrap-1 .text {
        font-family: "KyivTypeSans";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: white; }
        .product .wrap .row-2 .wrap-1 .text h1, .product .wrap .row-2 .wrap-1 .text h2, .product .wrap .row-2 .wrap-1 .text h3, .product .wrap .row-2 .wrap-1 .text h4, .product .wrap .row-2 .wrap-1 .text h5 {
          font-weight: 500; }
        .product .wrap .row-2 .wrap-1 .text p, .product .wrap .row-2 .wrap-1 .text ul, .product .wrap .row-2 .wrap-1 .text h1, .product .wrap .row-2 .wrap-1 .text h2, .product .wrap .row-2 .wrap-1 .text h3, .product .wrap .row-2 .wrap-1 .text h4, .product .wrap .row-2 .wrap-1 .text h5 {
          /*margin-bottom: 15px;*/
          margin: 0; }
        .product .wrap .row-2 .wrap-1 .text ul {
          list-style: disc;
          padding-left: 20px; }
          .product .wrap .row-2 .wrap-1 .text ul br {
            display: none; }
        .product .wrap .row-2 .wrap-1 .text br {
          content: "";
          display: block;
          width: 15px;
          height: 15px; }
      .product .wrap .row-2 .wrap-1 .yt {
        background: black;
        width: 540px;
        height: 360px; }
        @media only screen and (max-width: 800px) {
          .product .wrap .row-2 .wrap-1 .yt {
            width: 100%;
            height: auto;
            margin-top: 10px; }
            .product .wrap .row-2 .wrap-1 .yt iframe {
              width: 100% !important;
              height: auto !important;
              min-height: 250px; } }
      .product .wrap .row-2 .wrap-1 .btn-space {
        padding: 15px 15px 50px 15px; }
        @media only screen and (max-width: 800px) {
          .product .wrap .row-2 .wrap-1 .btn-space {
            padding: 0px;
            padding-top: 15px; } }
        .product .wrap .row-2 .wrap-1 .btn-space .btn2 {
          background-color: #4694cc;
          width: 128px;
          height: 45px;
          display: none;
          align-items: center;
          justify-content: center;
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.1em;
          color: black;
          transition: .3s;
          cursor: pointer; }
          @media only screen and (max-width: 800px) {
            .product .wrap .row-2 .wrap-1 .btn-space .btn2 {
              margin: 0;
              display: flex;
              width: 100%;
              margin-bottom: 0px; } }
        .product .wrap .row-2 .wrap-1 .btn-space .btn2:hover {
          background-color: white;
          color: #4694cc; }
    .product .wrap .row-2 .wrap-2 {
      padding: 56px 0 56px 0; }
      .product .wrap .row-2 .wrap-2 .yt {
        background: black;
        width: 100%;
        height: 360px; }

/* ----------------------------------------
    NEWS
---------------------------------------- */
.news {
  position: relative;
  z-index: 1;
  width: 100%; }
  .news .strap {
    background-color: #c50d5b;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1110px) / 2);
    height: 64px;
    display: none; }
  .news .wrap {
    max-width: 1110px;
    margin: auto; }
    .news .wrap .sub-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 32px; }
      @media only screen and (max-width: 800px) {
        .news .wrap .sub-header {
          width: 100%; } }
      .news .wrap .sub-header .title {
        position: relative;
        background-color: #c50d5b;
        height: 64px;
        display: flex;
        align-items: center;
        margin-right: 94px;
        padding-left: 20px; }
        @media only screen and (max-width: 800px) {
          .news .wrap .sub-header .title {
            width: 100%;
            margin-right: 0;
            padding-left: 0px; } }
        .news .wrap .sub-header .title h1 {
          font-family: "KyivTypeSans";
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0.05em;
          font-size: 22px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .news .wrap .sub-header .title h1 {
              width: 100%;
              text-align: center; } }
        .news .wrap .sub-header .title .triangle {
          background-color: #c50d5b;
          position: absolute;
          top: 0;
          right: -63px;
          width: 64px;
          height: 64px;
          clip-path: polygon(0 100%, 100% 100%, 0 0); }
          @media only screen and (max-width: 800px) {
            .news .wrap .sub-header .title .triangle {
              display: none; } }
    .news .wrap .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px; }
      @media only screen and (max-width: 800px) {
        .news .wrap .list {
          justify-content: center; } }
      .news .wrap .list .box {
        width: 350px;
        height: 360px;
        position: relative; }
        .news .wrap .list .box .photo {
          background: white;
          width: 320px;
          height: 336px; }
          .news .wrap .list .box .photo img {
            width: 100%; }
        .news .wrap .list .box .info {
          background-color: #2b2b2b;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 320px;
          height: 78px;
          padding: 7px 16px 7px 16px;
          transition: background-color 200ms linear; }
          .news .wrap .list .box .info span {
            display: block; }
          .news .wrap .list .box .info span:nth-of-type(1) {
            font-family: "KyivTypeSans";
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.05em;
            color: white; }
          .news .wrap .list .box .info span:nth-of-type(2) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 11px;
            line-height: normal;
            letter-spacing: 0em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 7px;
            transition: .3s; }
          .news .wrap .list .box .info span:nth-of-type(3) {
            font-family: "KyivTypeSans";
            font-weight: 400;
            font-size: 11px;
            line-height: normal;
            letter-spacing: 0em;
            color: white; }
      .news .wrap .list .box:hover .info {
        background-color: #c50d5b; }
        .news .wrap .list .box:hover .info span:nth-of-type(2) {
          color: white; }
    .news .wrap .pagination {
      padding: 56px 0 56px 0;
      display: flex;
      justify-content: center; }
      .news .wrap .pagination .pages {
        display: flex;
        justify-content: space-between;
        column-gap: 4px; }
        .news .wrap .pagination .pages a {
          display: block;
          width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "KyivTypeSans";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: rgba(255, 255, 255, 0.5); }
        .news .wrap .pagination .pages .active {
          background-color: #c50d5b;
          color: black; }

/* ----------------------------------------
    POST
---------------------------------------- */
.post {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: auto;
  margin-bottom: 56px; }
  @media only screen and (max-width: 800px) {
    .post {
      padding: 0 15px 0 15px; } }
  .post .content h1 {
    font-family: "KyivTypeSans";
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: white; }
  .post .content p {
    font-family: "KyivTypeSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 50px; }
  .post .content .text p {
    font-family: "KyivTypeSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: white;
    margin-bottom: 25px; }
  .post .content .text p:last-of-type {
    margin-bottom: 0; }
  .post .content .text a {
    color: white;
    text-decoration: underline; }
  .post .content .text .btn {
    display: block;
    float: left;
    background-color: #c50d5b;
    padding: 14px 28px;
    font-family: "KyivTypeSans";
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.1em;
    color: black;
    margin-top: 30px;
    transition: .3s;
    text-decoration: none; }
  .post .content .text .btn:hover {
    background-color: white;
    color: #c50d5b; }

/* ----------------------------------------
    PRIVACY POLICY
---------------------------------------- */
.ue {
  position: relative;
  z-index: 20;
  background-color: white;
  width: 100%;
  height: 80px;
  padding: 15px 64px 15px 64px;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 800px) {
    .ue {
      height: 60px;
      padding: 15px 13px 15px 13px; } }
  .ue img {
    height: 100%; }

/* ----------------------------------------
    RWD
---------------------------------------- */
@media only screen and (max-width: 1500px) {
  .header .base-strap .logo img {
    height: 35px; }

  .header .base-strap ul li {
    padding-right: 25px; }

  .offer-1 .wrap {
    margin: 0 20px; } }

/*# sourceMappingURL=style.css.map */
